/**!
 * æ¹–åŒ—çœå»ºç­‘å¸‚åœºç›‘ç®¡ä¸Žè¯šä¿¡ä¸€ä½“åŒ–å·¥ä½œå¹³å°
 * date:2020-09-07
 * author: yx;
 */
 
/*å›ºå®šé€šçŸ¥*/
.popmianleft {
	line-height: 28px;
	position: fixed;
	right: 15px;
	top: 310px;
	color: #111;
	padding: 10px;
	z-index: 999;
}

.closeleft {
	float: right;
	font-weight: 700;
	color: #bda7a7;
	line-height: 1;
	cursor: pointer
}

.popleft {
	background: #FFFAFA;
	font-size: 16px;
	width: 315px;
	line-height: 28px;
	position: fixed;
	right: 15px;
	top: 345px;
	color: #111;
	padding: 10px;
	box-shadow: 0px 0px 8px #415171;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
}

.popsub {
	border: 1px solid #d5e0f5;
	padding: 0 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.tit {
	width: 100%;

	font-size: 22px;

	line-height: 50px;
	padding: 0;
	border-bottom: 1px dashed #ccc
}

.pop_list {
	text-indent: 32px;
	display: block
}

.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
}

.content {
	width: 100%;
	margin: 0 auto;
}

a {

}

/* å¤´éƒ¨ */
.header {
	height: 120px;
	background: url("../image/img_hd.png") no-repeat ;
	background-size: 100% 100%;
}

.header-hd {
	height:78px;

}

.header-tt {
	margin: 3px 0 0 0; text-align: center; width: 100%;
}

.header-wd {
	color: #fff;	
	font-size:18px; padding:10px ;  margin-top: 10px;display: flex;align-items: center;
	font-family: "SourceHanSansCN-Bold"; width: 100%; 
}
.header-wd img{width: 40px; margin-right: 5px;}
.header-website {
	color: #fff;
	font-size: 16px;
}

/* æœç´¢æ¡† */
.search-box {
	width: 305px;
	height: 38px;
	margin-top: 80px;
}

#type_chosen {
	width: 67px !important;
}

.chosen-container-single .chosen-drop {
	border-radius: 0 !important;
}

.chosen-container-single .chosen-single {
	height: 38px !important;
	line-height: 38px !important;
	border-right: 1px solid transparent !important;
}

.chosen-drop {
	height: 96px !important;
}

.chosen-container .chosen-drop {
	padding: 0 !important;
	top: 32px !important;
}

/* è¾“å…¥æ¡† */
.input-box {
	position: relative;
}

.input-box input {
	height: 38px;
	line-height: 38px;
	width: 190px;
	text-indent: 10px;
	font-size: 15px;
	color: #dad9d7;
}

.input-box::before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 1px;
	height: 18px;
	background-color: #dad9d7;
}

.ico-box {
	width: 48px;
	height: 38px;
	background: url("../image/ico_search.png") center no-repeat #ff9425;
	
}

.ico-box:hover {
	background-color: #ffc100;
}

/* å¤´éƒ¨å¯¼èˆª */
.nav-box {
	background-color: #0000000f;
}

.nav-li {
	float: left; 

}

.nav-ul {

	display: -webkit-box; /* Older browsers */
    display: flex; /* Modern browsers */
	overflow-x: scroll; white-space: nowrap;
	-webkit-overflow-scrolling:touch;
}

.nav-ul::-webkit-scrollbar {
	display: none;
}

.nav-li a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	font-size: 15px; margin: 0 2px;

}

.nav-li.active a {
	font-family: "SourceHanSansCN-Bold";
	background-color: #a20612;
}

/* å†…å®¹ */
.middle {
	height: 100%;
	margin-top: 30px;
	margin: 0 auto !important;
	
}

/* è½®æ’­ */
.ewb-scrollimg {
	position: static;
	width: 448px;
	height: 316px;
}
/* è‡ªå®šä¹‰æ ·å¼ */
.owl-carousel {
	position: relative;
}

/* æ–‡å­—ä»‹ç» */
.ewb-img-intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
	text-indent: 10px;
	padding-right: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #00000099;
}

/* åˆ†é¡µæŒ‰é’® */
.owl-dots {
	position: absolute;
	right: 7px;
	bottom: 5px;
	height: 18px;
	z-index: 60;
	font-size: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}

.ewb-img button.owl-dot {
	float: left;
	width: 25px;
	height: 18px;
	line-height: 18px;
	margin-right: 3px;
	background: #898989;
	border: 0;
	outline: 0;
}

.ewb-img button.owl-dot span {
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
}

.ewb-img .owl-dot.active {
	background: #ff8202;
}

/* ç¬¬äºŒä¸ªè½®æ’­ */
.ewb-scrollimg .owl-dots {
	position: absolute;
	right: 0px;
	bottom: 12px;
	height: 12px !important;
	z-index: 200;
}

.ewb-scrollimg button.owl-dot {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	display: block;
	background: rgb(214, 214, 214);
	border-radius: 10px;
	border: 0;
	outline: 0;
}

.ewb-scrollimg .owl-dot.active {
	background: #ffc100;
}

/* åŠ¨æ€ */
.dynamic-info {
	margin-left: 22px;
	width: 492px;
	height: 312px;
	border: 1px solid #eee;
	background-color: #fff;
}

.tab-head {
	border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
}

.dynamic {
	float: left;
	width: 120px;
	height: 40px;
	margin-top: -2px;
	line-height: 40px;
	color: #666;
	font-size: 18px;
	text-align: center;
	
}

.dynamic.active {
	color: #bd1a2d;
	border-bottom: transparent;
	border-top: 2px solid #bd1a2d;
	font-family: "SourceHanSansCN-Bold";
}

.dynamic:first-child {
	border-right: 1px solid #eee;
}

.dynamic-li {
	height: 38px;
	line-height: 38px;
	background: url("../image/img_li.png") 15px center no-repeat;
}

.dynamic-li:hover .dynamic-wd, .dynamic-li:hover .dynamic-time {
	color: #dd2c2b;
}

.dynamic-wd {
	width: 325px;
	text-indent: 35px;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.dynamic-time {
	margin-right: 15px;
	font-size: 17px;
	color: #999;
}

/* å³ä¾§é“¾æŽ¥ */
.right-link {
	margin-left: 22px;
	width: 214px;
	height: 315px;
}

.link-box {
	height: 65px;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.link-box a {
	display: block;
	color: #bd1a2d;
	font-size: 18px;
}

.link-box:hover a {
	color: #fff;
}

.guide {
	margin-bottom: 0;
}

.link-box-info1, .link-box-info2 {
	margin-left: 80px;
	height: 24px;
	line-height: 24px;
}

.link-box-info1 {
	margin-top: 8px;
}

.link-box-info3 {
	margin-left: 87px;
	line-height: 65px;
}

.management {
	background: url("../image/img_management.png") 24px center no-repeat
		#fff;
}

.management:hover {
	background: url("../image/img_management_hover.png") 24px center
		no-repeat #e94f4e;
}

.enterprise {
	background: url("../image/img_enterprise.png") 24px center no-repeat
		#fff;
}

.enterprise:hover {
	background: url("../image/img_enterprise_hover.png") 24px center
		no-repeat #e94f4e;
}

.unit {
	background: url("../image/img_unit.png") 24px center no-repeat #fff;
}

.unit:hover {
	background: url("../image/img_unit_hover.png") 24px center no-repeat
		#e94f4e;
}

.guide {
	background: url("../image/img_guide.png") 24px center no-repeat #fff;
}

.guide:hover {
	background: url("../image/img_guide_hover.png") 24px center no-repeat
		#e94f4e;
}

/* ä¼ä¸šä¿¡æ¯ */
.box-tt {
	height: 60px;
	border-bottom: 1px solid #dbdbdb;
}

.box-tt-p {
	width: 120px;
	height: 44px;
	line-height: 44px;
	padding-top: 15px;
	border-bottom: 2px solid #bd1a2d;
	color: #bd1a2d;
	font-size: 20px;
	text-indent: 35px;
	font-family: "SourceHanSansCN-Bold";
}

.enterprise-tt {
	background: url("../image/img_enterprise-tt.png") left 25px no-repeat;
}

.enterprise-content {
	margin-top: 20px;
}

.enterprise-left {
	width: 683px;
	height: 300px;
	background-color: #fff;
}

.box-hd {
	padding-top: 10px;
}

.box-hd>h2 {
	height: 35px;
	line-height: 35px; color: #000 !important;
	font-size: 14px;
	text-align: center;
	background: url(../image/sincerity_tit.png) no-repeat center center;
}

.enter-ul {
	margin-left: 25px;
}

.enterprise-info-li {
	float: left;
	width: 212px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background: url("../image/bg_enterprise_info_li.png") left center
		no-repeat;
}

.enterprise-info-li:hover a {
	color: #bd1a2d;
}

.enterprise-info-li a {
	display: block;
	text-indent: 20px;
	color: #666;
}

/* è¿›é„‚ä¼ä¸šå…¬ç¤º */
.enterprise-right {
	width: 495px;
	height: 300px;
	background-color: #fff;
}

.right-content {
	padding: 0 15px;
}

.publicity-hd {
	background-color: #f8f8f8;
}

.roll1 {
	height: 220px;
}

.roll2 {
	height: 132px;
}

.roll3 {
	height: 99px;
}

.publicity-li {
	list-style: none;
}

.publicity-li a:hover .publicity-name, .publicity-li a:hover .publicity-time
	{
	color: #bd1a2d;
}

.publicity-name {
	width: 330px;
	font-size: 15px;
	color: #666;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.publicity-qyname {
	width: 200px;
	font-size: 16px;
	color: #666;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.publicity-ryname {
	width: 100px;
	font-size: 16px;
	color: #666;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.publicity-time {
	width: 105px;
	font-size: 12px;
	color: #999;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.publicity-name-tt, .publicity-qyname-tt
.publicity-time-tt {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

/* äººå‘˜ä¿¡æ¯ */
.peo {
	width: 213px;
}

.peo-tt {
	background: url("../image/img_peo_tt.png") left 25px no-repeat;
}

.province-box {
	margin-top: 20px;
}

.province-link {
	display: block;
	border: 1px solid transparent;
	height: 87px;
	width: 211px;
}

.province-link:hover {
	border: 1px solid #e35555;
}

#province-in {
	margin-bottom: 15px;
	background: url("../image/bg_province_in.png");
}

#province-out {
	background: url("../image/bg_province_out.png");
}

/* å·¥ç¨‹é¡¹ç›® */
.file {
	width: 965px;
}

.file-tt {
	color: #666;
    border-bottom: 2px solid transparent;
    width: auto;
    background: url("../image/img_file_tt_de.png") left 25px no-repeat;
    margin-right: 30px;
    
}

.file-tt.active {
    border-bottom: 2px solid #bd1a2d;
    color: #bd1a2d;
    background: url("../image/img_file_tt.png") left 25px no-repeat;
}

.file-tt2 {
    color: #666;
    border-bottom: 2px solid transparent;
    width: auto;
    background: url("../image/img_file_tt2_de.png") left 25px no-repeat;
    
}
.file-tt2.active {
    border-bottom: 2px solid #bd1a2d;
    color: #bd1a2d;
    background: url("../image/img_file_tt2.png") left 25px no-repeat;
}
.file-tabview>.tab-head {
    float: left;
    width: 120px;
    height: 194px;
    background: #DF3E32;
    box-sizing: border-box;
    padding-top: 4px;
    border: 0;
}
.file-tabview .sincerity-li1 a {
   background: url("../image/img_li.png") left 3px center no-repeat
}
 
.file-tabview .dynamic{
   width: 50%;
   box-sizing: border-box;
}
.roll4 {
    height: 132px;
}
.beh-stime {
    width: 130px;
    color: #666;
    font-size: 16px;
}
.beh-project {
    width: 254px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
}
.beh-info {
    width: 200px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
}
.file-tabview>.tab-head .hdl {
    height: 53px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 47px;
    padding-left: 28px;
    margin-bottom: -8px;
    
}
.file-tabview>.tab-head .hdl.active {
    color: #BD1A2D;
    background: url("../image/file_tab_active.png") right -3px center no-repeat;
}
.file-tabview>.tab-body {
    float: left;
    width: 845px;
    height: 194px;
    background: #fff;
}
.file-tabview>.tab-body .bdl1 {
    padding: 20px 40px 0 20px;
}
.file-tabview>.tab-body .tab-body {
    padding: 10px 40px 0 20px;
}

.file-box {
	margin-top: 20px;
	height: 194px;
	background-color: #fff;
}

.engineering, .supplement {
	width: 50%;
}

.list-li {
	height: 33px;
	line-height: 33px;
	text-indent: 20px;
	background: url("../image/img_li.png") left center no-repeat;
}

.list-li a {
	display: block;
}

.list-li:hover .engineering-wd, .list-li:hover .engineering-time {
	color: #dd2c2b;
}

.engineering-wd {
	width: 330px;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.engineering-time {
	color: #999;
	font-size: 16px;
}

.sincerity {
	margin-top:280px;
}

/* è¯šä¿¡ä¿¡æ¯ */
.sincerity-tt {
	background: url("../image/img_sincerity_tt.png") left 25px no-repeat;
}

/* ä¼ä¸šè¯šä¿¡ä¿¡æ¯ */
.ent-sin {
	margin-top: 20px;
}

.sincerity-left {
	width: 120px;
	height: 200px;
	background: url("../image/bg_sincerity_left.png");
}

.sincerity-left-p {
	padding-top: 63px;
	width: 20px;
	line-height: 16px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-family: "SourceHanSansCN-Bold";
}

.sincerity-right {
	width: 100%; padding-bottom: 30px;
}

.sincerity-box {
	height: 200px;
	background-color: #fff;
}

.sincerity-bad, .sincerity-good {
	width:100%;
}

.sincerity-li a {
	display: flex;
	height: 33px;
	line-height: 33px;
	text-indent: 20px;
	background: url("../image/img_li.png") left center no-repeat;
}

.sincerity-li:hover .sincerity-wd, .sincerity-li:hover .sincerity-time {
	color: #dd2c2b;
}

.sincerity-wd {
	width: 70%;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sincerity-time {
	color: #999; width: 30%;
	font-size: 12px;
}

.sincerity-title {
	background-color: #f8f8f8;
	height: 30px;
	line-height: 30px;
}

.sincerity-name {
	width: 85px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.sincerity-beh {
	width: 295px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
}

.sincerity-t {
	width: 105px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.sincerity-peo-li a {
	height: 33px;
	line-height: 33px;
}

.sincerity-peo-li:hover .sincerity-name, .sincerity-peo-li:hover .sincerity-beh,
	.sincerity-peo-li:hover .sincerity-t {
	color: #dd2c2b;
}

/* äººå‘˜è¯šä¿¡ä¿¡æ¯ */
.peo-sin {
	height: 200px;
	margin-top: 15px;
}

.beh-hd {
	background-color: #f8f8f8;
}

.beh-name {
	width: 90px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.beh-beh {
	width: 305px;
	color: #666;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.beh-time {
	width: 110px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.beh-tt {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.sincerity-li1 a:hover .beh-name, .sincerity-li1 a:hover .beh-beh,
	.sincerity-li1 a:hover .beh-time {
	color: #bd1a2d;
}

.sincerity-li1 a {
	display: block;
	height: 33px;
	line-height: 33px;
}

/* åº•éƒ¨ */

.footer-top {
	text-align: center;
	padding-top: 8px; 
}
.footer{height: 95px;margin-top: 10px;}
.footer-top p {
	height: 24px;

	font-size: 13px;
	color: #fff;
}

.footer-link {
	text-align: center;
}

.footer-link a {
	height: 24px;
	line-height:24px;
	color: #dad9d7;
	font-size: 15px;
}

/*Plugin CSS*/
.str_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
	height: auto !important;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move, .str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}

/* 0924 start */
.person-head {
	height: 38px;
	border: 1px solid #eee;
	margin-bottom: 6px;
}

.person-hd {
	height: 38px;
	line-height: 38px;
	position: relative;
	font-size: 16px;
	color: #666;
	text-align: center;
	width: 50%;
	float: left;
	box-sizing: border-box;
	
	border-left: 1px solid #eee;
}

.person-hd:first-child {
	border-left: 0;
}

.person-hd::before {
	display: none;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	background: #bd1a2d;
}

.person-hd.active {
	font-size: 18px;
	color: #bd1a2d;
	font-weight: bold;
}

.person-hd.active::before {
	display: block;
}

.roll1 {
	height: 265px;
}

/* æ–°æ‰‹æŒ‡å— */

.new-btn{
    position: fixed;
    right: 20px;
    width: 102px;
    height: 102px;
    top: 70%;
    margin-top: -51px;
    background: url("../image/new_btn.png") no-repeat;
}

.new-btn:hover{
    background-image: url("../image/new_btnh.png");
}

/* end */

/*# sourceMappingURL=realName.css.map */

/* 2022-12-15 */



.box-tt-p {
	margin-left:50px;
	width:auto;
	display:inline-block;
	cursor:pointer;
    border-bottom: 2px solid transparent;
    color: #666;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";
}

.box-tt-p:first-child {
	 margin-left:0;
}

.box-tt-p.active {
	 color:#bd1a2d;
	border-bottom-color:#bd1a2d;
}


.credit-info {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/credit_info_ico.png") left 25px no-repeat;
}

.credit-info.active {
	background: url("../image/img_sincerity_tt.png") left 25px no-repeat;
}

.credit-evaluation {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/credit_evaluation_ico.png") left 25px no-repeat;
}

.credit-evaluation.active {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/credit_evaluation_icoh.png") left 25px no-repeat;
}

.credit-ranking {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/credit_ranking_ico.png") left 25px no-repeat;
}

.credit-ranking.active {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/credit_ranking_icoh.png") left 25px no-repeat;
}

.evaluate-left {
	 height: 630px;
	background:url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/evaluate_left_bg.jpg") left bottom no-repeat #df3e32;
}

.evaluate-items {
	 padding-top: 27px;
}

.evaluate-item {
	padding: 0 17px 2px 24px;
	
	height: 70px;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.evaluate-item.active {
	color:#bd1a2d;
	background:url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/tab_active.png") left 8px no-repeat;
}

.behavior-items {
	margin-top: 6px;
}

.behavior-item {
	position: relative;
	 float:left;
	 width: 50%;
	 height: 34px;
	 line-height: 34px;
	 text-align: center;
	 border: 1px solid #eee;
	 box-sizing: border-box;
	 font-size: 18px;
	 color:#666;
	 
}

.behavior-item:before {
	 position: absolute;
	 content: "";
	 left:0;
	 right:0;
	 top:0;
	 height: 3px; 
}

.behavior-item.active {
	color:#bd1a2d;
}

.behavior-item.active:before {
 background-color: #bd1a2d;

}

.behavior-table {
	width: 100%;
	table-layout: fixed;
}

 .behavior-txt {
	padding-left: 20px;
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/table_ico.png") left 12px no-repeat;
	}

 .behavior-th {
	background-color: #f8f8f8;
	text-align: center;
	height: 32px;
	font-size: 16px;
	color:#333;
 }

 .table-wrap {
	margin-top: 10px;
 }

 .behavior-td {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color:#666;
 }

 .behavior-td:last-child {
	text-align: center;
 }

 .box-hd > h2 > a {
	 color:#000;
 }

 .province-hd > h2 {
	background-image: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/rank_title_bg.png");
 }

 .evaluate-left + .sincerity-right {
	 height: 630px;
 }

 .sincerity-box,
 .sincerity-bad {
	height: 100%;
 }

 .province-table .behavior-td:first-child {
	text-align: center;
 }

 .province-table .behavior-td:first-child > span {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	background-color: #eee;
 }

 .province-table .behavior-td:first-child > span.province-ico1,
 .province-table .behavior-td:first-child > span.province-ico2,
 .province-table .behavior-td:first-child > span.province-ico3 {
	 font-size: 0;
	 border-radius: 0;
	 background-color: transparent;
 }

 .province-ico1 {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/serial_num1.png") center no-repeat;
 }

 .province-ico2 {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/serial_num2.png") center no-repeat;
 }

 .province-ico3 {
	background: url("https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/images/serial_num3.png") center no-repeat;
 }
 .file-btn {
	position: fixed;
	left: 114px;
	z-index: 99;
	width: 112px;
	height: 111px;
	background: #FFFFFF;
	box-shadow: 1px 4px 8px rgba(213, 215, 222, 0.8);
	border-radius: 6px;
	/* top: 50%; */
	/* transform: translateY(-80%); */
	box-sizing: border-box;
	padding-top: 20px;
	bottom: 440px;
}

.file-btn>span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	padding-top: 55px;
	background: url("../image/file_btn.png") no-repeat top center;
	text-align: center;
}
* {
    box-sizing: border-box;
}

.idx_topbar{margin:0px 0;padding:0 ;background: #f8f8f8;; height: 50px; line-height: 50px; padding-left: 10px; margin-bottom: 5px;}

.idx_topbar .tag{background: #e62e2e;padding:0 10px;font-size: 14px;color: #fff;font-weight: bold;line-height: 35px;display: inline-block;vertical-align: middle;}
.idx_topbar .lk{font-size: .8rem;color: #333333;font-weight: bold;line-height: 40px;display: inline-block;vertical-align: middle;margin-left: 5px;overflow: hidden; text-overflow: ellipsis; width: 80%; white-space: nowrap;}
.idx_topbar .lk:hover{color: #e62e2e;}
.idx_topbar .searchbox{}
.tabmenu {}
.idx_topbar .searchbox .ipt_txt{border-radius:18px;border:1px solid #ddd;width: 300px;height: 36px;line-height: 36px;font-size: 14px;color: #333;background: url(/static/img/newweb/icon_05.png) no-repeat 20px center;background-size:14px;padding-left: 45px;display: inline-block;vertical-align: middle;}
.idx_topbar .searchbox .button{cursor: pointer;border-radius:18px;width: 90px;height: 36px;line-height: 36px;background: #e62e2e;font-size: 15px;color: #fff;margin-left: 10px;display: inline-block;text-align: center;}
.idx_topbar .searchbox .button:hover{background: #f59e25;}

.idx_topslide{width: 100%;height: 200px;}
.idx_hotnotice{padding: 0 10px;width: 100%;}
.idx_hotnotice .menu{border-bottom:1px solid #ddd;}
.idx_hotnotice .menu .lk{font-size: 16px;color: #666666;line-height: 40px;min-width:105px;float: left;cursor: pointer; margin-right: 28px;}
.idx_hotnotice .menu .lk.cur,.idx_hotnotice .menu .lk:hover{border-bottom: 2px solid #e62e2e;font-weight: bold;color: #e62e2e;}
.idx_hotnotice .idx_list{padding:10px 0;}
.idx_hotnotice .menu .lk img{    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;width: 18px;
    position: relative;
    top: -2px;}
.idx_hotnotice .idx_list .item{margin-bottom: 4px; cursor: pointer; border-bottom: 1px dashed #f2f2f2;}
.idx_hotnotice .idx_list .title{font-size: 14px;}
.idx_hotnotice .menu  a{color: #333;}
.idx_hotnotice .menu  a:hover{color: #e62e2e;}
.idx_hotnotice .menu .lk.cur a{color: #e62e2e;}
.idx_hotnotice .menu .lk.cur img.img_file_tt{ content: url("../image/img_file_tt.png");}
.idx_hotnotice .menu .lk.cur img.file_btn2{ content: url("../image/file_btn.png");}
.idx_sign .menu .lk.cur img.jiankuan{ content: url("../image/jiankuan.png");}
.idx_sign .menu .lk.cur img.img_enterprise-tt{ content: url("../image/img_enterprise-tt.png");}
.idx_sign{width: 270px;height: 330px;border:1px solid #ddd;background: #fff;}

.idx_sign .menu .lk{float: left;width: 50%;font-size: 16px;color: #666666;line-height: 40px;border-bottom:1px solid #ddd;text-align: center;cursor: pointer;}
.idx_sign .menu .lck{float: left;width: 50%;font-size: 16px;color: #666666;line-height: 40px;border-bottom:1px solid #ddd;text-align: center;cursor: pointer;}
.idx_sign .menu .lk.cur,.idx_sign .menu .lk:hover{    border-bottom: 2px solid #e62e2e;font-weight: bold;color: #e62e2e;}
.idx_sign .menu .lck:hover{font-weight: bold;color: #e62e2e;}
.idx_sign .menu .icon {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative; width: 18px;
    top: -2px;
}
.idx_sign .form{padding: 15px;}
.idx_sign .form li{margin-bottom: 10px;}
.idx_sign .form .ipt_txt{height: 34px;line-height: 34px;border:1px solid #ddd;border-radius:4px;width: 100%; padding-left: 40px; background-repeat:no-repeat;background-position:15px center;background-size:16px;}
.idx_sign .form .imgcode{width: 80px;height: 34px;overflow: hidden;border-radius: 3px 3px 3px 5px;}
.idx_sign .form .ipt_button{font-size: 15px;color: #fff;text-transform: 3px;line-height: 35px;background: #e62e2e;border-radius:4px;width: 100%;}
.idx_sign .form .ipt_user{background-image: url(../image/idx_03.png);}
.idx_sign .form .ipt_psd{background-image: url(../image/idx_04.png);}
.idx_sign .form .ipt_code{width: 150px;background-image: url(../image/idx_05.png);}
.idx_sign .btngroup{padding:10px 0;border-top:1px dashed #ddd;font-size: 0;text-align: center;}
.idx_sign .btngroup .item{display: inline-block;vertical-align: top;margin:0 8px;}
.idx_sign .btngroup .icon{display: block;margin:0 auto;}
.idx_sign .btngroup .fz{font-size: 12px;color: #888888;margin-top: 5px;}
.idx_sign .btngroup .item:hover .fz{color: #e62e2e;}
.idx_sign .btngroup .item:hover img{transform: scale(1.1); transition: 0.3s;}

.idx_menu{margin-bottom: 20px;margin-right: -5px;margin-left: -5px; display: flex; justify-content: space-between;}
.idx_menu .item{
   width: 16.667%; margin: 5px; padding: 10px 0; text-align: center;box-shadow: 0 1px 5px 0px rgb(115 108 203 / 23%);
   font-size: 13px;
}
.idx_menu .item:hover{background: #e5f4ff;}
.idx_menu .item h2{ margin: 3px 0; font-size: 16px; }
.idx_menu .item font{font-size: 12px;font-weight: normal; margin-left: 3px;}
.idx_titbox{background: url(/static/img/newweb/idx_53.png) no-repeat left center;/*background-size:100% 40px;*/}
.idx_titbox .tit{font-size: 16px;color: #e62e2e;line-height: 40px;font-weight: bold;width: 145px;display: inline-block;vertical-align: middle;padding-left:5px;}
.idx_titbox .icon{margin-right: 8px;display: inline-block;vertical-align: middle; position: relative;top: -2px; width: 18px;}
.idx_titbox .more{font-size: 14px;color: #999999;line-height: 40px;font-weight: normal;}
.idx_titbox .tu{margin-left: 15px;}
.idx_titbox .more:hover{color: #e62e2e;}
.idx_titbox .more font{background:linear-gradient(90deg,#e62e2e 0,#FD6F64 100%);; border-radius: 20px; color: #fff; padding: 2px 8px;}
.idx_sec2{margin-bottom: 20px;}
.idx_sec2 .detail{padding:15px 0;}
.idx_sec2_l{width: 650px;margin-left: -20px;}
.idx_sec2_l .item{width: 300px;float: left;margin-left: 20px;}
.idx_sec2_l .img{width: 100%;height: 200px;}
.idx_sec2_l .title{font-size: 16px;color: #333333;display: block;margin-top: 15px;}
.idx_sec2_l .date{font-size: 12px;color: #e62e2e;margin-top: 10px;}
.idx_sec2_l .brief{font-size: 13px;color: #888888;line-height: 24px;margin-top: 10px;}
.idx_sec2_l .item:hover .title{color: #e62e2e;}
.idx_sec2_l .item:hover .img{box-shadow:5px 5px 20px 5px #ddd;}

.idx_sec2_r{width: 545px;}
.yc_map{ width: 350px; height: 280px; margin-left: -50px;}
.detail .mapbox{width: 100%; height: 100%; position: relative; padding:0 10px;}
.zjbox{ position: absolute; right: 10%; top: 15%; border: 1px solid #ddd; border-radius: 5px; font-size: 12px;}
.zjbox h2{padding:6px 10px; font-weight: bold; border-bottom: 1px solid #ddd; margin-bottom: 10px;}
.zjbox h2 span{color: #459ee9;}
.zjmain{padding: 10px;}
.zjmain ul li{padding: 5px 0;}
.zjtab{display: flex; }
.zjtab li{margin: 0 5px;padding:0 5px; background: #fef7f7; border-radius: 5px; cursor: pointer;}
.zjtab li.active{background: #e62e2e;color: #fff;}
.zjmain ul li span{color: #e62e2e;}
.idx_list .title{font-size: 13px;color: #333;display: block;vertical-align: middle;width: 100%;line-height: 22px;padding-left: 15px; position: relative;}
.idx_list .title::before{content: ""; position: absolute; width: 5px; height: 5px; top: 10px; left: 5px; border-radius: 50%;
  background: #e62e2e;}
.idx_list .date{font-size: 12px;color: #999999;line-height:22px; padding-left: 20px; display: flex;align-items: center;}
.idx_list .date img{width: 14px; margin-right: 3px;}
.idx_list .item:hover .title{background-size:6px;color: #e62e2e;}
.idx_sec12{width: 100%;box-shadow: 0 0 6px 0 rgba(0,0,0,0.13); margin-top: 15px;}
.idx_sec3 .detail{padding: 20px 0 20px 0px;}
.idx_tit{font-size: 15px;color: #333333;font-weight: bold;position:relative;padding-left: 15px;margin-bottom: 10px;line-height: 20px;}
.idx_tit:before{content:'';position:absolute;width: 4px;height: 14px;background: #e62e2e;left: 0;top: 50%;margin-top: -7px;}
.idx_sec3_l{width: 550px;}
.idx_sec3_list{padding-right: 25px;border-right:1px dashed #ddd;}
.idx_sec3_list .item{margin-bottom: 14px;border-bottom: 1px solid #ddd;}
.idx_sec3_list .top{}
.idx_sec3_list .title{font-size: 14px;color: #555555;line-height: 24px;background: url(/static/img/newweb/idx_02.png) no-repeat left center;background-size:6px;padding-left: 15px;}
.idx_sec3_list .tag{line-height: 24px;display: inline-block;vertical-align: middle;padding:0 8px;border-radius:4px;font-size: 13px;margin-left: 10px;}
.idx_sec3_list .tag_1{color: #e62e2e;background: #fceaea;}
.idx_sec3_list .tag_2{color: #42a642;background: #ecf6ec;}
.idx_sec3_list .date{font-size: 14px;color: #999999;line-height: 30px;}
.idx_sec3_list .brief{font-size: 13px;color: #999999;line-height: 27px;padding-bottom: 3px;}
.idx_sec3_list .item:hover .title{background-size:6px;color: #e62e2e;}

.idx_sec3_r{width: 615px;}
.idx_sec3_imglist{margin-left: -20px;position:relative;}
.idx_sec3_imglist .item{margin-left: 20px;width: 295px;float: left;}
.idx_sec3_imglist .imgbox{position:relative;}
.idx_sec3_imglist .img{width: 100%;height: 170px;}
.idx_sec3_imglist .font{font-size: 15px;color: #fff;font-weight: bold;text-align: center;line-height: 40px;background: rgba(0,0,0,.6);position:absolute;width: 100%;left: 0;bottom: 0;}
.idx_sec3_imglist .title{font-size: 14px;color: #333333;display: block;margin-top: 15px;margin-top: 15px;background: url(/static/img/newweb/idx_02.png) no-repeat left center;background-size:6px;padding-left: 15px;}
.idx_sec3_imglist .brief{font-size: 13px;color: #888888;line-height: 24px;margin-top: 10px;}
.idx_sec3_imglist .bot{margin-top: 15px;}
.idx_sec3_imglist .more{font-size: 13px;color: #e62e2e;width: 90px;line-height: 28px;border:1px solid #e62e2e;display: block;text-align: center;}
.idx_sec3_imglist .date{font-size: 13px;color: #f59e25;line-height: 28px;margin-right: 20px;}
.idx_sec3_imglist .more:hover{background: #e62e2e;color: #fff;}
.idx_sec3_imglist .item:hover .title{background: url(/static/img/newweb/idx_02-1.png) no-repeat left center;background-size:6px;color: #e62e2e;}
.idx_sec3_imglist .item:hover .img{box-shadow:0 0 10px #ddd;}
.idx_sec3_imglist .item:hover .font{color: #f59e25;}

.idx_sec3_imglist .owl-pagination{display: none;}
.idx_sec3_imglist .owl-theme .owl-controls{margin-top: 0;position:absolute;top: -40px;right: 0;}
.idx_sec3_imglist .owl-theme .owl-controls .owl-buttons div{width: 34px;height: 20px;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;opacity: 1;border-radius:0;}
.idx_sec3_imglist .owl-theme .owl-controls .owl-buttons .owl-prev{background-image:url(/static/img/newweb/idx_21.png);}
.idx_sec3_imglist .owl-theme .owl-controls .owl-buttons .owl-next{background-image:url(/static/img/newweb/idx_22.png);}

.idx_sec3_imglist .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background-image:url(/static/img/newweb/idx_21-1.png);}
.idx_sec3_imglist .owl-theme .owl-controls .owl-buttons .owl-next:hover{background-image:url(/static/img/newweb/idx_22-1.png);}


.idx_sec5_l{width: 890px;}
.idx_sec5_l .detail{padding:20px 0;}
.idx_sec5_l .column{width: 50%;}
.idx_sec5_l .column.fl{padding:0 5px;}
.idx_sec5_l .column.fr{padding-left: 20px;}
.idx_sec5_l .module{ padding: 5px;border:1px solid #ddd;}
.idx_sec5_l .list .item{padding:8px 0;}
.idx_sec5_l .list .brief{font-size: 13px;color: #999999;line-height: 24px;margin-top: 5px;padding-left: 25px;}
.idx_sec5_l .list .item:hover .title{color: #e62e2e;}

.idx_titbox{
  font-weight: bold;
  color: #fff;    font-size: 16px;
  color: #666666;
  border-bottom:1px solid #ddd; 
  padding-right: 5px;
  cursor: pointer;}
  .idx_titbox span{border-bottom:2px solid #e62e2e;    width: 175px; color: #e62e2e;padding:0 15px; display: inline-block; line-height: 40px;height: 40px;}
.idx_sec5_r{width:590px;box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);}
.idx_sec5_r .detail{padding: 15px 0 15px 0px;}
.idx_sec5_r .item{width: 100%;height: 80.4px;text-align: center; padding: 0 20px ;  display: flex; align-items: center; border: 1px solid #ddd;margin:5px 0;  overflow: hidden;}
.idx_sec5_r .item .icon{width: 50px; height: 50px; display: block; margin-right: 15px;}

.idx_sec5_r .item .title{font-size: 16px;color: #666666;margin-top: 10px; font-weight: bold;}
.idx_sec5_r .item:hover{background: #e5f4ff;}
.idx_sec5_r .item:hover .title{font-weight: bold;color: #e62e2e;}
.idx_sec5_r .item:hover img{transform: scale(1.1); transition: 0.3s;}

.idx_friendship{padding:32px 0 22px;background: #f2f5f7;}
.idx_friendship .fz{font-size: 15px;color: #333333;font-weight: bold;line-height: 30px;}
.idx_friendship .lks{font-size: 0;width: 1135px;float: right;/*background: url(/static/img/newweb/idx_51.png) no-repeat right center;background-size:13px 16px;padding-right: 20px;*/}
.idx_friendship .lks .lk{font-size: 14px;color: #666666;line-height: 30px;padding:0 16px;border:1px solid #c2c8cc;border-radius:3px;margin-left: 30px;display: inline-block;vertical-align: middle;margin-bottom: 10px;}
.idx_friendship .lks .lk:hover{color: #e62e2e;border-color:#e62e2e;}

.footer{padding:15px 0; border-top: 3px solid #e62e2e; background: #222222; margin-top: 10px;}

.footer p{text-align: center; font-size: 14px;}
.footer p span{ margin: 0 6px;}
.idx_sec12_main .tab{display: flex; margin: 10px;}
.idx_sec12_main .tab  li.active {
    background: #e62e2e;
    color: #fff;
}
.idx_sec12_main table {
    border-collapse: collapse;
    border-spacing: 0; width:98%; margin: 0 auto;
	border: 1px solid #ddd;  border-radius: 5px;
}
.idx_sec12_main .tab  li{ cursor: pointer;
    margin: 0 5px;
    padding: 0 5px;
    background: #fef7f7;
    border-radius: 5px; font-size: 13px;
}
.idx_sec12_main table th{background: #f9f9f9;}
.idx_sec12_main table tr{border-bottom: 1px solid #f2f2f2;}
.idx_sec12_main table td ,.idx_sec12_main table th{padding:5px ;
    text-align: center;
    padding: 8px;}
ul, li, select {

    margin: 0;
    padding: 0;
    color: inherit;
	list-style: none;
  
}
.lb-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	padding: 0 10px;
  }

  
  .lb-content {
    width: 100%;  
    height: 100%;
  }
  
  .lb-item {
    width: 100%;  
    height: 100%;
    display: none;
    position: relative;   
  }
  
  .lb-item > a {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .lb-item > a > img {
    width: 100%;
    height: 100%;
  }
  
  .lb-item > a > span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    padding:8px 5px;
    color: #fff;


    background-color: rgba(0,0,0,0.7);
  }

  
  .lb-item.active {
    display: block;
    left: 0%;
  }
  .lb-item.active.left {
    left: -100%;
  }
  .lb-item.active.right {
    left: 100%;
  }
  
  /*  */
  .lb-item.next,
  .lb-item.prev {
    display: block;
    position: absolute;
    top: 0px;
  }
  .lb-item.next {
    left: 100%;
  }
  .lb-item.prev {
    left: -100%;
  }
  .lb-item.next.left,
  .lb-item.prev.right {
    left: 0%;
  }
  
  .lb-sign {
    position: absolute;
    right: 5px;
    bottom: 3px;
    padding:  3px;
    border-radius: 6px;
    list-style: none;
    user-select: none;
    margin: 0;
  }
  
  .lb-sign li {
    width: 22px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #aaa;
    margin: auto 4px;
    border-radius: 3px;
    cursor: pointer;
  }
  .lb-sign li:hover {
    color: #fff;
  }
  .lb-sign li.active {
    color: #000;
    background-color: #EBEBEB;
  }
  
  .lb-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 900;
    user-select: none;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
  }
  @media (max-width:568px) {
    .lb-ctrl {
      font-size: 30px;
    }
  }
  .lb-ctrl.left {
    left: -50px;
  }
  .lb-ctrl.right {
    right: -50px;
  }
  .lb-box:hover .lb-ctrl.left {
    left: 10px;
  }
  .lb-box:hover .lb-ctrl.right {
    right: 10px;
  }
  .lb-ctrl:hover {
    background-color: #000;
  }
  

  @font-face { font-family: "title"; src: url("zihun.ttf") format("truetype"); }

  .login_yk{ width: 270px; height: 80px;margin-bottom: 6px; line-height: 80px; text-align: center; position:relative; background: url(../image/loginbg.png); background-size: 100% 100%; }
 .login_yk span{position: relative; z-index: 100;color: #fff; font-weight: bold; font-size: 22px; font-weight: normal;}
  .tabwrap .module:first-child{display: block;}
  .tabwrap .module{display: none;}

  .idx_sec5_l  .idx_list{height: 260px; overflow: auto;}

  .control-box {
    width: 100%;
    height: 220px;

    margin-left: auto;
    margin-right: auto;
border: 1px solid #ddd;
padding: 10px ;
padding-bottom: 0;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 80px;
  background: #EDF3F3;
  line-height:60px; padding: 0 3px;
  border-radius: 8px;
  cursor: pointer;
}
.control-box ul li  img{width:10px ;}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1108px;
  height: 190px;
  margin: auto 30px auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 190px;
  float: left;
  border-left: 3px white solid;
  background-size: 100% 100%;
  

  border-radius: 3px;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 100%;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 150px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 100%;
  height: 40px;
  color: white;
  text-decoration: none;
 line-height: 40px;
  text-align: center;
 
}

.kfbox{width: 100%;}
.kf {border: 1px solid #ddd; width: 80px; border-radius: 3px;}
.kfbox td{ font-size: 12px; line-height: 24px;}
.kfbox td .zc_icon{ width: 24px;}



.wx-code {
  width: 50px;
  padding: 8px 6px;
  box-sizing: border-box;
  background-color: #459ee9;
  color: #fff;
  position: fixed;
  left: 16px;
  top: 200px;
  z-index: 9;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
}

.service-box {
  width: 50px;
  padding: 8px 10px;
  box-sizing: border-box;
  background-color: #459ee9;
  color: #fff;
  position: fixed;
  left: 16px;
  top: 96px;
  z-index: 9;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
}
.wx-box {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  position: fixed;
  left: -100%;
  top: 200px;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
  opacity: 1;
  display: flex;
  justify-content: flex-start;
}
.auto {
    width: 100%;
    margin: 0 auto;
}
.kefu-box{  background-color: #fff; padding:24px 15px; box-shadow: 0 0 12px rgba(0,0,0,0.2); left:82px; position: fixed;top:96px; width: 280px; box-sizing: border-box;}
.kflist{ border-bottom: 1px dotted #ddd;  }
.kflist img.kfimg{ float: left; width: 35px; }
.kflist .kftxt{ padding-left:50px;  }
.kflist .kftxt a.txqq{ width: 50%; display: block; float: left; margin-bottom: 10px; color: #666; line-height: 18px; }
.kflist .kftxt a.txqq:hover{ color: #ffbc00; }
.kflist h2{ font-size: 18px; margin-bottom: 10px;line-height: 18px; color: #333; }
.kefu-tel,.kefu-mail{ padding:15px 0; }
.kefu-tel .tel-num{ font-size: 22px; font-weight: bold;color:#ffbc00; }
.kflist .kftxt a.mes-link{ font-size: 18px;color: #ffbc00; display: inline-block; }
.kefu-mes{  padding-bottom: 15px; margin-bottom: 15px; }
.close-kefu{ position: absolute; right: 15px; top:15px;cursor: pointer; }
.close-kefu img{ width: 16px; }
		#ymck { position:fixed;z-index: 99; }
.wx-box-contans {
  display: flex;
  flex-direction: column;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white200{width: 200px;}
.white300{width: 300px;}
.white90{width: 90px;}
.zjmain .tabbox:first-child{display: block;}

.tabbox{display: none;}.show{display: block;}
.sbox{padding: 0 15px 0 20px;margin-top: 10px;}
.sbox h6 {height: 102px; font-size: 18px; color: #a70304; font-weight: bold; border: 1px solid #ffeded;  background: url(../image/bg_sincerity.png); border-radius: 5px; text-align: center; line-height: 102px;}