
@font-face {
	font-family:'SourceHanSansCNExtraLight';
	src: url('fonts/SourceHanSansCN-ExtraLight.ttf'),
		url('fonts/SourceHanSansCN-ExtraLight.otf');
	font-weight: normal;
	font-style: normal;
}

.pageBanner{
/*	height:680px;*/
	position: relative;
	z-index:1;
}
.pageBanner img{
	display:block;
	width:100%;
}
.aboutKv{
	background-image:url(../images/about/kv.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.pageBanner .txt{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.pageBanner .txt h3{
	font-size:2.2rem;
	color:#fff;
	font-weight:700;
	margin-bottom:15px;
}
.pageBanner .txt h4{
	font-size:4.8rem;
	color:#fff;
	font-weight:700;
}
.pageBanner .txt a{
	display:inline-block;
	width:156px;
	text-align:center;
	background:#1ebaec;
	color:#fff;
	font-size:1.6rem;
	line-height:2.6rem;
	padding:10px 0;
	font-weight:600;
	text-decoration: none;
	margin-top:30px;
}
.tools{
	height:80px;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
}
.tools a{
	float:left;
	height:80px;
	line-height:80px;
	box-sizing: border-box;
	font-size:1.6rem;
	color:#333;
	padding:0 40px;
	text-decoration: none;
	font-weight: 700;
}
.tools a:hover{
	color:#3fb7ed;
}
.tools a.active{
	color:#3fb7ed;
	border-bottom:2px solid #3fb7ed;
}

.tit{
	padding:65px 0;
	text-align:center;
}
.tit h3.pageTit , .tit h3.pageTit div{
	font-size:2.8rem;
	line-height:4.2rem;
	color:#000;
	font-weight:600;
}
.tit .line{
	display:inline-block;
	height:2px;
	width:55px;
	background:#24beef;
	margin-top:20px;
}
#popBy{
	width:100%;
	height:100%;
}
.bigPic{
	height:100%;
	width:100%;
	position: relative;
	text-align:center;
}
.bigPic table{
	width:100%;
	height:100%;
	text-align:center;
}
.bigPic img{
	display:inline-block;
	max-height:700px;
}
.bigPic a.close{
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../images/about/close.png) no-repeat;
	background-size:40px;
	position: fixed;
	right:30px;
	top:30px;
	cursor: pointer;
	opacity:1;
	transition:all ease-out .5s;
}
.bigPic a.close:hover{
	transform: rotate(90deg);
}


ul.list_Body{
	padding:0 20px;
}
ul.list_Body li{
	padding:25px 0;
	display:inline-block;
	width:100%;
}
ul.list_Body li .pic{
	width:600px;
	position: relative;
	z-index:1;
	overflow:hidden;
}
ul.list_Bodyli .pic img{
	display:block;
	width:100%;
}
ul.list_Body li .pic .slick-dots{
	position: absolute;
	right:10px;
	bottom:10px;
	z-index:1;
	text-align:right;
}
ul.list_Body li .pic .slick-dots li{
	display:inline-block;
	width:12px;
	height:12px;
	padding:0 5px;
}
ul.list_Body li .pic .slick-dots li button{
	width:12px;
	height:12px;
	background-color:rgba(255,255,255,.5);
	text-indent:9999px;
	overflow:hidden;
}
ul.list_Body li .pic .slick-dots li.slick-active button{
	background-color:#24beef;
}

ul.list_Body li .txt{
	padding:0 40px;
	width:560px;
	position: relative;
	z-index:2;
}
ul.list_Body li .txt h3{
	font-size:2.6rem;
	line-height:2.8rem;
	color:#24beef;
	border-bottom:2px solid #24beef;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:600;
	margin-bottom:30px;
}
ul.list_Body li .txt p{
	font-size:1.8rem;
	line-height:2.2rem;
	color:#333;
	padding-bottom:15px;
	background-position:5px 8px;
	background-repeat:no-repeat;
}
ul.list_Body li .txt.fr h3{
	margin-left:-80px;
	padding-left:80px;
}
ul.list_Body li .txt.fl h3{
	margin-right:-80px;
	padding-right:80px;
}
.pageBanner img.mbBody{
	display:none;
	width:100%;
}

@media screen and (max-width: 1200px){
	.tools a{
		padding:0 30px;
	}	
}

@media screen and (max-width: 1024px){
	.tools a{
		padding:0 30px;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
	
	.pageBanner img.mbBody{display:block;}
}
