@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; }

/* 主体 */
.wrap { position:relative; }
.sidebar { float:left; width:270px; background:#f8f8f8; margin-bottom:60px; }
.main { float:right; width:calc(100% - 310px); padding:0; }
.main-hd { font-size:26px; color:#1f56e9; line-height:1; margin-bottom:40px; border-bottom:1px solid #ebebeb;  }
.main-hd i { position:relative; display:inline-block; padding-bottom:15px; background-image:-webkit-linear-gradient(top,#2056e5,#5b8fe6);  -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.main-hd i:before { position:absolute; left:0; bottom:-1px; display:block; content:""; width:100%; height:1px; background:#1f56e9; z-index:5; }

.main-hd .col { float:right; height:24px; margin:0 5px 0 0; padding:0 20px; line-height:24px; font-size:14px; border-radius:3px; border:1px solid #ddd; text-align:center; display:none; }
.main-hd .col a { color:#333; }

/* 二级菜单 */
.m-menu01 { position:fixed; top:0; right:-50%; width:45%; height:100%; padding:7% 5%; background:#fff; z-index:99; opacity:0; overflow:auto; }
.m-menu01 .site-nav { min-height:400px; overflow-y:auto; }
.m-menu01 dl dt { margin-bottom:8px; padding:0 8px 10px; border-bottom:1px solid #ddd; line-height:24px; }
.m-menu01 dl dt a { color: #333; }
.m-menu01 dl dt a:hover,.m-menu01 dl dt .current { color: #1f56e9; }
.m-menu01 dl dd { padding: 0 5px 10px 24px; line-height:24px; }
.m-menu01 dl dd a { color: #333; }
.m-menu01 dl dd a.current { color: #1f56e9; }
 
@media all and (max-width:1400px){
	.sidebar { width:200px; margin-bottom:50px; }
	.main { width:calc(100% - 230px); }
}
@media all and (max-width:1200px){
	.sidebar { display:none; }
	.main { float:none; width:100%; padding-top:25px; }
	
	.main-hd { font-size:16px; margin-bottom:30px; }
	.main-hd i { padding-bottom:10px; line-height:24px; }
	
	.main-hd .col { display:block; }
}

 
/* 左侧栏目标题 */
.leftTitle { position:relative; height:75px; line-height:75px; background:#1f56e9; color:#fff; text-align:center; font-size:18px; text-transform:uppercase; font-weight:normal; }
.leftTitle i,.leftTitle s { }
.leftTitle i { }
.leftTitle s { text-decoration:none; text-transform:uppercase; }

@media all and (max-width:1400px){
	.leftTitle s { display:none; }
}

/* 二级、三级菜单 */
.menu { margin-bottom:45px; }
.menu dl dt { }
.menu dl dt a { display:block; padding:12px 10px 12px 45px; border-bottom:1px solid #f0f0f0; color:#666; font-size:14px; text-align:left; }
.menu dl dt a:hover,.menu dl dt .current { background:url(menu.png) no-repeat 33px 21px #f0f0f0; color:#1f56e9; text-decoration:none; }
 
.menu dl dd a { display:block; padding:5px 10px 5px 45px; border-bottom:1px solid #eee; background:#fff; font-size:13px; text-align:left; }
.menu dl dd a:hover,.menu dl dd .current { color:#fff;  background:#1f56e9; text-decoration:none; }
 
.menu01 { padding:20px 15px 50px 15px; }
.menu01 .hd ul li { float:left; width:calc(50% - 10px); height:40px; text-align:center; line-height:40px; border:1px solid #ddd; border-radius:5px; font-size:16px; color:#656565; margin:0 15px 15px 0; cursor:pointer; }
.menu01 .hd ul li.on { background:#1f56e9; color:#fff; border-color:#1f56e9; }
.menu01 .hd ul li:nth-child(2n) { margin-right:0; }
.menu01 .bd { padding-top:20px; font-size:14px; line-height:30px; color:#464646; min-height:150px; }
 
 
/* 面包屑 */
.location { position:relative; height:55px; line-height:55px; }
.location h3 { float:left; height:44px; color:#000; font-weight:100; font-size:17px; display:none; }
.breadcrumbs {  color:#a3a3a3; }
.breadcrumbs a { display:inline-block; color:#a3a3a3; }
.breadcrumbs .u-home { padding-left:20px; background:url(o_ico_03.png) no-repeat 0 center; }

@media all and (max-width:1200px){
	.location { display:none; }
}

/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }


/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }

/* 新闻列表 */
.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 { padding:0 0 40px; }
.list li {  border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat left center; line-height:40px; height:40px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:20px; }
.list li a { padding-left:15px; font-size:14px; }
.list li a:hover { text-decoration:underline; }

/* 图文新闻 */
.pothoItem { margin:0; }
.pothoItem ul li { float:left; width:32%; margin:0 2% 3% 0; background:#f6f7fb; }
.pothoItem ul li:nth-child(3n) { margin-right:0; }
.pothoItem ul li dl { padding:25px 20px; }
.pothoItem ul li dl dt { font-size:16px; color:#333; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.pothoItem ul li dl dd.d { font-size:14px; color:#999; margin:10px 0; }
.pothoItem ul li dl dd.i { font-size:14px; color:#999; height:50px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; } 
.pothoItem ul li dl dd.m { display:none; } 
 
@media all and (max-width:750px){
	.pothoItem { padding-bottom:25px; }
	.pothoItem ul li { width:49%; margin:0 2% 3% 0; } 
	.pothoItem ul li:nth-child(3n) { margin-right:2%; }
	.pothoItem ul li:nth-child(2n) { margin-right:0; }
	.pothoItem ul li dl { padding:15px 10px; }
	.pothoItem ul li dl dt { font-size:14px; }
	.pothoItem ul li dl dd { font-size:12px; margin-top:10px; }
} 

/* 图片列表 */
.piList { margin:0 0 20px; }
.piList .pic-item-list { width:100%; margin:0 0 20px; }
.piList .pic-item-list .pic-item { display:block; float:left; position:relative; width:32%; margin:0 2% 25px 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .list-pic { display:block; text-align:center; width:100%; overflow:hidden; }
.piList .pic-item-list .list-pic img { width:100%; height:auto; }
.piList .pic-item-list dl { padding:4px 5px; line-height:20px; text-align:center; }
.piList .pic-item-list dl dt { height:30px; font-size:14px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%;; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
}

/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; background:#ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #1f56e9; background:#1f56e9; color:#fff; }


@media all and (max-width:1000px){
	.page a:nth-child(2) { display:none; }
	.page a:nth-last-child(2) { display:none; }
}


/* 人才招聘 */
.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 35px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#1f56e9; 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:#3A7FCA; 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:#1f56e9; font-size:14px; 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 { 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; }

/*合作客户*/
.heArea { padding-bottom:60px; }
.heArea ul li { float:left; width:18%; margin:0 2.5% 2.5% 0; }
.heArea ul li:nth-child(5n) { margin-right:0; }
.heArea ul li a { display:block; border:3px solid #eaebf5; }
 
@media all and (max-width:1200px){
	.heArea { padding-bottom:40px; }
}
@media all and (max-width:900px){
	.heArea { padding-bottom:30px; } 
	.heArea ul li { width:32%; margin:0 2% 2% 0; }
	.heArea ul li:nth-child(5n) { margin-right:2%; }
	.heArea ul li:nth-child(3n) { margin-right:0; }
	
	.heArea ul li a { border:2px solid #eaebf5; }
}

/*员工活动*/
.hdArea { padding-bottom:40px; }
.hdArea ul li { float:left; width:49%; margin:0 2% 2% 0; background:#e8e8e8; }
.hdArea ul li:nth-child(2n) { margin-right:0; }
.hdArea ul li p { margin:0 25px; padding-left:25px; border-left:1px solid #f4f4f4; height:35px; line-height:35px; font-size:14px; color:#272727; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

@media all and (max-width:750px){
	.hdArea ul li p { margin:0; padding:0 10px; border-left:none; text-align:center; }
}

/*申晟动态*/
.dtArea ul li { padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #efefef; }
.dtArea ul li .p1 { font-size:20px; color:#37373b; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.dtArea ul li .p2 { font-size:14px; color:#969696; line-height:20px; margin:20px 0 15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.dtArea ul li .p3 { font-size:12px; color:#969696; }
.dtArea ul li .p3 span { float:right; }
.dtArea ul li:hover .p1 { color:#1f56e9; }

@media all and (max-width:1200px){
	.dtArea ul li { padding-bottom:25px; margin-bottom:25px; }
	.dtArea ul li .p1 { font-size:18px; height:20px; line-height:20px; }
	.dtArea ul li .p2 { margin:15px 0 10px; }
}
@media all and (max-width:750px){
	.dtArea ul li { padding-bottom:20px; margin-bottom:20px; }
	.dtArea ul li .p1 { font-size:14px; }
	.dtArea ul li .p2 { font-size:12px; margin:10px 0 10px; }
}

/*荣誉资质*/
.ryArea { padding-bottom:60px; }
.ryArea ul li { float:left; width:45%; text-align:right; margin-bottom:30px; }
.ryArea ul li:nth-child(2n) { margin-left:10%; text-align:left; }
.ryArea ul li .txt .txt01 .p1 { font-size:16px; color:#2e2e2e; margin-bottom:20px; }
.ryArea ul li .txt .txt01 .p2 img { max-width:100%; height:auto; }

@media all and (min-width:1200px){
	.ryArea { padding-bottom:40px; }
}
@media all and (max-width:1000px){
	.ryArea ul li .txt .txt01 .p1 { font-size:12px; margin-bottom:10px; }
}
@media all and (max-width:750px){
	.ryArea { padding-bottom:30px; }
	.ryArea ul li { float:none; width:100%; text-align:left; margin-bottom:20px; }
	.ryArea ul li:nth-child(2n) { margin-left:0; }
}





/*
.ryArea { padding-bottom:60px; }
.ryArea ul { position:relative; background:url(ry.jpg) repeat-y center; }
.ryArea ul li .txt { width:50%; margin-top:-100px; box-sizing: border-box; }
.ryArea ul li:nth-child(1) .txt { margin-top:0; }

.ryArea ul li .txt .txt01 { width:calc(100% - 145px); float:left; text-align:right; }
.ryArea ul li .txt .txt01 .p1 { font-size:16px; color:#2e2e2e; margin-bottom:20px; }
.ryArea ul li .txt .txt01 .p2 img { max-width:100%; height:auto; }
.ryArea ul li .txt .txt02 { position:relative; width:110px; float:right; font-size:24px; color:#464646; }
.ryArea ul li .txt .txt02 i { position:absolute; top:50%; transform: translateY(-50%); right:-6px; display:block; width:7px; height:7px; border:3px solid #adadad; background:#fff; border-radius:100%; z-index:5; }

.ryArea ul li:nth-child(2n) .txt { margin-left:50%; }
.ryArea ul li:nth-child(2n) .txt .txt01 { float:right; text-align:left; }
.ryArea ul li:nth-child(2n) .txt .txt02 { float:left; text-align:right;  }
.ryArea ul li:nth-child(2n) .txt .txt02 i { right:auto; left:-7px;  }


@media all and (min-width:1200px){
	.ryArea { max-height:750px; overflow-y:auto; margin-bottom:80px;}
}
@media all and (max-width:1000px){
	.ryArea ul li .txt { padding-right:25px; }
	.ryArea ul li .txt .txt01 { width:100%; float:none; }
	.ryArea ul li .txt .txt01 .p1 { font-size:12px; margin-bottom:10px; }
	.ryArea ul li .txt .txt02 { width:100%; float:none; font-size:18px; text-align:right; }
	.ryArea ul li .txt .txt02 i { right:-31px; }
	
	.ryArea ul li:nth-child(2n) .txt { padding:0 0 0 25px; }
	.ryArea ul li:nth-child(2n) .txt .txt02 { text-align:left;  }
	.ryArea ul li:nth-child(2n) .txt .txt02 i { right:auto; left:-32px;  }
}
@media all and (max-width:500px){
	.ryArea ul { background:url(ry.jpg) repeat-y 5px center; }
	.ryArea ul li { margin-bottom:15px; }
	.ryArea ul li:last-child { margin-bottom:0; }
	.ryArea ul li .txt { padding:0 0 0 25px; margin-top:0; width:100%;  }
	
	.ryArea ul li .txt .txt01 { text-align:left; }
	.ryArea ul li .txt .txt02 { text-align:left; font-size:16px; }
	.ryArea ul li .txt .txt02 i { right:auto; left:-26px; }
	
	.ryArea ul li:nth-child(2n) .txt { margin-left:0; }
	.ryArea ul li:nth-child(2n) .txt .txt01 { text-align:left; }
	.ryArea ul li:nth-child(2n) .txt .txt02 { text-align:left;  }
	.ryArea ul li:nth-child(2n) .txt .txt02 i { right:auto; left:-26px;  }
}

*/



/*新闻资讯*/
.xwArea ul li { padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #efefef; }
.xwArea ul li .pic { float:left; width:230px; }
.xwArea ul li .txt { float:right; width:calc(100% - 250px); padding-top:5px; }
.xwArea ul li .txt .p1 { font-size:20px; color:#37373b; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwArea ul li .txt .p2 { font-size:14px; color:#969696; margin:15px 0 10px; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.xwArea ul li .txt .p3 { font-size:12px; color:#969696; }
.xwArea ul li:hover .txt .p1 { color:#1f56e9; }

@media all and (max-width:750px){
	.xwArea ul li { padding-bottom:20px; margin-bottom:20px; }
	.xwArea ul li .pic { float:left; width:180px; }
	.xwArea ul li .txt { float:right; width:calc(100% - 200px); }
	.xwArea ul li .txt .p1 { font-size:14px; height:20px; line-height:20px; }
	.xwArea ul li .txt .p2 { font-size:12px; margin:10px 0 5px; -webkit-line-clamp:2; }
}
@media all and (max-width:420px){
	.xwArea ul li .pic { float:none; width:100%; }
	.xwArea ul li .txt { float:none; width:100%; padding-top:15px; }
}

/*专业团队*/
.tdArea { padding-bottom:20px; }
.tdArea ul li { float:left; width:23.5%; margin:0 2% 2% 0; background:#f8f8f8; }
.tdArea ul li:nth-child(4n) { margin-right:0; }
.tdArea ul li .txt { padding:25px 7% 30px 7%; }
.tdArea ul li .txt .p1 { font-size:18px; color:#555; padding-bottom:15px; border-bottom:1px solid #e2e2e2; margin-bottom:10px; }
.tdArea ul li .txt .p2 { font-size:14px; color:#898989; margin-bottom:15px; }
.tdArea ul li .txt .p3 { font-size:12px; color:#898989; }
.tdArea ul li:hover { background:#fff; box-shadow: #f1f1f1 0px 0px 10px; }

@media all and (max-width:900px){
	.tdArea ul li {  width:32%; margin:0 2% 2% 0; }
	.tdArea ul li:nth-child(4n) { margin-right:2%; }
	.tdArea ul li:nth-child(3n) { margin-right:0; }
	.tdArea ul li .txt { padding:20px 7%; }
	.tdArea ul li .txt .p1 { font-size:16px; padding-bottom:10px; }
}
@media all and (max-width:750px){
	.tdArea ul li {  width:49%; margin:0 2% 2% 0; }
	.tdArea ul li:nth-child(4n) { margin-right:2%; }
	.tdArea ul li:nth-child(3n) { margin-right:2%; }
	.tdArea ul li:nth-child(2n) { margin-right:0; }
	.tdArea ul li .txt { padding:15px 7%; }
	.tdArea ul li .txt .p1 { font-size:14px; padding-bottom:5px; }
	.tdArea ul li .txt .p2 { font-size:12px; margin-bottom:5px; }
}

/*科技政策*/
.keArea ul li { padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #efefef; }
.keArea ul li .date { float:left; width:120px; height:135px; background:#f2f2f2; text-align:center; color:#787878; padding-top:20px; box-sizing: border-box; }
.keArea ul li .date .p1 { background:url(ke01.png) no-repeat center; }
.keArea ul li .date .p1 span { display:block; font-size:22px; line-height:1; }
.keArea ul li .date .p1 span:nth-child(1) { margin-bottom:28px; }
.keArea ul li .date .p2 { font-size:12px; line-height:1; margin-top:15px; }
.keArea ul li .txt { float:right; width:calc(100% - 160px); }
.keArea ul li .txt .p1 { font-size:20px; color:#37373b; height:35px; line-height:35px; margin-bottom:15px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.keArea ul li .txt .p2 { font-size:14px; color:#969696; line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.keArea ul li .txt .p3 { font-size:12px; color:#969696; margin-bottom:5px; display:none; }
.keArea ul li:hover .txt .p1 { color:#1f56e9; }

@media all and (max-width:750px){
	.keArea ul li { padding-bottom:20px; margin-bottom:20px; }
	.keArea ul li .date { display:none; }
	.keArea ul li .txt { float:none; width:100%; }
	.keArea ul li .txt .p1 { font-size:14px; height:20px; line-height:20px; margin-bottom:10px; }
	.keArea ul li .txt .p2 { font-size:12px; line-height:20px; }
	.keArea ul li .txt .p3 { display:block; }
}

/*横板栏目*/
.lmArea { display:none; margin-bottom:50px; }
.lmArea01 { border-bottom:1px solid #ebebeb; }
.lmArea01 ul li { float:left; font-size:0; margin-right:85px; }
.lmArea01 ul li:last-child { margin-right:0; }
.lmArea01 ul li a { position:relative; display:inline-block; font-size:24px; color:#686868; line-height:50px; }
.lmArea01 ul li a:before { position:absolute; display:none; content:""; left:0; bottom:-1px; width:100%; height:1px; background:#1f56e9; z-index:5; }
.lmArea01 ul li.on a,.lmArea01 ul li:hover a { color:#1f56e9; }
.lmArea01 ul li.on a:before,.lmArea01 ul li:hover a:before { display:block; }

.lmArea02 { margin-top:35px; font-size:0; }
.lmArea02 a { display:inline-block; width:115px; height:40px; text-align:center; line-height:40px; background:#959595; color:#fff; font-size:16px; margin-right:20px; border-radius:25px; }
.lmArea02 a.on,.lmArea02 a:hover { background:#1f56e9; }


.container01 .sidebar { display:none; }
.container01 .main { width:100%; }
.container01 .main-hd { display:none; }
.container01 .lmArea { display:block; }

@media all and (max-width:1200px){
	.container01 .main-hd { display:block; }
	.container01 .lmArea { display:none; }
}


/*联系我们*/
.conArea02 { padding:60px 0 100px 20px; font-size:16px; line-height:25px; color:#373737; }
.conArea02 p { padding-left:30px; margin-bottom:20px; }
.conArea02 p i { font-weight:bold; }
.conArea02 p.p1 { background:url(con01.png) no-repeat left 2px; }
.conArea02 p.p2 { background:url(con02.png) no-repeat left 2px; }
.conArea02 p.p3 { background:url(con03.png) no-repeat left 3px; margin-bottom:0; }

@media all and (max-width:1200px){
	.conArea02 { padding:50px 0 70px; font-size:14px; }
}
@media all and (max-width:1200px){
	.conArea02 { padding:30px 0 50px; }
}

/*在线留言*/
.messArea { padding:45px 9% 60px 9%; margin-bottom:100px; background:#f5f5f5; }
.messArea .hd { text-align:center; line-height:1; font-size:30px; margin-bottom:40px; color:#272727; }
.messArea form .text { float:left; width:31%; height:50px; padding:0 10px 0 50px; margin-right:3.5%; box-sizing: border-box; }
.messArea form .text01 { background:url(m01.png) no-repeat 18px center #fff; }
.messArea form .text02 { background:url(m02.png) no-repeat 16px center #fff; }
.messArea form .text03 { background:url(m03.png) no-repeat 16px center #fff; margin-right:0; }
.messArea form .textarea { margin:40px 0 50px; padding:15px 15px 15px 50px; width:100%; height:115px; background:url(m04.png) no-repeat 15px 13px #fff; box-sizing: border-box; }
.messArea form .btn01 { display:block; width:180px; height:40px; text-align:center; line-height:40px; background:#1f56e9; font-size:16px; color:#fff; margin:0 auto; cursor:pointer; }

@media all and (max-width:1200px){
	.messArea { padding:40px 5% 50px 5%; margin-bottom:50px; }
}
@media all and (max-width:1000px){
	.messArea .hd { font-size:20px; margin-bottom:30px; }
	.messArea form .text { width:32%; height:40px; padding:0 10px 0 40px; margin-right:2%; }
	.messArea form .text01 { background:url(m01.png) no-repeat 8px center #fff; }
	.messArea form .text02 { background:url(m02.png) no-repeat 6px center #fff; }
	.messArea form .text03 { background:url(m03.png) no-repeat 6px center #fff; margin-right:0; }
	.messArea form .textarea { margin:25px 0; padding:10px 10px 10px 40px; background:url(m04.png) no-repeat 10px 8px #fff; }
	.messArea form .btn01 { width:120px; height:35px; line-height:35px; font-size:14px; }
}
@media all and (max-width:750px){
	.messArea form .text { width:100%; height:35px; padding:0 10px 0 40px; margin-right:0; margin-bottom:10px; }
	.messArea form .textarea { margin:0 0 15px 0; }
	.messArea form .btn01 { width:120px; height:35px; line-height:35px; font-size:14px; }
}

/*案例*/
.caArea ul li { margin-bottom:40px; background:#f8f8f8; }
.caArea ul li .pic { float:left; width:315px; }
.caArea ul li .txt { float:right; width:calc(91% - 315px); margin-right:4.5%; padding-top:35px; }
.caArea ul li .txt .p1 { font-size:16px; color:#4f4f4f; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.caArea ul li .txt .p2 { margin-top:15px; font-size:14px; line-height:25px; color:#898989; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.caArea ul li .txt .p3 { margin-top:30px; font-size:14px; width:135px; height:40px; text-align:center; line-height:40px; color:#c1c1c1; background:#ededed; border-radius:25px; }
.caArea ul li .txt .p3 i { display:inline-block; padding-right:20px; background:url(ca01.png) no-repeat center right; }

.caArea ul li:hover .txt .p1 { color:#1f56e9; }
.caArea ul li:hover .txt .p3 { background:#1f56e9; color:#fff; }
.caArea ul li:hover .txt .p3 i { background:url(ca02.png) no-repeat center right; }


@media all and (max-width:1000px){
	.caArea ul li { margin-bottom:30px; }
	.caArea ul li .pic { width:250px; }
	.caArea ul li .txt { width:calc(94% - 250px); margin-right:3%; padding-top:25px; }
	.caArea ul li .txt .p1 { font-size:14px; }
	.caArea ul li .txt .p2 { margin-top:10px; font-size:12px; line-height:20px;  }
	.caArea ul li .txt .p3 { margin-top:20px; font-size:12px; width:120px; height:35px; line-height:35px; }
}
@media all and (max-width:750px){
	.caArea ul li { margin-bottom:25px; }
	.caArea ul li .pic { width:180px; }
	.caArea ul li .txt { width:calc(96% - 180px); margin-right:2%; padding-top:15px; }
	.caArea ul li .txt .p2 { margin-top:5px; }
	.caArea ul li .txt .p3 { margin-top:8px; height:25px; line-height:25px; }
}
@media all and (max-width:420px){
	.caArea ul li { margin-bottom:25px; }
	.caArea ul li .pic { width:100%; }
	.caArea ul li .txt { width:96%; margin:0 2%; padding:15px 0; }
	.caArea ul li .txt .p2 { margin-top:5px; }
	.caArea ul li .txt .p3 { margin-top:8px; height:25px; line-height:25px; }
}

/*加入我们*/
.joArea01 .txt { float:left; width:50%; padding-top:25px; }
.joArea01 .txt .p1 { font-size:24px; color:#1f56e9; font-weight:bold; }
.joArea01 .txt .p2 { font-size:15px; color:#272727; line-height:30px; margin-top:25px; }
.joArea01 .pic { float:right; width:46.4%; }

@media all and (max-width:1300px){
	.joArea01 .txt { width:51%; padding-top:15px; }
	.joArea01 .txt .p1 { font-size:18px; }
	.joArea01 .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.joArea01 .txt { padding-top:0; }
	.joArea01 .txt .p1 { font-size:16px; }
	.joArea01 .txt .p2 { font-size:12px; line-height:20px; margin-top:10px; }
}
@media all and (max-width:750px){
	.joArea01 .txt { float:none; width:100%; padding-top:0; margin-bottom:20px; }
	.joArea01 .pic { float:none; width:100%; }
}


.joArea02 { margin-top:60px; padding-bottom:80px; }
.joArea02 .bt p { float:left; text-align:center; margin-right:0.5%;overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.joArea02 .bt p:nth-child(1) { width:23.5%; text-align:left; }
.joArea02 .bt p:nth-child(2) { width:15.5%; }
.joArea02 .bt p:nth-child(3) { width:40.5%; }
.joArea02 .bt p:nth-child(4) { float:right; width:75px; text-align:center; margin-right:0; }

.joArea02 .bt01 { background:#1f56e9; color:#fff; height:55px; line-height:55px; padding:0 3.5%; font-size:18px; font-weight:bold; }
.joArea02 .bt02 { color:#6f6f6f; height:50px; line-height:50px; padding:0 3.5%; font-size:16px; cursor:pointer; }
.joArea02 .bt02 p { position:relative; }
.joArea02 .bt02 p:nth-child(1):before { position:absolute; bottom:0; left:10%; content:""; display:none; width:9px; height:6px; background:url(j01.png) no-repeat center; z-index:5; }

.joArea02 .conn ul li .mes { padding:30px 3.5%; font-size:14px; line-height:30px; display:none; }
.joArea02 .bt02.on p:nth-child(1):before { display:block; }

.joArea02 ul li:nth-child(2n) .bt02 { background:#e8eefd; }
.joArea02 ul li:nth-child(2n-1) .mes { border-top:1px solid #eee; }
.joArea02 ul li:nth-child(2n) .mes { border-bottom:1px solid #eee; }

@media all and (max-width:1000px){
	.joArea02 { margin-top:30px; padding-bottom:30px; }
	.joArea02 .bt p { }
	.joArea02 .bt p:nth-child(1) { width:23.5%;  }
	.joArea02 .bt p:nth-child(2) { width:15.5%; }
	.joArea02 .bt p:nth-child(3) { width:40.5%; }
	.joArea02 .bt p:nth-child(4) { width:60px; }


	.joArea02 .bt01 { height:40px; line-height:40px; padding:0 2%; font-size:14px; }
	.joArea02 .bt02 { height:35px; line-height:35px; padding:0 2%; font-size:12px; }
 
	.joArea02 .bt02 p:nth-child(1):before { left:10%; }

	.joArea02 .conn ul li .mes { padding:20px 2%; font-size:12px; line-height:20px; }
}
@media all and (max-width:750px){
	 
	.joArea02 .bt p:nth-child(1) { width:calc(100% - 170px); }
	.joArea02 .bt p:nth-child(2) { width:80px; }
	.joArea02 .bt p:nth-child(3) { display:none; }
	.joArea02 .bt p:nth-child(4) { width:80px; }

	.joArea02 .bt01 { height:40px; line-height:40px; padding:0 2%; font-size:14px; }
	.joArea02 .bt02 { height:35px; line-height:35px; padding:0 2%; font-size:12px; }
 
	.joArea02 .bt02 p:nth-child(1):before { left:10%; }

	.joArea02 .conn ul li .mes { padding:20px 2%; font-size:12px; line-height:20px; }
}

/*服务领域*/
.fwArea { margin-bottom:100px; }
.fwArea01 { font-size:16px; line-height:35px; margin-bottom:30px; }
.fwArea02 { padding:4% 4% 8% 4%; background:#f0f0f0; }
.fwArea02 .fw-hd { text-align:center; padding:50px 0 30px; }
.fwArea02 .fw-hd .p1 { font-size:28px; margin-bottom:20px; line-height:1; font-weight:bold; color:#1f55e5; background-image:-webkit-linear-gradient(top,#2056e5,#5b8fe6);  -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.fwArea02 .fw-hd .p2 { width:53px; height:4px; background:#1f55e5; margin:0 auto; }

.fwBox01 { background:#fff; padding-bottom:60px; }
.fwBox01 .bd { position:relative; padding:15px 0; }
.fwBox01 .bd:before { position:absolute; left:33.33%; top:0; width:1px; height:100%; display:block; content:""; background:#dfdcdc; z-index:5; }
.fwBox01 .bd:after { position:absolute; left:66.66%; top:0; width:1px; height:100%; display:block; content:""; background:#dfdcdc; z-index:5; }

.fwBox01 .bd ul li { position:relative; float:left; width:33.33%; padding:0 5%; font-size:16px; color:#272727; box-sizing: border-box; cursor:pointer; }
.fwBox01 .bd ul li .p1 { height:40px; line-height:40px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.fwBox01 .bd ul li .p2 { position:absolute; top:0; width:70%; top:40px; left:15%; padding:10px; background:#fff; border:1px solid #dfdcdc; box-sizing: border-box; z-index:5; display:none; }

.fwBox01 .bd ul li:hover .p1 { color:#2157e5; }
.fwBox01 .bd ul li:hover .p2 { display:block; }

.fwBox02 { background:url(fw01.jpg) no-repeat right bottom #fff; background-size:cover; margin-top:45px; }
.fwBox02 .bd { padding-bottom:45px; }
.fwBox02 .bd img { max-width:100%; }

.fwBox03 { background:#fff; margin-top:45px; }
.fwBox03 .bd { padding:0 5%; }
.fwBox03 .bd ul li { float:left; width:47%; margin-right:6%; padding-bottom:45px; }
.fwBox03 .bd ul li:nth-child(2n) { margin-right:0; }
.fwBox03 .bd ul li .p1 { padding-left:35px; height:25px; line-height:25px; font-size:16px; color:#272727; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; background:url(fw02.png) no-repeat center left; background-size:contain; margin-bottom:10px; }
.fwBox03 .bd ul li .p2 { padding-left:35px; height:75px; line-height:25px; font-size:14px; color:#686868; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }

.fwBox04 { background:#fff; margin-top:45px; }
.fwBox04 .bd { padding:0 5% 40px; }
.fwBox04 .bd01 { position:relative; padding:0 25px; }
.fwBox04 .bd01 .prev-fw01,.fwBox04 .bd01 .next-fw01 { position:absolute; top:50%; transform: translateY(-50%); display:block; width:12px; height:22px; cursor:pointer; z-index:5; }
.fwBox04 .bd01 .prev-fw01 { background:url(h01.png) no-repeat center; left:0; }
.fwBox04 .bd01 .next-fw01 { background:url(h02.png) no-repeat center; right:0; }
.fwBox04 .bd01 .prev-fw01:hover { background:url(h03.png) no-repeat center; }
.fwBox04 .bd01 .next-fw01:hover { background:url(h04.png) no-repeat center; }

.fwBox04 .bd01 .swiper-slide { text-align:center; color:#717171; font-weight:bold; font-size:0; }
.fwBox04 .bd01 .swiper-slide .p1 img { max-width:60%; }
.fwBox04 .bd01 .swiper-slide .p1 .img02 { display:none; }
.fwBox04 .bd01 .swiper-slide .p2 { font-size:16px; margin-top:10px; }
.fwBox04 .bd01 .swiper-slide .p3 { font-size:18px; margin-top:10px; line-height:25px; }

.fwBox04 .bd01 .swiper-slide:hover { color:#1f56e9; }
.fwBox04 .bd01 .swiper-slide:hover .p1 .img01 { display:none; }
.fwBox04 .bd01 .swiper-slide:hover .p1 .img02 { display:inline-block; }

.fwBox05 { background:#fff; margin-top:45px; }
.fwBox05 .bd { padding:0 5% 40px; }
.fwBox05 .bd01 { position:relative; padding:0 45px; }
.fwBox05 .bd01 .prev-fw02,.fwBox05 .bd01 .next-fw02 { position:absolute; top:50%; transform: translateY(-50%); display:block; width:12px; height:22px; cursor:pointer; z-index:5; }
.fwBox05 .bd01 .prev-fw02 { background:url(h01.png) no-repeat center; left:0; }
.fwBox05 .bd01 .next-fw02 { background:url(h02.png) no-repeat center; right:0; }
.fwBox05 .bd01 .prev-fw02:hover { background:url(h03.png) no-repeat center; }
.fwBox05 .bd01 .next-fw02:hover { background:url(h04.png) no-repeat center; }

.fwBox06 { background:#fff; margin-top:45px; }
.fwBox06 .bd { padding:0 8% 60px; }
.fwBox06 .bd form .text { float:left; width:31%; height:50px; padding:0 10px 0 50px; margin-right:3.5%; box-sizing: border-box; }
.fwBox06 .bd form .text01 { background:url(m01.png) no-repeat 18px center #f0f0f0; }
.fwBox06 .bd form .text02 { background:url(m02.png) no-repeat 16px center #f0f0f0; }
.fwBox06 .bd form .text03 { background:url(m03.png) no-repeat 16px center #f0f0f0; margin-right:0; }
.fwBox06 .bd form .textarea { margin:30px 0 40px; padding:15px 15px 15px 50px; width:100%; height:115px; background:url(m04.png) no-repeat 15px 13px #f0f0f0; box-sizing: border-box; }
.fwBox06 .bd form .btn01 { display:block; width:180px; height:40px; text-align:center; line-height:40px; background:#1f56e9; font-size:16px; color:#fff; margin:0 auto; cursor:pointer; }


@media all and (max-width:1000px){
	.fwArea { margin-bottom:60px; }
	.fwArea01 { font-size:14px; line-height:25px; margin-bottom:25px; }
	
	.fwArea02 { padding:3% 3% 6% 3%; }
	.fwArea02 .fw-hd { text-align:center; padding:30px 0 20px; }
	.fwArea02 .fw-hd .p1 { font-size:20px; margin-bottom:15px; }
	.fwArea02 .fw-hd .p2 { width:50px; height:2px; }

	.fwBox01 { padding-bottom:40px; }
	.fwBox01 .bd { padding:10px 0; }
	.fwBox01 .bd:before { left:50%; }
	.fwBox01 .bd:after { display:none; }

	.fwBox01 .bd ul li { width:50%; font-size:14px; }
	.fwBox01 .bd ul li .p1 { height:30px; line-height:30px; }
	.fwBox01 .bd ul li .p2 { top:30px; display:none!important; }
 
	.fwBox02 { background:url(fw01.jpg) no-repeat right bottom #fff; background-size:cover; margin-top:45px; }
	.fwBox02 .bd { padding-bottom:45px; }
	.fwBox02 .bd img { max-width:100%; }
	
	.fwBox03 { margin-top:25px; }
	.fwBox03 .bd { padding:0 3%; }
	.fwBox03 .bd ul li { padding-bottom:25px; }
	.fwBox03 .bd ul li .p1 { padding-left:30px; height:20px; line-height:20px; font-size:14px; }
	.fwBox03 .bd ul li .p2 { padding-left:30px; height:60px; line-height:20px; font-size:12px; }
	
	.fwBox04 { margin-top:25px; }
	.fwBox04 .bd { padding:0 3% 30px; }
	.fwBox04 .bd01 .swiper-slide .p2 { font-size:14px; }
	.fwBox04 .bd01 .swiper-slide .p3 { font-size:14px; line-height:20px; margin-top:5px; }
	
	.fwBox05 { margin-top:25px; }
	.fwBox05 .bd { padding:0 3% 30px; }
	.fwBox05 .bd01 { padding:0 25px; }
	
	.fwBox06 { margin-top:25px; }
	.fwBox06 .bd { padding:0 3% 30px; }
	.fwBox06 .bd form .text { width:32%; height:40px; padding:0 10px 0 40px; margin-right:2%; }
	.fwBox06 .bd form .text01 { background:url(m01.png) no-repeat 8px center #f0f0f0; }
	.fwBox06 .bd form .text02 { background:url(m02.png) no-repeat 6px center #f0f0f0; }
	.fwBox06 .bd form .text03 { background:url(m03.png) no-repeat 6px center #f0f0f0; margin-right:0; }
	.fwBox06 .bd form .textarea { margin:25px 0; padding:10px 10px 10px 40px; background:url(m04.png) no-repeat 10px 8px #f0f0f0; }
	.fwBox06 .bd form .btn01 { width:120px; height:35px; line-height:35px; font-size:14px; }
	
	
}
@media all and (max-width:750px){
	.fwArea01 { font-size:12px; line-height:20px; }
	
	.fwBox01 .bd ul li { font-size:12px; }
	
	.fwBox03 { margin-top:20px; }
	.fwBox03 .bd ul li { width:100%; margin-right:0; }
	
	.fwBox06 .bd form .text { width:100%; height:35px; padding:0 10px 0 40px; margin-right:0; margin-bottom:10px; }
	.fwBox06 .bd form .textarea { margin:0 0 15px 0; }
	.fwBox06 .bd form .btn01 { width:120px; height:35px; line-height:35px; font-size:14px; }	
}

@media all and (max-width:420px){
	.fwArea02 .fw-hd .p1 { font-size:18px; }
	
	.fwBox01 { padding-bottom:25px; }
	.fwBox01 .bd { padding:0; }
	.fwBox01 .bd:before { display:none; }
	.fwBox01 .bd ul li { width:100%; text-align:center; }
	.fwBox01 .bd ul li .p1 { height:25px; line-height:25px; }
}




