@font-face {
	font-family: "ACaslonPro-Regular";
	src: url("../fonts/ACaslonPro-Regular.woff2") format("woff2"),
	url("../fonts/ACaslonPro-Regular.woff") format("woff"),
	url("../fonts/ACaslonPro-Regular.ttf") format("truetype"),
	url("../fonts/ACaslonPro-Regular.eot") format("embedded-opentype"),
	url("../fonts/ACaslonPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 768px) {
	html {
		font-size: 28px!important;
	}
}
@media (min-width: 1025px) {
	::-webkit-scrollbar {
		width: 6px;
		height:6px;
	}

	::-webkit-scrollbar-track {
		background: #fff;
	}

	::-webkit-scrollbar-thumb {
		background: #11347a;
		/*border-radius: 4px;*/
	}

	::-webkit-scrollbar-thumb:window-inactive {
		background: #11347a;
	}

	::-webkit-scrollbar-thumb:vertical:hover {
		background: #11347a;
	}
	html {
		font-size: 30px!important;
	}
	body{
		-ms-overflow-style: scrollbar;
	}
}
@media (min-width: 1440px) {
	html {
		font-size: 34px!important;
	}
}
@media (min-width: 1680px) {
	html {
		font-size: 40px!important;
	}
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance:none;
	appearance:none;  
	padding: 0;
}
textarea{
	resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
	color:#888;  
}  
input:-moz-placeholder{
	color:#888;
}  
input::-moz-placeholder{
	color:#888;
}  
input:-ms-input-placeholder {
	color:#888;
}  

textarea::-webkit-input-placeholder{
	color:#888;  
}  
textarea:-moz-placeholder{
	color:#888;
}  
textarea::-moz-placeholder{
	color:#888;
}  
textarea:-ms-input-placeholder {
	color:#888;
}

@font-face {
	font-family: "GOTHAMLIGHT";
	src:    url("fonts/GOTHAMLIGHT_1.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PINGFANG";
	src:    url("fonts/PINGFANG REGULAR.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DIN-REGULAR";
	src:    url("fonts/DIN-REGULAR.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.fm_gt{
	font-family: "GOTHAMLIGHT";
}
.fm_pf{
	font-family: "PINGFANG";
}
.fm_dr{
	font-family: "DIN-REGULAR";
}



/*顶部*/
header{
	height: 2.5rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff;
	transition: all .3s; 
}

.header-view{
	width: 91.67%;
	margin: 0 auto;
}
header .logo{
	width: 2.75rem;
	float: left;
	position: relative;
	margin-top: .85rem;
	z-index: 3;
}
header .logo img{
	width: 100%;
}
header.active-on .logo .logo1{
	display:none;
}
header.active-on .logo .logo2{
	display:inline-block;
}
nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-size: 0;
}
.nav-ul{
	display: inline-block;
	height: 100%;
	margin: 0 auto;
}
.nav-ul li{
	margin:0 .75rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	position: relative;
}
.nav-ul li:first-child{
	margin-left: 0;
}

.nav-ul li .tit{
	display: block;
	font-size: .425rem;
	color: #000;
	line-height: 2.5rem;
	font-family: "Microsoft Yahei";
}

.nav-ul li.on a{
	color: #1f2e9b !important;
}


.header-right{
	float: right;
	position: relative;
	z-index: 3;
	margin-top: .8rem;
}
.header-ss{
	width: 4.75rem;
	height: .9rem;
	line-height: .9rem;
	border: 1px solid rgba(0,0,0,.1);
	border-radius:.45rem;
	float: right;
	position: relative;
}



.header-ss .int2{
	display: block;
	background: none;
	border: none;
	padding: 0 .5rem;
	font-size: .35rem;
	line-height: .9rem;
	color: #333;
	border-radius: 6px;
	width: 70%;
	font-family: "Microsoft Yahei";
}
.header-ss .int1{
	display: block;
	width: .9rem;
	height: .9rem;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	background-image: url(../img/ico02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .325rem;
}
.logo1{
	display: none;
}
.header-en{
	font-size: 15px;
	color: #000;
	float: right;
	height: .9rem;
	line-height: .9rem;
	font-weight: bold;
	margin-left: .5rem;
	transition: all .3s;
}
.header-ph{
	float: left;
	width: 30px;
	height: 35px;
	margin-top: 32.5px;
	background: url(../img/ico03.png) no-repeat center;
	background-position-x: 13px;
	margin-left: 12px;
	padding-left: 18px;
	position: relative;
}
.header-ph:after{
	content: "";
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,.2);
	position: absolute;
	left: 0;
	top: 10px;
}
header.on .header-en{
	color: #000;
}
header.on .header-ph{
	background: url(../img/ico04.png) no-repeat center;
	background-position-x: 13px;
}
header.on .header-ph:after{
	background: rgba(0,0,0,.1);
}

header.cli .header-en{
	color: #000;
}
header.cli .header-ph{
	background: url(../img/ico04.png) no-repeat center;
	background-position-x: 13px;
}
header.cli .header-ph:after{
	background: rgba(0,0,0,.1);
}


header.white{
	background: transparent;
	border-color:transparent;
}
header.white .logo1{
	display: inline-block;
}
header.white .logo2{
	display: none;
}
header.white .nav-ul li .tit{
	color: #fff;
}


header.white .header-ss{
	border: 1px solid rgba(255,255,255,.1);
}
header.white .header-ss .int2{
	color: #fff;
}
header.white .header-ss .int1{
	background-image: url(../img/ico01.png);
}
header.white .header-en{
	color: #fff;
}

header.on{
	background: #fff;
	border-color:rgba(0,0,0,.1);
}
header.on .logo1{
	display: none;
	
}
header.on .logo2{
	display: inline-block;
}
header.on .nav-ul li .tit{
	color: #000;
}


header.on .header-ss{
	border: 1px solid rgba(0,0,0,.1);
}
header.on .header-ss .int2{
	color: #333;
}
header.on .header-ss .int1{
	background-image: url(../img/ico02.png);
}
header.on .header-en{
	color: #000;
}
header.on.white .header-ss .int2::-webkit-input-placeholder{
	color:#333;  
}  
header.on.white .header-ss .int2:-moz-placeholder{
	color:#333;
}  
header.on.white .header-ss .int2::-moz-placeholder{
	color:#333;
}  
header.on.white .header-ss .int2:-ms-input-placeholder {
	color:#333;
}  
/*header.on .header-s{
	background: url(../img/ico14.png) no-repeat center;
	}*/




/* header.on2{
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: all .3s; 
-webkit-transition: all .3s;
}
header.on2 .logo1{
	display: none;
}
header.on2 .logo2{
	display: inline-block;
}
header.on2 .nav-ul li a{
	color: #000;
}


header.on2 .header-ss{
	border: 1px solid rgba(0,0,0,.1);
}
header.on2 .header-ss .int1{
	background-image: url(../img/ico02.png);
}

header.on2 .header-en{
	color: #000;
}
header.on2 .header-ph{
	background: url(../img/ico04.png) no-repeat center;
	background-position-x: 13px;
}
header.on2 .header-ph:after{
	background: rgba(0,0,0,.1);
}
header.on2 .header-div div{
	background: #000;
	} */


header.cli{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
header.cli .logo1{
	display: none;
}
header.cli .logo2{
	display: inline-block;
}
header.cli .nav-ul li a{
	color: #000;
}


header.cli .header-ss{
	border: 1px solid rgba(0,0,0,.1);
}
header.cli .header-ss .int1{
	background: url(../img/ico02.png) no-repeat 2px center;
}
/*header.cli .header-s{
	background: url(../img/ico14.png) no-repeat center;
	}*/


.header-div{
	display: block;
	width: 30px;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
}
.header-div div{
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 7px;
	transition: all .5s; 
}
header.on .header-div div{
	background: #000;
}
header.cli .header-div div{
	background: #000;
}
.header-div.on .header-d1{
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	transform-origin:0%;
	-ms-transform-origin:0%;
	-webkit-transform-origin:0%;
	-moz-transform-origin:0%;
	transition: all .5s; 
}
.header-div.on .header-d2{
	opacity: 0;
	transition: all .5s; 
}
.header-div.on .header-d3{
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
	transform-origin:0%;
	-ms-transform-origin:0%;
	-webkit-transform-origin:0%;
	-moz-transform-origin:0%;
	transition: all .5s; 
}
.clearfixed{
	height: 2.5rem;
}
.nav-ul li .navson{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2.5rem;
	width:4.25rem;
	background-color: #fff;
	box-shadow: 0 0 .5rem rgba(0,0,0,.1);
	border-radius: 4px;
}
.nav-ul li .navson a{
	display: block;
	padding: .4rem 0;
	text-align: center;
	font-size: .4rem;
	line-height: .5rem;
	color: #666;
	transition: all .3s;
	font-family: "Microsoft Yahei";
}
.m-nav-wrap{
	display: none;
}

/*底部*/
footer{
	position: relative;
	z-index: 10;
}
.footer-a{
	height: 70px;
	padding: 1.25rem 0 0;
}
.footer-a1 a{
	display: block;
	font-size: .425rem;
	color: #000;
	line-height: 70px;
	float: left;
	margin-left: 60px;
	font-family: "Microsoft Yahei";
}
.footer-a1 a:first-child{
	margin-left: 0;
}
.footer-a2{
	font-size: 0;
}

.footer-a2 .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-left: .5rem;
	position: relative;
}
.footer-a2 .item .icon{
	display: block;
	width: 1.1rem;
}
.footer-a2 .item .sub{
	position: absolute;
	left: 50%;
	bottom:1.1rem;
	padding-bottom: 10px;
	width: 4rem;
	transform:translateX(-50%);
	display: none;
}
/*.footer-a2 .item .sub:before{
content: "";
position: absolute;
left: 50%;
bottom:0;
width: 0;
height: 0;
border:5px solid transparent;
border-top-color: #fff;
box-shadow: 0 0 20px rgba(0,0,0,.1);
}*/
.footer-a2 .item .sub .img{
	position: relative;
	z-index: 3;
	padding:.1rem;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.footer-a2 img{
	width: 100%;
}
.footer-b{
	height: 60px;
	background: #272727;
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.footer-b a{
	color: #fff;
}
.footer-b1 span{
	margin-left: 15px;
}
.footer-b2{
	font-size: 16px;
}
.footer-b2 a{
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}
.aside-box{
	position: fixed;
	right: .25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9rem;
	display: none;
	z-index: 50;
}
.pro-aside{
	margin-bottom: .7rem;
	display: none;
}
.pro-aside .item{
	display: block;
	position: relative;

	margin-bottom: 1px;
	/* border-radius: 2px; */
}
.pro-aside .item .icon{
	display: block;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .9rem;
	border-radius: 2px;
	background-color: #3d4899;
}
.pro-aside .item:nth-child(2n) .icon{
	background-color: #2f3880;
}
.pro-aside .item:nth-child(1) .icon{
	background-image: url('../img/pro-aside-icon1.png');
}
.pro-aside .item:nth-child(2) .icon{
	background-image: url('../img/pro-aside-icon4.png');
}
.pro-aside .item:nth-child(3) .icon{
	background-image: url('../img/pro-aside-icon3.png');
}
.pro-aside .item:nth-child(4) .icon{
	background-image: url('../img/pro-aside-icon2.png');
}

.pro-aside .item .txt{
	position: absolute;
	right: 1.9rem;
	top: 0;
	white-space: nowrap;
	padding: 0 .5rem;
	height: 1.75rem;
	text-align: center;
	width: 4.75rem;
	line-height: 1.75rem;
	background-color: #3d4899;
	color: #fff;
	font-size: .4rem;
	border-radius: 2px 0 0 2px;
	display: none;
}
.pro-aside .item .txt:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 1.2rem;
	background-color: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	transform: translateY(-50%);
}
.pro-aside .item:nth-child(2n) .txt{
	background-color: #2f3880;
}
.pub-aside .item{
	display: block;
	padding: .3rem 0 .25rem;
	text-align: center;
	background-color: #3d4899;
	border-radius: 2px;
	margin-bottom: 1px;
}
.pub-aside .item:nth-child(2n){
	background-color: #2f3880;
}
.pub-aside .item .icon{
	width: .55rem;
	height: .55rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 auto;
	display: block;
}
.pub-aside .item:nth-child(1) .icon{
	background-image: url('../img/tel.png');
}
.pub-aside .item:nth-child(2) .icon{
	background-image: url('../img/top-btn.png');
}
.pub-aside .item .txt{
	font-size: .35rem;
	line-height: .4rem;
	color: #fff;
	display: block;
	margin-top: .2rem;
}

.chip-page .pro-aside{
	display: block;
}




.bj-eee{
	background: #eee;
}
.ibanner{
	/* height: 885px; */
}
.ibanner .swiper-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	height: 100%;
}
.ibanner img{
	width: 100%;
}
.ibanner .block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ibanner-m{
	display: none;
}
.ibanner-fx{

	max-width: 1830px;
	padding: 0 30px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.ibanner-fx-a{
	width: 25px;
	position: absolute;
	right: 30px;
	top: 350px;
}
.ibanner-fx .bds_tsina{
	width: 25px;
	height: 20px;
	background: url(../img/ico06.png) no-repeat center;
	background-position: 0 !important;
}
.ibanner-fx .bds_weixin{
	width: 25px;
	height: 20px;
	background: url(../img/ico07.png) no-repeat center;
	background-position: 0 !important;
}
.ibanner-fx .sf-jrtt{
	width: 25px;
	height: 20px;
	background: url(../img/ico08.png) no-repeat center;
	background-position: 0 !important;
}
.ban-btns{
	position: absolute;
	bottom: 5%;
	left:0;
	text-align: center;
	/* z-index: 3; */
	width: 100%;
}
.ban-btns .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: transparent;
	z-index: 3;
}
.ban-btns .swiper-pagination-bullet:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.ban-btns .swiper-pagination-bullet-active{
	/*background-image: url(../img/ico05.png);*/
}
.ban-btns .swiper-pagination-bullet-active:before{
	background-color: #3d4899;
}
.ibanner-a{
	max-width: 1740px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.ibanner-a1{
	font-size: 68px;
	color: #fff;
	line-height: 75px;
	padding: 0 45px;
	padding-top: 240px;
}
.ibanner-a2{
	font-size: 18px;
	color: #fff;
	line-height:25px;
	padding: 0 45px;
	padding-top: 20px;
}
.ibanner-a3{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	height: 25px;
	margin-top: 50px;
	margin-left: 45px;
	padding-right: 20px;
	background: url(../img/ico09.png) no-repeat right center;
	transition: all .3s; 
	-webkit-transition: all .3s;
}
.ban-video{
	position: relative;
}
.ban-video .ibanner-a0{
	height: 100%;
}
.ibanner-a0 video{
	display: block;
	width: 130%;
	height: 130%;
	background:#000;
	left: -15%;
	top: -15%;
	position: absolute;
	z-index: 1;
}
.ibanner-span{
	z-index: 3;
}
.index-view{
	width: 87.5%;
	margin: 0 auto;
}

.ibanner-b{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 100%;
	background: url(../img/ico16.png) no-repeat center;
	-webkit-animation: img-xy 6s linear infinite;
	animation: img-xy 6s linear infinite;
}

@keyframes img-xy {
	0% {
		transform: scale(1);
		opacity: .8;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1.05);
		opacity: .8;
	}
}


.index-cont{
	width: 87.5%;
	/* padding-bottom:1.975rem; */
	margin: 0 auto;
	/* margin-top: -4.1rem; */
	position: relative;
	z-index: 4;
	padding-top: 2rem;
}
.ilast{
	position: relative;
	z-index: 3;
}
.ilast-a{
	height: 2.375rem;
	background: rgba(255,255,255,.8);
	border-radius: 6px;
	cursor: pointer;
	padding: 0 1.125rem;
	overflow: hidden;
	transition: all .3s; 
	-webkit-transition: all .3s;
}
.ilast-a1{
	font-size: .7rem;
	color: #1e2b3b;
	line-height: 2.375rem;
	font-weight: bold;
}
.ilast-a2{
	width: 13px;
	height: 2.375rem;
	line-height: 2.375rem;
	background: url(../img/ico10.png) no-repeat center;
	transition: all .3s; 
	-webkit-transition: all .3s;

}

/*.ilast:hover .ilast-a2{
background: url(../img/ico10s.png) no-repeat center;
transition: all .3s; 
-webkit-transition: all .3s;
}*/
.ilast-b{
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	background: #fff;
	padding: 30px 0;
	border-radius: 6px;
	display: none;
}
.ilast-b div{
	height: 60px;
	padding:0 45px;
	font-size: 22px;
	color: #1e2b3b;
	line-height: 60px;
	cursor: pointer;
}

.ilast-c{
	height: 2.5rem;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 1.125rem;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.ilast-c1{
	width: 60%;
	font-size: .85rem;
	line-height: 1;
	/* padding-top: .3rem; */
	color: #262626;
}
.ilast-c2{
	width: 60%;
	font-size: .7rem;
	color: #262626;
	line-height: .8rem;
	font-weight: bold;
}
.ilast-c3{
	width: 2rem;
	height: 100%;
	line-height: 3rem;
	font-size: 18px;
	color: #262626;
	padding-right: .625rem;
	text-align: right;
	background: url(../img/ico11.png) no-repeat right center;
	position: absolute;
	top: 0;
	right: 45px;
	cursor: pointer;
	transition: all .3s; 
}


.idiv-cont{
	width: 100%;
	position: relative;
}
.idiv{
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 20px;
	/* top: 2.875rem; */
	top: 0;
	width: 100%;
	transition: all .5s; 
	-webkit-transition: all .5s;
}

.ipro{
	transition: all .8s; 
	-webkit-transition: all .8s;
}
.ipro-ul{
	border-radius: 6px;
	overflow: hidden;
}
.ipro-ul a{
	display: block;
	width:33.333%;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	float: left;
}
.ipro-a{
	width: 64.3%;
	height: 1.75rem;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 6%;
	text-align:center;
	font-size: 0;
	transition: all .3s; 
	-webkit-transition: all .3s;
}
.ipro-a1{
	font-size:.4rem;
	line-height: 1;
	padding-top:.4rem;
	color: #fff;
}
.ipro-a2{
	font-size: .5rem;
	color: #fff;
	line-height: 1.75rem;
	/*margin-top: .625rem;*/
	font-weight:bold;
	position:relative;
	text-align:center;
	padding-right:1rem;
	display:inline-block;
}
.ipro-a3{
	height:.55rem;
	width: .35rem;
	background-image: url(../img/ico12.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%);
}



.inews{
	transition: all .8s; 
	-webkit-transition: all .8s;
}
.inews .ilast-c{
	background: #fbfbfb;
}
.inews-ul{
	overflow: hidden;
	border-radius: 6px;
	padding: .5rem 0;
	background: #fff;
}
.inews-ul a{
	display: block;
	width: 47.6%;
	float: left;
	/* height: 100px; */
	margin: 4px 0;
	position: relative;
	padding: .625rem 1.25rem;
	box-sizing: border-box;
}
.inews-ul a:nth-child(2n){
	float: right;
}
.inews-a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
	transition: all .3s; 
	-webkit-transition: all .3s;
}
.inews-b{
	font-size: .55rem;
	color: #1b1b1b;
	line-height: .7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	width: 90%;
	font-family: "Microsoft Yahei";

}
.inews-b br{
	display: none;
}
.inews-c{
	font-size: .35rem;
	line-height: 1;
	color: #afafaf;
	margin-top: 10px;
	position: relative;
}
.inews-d{
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 35px;
	background: url(../img/ico14.png) no-repeat center;
	transition: all .3s; 
	-webkit-transition: all .3s;
}



.ilast-a{
	display: none;
}
.idiv.cli{
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1;
	transition: all .5s; 
	-webkit-transition: all .5s;
}
.idiv.cli .ilast-c{
	display: none;
}
.idiv.cli .idiv-a{
	display: none;
}
.idiv.cli .ilast-a{
	display: block;
}

.clo0{
	color: #000 !important;
}
.ibanner-a3.clo0{
	background-image: url(../img/ico14.png);
}

.ipro-ul a{
	-webkit-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	transform:scale(1,1);
	position:relative;
	z-index:1;
	overflow: hidden;
}
.ipro-ul img{
	width: 100%;
	transition: transform .5s ease;
}
.ibanner-pc{
	height: 100vh;
}
.ibanner .video{
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
}
.index-page header{
	background: transparent;
}
.index-page header.on{
	background: #fff;
}
.index-page .clearfixed{
	display: none;
}
.view{
	width: 72.9%;
	margin: 0 auto;
}
.sub-banner{
	position: relative;
}
.sub-banner img{
	width: 100%;
}
.sub-banner .text-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.sub-banner .text-box .tit{
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #fff;
	font-weight: bold;
}

.sub-banner .text-box .btns{
	font-size: 0;
	margin-top: 1.1rem;
}
.sub-banner .btns a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 4.25rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	color: #fff;
	font-size: .45rem;
	background-color: rgba(255,255,255,.2);
	margin-right: .1rem;
	border-radius: 4px;
	font-weight: bold;
	transition: all .3s;
}
.sub-banner .btns a.cur{
	background-color: #3d4899;
}
.ban-about .text-box .tit{
	color: #11347a;
	font-weight: bold;
}
.ban-about .btns a{
	background-color: rgba(17,52,122,.3);
}
.ban-about .m-img{
	display: none;
}
.chip-box{
	padding: 2.75rem 0;
}
.txt-center{
	text-align: center;
}
.pro-title{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.3rem;
	text-align: center;
	font-weight: bold;
}
.pro-tit{
	font-size: .85rem;
	line-height: .9rem;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.pro-con{
	font-size: .45rem;
	line-height: .9rem;
	color: #666;
	margin-top: 1.5rem;
	font-family: "Microsoft Yahei";
}
@media (max-width: 767px){
	.pro-con{
		margin-top:.5rem;
	}
}
.pic-box{
	padding: 2rem 0 2.5rem;
	background-color: #edf2f7;
}
.chip-box .pro-con,
.pic-box .pro-con,
.wisdom-box .pro-con{
	width: 83.57%;
	margin: 1.5rem auto 0;
}
.pic-list{
	margin-top: 2.25rem;
}

.pic-list .row{
	margin: 0 -1.5rem;
}
.pic-list .item{
	box-sizing: border-box;
	padding: 0 1.5rem;
	position: relative;
}
.pic-list .item:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0rem;
	width: 1px;
	height: 5.75rem;
	background-image: url('../img/pic-divide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.pic-list .item:last-child:before{
	display: none;
}
.pic-list .en{
	font-size: .75rem;
	line-height: .8rem;
	color: #2a368f;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.pic-list .cn{
	font-size: .6rem;
	line-height: .7rem;
	color: #000;
	margin-top: .3rem;
	font-family: "Microsoft Yahei";
}
.pub-con{
	font-size: .45rem;
	line-height: .9rem;
	color: #666;
	font-family: "Microsoft Yahei";
}
.pic-list .pub-con{
	margin-top: .6rem;
	height: 1.8rem;
}
.pro-more{
	display: block;
	width: 3.1rem;
	height: 1rem;
	border-radius: .5rem;
	border: 1px solid #3d4899;
	text-align: center;
	line-height: 1rem;
	font-size: .35rem;
	color: #3d4899;
	transition: all .3s;
}
.pic-list .pro-more{
	margin-top: 1.25rem;
}

.calc-box .pro-con{
	width: 67.14%;
	margin: .6rem auto 0;
}
.ai-box{
	padding: 2.25rem 0 2.5rem;
	
}
.ai-list{
	width: 98.57%;
	margin: 1rem auto 0;
}
.ai-list li{
	padding: 0 1.65rem 0 1.15rem;
	box-shadow: 0 0 .5rem rgba(0,0,0,.06);
	margin-bottom: .5rem;
	position: relative;
	border-radius: 4px;
}
.ai-list li:last-child{
	margin-bottom: 0;
}
.ai-list .ai-tit{
	float: left;
	font-size: .6rem;
	line-height: 2.2rem;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.2rem;
	padding: 1.75rem 0 1.75rem 3rem;
	font-family: "Microsoft Yahei";
}
.ai-list .right{
	position: absolute;
	right: 1.65rem;
	top: 50%;
	transform: translateY(-50%);
	width: 66.67%;
}
.ai-list .right .pro-more{
	margin-top: .5rem;
}

.ai-list li.on .ai-tit{
	padding: 1.75rem 0 3.25rem 3rem;
	background-position: left 1.75rem;
}
.calc-box{
	padding: 2rem 0 1.6rem;
	background-color: #edf2f7;
}

.calc-box .calc-list{
	margin-top: 1.25rem;
}
.calc-box .row{
	margin: 0 -1.25rem;
}
.calc-box .item{
	position: relative;
	box-sizing: border-box;
	padding: 0 1.25rem;
}
.calc-box .item:before{
	content: "";
	position: absolute;
	right: 0;
	top: 1.5rem;
	width: 1px;
	height: 8rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/calc-divide.png');
}
.calc-box .item:last-child:before{
	display: none;
}
.calc-box .con-box .icon{
	width: 1.475rem;
	margin: 0 auto;
}
.calc-box .con-box .icon img{
	width: 100%;
}
.calc-box .calc-tit{
	font-size: .6rem;
	line-height: .7rem;
	text-align: center;
	margin-top: .5rem;
	font-family: "Microsoft Yahei";
}
.calc-box .pub-con{
	margin-top: .5rem;
	height: 5.4rem;
}
.calc-box .pro-more{
	margin: .6rem auto 0;
}
.wisdom-box{
	padding: 1.75rem 0;
}
.chip-wrap{
	width: 68.14%;
	margin: .9rem auto 0;
	padding: 1.5rem 5%;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	position: relative;
	border-radius: 4px;
}
.chip-wrap .icon{
	position: absolute;
	left: 6.64%;
	top: 50%;
	width: 2.2rem;
	margin-top: -1.1rem;
}
.chip-wrap .icon img{
	width: 100%;
}
.chip-wrap .tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	text-align: center;
}
.chip-wrap .pub-con{
	width: 83%;
	float: right;
	/* height: 3.6rem; */
	overflow: hidden;
}
.chip-wrap .pro-more{
	margin: 1rem auto 0;
}
.chip-wrap .pub-con.on{
	height: auto;
}
.dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.dialog-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.dialog-box .pro-dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72.9%;
	background: #fff;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 1.5rem 2.65rem .9rem;
	border-radius: 8px;
}
.pro-dialog .tit{
	text-align: center;
}
.pro-dialog .en{
	font-size: 1rem;
	line-height: 1.1rem;
	color: #2a368f;
	font-weight: bold;
	font-family: arial;
}
.pro-dialog .cn{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
}
.dialog-box .type-btns{
	margin-top: 1rem;
	border-bottom: 2px solid #d7dce0;
	overflow: hidden;
}
.dialog-box .type-btns .swiper-wrapper{
	justify-content: center;
}
.dialog-box .type-btns .swiper-slide{
	width: auto;
	margin: 0 .7rem;
}
.dialog-box .type-btns a{
	display: block;
	font-size: .45rem;
	line-height: .75rem;
	padding-bottom: .3rem;
	color: #666;
	position: relative;
	font-weight: bold;
	transition: all .3s;
}
.dialog-box .type-btns a:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #2a368f;
	margin-left: -40%;
	transition: all .3s;
}
.dialog-box .type-btns .swiper-slide.cur a{
	color: #2a368f;
}
.dialog-box .type-btns .swiper-slide.cur a:before{
	width: 80%;
}
.dialog-wrap{
	margin-top: .7rem;
}
.dialog-con{
	max-height: 10rem;
}
.dialog-wrap .item{
	display: none;
}
.params-table{
	margin-top: .8rem;
	border-radius: 4px;
	overflow: hidden;
}
.params-tit{
	font-size: .45rem;
	line-height: 1.4rem;
	text-align: center;
	color: #fff;
	background: #3d4899;
	font-family: "Microsoft Yahei";
}
.params-table table{
	width: 100%;
	text-align: center;
	background-color: #edf2f7;
	border: 1px solid #dae0e6;
}
.params-table table th,
.params-table table td{
	text-align: center;
	font-size: .45rem;
	line-height:.6rem;
	border: 1px solid #dae0e6;
	padding: .3rem .25rem;
	word-break: break-word;
	font-family: "Microsoft Yahei";
}
.params-table table th:last-child,
.params-table table td:last-child{
	display: none;
}

.dialog-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background: #edf2f7;
}
.dialog-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #2a368f;
}
.dialog-con .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.dialog-con .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
	background: #2a368f;
}
.dialog-con .mCSB_outside+.mCSB_scrollTools{
	height: 14.45rem;
	top: -4rem;
	right: -1.25rem;
}
.pro-dialog .dialog-close{
	position: absolute;
	right: -.9rem;
	top: -.25rem;
	width: .45rem;
	height: .45rem;
	background-image: url('../img/dialog-close.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
}
.pro-dialog .pub-con img{
	max-width: 100%;
}
.pro-dialog2 .params-table table th,
.pro-dialog2 .params-table table td{
	border-right: none;
	border-bottom: none;
	text-align: left;
}
.pro-dialog2 .params-table table th:last-child,
.pro-dialog2 .params-table table td:last-child{
	display: block;
}
.pro-dialog2 .params-table{
	/* max-width: 860px; */
	margin: 0 auto 0;
}
.pro-dialog2 .params-table table tr td:nth-child(1){
	padding-left: 15.7%;
}
.pro-dialog2 .params-table table tr td:nth-child(2){
	padding-left: 7%;
}

.pro-dialog2 .pub-con{
	margin-top: 1rem;
}
.pro-dialog2 .text-list{
	font-size: 0;
	text-align: center;
}
.pro-dialog2 .text-list li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .45rem;
	line-height: .5rem;
	color: #666;
	margin-bottom: .5rem;
	padding-left: .45rem;
	position: relative;
	margin-right: .5rem;
	min-width: 10rem;
	margin: 0 1rem .5rem;
	text-align: left;
	font-family: "Microsoft Yahei";
}
.pro-dialog2 .text-list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #2a368f;
	border-radius: 100%;
}
.test-box{
	padding: 2.25rem 0 1.5rem;
}
.test-list{
	margin-top: 1.5rem;
}
.test-list li{
	padding: 1rem 1.5rem;
	background: #f3f8fc;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	margin-bottom: 1rem;
	border-radius: 4px;
}
.test-list li:last-child{
	margin-bottom: 0;
}
.test-list .left{
	float: left;
	padding-left: 11%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.7rem;
	line-height: 2.75rem;
	font-size: .85rem;
	width: 25%;
	box-sizing: border-box;
	font-weight: bold;
	white-space: nowrap;
}
.test-list .right{
	float: right;
	width: 72.44%;
}
.test-list .pro-more{
	margin-top: .6rem;
}
.test-list .info-box{
	margin-top: .75rem;
	padding: 1.25rem 0 1rem;
	border-top: 1px solid #e0e4e9;
}
.test-list .info-tit{
	font-size: .6rem;
	line-height: .7rem;
	text-align: center;
	/* font-weight: bold; */
	font-family: "Microsoft Yahei";
}
.test-list .info-list{
	margin-top: 1.4rem;
}
.test-list .info-list .pro-con{
/* height: 1.8rem;
overflow: hidden; */
}
.test-list .info-list .pro-con.on{
	height: auto;
}
.test-list .row{
	margin: 0 -.95rem;
}
.test-list .img{
	box-shadow: 0 5px 5px rgba(0,0,0,.08);
	border-radius: 6px;
}
.test-list img{
	width: 100%;
}
.test-list .item{
	box-sizing: border-box;
	padding: 0 .95rem;
}
.test-list .info-box .pro-more{
	margin: .5rem auto 0;
}
.material-box{
	padding: 2.25rem 0 2rem;
}
.material-box .pro-con{
	margin: 1.5rem auto 0;
	width: 77.14%;
}
/* 7/11 */
.material-box .pro-con{
	width: 83.57%;
}
/* 7/11 */

.material-box .pro-con img{
	max-width: 100%;
}
.material-box .pro-more{
	margin: .75rem auto 0;
	background-color: #3d4899;
	color: #fff;
}
.core-box{
	padding: 2.25rem 0 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.core-box .core-title{
	font-size: .85rem;
	line-height: .9rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.core-view{
	width: 77%;
	margin: 0 auto;
}
.core-list{
	margin-top: 1.75rem;
}
.core-list .row{
	margin: 0 -2.75rem;
}
.core-list .item{
	padding: 0 2.75rem;
	box-sizing: border-box;
	position: relative;
}
.core-list .item:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 9.375rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/core-divide.png');
}
.core-list .item:last-child:before{
	display: none;
}
.core-list .core-tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #fff;
	text-align: center;
	font-family: "Microsoft Yahei";
}
.core-list .pub-con{
	color: #fff;
	margin-top: .7rem;
	opacity: .7;
	filter: alpha(opacity=70);
	/* height: 7.2rem; */
	overflow: hidden;
}
.core-list .pub-con .mCSB_scrollTools{
	width: 4px;
}
.core-list .pub-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background: transparent;
}
.core-list .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
	border-radius: 2px;
}
.core-list .pub-con p{
	padding-left: .5rem;
	position: relative;
}
.core-list .pub-con p:before{
	content: "*";
	position: absolute;
	left: 0;
	top: .25rem;
	font-size: .45rem;
	line-height: .5rem;
}
.core-list .pro-more{
	margin: .5rem auto 0;
	color: #fff;
	border-color: rgba(255,255,255,.2);
}
.si-box{
	padding: 2rem 0;
}
.si-box .si-tab{
	margin-top: 1.5rem;
	overflow: hidden;
	width: 100%;
	padding: 0 20px;
}

.si-box .si-tab .swiper-wrapper{
	justify-content: center;
}
.si-box .si-tab .swiper-slide{
	width: 30%;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	position: relative;
	/* margin: 0 2.5%; */
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s;
}
.si-box .si-tab .swiper-slide img{
	width: 100%;
}

.news-box{
	padding: 2rem 0 1rem;
}
.news-search-box{
	z-index: 3;
	position: relative;
}
.news-search{
	float: left;
	width: 6.2rem;
	padding: .5rem .6rem .5rem .7rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #b3b2b2;
	font-size: .4rem;
	height: .7rem;
	line-height: .7rem;
}

.news-search-box input[type=submit]{
	float: left;
	width: 1.75rem;
    height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .375rem;
	background-image: url('../img/recruit-search.png');
	background-color: #2a368f;
	border-radius: 4px;
	margin-left: .3rem;
}
.news-search-box .time-box{
	float: left;
	margin-left: .3rem;
	position: relative;
}
.news-search-box .time-box .tit{
	display: block;
	padding: 0 .75rem;
	height: calc(1.7rem + 2px);
	line-height: calc(1.7rem + 2px);
	background-color: #2a368f;
	width: 7.5rem;
	font-size: .5rem;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
.news-search-box .time-box .tit:before{
	content: "";
	position: absolute;
	right: .75rem;
	top: 50%;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/time-arrow.png');
}
.news-search-box .time-box .sub{
	/* display: none; */
	position: absolute;
	left: 0;
	top: calc(1.7rem + 2px);
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display: none;
}
.news-search-box .time-box .sub a{
	display: block;
	font-size: .5rem;
	line-height: 1.5rem;
	padding: 0 .75rem;
	color: #333;
	transition: all .3s;
}

.news-search-box .time-box.on{
	z-index: 3;
}
.news-top-list{
	margin-top: 1.65rem;
}
.news-top-list .row{
	margin: 0 -.3rem;
}
.news-top-list .item{
	box-sizing: border-box;
	padding: 0 .3rem;
}
.news-top-list .con-box{
	display: block;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 1rem 1rem 1.65rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/news-bg1.jpg');
	box-shadow: 0 8px 24px rgba(0,0,0,.04);
	transition: all .3s;
}

.news-top-list .con-box .time{
	font-size: .325rem;
	line-height: .4rem;
	color: #666;
	font-family: arial;
}
.news-top-list .con-box .tit{
	font-size: .6rem;
	line-height: .7rem;
	height: 1.4rem;
	color: #000;
	-white-space: nowrap;
	-overflow: hidden;
	-text-overflow: ellipsis;
	margin-top: .6rem;
	font-weight: bold;
}
.news-top-list .con-box .pub-con{
	margin-top: .6rem;
	height: 1.8rem;
	overflow: hidden;
}
.news-top-list .con-box .pro-more{
	margin-top: 1.25rem;
}
.news-bottom-list{
	margin-top: 1.5rem;
}
.news-bottom-list .item{
	display: block;
	padding: 1.25rem;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	font-size: 0;
	margin-bottom: .9rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/news-bg2.jpg');
	border-radius: 4px;
	transition: all .3s;
}
.news-bottom-list .item:last-child{
	margin-bottom: 0;
}
.news-bottom-list .item>div{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	transition: all .3s;
}
.news-bottom-list .time{
	font-size: .325rem;
	line-height: .4rem;
	color: #666;
	font-family: arial;
}
.news-bottom-list .tit{
	font-size: .6rem;
	line-height: .9rem;
	color: #000;
	width: 23.846%;
	margin-left: 2.3%;
	height: 1.8rem;
	overflow: hidden;
	font-weight: bold;
}
.news-bottom-list .pub-con{
	margin-left: 5.23%;
	width: 40%;
	height: 1.8rem;
	overflow: hidden;
}
.news-bottom-list .item>.pro-more{
	display: block;
	float: right;
	margin-top: .3rem;
}
.page{
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .35rem;
	line-height: 1rem;
	width: 1rem;
	height: 1rem;
	background-color: #edf2f7;
	vertical-align: top;
	border-radius: 4px;
	color: #666;
	font-family: arial;
	margin: 0 3px;
	transition: all .3s;
}

.page a[rel=prev],
.page a[rel=next]{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
}
.page a[rel=prev]{
	background-image: url('../img/page-prev.png');
}
.page a[rel=next]{
	background-image: url('../img/page-next.png');
}
.page a.active{
	background-color: #2a368f;
	color: #fff;
}
.news-bottom-list .page{
	margin-top: 1.75rem;
}
.industry-box{
	padding: 2.25rem 0 0;
}
.industry-wrap{
	margin-top: 1.2rem;
	padding-bottom: 3.1rem;
	position: relative;
}
.industry-list{
	float: left;
	width: 64.2857%;
}
.industry-list .item{
	display: block;
	padding: 1.25rem 1.75rem 1rem 1.1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/industry-bg1.jpg');
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	margin-bottom: .6rem;
	border-radius: 4px;
	transition: all .3s;
}
.industry-list .item:last-child{
	margin-bottom: 0;
}
.industry-list .item .tit{
	font-size: .55rem;
	line-height: .7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.industry-list .item .time{
	font-size: .325rem;
	line-height: .4rem;
	color: #808080;
	margin-top: .4rem;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}

.industry-list .item .pub-con{
	margin-top: .4rem;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.industry-list .item .detail{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .35rem;
	color: #808080;
	line-height: .4rem;
	padding-right: .4rem;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../img/industry-detail.png');
	background-size: 9px;
	margin-top: .6rem;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.industry-wrap .page{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.industry-wrap .right{
	float: right;
	width: 22.857%;
	padding-left: 5.7%;
	position: relative;
}
.industry-wrap .right:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: calc(100% - .75rem);
	background-color: #f2f2f2;
}
.industry-wrap .right .title{
	font-size: .55rem;
	line-height: .6rem;
	color: #000;
	font-weight: bold;
}
.industry-wrap .hot-list{
	margin-top: .6rem;
}
.industry-wrap .hot-list .item{
	display: block;
	padding: .6rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/industry-bg2.jpg');
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	margin-bottom: .4rem;
	transition: all .3s;
}
.industry-wrap .hot-list .item:last-child{
	margin-bottom: 0;
}
.industry-wrap .hot-list .item .pub-con{
	line-height: .75rem;
	height: 2.25rem;
	overflow: hidden;
	transition: all .3s;
}
.industry-wrap .hot-list .item .time{
	font-size: .3rem;
	line-height: .4rem;
	color: #808080;
	margin-top: .6rem;
	font-family: arial;
	transition: all .3s;
}
.picture-box{
	padding: 1.75rem 0 2rem;
	background-color: #edf2f7;
}
.media-tit{
	font-size: .9rem;
	line-height: 1rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.picture-box .list{
	margin-top: 1.25rem;
}
.picture-box .list .row{
	margin: 0 -.3rem;
}
.picture-box .list .item{
	box-sizing: border-box;
	padding: 0 .3rem;
	margin-bottom: .75rem;
}
.picture-box .list .con-box{
	display: block;
}
.picture-box .list .img{
	overflow: hidden;
	border-radius: 4px;
}
.picture-box .list img{
	width: 100%;
}
.picture-box .list .txt{
	font-size: .45rem;
	line-height: .5rem;
	color: #666;
	text-align: center;
	margin-top: .5rem;
	font-family: "Microsoft Yahei";
}
.picture-box .pro-more{
	margin: .45rem auto 0;
	background-color: #3d4899;
	color: #fff;
}
.doc-box{
	padding: 1.75rem 0 0;
}
.doc-list{
	margin-top: 1.1rem;
}
.doc-list .row{
	margin: 0 -.125rem;
}
.doc-list .item{
	box-sizing: border-box;
	padding: 0 .125rem;
	margin-bottom: .3rem;
}
.doc-list .con-box{
	display: block;
	padding: 0 .6rem 0 .7rem;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	border-radius: 4px;
	transition: all .3s;
}
.doc-list .con-box .txt{
	float: left;
	line-height: 1.75rem;
	height: 1.75rem;
	padding-left: .8rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .45rem;
	background-image: url('../img/doc-icon1.png');
	font-size: .45rem;
	color: #666;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.doc-list .con-box .down-icon{
	float: right;
	width: .6rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/doc-down1.png');
	transition: all .3s;
}

.doc-box .pro-more{
	margin: .65rem auto 0;
	background-color: #3d4899;
	color: #fff;
}
.newsinfo-box{
	padding: 2rem 0;
}
.newsinfo-box .left{
	float: left;
	width: 65.7%;
}
.newsinfo-box .tit-box{
	text-align: center;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dedede;
}
.newsinfo-box .tit-box .tit{
	font-size: .9rem;
	line-height: 1rem;
	color: #333;
	font-weight: bold;
}
.newsinfo-box .tit-box .time{
	font-size: .325rem;
	line-height: .4rem;
	margin-top: .3rem;
	font-family: arial;
}
.newsinfo-box .left .pub-con{
	margin-top: 1rem;
}
.newsinfo-box .left .pub-con img{
	max-width: 100%;
}
.newsinfo-box .ctrl-box{
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #dedede;
}
.newsinfo-box .ctrl{
	float: left;
	width: 70%;
}
.newsinfo-box .ctrl .item{
	font-size: 0;
	margin-bottom: .2rem;

}
.newsinfo-box .ctrl a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .4rem;
	line-height: .5rem;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.newsinfo-box .ctrl a br{
	display: none;
}
.newsinfo-box .back-btn{
	float: right;
	font-size: .4rem;
	line-height: .5rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .425rem;
	padding-left: .75rem;
	color: #666;
	background-image: url('../img/news-back.png');
	transition: all .3s;
}
.newsinfo-box .right{
	float: right;
	width: 28.43%;
	box-sizing: border-box;
	padding: .9rem 1rem .9rem;
	background-color: #edf2f7;
	border-radius: 4px;
}
.newsinfo-box .right-tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	padding-bottom: .3rem;
	border-bottom: 1px solid #d7dde3;
	font-weight: bold;
	font-family: "Microsoft Yahei"!important;
}
.newsinfo-box .list{
	margin-top: .75rem;
}
.newsinfo-box .list a{
	font-family: "Microsoft Yahei"!important;
	display: block;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .4rem;
	line-height: .5rem;
	color: #666;
	margin-bottom: .4rem;
	position: relative;
	transition: all .3s;
}
.newsinfo-box .list a:before{
	content: "";
	position: absolute;
	left: 0;
	top: .22rem;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #bac0c5;
	transition: all .3s;
}
.newsinfo-box .list a:last-child{
	margin-bottom: 0;
}
.sub-nav-box{
	background-color: #edf2f7;
	overflow: hidden;
}
.sub-nav .swiper-wrpapper{
	justify-content: space-between;
}
.sub-nav .swiper-slide{
	padding: 0 2.5rem;
	width: auto;
	position: relative;
}
.sub-nav .swiper-slide:first-child{
	padding-left: 1.4rem;
}
.sub-nav .swiper-slide:last-child{
	padding-right: 1.4rem;
}
.sub-nav .swiper-slide a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .5rem;
	line-height: 2rem;
	color: #4c4c4c;
	position: relative;
	font-weight: bold;
	transition: all .3s;
}
.sub-nav .swiper-slide a:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #3d4899;
	transform: translateX(-50%);
	transition: all .3s;
}
.sub-nav .swiper-slide:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: .4rem;
	background-color: #b8b8b8;
	transform: translateY(-50%);
}
.sub-nav .swiper-slide:last-child:before{
	display: none;
}
.sub-nav .swiper-slide.cur a{
	color: #3d4899;
}
.sub-nav .swiper-slide.cur a:before{
	width: 2.5rem;
}
.recruit-box{
	padding: 2.625rem 0 1.125rem;
}
.recruit-box .left{
	float: left;
	width: 21.43%;
}
.recruit-box .hot-box,
.recruit-box .dynamic-box{
	padding: .75rem 1rem 1rem;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	border-radius: 4px;
}
.recruit-box .hot-box{
	margin-bottom: .5rem;
}
.recruit-box .left-tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	padding-bottom: .3rem;
	border-bottom: 1px solid #d5dade;
	font-weight: bold;
}
.hot-box .list{
	margin-top: .25rem;
	padding: 0 .25rem;
}
.hot-box .list a{
	display: block;
	padding: .3rem 0;
	font-size: .45rem;
	line-height: .5rem;
	color: #666;
	border-bottom: 1px solid rgba(213,218,222,.7);
	font-family: "Microsoft Yahei";
	transition: all .3s;
}
.dynamic-box .list{
	margin-top: .4rem;
}
.dynamic-box .list a{
	display: block;
	font-size: .45rem;
	line-height: .75rem;
	color: #666;
	padding-left: .4rem;
	margin-bottom: .4rem;
	position: relative;
	font-family: "Microsoft Yahei";
}
.dynamic-box .list a:last-child{
	margin-bottom: 0;
}
.dynamic-box .list a:before{
	content: "";
	position: absolute;
	left: 0;
	top: .25rem;
	width: 6px;
	height: 6px;
	background-color: #3d4899;
	border-radius: 100%;
}
.recruit-box .right{
	float: right;
	width: 70.7%;
}
.recruit-box .guide-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: .75rem 0 .4rem;
	text-align: center;
	border-radius: 4px;
	margin-bottom: .9rem;
}
.recruit-box .guide-box .text{
	color: #333;
}
.recruit-box .guide-box .cn{
	font-size: .9rem;
	line-height: 1rem;
	padding-left: 8px;
	letter-spacing: 8px;
}
.recruit-box .guide-box .en{
	font-size: .45rem;
	line-height: .5rem;
	margin-top: .1rem;
	font-family: "ACaslonPro-Regular";
}
.recruit-box .guide-box .pro-more{
	background-color: #3d4899;
	color: #fff;
	margin: .4rem auto 0;
}
.recruit-search-box .tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	font-weight: bold;
}
.recruit-search-box .types-box{
	margin-top: .6rem;
}
.recruit-search-box .types-box .item{
	font-size: 0;
	/* margin-bottom: .45rem; */
}
.recruit-search-box .types-box .item:last-child{
	margin-bottom: 0;
}
.recruit-search-box .types-box .recruit-tit,
.recruit-search-box .types-box .type-list{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.recruit-search-box .types-box .recruit-tit{
	font-size: .5rem;
	line-height: .8rem;
	color: #333;
	font-family: "Microsoft Yahei";
}
.recruit-search-box .types-box .type-list{
	/* margin-left: .5rem; */
	width: 80%;
}
.recruit-search-box .types-box .type-list a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .45rem;
	color: #4c4c4c;
	line-height: .8rem;
	margin-right: .8rem;
	margin-bottom: .3rem;
	border-radius: 4px;
	position: relative;
	font-family: "Microsoft Yahei";
}
.recruit-search-box .types-box .type-list a:before{
	content: "";
	position: absolute;
	right: -.4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: .4rem;
	background-color: #808080;
	opacity: .5;
	filter: alpha(opacity=50);
}
.recruit-search-box .types-box .type-list a.cur{
	color: #fff;
	background-color: #3d4899;
	padding: 0 .4rem;
}
.recruit-search{
	margin-top: 1.5rem;
	width: 8.75rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: relative;
}
.recruit-search input[type=text]{
	padding: .3rem .55rem;
	width: 70%;
	height: .65rem;
	line-height: .65rem;
	color: #b2b2b2;
	font-size: .4rem;
}
.recruit-search input[type=submit]{
	position: absolute;
	right: .1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	height: 1.05rem;
	border-radius: 4px;
	background-color: #3d4899;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .375rem;
	background-image: url('../img/recruit-search.png');
}
.recruit-list-wrap{
	margin-top: 1.45rem;
}
.recruit-list{
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.recruit-list .tit-box{
	font-size: 0;
	padding: .4rem 0;
	background-color: #3d4899;
}
.recruit-list .item{
	display: block;
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}
.recruit-list .item:nth-child(2n){
	background-color: #edf2f7;
}
.recruit-list .item:last-child{
	border-bottom: none;
}
.recruit-list .tit-box span,
.recruit-list .item span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	vertical-align: middle;
}
.recruit-list .tit-box span{
	font-size: .4rem;
	line-height: .5rem;
	color: #fff;
	/* font-weight: bold; */
	font-family: "Microsoft Yahei";
}
.recruit-list .item span{
	font-size: .45rem;
	line-height: .7rem;
	padding: .4rem 0;
	color: #5f5f5f;
	vertical-align: middle;
	font-family: "Microsoft Yahei";
}
.recruit-list .staff{
	width: 18.69%;
}
.recruit-list .type{
	width: 33.13%;
}
.recruit-list .position{
	width: 20.8%;
}
.recruit-list .time{
	/* float: right; */
	width: 27.21%;
}
.recruit-list-wrap .page{
	margin-top: 1rem;
}
.recruitinfo-box{
	margin-top: 1.5rem;
}
.recruitinfo-box .title{
	font-size: .7rem;
	line-height: .8rem;
	color: #333;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e3e3e3;
	/* font-weight: bold; */
	font-family: "Microsoft Yahei";
}
.recruitinfo-box .types-box{
	margin-top: .4rem;
	font-size: 0;
}
.recruitinfo-box .types-box span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .45rem;
	line-height: .9rem;
	color: #333;
	margin-right: .75rem;
	font-family: "Microsoft Yahei";
}
.recruitinfo-box .pub-con{
	margin-top: .6rem;
}
.recruitinfo-box h3{
	font-size: .6rem;
	line-height: .9rem;
	/* font-weight: bold; */
	font-family: "Microsoft Yahei";
	color: #333;
}
.recruitinfo-box pre{
	font-family: "Microsoft Yahei";
	font-size: .45rem;
	line-height: .9rem;
	margin: .5rem 0;
}
.recruitinfo-box h4{
	font-size: .45rem;
	line-height: .9rem;
	color: #333;
	font-weight: bold;
}
.recruitinfo-box .pub-con p{
	/* padding-left: .6rem; */
	position: relative;
}
.recruitinfo-box .pub-con p:before{
	/* content: "";
	position: absolute;
	left: 0;
	top: .4rem;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #3d4899; */
}

.recruitinfo-box .apply-btn{
	display: block;
	width: 3.6rem;
	height: 1.2rem;
	border-radius: .6rem;
	background-color: #3d4899;
	text-align: center;
	font-size: .35rem;
	line-height: 1.2rem;
	color: #fff;
	margin-top: 1rem;
	font-family: "Microsoft Yahei";
}
.recommend-box{
	padding: 2rem 0 0;
}
.recommend-tit{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #333;
	font-weight: bold;
}
.recommend-box .sub-tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	text-align: center;
	margin-top: .3rem;
	font-weight: bold;
}
.recommend-form{
	margin: .9rem auto 0;
	width: 14.75rem;
}
.recommend-form .inp{
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: .3rem;
}
.recommend-form .inp:last-child{
	margin-bottom: 0;
}
.recommend-form .tit{
	float: left;
	width: 2.25rem;
	text-align: center;
	line-height: 1.5rem;
	font-size: .45rem;
	color: #333;
	position: relative;
	font-family: "Microsoft Yahei";
}
.recommend-form .tit:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: .95rem;
	background-color: #e0e0e0;
	transform: translateY(-50%);
}
.recommend-form input[type=text]{
	float: left;
	margin-left: .5rem;
	padding: .25rem 0;
	width: 75%;
	height: 1rem;
	line-height: 1rem;
	color: #999;
	font-size: .45rem;
	font-family: "Microsoft Yahei";
}
.recommend-form .check{
	float: left;
	width: 74.576%;
	border: 1px solid #e0e0e0;
	border-radius: 4px;

}
.recommend-form .check input[type=text]{
	width: 65%;
}
.recommend-form .check-box{
	border: none;
}
.recommend-form .check-box img{
	float: right;
	width: 23.4%;
	height: 1.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.recommend-form input[type=submit]{
	width: 3.6rem;
	height: 1.2rem;
	display: block;
	margin: 1.2rem auto 0;
	border-radius: .6rem;
	background-color: #3d4899;
	color: #fff;
	font-size: .45rem;
}
.result-box{
	padding: 2.75rem 0 .75rem;
}
.result-box .result{
	width: 500px;
	margin: .75rem auto 0;
}
.result-box .result-icon{
	width: 2.825rem;
	margin: 0 auto;
}
.result-box .result-icon img{
	width: 100%;
}
.result-box .text{
	font-size: .5rem;
	line-height: 1rem;
	color: #333;
	text-align: center;
	font-family: "Microsoft Yahei";
}
.result-box .tip{
	margin: .75rem 0 0;
	font-size: .4rem;
	line-height: .75rem;
	color: #666;
}
.rule-box{
	padding: 2.75rem 0 .75rem;
}
.rule-tit{
	font-size: .7rem;
	line-height: .8rem;
	color: #000;
}
.rule-wrap .pub-con{
	width: 80%;
	margin-top: .6rem;
}
.rule-search-box{
	margin-top: 1.2rem;
	position: relative;
	z-index: 3;
}
.rule-search-box input[type=text]{
	width: calc(75.7% - .5rem);
	height: .65rem;
	padding: .3rem .5rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: .4rem;
	color: #b2b2b2;
	line-height: .65rem;
}
.rule-search-box .select-box{
	margin-top: .4rem;
	width: 75.7%;
}

.select-box .row{
	margin: 0 -3px;
}
.select-box .item{
	padding: 0 3px;
	box-sizing: border-box;
}
.select-box .select{
	position: relative;
}
.select-box .select-tit{
	display: block;
	padding: 0 .5rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border: 1px solid #e0e0e0;
	position: relative;
	font-size: .4rem;
	color: #333;
	border-radius: 4px;
}
.select-box .select-tit:before{
	content: "";
	position: absolute;
	right: .5rem;
	top: 50%;
	width: 12px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/select-arrow.png');
	margin-top: -3px;
}
.select-box .sub{
	display: none;
	position: absolute;
	left: 0;
	top: 1.25rem;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	background-color: #fff;
	border-radius: 4px;
}
.select-box .sub a{
	display: block;
	line-height: 1rem;
	padding: 0 .5rem;
	font-size: .4rem;
	color: #333;
	transition: all .3s;
}

.select-box .item.on .select{
	z-index: 3;
}
.rule-search-box input[type=submit]{
	display: block;
	width: 3.25rem;
	height: 1.15rem;
	border-radius: .575rem;
	text-align: center;
	margin: .95rem 0 0;
	font-size: .4rem;
	background-color: #3d4899;
	color: #fff;
}
.rule-container{
	margin-top: 1rem;
}
.rule-list{
	
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}

.rule-list .tit-box,
.rule-list .item{
	font-size: 0;
}
.rule-list .tit-box span,
.rule-list .list span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	vertical-align: middle;
}
.rule-list .tit-box{
	padding: .3rem 0;
	background-color: #3d4899;
	border-bottom: 1px solid #e5e5e5;
}
.rule-list .tit-box span{
	font-size: .45rem;
	line-height: .8rem;
	font-weight: bold;
	color: #fff;
}
.rule-list .list .item{
	padding: .3rem 0;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.rule-list .list .item:last-child{
	border-bottom: none;
}
.rule-list .list .item:nth-child(2n){
	background-color: #edf2f7;
}
.rule-list .list span{
	font-size: .45rem;
	color: #626161;
	line-height: .8rem;
}
.rule-list .staff{
	width: 13.2857%;
}
.rule-list .type{
	width: 15.43%;
}
.rule-list .need{
	width: 13.57%;
}
.rule-list .num{
	width: 15.21%
}
.rule-list .position{
	width: 13.357%;
}
.rule-list .reward{
	width: 15.21%;
} 
.rule-list .time{
	/* float: right; */
	width: 13.93%;
}
.rule-wrap .page{
	margin-top: 1.25rem;
}
.welfare-tit{
	font-size: .9rem;
	line-height: 1rem;
	text-align: center;
	font-weight: bold;
}
.grow-box{
	padding: 2.5rem 0 1.1rem;
}
.grow-wrap{
	margin-top: 1rem;
}
.grow-top .left{
	float: left;
	width: 46.43%;
}
.grow-top .left .tit{
	font-size: .7rem;
	line-height: .8rem;
	color: #333;
	font-weight: bold;
}
.grow-top .left .pub-con{
	margin-top: .6rem;
	height: 13.5rem;
	overflow: hidden;
}
.grow-top .left .pub-con .mCSB_scrollTools{
	width: 4px;
}
.grow-top .left .pub-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background: #e0e0e0;
}
.grow-top .left .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #11347a;
	border-radius: 2px;
}
.grow-top .img{
	float: right;
	width: 42.43%;
	margin: .75rem .75rem 0 0;
	position: relative;
}
.grow-top .img img{
	width: 100%;
	position: relative;
	z-index: 3;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.grow-top .img:before{
	content: "";
	position: absolute;
	right: -.75rem;
	top: -.75rem;
	width: 100%;
	height: 83.17%;
	background-color: #edf2f7;
	border-radius: 4px;
}
.grow-tab{
	margin-top: 1.25rem;
	overflow: hidden;
}

.grow-tab .swiper-slide{
	margin-right: 3.5rem;
}
.grow-tab .swiper-slide:last-child{
	margin-right: 0;
}
.grow-tab .row{
	margin: 0 -1.75rem;
}
.grow-tab .item{
	box-sizing: border-box;
	padding: 0 1.75rem;
	text-align: center;
	position: relative;
}
.grow-tab .item:before{
	content: "";
	position: absolute;
	top: .3rem;
	right: 0;
	width: 1px;
	height: 4.35rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/grow-divide.png');
}
.grow-tab .img{
	width: 1.8rem;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin: 0 auto;
}
.grow-tab .img img{
	width: 100%;
}
.grow-tab .tit{
	font-size: .5rem;
	line-height: .6rem;
	color: #000;
	margin-top: .25rem;
	font-family: "Microsoft Yahei";
}
.grow-tab .con{
	margin-top: .25rem;
	font-size: .4rem;
	line-height: .7rem;
	color: #666;
	height: 2rem;
	font-family: "Microsoft Yahei";
}

.welfare-btns{
	font-size: 0;
	text-align: center;
}
.welfare-btns .swiper-pagination-bullet{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	position: relative;
	background-color: transparent;
}
.welfare-btns .swiper-pagination-bullet:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	background-color: #d1d5d9;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.welfare-btns .swiper-pagination-bullet-active:before{
	background-color: #3d4899;
	width: 100%;
	height: 100%;
}

.grow-tab .welfare-btns{
	margin-top: 1.1rem;
}
.welfare-box{
	padding: 2rem 0 1.4rem;
	background-color: #3d4899;
}
.welfare-box .welfare-tit{
	color: #fff;
}
.welfare-tab{
	margin-top: 2rem;
	overflow: hidden;
}
.welfare-tab .swiper-slide{
	margin-right: 3.8rem;
}
.welfare-tab .swiper-slide:last-child{
	margin-right: 0;
}
.welfare-tab .row{
	margin: 0 -1.9rem;
}
.welfare-tab .item{
	box-sizing: border-box;
	padding: 0 1.9rem;
	text-align: center;
	position: relative;
}
.welfare-tab .item:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 5.625rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/welfare-divide.png');
}
.welfare-tab .img{
	width: 2.55rem;
	margin: 0 auto;
}
.welfare-tab .img img{
	width: 100%;
}
.welfare-tab .tit{
	font-size: .7rem;
	line-height: .8rem;
	margin-top: .6rem;
	color: #fff;
	font-family: "Microsoft Yahei";
}
.welfare-tab .con{
	font-size: .45rem;
	line-height: .75rem;
	color: #fff;
	margin-top: .5rem;
	opacity: .5;
	filter: alpha(opacity=50);
	font-family: "Microsoft Yahei";
}

.welfare-tab .welfare-btns{
	margin-top: 1.25rem;
}
.welfare-tab .welfare-btns .swiper-pagination-bullet:before{
	background-color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.welfare-tab .welfare-btns .swiper-pagination-bullet-active:before{
	opacity: 1;
	filter: alpha(opacity=100);
}
.style-box{
	padding: 2rem 0 0;
}
.style-box .style-tab{
	margin-top: 1.1rem;
	overflow: hidden;
}
.style-box .style-tab .view{
	padding: 10px 10px 0;
	overflow: hidden;
}
.style-box .style-tab .img{
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.33);
}
.style-box .style-tab img{
	width: 100%;
}
.style-box .style-tab .txt{
	font-size: .45rem;
	line-height: .5rem;
	text-align: center;
	margin-top: .6rem;
	color: #666;
	font-family: "Microsoft Yahei";
}
.style-box .style-tab .welfare-btns{
	margin-top: 1.5rem;
}
.campus-box{
	padding: 2.5rem 0 2.375rem;
}
.campus-box .campus-tit{
	width: 65.71%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.85rem;
	margin: 0 auto;
	font-weight: bold;
}
.campus-box .intro-box{
	margin: 1.5rem auto 0;
	width: 76.43%;
	text-align: center;
}
.guide-tit{
	font-size: .85rem;
	line-height: .9rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.campus-box .intro-box .pub-con{
	margin-top: .5rem;
}
.campus-box .intro-list{
	margin-top: 1.1rem;
	text-align: center;
	font-size: 0;
}
.campus-box .intro-list .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 4rem;
	padding: .4rem 0;
	box-shadow:  0 0 10px rgba(0,0,0,.08);
	margin: 0 .2rem;
	border-radius: 4px;
}
.campus-box .intro-list .txt{
	font-size: .4rem;
	line-height: .5rem;
	margin-top: .3rem;
}
.adv-box{
	padding: 2.25rem 0;
	background-color: #edf2f7;
}
.adv-box .adv-list{
	margin-top: 1.75rem;
}
.adv-box .adv-list .row{
	margin: 0 -1rem;
}
.adv-box .adv-list .item{
	box-sizing: border-box;
	padding: 0 1rem;
	text-align: center;
}
.adv-box .adv-list .icon{
	width: 1.375rem;
	margin: 0 auto;
}
.adv-box .adv-list .icon img{
	width: 100%;
}
.adv-box .adv-list .txt{
	font-size: .45rem;
	line-height: .75rem;
	color: #666;
	margin-top: .6rem;
	font-family: "Microsoft Yahei";
}
.staff-box{
	padding: 2.5rem 0;
}
.require-box .row{
	margin: 0 -.25rem;
}
.require-box .item{
	box-sizing: border-box;
	padding: 0 .25rem;
}
.require-box .con-box{
	position: relative;
}
.require-box .bg{
	border-radius: 4px;
	overflow: hidden;
}
.require-box img{
	width: 100%;
}
.require-box .text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 0 5%;
	text-align: center;
}
.require-box .text .tit{
	font-size: .65rem;
	line-height: .7rem;
	color: #fff;
	font-weight: bold;
}
.require-box .text .con{
	font-size: .45rem;
	line-height: .6rem;
	color: #fff;
	margin-top: .5rem;
	font-family: "Microsoft Yahei";
}
.staff-box .type-box{
	margin-top: 1.5rem;
}
.staff-box .type-table{
	margin-top: .5rem;
	border-radius: 4px;
	overflow: hidden;
}
.staff-box table{
	width: 100%;
	text-align: center;
	
}
.staff-box th,
.staff-box td{
	text-align: center;
	padding: .15rem 1rem;
	font-size: .45rem;
	line-height: .75rem;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}
.staff-box th{
	background-color: #3d4899;
	border: 1px solid #626cb5;
	color: #fff;
}
.staff-box td{
	border: 1px solid #e0e0e0;
	color: #666;

}
.staff-box .position-box{
	margin-top: 2.75rem;
}
.staff-box .position-container{
	overflow: hidden;
	height: 15.05rem;
	margin-top: 1rem;
	position: relative;
	overflow: hidden;
}
.staff-box .position-table{
	border-radius: 4px;
	/* overflow: hidden; */
}
.staff-box .position-container:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4.25rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/position-mask.png');
}
.staff-box .position-container.on{
	height: auto;
}
.staff-box .position-container.on:before{
	display: none;
}
.staff-box .position-box .read-more{
	display: block;
	width: 3.6rem;
	height: 1.2rem;
	line-height: 1.2rem;
	border-radius: .6rem;
	color: #fff;
	background-color: #3d4899;
	text-align: center;
	font-size: .35rem;
	margin: .2rem auto 0;
}
.salary-box{
	padding: 1.25rem 0 2rem;
	background-color: #edf2f7;
}
.salary-box .salary-table{
	width: 82.14%;
	margin: .6rem auto 0;
	border-radius: 4px;
	overflow: hidden;
}
.salary-table table{
	width: 100%
}
.salary-table th,
.salary-table td{
	text-align: center;
	padding: .15rem 1rem;
	font-size: .45rem;
	line-height: .75rem;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}
.salary-table th{
	background-color: #3d4899;
	border: 1px solid #626cb5;
	color: #fff;
}
.salary-table td{
	border: 1px solid #d5dade;
	color: #666;
}
.channel-box{
	margin-top: 1.5rem;
	text-align: center;
}
.channel-box .website{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .45rem;
	line-height: .5rem;
	color: #666;
	margin-top: .3rem;
	font-family: "Microsoft Yahei";
}
.channel-box .qrcode{
	margin-top: .7rem;
}
.channel-box .qrcode .txt{
	font-size: .4rem;
	line-height: .5rem;
	color: #333;
	font-family: "Microsoft Yahei";
}
.channel-box .qrcode .img{
	margin: .5rem auto 0;
	width: 2.7rem;
}
.channel-box .qrcode .img img{
	width: 100%;
}
.business-box{
	padding: 2rem 0 2.85rem;
}
.world-box{
	margin-top: .9rem;
}
.world-bg{
	position: relative;
}
.world-bg .icon{
	cursor: default;
	display: block;
}
.world-bg img{
	width: 100%;
}
.world-bg .item{
	position: absolute;
	/* width: 1.512%; */
	width: .8%;
}
.world-bg .star-item{
	width: .962%;
}
.world-bg .item:nth-child(1){
	left: 3.5%;
	top: 19.29%;
}
.world-bg .item:nth-child(2){
	left: 70.48%;
	top: 31.79%;
}
.world-bg .item:nth-child(3){
	left: 33.65%;
	top: 32.17%;
}
.world-bg .item:nth-child(4){
	left: 33.12%;
	top: 32.17%;
}
.world-bg .item:nth-child(5){
	left: 32.64%;
	top: 35.8%;
}
.world-bg .item:nth-child(6){
	left: 32.115%;
	top: 35.8%;
}
.world-bg .item:nth-child(7){
	left: 34.36%;
	top: 30.09%;
	display: none;
}
.world-bg .item:nth-child(8){
	left: 35.26%;
	top: 28.86%;
}
.world-bg .item:nth-child(9){
	left: 38.075%;
	top: 30.1%;
}
.world-bg .item:nth-child(10){
	left: 37.76%;
	top: 30.1%;
}
.world-bg .item:nth-child(11){
	left: 36.426%;
	top: 33.9%;
}
.world-bg .item:nth-child(12){
	left: 37.4%;
	top: 33.95%;
}
.world-bg .item:nth-child(13){
	left: 36.15%;
	top: 33.9%;
}
.world-bg .item:nth-child(14){
	left: 36.98%;
	top: 34.01%;
}
.world-bg .item:nth-child(15){
	left: 35.0%;
	top: 39.89%;
}
.world-bg .item:nth-child(16){
	left: 35.35%;
	top: 39.895%;
}
.world-bg .item:nth-child(17){
	left: 35.276%;
	top:40.975%;
}
.world-bg .item:nth-child(18){
	left: 36.81%;
	top: 36.23%;
}
.world-bg .item:nth-child(19){
	left: 36.15%;
    top: 35%;
}
.world-bg .item:nth-child(20){
	left: 34.8%;
    top: 28.86%;
}
/*.world-bg .item:nth-child(21){
	left: 37%;
    top: 40%;
}*/
.world-bg .business-sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 1rem;
	transform: translateX(-50%);
	width: 9.25rem;
	box-sizing: border-box;
	padding: .8rem 1rem .75rem;
	background-color: #3d4899;
	border-radius: 8px;
}

.world-bg .business-sub:before{
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #3d4899;
}
.world-bg .business-sub .tit{
	font-size: .45rem;
	line-height: .5rem;
	color: #fff;
	padding-bottom: .4rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
	text-align: center;
	font-weight: bold;
}
.world-bg .business-sub .con{
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
	margin-top: .5rem;
}
.world-bg .business-sub .address,
.world-bg .business-sub .post{
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left .05rem;
	background-size: .4rem;
	font-family: "Microsoft Yahei";
}
.world-bg .business-sub .address{
	background-image: url('../img/address.png');
}
.world-bg .business-sub .post{
	margin-top: .4rem;
	background-image: url('../img/post.png');
}
.world-bg .item.on{
	z-index: 10;
}
.business-box .m-world-bg{
	display: none;
}
.business-box .tag-box{
	margin-top: -2.625rem;
	position: relative;
	z-index: 3;
	width: 98.57%;
	box-shadow: 0 0 20px rgba(0,0,0,.06);
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
	border-radius: 4px;
	/* padding: 1.25rem 13.768% .5rem; */
	padding: 1.25rem 0 .5rem;
}
.business-box .tag-box .con-box{
	width: 1000px;
	margin: 0 auto;
}
.business-box .tag-box .left{
	float: left;
	width: 33%;
}
.business-box .tag-box .right{
	float: right;
	width: 62%;
}
.business-box .tag-box .item{
	font-size: .45rem;
	line-height: .7rem;
	margin-bottom: .6rem;
	padding-left: .75rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .525rem;
	font-family: "Microsoft Yahei";
}

.business-box .m-list{
	display: none;
}
.contact-box{
	padding: 2rem 0 2.125rem;
	background-color: #edf2f7;
}
.contact-table{
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.contact-table table{
	width: 100%;
}
.contact-table th,
.contact-table td{
	font-size: .4rem;
	line-height: .5rem;
	padding: .4rem 0;
	font-family: "Microsoft Yahei";
}
.contact-table th{
	color: #fff;
	background-color: #3d4899;
	text-align: center;
	border: 1px solid #6a709c;
}
.contact-table td{
	border: 1px solid #e5e5e5;
	padding: .4rem 0 .4rem 2.5rem;
}
.contact-table tr td:first-child{
	border-left: none;
}
.contact-table tr td:last-child{
	border-right: none;
}
.contact-table tr:nth-child(2n) td{
	background-color: #fff
}
.contact-table tr td:nth-child(2){
	padding-left: 0;
	text-align: center;
}
.contact-table tr td:nth-child(4){
	padding-left: 3rem;
}

.vision-box{
	padding:2.5rem 0;
	background-color: #edf2f7;
}
.vision-box .vision-tit{
	font-size: .9rem;
	line-height: 1rem;
	color:#333;
	text-align: center;
	font-weight: bold;
}
.vision-box .vision-list{
	margin-top: 2rem;
}
.vision-box .vision-list .row{
	margin:0 -.25rem;
}
.vision-box .vision-list .item{
	box-sizing: border-box;
	padding:0 .25rem;

}
.vision-box .vision-list .con-box{
	background-color: #fff;
	padding:2rem 2rem 1.5rem;
	/* text-align: center; */
	font-size: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.06);
	border-radius: 8px;
	box-sizing: border-box;
	/* height: 8.7rem; */
	overflow: hidden;
}

.vision-box .vision-list .tit{
	font-size: .6rem;
	line-height: 1rem;
	color: #333;
	display: inline-block;
	*display: inline;
	zoom:1;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .9rem;
	padding-left: 1.35rem;
	/* margin-left: -1.35rem; */
	font-weight: bold;
}
.vision-box .vision-list .pub-con{
	min-height: 9rem;
	margin-top: .6rem;
	font-size: .85rem;
	line-height: 1.5rem;
	text-align: center;
	color: #000;
}
.profile-box{
	padding:1.5rem 0 2.75rem;
}
.profile-box .pub-con{
	margin-top: 1.25rem;
	padding: 0 5rem;
	box-sizing:border-box;
}
.develop-box{
	padding:2.25rem 0 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.develop-box .pro-title{
	color:#fff;
}
.develop-tab{
	margin-top: 1.5rem;
	padding:0 3rem;
	position: relative;
	overflow: hidden;
}
.develop-tab:before{
	content: "";
	position: absolute;
	left:0;
	top: 3.95rem;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .23;
	filter: alpha(opacity=23);
}
.develop-tab .swiper-slide{
	width: auto;
	margin-right: 3rem;
}
.develop-tab .swiper-slide:last-child{
	/*margin-right: 0;*/
}
.develop-tab .con-box{
	width: 6rem;
	padding-left: .6rem;
	background-repeat: no-repeat;
	position: relative;
	background-size: .325rem;
}

.develop-tab .time{
	font-size: .45rem;
	line-height: .6rem;
	color:#fff;
	position: relative;
}
.develop-tab .time:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border:1px solid #fff;
	border-radius: 100%;
	left: -.7rem;
	top: .2rem;
}
.develop-tab .pub-con{
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 2.7rem;
	overflow: hidden;
	margin-top: .4rem;
}
.develop-tab .con-wrap .con-box:nth-child(1){
	padding-bottom: .25rem;
	background-image: url('../img/develop-line1.png');
	background-position: left bottom;
}
.develop-tab .con-wrap .con-box:nth-child(2){
	margin-left: 1.75rem;
	background-image: url('../img/develop-line2.png');
	background-position: left top;
	padding-top: 3.4rem;
}
	.develop-tab .con-wrap .con-box:nth-child(2) .pub-con{
		height: 3.7rem;
	}
.develop-prev,
.develop-next{
	position: absolute;
	width: .9rem;
	height: .9rem;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #3c4cc0;
	background-size: .2rem;
	top: 3.5rem;
	border-radius: 100%;
	z-index: 3;
	transition: all .3s;
}
.develop-prev{
	background-image: url('../img/develop-prev.png');
	left: 0;
}
.develop-next{
	background-image: url('../img/develop-next.png');
	right: 0;
}
.develop-tab .mask{
	position: absolute;
	top: 50%;
	width: 16.25rem;
	height: 200%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
	transform:translateY(-50%);
	display: none;
}
/* .develop-tab .mask1{
	left: -9rem;
	background-image: url('../img/develop-mask1.png');
}
.develop-tab .mask2{
	right: -7rem;
	background-image: url('../img/develop-mask2.png');
} */
.develop-box .year-box{
	position: relative;
	z-index: 3;
	margin-top: 2rem;
	padding-bottom: .75rem;
	overflow: hidden;
}
.develop-box .year-tab{
	padding-left: .9rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.year-tab .swiper-slide{
	width: auto;
	font-size: 0;
}
.year-tab .line{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 1px;
	height: 10px;
	background: #4e5899;
	vertical-align: bottom;
	margin-right: 9px;
	position: relative;
}
.year-tab .lg-line{
	height: 18px;
}
.year-tab .txt{
	position: absolute;
	left: 0;
	top: .8rem;
	transform:translateX(-50%);
	font-size: .4rem;
	line-height: .5rem;
	color: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	transition: all .3s;
}
.chairman-box{
	padding:2rem 0 0;
	background: #edf2f7;
}
.chairman-wrap{
	margin-top: 1.5rem;
	padding-bottom: 2.25rem;
	position: relative;
}
.chairman-wrap .left{
	width: 60%;
}
.chairman-wrap .left .pub-con{
	height: 9.9rem;
	overflow: hidden;
}
.chairman-wrap .left .pub-con img{
	max-width: 100%;
	display: none;
}
.chairman-wrap .left .pub-con .mCSB_scrollTools{
	width: 4px;
}
.chairman-wrap .left .pub-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background: #e0e0e0;
}
.chairman-wrap .left .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #11347a;
	border-radius: 2px;
}
.chairman-wrap .tab-btns{
	font-size: 0;
}
.chairman-wrap .tab-btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	height: 1.15rem;
	line-height: 1.15rem;
	border-radius: 4px;
	font-size: .45rem;
	padding:0 .9rem;
	margin-right: .2rem;
	border-radius: 4px;
	border:1px solid #dce2e8;
	color: #333;
	font-size: .45rem;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	transition: all .3s;
}
.chairman-wrap .tab-btns a.cur{
	color:#fff;
	background-color: #11347a;
}
.chairman-text{
	margin-top: 1rem;
}
.chairman-text .item{
	display: none;
}
.chairman-wrap .img{
	position: absolute;
	right: 0;
	bottom:0;
	width: 35.9%;
}
.chairman-wrap .img img{
	width: 100%;
}
.team-box{
	padding:1.75rem 0 2.25rem;
	background-color: #edf2f7;
}
.team-tab{
	margin-top: 1.65rem;
	overflow: hidden;
}
.team-tab .swiper-slide{
	width: auto;
}
.team-tab .img{
	border-radius: 4px;
	overflow: hidden;
}
.team-tab img{
	width: 100%;
}
.team-tab .text{
	margin-top: .6rem;
	text-align: center;
}
.team-tab .text .name{
	font-size: .5rem;
	line-height: .6rem;
	color:#333;
}
.team-tab .text .staff{
	font-size: .45rem;
	line-height: .5rem;
	margin-top: .2rem;
	color: #333;
}
.team-tab .scroll-bar{
	margin-top: 1.75rem;
	height: 4px;
	position: relative;
}
.team-tab .scroll-bar:before{
	content: "";
	position: absolute;
	left:0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #dbe1e7;
	margin-top: -1px;
} 
.team-tab .scroll-bar .swiper-scrollbar-drag{
	background: #2a368f;
	border-radius: 0;
	cursor: pointer;
}
.team-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.team-dialog-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}
.team-dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 72.9%;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding:1.4rem 2.5rem 1.4rem 1.5rem;
}
.team-dialog .img{
	float: left;
	width: 19.355%;
	border-radius: 4px;
}
.team-dialog .img img{
	width: 100%;
}
.team-dialog .text-box{
	float: right;
	width: 73.387%;
}
.team-dialog .text-box .name{
	font-size: .75rem;
	line-height: .8rem;
	color: #000;
}
.team-dialog .text-box .staff{
	font-size: .5rem;
	line-height: .6rem;
	color: #000;
	margin-top: .25rem;
}
.team-dialog .text-box .pub-con{
	margin-top: .5rem;
	height: 5.4rem;
	overflow: hidden;
}
.team-dialog .text-box .pub-con .mCSB_scrollTools{
	width: 4px;
}
.team-dialog .text-box .pub-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background: #e0e0e0;
}
.team-dialog .text-box .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #11347a;
	border-radius: 2px;
}
.team-dialog .team-close{
	position: absolute;
	right: -.9rem;
	top: 0;
	width: .45rem;
	height: .45rem;
	background-image: url('../img/dialog-close.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
}

.header-ss .int2::-webkit-input-placeholder{
	color:#333;  
}  
.header-ss .int2:-moz-placeholder{
	color:#333;
}  
.header-ss .int2::-moz-placeholder{
	color:#333;
}  
.header-ss .int2:-ms-input-placeholder {
	color:#333;
}
header.white .header-ss .int2::-webkit-input-placeholder{
	color:#fff;  
}  
header.white .header-ss .int2:-moz-placeholder{
	color:#fff;
}  
header.white .header-ss .int2::-moz-placeholder{
	color:#fff;
}  
header.white .header-ss .int2:-ms-input-placeholder {
	color:#fff;
} 

.news-search input[type=text]::-webkit-input-placeholder{
	color:#b3b2b2;  
}  
.news-search input[type=text]:-moz-placeholder{
	color:#b3b2b2;
}  
.news-search input[type=text]::-moz-placeholder{
	color:#b3b2b2;
}  
.news-search input[type=text]:-ms-input-placeholder {
	color:#b3b2b2;
}

.recruit-search input[type=text]::-webkit-input-placeholder{
	color:#b2b2b2;  
}  
.recruit-search input[type=text]:-moz-placeholder{
	color:#b2b2b2;
}  
.recruit-search input[type=text]::-moz-placeholder{
	color:#b2b2b2;
}  
.recruit-search input[type=text]:-ms-input-placeholder {
	color:#b2b2b2;
}

.recommend-form input[type=text]::-webkit-input-placeholder{
	color:#999;  
}  
.recommend-form input[type=text]:-moz-placeholder{
	color:#999;
}  
.recommend-form input[type=text]::-moz-placeholder{
	color:#999;
}  
.recommend-form input[type=text]:-ms-input-placeholder {
	color:#999;
}  
.index-view{
	width: 87.5%;
	margin:0 auto;
}
.ibanner .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 5;
}
.ibanner .text .txt{
	font-size: 1.75rem;
	line-height: 2.5rem;
	color: #fff;
	font-weight: bold;
}
.ibanner .text .ban-more{
	width: 4.25rem;
	height: 1.25rem;
	border:1px solid rgba(255,255,255,.3);
	font-size: .4rem;
	line-height: 1.25rem;
	color: #fff;
	border-radius: .625rem;
	text-align: center;
	margin-top: 1.2rem;
	display: block;
	position: relative;
	z-index: 5;
	transition: all .3s;
}
.ibanner .center-text{
	top: auto;
	bottom:21.47%;
	text-align: center;
}
.ibanner .center-text .txt{
	font-size: 1.4rem;
	color: #333;
	line-height: 1.3rem;
}
.ibanner .center-text .ban-more{
	margin:2rem auto 0;
	border-color: #d2d2d2;
	color: #333;
}
.material-dialog .dialog-wrap{
	margin: 0;
}
.material-dialog .dialog-con .mCSB_outside+.mCSB_scrollTools{
	height: 100%;
	top: 0;
}

.search-box{
	padding: 1.625rem 0 .5rem;
}
.search-box .tab-btns{
	float: left;
	width: 15.17%;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	overflow: hidden;
}
.search-box .tab-btns a{
	display: block;
	height: 1.95rem;
	line-height: 1.95rem;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #666;
	font-size: .45rem;
	border-bottom: 1px solid #e6e6e6;
	transition: all .3s;
}
.search-box .tab-btns a:last-child{
	border-bottom: none;
}
.search-box .tab-btns a.cur{
	color: #fff;
	background-color: #3d4899;
}
.search-box .right{
	float: right;
	width: 78.57%;
}
.search-box .right .num{
	font-size: .45rem;
	line-height: .5rem;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	padding-bottom: .75rem;
	font-family: "Microsoft Yahei";
}
.search-list{
	min-height: 20rem;
}
.search-list .item{
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.search-list .item .tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	font-weight: bold;
}
.search-list .item .pub-con{
	margin-top: .5rem;
}
.search-list .item .time{
	font-size: .4rem;
	line-height: .5rem;
	color: #999;
	font-family: "Microsoft Yahei";
	margin-top: .75rem;
}
.search-list .page{
	margin-top: 2.15rem;
}

@media (max-width: 1800px){
	.develop-tab .swiper-slide{
		margin-right: 2.8rem;
	}
}
@media (max-width: 1366px){
	.view{
		width: 90%;
	}
	.core-list .row{
		margin:0 -1.5rem;
	}
	.core-list .item{
		padding:0 1.5rem;
	}
	.business-box .tag-box .con-box{
		width: 800px;
	}
	.nav-ul li .tit{
		font-size: .5rem;
	}
	.chairman-wrap .img{
		width: 32%;
	}
	.develop-tab .swiper-slide{
		margin-right: 4.5rem;
	}
}

@media (max-width: 992px){
	.profile-box .pub-con {
		padding: 0px 2rem;
	}
}

@media (max-width: 767px){
	.profile-box .pub-con {
		padding: 0px 0rem;
	}
}


.world-bg .item:nth-child(16) {
    left: 36.35%;
    top: 38.895%;
}
.world-bg .item:nth-child(21){
	left: 36%;
    top: 37%;
}
.world-bg .item:nth-child(22){
	left: 36.4%;
    top: 37%;
}
.world-bg .item:nth-child(23){
	left: 36.78%;
    top: 37.5%;
}
.world-bg .item:nth-child(24){
	    left: 35%;
    top: 36%;
}
.world-bg .item:nth-child(25){
	left: 35.5%;
    top: 28.5%;
}
.world-bg .item:nth-child(26){
	left: 36%;
    top: 32%;
}
.world-bg .item:nth-child(27){
	    left: 35.6%;
    top: 36%;
}
.world-bg .item:nth-child(28){
	left: 42%;
    top: 30%;
}
.world-bg .item:nth-child(29){
	left: 36.5%;
    top: 31%;
}
.world-bg .item:nth-child(30){
    left: 33%;
    top: 35%;
}


.world-bg .item:nth-child(31){
    left: 37.4%;
    top: 39.3%;
}