﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:'imp';
	src: url(../font/IMPACT.TTF);
}

html{font-size: 20px;}
body{font-size:.8rem;color:#333;font-family:'Microsoft YaHei',Simsun,Arial,Verdana,Sans-serif}
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;}
img{border: none;max-width: 100%;display: inline-block;line-height: 0;font-size: 0;vertical-align: bottom;}
div,
ul,
li,
dl,
dt,
dd,
p,
form{margin: 0;padding: 0;}
ul,
li,
dl,
dt,
dd{list-style: none;}
a{font-size: inherit;text-decoration: none;color: #333;}
a:hover,
a:focus{text-decoration: none;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;tranition: 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;outline: none;}
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;vertical-align: top;}
.fl{float: left;}
.fr{float: right;}
.fn{float: none;}
.center{text-align: center;}
.right{text-align: right;}
.valign *{display: inline-block;vertical-align: middle;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-moz-text-overflow: ellipsis;white-space: nowrap;word-wrap: break-word;}
.ellipsis2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.ellipsis3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.shadow{-webkit-box-shadow: 0 7px 30px rgba(103, 103, 103, .1);box-shadow: 0 7px 30px rgba(103, 103, 103, .1);}
.shadow-s2{-webkit-box-shadow: 2px 7px 10px rgba(103, 103, 103, .3);box-shadow: 2px 7px 10px rgba(103, 103, 103, .3);}
.hide{display: none;}
.wrap{width: 1600px;margin: auto;padding: 0;position: relative;}

/*中等屏幕 w<1200*/
@media screen and (max-width: 1600px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
@media screen and (max-width: 1440px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
@media screen and (max-width: 1366px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
@media screen and (max-width: 1280px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
@media screen and (max-width: 1024px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
@media screen and (max-width: 800px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}
/*pad: w< 992*/
@media screen and (max-width: 992px){.wrap{width: 100%;padding-left: 15px;padding-right: 15px;}}

/*顶部*
.search{position: relative;width: 300px;}
/*form{position:relative;width:300px;margin:0 auto;}*/
input,
button{border: none;outline: none;}
input{width: 100%;height: 46px;padding-left: 13px;padding-right: 65px;}
button{height: 46px;width: 46px;cursor: pointer;position: absolute;}
/*搜索框6*/


/*header 开始*/
.header .header-top{background: #efecec;}
.header .header-wecom,
.header .header-tel{line-height: 32px; font-size: 14px; color: #666;}
.header .header-wecom{float: left;}
.header .header-tel{float: right;position: relative;} 
.header .header-tel:before{content: ''; position: absolute; left: -32px;}
.header .logo{ float: left;padding: 5px 0;}
.header .logo .img0{display:none;}
.header .top-nav{ height: 72px; position: absolute; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.4s all; -webkit-transition:0.4s all;}

.nav{ width: auto; float: right;}
.nav ul li{ float: left; width:auto; display:block; position: relative; transition: 0.4s all; -webkit-transition:0.4s all;}
.nav ul li .tit{ display: block; font-weight: bold; text-align: center; font-size: 15px; height:48px; line-height: 48px; display: block; padding: 0 20px; margin: 12px 5px; position: relative; color:#fff; }

.nav ul li:hover .tit{color:#fff; background: rgba(1,71,158,.7);}
.nav ul li.on .tit{color:#fff; background: rgba(1,71,158,.8);}

.nav ul li .child{ background-color: rgba(1,71,158,.9); border-top: 2px solid #0c86fd; line-height: 32px; opacity: 0; visibility: hidden; /*transition: 0.4s;*/ position: absolute; top: 72px; left: 5px; width:220px;  z-index: 99; text-align: left; }
.nav ul li:hover .child{ opacity: 1; visibility: visible; top: 72px;}
.nav ul li .child a{ display: block; transition: 0.4s all; -webkit-transition:0.4s all; position: relative; line-height: 46px; font-size: 14px; color: #ddd; padding: 0 15px;border-bottom: 1px solid #074086;}
.nav ul li .child a:before{content: ''; position: absolute; width: 11px; height: 11px; background: url(../img/icon/icon-right1.png) no-repeat center; background-size: contain; top: 18px; right: 10px;}
.nav ul li .child a:hover{color:#fff; background: #005db7; padding-left: 20px;}
.nav ul li .child a:hover::before{background: url(../img/icon/icon-right2.png) no-repeat center; background-size: contain;}
.nav ul li:last-child .child{left: -95px;}
.nav ul li:nth-last-child(2) .child{left: -95px;}

.menu-button{ display:none; position:absolute; top: 10px; right:15px; z-index:999; padding: 10px 0; border-radius: 5px; }
.menu-button button{ display:block; background:none; overflow:hidden; cursor:pointer; z-index:1000; border:0; width:40px; 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:#fff; border-radius:3px; }
.menu-button button::before,
.menu-button button::after{ content:''; position:absolute; height:3px; 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:3px; 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%; }

.banner-box .banner-m2{display: none;}
.banner-box .swiper-slide a{display: block; text-align: center;}
.banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#045eb7;}
.banner-box .swiper-pagination-bullet{width: 48px;height: 8px;background:#adadad; border-radius: 0; opacity: 1; }
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 60px;}

.banner-box .swiper-button-prev {background: url(../img/banner-fl.png) no-repeat center; width: 60px; height: 94px; left: 5%; background-size: contain;}
.banner-box .swiper-button-next {background: url(../img/banner-fr.png) no-repeat center; width: 60px; height: 94px; right: 5%; background-size: contain;}


.nbanner-box{ position: relative; overflow: hidden; background: url(../img/banner1.jpg) no-repeat top; background-attachment: fixed;}
.nbanner-box .box{ position:absolute; left:50%; margin-left:-960px; width:1920px;}


.ban-ins{position: relative;}
.ban-ins .ban-text{ color: #fff; text-align: center; position: absolute; top: 25% ; width: 100%;}
.ban-ins .ban-text p{font-size: 32px;}
.ban-ins .ban-text span{display: block; font-size: 18px; margin-top: 8px;}

@media screen and (max-width:768px){.header .header-top{display: none;}.banner-box .banner-m1{display: none;}.banner-box .banner-m2{display: block;}.top .top-fl .search{display: none;}}

/*中等屏幕   w<1200*/
@media screen and (max-width: 1280px) {
	.wrap{ width:100%; }
	
	.nav ul li .tit{ padding: 0 8px; }
}

/*pad: w< 992*/
@media screen and (max-width: 992px) {
	.wrap{ width:100%; padding-left:15px; padding-right: 15px; }
	
	.header .nav{ display: none; }
	.menu-button{ display:block; }
	
	.smart-nav ul li .tit{color: #222!important;}
	.smart-nav { display: block; }
	.smart-nav { position: fixed; width: 70%; z-index: 998; left: auto; right:-70%; top: 0; bottom: 0; background: rgba(1,71,153, 0.9); padding-top: 88px; 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(2, 111, 169, .5); overflow-y: auto; }
	.smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
	.smart-nav ul li .tit{ font-size: 1rem; text-indent: 1em; display: block; padding: 20px 0; color: #ffffff; }
	.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: .9rem; 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:#c91f20; }
	
	.banner-box .swiper-button-prev ,
	.banner-box .swiper-button-next {width: 50px; height: 78px;}
	.nbanner-box{background-size: 170%;}

}
@media screen and (max-width:992px ) {
	/*.header .top-nav{-webkit-box-shadow: 0 1px 5px rgba(4, 26, 39, .4);box-shadow: 0 1px 5px rgba(4, 26, 39, .4); }*/
}

@media screen and (max-width:768px ) {
	.header .header-top{display: none;}
	/*.menu-button{padding: 0 0 10px;}*/

	.banner-box .swiper-button-prev ,
	.banner-box .swiper-button-next {width: 40px; height: 62px;}

}
@media screen and (max-width:640px ) {
	.smart-nav {width: 100%;}
	.smart-nav ul li .tit{text-align: center;}
	
}
@media screen and (max-width:440px ) {
	.header .logo{width: 220px;}
}
@media screen and (max-width:414px ) {
	.banner-box .swiper-pagination-bullet{width: 38px; height: 4px;}
	.header .logo{width: 195px; padding: 5px 0;}
	.header .top-nav{height: 60px;}
	.header .top-nav .logo-nav{}
	.menu-button{padding: 5px 0;}
}

/*header 结束*/

/*首页新闻 开始*/
.inx-news{padding: 40px 0; position: relative;}
.inx-news .tit-box{margin-bottom: 40px;}
.inx-news .tit-box h2{font-size: 32px; color: #222; margin-bottom: 10px; font-weight: bold;}
.inx-news .tit-box p{height: 2px; width: 50px; background: #0360b9;}
.inx-news .news-box .news-fl{float: left; width: calc(50% - 40px); margin-right: 40px;}
.inx-news .news-box .news-fl .img-box{overflow: hidden;}
.inx-news .news-box .news-fl .img-box img{transition: 0.4s all; -webkit-transition:0.4s all; }
.inx-news .news-box .news-fl .text-box {margin: 30px 0 ; padding-bottom: 40px; position: relative; border-bottom: 1px dashed #bfbfbf; transition: 1s all; -webkit-transition:1s all; }
.inx-news .news-box .news-fl .text-box:before{content: ''; position: absolute; width: 0; height: 1px; left: 0; bottom: -1px; background: #bfbfbf; transition: 1s all; -webkit-transition:1s all;}
.inx-news .news-box .news-fl .text-box .news-data{float: left; width: 15%; font-size: 24px; color: #666;}
.inx-news .news-box .news-fl .text-box .news-text{float: left; width: 85%;}
.inx-news .news-box .news-fl .text-box .news-text h2{font-size: 20px; color: #222; margin-bottom: 20px;}
.inx-news .news-box .news-fl .text-box .news-text p{height:56px; font-size: 15px; line-height: 28px; color: #999; padding-right: 20px;}
.inx-news .news-box .news-fl:hover .img-box img{transform: scale(1.05);}

.inx-news .news-box .news-fl:hover .text-box::before{width: 100%; height: 1px; background: #0360b9;}
.inx-news .news-box .news-fl:hover .text-box {border-bottom: 1px dashed transparent;}
.inx-news .news-box .news-fl:hover .news-text h2{color: #0360b9;}

.inx-news .news-box .news-fr{float: left; width: calc(50% - 40px); margin-left: 40px;}
.inx-news .news-box .news-fr ul li{padding: 25px 30px; position: relative; transition: 0.4s all; -webkit-transition:0.4s all; border-bottom: 1px solid #e7e7e7;}
.inx-news .news-box .news-fr ul li:before{content: ''; position: absolute; width: 4px; height: 0; background: #0360b9; left: 0; top: 0;transition: 0.4s all; -webkit-transition:0.4s all;}
.inx-news .news-box .news-fr ul li:hover{background: #efefef;}
.inx-news .news-box .news-fr ul li:hover::before{content: ''; position: absolute; width: 4px; height: 100%; background: #0360b9; left: 0; top: 0;}
.inx-news .news-box .news-fr ul li:hover .news-list-text h2{color: #0360b9;}
.inx-news .news-box .news-fr .news-list-text{width: calc(100% - 200px); float: left;}
.inx-news .news-box .news-fr .news-list-data{width: 200px; text-align: right; float: right; position: relative;}
.inx-news .news-box .news-fr .news-list-data p{color: #666; font-size: 24px;}
.inx-news .news-box .news-fr .news-list-data i{display: block; position: absolute; right: 20px; margin-top: 20px; background: url(../img/icon/icon-jiantou.png) no-repeat center; width: 27px; height: 17px;}
.inx-news .news-box .news-fr .news-list-text h2{font-size: 20px; color: #222;}
.inx-news .news-box .news-fr .news-list-text p{font-size: 15px; color: #888; line-height: 28px; margin-top: 10px; min-height:52px;}

.inx-news .news-btn{display: block; position: absolute; background: #045eb7; border: 1px solid #045EB7; top:10px; right: 20px; width: 100px; height: 38px; text-align: center; line-height: 38px; font-size: 15px; color: #fff; text-transform: uppercase;}
.inx-news .news-btn:hover{ border: 1px solid #045EB7; background: #fff; color: #045EB7;}

@media screen and (max-width:1366px ) {
	.inx-news .news-box .news-fl{width: calc(50% - 20px); margin-right: 20px;}
	.inx-news .news-box .news-fr{width: calc(50% - 20px); margin-left: 20px;}
	.inx-news .news-box .news-fr ul li{padding: 20px;}
}

@media screen and (max-width:1200px ) {
	.inx-news .news-box .news-fr ul li{padding: 12px 20px;}
	.inx-news .news-box .news-fr .news-list-text{width: calc(100% - 120px);}
	.inx-news .news-box .news-fr .news-list-data{width: 120px;}
	
}

@media screen and (max-width:768px ) {
	.inx-news .news-box .news-fl{width: 100%; margin-right: 0; margin-bottom: 30px;}
	.inx-news .news-box .news-fr{width: 100%; margin-left: 0;}
}



/*首页新闻 结束*/



/*
 .Menu
 */
.col-menu{border-bottom:1px solid #e6e6e6;}
.Menu header{ margin-top:-7.2%;}
.Menu header h1{ margin:0; display:inline-block; border-radius:5px 5px 0 0;  padding:20px 10% 20px 18px; background:url(../images/Menu000706-icon.png) no-repeat 95% center #005db7;color:#fff; font-weight:normal; font-size:24px;}
.Menu header h1 span{ opacity:0.3; display:block; font-size:12px; text-transform:uppercase;}
.Menu nav{position:relative;}
.Menu nav dl{ position:absolute; font-size: 12px; right:0; top:50%; margin-top:-12px; background:url(../img/icon/icon-jia.png) no-repeat left center; padding-left:12px; color:#999; line-height:24px;}
.Menu nav dl i{display: inline-block; width: 3px; height: 6px; background: url(../img/icon/icon-you.png) no-repeat center; margin: 0 8px;}

.Menu nav dl a{color:#666;}
.Menu nav dl span,
.Menu nav dl a:hover{color:#005db7;}
.Menu nav li a{ display:block; font-size:14px; padding:18px ;}
@media(min-width:769px){
.Menu nav ol{ display:none;}
.Menu nav ul{ display:block !important;}
.Menu nav li{ float:left; margin: 0 6px;}
.Menu nav li a:hover,
.Menu nav li a.aon{ border-bottom: 2px solid #005DB7; color: #005db7; }
}
@media(max-width:1000px){
.Menu nav dl{ display:none;}
.Menu header{ position:relative; z-index:5;}
.Menu header h1{ display:block; padding-right:0;}
}
@media(max-width:768px){
.Menu nav{ position:relative; border-bottom: 0;}
.Menu nav ol{ /*border-top:1px solid #e6e6e6; */margin-top:2%; padding:10px 0;}
.Menu nav ol span{display:block; background-color:#005db7;padding:5px;border-radius:3px;}
.Menu nav ol a{ display:block; background-color:#fff;color:#333; border-radius:5px; line-height:40px; padding:0 10px; position:relative; font-size:16px;}
.Menu nav ol a::before{ position:absolute; content:''; right:5px; top:50%; margin-top:-3px; border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #005db7;}
.Menu nav ul{ position:absolute; width:100%; top:56px; left:0; background-color:#005db7;padding:5px; border-radius:0 0 5px 5px; display:none;z-index: 20;}
.Menu nav li{ background-color:#fff; border-bottom:1px solid #005db7;border-radius:5px;}
.Menu nav li a{ padding:0 2%; line-height:40px; }
.Menu nav li a:hover{color:#005db7;}
.Menu header h1{padding:10px 10% 10px 18px; }
.Menu header h1{ font-size:20px;}
}

/*.sub-menu{width: 25%;}*/
.sub-menu .Menu nav li{ float: none; border-bottom: 1px solid #e7e7e7; width: 70%; margin: 0;}
.sub-menu .Menu nav li a{padding: 20px 0 20px 30px;}
.sub-menu .Menu nav li a.aon{background: url(../img/icon/icon-menu.png) no-repeat left;}
.sub-menu .Menu nav li a:hover,.sub-menu .Menu nav li a.aon{border-bottom: 0; padding-left: 40px;transition: 0s all; -webkit-transition:0s all; background: url(../img/icon/icon-menu.png) no-repeat left;}




/*
 .Menu
*/

/*底部 开始*/
/*background: url(../img/foot-m1.jpg) top; */
.footer{ padding: 30px 0; background:#f2f2f2; background-repeat: repeat-y; border-top: 6px solid #0360b9;}
.footer .foot-fl{float: left; width: 33.3%; color: #666; font-size: 13px; line-height: 28px;}
.footer .foot-fl .img-box img{width:200px;}
.footer .foot-fl .text-box{margin-top: 10px;}
.footer .foot-fl p{padding-left: 10px;}
.footer .foot-cen{float: left; width: 33.3%; text-align: center; background: url(../img/foot-m2.png) no-repeat top; height: 174px;}
.footer .foot-cen .qr-img{width: 100px; margin: 24px auto 0;}
.footer .foot-cen p{font-size: 15px; color: #fff; letter-spacing: 3px; width: 100px; margin: 10px auto 0;  padding-bottom: 10px;}
.footer .foot-fr{float: right; width: 33.3%; text-align: right;}
.footer .foot-fr .text-box p{color: #333; font-size: 13px; line-height: 24px;}
.footer .foot-fr .text-box p a{color:#333 !important;}
.footer .foot-fr .join-btn{display: block; margin-top: 10px; float: right; border-radius: 80px; font-size: 22px; color: #186ab7; text-align: center; line-height: 80px; box-shadow: 0 5px 5px rgba(14, 44, 72, .2); width: 80px; height: 80px; background: #dfe9f2; font-size:18px;}

@media screen and (max-width:768px ) {
	.footer .foot-fl,
	.footer .foot-cen,
	.footer .foot-fr{width: 100%; text-align: center;}
	.footer .foot-cen{margin: 30px 0;}
	.footer .foot-fr .join-btn{margin: 20px auto 0; float: none;}
}

/*底部 结束*/


/*内容 简介 开始*/
.con-box{padding: 40px 0 60px; background: #f5f5f5;}
.abo-con{background: url(../img/abo-m1.png) no-repeat left bottom;}
.abo-con .abo-fl{float: left; width: calc(20% - 30px); margin-right: 30px;}
.abo-con .abo-fl h2{font-size: 48px; font-family: "imp"; text-transform: uppercase; color: #005db7; letter-spacing: 3px;}
.abo-con .abo-fl p{font-size: 30px; color: #e38f11; margin-top: 10px;}
.abo-con .abo-fr{float: right; width: calc(75% - 30px); margin-left: 30px;}
.abo-con .abo-fr h2{font-size: 24px;  font-weight: bold; color: #666; margin-bottom: 15px;}
.abo-con .abo-fr p{font-size: 15px; line-height: 28px; color: #888; margin-bottom: 10px;}


@media screen and (max-width:1440px ) {
	.abo-con .abo-fl{float: left; width: 20%;}
}

@media screen and (max-width:1200px ) {
	.abo-con .abo-fl{float: left; width: 30%; margin-right: 0;}
	.abo-con .abo-fr{float: left; width: 65%; margin-left: 40px;}
	
}

@media screen and (max-width:768px ) {
	.abo-con{background: none;}
	.abo-con .abo-fl{float: left; width: 100%; margin-right: 0; margin-bottom: 20px;}
	.abo-con .abo-fr{float: left; width: 100%; margin-left: 0;}
	
}

@media screen and (max-width:414px ) {
	.abo-con .abo-fl h2{font-size: 34px;}
	.abo-con .abo-fl p{font-size: 20px; margin-top: 5px;}
}



/*内容 简介 结束*/

/*内容 业务领域 开始*/
/*.area-con ul{margin-left: -30px;}*/
.area-con ul li{float: left; width: calc(100% / 3 - 30px); margin: 15px; padding: 30px; background: #fff; transition: 0.4s all; -webkit-transition:0.4s all;}
.area-con ul li h2{font-size: 20px; color: #101721; font-weight: bold; margin-bottom: 20px;}
.area-con ul li p{height:52px; line-height: 26px; color: #999999; margin-bottom: 20px;font-size:15px;}
.area-con ul li span{display: block;font-size: 15px; color: #005db7; transition: 0.4s all; -webkit-transition:0.4s all;}

.area-con ul li:hover span{padding-left: 10px;}

.area-con ul li:hover{-webkit-box-shadow: 0 0px 10px rgba(25, 92, 157, .2);box-shadow: 0 0px 10px rgba(25, 92, 157, .2);}

@media screen and (max-width:992px ) {
	.area-con ul li{width: calc(50% - 30px);}
}

@media screen and (max-width:640px ) {
	.area-con ul li{width: 100%; margin:0 0 30px 0;}
}


/*内容 业务领域 结束*/

/*内容 业务领域详情 开始*/
.area-bg{background: #fff; padding: 40px;}
.area-detail-con .area-det-fl{float: left; width: 25%;}
.area-detail-con .area-det-fr{float: right; width: 75%;}
.area-detail-con .area-det-fr .tit-box {margin-bottom: 20px;}
.area-detail-con .area-det-fr .tit-box h2{font-size: 24px; font-weight: bold; color: #222;}
.area-detail-con .area-det-fr .tit-box p{width: 50px; background: #222; height: 6px; margin-top: 20px;}
.area-detail-con .area-det-fr .info-text{line-height: 38px; font-size: 15px; color: #666; margin-bottom: 40px;}
.area-detail-con .area-det-fr .text-box h3{font-size: 18px; font-weight: bold; color: #005db7; margin-bottom: 20px;}
.area-detail-con .area-det-fr .text-box span{display: block; width: 30px;}
.area-detail-con .area-det-fr .text-box p{line-height: 26px; margin-bottom: 10px; color: #666; font-size: 15px; padding-left: 20px; position: relative;}
.area-detail-con .area-det-fr .text-box p:before{content: ''; position: absolute; width: 7px; height: 7px; background: #666; border-radius: 7px; left: 0; top: 10px;}
.area-detail-con .area-det-fr .rec-prof{margin-top: 30px;}
.area-detail-con .area-det-fr .rec-prof h3{font-size: 20px; color: #005db7; font-weight: bold; margin-bottom: 20px;}
.area-detail-con .area-det-fr .rec-prof .area-dt-btn{display: inline-block; background: #005db7;padding: 10px 20px; text-transform: uppercase;  color: #fff; border:1px solid #005db7;}
.area-detail-con .area-det-fr .rec-prof .area-dt-btn:hover{background: #fff; color:#005db7;}
.area-detail-con .area-det-fr .pre-list .name{font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.area-detail-con .area-det-fr .pre-list .swiper-container{padding-bottom: 50px;}
.area-detail-con .area-det-fr .pre-list .swiper-slide{ text-align: center; transition: 0.4s; -webkit-transition: 0.4s;}
.area-detail-con .area-det-fr .pre-list .swiper-slide a{display: block; padding: 20px;background: #f5f5f5; text-align: center;}
.area-detail-con .area-det-fr .pre-list .swiper-slide:hover{-webkit-box-shadow: 0 0 3px rgba(9, 60, 110, .6);box-shadow: 0 0px 3px rgba(9, 60, 110, .6);}

@media screen and (max-width:1366px ) {
	.sub-menu .Menu nav li{width: 90%;}
}

@media screen and (max-width:992px ) {
	.area-bg{padding: 20px;}
}

@media screen and (max-width:768px ) {
	.area-detail-con .area-det-fl{width: 100%;}
	.area-detail-con .area-det-fr{width: 100%;}
	.area-bg{padding-top: 0px;}
	.sub-menu .Menu nav li{width: 100%;}
	.sub-menu .Menu nav li a{padding: 0 2%;}
	.sub-menu .Menu nav li a:hover, .sub-menu .Menu nav li a.aon{padding-left: 40px;}
}

/*内容 业务领域详情 结束*/

/*内容 专业人员 开始*/
.major-con ul li{float: left; margin: 30px 20px; background: #fff; width: calc(25% - 60px); transition: 0.4s; -webkit-transition: 0.4s;}
.major-con ul li a{padding: 30px 0; text-align: center; display: block;} 
.major-con ul li a .name{ font-size: 20px; color: #101721; font-weight: bold; margin-bottom: 10px;}
.major-con ul li a .posi{font-size: 15px; color: #666; margin-bottom: 20px;}
.major-con ul li a span{display: block;font-size:15px; color: #005db7; position: relative; bottom: 0; transition: 0.4s; -webkit-transition: 0.4s;}
.major-con ul li:hover{-webkit-box-shadow: 0 0px 10px rgba(25, 92, 157, .2);box-shadow: 0 0px 10px rgba(25, 92, 157, .2);}
.major-con ul li:hover span{bottom: 10px;}

@media screen and (max-width:1200px ) {
	.major-con ul li{width: calc(100% / 3 - 60px);}
}

@media screen and (max-width:768px ) {
	.major-con ul li{width: calc(50% - 60px);}
}

@media screen and (max-width:414px ) {
	.major-con ul li{width: 100%; margin: 20px 0;}
}
/*内容 专业人员 结束*/


/*内容 专业人员 详情 开始*/
.major-detail-con .major-det-fl{float: left; width: 25%;}
.major-detail-con .major-det-fl .img-box{overflow: hidden;}
.major-detail-con .major-det-fl .img-box img{ transition: 0.4s; -webkit-transition: 0.4s; width: 100%;}

.major-detail-con .major-det-fr{float: left; width: calc(75% - 60px); margin-left: 60px;}
.major-detail-con .major-det-fr .top-tit{margin-bottom: 30px;}
.major-detail-con .major-det-fr .top-tit .tit-box h2{font-size: 24px; font-weight: bold; display: inline-block; margin-right: 15px;}
.major-detail-con .major-det-fr .top-tit .tit-box span{display: inline-block; font-size: 16px; color: #666;}
.major-detail-con .major-det-fr .top-tit .tit-box{border-bottom: 1px solid #dfdfdf; padding-bottom: 20px;  margin-bottom: 15px;}
.major-detail-con .major-det-fr .top-tit .contact-list ul li{float: left; width: calc(25% - 30px); margin: 0 15px;}
.major-detail-con .major-det-fr .top-tit .contact-list ul li p{color: #999; line-height: 32px; word-break: break-all;}
.major-detail-con .major-det-fr .top-tit .contact-list ul li p span{color: #666;}
.major-detail-con .major-det-fr .info-con .tit-box h2{color: #333333; font-size: 18px; font-weight: bold;}
.major-detail-con .major-det-fr .info-con .tit-box span{display: block; width: 40px; height: 2px; background: #005db7; margin: 20px 0;}
.major-detail-con .major-det-fr .info-con p{font-size: 16px; color: #666; line-height: 38px;}

.major-detail-con .message-box{margin-top: 50px;}
.major-detail-con .major-det-fr .message-box .tit-box h2{font-size: 18px; font-weight: bold; display: inline-block; margin-right: 15px;}
.major-detail-con .major-det-fr .message-box .tit-box span{display: inline-block; font-size: 16px; color: #666;}
.major-detail-con .major-det-fr .message-box .tit-box span{display: block; width: 40px; height: 2px; background: #005db7; margin: 20px 0;}

.row>.span-4{width: 32%;margin-right: 2%;float: left;}
.row>.span-4:nth-child(3){margin-right:0%;}



.con-contact .tit{text-align:center; font-size:30px; color:#313131; line-height:1;margin-bottom:25px;}
.con-contact .info{text-align:center; font-size:14px; color:#898989; line-height:1;margin-bottom:15px;line-height: 26px;}
.con-contact .line{display: block; margin: 0 auto 20px; width: 27px; height: 1px; background: #c6c6c6;}
.con-contact .form{margin:0 auto;}
.con-contact .form input{border:1px solid #d5d5d5; font-size:14px;}
.con-contact .name{background: transparent url("../img/i_form_ico1.png") no-repeat right 0;}
.con-contact .phone{background: transparent url("../img/i_form_ico2.png") no-repeat right 0;}
.con-contact .email{background: transparent url("../img/i_form_ico3.png") no-repeat right 0;}
.con-contact .line1{width:100%; height: 48px; line-height: 48px; padding: 0 46px 0 13px; float: left;}
.con-contact .form textarea{width:100%; border: 1px solid #d5d5d5; padding: 10px 40px 10px 13px; height: 149px; font-size: 14px; line-height: 1.5; margin-bottom: 20px;background: transparent url("/img/i_form_ico4.png") no-repeat right top;margin-top: 25px;}
.con-contact .form .btns_list{text-align:center;}
.con-contact .form .btns_list button{position: relative; width:49%; height:45px; border:none; font-size:16px; color:#fff; cursor:pointer;}
.con-contact .form .btns_list .submit{background-color: #848484; border-radius:0; float:left;}
.con-contact .form .btns_list .submit:hover{background-color:#005db7;}
.con-contact .form .btns_list .reset{background-color:#848484; border-radius:0; float:right;}
.con-contact .form .btns_list .reset:hover{background-color:#005db7;}
.con-contact .form_cb .span-4{position:relative;}
.con-contact .form_cb .span-4 span{position:absolute; right:45px; top:15px;}
.con-contact .form .btns_list{width: 100%;}
.con-contact .form .btns_list{text-align: center;}

@media(max-width:640px){
    .row>.span-4{width: 100%;margin-right: 0;float: none;margin-bottom: 20px;display:block;line-height: 48px;
    height: 48px;}
    .con-contact .form textarea{margin-top: 0px;}
}

@media screen and (max-width:1024px ) {
	.major-detail-con .major-det-fr .top-tit .contact-list ul li{width: calc(100% / 3 - 30px);}
}
@media screen and (max-width:768px ) {
	.major-detail-con .major-det-fr{width: calc(75% - 30px); margin-left: 30px;}
	.major-detail-con .major-det-fr .top-tit .contact-list ul li{width: calc(50% - 30px);}
	.major-detail-con .row>.span-4{width: 100%; margin-bottom: 10px;}
	.major-detail-con .con-contact .form textarea{margin-top: 0;}
	
}

@media screen and (max-width:414px ) {
	.major-detail-con .major-det-fl{float: left; width: 100%; float: none; margin-bottom: 20px; text-align: center;}
	.major-detail-con .major-det-fl .img-box{text-align: center; width: 60%; margin: 0 auto;}
	.major-detail-con .major-det-fl .top-tit .contact-list ul li{width: 100%; margin: 10px 0;}
	.major-detail-con .major-det-fr{float: left; width: 100%; margin-left: 0; float: none;}
	
}
/*内容 专业人员 详情 结束*/

/*新闻资讯列表 开始*/

.news-con .news-fl{width: calc(75% - 60px); margin-right:60px; float: left;}
.news-con .news-fl ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center; position:relative; padding-bottom:191px; background:#fff;
  transition-duration: 0.4s;-webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.news-con .news-fl ul li:nth-child(3n+0){ margin-right:0;}
.news-con .news-fl ul li:hover{box-shadow: 0 2px 15px 2px #ededed;}
.news-con .news-fl ul li .imgs{overflow:hidden; min-height:220px; background:url(../img/img-bg.png) no-repeat center;}
.news-con .news-fl ul li .imgs img{ display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news-con .news-fl ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news-con .news-fl ul li .txts{ position:absolute; width:100%; background:#f6f6f6; bottom:0; left:0;}
.news-con .news-fl ul li:hover .txts{ background:#fff;}
.news-con .news-fl ul li .txts .cons{ width:94%; margin:0 auto; max-width:428px; overflow:hidden; padding-bottom:30px; text-align:left;}
.news-con .news-fl ul li .txts .cons .h2{height:74px; line-height:74px; overflow:hidden;  color:#333333; white-space:nowrap;text-overflow:ellipsis;font-weight:bold; transition:all 0.3s; font-size:17px;margin-top:18px; border-bottom:1px solid #cccccc;}
.news-con .news-fl ul li:hover .txts .cons .h2{ color:#005db7; border-color:#005db7;}
.news-con .news-fl ul li .txts .cons .p{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; color:#999999; font-size:14px; line-height:26px; height:52px; margin-top:15px; margin-bottom:13px;}
.news-con .news-fl ul li .txts .cons .smore{ display:block; width:120px; line-height:42px;font-size:14px; color:#fff; text-align:center; background:#005db7;height: 0; overflow: hidden; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s;  -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.news-con .news-fl ul li:hover .txts .cons .smore{ height:42px;  margin-top:19px;}


@media screen and (max-width:768px ) {
	.news-con .news-fl ul li{width: calc(50% - 20px); margin: 10px;}
}
@media screen and (max-width:640px ) {
	.news-con .news-fl ul li{width: 100%; margin: 10px 0;}
}

.news-con .news-fr{float: right; width: 25%;}
.news-con .news-fr .top-tit{background: url(../img/news-m2.jpg) no-repeat top; padding: 30px; background-size: cover;}
.news-con .news-fr .top-tit h2{font-size: 28px; color: #fff; margin-bottom: 10px;}
.news-con .news-fr .top-tit p{font-size: 18px; color: #fff; text-transform: uppercase;}

.news-con .news-fr .sousuo{border: 8px solid #eaeaea; position: relative; margin: 30px 0;}
.news-con .news-fr .sousuo input{border: 1px solid #c2c2c2;background: transparent;top: 0;right: 0; padding: 0 65px 0 13px; outline: none; font-size: 14px;}
.news-con .news-fr .sousuo  button{background: #1d458e; width: 60px;top: calc(50% - 23px);right: 0;position: absolute;}
.news-con .news-fr .sousuo  button:before{content: '';position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);font-size: 13px;width: 30px;height: 30px;background: url(../img/icon/icon-seach.png) no-repeat center;background-size: contain;}

.news-con .news-fr .box-fr .myscroll ul li{border-bottom: 1px dashed #ddd; position: relative;}
.news-con .news-fr .box-fr .myscroll ul li:before{content: ''; transition: 0.4s; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #2648a1;}
.news-con .news-fr .box-fr .myscroll ul li:hover::before{width: 100%;}
.news-con .news-fr .box-fr .myscroll ul li a{display: block; position: relative; line-height: 44px; padding-left: 20px; font-size: 14px;}
.news-con .news-fr .box-fr .myscroll ul li a:before{content: ''; position: absolute; width: 4px; height: 4px; background: #333; left: 0; top: 20px;}
.news-con .news-fr .box-fr .myscroll{height: 300px; overflow: hidden; line-height: 22px;}
.news-con .news-fr .box-fr .myscroll ul li{height: 44px;}
.news-con .news-fr .box-fr .myscroll ul li p{line-height: 22px;}
.news-con .news-fr .box-fr .myscroll ul li p:hover{color: #005db7; cursor: pointer;}
.news-con .news-fr .box-fr .myscroll ul li:hover a{ color: #2648a1;}


@media screen and (max-width:992px ){
	.news-con .news-fl{width: calc(72% - 40px); margin-right: 40px;}
	.news-con .news-fr{width: 28%;}
}
@media screen and (max-width:768px ){
	.news-con .news-fl{width: 100%; float: none; margin-right: 0;}
	.news-con .news-fr{float: none; width: 100%;}
}

@media screen and (max-width:640px ){
	.news-con .news-fr{width: 100%;}
}

@media screen and (max-width:375px ){
}


/*新闻资讯列表 结束*/


/*内页新闻详情开始*/
.news-det-con .news_detail .content{padding: 2%; border: 1px solid #eaeaea;}
.news-det-con .news_detail .title{font-size: 24px; line-height: 40px;color: #333;text-align:center}
.news-det-con .news_detail .title{font-size: 30px; line-height: 40px;color: #333;text-align:center}
.news-det-con .news_detail .Abstract{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;margin-top: 15px; margin-bottom: 20px;padding: 5px 10px;color: #999999;    border-width: 1px;border-style: solid;border-color: rgba(228,228,228,1);background-color: rgba(252,251,253,1);}
.news-det-con .news_detail .text,.news-det-con .news_detail .text span,.news-det-con .news_detail .text p,.news-det-con .news_detail .text div{font-size: 15px;line-height: 28px;font-family: "微软雅黑";}
.news-det-con .news_detail .Vice-title{text-align: center;font-size: 13px;margin: 20px 0;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;}
.news-det-con .news_detail .Vice-title .e-title{color: #c8c8c8;}
.news-det-con .news_detail .Vice-title .e-title:nth-child(1){background: url(../images/e-title.jpg)no-repeat left center;padding-left: 15px;}
.news-det-con .news_detail .Vice-title .e-title:nth-child(2){margin-left: 10px;display: inline-block;}
.news-det-con .news_detail .Vice-title .e-title:nth-child(3){margin-left: 10px;display: inline-block;}
.news-det-con .news_detail .video-box,
.news-det-con .news_detail .text{margin-top: 20px;}
.news-det-con .news_detail .text img{display: block;margin: auto;}
.news-det-con .news_detail span.center{text-align: center;display: block;font-size: 16px;}
.news-det-con .news_detail .img{max-width: 100%}
.news-det-con .news_detail .fanye{line-height: 30px; font-size: 15px;color: #666;margin-top: 30px;}
.news-det-con .news_detail .fanye .prev{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news-det-con .news_detail .fanye .next{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news-det-con .news_detail .fanye a:hover{color: #005db7}
.news-det-con .news_detail .fanye span{color: #999;}

.news-det-con .news-det-fl{float: left; width: calc(75% - 40px); margin-right: 40px;}

.news-det-con .news-det-fr{float: right; width: 25%;}
.news-det-con .news-det-fr h2{ color: #5f7986; font-size: 18px; margin-bottom: 20px;}
.news-det-con .news-det-fr .top-news{margin-bottom: 40px; border-bottom: 4px solid #ddd; padding-bottom: 20px;}
.news-det-con .news-det-fr .top-news h3{color: #848484; font-size: 16px; line-height: 36px;}
.news-det-con .news-det-fr .top-news span{display: block; font-size: 14px;margin-bottom: 8px; color: #666;}
.news-det-con .news-det-fr .top-news p{font-size: 15px; color: #9d9d9d;}
.news-det-con .news-det-fr .top-news:hover h3{color:#005db7 ;}


.news-det-con .news-det-fr .sub-news-list ul li{margin-bottom: 10px; border-bottom: 1px dashed #ddd;padding: 8px 15px;}
.news-det-con .news-det-fr .sub-news-list ul li a{font-size: 15px; line-height: 28px; display: block; color: #666; transition: 0.4s;}
.news-det-con .news-det-fr .sub-news-list ul li:hover a{color: #005db7; padding-left:10px ;}


@media screen and (max-width:768px ) {
	.news-det-con .news-det-fl{float: none; width: 100%; margin-right: 0; margin-bottom: 40px;}
	.news-det-con .news-det-fr{float: none; width: 100%;}
}

@media(max-width:414px){
	.news-det-con .news_detail .title{font-size: 22px;}
}


/*内页新闻详情开始*/


/*内页 研究 开始*/
.res-con .res-fl{float: left; width: calc(75% - 60px); margin-right: 60px;}
.res-con .res-fl ul li{margin-bottom: 20px; background: rgb(239, 239, 239); padding: 20px; transition: 0.4s;}
.res-con .res-fl ul li a{display: block;}
.res-con .res-fl ul li .news_main_data{float: left;width: 15%; }
.res-con .res-fl ul li .news_main_data p {font-size: 16px;  color: #999; margin: 20px 0 0;}
.res-con .res-fl ul li .news_main_main h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 0;
    transition: 0.4s;
}
.res-con .res-fl ul li .news_main_main p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
     transition: 0.4s;
}

.res-con .res-fl ul li:hover{box-shadow: 0 2px 15px 2px #ddd;}
.res-con .res-fl ul li:hover .news_main_main h3{color: #005db7; padding-left: 10px;}
.res-con .res-fl ul li:hover .news_main_main p{padding-left: 10px;}


.res-con .res-fr{float: right; width: 25%;}
.res-con .res-fr .top-tit{background: url(../img/news-m2.jpg) no-repeat top; padding: 30px; background-size: cover;}
.res-con .res-fr .top-tit h2{font-size: 28px; color: #fff; margin-bottom: 10px;}
.res-con .res-fr .top-tit p{font-size: 18px; color: #fff; text-transform: uppercase;}
.res-con .res-fr .top-tit.party-bg{background: url(../img/news-m3.jpg);}

.res-con .res-fr .sousuo{border: 8px solid #eaeaea; position: relative; margin: 30px 0;}
.res-con .res-fr .sousuo input{border: 1px solid #c2c2c2;background: transparent;top: 0;right: 0; padding: 0 65px 0 13px; outline: none; font-size: 14px;}
.res-con .res-fr .sousuo  button{background: #1d458e; width: 60px;top: calc(50% - 23px);right: 0;position: absolute;}
.res-con .res-fr .sousuo  button:before{content: '';position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);font-size: 13px;width: 30px;height: 30px;background: url(../img/icon/icon-seach.png) no-repeat center;background-size: contain;}

.res-con .res-fr .box-fr .myscroll ul li{border-bottom: 1px dashed #ddd; position: relative;}
.res-con .res-fr .box-fr .myscroll ul li:before{content: ''; transition: 0.4s; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #2648a1;}
.res-con .res-fr .box-fr .myscroll ul li:hover::before{width: 100%;}
.res-con .res-fr .box-fr .myscroll ul li a{display: block; position: relative; line-height: 44px; padding-left: 20px; font-size: 14px;}
.res-con .res-fr .box-fr .myscroll ul li a:before{content: ''; position: absolute; width: 4px; height: 4px; background: #333; left: 0; top: 20px;}
.res-con .res-fr .box-fr .myscroll{height: 300px; overflow: hidden; line-height: 22px;}
.res-con .res-fr .box-fr .myscroll ul li{height: 44px;}
.res-con .res-fr .box-fr .myscroll ul li p{line-height: 22px;}
.res-con .res-fr .box-fr .myscroll ul li p:hover{color: #005db7; cursor: pointer;}
.res-con .res-fr .box-fr .myscroll ul li:hover a{ color: #2648a1;}


@media screen and (max-width:992px ){
	.res-con .res-fl{width: calc(72% - 40px); margin-right: 40px;}
	.res-con .res-fr{width: 28%;}
}
@media screen and (max-width:768px ){
	.res-con .res-fl{width: 100%; float: none; margin-right: 0;}
	.res-con .res-fr{float: none; width: 100%;}
}

@media screen and (max-width:640px ){
	.res-con .res-fr{width: 100%;}
}


@media screen and (max-width:1200px ) {
	.res-con .res-fl ul li .news_main_data{float: left;width: 20%; }
}


@media screen and (max-width:768px ) {
	.res-con .res-fl ul li .news_main_data{float:none; width: 100%; }
	.res-con .res-fl ul li .news_main_data p{font-size: 15px; margin-top: 0;}
	.res-con .res-fl ul li .news_main_main{float: none;width: 100%; }
	
}

/*内页 研究 结束*/




/*内页 在线招聘 开始*/
/*加入我们*/
.h_zp{ width:100%; float:left; background:#8b8c91; color:#fff; font-size:16px; font-weight:bold;line-height:60px;}
.h_zp .d1{ width:25.48%; padding-left:20px; float:left;}
.h_zp .d2{ width:7.32%; text-align:center; float:left;}
.h_zp .d3{ width:24.46%; text-align:center; float:left; margin-left:1.91%;}
.h_zp .d4{ width:10.45%; text-align:center; float:left;}
.h_zp .d5{ width:18.28%; text-align:center; float:left; margin-left:3.12%;}
.h_0100_7{ width:100%; float:left;}
.chancecontain2{ position:relative; width:100%; float:left;}
.chancecontain2 ul{ float:left; width:100%;margin-top: 20px;}
.chancecontain2 ul li{ float:left; width:100%; background:#f5f5f5; border-bottom: 1px dashed #ddd; position:relative;   z-index:11; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; font-size:16px; color:#333; line-height:60px;
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.chancecontain2 ul li.hover{ color:#0b75be;}
.chancecontain2 ul li .d1{ width:25.48%; padding-left:20px; float:left;}
.chancecontain2 ul li .d2{ width:7.32%; text-align:center; float:left;}
.chancecontain2 ul li .d3{ width:24.46%; text-align:center; float:left; margin-left:1.91%;}
.chancecontain2 ul li .d4{ width:10.45%; text-align:center; float:left;}
.chancecontain2 ul li .d5{ width:18.28%; text-align:center; float:left; margin-left:3.12%;}
.chancecontain2 .deta{ width:100%; padding:0 82px; left:0; top:0; overflow:hidden;  position:relative; background:#fbfbfb; display: none;}
.chancecontain2 .deta .condata{ float:left; width:100%; padding:44px 0 8px 0; }
.chancecontain2 .deta .condata .tdata{ float:left; width:100%;}
.chancecontain2 .deta .condata .l_710{ float:left; width:42.67%; font-size:12px; color: #666; line-height: 28px;}
.chancecontain2 .deta .condata .l_710 .span{ display: block; font-size: 16px; color:#333; line-height:25px;}
.chancecontain2 .deta .condata .r_455{ float:right; width:50.36%; padding:0 0 0 98px; background:url(../img/jrwm2.png) no-repeat left center; font-size:12px; color: #666; line-height: 28px;}
.chancecontain2 .deta .condata .r_455 .span{ display: block; font-size: 16px; color:#333; line-height:25px;}
.chancecontain2 .deta .condata .ddata{ float:left; width:100%; margin-top:27px;}
.chancecontain2 .deta .condata .d710z{float:left; width:42.67%; font-size:14px; color: #666; line-height:28px;}
.chancecontain2 .deta .condata .d710z a{ color:#666;}
.chancecontain2 .deta .condata .d710y{ float:right; width:50.36%; padding:0 0 0 98px;}
.chancecontain2 .deta .condata .d710y .a_134{ float:left; width:134px; height:35px; margin-top:7px; background-color: #005db7; color:#fff; font-size:14px; text-align:center; line-height:35px;}

#lermore1{ width:60px; float:left; height:60px; background:url(../img/jrwm1.png) no-repeat center; cursor:pointer;}
.chancecontain2 ul li.hover #lermore1{ background:url(../img/jrwm1_h.png) no-repeat center;}
.chancecontain2 ul li.hover{ background:#005db7; color:white;}
@media  screen and (max-width:1199px){
.chancecontain2 .deta{ padding:0 52px;}
.chancecontain2 .deta .condata{ padding:24px 0 20px 0; }
.chancecontain2 .deta .condata .d710y,.chancecontain2 .deta .condata .r_455{ padding:0 0 0 58px;}
}
@media  screen and (max-width:991px){
.h_zp{ font-size:14px; margin-top:31px;}
.chancecontain2 ul li{ font-size:14px;}
.chancecontain2 .deta{ padding:0 32px;}
.chancecontain2 .deta .condata{ padding:14px 0 8px 0; }
.h_zp .d2,.chancecontain2 ul li .d2{ width:9.23%;}
.h_zp .d3,.chancecontain2 ul li .d3,.chancecontain2 ul li .d5{ margin-left:0%;}
}
@media  screen and (max-width:767px){
.h_zp{ margin-top:11px; line-height:50px;}
.chancecontain2 ul li{ line-height:50px;}
.chancecontain2 .deta{ padding:0 12px;}
.chancecontain2 .deta .condata{ padding:9px 0 5px 0; }
.chancecontain2 ul li .d3,.chancecontain2 ul li .d4,.chancecontain2 ul li .d5,.h_zp .d3,.h_zp .d4,.h_zp .d5{ display:none;}
.chancecontain2 ul li .d1,.h_zp .d1{ width:60%; padding-left:10px;}
.chancecontain2 ul li .d2,.h_zp .d2{ width:25%;}
#lermore1{ width:50px; height:50px; background-size:contain; position:absolute; right:0; top:0;}
.chancecontain2 .deta .condata .l_710,.chancecontain2 .deta .condata .r_455,.chancecontain2 .deta .condata .d710z,.chancecontain2 .deta .condata .d710y{ width:100%; padding-left:0;}
.chancecontain2 .deta .condata .l_710 .span,.chancecontain2 .deta .condata .r_455 .span{ font-size:14px;}
.chancecontain2 .deta .condata .r_455{ background:none;}
.chancecontain2 .deta .condata .d710z{ font-size:13px; line-height:24px;}
.chancecontain2 .deta .condata .d710y{ margin-top:10px;}
}

/*内页 在线招聘 结束*/


/*内页 简历填写 开始*/
.resume-box .comm-list-title{line-height: 48px; padding: 0 20px; background: #005db7; margin: 20px 0 10px; color: #fff;}
.resume-box .comm-list-title span{float: left; font-size: 15px;}
.resume-box .comm-list-title a{float: right; color: #fff; font-size: 14px;}

.resume-box dl dt{margin:2% 0; color:#333; font-size:20px;padding-left:20px; line-height: 48px; background: #eee; border-left: 4px solid #005db7;}
.resume-box dd ul{margin-left: -20px;}
.resume-box dd li{ float:left;width: calc(25% - 20px); margin-left: 20px; margin-bottom: 20px;  position:relative;}
.resume-box dd li:nth-child(3n){ margin-right:0;}

.resume-box dd .text{border: 1px solid #dadada;line-height: 46px;height: 46px; width:100%; background:#fff; padding:0 10px;}
.resume-box dd li label{ position:absolute; left:5px; top:0; line-height:46px; font-size: 15px; color: #999;}
.resume-box dd li .form_err{position:absolute; right:5px; top:50%; color:#f00; line-height:20px; margin-top: -10px;}

.resume-box dl.textarea-box dd textarea.text{height:220px;}
.resume-box dl.textarea-box dd textarea.text{height: 150px;}

.resume-box .resume-list input:last-child{margin-right: 0}
.resume-box .btn{ transition: 0.4s all;margin: 4% 0; padding: 0; cursor: pointer;border-radius: 5px;background: #005db7;color: #fff; height: 46px; line-height: 46px;border: 1px solid #005db7; font-size:18px; width:40%; max-width:170px;}
.resume-box .btn:hover{background: #fff; color: #005db7; border: 1px solid #005db7;}

/*.resume-box .resume-list .resume-img{float: left; width: 130px; margin-right: 40px;}
.resume-box .resume-list .resume-img .img-box{border: 4px solid #eee; border-radius: 8px;}*/
.resume-box .resume-list .resume-input{float: left; width:100%;}
.resume-box .resume-list .resume-input .select-li select{ color: #999; width: 100%;line-height: 46px; height: 46px;border: 1px solid #dadada;}
.resume-box .resume-list .resume-input .select-li select option{line-height: 46px; color: #999;}


@media screen and (max-width:768px ){
	.resume-box dd li{width: calc(50% - 20px);}
}
@media screen and (max-width:640px ){
	.resume-box .resume-list .resume-img{float: none;}
	.resume-box .resume-list .resume-input{float: none; width: 100%;}
	.resume-box dd ul{margin: 0;}
	.resume-box dd li{width:100%; margin: 10px 0;}
}

@media screen and (max-width:414px ){
	.resume-box .comm-list-title span{float: none;}
	.resume-box .comm-list-title a{float: none;}
}
/*内页 简历 结束*/




/*内页 联系我们 开始*/

.contact-con .contact-top h2{font-size: 48px; font-family: "imp"; text-transform: uppercase; color: #005db7; letter-spacing: 3px;}
.contact-con .contact-top p{font-size: 30px; color: #e38f11; margin-top: 10px;}
.contact-con .contact-list
.contact-con .contact-list {
  background: #fff;
  padding-top: 70px; }
  .contact-con .contact-list .textBox {
    padding-top: 40px; }
    .contact-con .contact-list .textBox .fl h1 {
      color: #8d8d8d;
      font-size: 18px;
      padding-bottom: 20px; }
    .contact-con .contact-list .textBox .box1{
    	height: 100%;
      width:35%;
      padding-right: 10px;
      border-right:1px solid #e5e5e5;
    }
    .contact-con .contact-list .textBox .box2{
    	height: 100%;
    	text-align: center;
      width:35%;
      height:140px;
      padding-right: 10px;
      border-right:1px solid #e5e5e5;
    }
    .contact-con .contact-list .textBox .box2 h2{
    	width: 50%;
    	margin: 0 auto;
    	letter-spacing: 2px;
      font-size: 30px;
      color:#005db7;
       font-family: "imp";
      line-height: 39px;
      padding-left: 50px;
      background:url(../img/icon/icon-tel.png) no-repeat left center;
    }
    
    .contact-con .contact-list .textBox .fl p {
      font-size: 13px;
      color: #9c9c9e;
      line-height: 30px; }
       .contact-con .contact-list .textBox .box3{width: 30%; height: 100%;}
       
    .contact-con .contact-list .textBox .textRight {
      padding-bottom: 60px;
      text-align: center; }
      
      .contact-con .contact-list .textBox .textRight h1 {
      	width: 50%;
      	margin: 0 auto;
        color: #8d8d8d;
        font-size: 18px;
        padding-bottom: 20px;
        text-align: center;}
        
     .contact-con .contact-list .textBox .textRight .img-box{width: 50%; margin: 0 auto; text-align: center;}
     
     
     @media screen and (max-width:1600px ){
     	.contact-con .contact-list .textBox .box2 h2{letter-spacing: 1px;}
     }
     
      @media screen and (max-width:1366px ){
     	.contact-con .contact-list .textBox .box2 h2{width: 55%;}
     }
    
    @media screen and (max-width:1280px ){
     	.contact-con .contact-list .textBox .box2 h2{width: 65%;}
     }
      @media screen and (max-width:1024px ){
     	.contact-con .contact-list .textBox .box2 h2{width: 80%;}
     }
     
     @media screen and (max-width:992px ){
     	.contact-con .contact-list .textBox .box2{width: 40%;}
     	.contact-con .contact-list .textBox .box3{width: 25%;}
     }
     
     @media screen and (max-width:640px ){
     	.contact-con .contact-list .textBox .box1,
     	.contact-con .contact-list .textBox .box2,
     	.contact-con .contact-list .textBox .box3{width: 100%; text-align: center;}
     	.contact-con .contact-list .textBox .box2 h2{width: 55%;}
     }
     
      @media screen and (max-width:640px ){
     	.contact-con .contact-list .textBox .box1,
     	.contact-con .contact-list .textBox .box2,
     	.contact-con .contact-list .textBox .box3{width: 100%; text-align: center; margin-bottom: 20px; border: 0;}
     	.contact-con .contact-list .textBox .box2 h2{background: no-repeat; width: 100%; padding-left: 0;}
     	.contact-con .contact-list .textBox .box2{height: auto;}
     	.contact-con .contact-list .textBox .textRight{padding-bottom: 0;}
     }
     @media screen and (max-width:440px ) {
     	
     }
     
     @media screen and (max-width:414px ) {
		.contact-con .contact-top h2{font-size: 34px;}
		.contact-con .contact-top p{font-size: 20px; margin-top: 5px;}
	}
/*内页 联系我们 结束*/



/*内容 景旺制度 开始*/

.standrad_list_fl{ margin-top:2%;}

.standrad_list_fl .auto{ max-width:1600px;}

.standrad_list_fl h3{ margin:0; font-size:18px; font-weight:bold;}
.standrad_list_fl p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;}

.standrad_list_fl .ul ol{ background-color:#fff; margin-bottom:2%; position:relative; padding-left:36.25%;}
.standrad_list_fl .ul ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.standrad_list_fl .ul ol .Ispic img{ display:none;}
.standrad_list_fl .ul ol div{ padding:5% 10% 3% 5%;}
.standrad_list_fl .ul ol h3 a{ color:#005db7;}
.standrad_list_fl .ul ol h3 a:hover{ color:#005db7;}
.standrad_list_fl .ul ol time{ display:block; padding:3% 0; transition: 1s;}
.standrad_list_fl .ul ol p{ margin:0 0 3% 0; min-height:78px;}
.standrad_list_fl .ul ol span a{display: inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#005db7; font-size:12px;border: 1px solid #005db7;transition: all 0.5s;}
.standrad_list_fl .ul ol span a:hover{background: none;color:#005db7;}
.standrad_list_fl .ul ol:hover time{padding-left: 15px ;}


.standrad_list_fl .ul li{display: block;  overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fff; transition: .5s;}
.standrad_list_fl .ul li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../img/news_list-more.png) no-repeat center center; border-left:1px solid #eee;}
.standrad_list_fl .ul li h3{transition: 1s; font-weight:bold;}
.standrad_list_fl .ul li h3 a:hover{ color:#005db7;}
.standrad_list_fl .ul li div{border-left:1px solid #ededed; padding:2% 3%;}
.standrad_list_fl .ul li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.standrad_list_fl .ul li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.standrad_list_fl .ul li time i{ font-style:normal; transition: 1s; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.standrad_list_fl .ul li time i:after{ display:block; content:''; margin:5px auto; height:9px; width:50%; max-width:66px; background:url(../img/bg1.png) no-repeat center;}
.standrad_list_fl .ul li div p{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.standrad_list_fl .ul li:hover{background: #fff; box-shadow: 0 0 20px #ddd;}
.standrad_list_fl .ul li:hover h3{padding-left: 20px;}
.standrad_list_fl .ul li:hover h3 a{ color: #005db7;}
.standrad_list_fl .ul li:hover time i{color: #005db7;}
.standrad_list_fl .ul li:hover time i:after{background: url(../img/bg2.png) no-repeat center;}

@media(max-width:1000px){
	.standrad_list_fl .ul li{padding-left:100px;padding-right:30px;}
	.standrad_list_fl .ul li:after{width:30px; background-size:35% auto;}
	.standrad_list_fl .ul li time{width:100px;}
	.standrad_list_fl .ul li time span{font-size:14px;}
	.standrad_list_fl .ul li time i{font-size:40px;line-height:30px;}
	
	.w-75{width:calc(70% - 10px);}
	.w-25{width:calc(30% - 10px);}
}




@media(max-width:640px){
	.standrad_list_fl .ul ol{ padding-left:0;}
	.standrad_list_fl .ul ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
	.standrad_list_fl .ul ol div{ padding:3%;}
}

@media(max-width:480px){
	.standrad_list_fl .ul li{padding-left:80px;padding-right:0;}
	.standrad_list_fl .ul li:after{ display:none;}
	.standrad_list_fl .ul li time{width:80px;}
	.standrad_list_fl .ul li time i{font-size:30px;}
	.standrad_list_fl h3{ font-size:16px;}
	.standrad_list_fl p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;}
	.standrad_list_fl .ul ol p{ height:60px;}
}

/*内容 景旺制度 结束*/


/*内容 荣誉证书box2 开始*/
.hon-box2 ul li{float: left; width: calc(25% - 20px); margin: 10px;border: 1px solid #e7e7e7; padding: 10px 10px 0 10px;box-sizing: border-box;}
.hon-box2 ul li .img-box{overflow: hidden; -webkit-transition: 0.4s; -moz-transition: 0.4s; transition: 0.4s; margin-bottom: 20px;}
.hon-box2 ul li .img-box img{ -webkit-transition: 0.4s; -moz-transition: 0.4s; transition: 0.4s;}
.hon-box2 ul li:hover .img-box img{transform: scale(1.05);}
.hon-box2 ul li p{line-height: 52px; text-align: center; color: #666; border-top: 1px solid #e7e7e7; position: relative;}
.hon-box2 ul li p:before{content: ''; position: absolute; width: 0; height: 1px; background: #005db7; left: 0; top: 0;}
.hon-box2 ul li:hover p{color: #005db7;}
.hon-box2 ul li:hover{border-color:#005db7 ;}

.hon-box2 ul li{position: relative; display: inline-block; max-width: 100%; overflow: hidden;}
.hon-box2 ul li:before,
.hon-box2 ul li:after { content: "";  opacity: 0; z-index: 3; position: absolute; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.hon-box2 ul li:before { top: 0px; left: 0px; right: 100%; bottom: 100%; border-top: 1px solid; border-left: 1px solid; }
.hon-box2 ul li:after { left: 100%; top: 100%; bottom: 0px; right: 0px; border-bottom: 1px solid; border-right: 1px solid;}

.hon-box2 ul li:hover::before { opacity: 1; bottom: 0; right: 0px; border-color:#005db7;}
.hon-box2 ul li:hover::after { opacity: 1; top: 0px; left: 0px; border-color:#005db7;}

.hon-box2 ul li:hover{border-color: transparent;}

.hon-box2 ul li a{ display:block; position:relative; z-index:998; }

@media screen and (max-width:768px ){
	.hon-box2 ul li{width: calc(50% - 20px);}
}

@media screen and (max-width:375px ){
	.hon-box2 ul li{width: 100%; margin: 10px 0;}
}

/*分页 开始*/
.pager{ text-align:center; margin-top:40px; background: #eee; padding: 20px 0;}
.pager a{ display: inline-block;/* border:1px solid #005db7;*/ padding:5px 10px; margin:0 4px; }
.pager strong{ display: inline-block; border:1px solid #005db7; padding:5px 10px; margin:0 4px; }
.pager a:hover,.pager strong{ background:#005db7; color:#fff; }
/*分页 结束*/


.nav ul{position: relative;}
.nav ul li:nth-last-child(2) .child{left: -95px;}
.nav ul li:nth-last-child(3) .child{left: -95px;}
.nav ul li.search{position: static;}
.nav ul li.search a{display: block; width: 32px;text-align: center; height: 48px;line-height: 48px; margin: 12px 5px;position: relative; color: #fff;}
.nav ul li.search i{padding: 12px 0; display: block; margin: 0 auto; width: 23px; height: 100%; /*background: url(../img/icon/icon-sousuo2.png) no-repeat center; background-size: contain;*/}
.nav ul li.search i .img0,
.nav ul li.search i .img1{vertical-align: top;}
.nav ul li.search i .img1{display: none;}
.nav ul li.search i .img2{display: none;}
.nav ul li.search .searchbox{ width: 100%; display: none;  opacity: 0; visibility: hidden; padding: 8px; background: #fff; box-shadow: 0 0 10px 0 rgba(0,102,203,.5) inset;-webkit-box-shadow: 0 0 10px 0 rgba(0,102,203,.5) inset; position: absolute;left: 0;}
.nav ul li.search .searchbox input{width: 100%; padding-left: 13px; height: 32px; line-height: 32px; padding-right: 65px; color: #666;}
.nav ul li.search .searchbox .btn {display: block;background: url(../img/icon/icon-sousuo1.png) no-repeat center; width: 20px;height: 20px; background-size:contain;position: absolute;top: calc(50% - 12px);right: 15px;}
.nav ul li.search.active .searchbox{ width: 100%; display:block; opacity: 1; visibility: visible; }
.nav ul li.search.nactive .searchbox{ display: none; opacity: 0; visibility: hidden;}
@media screen and (max-width: 992px) {
	.smart-nav ul li.search {padding: 20px 0;}
	.smart-nav ul li.search .searchbtn{display: none;}
	.smart-nav ul li.search .searchbox{width: 80%; margin: auto; position: relative;}
	.smart-nav ul li.search .searchbox .btn {display: block;background: url(../img/icon/icon-sousuo1.png) no-repeat center; width: 20px;height: 20px; background-size:contain;position: absolute;top: calc(50% - 12px);right: 15px;}
}