﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	white-space:normal !important;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	position: relative;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.max1920{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


/*顶部*/
header{
	height: 120px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 29;
}
.header{
	
}
.logo{
	float: left;
	overflow: hidden;
}
.logo-a{
	font-size: 0;
	line-height: 120px;
	float: left;
}
.logo-b{
	float: left;
	margin-left: 15px;
}
.header .logo-b{

	padding-top: 37px;
}
.logo-b>div{
	font-size: 24px;
	line-height: 1;
	color: #211f42;
	font-weight: bold;
}
.logo-b>p{
	font-size: 12px;
	line-height: 1;
	font-family: arial;
	color: #211f42;
	margin-top: 10px;
	font-weight: bold;
}
.header-rt{
	float: right;
	font-size: 0;
}
.header-nav{
	display: inline-block;
	font-size: 0;
	margin-right: 70px;
	float: left;
}
.header-nav .div1{
	display: inline-block;
	font-size: 0;
	margin-left: 60px;
	position: relative;
}
.header-nav .a1{
	display: inline-block;
	font-size: 16px;
	line-height: 120px;
	position: relative;
	color: #000;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-nav .a1:after{
	content: '';
	width: 0;
	height: 2px;
	background: #42799c;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-nav-ul{
	width: calc(100% + 190px);
	position: absolute;
	left: -15px;
	top: 100%;
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 5px 20px;
	border-radius: 5px;
	display: none;
}
.header-nav-ul a{
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0;
	display: block;
	color: #000;
	font-weight: bold;
}
.header-nav-ul a:hover{
	color: #42799C;
}

@media(min-width:1201px){
	.header-nav .div1:hover .a1{
		color: #42799c;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
	.header-nav .div1:hover .a1:after{
		width: 100%;
		left: 0;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
	.header-nav .a1.on{
		color: #42799c;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
	.header-nav .a1.on:after{
		width: 100%;
		left: 0;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
}
.header-rm{
	width: 175px;
	margin-top: 20px;
	overflow: hidden;
	float: right;
}
.header-rm .int{
	width: 120px;
	float: left;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.header-rm .int::-webkit-input-placeholder {
    color: #000;
  }
  .header-rm .int::-moz-input-placeholder {
    color: #000;
  }
  .header-rm .int::-ms-input-placeholder {
    color: #000;
  }
.header-rm .sub{
	width: 30px;
	height: 40px;
	background: initial;
	border: 0;
	float: right;
	background: url(../img/ico01.png) no-repeat center;
}

.header-dx{
	width: 35px;
	margin-top: 35px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #222;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-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-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

@media(min-width:1601px){
	header.on{
		height: 100px;
	}
	header.on .logo-a{
		line-height: 100px;
	}
	header.on .logo-b{
		padding-top: 30px;
	}
	header.on .header-nav .a1{
		line-height: 100px;
	}
	header.on .header-rm{
		margin-top: 30px;
	}
}

@media(max-width:1600px){
	header{
		height: 100px;
	}
	.logo-a{
		line-height: 100px;
	}
	.logo-b{

	}
	.header-nav .div1{
		margin-left: 20px;
	}
	.header-nav .a1{
		line-height: 100px;
	}
	.header-rm{
		margin-top: 12px;
		width: 160px;
	}
	.header-nav{
		margin-right: 40px;
	}
	
}
@media(max-width:1280px){
	.header-nav .div1{
		margin-left: 20px;
	}
.max1750 {
	margin: 0px auto; width: 96%; max-width: 1750px;
}
}
@media(max-width:1200px){
	header{
		position: fixed;
	}
	.header-dx{
		display: block;
	}

	.header-rt{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 100px;
		left: 0;
		padding: 40px;
		margin: 0;
		z-index: 18;
		background: #fff;
		display: none;
	}
	.header-nav{
		margin: 0;
		width: 100%;
	}
	.header-nav .div1{
		width: 100%;
		margin: 0;
	}
	.header-nav .a1{
		width: 100%;
		line-height: 80px;
		border-bottom: 1px solid #e5e5e5;
		margin: 0;
	}
	.header-rm{
		width: 50%;
		margin-top: 20px;
	}
	.header-rm .int{
		width: calc(100% - 60px);
	}
	.header-nav-ul{
		border: 0;
	}
	
	.header-nav .div2:before{
		content: '+';
		font-size: 35px;
		color: #000;
		line-height: 80px;
		text-align: right;
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		transition: all .3s;
-webkit-transition: all .3s;
	}
	.header-nav .div2.on:before{
		content: '-';
		font-size: 40px;
		transition: all .3s;
-webkit-transition: all .3s;
	}
	.header-nav-ul{
		width: 100%;
		position: relative;
		top: inherit;
		left: initial;
		padding: 0;
		
	}
	.header-nav-ul a{
		font-size: ;
		line-height: 60px;
		margin: 0;
		border-bottom: 1px solid #E5E5E5;
		padding-left: 30px;
	}
}
@media(max-width:750px){
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .2rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-dx.cli .header-dx1{
		/*margin-bottom: .19rem;*/
	}
	header{
		height: 1rem;
	}
	header .logo-a{
		width: .7rem;
		line-height: 1rem;
	}
	header .logo-b{
		margin-left: .15rem;
		margin-top: -4px;

	}
	
	.logo-b>p{
		font-size: 9px; font-weight:normal;margin-top: 6px;
		
	}
	.logo-b>div{
		font-size: .3rem;
	}
	.header-rt{
		top: 1rem;
		padding: .4rem;
	}
	.header-nav .a1{
		font-size: .3rem;
		line-height: 1rem;
	}
	.header-rm{
		width: 100%;
		margin-top: .5rem;text-align:center
	}
	.header-nav .div2:before{
		line-height: 1rem;
		height: 1rem;
		font-size: .5rem;
	}
	.header-nav .div2.on:before{
		font-size: .6rem;
	}
	.header-nav-ul a{
		font-size: .28rem;
		line-height: .8rem;
		padding-left: .3rem;
	}
}


/*底部*/
footer{
	background: #236172;
	padding-top: 110px;
	padding-bottom: 5px;
}
.footer{
	overflow: hidden;
}
.footer-lt{
	width: 420px;
	float: left;
	
	position: relative;
}
.footer-a{
	overflow: hidden;
	display: inline-block;
}
.footer-a .logo-a{
	
}
.footer-a .logo-b{

}
.footer-a *{
	color: #fff !important;
}
.footer-b{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-rt{
	width: calc(100% - 460px);
	max-width: 860px;
	float: right;
}
.footer-ef{
	padding-right: 95px;
	overflow: hidden;
	position: relative;
}
.footer-efli{
	width: 25%;
	float: left;
	padding-right: 10px;
}
.footer-efli.ps{
	width: auto;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.footer-e{
	font-size: 19px;
	line-height:20px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #fff;
}
.footer-f{
	margin-top: 25px;
}
.footer-f li{
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 15px;
}
.footer-f li a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.footer-f li a:hover{
	opacity: .8;
}
.footer-g{
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .3;
	margin-top: 80px;
	margin-bottom: 55px; font-size:12px; color:#fff; text-align:center
}
.footer-jk{
	overflow: hidden;
}
.footer-j{
	width: 380px;
	padding-right: 40px;
	float: left;
}
.footer-j1{
	font-size: 14px;
	line-height: 28px;
	color: rgba(255,255,255,.8);
	margin-top: 25px;
}
.footer-j1 img{
	max-height: 80px;
}
.footer-k{
	float: left;
}
@media(max-width:1200px){
	.footer-e{
		font-size: 16px;
	}
}
@media(max-width:1000px){
	footer{
	padding: 60px 0 10px 0;
	}
	.footer-ef{
		display: none;
	}
	.footer-lt{
		height: auto;
		width: 100%;
	}
	.footer-b{
		position: relative;
		margin-top: 20px;
	}
	.footer-rt{
		width: 100%;
	}
	.footer-g{
		margin: 30px 0;
	}
}
@media(max-width:1000px){
	footer{
		padding: .8rem 0;
	}
	.footer-lt{
		margin-left:30%
	}

	.footer-a .logo-b{ 
		 
	}
	.footer-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.footer-g{
		margin: .4rem 0;
	}
	.footer-j{
		width: 100%;
		margin-bottom: .4rem;
	}

}





.gytit{
	overflow: hidden;
}
.gytit-a{
	font-size: 38px;
	line-height: 50px;
	float: left;
	font-weight: bold;
	color: #42799c;
}
.gytit-fm{
	width: 315px;
	float: right;
	border-bottom: 2px solid #42799c;
	overflow: hidden;
}
.gytit-fm .int{
	width: calc(100%  - 60px);
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 48px;
	background: initial;
	border: 0;
}
.gytit-fm .sub{
	width: 50px;
	height: 48px;
	background: url(../img/ico01.png) no-repeat right center;
	float: right;
	border: 0;
}
@media(max-width:1200px){
	.gytit-a{
		font-size: 26px;
	}
}
@media(max-width:750px){
	.gytit-a{
		font-size: .4rem;
		line-height: .6rem;
	}
	.gytit-fm{
		width: 3.2rem;
	}
	.gytit-fm .int{
		width: calc(100% - .6rem);
		font-size: .28rem;
		line-height: .56rem;
	}
	.gytit-fm .sub{
		width: .5rem;
		height: .56rem;
	}
}


/*专业课程*/
.course{
	padding-top: 80px;
	padding-bottom: 130px;
}
.course-sx{
	padding: 40px 50px;
	border-top: 3px solid #6f94ae;
	margin-top: 45px;
	background: #fff;
}
.course-sx-li{
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 35px;
	border-bottom: 1px solid #f0f0f0;
}
.course-sx-li:last-child{
	margin-bottom: 0;
	border: 0;
}
.course-sx-lt{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	width: 90px;
	float: left;
}
.course-sx-rt{
	width: calc(100% - 90px);
	float: left;
	overflow: hidden;
	font-weight: bold;
}
.course-sx-rt a{
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-right: 30px;
	color: #000;
	font-weight: bold;
	float: left;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.course-sx-rt a:hover{
	color: #42799c;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.course-sx-rt a.on{
	color: #42799c;
}
.course-div{
	padding-top: 65px;
	overflow: hidden;
}
.course-rt{
	width: 240px;
	float: right;
	padding-bottom: 40px;
	background: #fff;
}
.course-lt{
	width: calc(100% - 240px);
	float: left;
	padding-right: 5px;
}
.course-ul{
	overflow: hidden;
}	
.course-list{
	display: block;
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	transition: all .3s;
-webkit-transition: all .3s;
}	
.course-list:hover{
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;
}
.course-a{
	position: relative;
	overflow: hidden;
}	
.course-b{
	padding: 20px 25px;
}
.course-b1{
	font-size: 20px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}
.course-b2{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.course-b3{
	font-size: 12px;
	color: #888;
	line-height: 20px;
	margin-top: 15px;
	overflow: hidden;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.course-b3>span{
	font-size: 18px;
	color: #42799c;
	display: inline-block;
	float: right;
}

.course-j{
	width: 100%;
	height: 40px;
	background: url(../img/ico02.png) no-repeat 15px center;
	background-color: #42799c;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	padding-left: 40px;
}
.course-k{
	padding: 0 15px;
}
.course-k a{
	display: block;
	padding-top: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.course-k1{
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.course-k11{
	color: #000;
}
.course-k2{
	margin-top: 12px;
}
.course-k3{
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
}
.course-k a:hover .course-k1{
	color: #42799C;
	transition: all .3s;
-webkit-transition: all .3s;
}
@media(max-width:1200px){
	.course-list{
		width: calc(50% - 20px);
	}
}
@media(max-width:1000px){
	.course-sx{
		padding: 25px;
	}
	.course-rt{
		width: 200px;
	}
	.course-lt{
		width: calc(100% - 200px);
	}
	.course-b{
		padding: 15px;
	}
	.course-b2{
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.course-b1{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 10px;
	}
}
@media(max-width:750px){
	.course{
		padding-bottom: .8rem;
		padding-top: .8rem;
	}
	.course-sx{
		padding: .25rem;
		margin-top: .5rem;
	}
	.course-sx-li{
		margin-bottom: .2rem;
		padding: 0;
	}
	.course-sx-lt{
		width: 100%;
		font-size: .3rem;
		line-height: .45rem;
		margin-bottom: .15rem;
	}
	.course-sx-rt{
		width: 100%;
	}
	.course-sx-rt a{
		font-size: .26rem;
		line-height: .4rem;
		margin-bottom: .2rem;
		margin-right: .2rem;
	}
	.course-div{
		padding-top: .6rem;
	}
	.course-lt{
		width: 102%;
		padding: 0;
	}
	.course-list{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .3rem;
	}
	.course-b{
		padding: .2rem;
	}
	.course-b1{
		font-size: .3rem;
		line-height: .4rem;
		height: .4rem;
		margin-bottom: .1rem;
	}
	.course-b2{
		font-size: .24rem;
		line-height: .4rem;
		height: .4rem;
	}
	.course-b3{
		font-size: .24rem;
		margin-top: .15rem;
		padding-top: .15rem;
		line-height: .4rem;
	}
	.course-b3>span{
		font-size: .3rem;
	}
	.course-rt{
		margin-top: .4rem;
		width: 100%;
		padding-bottom: .3rem;
	}
	.course-k a{
		padding-top: .2rem;
		padding-bottom: .1rem;
	}
	.course-k2{
		margin-top: .15rem;
	}
	.course-k3{
		font-size: .24rem;
		line-height: .4rem;
		padding: .1rem 0;
	}
}


/*课程介绍*/
.creinfo{
	padding-top: 30px;
	padding-bottom: 90px;
}
.creinfo-lt{
	padding-right: 35px;
}
.creinfo-jkm{
	background: #fff;
	padding: 30px 45px;
}
.creinfo-j{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.creinfo-j>div{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #42799c;
	color: #666;
	line-height: 65px;
	margin-right: 65px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;
}
.creinfo-j>div:after{
	content: '';
	width: 0px;
	height: 2px;
	background: #42799c;
	position: absolute;
	left: 0;bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.creinfo-j>div:hover{
	color: #42799c;
	transition: all .3s;
-webkit-transition: all .3s;
}
.creinfo-j>div.on{
	color: #42799c;
}
.creinfo-j>div.on:after{
	width: 100%;
	transition: all .3s;
-webkit-transition: all .3s;
}
.creinfo-k{
	padding: 30px 0;
	
	
	font-size: 16px;
	
	
	
}
.creinfo-k1{
	display: none;
}
.creinfo-m{
	margin-top: 30px;
	overflow: hidden;
}
.creinfo-m a{
	display: block;
	width: 48%;
	color: #888;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	float: left;
	padding-left: 50px;
	background: url(../img/ico03.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.creinfo-m a:hover{
	color: #42799c;
}
.creinfo-m .a2{
	padding-left: 0;
	padding-right: 50px;
	background: url(../img/ico04.png) no-repeat right center;
	text-align: right;
	float: right;
}

.creinfo-nav{
	overflow: hidden;
	font-size: 0;
	line-height: 30px;
}
.creinfo-nav a{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #888;
	float: left;
}
.creinfo-nav a:hover{
	color: #42799c;
}
.creinfo-nav i{
	display: inline-block;
	float: left;
	line-height: 30px;
	margin: 0 10px;
}
.creinfo-nav span{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #42799c;
	float: left;
}
.creinfo-a{
	margin-top: 30px;
	position: relative;
}
.creinfo-a i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: url(../img/ico06.png) no-repeat center;
	background-color: rgba(0,0,0,.1);
	cursor: pointer;
}
.creinfo-bc{
	background: #42799c;
	color: #fff;
	padding: 30px 70px;
}
.creinfo-b{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}
.creinfo-c{
	font-size: 0;
	overflow: hidden;
	margin-top: 15px;
}
.creinfo-c1{
	display: inline-block;
	margin-right: 55px;
	font-size: 15px;
	line-height: 25px;
}
.creinfo-c1.mt>img{
	position: relative;
	top: -2px;
}
.creinfo-c1.cu{
	cursor: pointer;
}

@media(max-width:1200px){
	.creinfo-bc{
		padding: 30px;
	}
	.creinfo-c1{
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.creinfo-b{
		font-size: 26px;
		line-height: 35px;
	}
}
@media(max-width:750px){
	.creinfo{
		padding-top: .4rem;
		padding-bottom: .8rem;
	}
	.creinfo-nav a,.creinfo-nav span{
		font-size: .26rem;
		line-height: .4rem;
	}
	.creinfo-nav i{
		line-height: .4rem;
	}
	.creinfo-a{
		margin-top: .4rem;
	}
	.creinfo-a>i{
		background-size: .8rem;
	}
	.creinfo-bc{
		padding: .3rem;
	}
	.creinfo-b{
		font-size: .34rem;
		line-height: .5rem;
	}
	.creinfo-c1{
		font-size: .26rem;
		line-height: .45rem;
		margin-right: .3rem;
		margin-bottom: .15rem;
	}
	.creinfo-lt{
		padding: 0;
		width: 100%;
	}
	.creinfo-jkm{
		padding: .3rem;
	}
	.creinfo-j>div{
		font-size: .32rem;
		line-height: .8rem;
		margin-right: .4rem;
	}
	.creinfo-k{
		padding: .5rem 0;
		font-size: .26rem;
		line-height: .4rem;
		min-height: auto;
	}
	.creinfo-m{
		margin-top: .3rem;
	}
	.creinfo-m a{
		width: 49%;
		margin-bottom: .2rem;
		font-size: .26rem;
		line-height: .4rem;
		height: .4rem;
		padding-left: .6rem;
		background-size: auto .15rem;
	}
	.creinfo-m .a2{
		padding-right: .6rem;
		background-size: auto .15rem;
	}
}



/*重要伙伴*/
.partner{
	padding: 100px 0;
}
.partner-lg{
	margin-top: 65px;
}
.partner-lg li{
	background: #f2f3f4;
	margin-bottom: 30px;
	min-height: 230px;
	padding: 55px 0;
	border-left: 15px solid #fff;
	overflow: hidden;
}
.partner-a{
	padding: 0 30px;
	line-height: 120px;
	text-align: center;
	width: 42%;
	float: left;
}
.partner-b{
	width: 55%;
	max-width: 615px;
	padding-right: 30px;
	margin-left: 3%;
	float: left;
}
.partner-b1{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
}
.partner-b2{
	font-size: 16px;
	margin-top: 20px;
	color: #000;
	line-height: 30px;
}
.partner-mr{
	text-align: center;
	margin-top: 15px;
}
.partner-mr div{
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
	color: #42799c;
	border-bottom: 1px solid #42799c;
	font-weight: bold;
	cursor: pointer;
}
.partner-mr div:hover{
	opacity: .8;
}
.partner-ul{
	width: calc(100% + 20px);
	margin-top: 85px;
	overflow: hidden;
}
.partner-ul li{
	width: calc(25% - 20px);
	border: 1px solid #e5e5e5;
	height: 145px;
	padding: 20px;
	line-height: 105px;
	text-align: center;
	font-size: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.partner-ul li>img{
	max-height: 100%;
}

@media(max-width:1000px){
	.partner-ul li{
		width: calc(33.333% - 20px);
	}
}
@media(max-width:750px){
	.partner{
		padding: .8rem 0;
	}
	.partner-lg{
		margin-top: .7rem;
	}
	.partner-lg li{
		padding: .5rem;
		padding-left: .3rem;
		border-left: .15rem solid #fff;
		margin-bottom: .35rem;
	}
	.partner-a{
		width: 100%;
		padding: 0;
		margin-bottom: .4rem;
		line-height: initial;
	}
	.partner-b{
		width: 100%;
		padding: 0;
		margin-top: 0rem;
	}
	.partner-b1{
		font-size: .34rem;
		line-height: .45rem;
	}
	.partner-b2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.partner-mr{
		margin-top: .15rem;
	}
	.partner-mr>div{
		font-size: .3rem;
		line-height: .4rem;
	}
	.partner-ul{
		margin-top: .6rem;
		width: 102%;
	}
	.partner-ul li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: .2rem;
		height: 1.4rem;
		padding: .2rem;
		line-height: 1rem;
	}
}




/*师资团队*/
.faculty{
	padding: 95px 0;
}
.faculty-ul{
	overflow: hidden;
	margin-top: 80px;
}
.faculty-ab{
	display: block;
	width: 48%;
	float: left;
	max-width: 610px;
	margin-bottom: 50px;
}
.faculty-ab:nth-child(2n + 0){
	float: right;
}
.faculty-a{
	overflow: hidden;
	position: relative;
}
.faculty-b{
	margin-top: 20px;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	padding-right: 25px;
	background: url(../img/ico12.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.faculty-ab:hover{
	color: #42799c;
}
.faculty .page{
	margin-top: 50px;
}
@media(max-width:1200px){
	.faculty-b{
		font-size: 20px;
		line-height: 30px;
		height: 30px;
	}
}
@media(max-width:750px){
	.faculty{
		padding: .8rem 0;
	}
	.faculty-ul{
		margin-top: .6rem;
	}
	.faculty-b{
		font-size: .28rem;
		line-height: .4rem;
		height: .4rem;
		margin-top: .2rem;
		padding-right: .3rem;
		background-size: .2rem auto;
	}
	.faculty-ab{
		margin-bottom: .35rem;
	}
	.faculty .page{
		margin-top: .3rem;
	}
}

.page{
	width: 100%;
	text-align: center;
}
.page a{
	display: inline-block;
	padding: 5px;
	padding-bottom: 20px;
	line-height: 1;
	font-size:18px;
	color: #999;
	font-weight: bold;
	margin: 0 5px;
	border-bottom: 3px solid #fff;
}
.page a:hover{
	color: #42799C;
}
.page a.active{
	color: #42799C;
	border-color: #42799C;
}
@media(max-width:750px){
	.page a{
		font-size: .28rem;
		padding: 0 .1rem;
		margin: 0 .05rem;
		padding-bottom: .15rem;
	}
}


.flyinfo{
	padding-top: 130px;
	padding-bottom: 105px;
}
.flyinfo-top{
	overflow: hidden;
	padding-top: 40px;
	margin-bottom: 110px;
	cursor: pointer;
}
.flyinfo-lt{
	width: 420px;
	float: left;
	background: #42799C;
}
.flyinfo-lt img{
	position: relative;
	top: -40px;
	right: -35px;
}
.flyinfo-rt{
	width: calc(100% - 500px);
	float: right;
	max-width: 710px;
	padding-top: 60px;
	padding-bottom: 30px;
	min-height: 530px;
	border-bottom: 1px solid #000;
}
.flyinfo-rt .d1{
	font-size: 20px;
	line-height: 35px;
	color: #003333;
	font-weight: bold;
	min-height: 245px;
}
.flyinfo-rt .d2{
	margin-top: 35px;
	text-align: right;
	font-size: 18px;
	color: #000;
	line-height: 1.3;
}
.flyinfo-rt .d3{
	margin-top: 5px;
	text-align: right;
	font-size: 20px;
	color: #42799C;
	font-weight: bold;
	line-height: 1.3;
}
.flyinfo-ul{
	width: 105.5%;
	overflow: hidden;
	margin-top: 70px;
}
.flyinfo-ab{
	display: block;
	width: 27.833%;
	float: left;
	margin-right: 5.5%;
	margin-bottom: 50px;
	background: #f8f8f8;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.flyinfo-ab:hover{
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.flyinfo-b{
	padding: 30px 25px;
}
.flyinfo-b1{
	font-size: 22px;
	color: #000;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.flyinfo-b2{
	font-size: 16px;
	color: #000;
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
	padding-right: 25px;
	background: url(../img/ico12.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.flyinfo .page{
	margin-top: 30px;
}

.flytk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 49;
	background: rgba(0,0,0,.6);
	display: none;
}
.flytk{
	width: 90%;
	max-height: 90vh;
	max-width: 1280px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 130px 80px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.flytk>i{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/ico18.png) no-repeat center;
	position: absolute;
	top: 40px;
	right: 55px;
}
.flytk-div{
	overflow: hidden;
}
.flytk-lt{
	width: 40%;
	padding-right: 40px;
	float: left;
}
.flytk-lt>img{
	width: 100%;
	max-width: 360px;
}
.flytk-rt{
	width: 60%;
	float: left;
	max-width: 560px;
	padding-left: 30px;
	height: 460px;
	overflow-y: auto;
	padding-top: 55px;
	color: #000;
	padding-right: 5px;
	font-weight: bold;
}
.flytk-a{
	font-size: 18px;
	line-height: 1.3;
}
.flytk-b{
	font-size: 36px;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 30px;
}
.flytk-c{
	font-size: 16px;
	line-height: 25px;
}
.flytk-d{
	font-size: 18px;
	line-height: 1;
	color: #42799C;
	margin-top: 45px;
	margin-bottom: 10px;
}
.flyinfo-hd{
	display: none;
}
@media(max-width:1600px){
	.flytk{
		padding: 60px;
	}
}
@media(max-width:1200px){
	.flyinfo-top{
		margin-bottom: 60px;
	}
	.flyinfo-rt{
		padding-top: 30px;
	}
	.flyinfo-ul{
		width: 103%;
	}
	.flyinfo-ab{
		width: 30.333%;
		margin-right: 3%;
		margin-bottom: 30px;
	}
	.flyinfo-b{
		padding: 20px;
	}
	.flytk-lt{
		padding: 0;
	}
	.flytk-b{
		font-size: 28px;
	}
	.flytk-rt{
		padding-top: 5px;
	}
	.flytk>i{
		top: 20px;
		right: 20px;
	}
	.flytk{
		padding: 50px 30px;
	}
}
@media(max-width:1000px){
	.flyinfo-lt{
		width: 340px;
	}
	.flyinfo-rt{
		width: calc(100% - 400px);
		padding-top: 0;
		min-height: 430px;
	}
	.flyinfo-rt .d1{
		font-size: 16px;
		line-height: 25px;
	}
	.flyinfo-ab{
		width: 47%;
	}
}
@media(max-width:750px){
	.flyinfo{
		padding: .8rem 0;
	}
	.flyinfo-lt{
		width: 5rem;
		
	}
	.flyinfo-lt img{
		top: -.4rem;
		right: -.3rem;
	}
	.flyinfo-rt{
		width: 100%;
		padding-top: 0;
		margin-top: .5rem;
		padding-bottom: .3rem;
		min-height: initial;
	}
	.flyinfo-rt .d1{
		font-size: .3rem;
		line-height: .45rem;
		min-height: auto;
	}
	.flyinfo-rt .d2{
		font-size: .28rem;
		margin-top: .3rem;
	}
	.flyinfo-rt .d3{
		font-size: .32rem;
		margin-top: .1rem;
	}
	.flyinfo-ab{
		width: 47%;
	}
	.flyinfo-top{
		padding-top: .4rem;
		margin-bottom: .7rem;
	}
	.flyinfo-ul{
		margin-top: .6rem;
	}
	.flyinfo-b{
		padding: .2rem;
	}
	.flyinfo-b1{
		font-size: .3rem;
		line-height: .4rem;
		height: .4rem;
	}
	.flyinfo-b2{
		font-size: .24rem;
		line-height: .4rem;
		height: .4rem;
		padding-right: .3rem;
		background-size: .2rem;
		margin-top: .1rem;
	}
	.flyinfo-ab{
		margin-bottom: .3rem;
	}
	.flyinfo .page{
		margin-top: .2rem;
	}
	.flytk{
		padding: .7rem .3rem;
	}
	.flytk-lt{
		width: 50%;
		margin-bottom: .4rem;
	}
	.flytk-rt{
		width: 100%;
		height: 6rem;
		padding: 0;
	}
	.flytk-a{
		font-size: .28rem;
	}
	.flytk-b{
		font-size: .34rem;
		margin-top: .2rem;
		margin-bottom: .2rem;
	}
	.flytk-c{
		font-size: .26rem;
		line-height: .4rem;
	}
	.flytk-d{
		font-size: .32rem;
		margin-top: .3rem;
		margin-bottom: .1rem;
	}
}


/*中心简介*/
.about-a{
	padding-top: 120px;
	padding-bottom: 145px;
	overflow: hidden;
}
.about-tit{
	display: block;
	width: 100%;
	float: initial;
}
.about-alt{
	width: 47%;
	float: left;
	
}
.about-prev{
	width: 44px;
	height: 44px;
	background: url(../img/ico13.png) no-repeat center;
}
.about-next{
	width: 44px;
	height: 44px;
	background: url(../img/ico14.png) no-repeat center;
}
.about-art{
	width: 48%;
	max-width: 600px;
	float: right;
	padding-top: 35px;
}
.about-a2{
	font-size: 16px;font-weight:bold;
	line-height: 30px;
	color: #333;
	
	margin-top: 30px;
}
.about-bbj{
}
.about-b{
	overflow: hidden;
	position: relative;
	height: 100%;
	
}
.about-blt{
	width: 50%;
	padding-right: 40px;
	float: left;
	padding-top: 120px;
	padding-bottom: 50px;
}
.about-b2{
	margin-top: 25px;
	color: #fff;
}
.about-b3{
	color: #fff;
	margin-top: 30px;
}
.about-b4{
	margin-top: 65px;
	font-size: 16px;
	line-height: 59px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	background: url(../img/ico17.png) no-repeat left center;
}
.about-brt{
	width: 50%;
	float: right;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.about-brt>div{
	position: absolute;
	bottom:20%;
	right: 0;
	width: 100%;
	padding: 0 30px;
	text-align: right;
}
.about-c{
	 padding: 0px 0 50px 0;
}
.aboutC-swiper{
	margin-top: 60px;
}
.aboutC-swiper .flyinfo-ab{
	width: 100% !important;
	margin-bottom: 0 !important;
}
.about-cul{
	margin-top: 50px;
}
.about-cul .flyinfo-b2{
	margin: 0 !important;
}
.about-d{
	padding-top: 75px;
	padding-bottom: 145px;
}
.about-dct{
	overflow: hidden;
	border-top:1px solid #E5E5E5;
	margin-top: 50px;
	padding-top: 60px;
}
.about-dlt{
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
}
.about-d1{
	padding-left: 15px;
	border-left: 6px solid #42799C;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
}
.about-drt{
	width: 50%;
	float: right;
	height: 300px;
	background: #ccc;
}
@media(max-width:1600px){
	.about-art{
		padding-top: 0;
	}
}
@media(max-width:1000px){
	.about-a{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about-alt{
		width: 100%;
		max-width: 600px;
	}
	.about-art{
		margin-top: 30px;
		width: 100%;
		max-width: initial;
	}
	.about-blt{
		padding-right: 0;
		padding-top: 30px;
	}
	.about-a2{
		font-size: 12px;
		line-height: 20px;
	}
	.about-b4{
		margin-top: 40px;
	}
	.about-b{
		min-height: initial;
	}
	.about-dlt{
		width: 100%;
		padding: 0;
	}
	.about-drt{
		width: 100%;
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.about-a{
		padding:.8rem 0
	}
	.about-a2{
		margin-top: .3rem;
		
		line-height: .45rem;
	}
	.about-blt{
		width: 100%;
		padding: .8rem 0;
	}
	.about-blt>img{
		width: .6rem;
	}
	.about-b2{
		margin-top: .2rem;
	}
	.about-b4{
		font-size: .3rem;
		line-height: .5rem;
		margin-top: .4rem;
		background-size: .5rem;
	}
	.about-brt{
		position: relative;
		width: 100%;
	}
	.about-brt>div{
		position: relative;
		text-align: center;
		margin: -30px 0 30px 0;
padding: 0;
	}
	.about-c{
		padding-top: .8rem;
	}
	.about-cul{
		margin-top: .5rem;
	}
	.aboutC-swiper{
		margin-top: .5rem;
	}
	.about-d{
		padding: .8rem 0;
	}
	.about-dct{
		margin-top: .4rem;
		padding-top: .4rem;
	}
	.about-d1{
		font-size: .28rem;
		line-height: .45rem;
		margin-bottom: .2rem;
		padding-left: .15rem;
		border-left: 3px solid #42799C;
	}
	.about-drt{
		margin-top: .5rem;
		height: 3rem;
	}
}



/*中心简介详情*/

.abtinfo{
	padding-top: 30px;
	padding-bottom: 135px;
}
.abtinfo-div{
	margin: 0 auto;
	margin-top: 55px;
	max-width: 940px;
}
.abtinfo-a{
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.abtinfo-b{
	margin-top: 55px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
@media(max-width:750px){
	.abtinfo-div{
		margin-top: .7rem;
	}
	.abtinfo-a{
		font-size: .36rem;
		line-height: .45rem;
	}
	.abtinfo-b{
		margin-top: .6rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.abtinfo{
		padding-top: .4rem;
		padding-bottom: .8rem;
	}
}



/*公告*/
.notice{
	padding: 100px 0;
}
.notice-ul{
	margin-top: 75px;
	overflow: hidden;
}
.notice-ab{
	padding: 15px 0;
	margin-bottom: 50px;
	display: block;
	width: 48%;
	float: left;
	max-width: 610px;
	border-bottom: 1px solid #646464;
}
.notice-ab:nth-child(2n + 0){
	float: right;
}
.notice-a{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	border-left: 5px solid #42799c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice-b{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	color: #666;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice .page{
	margin-top: 20px;
}
@media(max-width:750px){
	.notice{
		padding: .8rem 0;
	}
	.notice-ul{
		margin-top: .7rem;
	}
	.notice-ab{
		width: 100%;
		padding: .2rem 0;
		margin-bottom: .4rem;
	}
	.notice-a{
		font-size: .3rem;
		height: .4rem;
		line-height: .3rem;
	}
	.notice-b{
		font-size: .26rem;
		height: .35rem;
		line-height: .35rem;
		margin-top: .15rem;
	}
	.notice .page{
		margin-top: .2rem;
	}
}


/*活动*/
.activity-ul{
	margin-top: 65px;
}
.activity-ab{
	margin-bottom: 60px;
	background: initial;
}
.activity-ab:hover{
	box-shadow: initial;
}
.activity-a{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 25px 0;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.activity-ab:hover .activity-a{
	color: #42799c;
	transition: all .3s;
-webkit-transition: all .3s;
}
.activity-b{
	width: 40px;
	height: 1px;
	background: #42799c;
}
@media(max-width:1000px){
	.activity-a{
		font-size: 16px;
		margin: 15px 0;
	}
	.activity-ab{
		margin-bottom: 40px;
	}
}
@media(max-width:1000px){
	.activity-a{
		font-size: .24rem;
		height: .35rem;
		line-height: .35rem;
		margin: .2rem 0;
	}
	.activity-ab{
		margin-bottom: .45rem;
	}
	.activity-ul{
		margin-top: .7rem;
	}
}


/*资讯*/
.news-top{
	display: block;
	margin-top: 60px;
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
}
.news-lt{
	width: 48%;
	height: 325px;
	max-width: 625px;
	float: left;
	position: relative;
	overflow: hidden;
}
.news-rt{
	width: 48%;
	float: right;
	max-width: 580px;
	padding-top: 30px;
}
.news-rt-a{
	font-size: 16px;
	color: #888;
	line-height: 1;
}
.news-rt-b{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	height: 30px;
	margin: 20px 0;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-rt-c{
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-rt-d{
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin-top: 50px;
	color: #333;
}
.news-top:hover .news-rt-b{
	color: #42799C;
}

.news-ul{
	margin-top: 60px;
}
.news-b{
	padding: 20px 25px;
}
.news-b1{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-b2{
	font-size: 12px;
	color: #888;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 10px;
}
@media(max-width:1200px){
	.news-lt{
		height: 260px;
	}
	.news-rt-d{
		margin-top: 25px;
	}
	.news-rt-b{
		font-size: 20px;
		margin: 10px 0;
	}
}

@media(max-width:750px){
	.news-top{
		margin-top: .6rem;
		padding: .2rem 0;
	}
	.news-lt{
		width: 100%;
		height: 3.4rem;
	}
	.news-rt{
		width: 100%;
		padding-top: .3rem;
	}
	.news-rt-a{
		font-size: .26rem;
	}
	.news-rt-b{
		font-size: .32rem;
		height: .4rem;
		line-height: .4rem;
		margin: .15rem 0;
	}
	.news-rt-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.2rem;
	}
	.news-rt-d{
		font-size: .28rem;
		margin-top: .2rem;
	}
	.news-rt-d img{
		width: .2rem;
	}
	.news-ul{
		margin-top: .6rem;
	}
	.news-b{
		padding: .2rem;
	}
	.news-b1{
		font-size: .3rem;
		line-height: .45rem;
		height: .9rem;
	}
	.news-b2{
		font-size: .24rem;
		margin-top: .25rem;
		margin-bottom: 0;
	}
}


.newsinfo{
	padding-top: 35px;
	padding-bottom: 140px;
}
.newsinf-a1{
	width: 60%;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 40px 0;
	font-weight: bold;
}
.newsinf-a p{
	
	line-height: 30px;
	
	font-weight: bold;
}
.newsinf-b{
	font-size: 16px;
	line-height: 1;
	color: #888;
	overflow: hidden;
}
.newsinf-ba{
	float: left;
}
.bdsharebuttonbox,.newsinf-bb{
	display: inline-block !important;
	float: left;
	margin: 0 !important;
}
.newsinf-b1{
	display: inline-block;
	margin: 0 !important;
	margin-left: 40px !important;
	padding-left: 22px !important;
	cursor: pointer !important;
	font-size: 15px !important;
	color: #42799C;
	background: url(../img/ico08_1.png) no-repeat left center !important;
}
.newsinf-b1:hover{
	color: #42799C !important;
}
.newsinf-ce{
	margin-top: 35px;
	overflow: hidden;
}
.newsinf-c{
	width: 60%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.newsinf-de{
	width: 36%;
	float: right;
	max-width: 400px;
}
.newsinf-d{
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #42799c;
	margin-bottom: 25px;
}
.newsinf-e{
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #333;
}
.newsinf-e1{
	font-size: 16px;
	line-height: 1;
	color: #42799C;
}
.newsinf-e2{
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-top: 8px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.newsinf-e:hover .newsinf-e2{
	color: #42799C;
	transition: all .3s;
-webkit-transition: all .3s;
}


@media(max-width:1000px){
	.newsinf-a1{
		width: 100%;
	}
	.newsinf-c{
		width: 100%;
	}
	.newsinf-de{
		width: 100%;
		max-width: 100%;
		margin-top: 70px;
	}
}
@media(max-width:750px){
	.newsinfo{
		padding-top: .4rem;
		padding-bottom: .8rem;
	}
	.newsinf-a1{
		font-size: .36rem;
		line-height: .45rem;
		margin: .5rem 0;
	}
	.newsinf-b{
		font-size: .24rem;
	}
	.newsinf-ce{
		margin-top: .5rem;
	}
	.newsinf-c{
		font-size: .26rem;
		line-height: .45rem;
	}
	.newsinf-d{
		font-size: .34rem;
		margin-bottom: .3rem;
	}
	.newsinf-e{
		padding-top: .25rem;
		padding-bottom: .15rem;
	}
	.newsinf-e1{
		font-size: .24rem;
	}
	.newsinf-e2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.newsinf-de{
		margin-top: .8rem;
	}
}

.bd_weixin_popup{
	padding: 5px !important;
	height: 285px !important;
}




/*首页*/


/*banner*/
.ban-swiper{
	width: 100%;
	height: 980px;
	max-height: calc(100vh - 120px);
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;

	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-divbj{
	background: url(../img/ico19.png) no-repeat center bottom;
	z-index: 3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ban-div{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ban-div>div{
	position: relative;
	overflow: hidden;
	top: 10px;
	opacity: 0;
}
.ban-div-a{
	font-size: 44px;
	line-height: 55px;
	color: #fff;
	font-weight: bold;
	width: 80%;
	padding-bottom: 65px;
	float: left;
}
.ban-div-b{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	float: right;
	margin-bottom: 70px;
	padding-right: 15px;
	background: url(../img/ico20.png) no-repeat right center;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.ban-div-b:hover{
	color: #fff;
	opacity: .8;
}
.ban-div-b span{
	margin-right: 20px;
}
.ban-slide.swiper-slide-active .ban-div>div{
	top: 0;
	opacity: 1;
	transition: all .5s .3s;
-webkit-transition: all .5s .3s;
}
.ban-bt{
	width: 100%;
	height: 0;
	position: absolute;
	layout-flow: 0;
	bottom: 0;
	z-index: 3;
}
.ban-btwd{
	position: relative;
}
.swiper-pagination{
	display: inline-block;
	bottom: 65px;
	right: 100px;
	padding:0 10px;
}
.swiper-pagination span{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	margin: 0 10px;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background: #5f99be;
}

@media(max-width:1600px){
	.ban-swiper{
		max-height: calc(100vh - 100px);
	}
	.ban-div-a{
		font-size: 38px;
		line-height: 50px;
	}
}
@media(max-width:1200px){
	.ban-swiper{
		max-height:initial;
		height: 600px;
	}
	.ban-div-a{
		font-size: 28px;
		line-height: 40px;
	}
}
@media(max-width:1000px){
	.ban-swiper{
		max-height:initial;
		height: 450px;
	}
	.ban-div-a{
		font-size: 22px;
		line-height: 30px;
	}
}
@media(max-width:750px){
	.ban-swiper{
		max-height:initial;
		height: 250px;
	}
	.ban-div-a{
		width: 100%;
		font-size: .4rem;
		line-height: .55rem;
		padding-bottom: 1.5rem;
	}
	.swiper-pagination{
		width: 100%;
		bottom: .3rem;
		right: 0;
	}
	.swiper-pagination span{
		margin: 0 5px;
	}
	.ban-div-b{
		margin-bottom: .45rem;
	}
}



.inws-bj{
	width: 100%;
	background: #f7f8fa;
	padding-top: 130px;
	padding-bottom: 20px;
}
.inws-a{
	font-size: 40px;
	line-height: 1;
	color: #42799c;
	font-weight: bold;
	
}
.inws-b{
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #211f42;
	padding-right: 35px;
	font-weight: lighter;
	background: url(../img/ico12.png) no-repeat right center;
	margin-top: 35px;
	margin-left: 70px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.inws-b:hover{
	padding-right: 40px;
	color: #211f42;
transition: all .3s;
-webkit-transition: all .3s;
}
.inws-cd{
	display: block;
	
	margin-bottom: 115px;
	position: relative;
}
.inws-c{
	width: 50%;
	
	
	
}
.inws-cdiv{
	width: 100%;
	max-width: 600px;
}
.inws-c1{
	font-size: 28px;
	line-height: 1;
	color: #42799C;
	font-weight: bold;
}
.inws-c2{
	width: calc(100% + 25px);
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	color: #000;
	margin-top: 40px;
	padding-left: 25px;
	margin-left: -25px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-c2:after{
	content: '';
	width: 10px;
	height: 100%;
	background: #42799c;
	position: absolute;
	left: 0px;
	top: 0;
}
.inws-c3{
	font-size: 15px;
	line-height: 25px;
	
	color: #000;
	margin-top: 20px;
	
}
.inws-d{
	height: 540px;
	width: calc(50vw - 35px);
	position: absolute;
	left: 50%;
	top: -115px;
	margin-left: 35px;
	transition: all .3s;
-webkit-transition: all .3s;
}

.inws-c:hover .inws-c2{
	color: #42799c;
	transition: all .3s;
-webkit-transition: all .3s;
}
.inws-ef{
	margin-top: 50px;
	overflow: hidden;
}
.inws-ef a{
	display: block;
	width: 50%;
	float: left;
	padding-left: 70px;
	overflow: hidden;
	margin-bottom: 40px;
}
.inws-e{
	display: inline-block;
	float: left;
	border-top: 3px solid #42799c;
	padding-top: 5px;
	font-weight: bold;
margin-top: 10px;
}
.inws-e>div{
	font-size: 16px;
	line-height: 1;
	color: #000;
}
.inws-e>p{
	font-size: 16px;
	line-height: 1;
	color: #42799c;
	margin-top: 5px;
	font-family: arial;
}
.inws-f{
	width: calc(100% - 80px);
	float: right;
}
.inws-f1{
	font-size: 24px;
	line-height: 35px;
	height: 30px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.inws-f2{
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	color: #000;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inws-ef a:hover .inws-f1{
	color: #42799c;
	transition: all .3s;
-webkit-transition: all .3s;
}

@media(max-width:1200px){
	.inws-bj{
	padding-top: 0px;
	
}
	.inws-c{
		height: auto;
		padding-bottom: 30px;
			}
	.inws-c2:after{
		left: 10px;
	}
	.inws-d{
		height: 400px; 
		margin-top: 100px;
	}
	.inws-cd{
		
		margin-bottom: 0px;
	}
	.inws-f1{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
}
@media(max-width:1000px){
	.inws-a,.inws-b{
		margin-left: 0;
	}
	.inws-c{
		width: 100%;
	}
	.inws-d{
		width: 100%;
		position: relative;
		position: relative;
		left: initial;
		top: initial;
		margin: initial;
	}
	.inws-ef a{
		padding-left: 0;
		width: 100%;
	}
	.inws-f1{
		height: auto;max-height: 60px;
	}
}
@media(max-width:750px){
	.inws-bj{
		padding: .8rem 0;
	}
	.inws-a{
		font-size: .5rem;
	}
	.inws-b{
		font-size: 14px;
		line-height: 20px;
		padding-right: 20px;
		background-size: 12px auto;
		margin-top: .25rem;
	}
	.inws-b:hover{
		padding-right: 25px;
	}
	.inws-cd{
		
		margin-bottom: .45rem;padding-bottom: 25px;
	}
	.inws-c{
		
		
		
		padding-bottom: 15px;
	}
	.inws-c1{
		font-size: .38rem;
	}
	.inws-c2{
	
	}
	.inws-c2:after{
		width: 5px;
	}
	.inws-c3{
		
	}
	.inws-d{
		height: 4rem;
	}


	.inws-ef{
		margin-top: .45rem;
	}
	.inws-ef a{
		margin-bottom: .3rem;
	}
	.inws-e>div{
		font-size: .22rem;
	}
	.inws-e>p{
		font-size: .22rem;
		text-align: center;
	}
	.inws-f{
		width: calc(100% - 1rem);
	}
	.inws-f1{
		font-size: .3rem;
		line-height: .45rem;
		max-height: .9rem;
	}
	.inws-f2{
		font-size: .14rem;
		line-height: .2rem;
		max-height: .8rem;
		margin-top: .15rem;
	}
}




.ifly{
	padding-top: 90px;
	padding-bottom: 110px;
}
.ifly-ul{
	margin-top: 50px;
	width: 102.5%;
	overflow: hidden;
}
.ifly-li{
	display: block;
	width: 22.8333%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #f5f5f5;
	transition: all .3s;
-webkit-transition: all .3s;
}
.ifly-li:hover{
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;
}
.ifly-b{
	padding: 35px;
	
}
.ifly-b1{
	font-size: 22px;
	height: 25px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ifly-b2{
	font-size: 16px;
	height: 50px;
	line-height: 25px;
	color: #000;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ifly-b3{
	line-height: 1;
	
}
.ifly-ml{
	margin-left: 0;font-weight:bold
}

@media(max-width:1000px){
	.ifly-b{
		padding: 15px;
	}
	.ifly-b1{
		font-size: .18px;
		height: 20px;
		line-height: 20px;
	}
	.ifly-b2{
		font-size: 12px;
		height: 40px;
		line-height: 20px;
		margin: 10px 0;
	}
}
@media(max-width:750px){
	.ifly-b{
		padding: .3rem;
	}
	.ifly-b1{
		font-size: .18rem;
		height: .4rem;
		line-height: .4rem;
	}
	.ifly-b2{
		
		height: .8rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.ifly{
		padding: .8rem 0;
	}
	.ifly-ul{
		margin-top: .6rem;
		width: 100%;
	}
	.ifly-li{
		width: 50%;
		margin: 0;
		margin-bottom: .3rem;
	}
}




.icre-bj{
	background: #f7f8fa;
}
.icre{
	height: 420px;
	background: #fff;
	text-align: right;
	position: relative;
}
.icre-lt{
	width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	overflow: hidden;
}
.icre-rt{
	width: 50%;
	display: inline-block;
	padding-left: 80px;
	padding-right: 60px;
	padding-top: 35px;
	text-align: left;
}
.icre-rt-a{
	color: #42799c;
}
.icre-rt-b{
	width: 30px;
	height: 3px;
	background: #42799c;
	margin: 20px 0;
}
.icre-rt-c{
	font-size: 16px;
	
	line-height: 30px;
	color: #000;
	
	
	
}
.icre-ul{
	font-size: 0;
	overflow: hidden;
}
.icre-ul li{
	width: 25%;
	display: inline-block;
	position: relative;
	text-align: right;
	overflow: hidden;
	transition: all .5s;
-webkit-transition: all .5s;
}
.icre-ul li.on{
	width: 50%;
	transition: all .5s;
-webkit-transition: all .5s;
}
.icre-img{
	width: 25vw;
	height: 100%;
	position: absolute;
	left: -7px;
	top: 0;
	z-index: 1;
}
.icre-div{
	width: 25vw;
	height: 420px;
	position: relative;
	z-index: 2;
	background: rgba(66,121,156,.9);
	display: inline-block;
	text-align: left;
	padding: 45px;
}
.icre-ul li:nth-child(2) .icre-div{
	background: rgba(249,174,18,.9);
}
.icre-ul li:nth-child(3) .icre-div{
	background: rgba(37,52,115,.9);
}
.icre-ps{
	width: 100%;
	height: initial;
	position: absolute;
	left: 0;
	bottom: 45px;
	padding: 0 45px;
	color: #fff;
}
.icre-a{
	width: 25px;
	height: 5px;
	background: #fff;
	display: none;
}
.icre-b{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
	margin: 10px 0;
}
.icre-c{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.icre-d{
	color: #fff;
	background-image: url(../img/ico12_1.png);
	display: none;
}
.icre-d:hover{
	color: #fff;
}
.icre-j{
	display: none;
}
.icre-ul li.on .icre-a,.icre-ul li.on .icre-d,.icre-ul li.on .icre-j{
	display: inline-block;
}

@media(max-width:1600px){
	.icre-div{
		padding: 25px;
		height: 360px;
	}
	.icre-ps{
		padding: 0 25px;
	}
	.icre-b{
		font-size: 16px;
		line-height: 25px;
	}
	.icre-c{
		font-size: 18px;
		line-height: 25px;
	}
	.icre-d{
		margin-top: 20px;
	}
}
@media(max-width:1200px){
	.icre-ul li{
		width: 33.333% !important;
		float: left;
	}
	.icre-img,.icre-div{
		width: 100%;
		left: 0;
	}
	.icre-ul li .icre-a,.icre-ul li .icre-d,.icre-ul li .icre-j{
	display: inline-block;
	}
	.icre{
		height: 340px;
	}
	.icre-rt{
		padding: 30px;
	}
	.icre-rt-c{
		margin-bottom: 0px;
	}
}
@media(max-width:1000px){
	.icre{
		height: 280px;
	}
	.icre-rt-c{
		margin-bottom: 0px;
	}
	.icre-div{
		height: 320px;
	}
}
@media(max-width:750px){
	.icre-lt{
		width: 100%;
		height: 4rem;
		position: relative;
		right: inherit;
	}
	.icre{
		width: 100%;
		height: auto;
	}
	.icre-rt{
		width: 100%;
	}
	.icre-ul li{
		width: 100% !important;
	}
	.icre-div{
		height: 5.5rem;
		padding: .3rem;
	}
	.icre-ps{
		bottom: .4rem;
		padding: 0 .3rem;
	}
}
@media(max-width:650px){
.header .logo-b{

	padding-top:.35rem;
}
	.footer-lt{
		margin-left:13%;
	}
.footer-j1{
		margin-top: 15px;; line-height:22px
	}
	.header-nav .div1{
		 text-align: center
	}
	.header-nav .a1{
		font-size: 24px;
		line-height: 70px;
		
	}

}
@media(max-width:480px){
	.footer-lt{
		margin-left:3%
	}
}
.ws-video {position: relative;}.ws-video img {width: 100%;height: auto;position: relative;z-index: 8;}
.js-video{position:relative;width:100%;margin:0 auto;}
video{position: absolute;top: 0;left: 0; width:100%;height:100%;background-size:cover;background-position:center center;background-color: #000;z-index: 9;}
.js-video button{-moz-appearance:none;-webkit-appearance:none}
.js-video .playPause.ui-icon{position:absolute;top:0;left:0;right:0;display:block;width:auto;bottom:0;z-index: 9;}
.js-video .playPause.ui-icon:after{position:absolute;top:50%;left:50%;content:'';width:70px;height:70px;margin:-35px 0 0 -35px;}
.js-video .playPause.ui-icon:before{content:'';position:absolute;left: 0;top: 0;width:100%;height: 100%;background: rgba(27,27,27,0);-webkit-transition:all ease-out 0.4s;transition:all ease-out 0.4s;}
.js-video .playPause.fa-play:after{background:url(../img/play.png);}
.js-video .playPause.fa-pause:after{background:url(../images/pause.png);}
.js-video .playPause.fa-undo:after{background:url(../images/undo.png);}
.js-video .playPause.fa-play:before{background: rgba(0,0,0,.2);}
.js-video .playPause.ui-icon.fa-pause{opacity:0;-webkit-transition:all ease-out 0.3s;transition:all ease-out 0.3s;}
.js-video .playPause.ui-icon.fa-pause:hover{opacity: 1;}
.js-video .ui{position:absolute;width: 100%;font-style:normal;left:0;bottom:10px;display:block;padding:10px 1vw;font-size:0;z-index: 9;display: -webkit-flex;display: flex;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.js-video .ui-icon{font-size:20px;vertical-align:middle;width:20px;cursor:pointer}
.js-video .progress{background:rgba(229,229,229,.5);width:100%;position:relative;height:3px;cursor:pointer;overflow:hidden;border-radius:2px;border:0;margin-bottom: 0;}
.js-video .progress>*{position:absolute;top:0;left:0;height:100%}
.js-video .progress-time{background-color:#fff}
.js-video .anim{-moz-transition:width 1s linear;-o-transition:width 1s linear;-webkit-transition:width 1s linear;transition:width 1s linear}
.js-video .progress-buffer{background-color:rgba(0,0,0,.4);-moz-transition:width 250ms linear;-o-transition:width 250ms linear;-webkit-transition:width 250ms linear;transition:width 250ms linear}
.js-video .ui > div:nth-of-type(1) {-webkit-flex: 1 0 20px;flex: 1 0 20px;font-size: 12px;text-align: center;line-height: 20px;}
.js-video .ui > div:nth-of-type(2) {-webkit-flex: 30 30 1px;flex: 30 30 1px;padding-top: 8px;}
.js-video .ui > div:nth-of-type(3) {-webkit-flex: 1 0 20px;flex: 1 0 20px;font-size: 12px;margin-right: 10px;text-align: center;line-height: 20px;}
.js-video .ui > div:nth-of-type(4) {-webkit-flex: 0 0 20px;flex: 0 0 20px;margin-right: 20px;}
.js-video .ui > div:nth-of-type(5) {-webkit-flex: 0 0 20px;flex: 0 0 20px;}
.timeDisplay {white-space: nowrap;}
.timeDisplay i {font-style: normal;color: #fff;}
.js-video .ui .fa-volume-up {background: url(../images/volup.png) no-repeat center center;width: 20px;height: 20px;display: inline-block;}
.js-video .ui .fa-volume-off {background: url(../images/voloff.png) no-repeat center center;width: 20px;height: 20px;display: inline-block;}
.js-video .ui .fa-full {background: url(../images/full.png) no-repeat center center;width: 20px;height: 20px;display: inline-block;} 
 @keyframes blink{

        50%{opacity: 1;}

        100%{opacity: 0;}

    }

 @-webkit-keyframes blink {

        50% { opacity: 1; }

        100% { opacity: 0; }

    }

    @-moz-keyframes blink {

        50% { opacity: 1; }

        100% { opacity: 0; }

    }

    @-ms-keyframes blink {

        50% {opacity: 1; }

        100% { opacity: 0;}

    }

    @-o-keyframes blink {

        50% { opacity: 1; }

        100% { opacity: 0; }

    }

    

 .blink{

        color: #dd4814;

        animation: blink 2s linear infinite;

 -webkit-animation: blink 2s linear infinite;

        -moz-animation: blink 2s linear infinite;

        -ms-animation: blink 2s linear infinite;

        -o-animation: blink 1s linear infinite;

    }