﻿.business {
	width: 100%;
	height: 50px;
	background: #35ba8c;
}

.business_head {
	width: 1230px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.business_head .busihead_name {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	float: left;
}

.business_head .busihead_reg {
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	margin: 0 30px 0 0;
	cursor: pointer;
}

.business_head .busihead_login {
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	cursor: pointer;
}

.business_head .busihead_infor {
	float: right;
	/*width: 300px;*/
	overflow: hidden;
}

.business_head .busihead_infor .busiinfor_left {
	float: left;
	width: 220px;
	overflow: hidden;
}

.business_head .busihead_infor .busiinfor_left .uesr_logo {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 5px 5px 0 0;
}

.business_head .busihead_infor .busiinfor_left .uesr_infor {
	float: left;
	font-size: 14px;
}

.business_head .busihead_infor .busiinfor_left .uesr_infor .uesr_job {
	color: #333333;
	margin: 5px 0 0 0;
}

.business_head .busihead_infor .busiinfor_left .uesr_infor .uesr_company {
	color: #FFFFFF;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.business_head .busihead_infor .busiinfor_right {
	float: right;
	width: 80px;
	overflow: hidden;
	cursor: pointer;
}

.business_head .busihead_infor .loginOuts {
	margin: 52px 0 0 0;
}

.business_head .busihead_infor .busiinfor_right .busright_set {
	float: left;
	margin: 16px 5px 0 0;
}

.business_head .busihead_infor .busiinfor_right .busright_text {
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 5px 0 0;
	line-height: 50px;
}

.business_head .busihead_infor .busiinfor_right .busright_arrow {
	float: left;
	margin: 17px 0 0 0;
}

.login_out {
	position: absolute;
	width: 120px;
	height: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: -37px 0 0 216px;
	background: #FFFFFF;
	display: none;
	/*right: 57px;*/
}

.login_out .out_arrow {
	margin: -9px 0 0 86px;
	position: absolute;
}

.login_out ul {
	width: 120px;
	margin: 10px 0 0 0;
}

.login_out ul li {
	height: 20px;
	padding: 0 10px;
	cursor: pointer;
}

.login_out ul li:hover,
.login_out ul li.selects {
	background: #35ba8c;
	color: #FFFFFF;
}

.head_menu {
	width: 100%;
	height: 65px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.headmenu_div {
	width: 1230px;
	margin: 0 auto;
}

.headmenu_div ul {
	width: 100%;
	overflow: hidden;
}

.headmenu_div ul li {
	width: 95px;
	height: 65px;
	float: left;
	text-align: center;
	color: #a69d97;
	font-size: 16px;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
}

.headmenu_div ul li:last-child {
	border-right: 1px solid #CCCCCC;
}

.headmenu_div ul li.select_menu {
	color: #393634;
	border-bottom: 3px solid #fd8077;
}

.headmenu_div ul li img {
	margin: 5px 0 -6px 0;
}

.head_search {
	width: 1230px;
	margin: 40px auto 0 auto;
	overflow: hidden;
}

.headsearch_ins {
	float: left;
	overflow: hidden;
	width: 130px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
}

.headsearch_ins .headsearch_input {
	float: left;
	width: 110px;
	padding: 0 10px;
	height: 38px;
	border: none;
}

.headsearch_ins_short {
	float: left;
	overflow: hidden;
	width: 76px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
}

.headsearch_ins_short .headsearch_input_short {
	float: left;
	width: 29px;
	padding: 0 10px;
	height: 38px;
	border: none;
}

.headsearch_ins .headsearch_img {
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	background: #ebebeb;
	cursor: pointer;
}

.headsearch_ins .headsearch_img img {
	margin: 10px 0 0 0;
}

.headsearch_select {
	float: left;
	width: 63px;
	height: 42px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 45px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.headsearch_select.width100 {
	height: 30px;
	width: 100px;
	margin: 0 10px 0 0;
	background: url(../img/downxiala.png) 67px center no-repeat #FFFFFF;
}

.headsearch_select.width88 {
	height: 30px;
	width: 88px;
	margin: 0 10px 0 0;
	background: url(../img/downxiala.png) 67px center no-repeat #FFFFFF;
}

.headsearch_select.width93 {
	width: 93px;
	background: url(../img/downxiala.png) 71px center no-repeat #FFFFFF;
}

.headsearch_select.width95 {
	width: 95px;
	background: url(../img/downxiala.png) 71px center no-repeat #FFFFFF;
	margin: 0 10px 0 0;
}

.activt_select {
	float: left;
	width: 78px;
	height: 27px;
	margin: 7px 10px 0 10px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 61px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.headsearch_inputs.marginleft10,
.headsearch_select.marginleft10 {
	margin: 0 0 0 10px;
}

.headsearch_select.marginright10 {
	margin: 0 10px 0 0;
}

.headsearch_inputs {
	float: left;
	width: 84px;
	height: 38px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.headsearch_date {
	float: left;
	width: 60px;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
}

.dataslist_select {
	float: left;
	margin: 0 0 0 50px;
}

.dataslist_select .dataslist_input {
	width: 130px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

.headsearch_calendar {
	float: left;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.headsearch_calendar .calendar_input {
	float: left;
	width: 130px;
	cursor: pointer;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	margin: 0 10px 0 0;
	padding: 0 5px;
}

.headsearch_calendar .calendar_zhi {
	float: left;
	margin: 0 10px 0 0;
	line-height: 40px;
	font-size: 15px;
	color: #333333;
}

.headsearch_calendar .calendar_search {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #1e91ff;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.headsearch_calendar .calendar_search img {
	vertical-align: middle;
}

.headsearch_list {
	float: left;
	margin: 0 0 0 50px;
}

.headsearch_list ul {
	overflow: hidden;
}

.headsearch_list ul li {
	float: left;
	width: 70px;
	height: 40px;
	line-height: 40px;
	background: #CCCCCC;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.headsearch_list ul li:hover,
.headsearch_list ul li.select_green {
	background: #35ba8c;
}

.headsearch_list ul li .corner {
	/*position: absolute;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    color: #FFFFFF;
    width: 70px;
    margin: -25px 0 0 0;
    background-color: #FF3300;*/
	position: absolute;
	text-align: center;
	height: 20px;
	line-height: 18px;
	border-radius: 21px;
	color: #FFFFFF;
	padding: 0 6px;
	margin: -9px 0 0 55px;
	background-color: #FF3300;
	display: none;
}

.news_add {
	width: 80px;
	height: 40px;
	float: right;
	line-height: 40px;
	background: #8cb83e;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.logins {
	width: 450px;
	height: 350px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 100px auto 0 auto;
	background: #FFFFFF;
}

.logins_logo {
	width: 450px;
	text-align: center;
}

.logins_logo img {
	margin: 10px 0 0 0;
}

.input_div {
	width: 350px;
	height: 50px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 20px auto;
	overflow: hidden;
}

.input_div .inputdiv_logo {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #eeeeee;
	border-right: 1px solid #CCCCCC;
}

.input_div .inputdiv_logo img {
	margin: 10px 0 0 0;
}

.input_div .inputdiv_input {
	float: left;
	width: 270px;
	height: 48px;
	border: none;
	font-size: 16px;
	padding: 0 0 0 15px;
}

.login_but {
	width: 350px;
	margin: 0 auto;
	overflow: hidden;
}

.login_but .login_remember {
	float: left;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	margin: 8px 0 0 0;
}

.login_but .login_remember input {
	float: left;
	width: 15px;
	height: 15px;
	margin: 4px 8px 0 0px;
}

.login_but .login_remember .loginremem_text {
	float: left;
}

.login_but .login_getinto {
	float: right;
	background: #8ab82c;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.new_staff {
	width: 1230px;
	margin: 20px auto 0 auto;
	border: 1px solid #CCCCCC;
}

.new_staff.border_bot {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	margin-bottom: 10px;
}

.new_staff.youhuishuomings,
.new_staff.displaynones {
	display: none;
}

.newstaff_head {
	width: 1230px;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

.newstaff_head_salary {
	width: 1230px;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.newstaff_head .material_list {
	float: right;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.newstaff_head .material_cash {
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	margin: 0 20px 0 30px;
	cursor: pointer;
}

.newstaff_head .material_sure {
	width: 60px;
	margin: 10px 0 0 0;
	height: 30px;
	background: #32A3DC;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	float: right;
	display: none;
}

.newstaff_head .newshead_logo {
	float: left;
	margin: 13px 5px 0 10px;
}

.newstaff_head .newshead_name {
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	margin: 0 20px 0 0;
}

.newstaff_head .newshead_upload {
	float: right;
	margin: 13px 30px 0 0;
	overflow: hidden;
	cursor: pointer;
}

.newstaff_head .newshead_upload.button {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	border-radius: 4px;
	background: #FFFFff;
}

.newstaff_head .newshead_upload img {
	float: right;
	margin: 0 10px 0 0;
}

.newstaff_head .newshead_upload p {
	float: right;
	color: #555555;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.newstaff_head .huizong_select {
	float: right;
	/*width: 425px;*/
	width: 998px;
	margin: 13px 0 0 0;
	overflow: hidden;
	font-size: 15px;
}

.newstaff_head .huizong_select .huiselect_div {
	float: left;
	margin: 0 21px 0 0;
	cursor: pointer;
}

.newstaff_head .huizong_select .huiselect_div.cengnums {
	display: none;
}

.newstaff_head .newshead_backs {
	float: right;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.newstaff_head .newshead_backs_salary {
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.newstaff_head .chaildsearch_list {
	float: right;
	margin: 0 0 0 50px;
}

.newstaff_head .chaildsearch_list.chaildlist_left {
	float: left;
	margin: 0 0 0 0;
}

.newstaff_head .chaildsearch_list ul {
	overflow: hidden;
}

.newstaff_head .chaildsearch_list ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	background: #CCCCCC;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 11px 8px 0 0;
	cursor: pointer;
	padding: 0 5px;
}

.newstaff_head .chaildsearch_list ul li:hover,
.newstaff_head .chaildsearch_list ul li.select_green {
	background: #35ba8c;
}

.newstaff_head .chaildsearch_list ul li .numtotal {
	position: absolute;
	text-align: center;
	height: 19px;
	line-height: 18px;
	border-radius: 21px;
	color: #FFFFFF;
	padding: 0 6px;
	margin: -9px 0 0 33px;
	background-color: #FF3300;
	font-size: 12px;
	display: none;
}

.chaild_list{
	float: right;
	margin: 0 12px 0 0;
}
.chaild_list ul{
	overflow: hidden;
}
.chaild_list ul li{
	float: left;
	height: 30px;
	line-height: 30px;
	background: #CCCCCC;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 11px 0 0 0;
	cursor: pointer;
	padding: 0 5px;
}
.chaild_list ul li:hover,
.chaild_list ul li.select_green {
	background: #35ba8c;
}

.chaild_list ul li .numtotal {
	position: absolute;
	text-align: center;
	height: 19px;
	line-height: 18px;
	border-radius: 21px;
	color: #FFFFFF;
	padding: 0 6px;
	margin: -9px 0 0 50px;
	background-color: #FF3300;
	font-size: 12px;
	display: none;
}

.button_list button .numtotal {
	position: absolute;
	text-align: center;
	height: 19px;
	line-height: 18px;
	border-radius: 21px;
	color: #FFFFFF;
	padding: 0 6px;
	margin: -11px 0 0 40px;
	background-color: #FF3300;
	font-size: 12px;
}

.newstaff_head .numberof {
	float: left;
	line-height: 50px;
	font-size: 15px;
	color: #333333;
}

.newstaff_head .all_checkbox {
	margin: 17px 0 0 10px;
	width: 18px;
	height: 18px;
	float: left;
}

.newstaff_head .list_yewus {
	width: 70px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 10px 0 0 10px;
	float: left;
}

.newstaff_head .distribution {
	float: left;
	width: 75px;
	height: 28px;
	line-height: 28px;
	background: #1e91ff;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 20px;
}

.select_list {
	float: left;
	width: 75px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 60px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
	margin: 6px 10px 0 6px;
}

.newstaff_head .newsearch_numof {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 70px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
	margin: 11px 10px 0 10px;
}

.newstaff_head .newsearch_numof.m_select {
	margin: 0px 10px 0 0px;
	display: none;
	width: 60px;
}

.newstaff_head .newshead_search {
	float: right;
	overflow: hidden;
	width: 660px;
}

.newstaff_head .newshead_search .newsearch_cons {
	float: left;
	line-height: 50px;
	font-size: 15px;
	color: #333333;
}

.newstaff_head .newshead_search .newsearch_input {
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 80px;
	height: 25px;
	padding: 0 5px;
	margin: 12px 10px 0 2px;
}

.newstaff_head .newshead_search .newsearch_select {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 70px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
	margin: 11px 10px 0 10px;
}

.newstaff_head .newshead_search .newsearch_search {
	float: right;
	width: 60px;
	height: 27px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	margin: 11px 12px 0 0;
	background: #FFFFFF;
	cursor: pointer;
}

.newstaff_head .newshead_search .newsearch_search img {
	vertical-align: middle;
	width: 17px;
	margin: -3px 0 0 0;
}

.add_news {
	width: 1230px;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.addnews_cons {
	width: 1200px;
	margin: 0 auto;
}

.addnews_div {
	overflow: hidden;
	padding: 20px 0 0 0;
}

.addnews_text {
	float: left;
	overflow: hidden;
	margin: 0 80px 0 0;
}

.addnews_text .addnews_name {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}

.addnews_text .addnews_select {
	float: left;
	width: 179px;
	height: 35px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 160px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 0px;
	color: #999999;
	outline: medium none;
	margin: 0 0 0 9px;
}

.addnews_text .addnews_inputs {
	float: left;
	width: 179px;
	height: 35px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 0px;
	color: #999999;
	outline: medium none;
	margin: 0 0 0 9px;
}

.addnews_text .addnews_unit {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	margin: 0 0 0 5px;
}

.addnews_text .addnews_input {
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 250px;
	height: 33px;
	padding: 0 10px;
	margin: 0 0 0 10px;
}

.addnews_text .addnews_input.widths {
	width: 222px;
}

.addnews_text .addnews_input.width_short {
	width: 158px;
}

.addnews_text .addnews_input.width120 {
	width: 120px;
}

.addnews_text .addnews_input.width180 {
	width: 180px;
}

.addnews_xia {
	float: right;
}

.addnews_remark {
	float: right;
	width: 250px;
	height: 89px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: -145px 37px 0 0;
}

.addnews_remark .remark_head {
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

.addnews_remark textarea {
	width: 240px;
	height: 46px;
	padding: 5px;
	border: none;
	outline: none;
	resize: none;
}

.addnews_but {
	width: 180px;
	height: 35px;
	background: #35ba8c;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 32px 45px;
}

.newstaff_cons {
	width: 1200px;
	background: #FFFFFF;
	padding: 15px;
}

.newstaff_cons.padding0 {
	padding: 0;
	width: 1230px;
    overflow-y: hidden;
}
.newstaff_cons.hiddens{
	overflow-y: hidden;
}
.newscons_div {
	width: 1050px;
	overflow: hidden;
}

.newscons_div.marginTop {
	margin: 35px 0 0 0;
}

.newscons_list {
	overflow: hidden;
	float: left;
}

.newscons_list.marginLeft {
	margin: 0 0 0 45px;
}

.newscons_list .newscons_name {
	float: left;
	width: 60px;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	margin: 0 5px 0 0;
}

.newscons_list .newscons_input {
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 140px;
	height: 25px;
	padding: 0 10px;
}

.newscons_list .newscons_select {
	width: 162px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	background: url(../img/downxiala.png) 139px center no-repeat;
	-webkit-appearance: none;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	float: left;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newscons_list .newshead_upload {
	float: right;
	margin: 13px 50px 0 0;
	overflow: hidden;
	cursor: pointer;
}

#up_loadfile,#up_load_file {
	width: 115px;
	height: 50px;
	opacity: 0;
	margin-top: -14px;
	margin-left: -8px;
	position: absolute;
	border: 1px solid #000000;
	cursor: pointer;
}

.newscons_div .newscons_list .newshead_upload img {
	float: right;
	margin: 0 10px 0 0;
}

.newscons_div .newscons_list .newshead_upload p {
	float: right;
	color: #555555;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.material {
	width: 1050px;
	margin: 30px 0 0 0;
	display: none;
}

.material_div {
	width: 1050px;
	overflow: hidden;
}

.material_div .material_name {
	float: left;
	font-size: 15px;
	color: #333333;
}

.material_div .material_list {
	float: left;
	overflow: hidden;
}

.material_div .material_list .material_li {
	float: left;
	margin: 0 0 0 20px;
}

.material_div .material_list .material_li input {
	margin: -1px 4px 0 0;
	vertical-align: middle;
}

.save_but {
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background: #32a3dc;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	margin: 30px 0 0 64px;
}

.newsearch_cailiao {
	width: 1230px;
}

.newsearch_cailiao ul {
	width: 1230px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.newsearch_cailiao ul li {
	float: left;
	width: 204px;
	text-align: center;
}

.newsearch_cailiao ul li .cailiao_name {
	height: 70px;
	line-height: 70px;
}

.newsearch_cailiao ul li .cailiao_money {
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
}

.science {
	width: 1230px;
	margin: 0 auto;
}

.science_search {
	width: 1230px;
	overflow: hidden;
	margin: 50px 0 10px 0;
}

.science_search .science_div {
	float: left;
	width: 260px;
	height: 36px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	overflow: hidden;
}

.science_search .science_div .science_input {
	float: left;
	width: 199px;
	height: 35px;
	border: none;
	padding: 0 5px;
}

.science_search .science_div .science_img {
	float: right;
	width: 50px;
	height: 36px;
	background: #EBEBEB;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	cursor: pointer;
}

.science_search .science_div .science_img img {
	margin: 7px 0 0 0;
}

.science_search .science_total {
	float: right;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	cursor: pointer;
}

.science_search .science_total span {
	padding: 0 0 0 10px;
}

.science_details {
	width: 1230px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	background: #FFFFFF;
	overflow: hidden;
}

.science_details:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.science_details .science_name {
	float: left;
	width: 50px;
	line-height: 40px;
	margin: 0 0 0 10px;
}

.science_details ul {
	width: 1120px;
	float: left;
	overflow: hidden;
	margin: 10px 0;
}

.science_details ul li {
	float: left;
	padding: 5px 10px;
	background: #00625A;
	margin: 0 10px 5px 0;
	border-radius: 4px;
	background: #EEEEEE;
	color: #666666;
	cursor: pointer;
}

.science_details ul li.select_red {
	background: #D91600;
	color: #FFFFFF;
}

.science_details ul li:last-child {
	border-bottom: none;
}

.newsearch_div {
	width: 1230px;
	overflow: hidden;
}

.newdiv_list {
	float: left;
	width: 174.5px;
	border-right: 1px solid #CCCCCC;
}

.newdiv_list:last-child {
	border-right: none;
}

.newdiv_list ul {
	width: 174.5px;
}

.newdiv_list ul li {
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	width: 174.5px;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.newdiv_list ul li .newdiv_but {
	padding: 6px 10px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	cursor: pointer;
}

.newdiv_list ul li .apply_input {
	width: 80px;
	height: 29px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newsearch_list {
	width: 1230px;
}

.newsearch_list .comprehensive {
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 400px;
	height: 80px;
	margin: 8px 0 0 46px;
	display: none;
}

.newsearch_list .comprehensive .compre_uparrow {
	position: absolute;
	margin: -9px 0 0 178px;
}

.newsearch_list .comprehensive .compre_ul {
	width: 400px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.newsearch_list .comprehensive .compre_ul:last-child {
	border-bottom: none;
}

.newsearch_list .comprehensive .compre_ul .compre_list {
	float: left;
	width: 79px;
	height: 40px;
	border-right: 1px solid #CCCCCC;
	line-height: 40px;
	text-align: center;
}

.newsearch_list .comprehensive .compre_ul .compre_list:last-child {
	border-right: none;
}

.newsearch_list .deduct_wages {
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 380px;
	min-height: 40px;
	margin: 8px 0 0 785px;
	/*display: none;*/
}

.newsearch_list .deduct_wages .deduct_uparrow {
	position: absolute;
	margin: -9px 0 0 178px;
}

.newsearch_list .deduct_wages .deduct_ul {
	width: 380px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.newsearch_list .deduct_wages .deduct_ul:last-child {
	border-bottom: none;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list {
	float: left;
	width: 85px;
	height: 40px;
	border-right: 1px solid #CCCCCC;
	line-height: 40px;
	text-align: center;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list .inp {
	float: left;
	width: 166px;
	height: 34px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 1px 0 0 10px;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list .inp.shorts {
	width: 100px;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list .queren_button {
	width: 65px;
	margin: 1px 0 0 3px;
	height: 36px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	float: left;
	border: 1px solid #666666;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list:first-child {
	width: 205px;
}

.newsearch_list .deduct_wages .deduct_ul .deduct_list:last-child {
	border-right: none;
}

.newsearch_list .chat_record {
	position: absolute;
	width: 260px;
	height: 320px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 8px 0 0 930px;
	display: none;
}

.newsearch_list .chat_record .chat_uparrow {
	position: absolute;
	margin: -9px 0 0 147px;
}

.newsearch_list .chat_record .chat_uparrow.margin114 {
	margin: -9px 0 0 114px;
}

.newsearch_list .chat_record .chat_uparrow.margin122 {
	margin: -9px 0 0 122px;
}

.newsearch_list .chat_record .chat_uparrow.margin115 {
	margin: -9px 0 0 115px;
}

.newsearch_list .chat_record .chat_uparrow.margin133 {
	margin: -9px 0 0 133px;
}

.newsearch_list .chat_record .chat_uparrow.margin144 {
	margin: -9px 0 0 144px;
}

.newsearch_list .chat_record .chat_jilu {
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
}

.newsearch_list .chat_record .chat_list {
	width: 260px;
	height: 235px;
	border-bottom: 1px solid #CCCCCC;
	overflow-x: hidden;
}

.newsearch_list .chat_record .chat_list .chat_lis {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #e4e4e4;
}

.newsearch_list .chat_record .chat_list .chat_lis:nth-child(2n) {
	background: #F6F3EE;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_logo {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor {
	float: left;
	margin: 0 0 5px 10px;
	width: 185px;
	min-height: 70px;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor .chat_inhead {
	overflow: hidden;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor .chat_inhead .chat_name {
	float: left;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor .chat_inhead .chat_name span {
	padding: 0 5px 0 0;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor .chat_inhead .chat_time {
	float: right;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_infor p {
	margin: 2px 0 0 0;
	word-wrap: break-word;
	word-break: break-all;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_delete {
	float: right;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_but {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #666666;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_but .chat_delbut {
	float: right;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	cursor: pointer;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_but .chat_agrbut {
	float: right;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 10px 0 0;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_img {
	/*overflow: hidden;*/
	margin: 0 0 0 0;
}

.newsearch_list .chat_record .chat_list .chat_lis .chat_img .chat_pic {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 9px 5px 0;
}

.newsearch_list .chat_record .chat_list::-webkit-scrollbar {
	width: 4px;
}

.newsearch_list .chat_record .chat_list::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}


/* 滚动条的滑轨背景颜色 */

.newsearch_list .chat_record .chat_list::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}


/* 滑块颜色 */

.newsearch_list .chat_record .chat_list::-webkit-scrollbar-button {
	background-color: #ffffff;
}


/* 滑轨两头的监听按钮颜色 */

.newsearch_list .chat_record .chat_list .chat_void {
	overflow: hidden;
	cursor: pointer;
}

.newsearch_list .chat_record .chat_list .chat_void input {
	float: left;
	margin: 18px 5px 0 10px;
}

.newsearch_list .chat_record .chat_list .chat_void p {
	float: left;
}

.newsearch_list .chat_record .chat_sign {
	overflow: hidden;
}

.newsearch_list .chat_record .chat_sign .chat_cons {
	float: left;
	background: #f6f3ee;
	width: 140px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin: 7px 0 0 10px;
	border: none;
}

.newsearch_list .chat_record .chat_sign .chat_push {
	float: right;
	width: 65px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	background: #8cb83e;
	border-radius: 3px;
	margin: 7px 10px 0 0;
	cursor: pointer;
}

.newsearch_list ul {
	width: 1230px;
	overflow: hidden;
	/*height: 40px;*/
	border-bottom: 1px solid #CCCCCC;
}

.newsearch_list ul:hover {
	background: #fd8077;
}

.newsearch_list ul.colors {
	background: #ff9933;
}

.newsearch_list ul li {
	float: left;
	width: 215px;
	font-size: 15px;
	min-height: 40px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
	/*padding: 10px 0;*/
}

.newsearch_list ul li .promo_price {
	width: 80px;
	height: 25px;
	border-radius: 4px;
	float: left;
	margin: 6px 10px 0 10px;
	padding: 0 4px;
	border: 1px solid #CCCCCC;
}

.newsearch_list ul li .shuomings {
	width: 890px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newsearch_list ul li.split_three {
	width: 409px;
}

.newsearch_list ul li.split_four {
	width: 306px;
}

.newsearch_list ul li.split_five {
	width: 245px;
}

.newsearch_list ul li.split_six {
	width: 204px;
}

.newsearch_list ul li.split_seven {
	width: 174.5px;
}

.newsearch_list ul li.split_eight {
	width: 152.7px;
}

.newsearch_list ul li.split_nine {
	width: 135.5px;
}

.newsearch_list ul li.split_ten {
	width: 122px;
}

.newsearch_list ul li.split_eleven {
	width: 110.5px;
}

.newsearch_list ul li .project_dels {
	float: right;
	margin: 10px 7px 0 0;
	width: 20px;
}

.newsearch_list ul li.split_twelve {
	width: 101.5px;
}

.newsearch_list ul li.split_thirteen {
	width: 93.5px;
	word-break: normal;
	word-wrap: break-word;
}

.newsearch_list ul li.split_fourteen {
	width: 86px;
}

.newsearch_list ul li.split_fifteen {
	width: 81px;
}

.newsearch_list ul li.split_sixteen {
	width: 75.5px;
}

.newsearch_list ul li.width42 {
	width: 42px;
}

.newsearch_list ul li.width66 {
	width: 66px;
}

.newsearch_list ul li.width78 {
	width: 78px;
}

.newsearch_list ul li.width70 {
	width: 70px;
}

.newsearch_list ul li.width80 {
	width: 80px;
}

.newsearch_list ul li.width189 {
	width: 189px;
}

.newsearch_list ul li.width203 {
	width: 203px;
}

.newsearch_list ul li.width178 {
	width: 178px;
}

.newsearch_list ul li.width85 {
	width: 85px;
}

.newsearch_list ul li.width99 {
	width: 99px;
}

.newsearch_list ul li.width300 {
	width: 300px;
}

.newsearch_list ul li.width292 {
	width: 292px;
}
.newsearch_list ul li.width289 {
	width: 289px;
}

.newsearch_list ul li.width186 {
	width: 186px;
}

.newsearch_list ul li.width227 {
	width: 227px;
}

.newsearch_list ul li.width308 {
	width: 308px;
}

.newsearch_list ul li.width735 {
	width: 735px;
}

.newsearch_list ul li.width1148 {
	width: 1138px;
	padding: 0 0 0 10px;
}


/*11搭配*/

.newsearch_list ul li.width170 {
	width: 170px;
}

.newsearch_list ul li.width125 {
	width: 125px;
}

.newsearch_list ul li.width70 {
	width: 70px;
}

.newsearch_list ul li.width245 {
	width: 245px;
}

.newsearch_list ul li.width450 {
	width: 450px;
}

.newsearch_list ul li.width170 {
	width: 170px;
}

.newsearch_list ul li.width229 {
	width: 229px;
}

.newsearch_list ul li.width91 {
	width: 91px;
}

.newsearch_list ul li.width305 {
	width: 305px;
}

.newsearch_list ul li.width297 {
	width: 297px;
}

.newsearch_list ul li.lineheight40 {
	line-height: 40px;
}


/*12搭配*/

.newsearch_list ul li.width210 {
	width: 210px;
}

.newsearch_list ul li.width165 {
	width: 165px;
}

.newsearch_list ul li.width112 {
	width: 112px;
}

.newsearch_list ul li.width133 {
	width: 133px;
}

.newsearch_list ul li.width95 {
	width: 150px;
}

.newsearch_list ul li.width150 {
	width: 150px;
}


/*13搭配*/

.newsearch_list ul li.width159 {
	width: 159px;
}

.newsearch_list ul li.width190 {
	width: 190px;
}

.newsearch_list ul li.width115 {
	width: 115px;
}

.newsearch_list ul li.width550 {
	width: 229px;
}

.newsearch_list ul li.width180 {
	width: 180px;
}

.newsearch_list ul li.width130 {
	width: 130px;
}

.newsearch_list ul li.width119 {
	width: 119px;
}

.newsearch_list ul li.width117 {
	width: 117px;
}

.newsearch_list ul li.width280 {
	width: 280px;
}

.newsearch_list ul li.width168 {
	width: 168px;
}

.newsearch_list ul li.width95 {
	width: 94px;
}

.newsearch_list ul li.width92 {
	width: 92px;
}

.newsearch_list ul li.width316 {
	width: 316px;
}

.newsearch_list ul li .check_input {
	vertical-align: middle;
	margin: 0;
	widows: 30px;
	height: 30px;
}

.newsearch_list ul li:last-child {
	border-right: none;
}

.select_gong {
	width: 60px;
	height: 34px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 43px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.select_gong.width100 {
	width: 100px;
	background: url(../img/downxiala.png) 82px center no-repeat #FFFFFF;
}

.newsearch_list ul li .select_gong {
	width: 60px;
	height: 34px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 43px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newsearch_list ul li .select_gong.slecrt {
	width: 131px;
	margin: 3px 0 0 0;
	background: url(../img/downxiala.png) 111px center no-repeat #FFFFFF;
}

.newsearch_list ul li .select_gong.laiyuans {
	margin: 3px 0 0 0;
	width: 77px;
	background: url(../img/downxiala.png) 63px center no-repeat #FFFFFF;
}

.newsearch_list ul li .select_gong.widthders {
	float: left;
	margin: 3px 0 0 0;
	width: 125px;
	background: url(../img/downxiala.png) 106px center no-repeat #FFFFFF;
}

.newsearch_list ul li .select_gong.width171 {
	float: left;
	margin: 3px 0 0 2px;
	width: 171px;
	background: url(../img/downxiala.png) 148px center no-repeat #FFFFFF;
}

.newsearch_list ul li .expenlist_input {
	width: 124px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newsearch_list ul li .contracts_input {
	width: 80px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.table_input {
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
	display: none;
}

.newsearch_list ul li .contracts_input.width160 {
	width: 160px;
	margin: 3px 2px 0 2px;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .contracts_input.remark_con {
	width: 122px;
	margin: 3px 0 0 0;
	display: none;
}

.newsearch_list ul li .contracts_input.width939 {
	width: 939px;
	margin: 3px 10px 0 2px;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .contracts_input.width65 {
	width: 65px;
	margin: 3px 2px 0 2px;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .contracts_input.width100 {
	width: 100px;
	margin: 3px 0px 0 0;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .contracts_input.width180 {
	width: 180px;
	margin: 3px 0px 0 0;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .contracts_input.width300 {
	width: 300px;
	margin: 3px 10px 0 2px;
	font-size: 12px;
	height: 30px;
	float: left;
}

.newsearch_list ul li .new_money {
	float: left;
	overflow: hidden;
	display: none;
}

.newsearch_list ul li .new_money p {
	float: left;
	margin: 0 10px 0 0;
	line-height: 40px;
}

.newsearch_list ul li .new_money .new_inputmoney {
	float: left;
	width: 80px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width70 {
	width: 70px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width164 {
	width: 164px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width42 {
	width: 42px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_button {
	width: 40px;
	margin: 5px 0 0 3px;
	height: 30px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	border: 1px solid #666666;
}

.newsearch_list ul li .contracts_input.width175 {
	width: 175px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width97 {
	width: 97px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width725 {
	width: 725px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width83 {
	width: 83px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width66 {
	width: 66px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width73 {
	width: 73px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width66 {
	width: 66px;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .contracts_input.width535 {
	width: 216px;
	margin: 3px 0 0 0;
	font-size: 12px;
	height: 27px;
}

.newsearch_list ul li .contracts_input.width480 {
	width: 480px;
	margin: 3px 0 0 2px;
	font-size: 12px;
	height: 27px;
	float: left;
}

.newsearch_list ul li .new_ads {
	width: 53px;
	height: 31px;
	float: right;
	line-height: 31px;
	background: #8cb83e;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin: 4px 0 0 0;
}

.newsearch_list ul li .step_but {
	float: left;
	width: 45px;
	height: 30px;
	border: 1px solid #CCCCCC;
	font-size: 15px;
	color: #333333;
	background: #FFFFFF;
	margin: 5px 0 0 5px;
	border-radius: 4px;
	cursor: pointer;
}

.newsearch_list ul li .num {
	width: 100px;
	margin: 0 auto;
}

.newsearch_list ul li img {
	margin: 6px 0 0 3px;
	cursor: pointer;
	float: left;
}

.newsearch_list ul li .add_datas {
	width: 60px;
	margin: 5px 0 0 19px;
	height: 30px;
	background: #32A3DC;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	float: left;
}

.newsearch_list ul li .cailiao_datas {
	width: 31px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}
.operation_btn{
	width: 31px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666;
	margin: 0 10px 0 15px;
}
.operation_btn.width60{
	width: 60px;
}
.sure_head {
	width: 31px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666;
}

.newsearch_list ul li .cailiao_datas_tijiao {
	width: 65px;
	margin: 7px 0 0 3px;
	height: 26px;
	background: #3399FF;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}

.newsearch_list ul li .cailiao_datas_sure {
	width: 31px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #FFFF7d;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}

.newsearch_list ul li .cailiao_datas_sheji {
	width: 51px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}

.newsearch_list ul li .cailiao_datas_receive {
	width: 31px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #35BA8C;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}

.newsearch_list ul li .cailiao_datas.news {
	width: 50px;
	margin: 7px 0 7px 35px;
}

.newsearch_list ul li .cailiao_datas.btns {
	width: 50px;
	margin: 7px 0 7px 15px;
}

.newsearch_list ul li a {
	text-decoration: underline;
}

.newsearch_list ul li .dataslist_inp {
	width: 60px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .checkboxs {
	width: 18px;
	height: 18px;
}

.newsearch_list ul li .dataslist_lists {
	float: left;
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 3px 0 0 0;
}

.newsearch_list ul li .list_select {
	float: left;
	width: 75px;
	height: 33px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 56px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
	margin: 4px 0 0 2px;
}

.newsearch_list .heji {
	overflow: hidden;
	margin: 0 174.5px 0 0;
	font-size: 18px;
}

.newsearch_list .heji .heji_name {
	line-height: 40px;
	text-align: center;
	width: 175.5px;
	float: right;
}

.newsearch_list .heji .heji_tatol {
	line-height: 40px;
	width: 175.5px;
	text-align: center;
	float: right;
}

.newsearch_list .heji .heji_money {
	line-height: 40px;
	width: 175.5px;
	text-align: center;
	float: right;
}

.orders_but {
	width: 1230px;
	margin: 30px auto;
	overflow: hidden;
}

.orders_but .ordersbut_clear {
	float: right;
	width: 155px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #86b238;
	cursor: pointer;
}

.orders_but .ordersbut_submit {
	margin: 0 40px 0 0;
	float: right;
	width: 155px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #d8443d;
	cursor: pointer;
}

.div_contact {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.contact_cons {
	position: absolute;
	width: 400px;
	height: 270px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -135px 0 0 -200px;
}

.contact_head {
	width: 370px;
	height: 50px;
	border-bottom: 2px solid #666666;
	margin: 0 0 0 15px;
	overflow: hidden;
}

.contact_head p {
	float: left;
	font-size: 18px;
	margin: 13px 0 0 0;
	padding: 0;
}

.contact_head .contact_cha {
	float: right;
	cursor: pointer;
	margin: 16px 0 0 0;
}

.contact_list {
	width: 400px;
	height: 215px;
	overflow-x: hidden;
}

.contact_list::-webkit-scrollbar {
	width: 4px;
	background-color: #f0f0f0;
}

.contact_list::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}


/* 滚动条的滑轨背景颜色 */

.contact_list::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}


/* 滑块颜色 */

.contact_list::-webkit-scrollbar-button {
	background-color: #f0f0f0;
	height: 0px;
}


/* 滑轨两头的监听按钮颜色 */

.contact_list ul {
	width: 400px;
}

.contact_list ul li {
	width: 400px;
	padding: 10px 0 10px 15px;
	overflow: hidden;
}

.contact_list ul li:nth-child(2n) {
	background: #F6F3EE;
}

.contact_logo {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	float: left;
}

.contact_text {
	float: right;
	width: 355px;
}

.contact_text .context_head {
	width: 100%;
	overflow: hidden;
}

.contact_text .context_head p:first-child {
	margin: 0;
	padding: 0;
	float: left;
}

.contact_text .context_head p:last-child {
	margin: 0 30px 0 0;
	padding: 0;
	float: right;
}

.contact_text .context_font {
	margin: 0 15px 0 0;
}

.contact_text .context_img {
	overflow: hidden;
	margin: 5px 0 0 0;
}

.contact_text .context_img img {
	width: 45px;
	height: 45px;
	margin: 0 5px 0 0;
}

.div_upload {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.chac {
	position: absolute;
	margin: -14px 0 0 288px;
	width: 25px;
	cursor: pointer;
}

.upload_cons {
	position: absolute;
	width: 300px;
	height: 60px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -150px;
}

.upload_file {
	float: left;
	width: 175px;
	margin: 16px 0 0 15px;
}

.click_upload {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	border-radius: 4px;
	margin: 4px 0 0 5px;
}

.upload_pic {
	position: absolute;
	width: 31px;
	height: 39px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0 0 0 -53px;
}

.upload_but {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	border-radius: 4px;
	margin: 4px 0 0 5px;
}

.yanshous {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	display: none;
}

.yancons {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 350px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: -175px 0 0 -290px;
}

.yancon_head {
	width: 540px;
	height: 40px;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.yancon_head p {
	line-height: 40px;
	font-size: 16px;
	margin: 0;
}

.yancon_head p:first-child {
	float: left;
}

.yancon_head p:last-child {
	float: right;
	cursor: pointer;
}

.yancon_con {
	width: 540px;
	margin: 0 0 0 20px;
}

.yancon_list {
	width: 540px;
	overflow: hidden;
}

.yancon_list p {
	font-size: 16px;
	float: left;
}

.yancon_list .yancon_inputs {
	width: 300px;
	height: 30px;
	margin: 10px 0 0 0;
}

.yancon_img {
	float: left;
	overflow: hidden;
}

.yancon_img .yancon_imlisy {
	float: left;
	margin: 0 10px 10px 0;
}

.yancon_img .yancon_imlisy .yancon_pic {
	width: 80px;
	height: 80px;
	float: left;
}

.yancon_img .yancon_imlisy .yancon_del {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	margin: -11px 0 0 -10px;
	cursor: pointer;
	float: right;
	z-index: 5;
}

.yancon_img .yancon_imlisy .yancon_file {
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0 0 0 -80px;
}

.yancon_list .yancon_check {
	float: left;
	margin: 15px 10px 0 0;
	font-size: 16px;
}

.yancon_list .yancon_check .yancon_box {
	float: left;
	font-size: 16px;
	margin: 5px 4px 0 0;
}

.yancon_list .fakuan {
	float: left;
	margin: 8px 0 0 100px;
}

.yancon_list .fakuan input {
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
}

.yancon_sure {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 10px 0 0 79px;
	cursor: pointer;
}

.users {
	width: 1230px;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.users_list {
	float: left;
	overflow: hidden;
	margin: 0 0 0 20px;
}

.users_list p {
	float: left;
	margin: 0;
}

.users_list .user_namesd {
	float: left;
}

.users_list img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	float: left;
}

.users_list .users_file {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0 0 0 -60px;
}

.users_save {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #3aabe4;
	margin: 120px 0 24px 60px;
	cursor: pointer;
}

.users_modify {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #83af35;
	margin: 90px 0 24px 60px;
	cursor: pointer;
}

.cancel_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.cancel_cons {
	position: absolute;
	width: 580px;
	height: 305px;
	border-radius: 4px;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -290px;
}

.cancel_head {
	width: 550px;
	height: 40px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.cancel_head p {
	float: left;
	margin: 0;
	line-height: 40px;
	font-size: 16px;
}

.cancel_head img {
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}

.cancel_text {
	width: 550px;
	margin: 20px 0 0 15px;
	overflow: hidden;
}

.cancel_text p {
	float: left;
	margin: 0;
}

.cancel_text textarea {
	width: 440px;
	height: 110px;
	border-bottom: 1px solid #CCCCCC;
	outline: none;
	resize: none;
}

.cancel_sure {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 20px 0 0 84px;
	color: #666666;
	cursor: pointer;
}

.handl_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.handl_cons {
	position: absolute;
	width: 350px;
	/*height: 200px;*/
	border-radius: 4px;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -175px;
}

.handl_cotent {
	text-align: center;
	width: 310px;
	margin: 20px 0 0 20px;
}

.handl_but {
	width: 200px;
	margin: 20px auto;
	overflow: hidden;
}

.handl_but .handl_sure {
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #666666;
	cursor: pointer;
	border-radius: 4px;
}

.handl_but .handl_cancel {
	float: right;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #666666;
	cursor: pointer;
	border-radius: 4px;
}

.screen {
	width: 1230px;
	margin: 0 auto;
}

.screen_one {
	width: 1230px;
	overflow: hidden;
	font-size: 16px;
	margin: 30px 0 0 0;
}

.screen_one p {
	float: left;
	color: #333333;
	margin: 0;
	padding: 3px 0;
}

.screen_one ul {
	float: left;
	color: #666666;
	overflow: hidden;
	margin: 0 0 0 10px;
	width: 1160px;
}

.screen_one ul li {
	float: left;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	margin: 0 15px 15px 0;
}

.screen_two {
	width: 1230px;
	overflow: hidden;
	font-size: 16px;
	/*margin: 20px 0 0 0;*/
}

.screen_two p {
	float: left;
	color: #333333;
	margin: 0;
	padding: 3px 0;
}

.screen_two ul {
	float: left;
	color: #666666;
	overflow: hidden;
	margin: 0 0 0 10px;
}

.screen_two ul li {
	float: left;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	margin: 0 15px 0 0;
}

.screen_one ul li:hover,
.screen_two ul li:hover,
.screen_one ul li.color_font,
.screen_two ul li.color_font {
	color: #FFFFFF;
	background: #35ba8c;
}

.basic_duty {
	width: 1230px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	font-size: 16px;
}

.basic_duty p {
	float: left;
	margin: 0;
	color: #333333;
	line-height: 26px;
	margin: 0 60px 0 0;
}

.basic_duty .search_jichu {
	float: left;
	width: 200px;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	margin: 0 10px 0 0;
	color: #999999;
	outline: medium none;
}

.basic_duty .search_annius {
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #35ba8c;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.basic_duty p:nth-child(7) {
	float: right;
	line-height: 30px;
}

.basic_duty .sures {
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #35ba8c;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.basic_duty .contrl_sure {
	float: right;
	width: 72px;
	height: 30px;
	line-height: 30px;
	background: #35ba8c;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.basic_duty .tuihui_sure {
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #35ba8c;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.sures_juesuan {
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #35ba8c;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 9px 10px 0 0;
	cursor: pointer;
}

.cailiao_datas{
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	margin: 9px 10px 0 0;
	cursor: pointer;
}

.tips_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	display: none;
}

.tips_cons {
	position: absolute;
	width: 500px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 4px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
}

.tipscon_head {
	width: 470px;
	height: 40px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.tipscon_head p {
	float: left;
	margin: 0;
	line-height: 40px;
	font-size: 16px;
}

.tipscon_head img {
	float: right;
	margin: 11px 0 0 0;
	cursor: pointer;
}

.tipscon_text {
	width: 485px;
	height: 250px;
	margin: 0 0 0 15px;
	overflow-x: hidden;
}

.tipscon_text::-webkit-scrollbar {
	width: 4px;
}

.tipscon_text::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}


/* 滚动条的滑轨背景颜色 */

.tipscon_text::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}


/* 滑块颜色 */

.tipscon_text::-webkit-scrollbar-button {
	background-color: #ffffff;
	height: 0;
}


/* 滑轨两头的监听按钮颜色 */

.tipscon_text ul {
	width: 470px;
}

.tipscon_text ul li {
	width: 470px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
}

.tipscon_text ul li p:first-child {
	margin: 0;
	float: left;
}

.tipscon_text ul li p:last-child {
	margin: 0;
	float: right;
	cursor: pointer;
}

.collect_modal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	display: none;
}

.collect_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: -230px 0 0 -340px;
}
.collect_title,
.collect_head {
	width: 641px;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	overflow: hidden;
}

.collect_title p:nth-child(1) {
	float: left;
	margin: 10px 0px 0px 5px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	width: 40px;
	cursor: pointer;
	color: #FFFFFF;
	background-color:#FF0000;
	border-radius:5px;
	height:30px
}
.collect_title p:nth-child(2) {
	float: left;
	margin: 10px 0px 0px 5px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	width: 40px;
	cursor: pointer;
	color: #FFFFFF;
	background-color:#FF0000;
	border-radius:5px;
	height:30px
}
.collect_title p:nth-child(3) {
	float: left;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	width: 530px;
}
.collect_title img {
	float: right;
	margin: 18px 0 0 0;
	cursor: pointer;
}

.collect_head p:nth-child(1) {
	float: left;
	margin: 10px, 0px, 0px, 5px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	width: 40px;
	cursor: pointer
}

.collect_head p:nth-child(2) {
	float: left;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	width: 575px;
}

.collect_head img {
	float: right;
	margin: 18px 0 0 0;
	cursor: pointer;
}

.collect_cons {
	width: 641px;
	height: 280px;
	margin: 20px auto 0 auto;
	border-top: 1px solid #CCCCCC;
	overflow-y: auto;
	overflow-x: hidden;
}

.collect_cons.height_head {
	height: 82px;
}

.collect_cons::-webkit-scrollbar {
	width: 4px;
	background-color: #f0f0f0;
}

.collect_cons::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}


/* 滚动条的滑轨背景颜色 */

.collect_cons::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}


/* 滑块颜色 */

.collect_cons::-webkit-scrollbar-button {
	background-color: #f0f0f0;
	height: 0px;
}


/* 滑轨两头的监听按钮颜色 */

.collect_cons ul {
	width: 641px;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.collect_cons ul li {
	width: 110.8px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	border-left: 1px solid #CCCCCC;
}

.collect_cons ul li:last-child {
	border-right: 1px solid #CCCCCC;
}

.collect_cons ul li .contracts_input {
	width: 68px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.collect_cons ul li .head_input {
	width: 52px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.collect_cons ul li .cailiao_datas {
	width: 55px;
	margin: 7px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	float: left;
	border: 1px solid #666666
}

.contactBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.contact_content {
	position: absolute;
	width: 800px;
	height: 500px;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -400px;
	border-radius: 4px;
}

.contact_con_head {
	width: 770px;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	overflow: hidden;
}

.contact_con_head p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 18px;
}

.contact_con_head img {
	float: right;
	margin: 15px 0 0 0;
	cursor: pointer;
}

.contact_dibu {
	width: 770px;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	margin: 0 auto;
	overflow: hidden;
}

.contact_dibu p {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 55px;
	font-size: 16px;
}

.contact_dibu .time_input {
	float: left;
	width: 120px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 12px 0 0 15px;
}

.contact_dibu .input_send {
	float: right;
	width: 450px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 12px 0 0 0;
}

.contact_dibu .dibu_send {
	float: right;
	width: 65px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #8cb83e;
	border-radius: 3px;
	margin: 13px 15px 0 15px;
	cursor: pointer;
}

.contact_con_list {
	width: 770px;
	margin: 0 auto;
	height: 390px;
	overflow-x: hidden;
}

.contact_con_list ul {
	width: 770px;
}

.contact_con_list ul li {
	width: 770px;
	overflow: hidden;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #f5f5f5;
}

.contact_con_logo {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 0 11px 0;
}

.contact_con_txt {
	width: 700px;
	float: left;
	margin: 0 0 0 10px;
}

.contact_txt_head {
	overflow: hidden;
	width: 700px;
}

.contact_txt_head .contact_txt_p {
	float: left;
	overflow: hidden;
	width: 645px;
}

.contact_txt_head .contact_txt_p p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.contact_txt_head .contact_txt_p p:nth-child(1) {
	float: left;
}

.contact_txt_head .contact_txt_p p:nth-child(2) {
	float: left;
	margin: 0 0 0 10px;
}

.contact_txt_head .contact_txt_p p:nth-child(3) {
	float: right;
}

.contact_txt_head .contact_txt_del {
	float: right;
	margin: 3px 28px 0 0;
	cursor: pointer;
}

.contact_txt_text {
	width: 680px;
	margin: 5px 0 10px 0;
	font-size: 16px;
}

.contact_pic_list {
	width: 670px;
	overflow: hidden;
	margin: 10px 0 5px 0;
}

.contact_pic_list img {
	float: left;
	border: 0;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
}

.map_search {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	z-index: 1;
	/*visibility: hidden;*/
	display: none;
}

.map_div {
	position: absolute;
	width: 1000px;
	height: 600px;
	background: #FFFFFF;
	margin: -300px 0 0 -500px;
	top: 50%;
	left: 50%;
	border-radius: 4px;
}

.map_title {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.map_title p {
	float: left;
	line-height: 50px;
	font-size: 16px;
	margin: 0;
	cursor: pointer
}

.map_title img {
	float: right;
	margin: 17px 0 0 0;
}


/*
 * tabel input*/

.select_input {
	display: none;
}

.inputs {
	display: none;
	width: 65px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
}

.inputshow {
	width: 65px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
}

.inputs.show {
	display: block;
}

.text_span {
	display: block;
	word-wrap: break-word;
}

.save_madol {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	display: none;
}

.save_content {
	min-width: 300px;
	border-radius: 4px;
	background-color: #fff;
	/*border: solid 1px #dedfe0;*/
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.input_val {
	width: 400px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 3px 0 0 0;
}

.save {
	display: none;
}

.tips_list {
	position: absolute;
	background: #FFFF7D;
	display: none;
}

.tips_list ul {
	width: 80px;
}

.tips_list ul li {
	width: 80px;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
}

.tips_list ul li:hover {
	background: #C6C6C6;
}

.chaild_listone {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 70px center no-repeat #FFFFFF;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.img_show {
	width: 1230px;
	background: #f6f3ee;
	padding: 0 0 5px 0;
}

.img_show ul {
	width: 1230px;
	overflow: hidden;
}

.img_show ul li {
	float: left;
	width: 403px;
	overflow: hidden;
	background: #FFFFff;
	margin: 5px 0 0 5px;
}

.img_show ul li img {
	float: left;
	width: 190px;
	height: 190px;
	padding: 10px;
	cursor: pointer;
}

.img_info {
	float: left;
	width: 193px;
}

.img_info p {
	width: 180px;
	margin: 5px;
}

.img_info .img_butlist {
	overflow: hidden;
}

.img_info .img_butlist .img_button {
	float: left;
	width: 50px;
	margin: 5px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	border: 1px solid #666666;
}

.img_info label {
	cursor: pointer;
}

.img_info .checkboxs {
	width: 15px;
	height: 15px;
	/*vertical-align: middle;*/
	margin: 10px 0 0 10px;
}

.img_info span {
	font-size: 16px;
	padding: 0 0 0 5px;
}

.setup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	display: none;
}

.set_con {
	position: absolute;
	width: 600px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	background: #FFFFFF;
	border-radius: 4px;
}

.set_head {
	width: 570px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.set_head p {
	float: left;
	font-size: 16px;
	margin: 0;
	line-height: 40px;
}

.set_head img {
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.set_search {
	width: 570px;
	margin: 10px auto;
	overflow: hidden;
}

.set_input {
	float: left;
	width: 334px;
	height: 28px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 0 0 0 10px;
	padding: 0 5px;
}

.set_input.width414 {
	width: 414px;
}

.set_but {
	float: left;
	width: 50px;
	height: 30px;
	background: #1e91ff;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	border: none;
	margin: 0 0 0 10px;
}

.set_but.greens {
	background: #8cb83e;
}

.set_con ul {
	width: 570px;
	height: 200px;
	margin: 0 0 0 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.set_con ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.set_con ul li:last-child {
	border-bottom: none;
}

.set_con ul li p {
	float: left;
	margin: 0 0 0 10px;
	line-height: 40px;
}

.set_con ul li img {
	float: right;
	margin: 11px 10px 0 0;
	cursor: pointer;
}

.site_bomb {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	display: none;
	z-index: 11;
}

.site_con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: -230px 0 0 -340px;
}

.site_head {
	width: 650px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.site_head p {
	float: left;
	font-size: 16px;
	margin: 0;
	line-height: 40px;
	margin: 0 20px 0 0;
}

.site_head img {
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.site_search {
	width: 650px;
	margin: 10px auto;
	overflow: hidden;
}

.site_con ul {
	width: 650px;
	height: 363px;
	margin: 0 0 0 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.site_con ul li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.site_con ul li:last-child {
	border-bottom: none;
}

.site_con ul li .site_check {
	float: left;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	cursor: pointer;
	margin: 18px 0 0 0;
}

.site_con ul li p:nth-child(2) {
	float: left;
	margin: 0 0 0 10px;
	line-height: 50px;
	font-size: 16px;
}

.site_con ul li p:nth-child(4) {
	float: right;
	margin: 0 10px 0 0;
	line-height: 50px;
	font-size: 16px;
}

.site_con ul li button {
	float: right;
	width: 50px;
	margin: 12px 0 0 3px;
	height: 25px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #666666;
}

.add_modify {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	display: none;
	z-index: 10;
}

.am_con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: -230px 0 0 -340px;
}

.am_head {
	width: 650px;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	overflow: hidden;
}

.am_head p {
	margin: 0;
	line-height: 40px;
	float: left;
	font-size: 18px;
}

.am_head img {
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.am_list {
	width: 650px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.am_left {
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
	height: 40px;
}

.am_left p {
	float: left;
	margin: 0 10px 0 0;
	height: 30px;
	line-height: 30px;
}

.am_left .select_downlist {
	width: 140px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	/*float: left;
    width: 140px;
    height: 30px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 4px\9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/downxiala.png) 120px center no-repeat #FFFFFF;
    background-image: none\9;
    transition: border-color ease-in-out .15s;
    padding-left: 7px;
    color: #999999;
    outline: medium none;*/
}

.am_left input {
	width: 128px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 5px;
	color: #999999;
}

.am_left textarea {
	width: 549px;
	height: 87px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	color: #999999;
}

.sure_button_sub {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #8cb83e;
	border-radius: 4px;
	font-size: 15px;
	color: #FFFFFF;
	margin: 6px 0 0 52px;
	cursor: pointer;
	border: none;
}

.receipt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	display: none;
}

.receipt_con {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 750px;
	/*height: 300px;*/
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.receipt_con_head {
	width: 720px;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.receipt_con_head p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 18px;
}

.receipt_con_head img {
	float: right;
	margin: 15px 0 0 0;
	cursor: pointer;
}

.receipt_con_text {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

.receipt_con_list {
	float: left;
	overflow: hidden;
	margin: 0 30px 20px 0;
	height: 30px;
}
.receipt_con_list.heightauto{
	height: auto;
}
.receipt_con_list.height31{
	height: 31px;
}
.receipt_con_list.width100 {
	width: 451px;
}

.receipt_con_list p {
	float: left;
	margin: 0 0 0 0;
}

.receipt_con_list input {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 136px;
	height: 25px;
	padding: 0 10px;
}

.receipt_con_list label {
	float: left;
	margin: 1px 20px 0 5px;
}

.receipt_con_list .radio_input {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 0 0 5px;
}

.receipt_con_list select {
	float: left;
	margin: 0 0 0 10px;
	width: 158px;
	height: 30px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 139px center no-repeat;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	float: left;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.receipt_con_list textarea {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 134px;
	padding: 0 10px;
	resize: vertical;
	outline: none;
}
.receipt_con_list textarea.width615{
	width: 615px;
    height: 110px;
    padding: 5px 10px;
}

.receipt_con_list button {
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background: #32a3dc;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	margin: 30px 0 0 64px;
	border: none;
}
.receipt_con_list button.margin4{
	margin: 4px 0 0 53px;
}

.receipt_img {
	float: left;
	margin: 49px 0 0 -163px;
}

.receipt_img img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 0 0 10px;
}
.receipt_img .upload_pic {
	position: absolute;
	width: 150px;
	height: 202px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: -51px 0 0 -162px;
}
.receipt_img .upload_pic.margin0{
	margin: -51px 0 0 0;
	height: 28px;
}

.receipt_img_two .upload_pic {
	position: absolute;
	width: 150px;
	height: 30px;
	font-size: 0;
	opacity: 1;
	filter: alpha(opacity=1);
	cursor: pointer;
	margin: -51px 0 0 0px;
}

.upload_head {
	position: absolute;
	width: 62px;
	height: 39px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0 0 0 -31px;
}

.add_money_more {
	position: absolute;
	min-width: 310px;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 20px 0 0 -140px;
	display: none;
	box-shadow:0px 0px 10px 1px #aaa;
}

.add_money_more.width500{
    width: 501px;
    margin: 11px 0 0 -220px;
    height: 81px;
}

.add_money_input {
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.add_money_input input {
	float: left;
	width: 75px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0 5px;
}
.add_money_input select{
	float: left;
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0 5px;
}
.add_money_input input.width100{
	width: 100px;
}
.add_money_input input.width170{
	width: 170px;
}
.add_money_input span {
	float: left;
	margin: 5px 0 0 10px;
}

.addinput_img {
	float: left;
	margin: 22px 0 0 10px;
	cursor: pointer;
}

.add_money_sure {
	float: left;
	width: 50px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 18px 10px 0 10px;
	line-height: 30px;
	cursor: pointer;
}

.add_money_arrow {
	position: absolute;
	margin: -9px 0 0 -12px;
}

.new_expend {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	display: none;
}

.newexpend_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: -230px 0 0 -340px;
}

.newexpend_head {
	width: 641px;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	overflow: hidden;
}

.newexpend_head p {
	float: left;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	/*text-align: center;*/
	/*width: 575px;*/
}

.newexpend_head img {
	float: right;
	margin: 18px 0 0 0;
	cursor: pointer;
}

.newexpend_con {
	width: 641px;
	margin: 0 auto;
}

.newexpend_list {
	width: 100%;
	overflow: hidden;
}

.newexpend_li {
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.newexpend_li p {
	float: left;
	line-height: 30px;
}

.newexpend_li input {
	float: right;
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
	margin: 12px 0 0 0;
}

.input_shouzhang {
	display: none;
}

.input_deposit {
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 7px;
	color: #999999;
}

.select_deposit {
	width: 158px;
	height: 35px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 139px center no-repeat;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.select_ruzhang {
	width: 158px;
	height: 35px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 60px center no-repeat;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newexpend_li select {
	float: left;
	margin: 11px 0 0 10px;
	width: 158px;
	height: 35px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-right: 4px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/downxiala.png) 139px center no-repeat;
	background-image: none\9;
	transition: border-color ease-in-out .15s;
	padding-left: 7px;
	color: #999999;
	outline: medium none;
}

.newexpend_li textarea {
	float: right;
	width: 565px;
	height: 130px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 7px;
	color: #999999;
	margin: 12px 0 0 0;
	resize: none;
	outline: medium none;
}

.newexpend_li input.width240 {
	width: 240px;
}

.newexpend_li input.width572 {
	width: 572px;
}

.newexpend_li input.width150 {
	width: 150px;
}

.newexpend_sure {
	width: 65px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #8cb83e;
	border-radius: 3px;
	margin: 28px 15px 0 60px;
	cursor: pointer;
}

.input_ruzhang {
	float: left;
	width: 100px;
	height: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	background: #FFFFFF;
	margin: 3px 0 0 2px;
	display: none;
}

.input_shoukuan {
	width: 80px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 3px 0 0 2px;
	/*display: none;*/
}

.search_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.search_con {
	position: absolute;
	min-width: 500px;
	max-height: 500px;
	background: #FFFFFF;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
	padding: 10px;
}

.searchcon_title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
.submit_apply{
	float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #1e91ff;
    border-radius: 4px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.sub_apply{
	width: 70px;
    height: 29px;
    line-height: 29px;
    background: #8cb83e;
    border-radius: 4px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 10px 0 0 0;
}
.sub_apply.margin65{
	margin: 0 0 0 65px;
}
.searchcon_title p {
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.searchcon_title img {
	float: right;
	margin: 8px 0 0 0;
	cursor: pointer;
}

.searchcon_tabel {
	margin: 10px 0 0 0;
	max-height: 440px;
	overflow-x: hidden;
}
.searchcon_bottom{
	width: 100%;
}
.searchcon_bottom .all_money{
	float: right;
}
.searchcon_content{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.searchcon_content p{
	float: left;
	margin: 0 20px 0 0;
}
.searchcon_content textarea{
	float: left;
	width: 98%;
	height: 89px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	outline: none;
	resize: none;
}
.btn_detailed{
	float: right;
	width: 70px;
	height: 30px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 20px 0 0;
	cursor: pointer;
	border-radius: 4px;
}
.input_modal{
	border: 1px solid #CCCCCC;
}
.input_modal.width100{
	width: 100px;
}
.input_modal.width80{
	width: 80px;
}
.searchcon_tabel::-webkit-scrollbar {
	width: 4px;
}
.searchcon_tabel::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}
/* 滚动条的滑轨背景颜色 */
.searchcon_tabel::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}
/* 滑块颜色 */
.searchcon_tabel::-webkit-scrollbar-button {
	background-color: #ffffff;
	height: 0;
}
/* 滑轨两头的监听按钮颜色 */
.button {
	width: 30px;
	height: 20px;
	border: 1px solid #666666;
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
	border-radius: 4px;
}

.button:hover {
	border: 1px solid #CCCCCC;
	background: #E1E1E1;
}

.button:active {
	position: relative;
	top: 1px;
}
.purchase_list{
	width: 70px;
	height: 29px;
    line-height: 29px;
    background: #8cb83e;
    border-radius: 4px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 0 0 0 10px;
}
.input_tabel{
	float: left;
	margin: 0 20px 10px 0;
}
.input_tabel.height30{
	height: 30px;
}
.input_tabel.marginone{
	margin: 0 5px 10px 0;
}
.input_tabel p{
	float: left;
	width: 56px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	margin: 0;
}
.input_tabel span{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}
.input_tabel input{
	float: left;
    width: 130px;
    height: 25px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0 0 0 10px;
}
.input_tabel select{
	float: left;
    width: 130px;
    height: 28px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0 0 0 10px;
}

.input_tabel input.addr{
	width: 565px;
}
.input_tabel input.addr348{
	width: 348px;
}
.input_tabel input.addr129{
	width: 129px;
}
.input_tabel input.addr397{
	width: 397px;
}
.input_tabel input.addr565{
	width: 348px;
}

.input_tabel textarea{
	float: left;
    width: 561px;
    height: 85px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0 0 0 10px;
    resize: none;
}
.input_tabel textarea.height50{
	height: 50px;
}
.tabel_name{
	float: left;
    margin: 0 10px 0 0;
}
.tabel_table{
	float: left;
	width: 565px;
}
.title_inp{
	float: left;
    width: 80px;
    height: 25px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0 0 0 10px;
}
.active_detail{
	width: 100%;
	/*height: 200px;*/
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
    color: #555555;
    padding: 10px 0;
    font-weight: bold;
}
.active_div{
	width: 100%;
	overflow: hidden;
}
.active_cotent{
	float: left;
	width: calc(50% - 1px);
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
    color: #555555;
    padding: 10px 0;
    font-weight: bold;
}
.active_gift{
	float: left;
	width: calc(50% - 1px);
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    color: #555555;
    padding: 10px 0;
    font-weight: bold;
}

.cai_span,
.quasi{
	display: none;
}

.modal_bottom{
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.modal_bottom.height50{
	height: 50px;
	margin: 20px 0 0 0;
}
.modal_bottom textarea{
	float: left;
	width: 98%;
	height: 40px;
	border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.modal_bottom input{
	float: left;
	cursor: pointer;
}
.modal_bottom label{
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.modal_bot_sure{
	float: right;
    width: 60px;
    height: 25px;
    background: #FFFFFF;
    color: #666666;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    border: 1px solid #666666;
    margin: 0 4px 0 0;
}
.hide{
	display: none;
}
