
/* CSS Document */

/*************************************改版样式的添加(kaishi)************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button,input{margin: 0px; padding: 0px; border: 0px none; outline: 0px none; vertical-align:baseline;background: none repeat scroll 0% 0% transparent;}
ol,ul,li{list-style:none;}
.clear{clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;}

/*************************************联系我们************************************************/
.topimg-150{width:1100px; height: 150px; margin: 0 auto ; padding-top: 30px; padding-bottom: 20px;}
.branch-lx{line-height: 34px;}
.branch-lx h3{font-size: 18px; font-weight: normal; color: #282828;}
.branch-lx p{color:#5f5f5f;text-indent: 1em;padding-bottom: 10px;}
.branch{padding: 50px 0;}

.l-mainmap{background:#fff;border:1px solid #e5e5e5;}
.l-mainmap .main-title{text-align: center;font-size: 14px;line-height: 36px;color:#999;}


.items-branch .main-title {
    margin: 20px 0 0;
    z-index: 1;
}
.branch-map .map {
    width: 100%;
    height: 100%;
    background: url(../image/bg-map.png) no-repeat center;
    position: relative;
}
.branch-map .map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.branch-map .map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}
.branch-map .map-dot:hover:after, .branch-map .map-dot.cur:after {
    width: 10px;
    height: 10px;
}
.branch-map .map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}
@keyframes dot{
    0% 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    } 
    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}
.branch-map .map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url(../image/img-five-star.png) no-repeat center;
}
.branch-map .map-dot.beijing.cur:hover:before, .branch-map .map-dot.beijing.cur:before {
    display: none;
}
.beijing {
    left: 585px;
    top: 220px;
}
.tianjin {
    left: 604px;
    top: 234px;
}
.heilongjiang {
    left: 676px;
    top: 106px;
}
.jilin {
    left: 696px;
    top: 167px;
}
.liaoning {
    left: 660px;
    top: 196px;
}
.shanxi {
    left: 540px;
    top: 276px;
}
.hebei {
    left: 575px;
    top: 254px;
}
.shandong {
    left: 610px;
    top: 284px;
}
.shanxi1 {
    left: 502px;
    top: 312px;
}
.henan {
    left: 562px;
    top: 316px;
}
.anhui {
    left: 605px;
    top: 334px;
}
.jiangsu {
    left: 646px;
    top: 316px;
}
.sichuan {
    left: 425px;
    top: 354px;
}
.chongqing {
    left: 495px;
    top: 364px;
}
.hubei {
    left: 555px;
    top: 359px;
}
.shanghai {
    left: 668px;
    top: 341px;
}
.zhejiang {
    left: 655px;
    top: 379px;
}
.fujian {
    left: 625px;
    top: 428px;
}
.jiangxi {
    left: 595px;
    top: 402px;
}
.guangdong {
    left: 575px;
    top: 466px;
}
.hunan {
    left: 545px;
    top: 409px;
}
.guangxi {
    left: 506px;
    top: 461px;
}
.guizhou {
    left: 484px;
    top: 424px;
}
.yunnan {
    left: 405px;
    top: 462px;
}
.branch-map {
    position: relative;
    margin-bottom: 30px;
}
.branch-map .branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
}
.branch-map .branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}
.branch-map .branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}
.branch-map .branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}
.branch-map .branch-map-data-title {
    border-bottom: 1px solid #eee;
}
.branch-map .branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.branch-map .branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}
.branch-map .data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}
.branch-map .data-branch:last-child {
    border: none;
}
.branch-map .data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.branch-map .data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}
/*.branch-map{width: 788px; height: 564px; background: url(../images/aboutus/branch-map.png) no-repeat 0 0; position: relative;}
.branch-map .t{color: #20b09f; line-height: 40px;}
.branch-map a{position: absolute;height: 25px; line-height: 14px; background:url(../images/aboutus/icon-mapdot.png) no-repeat center -12px; color: #ed7214; font-size: 12px;}
.branch-map a.beijing{background-position: center 14px; left: 533px; top: 196px; }
.branch-map a.heilongjiang{left: 635px; top:90px; }
.branch-map a.jilin{left: 625px; top:140px; }
.branch-map a.liaoning{left: 610px; top:175px; }
.branch-map a.neimenggu{left: 455px; top:200px; }
.branch-map a.tianjin{left: 555px; top:212px; }
.branch-map a.hebei{left: 525px; top:230px; }
.branch-map a.shanxi{left: 490px; top:250px; }
.branch-map a.shandong{left: 555px; top:263px; }
.branch-map a.henan{left: 512px; top:302px; }
.branch-map a.shanxi1{left: 450px; top:303px; }
.branch-map a.anhui{left: 558px; top:328px; }
.branch-map a.jiangsu{left: 592px; top:315px; }
.branch-map a.shanghai{left: 613px; top:325px; }
.branch-map a.hubei{left: 500px; top:344px; }
.branch-map a.sichuan{left: 390px; top:345px; }
.branch-map a.chongqing{left: 443px; top:360px; }
.branch-map a.zhejiang{left: 600px; top:360px; }
.branch-map a.jiangxi{left: 545px; top:387px; }
.branch-map a.hunan{left: 503px; top:392px; }
.branch-map a.guizhou{left: 440px; top:406px; }
.branch-map a.fujian{left: 580px; top:410px; }
.branch-map a.yunnan{left: 378px; top:446px; }
.branch-map a.guangxi{left: 460px; top:457px; }
.branch-map a.guangdong{left: 530px; top:449px; }
.branch-info{width: 220px; height: 400px; border: 1px solid #ececec; margin-top: 112px; position: relative; padding: 15px 20px; overflow: hidden; }
.branch-info a.close{width:12px; height: 12px; background:url(../images/aboutus/icon-x.png) no-repeat 0 0; display: block; position: absolute; right: 20px; top: 20px ;}
.branch-info .p-name{color: #20b09f; font-size: 16px; padding-bottom: 20px; line-height: 20px;}
.p-branch-con{ height:360px; font-size: 12px;}
.p-branch{text-align: justify;}
.p-branch p{line-height: 20px; color: #6e6e6e;}
.p-branch p.t{padding: 4px 0; color: #20b09f;}*/
/*************滚动条******************/
.scrollbar{background:#dadada;line-height:0;}
.scrollbar .handle{background:#008cd6;cursor:pointer;line-height:0;}
#vertical .scrollbar{width:5px;}
#vertical .scrollbar .handle{height:100px;width:100%;}
#vertical .branch-con{width: 220px; height: 360px; position: relative;}
#vertical .branch-con .sly{width:220px;height:360px;}
#vertical .branch-con .scrollbar{position:absolute;top:0px;right:-10px;height:360px; z-index: 9999;}
.trunk{padding: 30px 0 50px; border-top: 1px solid #ececec;}
.trunk .trunk-t{line-height: 60px; font-size: 18px; color: #333333;}
.trunk-con{line-height: 28px; color: #666;overflow: hidden;}
.trunk-con .t-p1 {
	width: 33%;
	border-right: 1px solid #ececec;
	display: block;
	background: #fff;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	padding:25px 20px;
	float: left;
}
.trunk-con .t-p2 {
	width: 32%;
	border-right: 1px solid #ececec;
	display: block;
	margin-left: 1.5%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	background: #fff;
	border:1px solid #e5e5e5;
	padding:25px 20px;
	float: left;
}
.trunk-con .t-p3 {
	width: 32%;
	display: block;
	margin-left: 1.5%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	background: #fff;
	border:1px solid #e5e5e5;
	padding:25px 20px;
	float: left;
}
/*****************工作机会*********************/
.l-bg{background:#f7f7f7;}
.topimg-360{height: 360px;}
.job_main{margin-bottom: 60px;}
.job{padding-top: 40px; color: #666666;}
.job-list{border: 1px solid #dcdfe2; border-top: 2px solid #d0d4d8;margin-bottom: 58px;background: #fff;}
.job-list .title{height: 49px; line-height: 49px; background: #20B09F; border-bottom:1px solid #fafbfb;color: #fff;}
.job-list .job-con{margin-bottom: 30px;}
.job-list .job-con{margin-bottom: 30px;}
.connect-list .job-list .job-con {
	margin-bottom: 0;
	height: 500px;
	overflow: hidden;
	overflow-y: auto;
}
.job-list ul.job-info li{height: 49px; line-height: 49px; border-bottom: 1px dashed #dcdfe2;}
.job-list ul.job-info>li:nth-child(even){background:#f6f6f6;}
.job-list ul.job-info li:hover {background: #f5f6f8;color: #20b09f}
.job-list ul.tabble li {float: left;border: none;padding: 0 5px;}
.connect-list ul.job-info li:last-child {
	border: 0;
}
.job-list ul.tabble li.name{width: 213px; padding-left: 30px; padding-right: 5px;}
.job-list ul.tabble li.address{width: 355px;}
.job-list ul.tabble li.catgory{width: 190px;}
.job-list ul.tabble li.num{width: 125px;}
.job-list ul.tabble li.time{width: 100px;}
.job-list ul.tabble li.company-name {
	width: 170px;
	padding-left: 30px;
}
.job-list ul.tabble li.cname {
	width: 100px;
}
.job-list ul.tabble li.caddress {
	width: 470px;
}
.job-list ul.tabble li.tel {
	width: 370px;
}
.l-table li{font-size: 16px;font-weight: bold;}
.l-table li.caddress{padding-left: 114px!important;}
/****分页****/
.job-page{margin-bottom: 36px; padding: 0 50px; line-height: 30px; font-size: 12px;}

/****工作机会详情*****/
.job-details {
	padding: 20px 50px 30px;
	border: 1px solid #dcdfe2;
	border-top: 2px solid #20b09f;
}
.job-h1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #20b09f;
	border-bottom: 1px dashed #dde0e3;
}
.job-h1 span{font-size: 12px; color: #666; padding-left: 30px;}
.job-h1 a{width: 40px; height: 40px; display: block; float: right; font-size: 12px; color: #146bd5; background: url(https://s.300.cn/v3.0/home/images/aboutus/icon-back.png) no-repeat 0 17px; text-align: right;}
.job-des{padding:0;}
.job-des p{line-height: 28px;}
.job-des p.t{font-weight: bold; line-height: 46px; margin-top: 20px;}
.mailto{padding: 20px 0; color: #f87500;}
.mailto span{font-weight: bold; padding-left: 5px;}

/*************************************关于中企************************************************/
.aboutzq{padding-bottom: 50px; overflow:hidden}

.zq-content{width: 50%; padding-left:30px; padding-right:22px;}
.attention-content {
	width: 970px;
	padding-left: 20px;
	padding-bottom: 60px;
}
@media screen and (min-width:1500px) {
	.attention-content {
		/*width: 1270px*/
	}
}
/****新闻公告*****/
.news-list-con li{border-bottom: 1px solid #ececec; padding-bottom: 20px; margin-bottom: 25px; position: relative; padding-left: 97px;}
.news-list-con li .t{font-size: 18px; line-height: 18px; padding-bottom: 4px;}
.news-list-con li .des{font-size: 12px; line-height: 30px; color: #999;}
.news-list-con li .date{width: 75px; height: 45px; border-right: 1px solid #ececec; position: absolute; left: 0; top: 1px; font-size: 12px;}
.news-list-con li .date span.day{color: #008cd6;}
.news-list-con li .date span.day span{font-size: 36px; line-height: 30px; font-family: Arial;}
.news-list-con li .date span.year-month{color: #999;}
/****媒体报道*****/
.media-list-con li{border-bottom: 1px dashed #ececec;padding-bottom: 20px;margin-bottom: 20px;}
/* .media-list-con li:last-child{
	border-bottom: 1px dashed #ececec;padding-bottom: 20px;margin-bottom: 0px;
} */
.media-list-con li .t{font-size: 18px; font-weight: normal; line-height: 18px; padding-bottom: 4px; position: relative;transition:color .3s ease;}
.media-list-con li a:hover .t{color: #20b09f;}
.media-list-con li .t .time{font-size: 12px; color: #999;position: absolute;right: 0; top: 0;}
.media-list-con li .des{font-size: 12px; line-height: 30px; color: #999;}
.page{line-height: 30px; font-size: 12px;}
/****新闻详情页*****/
.news-content .title{font-size: 20px; font-weight: normal; line-height: 20px; padding-bottom: 5px; text-align: center;}
.news-content .sub-info{text-align: center; font-size: 12px; color: #999; border-bottom: 1px solid #ececec; padding-bottom: 8px;}
.news-content .sub-info span{padding: 0 10px; line-height: 40px;}
.news-content .content{padding-top: 20px; color: #666;}
.news-content .img_480 img{width:480px;}
.news-content .content p{line-height: 30px; margin-bottom: 30px;}
.news-content .content p.r{margin: 0; padding-left: 600px;}
.news-content .content img {max-width: 700px;}
.news-content .shar{border-bottom: 1px solid #ececec; padding-bottom: 25px;}
.news-content .shar a{
	transition: none 0.2s; -moz-transition: none 0.2s; -webkit-transition: none 0.2s; -o-transition: none 0.2s;}
.related-article{padding-top: 20px;}
.related-article .t{font-size: 18px; line-height: 30px; color: #333;}
.related-article ul{margin-top: 10px;}
.related-article li{line-height: 40px; color: #666;}
.related-article li span{color: #999; padding-right:20px; }

/*************************************免费咨询方式*************************/
.ask_ways{width:288px; border:1px solid #ddd; padding:22px 0;}
.ask_ways ul li{padding:18px 0 20px 20px; border-bottom:1px dashed #ddd;}
.ask_ways ul li h3{font-size: 18px; font-weight: normal; padding-bottom:20px;}
.ask_ways_detail span{width:55px; height:55px; background: url(https://s.300.cn/v3.0/home/images/zixun_bg_55.jpg) no-repeat 0 0; margin-right:12px;}
.ask_ways ul li.ask_ways2 .ask_ways_detail span{background-position: 0 -55px;}
.ask_ways ul li.ask_ways3 .ask_ways_detail span{background-position: 0 -165px;}
.ask_ways ul li.ask_ways4 .ask_ways_detail span{background-position: 0 -110px;}
.detail_txt{width: 178px; font-size: 14px;}
.detail_txt div{line-height: 28px;}
.detail_txt a{width:88px; height: 28px; line-height: 28px; text-align: center; color:#fff; background-color: #3db1ea; display: block; margin-top: 12px;}
.detail_txt p{font-size: 20px; padding-top:10px; padding-bottom:6px;}
.branch_info{padding-top:20px;}
.branch_info p{padding-left:20px;}
/****数码庄园*****/
.zq-profile .img{width: 280px; height:350px; float: right; }
.zq-profile .profile{width: 540px; float: left;}
.zq-profile .profile .t .title{font-size: 30px;color: #333;vertical-align: bottom;display: inline-block;}
.zq-profile .profile .t .smzy{
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	position: relative;
	bottom: 2px;
}
.zq-profile .profile .t .smzy:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9UlEQVQ4T6WTa1EDQRCEv1bAScABcZA4SBwQB+AAoiA5CTggCkBCJCAhDprq1G7q4LZydZX5c4/Z7umZ6RV3hv7jbT8CZ0nnYc52B3SSfob/WwQb4B3YSjrlcAF/ATtJn00C2wE+lWTeo+RQvrdRBVTwSdIxuYsC2zn4MnMcvaTXSuAGOBXWt0iVKApGBMnZXpV5LFtEkwQVZDszSJsPfwY4paCxxqzwSjJHQVp5A/K8xiRB2f8+npg9g9JzgHFgM4YKvoHmpG+s8ShpU9eYKqm2AJ6BvjhviM+ZmO0DiBMvLm3dhZWkKBqF7UW9HzU5IphpZ34Bvz5nEdLU1yYAAAAASUVORK5CYII=");
	vertical-align: bottom;
	margin-left: 5px;
}
.zq-profile .profile .con{padding-top: 20px;}
.zq-profile .profile .con p{line-height: 30px;color: #666;margin-bottom: 20px;text-align: justify;}
.smzy-img img {
	float: left;
	width: 48%;
	margin: 0 1% 1% 0;
	max-width: 514px;
}

/****发展历程*****/
.zq-bigevents{margin-left: 100px; border-left: 1px solid #ececec; padding-left: 40px;}
.year-events{position:relative;}
.year-events .year{position: absolute; top: 0; left: -125px; width: 90px; height: 30px; line-height: 30px; font-size: 30px; color: #008cd6; background: url(../image/icon-dsj.png) no-repeat right 10px; z-index: 999;}
.events{line-height: 30px; text-align: justify;}
.events .event{padding-bottom: 30px; position: relative;}
.events .event .date {
	color: #20b09f;
}
.events .event .line{height: 1px; width: 20px; background: #ececec; position: absolute; left: -40px; top: 15px; font-size:0;}
/****企业荣誉*****/
.gethonor {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ECECEC;
}
.zq-honors{margin-left: 100px;border-left: 1px solid #ececec;padding-left: 40px;}
.year-honors{position:relative;}
.year-honors .year{position: absolute;top: 0;left: -125px;width: 90px;height: 30px;line-height: 30px;font-size: 30px;color: #20b09f;background: url(../image/icon-dsj.png) no-repeat right 10px;}
.honors{line-height: 30px; text-align: justify;}
.honors .honor{padding-bottom: 30px; position: relative;}
.honors .honor .title {
	color: #20b09f
}
.honors .honor .line{height: 1px; width: 20px; background: #ececec; position: absolute; left: -40px; top: 15px}
.honors .honor .img{text-align: left;}
.honors .honor .img a{margin-right: 10px;}
.honors .honor .img img{height: 128px;}
.pop{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99999; overflow: hidden;}
.pop .pop-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0; background: url(../image/pop-bg.png) repeat;}
.pop .content{position: fixed; left:50%; top: 50%; }
.pop .content img{border: 20px solid #fff; max-width: 1100px; max-height: 600px; display: block;}
.pop .content a{width: 34px ;height: 34px; display: block; position: absolute; right: -14px; top:-14px; background: url(../image/icon-popclose.png) no-repeat 0 0;}
/****企业资质*****/
.zq-aptitude .aptitude{width: 25%; float: left;overflow: hidden;}
.zq-aptitude .aptitude .img{height: 128px;}
.zq-aptitude .aptitude .img img{max-height: 128px; display: block; margin: 0 auto; max-width: 100%}
.zq-aptitude .aptitude .t{font-size: 12px; line-height: 12px; height: 12px; padding: 20px 0 30px; overflow: hidden; text-align: center; color: #666}
.zq-aptitude .line{clear:both; height: 0px; border-top:1px solid #ececec; padding-bottom: 30px;}
/****合作伙伴*****/
.zq-partners li{float: left;width: 170px; height: 68px; border: 1px solid #ececec; border-left:none; margin-bottom: 20px; }
.zq-partners li.first{border-left: 1px solid #ececec}

/****中企广告*****/
.zq-ad li{width:380px; padding: 20px 19px; border: 1px solid #ececec; height: 246px; float: left; margin-right: 20px; margin-bottom: 20px;}
.zq-ad li.even{margin-right: 0}
.zq-ad li .img{width:380px; height: 213px; background: #dde2e6; position: relative;}
.zq-ad li .img i{width:70px; height: 70px; display: block; position: absolute; left: 155px; top: 71px; background: url(https://s.300.cn/v3.0/home/images/icon-zq-ad.png) no-repeat 0 0;}
.zq-ad li a:hover .img i{background-position: 0 -70px;}
.zq-ad li .img img{width:380px; height: 213px;}
.zq-ad li .title{height: 33px; line-height: 50px; text-align: center; overflow: hidden;}

#vertical .branch-con {height: 360px;overflow-x: hidden;overflow-y: auto;padding-right: 10px; position: relative;width: 225px;padding-right:10px;}

/*************************本地企业家风采************************/
.branchzq{padding-bottom:55px;}
.branchzq .zq-content{width:590px; padding:0 0 0 20px;}
ul.local_boss li{float:left; width:127px; text-align:center; padding-right:20px; padding-bottom:18px;}
ul.local_boss li a:hover{color:#333;}
ul.local_boss li .img{padding-bottom:16px;}
.branchzq .page{padding-right:20px;}




/****************法律公告***********************/
.server_main{padding-top:30px;}
.server-content{/* padding:40px 0 50px; */}
.fl-menu li.t{color: #333; font-weight: bold; background: url(https://s.300.cn/v3.0/home/images/icon-l-t.png) no-repeat 36px center; margin-bottom: 10px;}
.fl-con{padding: 30px 40px;background: #f9f9f9;}
.fl-con .t{font-size: 18px; padding-bottom: 20px; line-height: 18px; border-bottom: 1px solid #ececec;}
.fl-con .con{padding: 15px 0; text-align: justify;}
.fl-con .con p{line-height: 30px; color: #666; margin-bottom: 30px;}

.fl_des{ line-height: 30px; color: #666;}
.fl-con .a_privacy{border-bottom: 1px solid #ececec; padding-bottom: 10px;}
.fl-con .a_privacy p{margin-bottom:0; color: #999;}
.fl-con .a_privacy p.tt{font-size: 18px; line-height: 30px; padding: 10px 0 5px; color: #333; margin:0;}
.fl-con .no-border{border:none;}
/*********联系我们**********/
.connect-us{padding: 30px 0px;}
.l-contact{background: #fff;border:1px solid #e5e5e5;overflow: hidden;padding:20px;}
.l-intro{width: 540px;padding:10px 0 20px 40px;box-sizing: border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.l-title{padding-bottom: 20px; overflow: hidden;}
.connect-us .company{line-height: 55px;font-size: 18px;position: relative;}
@font-face {
  font-family: 'iconfont';  /* project id 720531 */
  src: url('../font/font_720531_r9lh3arerh.eot');
  src: url('../font/font_720531_r9lh3arerh.eot') format('embedded-opentype'),
  url('../font/font_720531_r9lh3arerh.woff') format('woff'),
  url('../font/font_720531_r9lh3arerh.ttf') format('truetype'),
  url('../font/font_720531_r9lh3arerh.svg') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.connect-us .company .iconfont{color:#20B09F;position: absolute;left:-20px;}
.connect-us .address{color: #999; line-height: 30px;}
.connect-us ul{padding-top: 20px; width: 630px;}
.connect-us ul li{width: 315px; float: left; line-height: 30px; color: #999;}
.connect-us ul li span{color:#20B09F;}
.connect-us .map{width: 600px; height: 320px; border: 1px solid #e5e5e5;}
.l-title .title-em{font-size: 24px; line-height: 24px;  color: #333;float: left;padding-left: 10px;}
.l-title span{display:block;width: 4px;height: 24px;background-color:#20B09F ;float: left;}
.map b{background: #f60;width: 150px; height: 20px; display: block; line-height: 20px; color: #fff; text-align: center; font-weight: normal; font-size: 12px;}
.fen-connect-us{font-size: 18px; line-height: 18px; padding-bottom: 20px; border-bottom: 1px solid #ececec; color: #333;}
/*友情链接*/
.connect-steps .steps-tips{font-size: 18px; color:#000; padding:20px 0;}
.steps-con ul li{width:258px; height:148px; border:1px solid #ececec; margin-right:20px; float: left; position: relative;}
.steps-con ul li.last{margin-right:0; background: url(https://s.300.cn/v3.0/home/images/friendsLink-steps4.jpg) bottom right no-repeat;}
.steps-con ul li .steps-num{width:32px; height:32px; text-align: center; line-height: 32px; font-size: 18px; color:#15a8e9; border-right:1px solid #ececec; border-bottom:1px solid #ececec; position: absolute; top:0; left: 0;}
.steps-con ul li .con-inner{padding:10px 15px 0 45px;}
.steps-con ul li .steps-tit{line-height: 24px; padding-bottom:8px;}
.steps-con ul li .steps-det{font-size:12px; color:#999; line-height: 20px;}


.footer-bottom{position: fixed; bottom: 0;}
.web404{text-align: center; padding: 100px 0;}
.web404 .img{padding-bottom: 20px;}
.web404 .word{line-height: 26px; font-size: 12px; color: #999;}
.web404 .word a,.web404 .word span{color: #146bd5; font-size: 18px;}


/*************************分公司************************/
.zq-service-desc-b{position: absolute; top:164px; left:610px;}
.topimg-240{width:1100px; height:274px; margin:0 auto; margin-bottom:12px; position:relative;}
.branchzq{padding-bottom:55px;}
.branchzq .zq-content{width:590px; padding:0 0 0 20px;}
ul.local_boss li{float:left; width:127px; height:168px; text-align:center; padding-right:20px; padding-bottom:18px;}
ul.local_boss li a:hover{color:#333;}
ul.local_boss li .img{padding-bottom:16px;}
.branchzq .page{padding-right:20px;}

.enter_title{font-size:16px; color:#000; padding:25px 0;}
.enter_lessons{width:420px; margin:0 auto; border-top:1px dashed #e9e9e9;}
.enter_infomation{width:405px; height:36px; line-height:36px;  padding-left:65px; margin-bottom:17px; position:relative;}
/*.infomation_write{border:1px solid #ddd; }*/
.wherecity .infomation_write{border:none;}
/*.nice-select{border:1px solid #ddd;}*/
.enter_infomation input{width:382px; height:36px; line-height:36px; color:#999; font-size:12px;padding:0 10px; border: 1px solid #e4e4e4;}
.infomation_til{width:50px; height:36px; line-height:36px; font-size:12px; color:#666; text-align:right; position:absolute; top:0; left:0;}

.nice-select{width: 126px; float: left; position: relative;}
.nice-select input{width:108px; border:none;}
.nice-select ul{width:100%; max-height:150px; _height:150px; *height:150px; border:1px solid #ddd; border-top:0; background-color: #fff;position: absolute; top:35px; _top:38px; left:-1px; z-index: 5; overflow-y:auto; overflow-x: hidden;}
.gpp ul{_width:123px;}
.nice-select ul li{padding:0 10px;}
.nice-select ul li:hover{background-color: #fff7f0;}
.gpp .write_box{float:left; width:111px; margin-right:6px; position:relative;}
.infomation_write .nice-select input{width:91px;}
.infomation_write .nice-select span.arrow{width:0; height:0; border-width:6px; border-style:solid dashed dashed dashed; border-color:#b2b2b2 transparent transparent transparent; position:absolute; top:16px; right:5px;}
.mr10{margin-right:10px;}

.wzjs-case li{float:left; width:176px; padding-right:20px;}
.wzjs-case li .img img{display:block;}
.case_name{text-align:center; line-height:54px;}
.friend-links li{float:left; width:174px; height:86px; border:1px dashed #b5b5b5; margin-right:20px; margin-bottom:20px;}
.friend-links li .img img{display:block;  max-width: 174px; max-height: 86px;}
/*信息讲堂*/
.zq-left .zq-menu{float: none;}
.ad-con{width:198px; text-align: center; border:1px solid #ececec; padding:14px 0; margin-top:6px;}
.ad-con h2{font-size: 20px; font-weight: bold;}
.ad-con1 h2{color:#008cd6;}
.ad-con2 h2{font-size: 18px; color:#00479d; position: relative;}
.ad-con2 h2 span{padding-right:25px;/* background: url(https://s.300.cn/v3.0/home/images/arrow-h2.jpg) center right no-repeat;*/}
.ad-con3 h2{color:#ff9121;}
.ad-con p{color:#999;}
.ad-con .ad-img{padding:12px 0;}
.ad-con2 h2 i{display: block; width:25px; height:24px; background: url(https://s.300.cn/v3.0/home/images/arrow-h2.jpg) center right no-repeat; position: absolute; top:0; left:122px; animation:arrowMove 1s; -webkit-animation:arrowMove 1.5s infinite;}
.about-ad-con{border:none; padding:0;}

@keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

@-webkit-keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

@-moz-keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0);opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

/**  新闻专题 **/
.about-content {
	width: 1200px;
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
}
.about-bd {
	margin-bottom: 40px;
	width: 105%;
}
.about-hd-title {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin: 15px 0;
}
.about-hd-title:before {
	content: "";
	width: 14px;
	height: 16px;
	background: url(../image/fire.png) no-repeat center;
	float: left;
	margin: 4px 8px 0 0;
}
.about-bd li {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	margin-right:20px;
}
.about-bd li.thre-item {
	width: 1200px;
}
.about-bd .img {
	width: 100%;
}
.about-bd .img img {
	display: block;
	width: 100%;
}
.about-bd .title {
	border: 1px solid #DCDCDC;
	border-top: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
}
.about-bd li a:hover .title {
	color: #20b09f;
}
.special-activity-title {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.special-activity-title:before {
	content: "";
	width: 14px;
	height: 16px;
	background: url(../image/flag.png) no-repeat center;
	float: left;
	margin: 4px 8px 0 0;
}
.bd-box{
	width: 1200px;
	overflow: hidden;
	padding-bottom: 60px;
}
.special-activity{
	width: 105%;
}
.special-activity li {
	width: 386px;
	padding: 0;
	border: none;
	float: left;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.special-activity li:hover {
	color: #20b09f;
}
.special-activity li .title {
	border: 1px solid #DCDCDC;
	border-top: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
}
.special-activity li .img {
	width: 100%;
	background: #dde2e6;
	height: 156px;
}

.special-activity li .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/****专题活动*****/

.special-activity li.even {
	margin-right: 0
}




/*@media screen and (min-width:1500px) {
	.video-content video {
		width: 730px;
		height: 409px;
	}
	.about-bd li.thre-item{
		width: 1500px;
	}
	.bd-box {
		width: 1500px;
	}
	.about-bd li {
		width: 740px;
	}
}*/

/* 改版404 */

.zqdl404 {
    box-sizing: border-box;
    min-height: calc(100vh - 323px);
    font-size: 14px;
    overflow: hidden;
    padding-bottom: calc((100vh - 323px)*0.1);
}

.zqdl404-img {
    margin-top: calc((100vh - 323px)*0.1);
}

.zqdl404-text {
    font-size: 24px;
    text-align: center;
    color: #20b09f;
    margin-top: calc((100vh - 323px)*0.03);
}

.zqdl404-items {
    width: 997px;
    margin: 0 auto;
    margin-top: calc((100vh - 323px)*0.1);
}

.zqdl404-items .item {
    flex: 1;
    text-align: center;
    border: 1px solid #E5E5E5;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
}

.zqdl404-items .item a {
	display: block;
	overflow: hidden;
}

.zqdl404-items .img-block {
    margin: 20px auto;
}

.zqdl404-items .zqdl404-p {
    color: #666;
    margin-bottom: 20px;
}

.zqdl404-items .item:hover {
	z-index: 1;
	border-color: #20B09F;
}

.zqdl404-items .item:hover .zqdl404-p {
	color: #20B09F;
}