@charset "utf-8";
/* CSS Document */
html{font-size:20px;}
body{font-size:.8rem;color:#333;font-family:"微软雅黑";}
html,body{margin:0px;padding:0px;width:100%;height:100%;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
video,
img{border:none;max-width:100%;vertical-align: middle;}
div,ul,ol,li,dl,dt,dd,p,form,figure{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#2f2f2f;}
a:hover,
a:focus{ text-decoration:none; color:#06509A;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.relative{ position: relative; }
body .gray-bg{ background-color: #f5f5f5; }

.ellipsis{ display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.ellipsis.lc2 { -webkit-line-clamp: 2; }
.ellipsis.lc3 { -webkit-line-clamp: 3; }
.ellipsis.lc4 { -webkit-line-clamp: 4; }
.ellipsis.lc5 { -webkit-line-clamp: 5; }

.shadow { box-shadow: 0 0 20px rgba(103, 103, 103, .2); }
.hide{ display: none; }
.img-box{ line-height:normal; font-size:0; }
.ivy-flex{ display: flex; justify-content: space-between; align-items: center; }
.ivy-flex.stretch{ align-items:stretch; }

* .pc-used{ display: block!important; }
* .m-used{ display: none!important; }

body{ background-color: #ffffff; }
.wrap{ width:100%; padding:0 15px; max-width:1440px; margin: auto; }
.auto_1200{max-width: 1200px;}
.top-bar{ width:100%; background: #ffffff; }
.red{ color: red; }

/** 手机菜单按钮 */
.menu-button { display: none; padding-left: 15px; border-radius: 5px; }
.menu-button button { display: block; background: none; overflow: hidden; cursor: pointer; z-index: 1000; border: 0; width: 32px; height: 30px; padding: 0; outline: 0; position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span { background: #0e71e9; border-radius: 2px; }
.menu-button button::before,
.menu-button button::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}
.menu-button button span { display: block; position: absolute; height: 2px; width: 80%; left: 0; top: 50%; margin-top: 0; overflow: hidden; text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span { opacity: 0; background: #fff; }
.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}
.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}
.logo-box{ width:230px; }
.logo-box img{ display: block; }

/** 搜索 */
.search-box{ width:130px; border: 1px solid #CCCCCC; border-radius: 20px; position:relative; padding-right:20px; }
.search-box input{ width:100%; height:40px; border:none; background:transparent; padding:5px 10px; font-size:.7rem; }
.search-box button{ position: absolute; right:0; top:0; height:100%; width:auto; background:transparent; border:none; }


/** 导航菜单 */
.nav{ width:calc(100% - 360px); padding-right:20px; }
.nav ul{ float:right; margin-left:-30px; }
.nav ul li { float: left; width: auto; padding-left:30px; display: block; position: relative; }
.nav ul li .tit{ text-align: center; font-size: .9rem; font-weight: 400; display: block; line-height: 100px; }
.nav ul li.on .tit,
.nav ul li:hover .tit{ color: #0057B8; }

.nav ul li .child { display: none; background-color: #fff; position: absolute; top:100px; left:0; right: 0; text-align: center;z-index: 999;width: 140%;border-top: 2px solid #0057B8; }
.nav ul li .child a{ display: block; line-height: 1.75; font-size: .8rem; color: #333; padding: 10px 0; border-bottom: 1px solid #f5f5f5; margin: 0 15px; }
.nav ul li .child a:last-child{ border-bottom: none; }
.nav ul li .child a:hover{ color:#0057B8; }

.banner-box .swiper-button-prev{background-image: url(../img/icon-left.png); background-color: rgba(0,0,0,.5); padding:50px 28px; background-repeat: no-repeat; background-position: center;background-size: 20px 38px; left: 5%; top: calc(50% - 24px);}
.banner-box .swiper-button-next{background-image: url(../img/icon-right.png); background-color: rgba(0,0,0,.5); padding:50px 28px; background-repeat: no-repeat; background-position: center;background-size: 20px 38px; right: 5%; top: calc(50% - 24px);}


/** 底部样式 */
footer{ background: #1f4886; padding: 70px 0 0 0; }

.botnav-bar{ display: flex; justify-content: space-between; align-items: stretch; padding-bottom:30px; }
.botnav-bar dl{position: relative; }
.botnav-bar dl::after { content: ""; width: 1px; height: 100%; border-right: 1px dotted #fff; position: absolute; top: 0; right: 40px; }
.botnav-bar dl{ width:25%; }
.botnav-bar dl.bot-contact{ width:26%;padding-right: 50px; }
.botnav-bar dl.bot-follow{ width:14%; }
/* .botnav-bar dl:last-child{ padding-right: 50px; } */
.botnav-bar dl:last-child::after{ display:none; }

.botnav-bar dl dt { color: #fff; font-size: 1rem; margin-bottom: 10px; font-weight: bold; }
.botnav-bar dl dt i { font-size: .7rem; font-weight: normal; }
.botnav-bar dl dd { line-height: 2; }
.botnav-bar dl dd a{ color:#fff; }

.bot-follow{ text-align:center; }
.bot-follow .ewm img{ padding: 10px; border: 1px solid #fff; }
.bot-follow .ewm span{ display:block; line-height:1.5; color:#fff; padding-top:10px; }

.bot-contact dd{ position:relative; padding-left:36px; color:#fff; }
.bot-contact dd i { position:absolute; left:0; top:3px; display: block; width: 26px; height: 26px; border-radius: 50%; background-color: rgb(255, 255, 255, .5); text-align: center; line-height: 26px; }

.links-bar{ padding: 10px 0; border-top: 1px solid #ccc; }
.links-bar span{ display:inline-block; color: #fff; }
.links-bar a { display:inline-block; color: #fff; margin-right: 15px; }

.copyright{ text-align: center; line-height: 1.75; border-top:1px solid #fff; padding:10px 0; color:#fff; }
.copyright a{ color:#aaa; }


/** 首页 */
.work-style { width: 100%; position: relative; z-index: 9; }
.work-style ul { width: 100%; display: flex; flex-direction: row; justify-content: space-around; position: absolute; top:-85px;/* transform: translateY(-85px);*/ z-index: 99999; flex-wrap: wrap; }
.work-style ul li { width: 22%; height: 85px; text-align: center; line-height: 85px; background: rgba(41, 64, 144, .7); display: flex; justify-content: center; align-items: center; }
.work-style ul li b { font-size: 2.5rem; font-family: "arial black"; font-weight: bold; color: #fff; }
.work-style ul li i {    font-size: 22px;color: #fff;margin-top: -30px;}
.work-style ul li span { font-size: 1rem; color: #fff; margin-left: 5px; }

.work-center { padding: 60px 0 0 0; text-align: center; }
.work-center h1 { font-size: 3.4rem; color: #155BF4; text-align: center;font-weight: bold; }
.work-center h3 { display: inline-block; font-size: 2.8rem; color: #fff; font-weight: normal; text-align: center; background:url(../img/tx.png) no-repeat center center; background-size: 100% 100%; padding: 10px 70px; letter-spacing: 10px; margin-top: 20px; }
.work-center p { font-size: 1.6rem; color: #5f616d; margin-top: 20px; line-height:2; }

.spd-ruanjian { width: 100%; background: url(../img/xian.jpg) no-repeat center center; background-size: 100% auto; min-height: 405px;margin-top: -30px; }
.spd-list { position: relative; }
.spd-list li { width: 135px; position: absolute;text-align: center; }
.spd-list li span {display: inline-block;width: 100px;height: 100px;border-radius: 50%;background: #bdddfe;text-align: center;margin: auto;}
.spd-list li i {display: inline-block;width: 84px;height: 84px;border-radius: 50%;background: linear-gradient(to bottom,#37abec,#2465f5);margin-top: 8px; }
.spd-list li i img { width: 50px; display: block; margin: auto; margin-top: 15px; }
.spd-list li em { display: block; font-size: 1.1rem; color: #248efb; text-align: center; margin-top: 15px; }
.spd-list li p { display: block; color: #999; text-align: center; margin-top: 5px; }
.spd-list li:first-child { top: 80px; left: 8%; }
.spd-list li:nth-child(2) { top: 180px; left: 25%; }
.spd-list li:nth-child(3) { top: 80px; left: 45%; }
.spd-list li:nth-child(4) { top: 220px; left: 67%; }
.spd-list li:nth-child(5) { top: 80px; left: 88%; }
.spd-list li.morebox{ display:none; }
.spd-list li:hover span {background: #fee4b4;}
.spd-list li:hover i {background: linear-gradient(to bottom,#fba708,#f7810c);}

.market-maps{ background:url(../img/market-maps-bg.jpg) no-repeat center center;text-align:center;background-size: 100% 100%;position: relative;margin-top: 50px;}
.market-maps h2 {    position: absolute; top: 8%;left: 10%;font-size: 2.5rem;color: #fff;}
.market-maps h2 span {color: #A8F1F9;}
.earthmap img {transform: translateY(7%);}

/** 首页 案例 */
.inx-case{ width: 100%; background: url(../img/hmc4bg.jpg) no-repeat center center; background-size: cover; position:relative; }
.inx-case .title-s1 { font-size: 50px; color: #333333; position:absolute; top:60px; width:100%; left:0; }

.inx-case .bg-img ul li { display: flex; position:relative; padding-bottom:150px; }
.inx-case .bg-img ul li .case-left { margin-top: 150px;/* width:50%;*/ height:280px; padding-right: 815px; }
.inx-case .bg-img ul li .case-left .btn-view { display: inline-block; font-size: 1rem; color: #076DEB; border: 1px solid #076DEB; border-radius: 6px; padding:15px 30px; }
.inx-case .bg-img ul li .case-left .btn-view:hover { background-color: #076DEB; color: #fff; }
.inx-case .bg-img h4 { font-size: 1.5rem; color: #076DEB; }
.inx-case .bg-img p { font-size: .9rem; color: #999; line-height: 35px; text-indent: 2em; margin: 25px 0 45px 0; }

.inx-case .case-img{ position:absolute; top:0; right:0; bottom:0; overflow:hidden; }
.inx-case .case-img img{ min-height:100%; max-width:none; }

.case-logo-box{ position:absolute; bottom: 50px; left:0; width:100%; }
.case-logo-box .wrap{ max-width:1200px; }
.case-logo-box .case-logo-slider{ margin-bottom:0; margin-right:100px; border-radius: 10px; }
.case-logo-box .case-logo-slider li { border-right: 2px solid #e9e9e9; text-align: center; background: #fff; padding:10px; }

.case-logo-box .case-logo-slider .slick-prev{ opacity:0; }
.case-logo-box .case-logo-slider .slick-next{ width: 90px; background: #076DEB url(../img/back.png) center center no-repeat; top:0; height:100%; right:-90px; margin-top:0; border-radius: 0 10px 10px 0; }
.case-logo-box .case-logo-slider .slick-next:before{ display:none; }
.case-logo-box .case-logo-slider .slick-list{ border-radius: 10px 0 0 10px; }

/** 首页 新闻 */
.inx-news{ padding: 100px 0 80px 0; background: url(../img/line-1.png) no-repeat center center; }
.title-s2{ margin-bottom:50px; }
.title-s2 h3{ font-size: 2.5rem; color: #333; text-align: center; margin-bottom: 20px; font-weight:700; }
.title-s2 h3 span { color: #076DEB; }
.title-s2 p { font-size: .9rem; color: #333; text-align: center; }

.list-box .newimg { float: left; width:630px; }
.list-box ul { float: right; width: calc(100% - 700px); }
.list-box ul li { overflow: hidden; padding: 25px 0; border-bottom: 1px solid #ccc; }
.list-box ul li:first-child { padding-top: 0; }
.list-box ul li:last-child { border: none; }
.list-box ul li .img-box { float: left; width: 200px; }
.list-box ul li .txt-box { float: right; width: calc(100% - 230px); }
.list-box ul li .txt-box em { display: block; font-size: 1rem; color: #333; font-weight: bold; margin-bottom: 20px; }
.list-box ul li .txt-box em:hover {color: #076DEB;}
.list-box ul li .txt-box p{ display: -webkit-box; display: box; overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
	color: #999;
}
.list-box ul li .txt-box span { display: block; text-align: right; color: #999; }

.video-box{ position:relative; }
.video-box a{ display:block; }
.video-box img{ width:100%; }
.video-box .iconfont{ font-size: 3rem; color: #ffffff; position: absolute; top:50%; left:50%; display: inline-block; transform: translate(-50%, -50%); }
.video-box a:hover .iconfont{ color:#d2241d; }



/** 内页位置 子栏目 */
.tab-list { padding: 20px 0; text-align: center; }
.tab-list a { display: inline-block; font-size: .9rem; color: #333; padding:15px 40px; border-radius: 5px; }
.tab-list a.active { background-color: #06509a; color: #fff; }


/** 内页内容 */
.solution-section{background: #fdfdfd;overflow: hidden;margin-bottom: 15px;}
.solution-section .ss-title { display:block; color: #333; margin: 0; font-size: .9rem; margin-bottom: 20px; font-weight:700; }
.solution-section .ss-content {float: left;width:calc(100% - 755px);margin: 60px 0 0 50px;}
.solution-section .ss-content p {color: #666;line-height: 26px;margin-bottom: 50px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;;}
.solution-section.black .ss-title { color: #000; text-align: right; }
.solution-section.black .ss-content { color: #333; text-align: right; }
.solution-section .ss-img {float: right;width:545px;}
.ss-content .ss-xq {display: inline-block;width: 140px;height: 45px;border: 1px solid #06509a;text-align: center;line-height: 45px;font-size: .8rem;color: #666;}
.ss-content .ss-xq:hover {background: #06509a;color: #fff;}
.solution-section .fr {float: right!important;margin-right: 50px;}
.solution-section .fl {float: left!important;}

.yung-list { display: flex; padding-left:60px; padding-top:30px; }
.yung-list .item { float: left; flex: 1; width: 33.33%; }
.yung-list .item span { display: block; width: 100px; height: 100px; border-radius: 50%; background-color: #fff; font-size: .8rem; color: #333; font-weight: bold; text-align: center; line-height: 100px; margin: 20px 0; }
.yung-list .item p { color: #fff; position: relative; margin: 0; height: auto; overflow: inherit; margin-bottom: 5px; }
.yung-list .item p::before { content: ""; position: absolute; left: -25px; top: 12px; width: 16px; height: 2px; background-color: #589cce; }


.container{ padding: 50px 0; background-color: #ffffff; }

.product-list{ border-radius: 20px; background: #FBFBFB; padding: 45px; }
.product-list ul{ float: left; width: 55%; }
.product-list ul li{ padding-bottom:45px; border-bottom: 1px dotted #707070; margin-bottom:45px; }
.product-list ul li:first-child{ display:none; }
.product-list ul li:last-child{ margin-bottom:0; padding-bottom:0; border-bottom: none; }
.product-list ul li .img-box { float: left; width: 40%; }
.product-list ul li .txt-box { float: right; width: 55%; }
.product-list ul li .txt-box time { display: block; font-size: .7rem; color: #999; margin-bottom: 20px; }
.product-list ul li .txt-box em { font-size: .9rem; color: #333; margin-bottom: 30px;display: -webkit-box; display: box;/*   white-space: nowrap; text-overflow: ellipsis; overflow: hidden; */ }
.product-list ul li .txt-box span { display:block; color: #999; background: url(../img/xq-h.png) right center no-repeat; padding-right: 35px; }
.product-list ul li a:hover  .txt-box em{ color: #06509A; }
.product-list ul li a:hover  .txt-box span { color: #06509A; background: url(../img/xq-l.png) right center no-repeat; }

.product-list .one { float: right; width: 40%; }
.product-list .one time { display: block; margin: 25px 0; font-size: .7rem; color: #999; }
.product-list .one em { display:block; color: #333; margin-bottom: 35px; }
.product-list .one p { color: #707070; line-height: 1.75; display: -webkit-box; display: box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-list .one span { display: block; background: #F2EEE7; height:50px; line-height:50px; border-radius: 50px; text-align: center; font-size: 1rem; color: #070707; float: right; margin-top: 40px; padding:0 40px; }
.product-list .one a:hover span { background-color: #06509A; color: #fff; }

.product-container {background: #fefefe;}
.details-center {background: #fff;padding: 0 60px 20px 60px;}
.zhineng-detailstop {overflow: hidden;}
.zhileft {float: left;width: 500px;margin-bottom: 7%;}
.details-img {float: right;width:450px;}
.zhineng-title {margin-top: -7%;}
.zhileft span {display:inline-block;font-size: 16px;color: #06509a;}
.details-right .zhineng-detailstop {background: url(../img/zb.png) no-repeat center center;background-size: 100%;padding-top: 40px;}
.details-right .details-img {float: left;}
.details-right .zhileft {float: right;padding-right: 10px;}
.zhineng-detailstop h3 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 10px;
}
.zhineng-detailstop p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 30px;
}
.details-tips {
	overflow: hidden;
	/* border-bottom: 1px solid #e4eaec; */
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.details-tips li {
	float: left;
	font-size: 14px;
	color: #76838f;
	padding: 10px 20px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.details-tips li.active {
	color: #06509a;
	border-bottom: 2px solid #06509a;
}
.details-tips li:hover {
	border-bottom: 2px solid #ccd5db;
}
.tips-center h4 {
	font-size: 24px;
	color: #37474f;
	margin: 10px 0;
}
.tips-center p {
	font-size: 16px;
	color: #2a333c;
	line-height: 1.8;
/*	text-indent: 2em;*/
}
.details-right .details-tips {
	display: flex;
	direction: rtl;
}
.details-right .tips-center {
	text-align: right;
}

.title-s3{ padding-bottom:50px; }
.title-s3 h3 { font-size: 30px; color: #06509a; text-align: center; margin: 0 0 10px 0; font-weight:700; }
.title-s3 span { display:block; font-size: .7rem; color: #d2d2d2; text-align: center; }

.zhaop-list {
	width: 100%;
	max-width: 1440px;
	text-align: center;
}
.zhaop-list ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.zhaop-list li {
	font-size: 16px;
	color: #666;
	float: left;
	margin: 0 25px;
}
.zhaop-list li.active {
	color: #06509a;
}



/* 客户案例 */
.case-list ul{ margin-left:-50px; margin-top:-30px; }
.case-list ul li { float: left; width: 33.33%; padding-left:50px; padding-top:30px; }
.case-list ul li a { display: block; position: relative; }
.case-list ul li .img-box img{ width:100%; }
.case-list ul li h3,
.case-list ul li h5 { margin: 0; text-align: center; font-size: .9rem; color: #474747; }
.case-list ul li h3 { border: 1px solid #e8e8e8; border-top-width: 3px; border-top-color: #f4f4f4; padding: 10px; line-height: 40px; position: relative; }
.case-list ul li .hover { opacity: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; background: rgba(12, 80, 150, 0.75); z-index: 10; transition: 0.3s; color: #fff; }
.case-list ul li a:hover .hover { opacity: 1; }
.case-list ul li aside { position: absolute; left: 10%; width: 80%; top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.case-list ul li .hover .clogo-box { border-radius: 50%; width: 100px; height: 100px; margin:auto; overflow:hidden; background-color:#fff; display:flex; align-items:center; }
.case-list ul li .hover .clogo-box img{ width:100%; }
.case-list ul li .hover h5 { color: #fff; margin-top: 10px; max-height: 44px; }
.case-list ul li .hover i { display: block; height: 2px; background: #fff; width: 30px; margin: 10px auto; }
.case-list ul li .hover p { font-size: .6rem; line-height: 1.75; margin: 0; max-height: 60px; overflow: hidden; }
/* 新闻 */
.news-list ul li { background: #fff; margin-bottom: 30px; }
.news-list ul li a { display:block; border-left: 4px solid #06509A; }
.news-list ul li h3 { display:block; font-size: 20px; color: #000; font-weight:700; margin-bottom: 15px; }
.news-list ul li time { display:inline-block; color: #7d7d7d; }
.news-list ul li p { line-height: 1.75; color: #7d7d7d; margin: 15px 0 25px 0; font-size:.7rem; }
.news-list ul li:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.news-list ul li .img-box { width:320px; float:right; }
.news-list ul li .img-box img{ width:100%; }
.news-list ul li .txt-box { width:calc(100% - 320px); float:left; padding:25px 25px 25px 50px; }
.news-list ul li .txt-box span { display:inline-block; padding:10px 35px; border: 1px solid #06509A; border-radius: 5px; color:#06509A; }
.news-list ul li a:hover .txt-box span { background: #06509a; color: #fff; }

.contact-box{ display: flex; align-items: center; justify-content: space-between; }
.contact-box .txt-box { width: 50%; }
.contact-box .txt-box p {font-size: .9rem; margin-bottom: 20px;}
.contact-box .txt-box p span {margin-left: 20px;font-size: .9rem;}
.contact-box .img-box { width: 50%; padding-left:30px; }

/** 招聘 */
.jobs-list { border: 1px solid #e8e8e8; padding: 0 35px; margin-bottom: 15px; }
.jobs-list .job-name { padding: 15px 0; cursor: pointer; position: relative; }
.jobs-list .job-name i { position: absolute; width: 22px; height: 22px; background: #06509a; border-radius: 50%; right: 0; top: 50%; margin-top: -11px; }
.jobs-list .job-name i::before,
.jobs-list .job-name i::after { position: absolute; content: ''; background: #fff; }
.jobs-list .job-name i::before { left: 20%; width: 60%; height: 2px; top: 50%; margin-top: -1px; }
.jobs-list .job-name i::after { left: 50%; margin-left: -1px; width: 2px; top: 20%; height: 60%; }
.jobs-list .job-name.select i::after { display: none; }
.jobs-list .job-name.select { color: #06509a; }
.jobs-list .job-info { display: none; padding: 25px 0; border-top: 1px dotted #e5e5e5; line-height:2; color:#666; }
.jobs-list .job-info label{ color: #333; font-weight:700; }
.jobs-list .job-info .btn-apply { display: inline-block; background-color: #06509a; color: #fff; text-align: center; margin-top: 20px; padding:10px 25px; }

/** 应聘页 */
.resume dl dt { margin: 0 0 20px; color: #06509a; font-size: .9rem; line-height: 2; }
.resume dd ul{ margin-left: -20px; }
.resume dd li { float: left; width:33.33%; padding-left: 20px; margin-bottom: 20px; position: relative; }
.resume dd .select-li select { color: #999; width: 100%; line-height: 46px; height: 46px; border: 1px solid #dadada; }
.resume dd .select-li select option { line-height: 46px; color: #999; }

.resume dd .education li { width: 18.4%; list-style: none; }
.resume dd .education li:nth-child(3n) { margin-right: 2% }
.resume dd .education li:nth-child(5n) { margin-right: 0 }
.resume dd li:nth-child(3n) { margin-right: 0; }
.resume dd .text { border: 1px solid #dadada; line-height: 2; height: 46px; width: 100%; background: #fff; padding: 10px; }
.resume dd li label { position: absolute; left: 5px; top: 0; line-height: 46px; }
.resume dd li .form_err { position: absolute; right: 5px; top: 50%; color: #f00; line-height: 20px; margin-top: -10px; }
.resume dd textarea.text { height: 220px; }
.resume dl:nth-child(4) dd textarea.text { height: 100px; }
.resume .education input { width: calc(100%/4 - 20px); background: #fefefe; margin-right: 20px; line-height: 46px; height: 46px; border: 1px solid #dadada; padding: 0 10px; }
.resume .education input:last-child { margin-right: 0 }

.resume .job input { width: calc(25% - 20px); background: #fefefe; margin-right: 20px; line-height: 46px; height: 46px; border: 1px solid #dadada; padding: 0 10px; }
.resume .job input:last-child { margin-right: 0 }
.resume .btn{ margin-top: 40px; width: 100%; max-width:320px; padding:15px 30px; background-color: #06509a; border-radius: 5px; color: #fff; margin-top: 20px; border: none; font-size:.9rem; }


/** 合作伙伴 */
.product-advantage { padding: 90px 0; background: url(../img/cpys-bn.jpg) no-repeat center center; background-size: cover; }

.title-s4{ margin-bottom: 60px; }
.title-s4 h3 { font-size: 1.9rem; color: #333; text-align: center; margin-bottom: 50px; position: relative; font-weight:700; }
.title-s4 h3::after { content: ""; width: 1.5em; height: 5px; background: #589cce; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); }
.title-s4 span { display:block; color: #666; text-align: center; }


.product-advantage-list ul li { text-align: center; width:33.33%; float:left; }
.product-advantage-list ul li i { display: inline-block; width: 95px; height: 95px; font-size: 1.8rem; color: #fff; background: #589cce; border-radius: 50px; text-align: center; line-height: 95px; }
.product-advantage-list ul li h4 { font-size: 1.3rem; color: #589cce; margin: 25px 0 30px 0; font-weight:700; }
.product-advantage-list ul li p { display:block; width: 100%; max-width:320px; margin:auto; color: #333; line-height: 2; }

.cooperation-advantage{ padding: 90px 0; background: #f8f8f8; }
.cooperation-advantage-list ul { margin-left:-100px; }
.cooperation-advantage-list ul li{ float:left; width:33.33%; padding-left:100px; }
.cooperation-advantage-list ul li a{ display:block; position: relative; padding-bottom: 280px; }
.cooperation-advantage-list ul li .img-box img{ width:100%; }
.cooperation-advantage-list ul li .txt-box { background-color: #fff; bottom: 0; height: 280px; padding: 0 25px; transition: 0.3s; position: absolute; width:100%; }
.cooperation-advantage-list ul li .txt-box:before { position: absolute; content: ''; width: 24px; height: 24px; top:-12px; left: 50%; margin-left: -12px; }
.cooperation-advantage-list ul li aside { position: absolute; top: 0; left: 50%; margin-top: -50px; z-index: 10; width: 100px; height: 100px; margin-left: -50px; text-align: center; border-radius: 50%; background-color: #fff; overflow: hidden; transition: 0.3s; }
.cooperation-advantage-list ul li aside img { width: 50%; height: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.cooperation-advantage-list ul li aside img.hover { display: none; }
.cooperation-advantage-list ul li .txt-box h5 { margin: 0 0 15px 0; text-align: center; padding-top: 70px; font-weight:700; }
.cooperation-advantage-list ul li .txt-box p { line-height:1.75; font-size:.7rem; }

.cooperation-advantage-list ul li i { display: inline-block; width: 25px; height: 25px; background: #fff; border-radius: 100%; text-align: center; color: #fff; line-height: 25px; font-weight: bold; position: absolute; left: 50%; bottom: 20px; display: none; }
.cooperation-advantage-list ul li:hover .txt-box { color: #fff; background: #006cba; bottom:0; height: 320px; }
.cooperation-advantage-list ul li:hover i { background: #fff; display: block; color: #006cba; bottom: 25px; transition: 0.3s; }
.cooperation-advantage-list ul li:hover aside { background: #006cba; }
.cooperation-advantage-list ul li:hover aside img { display: none; }
.cooperation-advantage-list ul li:hover aside img.hover { display: block; }

.cooperation-method { padding: 80px 0 120px 0; background: url(../img/hzfs-bn.jpg) no-repeat center center; background-size: cover; }
.cooperation-method-list ul { margin-left:-80px; }
.cooperation-method-list ul li { float: left; width: 50%; padding-left:80px; }
.cooperation-method-list ul li .box{ border-radius: 5px; background: #fff; overflow:hidden; }
.cooperation-method-list ul li .box:hover {box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);}
.cooperation-method-list ul li .img-box { width: 40%; float: left; }
.cooperation-method-list ul li .txt-box { width: 60%; float: left; padding:30px; }
.cooperation-method-list ul li .txt-box h4 { font-size: 1.2rem; color: #333; margin: 45px 0 20px 0; }
.cooperation-method-list ul li .txt-box p { font-size: .8rem; color: #999; line-height: 1.75; }

.process-list ul{ margin-bottom: 190px; }
.process-list ul li { position: relative; width:14.28%; float:left; }
.process-list ul li p { font-size: .9rem; color: #3f3b3a; margin-bottom: 0; }
.process-list ul li img { width: 40%; }
.process-list ul li .num { position: absolute; left: 0; top: 150px; color: rgba(3, 110, 184, 0.19); font-family: Arial, Helvetica, sans-serif; font-size: 60px; border-top: 1px solid rgba(3, 110, 184, 0.3); padding-top: 20px; width: 100%; }
.process-list ul li .num::before { position: absolute; content: ''; width: 17px; height: 17px; border-radius: 50%; background: #5299cc; left: 0; top: -8px; }
.process-list ul li:last-child .num { border-top:none; }

/** 关于我们 */
.title-s5 { margin-bottom: 20px; }
.title-s5:after { display: block; content: ''; width: 20px; height: 2px; background: #06509a; margin-top: 20px; }
.title-s5 h3 { font-size: 1.5rem; color: #06509a; padding-bottom: 10px; font-weight: bold; }
.title-s5 span { font-family: 'bebas-neue'; color: #d2d2d2; letter-spacing: 2px; }

.about-box{ padding-left:260px; position:relative; }
.about-pic{ position: absolute;left: 0;top: 0;/* transform: translateY(-50%); */height: 100%;width: 670px;}
.about-pic img {height: 100%;width: 100%;}
.about-pic time { display: none; bottom: 0; text-align: right; position: absolute; right: 0; background: rgba(64, 113, 162, 0.64); color: #fff; padding: 26px 50px 26px 26px; }
.about-pic time span { display: block; margin-bottom: 5px; font-family: 'DIN-Medium'; font-size: 3.6rem; line-height: 1; }
.about-pic time span:before { display: inline-block; height: 2px; background: #fff; content: ''; width: 16px; vertical-align: bottom; margin-right: 5px; }
.about-txt{ background-color:#fff; padding:40px 20px 0px 440px; min-height:600px; }
.about-txt .d-info { line-height: 2; color: #7d7d7d; }
.about-txt .d-info p { margin: 0 0 35px 0; }

.history-box { background: url(../img/fz-bg.jpg) no-repeat center center; padding: 40px 0;background-size: cover; }
.history-box .history-time { border-right: 1px solid #efefef; position: relative; padding: 3vw 0; float: left; width: 25%;overflow: hidden; }
.history-box .history-time .slick-slider{ margin-bottom:0; }
.history-box .history-time ul li { padding-right: 3vw; text-align: center; }
.history-box .history-time .slick-arrow { position: absolute; font-size: 0; border: 0; border-bottom: 1px solid #efefef; cursor: pointer; padding: 0; z-index: 10; width: 96%; right: 0; top: 25%;left:0; height: 0; line-height:0; }
.history-box .history-time .slick-arrow:before { position: absolute; content: ''; width: 25px; height: 25px; background: url(../img/btn-prev.png) no-repeat center center; left: 43%; top: 50%; margin: -25px 0 0 -12px; }
.history-box .history-time .slick-prev { margin-top: -65px; }
.history-box .history-time .slick-next { margin-top: 290px; }
.history-img {float: left;
    width: 50%;
    /* margin-right: 5%; */
    /* position: absolute;
    top: 0;
    left: 0; */
}

.history-wenzi {
	float: right;
	width: 48%;
	/* padding-left: 5%; */
}
.history-box .history-time .slick-next:before {
	margin: 0 0 -25px -12px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.history-box .history-time .slick-arrow:hover:before{ background:url(../img/btn-prev-hover.png) no-repeat center center; }

.history-box .history-time li { line-height: 120px; font-size: 18px; color: #ccc; font-weight: 100; }
.history-box .history-time li span { font-family: "DINPro-Regular"; font-size: 34px; margin-right: 10px; }
.history-box .history-time li.slick-center { color: #666; }

.history-box .history-event { float: right; width: 70%;margin-top: 50px; }
.history-box .history-event .box { line-height: 2;background: rgb(215 240 255 / 50%);}
.history-box .history-event .year { font-family: "DINBold"; color: #ea5432; font-size: 42px; line-height: normal; }
.history-box .history-event .desc { line-height: 1.75; color: #333; margin: 5px 0;font-size: .9rem; }
.history-box .history-event .info { line-height: 2.2; color: #666; font-size:.8rem; }
/* .history-box .history-event .pic{ margin-top:15px; } */
.history-pic {overflow: hidden;}

.qywh-wrap {background:url(../img/gywh-bg.jpg) no-repeat center center;}

.honor-list ul{ margin-left:-30px; margin-top:-50px; }
.honor-list ul li{ float: left; width: 25%; padding-left:30px; padding-top:50px; }
.honor-list ul li figure { padding-bottom: 55%; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.honor-list ul li .tit { margin-top: 15px; padding: 0 15px; text-align: center; }
.honor-list ul li .tit h3{ display: block; line-height: 2; }

.morebox{ text-align: center; padding-top: 20px; padding-bottom: 40px; }
.btn-more{ display: inline-block; line-height: normal; padding: 15px 40px; text-align: center; margin-top: 20px; border:2px solid #06509a; }
.btn-more:hover{ color: #fff; background-color:#06509a; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.culture-list ul{ margin-left:-120px; }
.culture-list ul li{ float:left; width:33.33%; padding-left:120px; position:relative;min-height: 425px;}
.culture-list ul li .inner{ padding:60px; background-color:#fff; text-align:center;min-height: 425px;transition: all .5s;box-shadow: -3px -2px 10px #999; }
.culture-list ul li .inner:hover {transform: scale(1.1,1.1);transition: all .5s;}
.culture-list ul li .inner .name em { display:block; font-family: 'SourceHanSansCN-Bold'; font-size: .9rem; color: #000000; line-height: 1.5; }
.culture-list ul li .inner .name span { font-size: .7rem; color: #999999; line-height: 2; font-weight:normal; }
.culture-list ul li .inner .icon { padding: 35px 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.2); margin-bottom: 35px; }
.culture-list ul li .inner .icon img {width: 60px;}
.culture-list ul li .inner dl dd { font-size: .7rem; color: #999999; line-height: 2; }
.culture-list ul li .mark{ position:absolute; left:60px; top:50%; transform: translateX(-50%); }
.culture-list ul li .mark .icon{ display: block; margin: 0 auto; width: 20px; height: 20px; background-color: #06509a; border-radius: 50%; position: relative; }
.culture-list ul li .mark .icon:before,
.culture-list ul li .mark .icon:after { position: absolute; content: ''; background-color: #000; }
.culture-list ul li .mark .icon:before { left: 50%; margin-left: -1px; width: 2px; top: -5px; bottom: -5px; }
.culture-list ul li .mark .icon:after { top: 50%; margin-top: -1px; height: 2px; left: -5px; right: -5px; }

/** 信息详情 */
/* .detail-box{ width:100%; max-width:760px; margin:auto; } */

.view-title{ font-size: 1rem; text-align:center; margin-bottom: 20px; }
.view-element{ color:#666; border-bottom: 1px dotted #cecece; padding: 15px 0; margin-bottom: 20px; text-align: center; }
.view-element .view-attr{ display: inline-block; color: #c8c8c8; }
.view-element .view-attr span{ display: inline-block; margin-left: 10px; }
.view-element .view-attr span:first-child{ margin-left: 0; }
.view-element .bshare-custom{ display:inline-block; font-size:.7rem; margin-left: 10px; color: #c8c8c8; }
/*.view-element .bshare-custom a{ display:inline-block; background: url(../img/share-icon.png) no-repeat; padding-left: 25px; line-height: 24px; height: 24px; }
.view-element .bshare-custom .bshare-more { display: none; }
.view-element .bshare-custom .bshare-sinaminiblog { background-position: 0 -98px; }
.view-element .bshare-custom .bshare-weixin{ background-position:0 -162px; }
.view-element .bshare-custom .bshare-qzone { background-position: 0 -47px; }
.view-element .bshare-custom .bshare-qqim{ background-position: 0 -260px; }*/
.bsBox{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }

.view-fields p{ line-height: 2; color: #666; }

.view-content{ line-height:2; padding: 15px 0; }
.view-content p{ margin-bottom: 5px; }

.view-assoc{ background-color: #f5f5f5; border:1px solid #ddd; margin-top:50px; }
.view-assoc .prev{ float: left; padding:10px 15px; position: relative; width: 50%; }
.view-assoc .next{ float: right; padding:10px 15px; position: relative; width: 50%; }

.detail-container {background:#f5f5f5;}
.detail-wrap {overflow: hidden;max-width: 1200px;}
.detail-wrap .detail-left {float: left;width: 72%;padding-right: 15px;}
.detail-wrap .detail-box { padding: 45px 30px 35px;background:#fff;}
.detail-wrap .detail-right {float: right;width: 28%;}
.detail-right .m3gkk_ra {
    display: block;
    height: 415px;
    background: url(../img/xw-r.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0.4em;
    box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.detail-right .m3gkk_ra img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 72%;
    max-height: 72%;
    width: auto;
    height: auto;
}
.detail-right .m3gkk_ra strong {
    background: rgba(0,0,0,0.3);
    line-height: 58px;
    height: 58px;
    padding: 0 25px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.detail-right .m3nRsx {
    background: #fff;
    padding: 36px 18px 0;
    margin-bottom: 22px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    border-radius: 0.4em;
}
.detail-right .m3nrt {
    line-height: 26px;
    height: 26px;
    /* border-left: 2px solid #0e71e9; */
    margin-left: -18px;
    padding-left: 18px;
    font-size: 18px;
    letter-spacing: 1px;
	position: relative;
}
.detail-right .m3nrt::before {
	content: "";
	width: 25px;
	height: 2px;
	background: #06509a;
	position: absolute;
	bottom: -10px;
	left: 20px;
}

.detail-right .m3nrul2 {
    margin-top: 15px;
}
.detail-right .m3nrul li {
    line-height: 54px;
    height: 55px;
    border-bottom: 1px dashed #D5D5D5;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}
.detail-right .m3nrul li:before {
    content: "";
    background: #CCCCCC;
    height: 6px;
    width: 6px;
    margin-top: -3px;
    position: absolute;
    left: 8px;
    top: 50%;
}
.detail-right .m3nrul li:last-child {
    border: none;
}
.detail-right .m3nRsx {
    background: #fff;
    padding: 36px 18px 0;
    margin-bottom: 22px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    border-radius: 0.4em;
}
.detail-right .m3nrTag {
    padding-bottom: 26px;
    margin-top: 30px;
}
.detail-right .m3n_tga {
    display: inline-block;
    font-size: 14px;
    color: #6d6d6d;
    background: #EDF0F2;
    padding: 0px 15px;
    line-height: 34px;
    margin-right: 12px;
    border-radius: 0.3em;
    margin-bottom: 12px;
}
.detail-right .m3n_tga:hover {
	background: #06509a;
	color: #fff;
}

.zhineng-wrap .case-list ul li a {
	border: 1px solid #e8e8e8;
}
.zhineng-wrap .case-list ul li h3 {
	border: 0;
}
.zhineng-wrap .case-list ul li a:hover {
	border: 1px solid #06509a;
}
.zhineng-wrap .case-list ul li a:hover h3 {
	color: #06509a;
}

/** 案例详情 */
.view-section{ border: solid 1px #f2f2f2; margin-bottom: 50px; padding:30px; display:flex; align-items:stretch; }
.view-pictures{ width: 50%; padding-right:50px; }
.view-pictures .slick-slider{ margin-bottom: 0; }
.view-summary{ width: 50%; }
.view-summary h3{ font-size: 1.3rem; color: #333; margin-bottom: 15px;text-align:center; }
.view-summary i{ width: 15px; height: 2px; background-color: #06509a; display: block; margin: 0 auto; }
.view-summary p{ margin-top: 20px; line-height:2; }

.view-pictures .slick-slider .slick-dots li.slick-active button:before { opacity: 0.75; color: #06509a; }


/** 分页样式 */
.pager{ text-align:center; margin-top:30px; margin-bottom:30px; }
.pager span,
.pager a,.pager strong{ display: inline-block;padding:15px 15px; margin:0 10px; color:#333;background: #fff; }
.pager span{ background:#fff; color:#333;padding: 15px 30px; }
.pager a:last-child {padding: 15px 30px;}
.pager a:hover,.pager strong{ background:#06509a; color:#fff; }

/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	/*.logo-box{ width: 180px; }
	.nav{ width:calc(100% - 400px); }*/
	.nav ul{ margin-left:-15px; }
	.nav ul li { padding-left:15px; }
}
/*pad: w< 992*/
@media screen and (max-width: 992px) {
	* .pc-used{ display: none!important; }
	* .m-used{ display: block!important; }
	.m-used img {margin-top: 100px;}
	.market-maps h2{font-size: 1.8rem;}
	.search-box{ display:none; }

	.logo-box{ padding:10px 0; }
	.logo-box img{ max-height:50px; }

    .menu-button { display: block; }
    .work-center h3 {font-size: 1.4rem;}
	.nav { display: none; }

	.smart-nav { display: block; }
    .smart-nav { position: fixed; width: 70%; z-index: 998; left: auto; right: -70%; top: 0; bottom: 0; background: rgba(6, 80, 154, .8); padding-top: 70px; overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open { right: 0; }
    .smart-nav ul { display: block; width: 100%; height: 100%; border-top: 1px solid rgba(255, 255, 255, .5); overflow-y: auto; }
    .smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .3); cursor: pointer; }
    .smart-nav ul li .tit { font-size: .8rem; text-indent: 1em; display: block; padding: 12px 0; color: #ffffff; }
	.smart-nav ul li .hasChild{ background: url(../img/person5_h.png) 300px center no-repeat; background-size: 8px 15px; }
	.smart-nav ul li.on .hasChild{ background:none; }
    .smart-nav ul li .tit.ignore { background: none; }
    .smart-nav ul li .child { border-top: 1px solid rgba(206, 206, 206, 0.5); display: none; }
    .smart-nav ul li .child a { display: block; padding: 5px 0; font-size: .8rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
    .smart-nav ul li .child a:first-child { padding-top: 10px; }
    .smart-nav ul li .child a:last-child { padding-bottom: 10px; }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover { background-color: #ffffff; color: #06509a; }
	
	.tab-list a{ padding: 10px 15px; font-size: .8rem; }
	
	.yung-list{ display:block; padding-left: 30px; }
	.yung-list .item{ width:100%; }
	
	footer{ padding-top:30px; }
	.botnav-bar{ display:none; }
	.links-bar{ border-top:none; padding-top:0; }
	
	.container{ padding:15px 0; }
	.product-list{ padding:25px; }
	.product-list ul{ width:100%; }
	.product-list ul li:first-child{ display:block; }
	.product-list .one{ display:none; }
	
	.case-list ul{ margin-left:-30px; }
	.case-list ul li{ padding-left:30px; }
	
	.view-section{ display:block; padding:10px; }
	.view-pictures{ width:100%; padding-right:0; }
	.view-summary{ width:100%; }
	
	.view-assoc .prev,
	.view-assoc .next{ width:100%; }

	.resume dd li { float: none; width: auto; margin-right: 0 !important; }
    .resume .education input { width: 100%; margin-bottom: 20px; }
    .resume .job input { width: 100%; margin-bottom: 20px; }
	
	.news-list ul li a{ border-left:none; }
	.news-list ul li .img-box{ width:100%; }
	.news-list ul li .txt-box{ width:100%; padding: 15px; }
	
	.product-advantage,
	.cooperation-advantage,
	.cooperation-method{ padding: 40px 0 40px 0; }
	.cooperation-method-list ul,
	.cooperation-advantage-list ul,
	.product-advantage-list ul{  margin-top:-20px; }
	.cooperation-method-list ul li,
	.cooperation-advantage-list ul li,
	.product-advantage-list ul li{ width:100%; margin-top:20px; }
	
	.cooperation-method-list ul li .img-box{ width:100%; }
	.cooperation-method-list ul li .txt-box{ width:100%; }
	.cooperation-method-list ul li .txt-box h4{ margin-top:0; }
	
	.process-list ul{ margin-bottom: 0; }
	.process-list ul li{ width:100%; padding-left:90px; padding-bottom:30px; }
	.process-list ul li img{ display:inline-block; width:50px;}
	.process-list ul li p{  display:inline-block; font-size:.8rem; }
	.process-list ul li .num{ top:0; border-top:none; padding-top:0; padding-bottom: 30px; border-left: 1px solid rgba(3, 110, 184, 0.3); padding-left: 20px; font-size:2.4rem; }
	.process-list ul li .num::before{ top:20px; left:-8px; }
	
	.slick-slide img {width: 100%;}
	
	.jobs-list { padding: 0 15px; }
	
	.contact-box{ display:block; }
	.contact-box .img-box,
	.contact-box .txt-box{ width:100%; }
	.contact-box .img-box{ padding-left:0; }
	.contact-box .txt-box{ margin-bottom:20px; }
	
	.about-box{ padding-left:0; }
	.about-pic{ position:relative; transform:none; top:0; }
	.about-txt{ padding:15px; min-height:none; }
	
	.culture-list ul li,
	.honor-list ul li{ width:100%; }

	.culture-list ul{ margin-top:-20px; }
	.culture-list ul li{ margin-top:20px; }
	.culture-list ul li .inner{ padding:30px; }
	
	.history-box .history-event{ width:100%; }
	.history-box .history-time{ width:100%; border-right:none; border-top:1px solid #efefef; border-bottom:1px solid #efefef; }
	.history-box .history-time .btn{ display:none; }
	.history-box .history-time ul li{ padding-right:0; font-size:0; line-height: 2; }
	.history-box .history-time li span{ font-size:1.5rem; }
	.history-box .history-event .box{ padding: 30px 15px 30px 15px; }
	
	/** 首页 */
	.work-style{ padding-top:15px; }
	.work-style ul{ display:block; position:static; transform:none; }
	.work-style ul li{ width:100%; border-top:1px solid #ddd; height: 60px; line-height: 60px; }
	.work-style ul li:first-child{ border-top:0; }
	.work-style ul li b{ font-size:1.3rem; }
	.work-style ul li span{ font-size:.9rem; }
	
	.work-center{ padding:30px 0; }
	.work-center h1{ font-size:1.5rem; }
	.work-center p{ font-size:.8rem; }
	.spd-list li{ position:static; width:50%; float:left; padding-bottom:20px; }
	.spd-list li.morebox{ display:block; padding-top:40px; }
	.spd-list .btn-view{ display: inline-block; padding: 15px; background-color: transparent; border:none; color:#999; }
	
	.inx-case .title-s1{ top:30px; }
	.inx-case .bg-img ul li{ padding-bottom:0; }
	.inx-case .bg-img ul li .case-left{ width:100%; margin-top:120px; height:auto; padding-bottom:30px;padding-right: 0; }
	.inx-case .bg-img h4{ font-size:1.2rem; }
	.inx-case .bg-img p{ font-size:.8rem; line-height: 2; margin: 15px 0 15px 0; }
	.inx-case .case-img{ position:relative; }
	
	.case-logo-box .case-logo-slider{ margin-right: 50px; }
	.case-logo-box .case-logo-slider .slick-next{ width: 50px; right: -50px; }
	
	
	.inx-news{ padding:30px 0 30px 0; }
	.list-box .newimg{ display:none; }
	.list-box ul{ width:100%; }
	.list-box ul li .img-box{ width:100%; margin-bottom:10px; }
	.list-box ul li .img-box img{ width:100%; }
	.list-box ul li .txt-box{ width:100%; }
	.list-box ul li .txt-box span{ text-align:left; }
	.detail-wrap .detail-right {float:none;width: 100%;}
	.detail-wrap .detail-left {float: none;width: 100%;padding-right: 0;}
	.zhileft,.details-img {float: none;width: 100%;}
	.zhineng-title {margin-top: 0;}
	.details-right .details-tips {display: block;}
	.details-right .tips-center {text-align: left;}
}
/*mobile: w < 768*/
@media screen and (max-width: 768px) {
	.case-list ul li{ width:100%; }
}
/*mobile: w < 640*/
@media screen and (max-width: 640px) {
	.links-bar span{ display:block; font-weight:700; margin-bottom:5px; }
}
/*mobile: w < 480*/
@media screen and (max-width: 480px) {	
	.market-maps h2{font-size: 1.4rem;left: 2%;}
}

.yewu-container {
	padding: 50px 0;
	text-align: center;
}

.yewu{ position:relative; }
.yewu .link{ position:absolute; top:0; left:0; width:100%; height:100%; }
.yewu .link a{ display:block; float:left; width:20%; height:100%; }