@charset "utf-8";
/* Banner */
.banner { position:relative; width:100%; overflow:hidden; z-index:3; }
.banner .bd { zoom:1; }
.banner .bd img { width:100%!important; height:auto!important;display: block; }

/* 主体 */
.container { position:relative; padding: 0; z-index:8; }
.wrap { position:relative;   margin:0 auto; }
.wrap .article img { max-width: 100%; height: auto; }

.wrap .sidebar {position: relative;z-index: 22}
.wrap .main { display:block; overflow:hidden; *zoom:1; padding:1% 0 0; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }

/* 左侧栏目标题 */
.leftTitle { position:relative; margin-bottom:18px; padding:18px 0; color:#333; }
.leftTitle i,.leftTitle s { display:block; text-align:center; }
.leftTitle i { font-size:38px; line-height:58px; font-weight:normal; }
.leftTitle s { color:#888; font:12px/18px arial; text-decoration:none; text-transform:uppercase; }

.apply{width:110px;height:36px;line-height:36px;text-align:center;color:#fff;border-radius:3px;cursor:pointer;margin:10px auto;font-size:16px;}
.apply.yes{background:#9fd7f4;}
.apply.yes:hover{background:#e95108;}
.apply.no{background:#bbb;}

/* 二级、三级菜单 */
.menu {background: rgba(0,0,0,0.3); margin-top:-63px; height: 63px; overflow: hidden;}
.menu ul {}
.menu ul li {float: left;padding: 0 2.5%; height: 63px; line-height: 63px; box-sizing: border-box;border-bottom: 2px solid rgba(0,0,0,0.3);transition: all 0.3s ease 0s}
.menu ul li a { font-size: 16px;color: #fff;display: block;}
.menu ul li:hover,.menu ul li.current {border-bottom: 2px solid #e60012; }
.menu ul li:hover a,.menu ul li.current a{color: #fff}
.menu_sj{display: none}
@media (max-width:1000px ){
	.menu {background: rgba(0,0,0,0.3); margin-top:-43px; height: 43px; overflow: hidden;}
	.menu ul li { height: 43px; line-height: 43px; }
}
@media (max-width:750px ){
	.menu{display: none}
	.menu_sj{height: 38px;position: relative;display: block;z-index: 10}
	.menu_sj.fixed{position: fixed;left: 0;right: 0;top: 0;z-index: 99;background: #fff}
	.menu_sj_sj{width: 15%;float: left;height: 38px}
	.menu_sj_sj span{display: block;width: 100%;height: 38px;background: #e60012 url(ico_35.png) no-repeat center center;background-size:auto 50%}
	.menu_sj_sj dl{position: absolute;left: 0;right: 0;top: 38px;background: #e60012;display: none;z-index: 30}
	.menu_sj_sj dl dt{height: 38px;line-height: 38px;border-bottom: 1px solid #aaa;padding: 0 5%}
	.menu_sj_sj dl dt a{color: #fff;font-size: 14px;display: block;background: url(ico_38.png) no-repeat right center;background-size: auto 35%}
	
	.menu_current{width: 85%;float: right;height: 38px;position: relative;}
	.menu_current h4{height: 38px;line-height: 38px;padding:0 5%;color: #e60012;font-size: 14px;font-weight: normal;background: url(ico_36.png) no-repeat 95% center;background-size: auto 45%}
	.menu_current ul{position: absolute;left: 0;right: 0;background: #fff;display: none;z-index: 40}
	.menu_current ul li{height: 38px;line-height: 38px;border-bottom: 1px solid #aaa;padding: 0 5%}
	.menu_current ul li a{color: #999;font-size: 14px;display: block;background: url(ico_37.png) no-repeat right center;background-size: auto 35%}

}


/* 面包屑 */
.location { position:relative;padding: 1.1% 0;border-bottom: 1px solid #d8d8d8;margin-bottom: .5%;display: none}
.breadcrumbs { }
.breadcrumbs a { display:inline-block; margin-left:12px; padding-left:12px; background:url(o_ico_04.gif) no-repeat 0 center; vertical-align:top; font-size: 14px;color: #999}
.breadcrumbs .u-home { padding-left:20px; background:url(o_ico_03.gif) no-repeat 0 center; }
.breadcrumbs a:hover{color: #e60012}
/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 1%; text-align:center; }
.article .hd h1 { color:#000; font-size:34px; font-weight: normal;line-height: 48px}
.article .hd .titBar { color:#797979; font-size:18px; } 
.article .bd { padding-bottom:3%; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
/*.article  img{max-width: 100%}*/

/*最新新闻*/


.dis_news{margin-bottom: 2%;text-align: center;}
.dis_news .article{width: 96%;display: inline-block;text-align: left;}
.article .newNews{width: 100%;vertical-align: top;margin-top: 3%;border-top: 1px solid #eee}
.article .newNews h3{font-size: 32px;font-weight: normal;color: #333;margin-bottom: 2%}
.article .newNews li a{font-size: 16px;display: block;color: #666;line-height: 25px;padding: 8px 0;border-bottom: 1px solid #eee}
.article .newNews li a:hover{color: #e60012}
.article .newNews li a i{display: block;float: left;width: calc(100% - 90px);overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.article .newNews li a i:before{display: inline-block;content: '';width: 5px;height: 5px;background: #d6d6d6;vertical-align: top;;margin-top: 10px;margin-right: 1%}

.article .newNews li span{display: block;float: right;}
.dis_news .other{width: 26%;display: inline-block;vertical-align: top;margin-left: 1%}
.dis_news .other img{display: block;width: 100%;}
.dis_news .other .pic2{margin-top: 2%}

@media (max-width:750px ){
	.dis_news .article,.dis_news .other{width: 100%;display: block;}
	.dis_news .other{margin-bottom: 5%}
	.article .newNews h3{font-size: 26px;margin-bottom: 2%}
	.article .newNews li a{padding: 5px 0;font-size: 14px}
}

/* 头部新闻 */
.hotNews {  overflow:hidden; padding: 2%;border: 1px solid #e3e3e3;position: relative;}
.hotNews .pic { float:left; width:24%;margin-right:2%; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; }
.hotNews dl dt { margin-bottom:17px; color:#fff; font-size:24px; line-height:30px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.hotNews dl dt a { color:#333; }
.hotNews dl dt a:hover { color:#e60012; }
.hotNews dl .i { margin-bottom:10px;  color:#666;font-size: 14px; }
.hotNews dl .m { width:150px; height:48px;  background:#fff; line-height:48px; text-align:center;background: #eee;position: absolute;left: 27%;bottom: 11% }
.hotNews dl .m a { display:block; color:#999;font-size: 14px }
.hotNews dl .m a:hover { background:#e60012; color:#fff; }
.hotNews dl .t{font-size: 36px;color: #ccc;font-family: 'DINCond'}

@media (max-width:1200px ){
	.hotNews .pic{width: 40%}
	.hotNews dl .m{left: 42%;height: 38px;line-height: 38px}
	.hotNews dl .i{height: 42px;overflow: hidden;}
}
@media (max-width:750px ){
	.hotNews .pic{width: 100%;float: none;}
	.hotNews dl .t{font-size: 24px}
	.hotNews dl dt{overflow: visible;text-overflow: clip;white-space:normal;font-size: 18px;margin-bottom: 5px}
	.hotNews dl .m{position: relative;left: 0;bottom: 0}
}

/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }

.list { border: 1px solid #e3e3e3;margin-top: 2%;margin-bottom: 2% }
.list li { padding:1.2% 2%; border-bottom:1px solid #e3e3e3; font-size:16px; line-height:20px; clear:both; }
.list li:last-child{border-bottom: none}
.list li span { float:right; color:#999; font-size:14px; }
.list li a:hover { text-decoration:underline; }


.list-2 { border: 1px solid #e3e3e3;margin-top: 2%;margin-bottom: 2% }
.list-2 li { padding:1.2% 2%; border-bottom:1px solid #e3e3e3; font-size:16px; line-height:36px; clear:both; }
.list-2 li:last-child{border-bottom: none}
.list-2 li span { float:right; color:#999; font-size:14px; }
.list-2 li a.on{color:#006db8;}
.list-2 li .ds{margin:0 2%;}
.list-2 li p{width:84px;height:36px;line-height:36px;text-align:center;color:#fff;border-radius:3px;cursor:pointer;float:right;}
.list-2 li p.yes{background:#006db8;}
.list-2 li p.yes:hover{background:#e95108;}
.list-2 li p.no{background:#bbb;}

.list-2 li .i{color:#f00;line-height:24px;}

.list-2 li em{float:right;width:84px;height:36px;line-height:36px;text-align:center;color:#fff;border-radius:3px;margin-left:40px;}
.list-2 li .e1{background:#999;}
.list-2 li .e2{background:#00ac18;}
.list-2 li .e3{background:#02b657;}

.list-2 li a:hover { text-decoration:underline; }


@media (max-width:1000px ){
	.list-2 li { padding:2% 2% 2%; font-size:15px; line-height:24px; clear:both; }
	.list-2 li:last-child{border-bottom: none}
	.list-2 li a{display:block;}
	.list-2 li span { float:none; font-size:12px; }
	.list-2 li p{float:none;height:30px;line-height:30px;margin-top:2%;}
	.list-2 li em{float:none;display:block;margin-left:0;height:30px;line-height:30px;margin:2% 0;}
}


/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:150px; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:150px; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

/* 图片列表 */

.piList { margin-top: 2.5%}
.piList .pic-item-list {  }
.piList .pic-item {width: 32%;margin-right: 2%;float: left;}
.piList .pic-item:nth-child(3n){margin-right: 0}
.piList .list-pic { width: 100%}
.piList .list-pic video{width: 100%}
.piList .list-pic img {width: 100%}
.piList dl {text-align: center;padding: 1% 0}
.piList dl dt {font-size: 16px;}

.pic-hc{float: left;width: 21%;margin-right:5.33%;box-sizing: border-box;padding: 1.5%;border: 1px solid #d6d6d6;transition: all 0.3s ease 0s;}
.pic-hc img{width: 100%}
.pic-hc p.t a{display: block;font-size: 16px;text-align: center;}
.pic-hc p.m{display: block;text-align: center;margin-top: 5px}
.pic-hc p.m i,.pic-hc p.m s{display: inline-block;font-size: 14px;padding-left: 18px;background: url(xg_ico_1.png) no-repeat left center;margin: 0 10px}
.pic-hc p.m s{background: url(xg_ico_2.png) no-repeat left center;}
.pic-hc:nth-child(4n){margin-right: 0}
.pic-hc:hover{box-shadow: 0 0 10px 2px #ddd}

@media (max-width:750px ){
	.piList .pic-item{width: 49%;}
	.piList .pic-item:nth-child(3n){margin-right: 2%}
	.piList .pic-item:nth-child(2n){margin-right: 0}

	.pic-hc{width: 49%;margin-right: 2%}
	.pic-hc:nth-child(2n){margin-right: 0}
	.pic-hc p.m i, .pic-hc p.m s{margin: 0 1px;font-size: 12px}
}

/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:right; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ededed;  color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #e60012; background:#e60012; color:#fff; }

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 40px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#e60012; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(hr_up.gif) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#e60012; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#e60012; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }

/* 网站地图 */
.webmap{padding:10px 0px 15px}
.webmap dl{overflow:hidden;zoom:1; margin-bottom:5px;}
.webmap dt{width:15%;float:left;}
.webmap dd{float:left;width:85%;}
.webmap dt a{display:block;line-height:32px;background:#ccc;color:#000;text-align:center;}
.webmap dd a{margin:0 5px 5px;background:#eee;display:block;line-height:32px;width:143px;float:left;text-align:center;height:32px;overflow: hidden;}
.webmap a:hover{background:#343434;text-decoration:none;color:#fff}

@media (max-width:750px ){
	.webmap dt{width: 25%}
	.webmap dd{width: 75%}
}

@media (max-width:415px ){
	.webmap dt{width: 20%}
	.webmap dd{width: 80%}
	.webmap dd a{width: 120px}
}


/*业务介绍*/
.ywjs_item{float: left;width: 31.5%;margin-right: 2.75%;position: relative;overflow: hidden;margin-bottom: 3.5%}
.ywjs_item .pic{width: 100%}
.ywjs_item .pic img{width: 100%;height: auto;display: block;}
.ywjs_item:nth-child(3n){margin-right: 0}
.ywjs_item a.t{display: block;position: absolute;left: 0;right: 0;bottom: 0;font-size: 18px;text-align: center;color: #333;background: #eee;padding: 5% 0}
.ywjs_item .text{position: absolute;background:rgba(230,0,18,.8);left: 0;right: 0;bottom: -300px;text-align: center;padding: 4% 0;transition: all 0.3s ease 0s}
.ywjs_item .text span{display: block;color: #fff;font-size: 18px;padding-top: 4%}
.ywjs_item .text p{font-size: 14px;padding: 0 5.5%;color: #fff;text-align: left;margin: 2% 0}
.ywjs_item .text a.m{display: inline-block;}
.ywjs_item:hover a.t{bottom: -90px}
.ywjs_item:hover .text{bottom: 0}

.ny_t{height: 60px;line-height: 60px}
.ny_t h4{float: left;font-size: 24px;color: #666;font-weight: normal;}
.ny_t a{display: block;float: right;font-size: 14px;}

.ywjs_zctj{background: #f2f2f2;padding: 1% 0 3.5% 0}
.ywjs_zctj_item{float: left;width: 18.4%;margin-right:2%;text-align: center;background: #fff;padding: 1.8% 0}/*308/1675*/
.ywjs_zctj_item:nth-child(5){margin-right: 0}
.ywjs_zctj_item dt a{display: block;font-size: 20px;color: #333}
.ywjs_zctj_item dd.a,.ywjs_zctj_item dd.c{font-size: 14px;color: #666;margin-top: 4%;height: 42px;}
.ywjs_zctj_item dd.b{font-size: 36px;color: #e60012;margin-top: 3%;font-family: 'DINCond'}
.ywjs_zctj_item dd.b i{font-size: 18px;font-weight: bold}
.ywjs_zctj_item dd.m {margin-top: 4%}
.ywjs_zctj_item dd.m a{display: inline-block;font-size: 14px;color: #999;padding: 1.4% 11%;border-radius: 30px;background: #f0f0f0}


@media (max-width:950px ){
	.ywjs_item .text{display: none}
	.ywjs_item a.t{padding: 2% 0;font-size: 16px}
}
@media (max-width:425px ){
	.ywjs_item{width:48.7%;margin-right: 2.6%}
	.ywjs_item:nth-child(2n){margin-right: 0}
	.ywjs_item:nth-child(3){margin-right: 2.6%}
}
@media (max-width:375px ){
	.ywjs_item a.t{font-size: 14px}
}

@media (max-width:1100px ){
	.ywjs_zctj_item:nth-child(5){display: none}
	.ywjs_zctj_item{width: 49%;margin-bottom: 2%}
	.ywjs_zctj_item:nth-child(2n){margin-right: 0}
}

@media (max-width:425px ){
	.ywjs_zctj_item {padding: 5% 0}
	.ywjs_zctj_item dt a{font-size: 16px}
	.ywjs_zctj_item dd.a, .ywjs_zctj_item dd.c{font-size: 12px;margin-top: 1%}
	.ywjs_zctj_item dd.b{font-size: 32px;margin-top: 1%}
}

@media (max-width:350px ){
	.ywjs_zctj_item dd.b{font-size: 18px;margin-top: 1%}
}

/*资产推荐*/
.zctj_item{float: left;width:48.8%;margin-right: 2.4%;box-sizing: border-box;border: 1px solid #e3e3e3;overflow: hidden;position: relative;padding: 1.5% 0;margin-bottom: 2%} /*816/1675*/
.zctj_item:nth-child(2n){margin-right: 0}
.zctj_item .text{float: left;margin-left:4%;} /*35 / 816*/
.zctj_item .text a.t{display: block;font-size: 18px;color: #333}
.zctj_item .text a.t:hover{color: #e60012}

.zctj_item .text select{width:100%;height:44px;border:1px solid #ddd;}

.zctj_item .text h4{font-size: 48px;color: #e60012;font-weight: normal;font-family: 'DINCond'}
.zctj_item .text h4 i{font-size: 18px;font-weight: bold;padding-left: 18px}
.zctj_item .text p{font-size: 14px;color: #666}
.zctj_item .text p span{padding-left: 25px}
.zctj_item a.more{width: 25.5%;background: #f2f2f2;position: absolute;right: 0;top: 0;bottom: 0} /*208 / 816*/
.zctj_item a.more span{display: block;position: absolute;width: 40px;height: 40px;left: 50%;margin-left: -20px;top: 50%;margin-top: -20px;z-index: 4;background: url(zctj_ico_m.png) no-repeat;background-size: cover;transition: all 0.5s ease 0s}
.zctj_item a.more i{position: absolute;width: 100%;right: -50%;top: 0;bottom: 0;background: #e60012;z-index: 2;opacity: 0;transition: all 0.5s ease 0s}
.zctj_item a.more:hover i{right:0;opacity: 1 }
.zctj_item a.more:hover span{background-image: url(zctj_ico_m_o.png);}

@media (max-width:1200px ){
	.zctj_item .text h4{font-size: 42px}
}
@media (max-width:1000px ){
	.zctj_item .text a.t{font-size: 16px}
	.zctj_item .text h4{font-size: 34px}
	.zctj_item .text p{font-size: 12px}
}
@media (max-width:750px ){
	.zctj_item a.more{background: none}
}
@media (max-width:640px ){
	.zctj_item{padding: 2% 0}
	.zctj_item{width: 100%;margin-right: 0}
	.zctj_item .text h4{font-size: 30px}
	.zctj_item .text h4 i{padding-left: 6px}
	.zctj_item a.more span{width: 32px;height: 32px;margin-left: -16px;margin-top: -16px}
}

/*资产推荐详情页*/
.art_zctj{border: 1px solid #e3e3e3}
.art_zctj li{padding: 1.2% 0;border-bottom: 1px solid #e3e3e3;}
.art_zctj li p{width: 33.33%;float: left;font-size: 14px}
.art_zctj li.art_zctj_li_last{border: 0}
.art_zctj li p i{display: block;float: left;width: 36%;text-align: right;color: #666}
.art_zctj li p s{display: block;float: right;width: 61%;color: #333}
.art_zctj li h4{float: left;color: #e60012;margin-left: 2%}
.art_zctj li span{display: block;float: left;color: #e60012}
.art_zctj li.art_zctj_li_last h3{font-size: 14px;color: #333;font-weight: normal;margin-left: 2%}
.art_zctj li.art_zctj_li_last .art_zctj_art{margin:0 2%}
.art_zctj li.art_zctj_li_last .art_zctj_art p{width: auto;float: none;}

@media (max-width:640px ){
	.art_zctj li p{float: left;width: 100%}
}

/*招聘*/
.job_item{border: 1px solid #e3e3e3;padding:4% 3.5%;margin-bottom: 2%}
.job_item .text{float: left;width:80%}
.job_item .more{float: right;width: 18%;text-align: center;}
.job_item .more a.m{display: block;width: 100%;padding: 12% 0;text-align: center;font-size: 24px;color: #999;background: #eeeeee;margin-bottom: 10%}
.job_item .more a.m:hover{background: #e60012;color: #ffffff}
.job_item .more p{display: block;font-size: 18px;color: #999;line-height: 26px}
.job_item .more p.p2{display: inline-block;font-size: 12px;background: url(job_ico_1.png) no-repeat left center;padding-left: 18px}
.job_item .text a.t{display: block;font-size: 24px;color: #333;margin-bottom: 1%}
.job_item .text a.t:hover{color: #e60012}
.job_item .text .intro{font-size: 14px;color: #666}
@media (min-width:1500px ){
	.job_item .more p.p2{font-size: 14px}
}


@media (max-width:1200px ){
	.job_item .more a.m{font-size: 18px}
	.job_item .more p{font-size: 16px}
}

@media (max-width:750px ){
	.job_item .more p{font-size: 14px}
}
@media (max-width:640px ){
	.job_item .text{float: none;width: 100%;}
	.job_item .more{float: none;width: 100%;text-align: left;margin-top: 4%}
	.job_item .more a.m{width: 40%;padding: 3% 0;margin-bottom: 2%}
}

/*招聘详情*/
.job_display{margin-bottom: 5%}
.job_intro{width: 47%;float: left;box-sizing: border-box;padding: 2% 1.8%;border: 1px dashed #d8d8d8}
.job_intro h2{font-size: 24px;color: #333;margin-bottom: 4%;font-weight: normal;}
.job_intro .intro,.job_intro .jop_cnt{font-size: 14px;color: #666;line-height: 24px}
.job_form{width: 50%;float: right;}
.job_form h3{font-size: 18px;color: #666;font-weight: normal;padding-left: 26px;background: url(jobdis_ico_1.png) no-repeat left center;}
.job_form form{margin-top: 2%}
.job_form li{margin-bottom: 2%;}
.job_form li.li_50{width: 50%;float: left;line-height: 36px;}
.job_form li label{width: 13.9%;text-align: right;display: block;float: left;font-size: 14px}
.job_form li.li_50 label{width: 27.5%;}
.job_form li input[type="text"]{width: 85%;float: left;margin-left:1%;box-sizing: border-box;padding-left: 1%;height: 36px;border: 1px solid #d8d8d8}
.job_form li.li_50 input[type="text"]{width: 70%;margin-left: 2%}
.job_form li input[type="radio"]{position: relative;top: 3px;}
.job_form li textarea{width: 85%;float: left;margin-left:1%;box-sizing: border-box;padding-left: 1%;height: auto;border: 1px solid #d8d8d8}
.job_form li input[type="submit"]{width: 25%;float: left;margin-left:1%;box-sizing: border-box;padding-left: 1%;height: 48px;border: 1px solid #d8d8d8;font-size: 18px;color: #999;cursor: pointer;transition: all 0.3s ease 0s}
.job_form li input[type="submit"]:hover{background: #e60012;color: #fff}


@media (max-width:900px ){
	.job_intro,.job_form{float: none;width: 100%;}
	.job_form{margin-top: 4%} 
}
@media (max-width:640px ){
	/*.job_form li{margin-bottom: 5%}*/
	.job_form li{line-height: 36px}
	.job_form li label{font-size: 14px}
	.job_form li.li_50{float: none;width: 100%}
	.job_form li input[type="text"]{height: 32px;padding: 0;margin: 0;width: 100%}
	.job_form li label{width: 100%;float: none;text-align: left;}
	.job_form li.li_50 label{width: 100%;float: none;}
	.job_form li.li_50 input[type="text"],.job_form li textarea{width: 100%;margin: 0}
	.job_form li.li_last label{display: none}
	.job_form li input[type="submit"]{width: 50%;margin: 0;height: 40px}
}

/*在线留言*/
.msg{margin-bottom: 2%}
.msg .msg_form{width: 58%;float: left;padding: 0}
.msg .msg_form input[type="text"]{display: block;float: left;;width: 49%;margin-right: 2%;box-sizing: border-box;border: 1px solid #e3e3e3;color: #999;padding: 1.3% 0;padding-left: 1.5%;margin-bottom: 2%}
.msg .msg_form #phone{margin-right: 0}
.msg .msg_form textarea{width: 100%;box-sizing: border-box;border: 1px solid #e3e3e3;padding: 1.5%;display: block;height: 260px}
.msg .msg_form input[type="submit"]{width: 25%;float: left;box-sizing: border-box;height: 48px;border: 1px solid #d8d8d8;font-size: 18px;color: #999;cursor: pointer;transition: all 0.3s ease 0s;margin-top: 2%}
.msg .msg_form input[type="submit"]:hover{background: #e60012;color: #fff}

.msg .pic{width: 36%;float: right;}
.msg .pic img{width: 100%;height: auto}

@media (max-width:750px ){
	.msg .msg_form,.msg .pic{width: 100%;float: none;}
	.msg .msg_form textarea{height: 160px}
}

/*联系我们*/
.cnt_map_wrap{margin-top: 3%}
.cnt_map_wrap .cnt_map_item{background: #f7f7f7}
.cnt_map_wrap .cnt_map_item .pic{width: 39%;float: left;margin-right: 4%;position: relative;z-index: 10}
.cnt_map_wrap .cnt_map_item .pic img{width: 100%}
.cnt_map_wrap .cnt_map_item .text{padding-top: 6%}
.cnt_map_wrap .cnt_map_item .text h2{font-size: 23px;color: #333;font-weight: normal;margin-bottom: 2%}
.cnt_map_wrap .cnt_map_item .intro{font-size: 16px;line-height: 36px;color: #666}
.cnt_map_wrap .hd {border-bottom: 1px solid #e3e3e3;position: absolute;left: 41%;height: 55px;line-height: 55px;width: 52%;padding-left: 1.2%;z-index: 4}
.cnt_map_wrap .hd li{display: inline-block;font-size: 16px;padding: 0 15px;margin-right: 16px}
.cnt_map_wrap .hd li.on{border-bottom: 1px solid #e60012;color: #e60012}

@media (max-width:1200px ){
	.cnt_map_wrap .cnt_map_item .text{padding-top: 7%}
	.cnt_map_wrap .cnt_map_item .text h2{margin-bottom: 1%}
	.cnt_map_wrap .cnt_map_item .intro{line-height: 30px}
}

@media (max-width:1000px ){
	.cnt_map_wrap .hd{position: relative;left: 0;width: 100%;padding: 0;height: 40px;line-height: 40px}
	.cnt_map_wrap .bd{margin-top: 2%}
	.cnt_map_wrap .cnt_map_item .text{padding-top: 3%}
	.cnt_map_wrap .cnt_map_item .intro{font-size: 12px;line-height: 26px}
}
@media (max-width:750px ){
	.cnt_map_wrap .cnt_map_item .pic{float: none;width: 100%}
	.cnt_map_wrap .cnt_map_item .text{padding: 2%}
}

.cnt_zgs{margin: 2% 0;border: 1px solid #e3e3e3;border-bottom: 0}
.cnt_zgs li{float: left;width: 33.33%;padding: 1.7%;box-sizing: border-box;border-right: 1px solid #e3e3e3;border-bottom:1px solid #e3e3e3 }
.cnt_zgs li:nth-child(3n){border-right: none}
.cnt_zgs li h3{font-size: 18px;color: #333;font-weight: normal;overflow: hidden;margin-bottom: 2%}
.cnt_zgs li .intro{font-size: 16px;line-height: 32px;color: #666;height: 160px;overflow: hidden;}

@media (max-width:750px ){
	.cnt_map_wrap .hd li{margin-right: 0}
	.cnt_zgs li{border: none;border-bottom: 1px solid #e3e3e3}
	.cnt_zgs li:last-child{border:none;}
	.cnt_zgs li{width: 100%;float: none;padding: 4% 2%}
	.cnt_zgs li .intro{height: auto}
	.cnt_zgs li h3{height: auto}
	.cnt_zgs li h3{font-size: 16px;margin-bottom: 2%}
	.cnt_zgs li .intro{line-height: 24px;font-size: 14px}
}
@media (max-width:350px ){
	.cnt_map_wrap .hd li{padding: 0 10px}
}

.video_box{width: 60%;margin: 0 auto}
@media (max-width:750px ){
	.video_box{width: 100%;margin: 0 auto}
}


/*发展历程*/
.fzlc{margin-top: 3%;padding-bottom: 3%}
.fzlc_left {overflow: hidden;width: 125px;float: left;}
.swiperFzlc {height: 300px}
.fzlc_left .swiper-slide{color: #5f5f60;text-align: center;line-height: 60px;transition: all 0.3s ease 0s;font-size: 16px;}
.fzlc_left .swiper-slide.y3{color: #ccc}
.fzlc_left .swiper-slide.y2{font-size: 24px;color: #999999}
.fzlc_left .swiper-slide.y1{font-size: 30px;color: #5f5f60}
.arrow-left{width: 34px;height: 17px;background: url(fzlc_arr_1.png);margin: 5% auto;display: block;}
.arrow-right{width: 34px;height: 17px;background: url(fzlc_arr_2.png);margin: 5% auto;display: block;}

.fzlc_right{margin-left: 5%;float: left;width: calc(100% - 5% - 125px)}
.fzlc_year{font-size: 48px;color: #5f5f60;float: left;margin-top: 75px;}
.fzlc_month{padding: 75px 0 0 60px;background: url(fzlc_ico_1.png) no-repeat left top , url(fzlc_ico_2.jpg) repeat-y 18px top;width: calc(100% - 122px);float: right;box-sizing: border-box;}
.fzlc_item{background: #61b1e2;color: #fff;width: 100%;border-radius: 5px;box-sizing: border-box;padding: 2%;margin-bottom: 2%;position: relative;padding-top: 0}
.fzlc_item h2{font-size: 18px;font-weight: normal;border-bottom: 1px solid rgba(255,255,255,.7);padding: 1% 0}
.fzlc_item .fzlc_cnt{font-size: 14px;line-height: 26px;margin-top: 1%}
.fzlc_item span{display: block;width: 51px;height: 20px;background: url(fzlc_ico_3.png);position: absolute;left: -51px;top:15px}

@media (max-width:750px ){
	.swiperFzlc{height: auto}
	.fzlc_left{float: none;width: 100%}
	.fzlc_right{width: 100%;float: none;margin-left: 0}
	.fzlc_year{margin-top: 0;display: none}
	.fzlc_month{padding-left: 11%;width: 100%;box-sizing: border-box;}
	.fzlc_item span{width: 25px;height: 10px;background-size: cover;left: -25px;}
}

/* 分享 */
/*.action-share { height:24px; text-align:center; overflow:hidden; }
.bdshare-button-style0-24{line-height:24px;}
.bdshare-button-style0-24 a{position:relative;display:inline-block;width:24px;height:24px;margin-left:5px;background:url(../images/share.png);vertical-align:top;cursor:pointer;opacity:.8;}
.bdshare-button-style0-24 a:hover{opacity:1;}
.bdshare-button-style0-24 a.bds_tsina{background-position:0 0;}
.bdshare-button-style0-24 a.bds_weixin{background-position:0 -32px;}
.bdshare-button-style0-24 a.bds_qzone{background-position:0 -65px;}
.bdshare-button-style0-24 a.bds_sqq{background-position:0 -98px;}
.bdshare-button-style0-24 a.bds_renren{background-position:0 -131px;}
.bdshare-button-style0-24 a.bds_tqq{background-position:0 -163px;}
.bdshare-button-style0-24 a.bds_douban{background-position:0 -196px;}
.bdshare-button-style0-24 a.bds_fbook{background-position:0 -226px;}
*/
div.titBar{padding: 1% 0 0 0; margin-top:10px; border-top:1px solid #eee;}
.ny_zz{display: inline-block;vertical-align: top; line-height: 24px}
.ny_share{display: block;vertical-align: top;height:50px;}

@media (max-width:750px ){
	.article .hd h1{font-size: 24px}
	.article .hd .titBar{font-size: 16px}
	.article img{height: auto!important}
}



/*视频*/
.list-pic video{display: none}



/*业务展示*/
.ywa { width: 100%; box-sizing: border-box; padding: 0 2%; margin-top:75px; }
.ywa ul li {margin-bottom:75px; position: relative; float: left; overflow: hidden; width: 32%; margin-right:2%; }
.ywa li.sign { margin-right:0; }
.ywa ul li a.pic { display: block; width: 100%;  }
.ywa ul li a.pic img { height: auto; width: 100%;  }
.ywb { transition: all 0.5s; padding:30px; width: 100%; box-sizing: border-box; background: #fff; border:1px solid #eee; border-top:none; margin-top:-4px; }
.ywb a.t { display: block; font-size: 24px;color:#212121;  }
.ywb p { font-size: 14px;color:#999; line-height: 24px; }
.ywc { margin-top:10px; }
.ywc .vie { float: right; font-size: 12px;color:#999; font-family: "Arial";margin-left:26px; padding-left:21px; background: url(yw3.png) no-repeat left center; }
.ywd { float: right; font-size: 12px;color:#999; font-family: "Arial";margin-left:26px; padding-left:21px; background: url(yw2.png) no-repeat left center; }
.ywe { margin-top:5px; height: 72px; overflow: hidden; }
.bywe { margin-top:5px; height: 180px; overflow: hidden;}

.bywb {position: absolute; bottom:-600px; transition: all 0.5s; padding:30px; width: 100%; box-sizing: border-box; background: #1a469f; border:1px solid #eee; border-top:none; margin-top:-4px; }
.bywb a.t { display: block; font-size: 24px;color:#fff;  }
.bywb p { margin-bottom:15px; font-size: 14px;color:#fff; line-height: 24px; }
.bywc { margin-top:10px; }
.bywc .vie { float: right; font-size: 12px;color:#fff; font-family: "Arial";margin-left:26px; padding-left:21px; background: url(yw31.png) no-repeat left center; }
.bywd { float: right; font-size: 12px;color:#fff; font-family: "Arial";margin-left:26px; padding-left:21px; background: url(yw21.png) no-repeat left center; }
.ywa ul li:hover .bywb { bottom:0; }

@media  ( max-width: 800px) {
	.ywa ul li { width: 49%; margin-bottom:20px; }
	.ywa ul li.sign { margin-right:2%; }
	.ywa ul li:nth-child(2n) { margin-right:0; }
}
@media  ( max-width: 640px) {
	.ywb { padding:5px 10px 15px; }
	.ywb a.t { font-size: 16px; }
	.ywc { display: none; }
	.ywe { height: 60px; }
	.ywb p { font-size: 12px; line-height: 20px; height: 60px; }
	.bywb { display: none; }
}

/*项目展示*/
.xma { width: 19.2rem; box-sizing: border-box; padding:0 1.7rem; margin-top:0.3rem; }
.xma dl dd { position: relative; width: 5.26666666rem; float: left; }
.xmb { float: left; width: 5.26666666rem; height: 3.56rem; }
.xmb img { width: 5.27rem; height: 3.56rem; }
.xma2 { box-sizing: border-box; padding:0.65rem 0 0 0.6rem; }
.xma2 .bd { margin-top:0.25rem; }
.xma4 { box-sizing: border-box; padding:0.65rem 0 0 0.6rem; }
.xma6 { box-sizing: border-box; padding:0.65rem 0 0 0.6rem; }
.xma .hd span { display: block; font-size: 0.65rem;color:#efefef; height: 0.65rem; line-height: 0.65rem; text-transform: capitalize; }
.xma .hd p { font-size: 0.28rem; color:#1a469f; height: 0.28rem; line-height: 0.28rem; margin-top:-0.2rem; }
.xma6 .bd { margin-top:0.25rem; }
.xma .bd p { font-size: 0.18rem; line-height: 0.3rem; }
.xma .bd a { display: block; width: 1.85rem; height: 0.45rem; line-height: 0.48rem; overflow: hidden; margin-top:0.25rem; background: #1a469f; font-size: 0.18rem; color:#fff; }
.xma .bd a span { float: right; width: 0.5rem; background: #b80808; text-align: center; }
.xma .bd a i { float: left; width: 1.35rem; text-align: center; }

.xma .bd a:hover { background: #4070b1; }

.xmbb { position: absolute; right:0;top:0; width: 100%; height: 100%; background: rgba(43,97,169,0.9); text-align: center; }
.xmbb1 { height: 3.56rem; box-sizing: border-box; padding:1.05rem 1.02rem 0; }
.xmbb1 h2 { font-size: 0.35rem;color:#fff; font-weight: normal; }
.xmbb1 span { display: block; width: 100%; height: 1px; background: #fff; margin: 0.3rem auto; }
.xmbb1 p { font-size: 0.3rem; font-family: "Arial"; color:#fff; }
.xmbb2 { font-size: 0.18rem; text-align: justify; color:#fff; display: table-cell; padding:0.9rem 0.8rem 0; }


@media  ( max-width: 900px) {
	.xma dl dd { width: 15.8rem; }
	.xmb { width: 7.9rem; height: 5.35rem; }
	.xmb img { width: 7.9rem; height: 5.35rem; }
	.xma .hd span { font-size: 1rem; }
	.xma .hd p { font-size: 0.5rem; margin-top:-0.1rem; }
	.xma .bd p { font-size: 0.36rem; line-height: 0.5rem; }
	.xma .bd a { display: block; width: 3.8rem; height: 0.9rem; line-height:0.9rem; overflow: hidden; font-size: 0.36rem; }
	.xma .bd a span { float: right; width: 1rem; }
	.xma .bd a i { float: left; width: 2.8rem;  }
	.xmbb1 { height: 2.5rem; padding-top:0.4rem; }
	.xmbb2 { padding-top:0.2rem; }
}
@media  ( max-width: 500px) {
	.xma { padding: 0 0.3rem; }
	.xma dl dd { width: 18.6rem; }
	.xmb { width: 9.3rem; height: 6.3rem; }
	.xmb img { width: 9.3rem; height: 6.3rem; }
	.xma .hd span { display: none; }
	.xma .hd p { font-size: 0.8rem; margin-top:-0.2rem; margin-bottom:5px; height: 0.8rem; line-height: 0.8rem; }
	.xma .bd p { font-size: 0.55rem; line-height: 0.8rem; }
	.xma .bd a { display: block; width: 3.8rem; height: 0.9rem; line-height:0.9rem; overflow: hidden; font-size: 0.36rem; }
	.xma .bd a span { float: right; width: 1rem; }
	.xma .bd a i { float: left; width: 2.8rem;  }
	.xmbb1 { height: 1.4rem; }
	.xmbb1 p,.xmbb1 span { display: none; }
}


/*发展历程*/
.fza { width: 1250px; margin: 96px auto 0; }
.fzb { float: left; width: 368px; }
.fzb img { width: 100%; height: auto; }
.fzb .hd { margin-top:-4px; }
.fzb .hd span { display:  none; }
.fzb .hd ul { display: block; }
.fzb .hd ul li { width: 100%; text-align: center; height: 50px; line-height: 50px; box-sizing: border-box; margin-bottom:1px; background: #f1f1f1; font-size: 20px;color:#4a4949; cursor: pointer; }
.fzb .hd ul li a { color:#4a4949; }
.fzb .hd ul li.current,.fzb .hd ul li:hover { background: #00317e; color:#fff; }
.fzb .hd ul li.current a,.fzb .hd ul li:hover a{ color:#fff; }
.fzb1 { margin-top:55px; width: 700px; float: right; position: relative; }
.fzb1:after { content:''; width: 1px;height: 100%; background: #ddd; position: absolute; left:-70px; top:0; }
.fzb1 ul li {box-sizing: border-box; padding:30px 40px; margin-bottom:85px; border:7px solid #e7e7e7; position: relative; position: relative; }
.fzb1 ul li img { width: 100%; height: auto; }
.fzb1 ul li h2 { font-size: 38px;color:#00317e; }
.fzb1 ul li .sign { font-size: 14px;color:#4f4e4e; line-height: 28px; margin:15px 0 30px; }
.fzb1 ul li:after { content:''; width: 36px; height: 34px; position: absolute; background: url(fz3.jpg) no-repeat center; left:-36px; top:38px; }
.fzb1 ul li:before { content:''; width: 17px; height: 17px; z-index: 777; position: absolute; background: #fff; box-sizing: border-box; border:5px solid #c9c9c9; border-radius: 8px; left:-85px; top:47px; }
@media  ( max-width: 1250px) {
	.fza { width: 100%; box-sizing: border-box; padding: 0 2%; }
	.fzb { width: 20%; }
	.fzb1 { width: 70%; }
}
@media  ( max-width: 1000px) {
	.fza { width: 100%; box-sizing: border-box; padding: 0 2%; }
	.fzb .hd ul li { font-size: 16px; height: 40px; line-height: 40px; }
	.fzb1 { width: 60%; }
}
@media  ( max-width: 800px) {
	.fzb1 ul li { padding:15px 20px; margin-bottom:15px; }
	.fzb1 ul li h2 { line-height: 32px; font-size: 20px; }
	.fzb1 ul li p { margin:5px 0 10px; }
}
@media  ( max-width: 640px) {
	.fza { margin-top:15px; }
	.fzb1:after,.fzb1 ul li:after,.fzb1 ul li:before { display: none; }
	.fzb { width: 100%; }
	.fzb .hd span { display: block; font-size: 20px;color:#000; padding: 8px 0; text-align: center; background: #00317e; color:#fff; }
	.fzb .hd ul { display: none; }
	.fzb img { display: none; }
	.fzb1 { width: 100%; margin-top:20px; }
	.fzb1 ul li p { font-size: 12px;line-height: 16px; }
}


.form{margin:0 auto;}
.form dt{margin-bottom:20px;}
.form dt .text{width:100%;height:54px;background:#f2f2f2;border:0;display:block;padding-left:20px;box-sizing:border-box;}
.form dt input[type="submit"]{width:30%;height:54px;border-radius:54px;background:#e95108;color:#fff;border:0;font-size:15px;cursor:pointer;}