@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PlayfairDisplay-BoldItalic';
	src: url('../fonts/PlayfairDisplay-BoldItalic.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;	
	min-width: 1400px;
	font-family: 'Poppins-Regular';
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a:hover{
	color: #0f3f9c;
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.box{
	width: 1400px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 130px;
	background: linear-gradient(91deg, #1F4395 0.01%, #1071B7 99.99%);
}
.logo{
	margin-top: 30px;
}
.header-ri .top{
	width: 360px;
	margin-top: 24px;
	overflow: hidden;
}
.header-ri .top p{
	float: right;
	margin-right: 20px;
	line-height: 30px;
}
.header-ri .top p a{
	color: #fff;
	font-size: 16px;
}
.header-ri .top p a:hover{
	text-decoration: underline;
}
.header-ri ul{
	float: right;
	padding: 5px 10px;
	height: 30px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.10);
}
.header-ri ul li{
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #FFF;
	text-align: center;
	margin-left: 15px;
}
.header-ri ul li:first-child{
	margin-left: 0;
}
.serach{
	width: 360px;
	height: 36px;
	margin-top: 15px;
}
.serach input{
	outline: none;
	border: none;
	background: none;
}
.serach .inpt{
	float: left;
	width: 324px;
	height: 36px;
	padding-left: 15px;
	background: #F5F5F5;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.serach .inpt::-webkit-input-placeholder{
	color: #ABABAB;
	font-size: 13px;
}
.serach .sub{
	float: left;
	width: 36px;
	height: 36px;
	background: #F5F5F5 url(../images/search.png) no-repeat center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.nav{
	width: 100%;
	height: 60px;
	line-height: 54px;
	background: linear-gradient(91deg, #1F4395 0.01%, #1071B7 99.99%);
	position: relative;
}
.nav::after{
	content: "";
	width: 100%;
	height: 60px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.12) 30%, rgba(255, 255, 255, 0.12) 70%, rgba(255, 255, 255, 0.00) 100%);
	opacity: .6;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events:none;
}
.nav ul li{
	float: left;
	padding: 0 43px;
	position: relative;
}
.nav ul li a.s{
	color: #fff;
	font-size: 18px;
	float: left;
}
.nav ul li span{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	margin-top: 19px;
	margin-left: 5px;
}
.nav ul li:hover a.s{
	color: #3FCCFF;
	border-bottom: 3px solid #3FCCFF;
}
.nav ul li:hover span{
	background: url(../images/icon1.png) no-repeat;
}
.nav ul li .se{
	width: 320px;
	padding: 15px;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
	position: absolute;
	top: 57px;
	left: 20px;
	display: none;
	z-index: 20;
}
.nav ul li .se h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F0F0F0;
	color:#222;
	font-size: 20px;
	font-weight: 600;
}
.nav ul li .se p{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #F0F0F0;
}
.nav ul li .se p a{
	color: #134D91;
	font-size: 16px;
	display: block;
	padding: 0 10px;
}
.nav ul li .se p:hover{
	background: #EDF6FA;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav ul li .se p:hover a{
	font-weight: 600;
	background: url(../images/icon2.png) no-repeat 96% center;
}
.banner{
	width: 100%;
	text-align: center;
}
.banner img{
	width: 100%;
	vertical-align: bottom;
}
.banner .swiper-pagination {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 7.5px;
	cursor: pointer;
	border: none;
	opacity: .46;
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background: none;
	opacity: 1;
}
.index-wrap{
	padding: 80px 0 10px;
}
.syhead{
	width: 100%;
	height: 62px;
	margin-bottom: 40px;
	position: relative;
}
.syhead h2{
	font-family: 'PlayfairDisplay-BoldItalic';
	color: #333;
	font-size: 40px;
	float: left;
}
.syhead::after{
	content: "";
	width: 58px;
	height: 4px;
	background: #1071B7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.syhead a{
	float: right;
	line-height: 62px;
	padding-left: 25px;
	background: url(../images/icon2.png) no-repeat left center;
	color: #134D91;
	font-size: 18px;
}
.syhead a:hover{
	text-decoration: underline;
}
.index-xw-first{
	width: 680px;
}
.index-xw-first .imgbox{
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.index-xw-first .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xw-first:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xw-first .wz{
	width: 640px;
	height: 215px;
	padding: 20px;
	background: linear-gradient(180deg, #1071B7 0%, #2E63AC 100%);
	transform: translateY(-80px);
}
.index-xw-first .wz h2{
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.index-xw-first .wz span{
	display: block;
	margin-top: 12px;
	color: #FFF;
	font-size: 16px;
	position: relative;
}
.index-xw-first .wz span::after{
	content: "";
	width: 483px;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	right: 0;
	top: 50%;
}
.index-xw-first .wz p{
	color: #fff;
	opacity: .72;
	font-size: 14px;
	margin-top: 12px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.index-xw-cont{
	width: 680px;
}
.sylist li{
	width: 100%;
	height: 123px;
	background: #EDF6FA;
	padding: 15px 30px;
	margin-top: 20px;
	box-sizing: border-box;
	border-left: 4px solid #EDF6FA;
}
.sylist li:first-child{
	margin-top: 0;
}
.sylist li a{
	color: #333;
	font-size: 18px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist li span{
	color: #505050;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}
.sylist li:hover{
	border-left: 4px solid #134D91;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	
}
.sylist li a:hover{
	color: #134D91;
}
.index-kslj{
	width: 100%;
	padding: 100px 0 140px;
	background: #EDF6FA;
}
.syitem{
	width: 690px;
}
.kslj1{
	width: 335px;
	height: 260px;
	background: linear-gradient(0deg, #1071B7 0%, #1E59A2 100%), #134D91;
	padding: 30px;
	position: relative;
	float: left;
}
.kslj1 h2{
	font-family: "PlayfairDisplay-BoldItalic";
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
}
.kslj1 p{
	width: 56px;
	height: 5px;
	background: #fff;
	margin-top: 10px;
}
.kslj1 h3{
	color: #FFF;
	font-size: 18px;
	padding-left: 25px;
	background: url(../images/icon3.png) no-repeat left 3px;
	border-bottom: 1px solid rgba(255, 255, 255, .75);
	float: left;
	padding-bottom: 4px;
	position: absolute;
	bottom: 26px;
}
.kslj-ml{
	margin-left: 20px;
}
.kslj2{
	width: 335px;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
}
.kslj2 img{
	width: 100%;
}
.kslj2 h2{
	width: 85%;
	padding: 0 24px 20px;
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
}
.kslj-mt{
	margin-top: 20px;
}
.kslj3{
	width: 100%;
}
@keyframes big{
	/* from表示动画的开始位置，也可以使用0%来表示。 */
	0%{
		transform: scale(1,1);
	}
	/* to表示动画的结束位置，也可以使用100%来表示。 */
	50%{
		transform: scale(1.1,1.1);
	}
	100%{
		transform: scale(1,1);
	}
}
.kslj2:hover img{
	animation: big 1s ease-in-out;
}
.kslj4{
	height: 540px;
}
.kslj-mr{
	margin-right: 20px;
}
.index-wrap2{
	position: relative;
}
.index-study2{
	width: 58%;
	height: 29.17vw;
	background: url(../images/study2.png) no-repeat center;
	background-size: cover;
	float: right;
	text-align: center;
}
.index-study2 h2{
	color: #fff;
	font-size: 64px;
	font-family: 'PlayfairDisplay-BoldItalic';
	margin-top: 7.8vw;
}
.index-study2 a{
	width: 163px;
	height: 43px;
	line-height: 43px;
	display: block;
	margin: 4.84vw auto 0;
	background: #fff;
	border-radius: 10px;
	color: #134D91;
	font-size: 16px;
}
.index-study2 a:hover{
	box-shadow: 0px 0px 10px #CCC;
    background-color: #FFD900;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.index-study1{
	width: 56.25%;
	height: 28.65vw;
	background: url(../images/study1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -35px;
	z-index: 10;
}
.index-wrap3{
	padding: 100px 0 82px;
	overflow: hidden;
}
.sylist2 li{
	width: 320px;
	height: 280px;
	margin-left: 40px;
	float: left;
	background: linear-gradient(0deg, #F1F9FC 0%, #F1F9FC 100%);
	border-bottom: 3px solid #1071B7;
}
.sylist2 li:first-child{
	margin-left: 0;
}
.sylist2 li .imgbox{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.sylist2 li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist2 li h2{
	line-height: 60px;
	margin: 0 20px;
	color: #134D91;
	font-size: 22px;
	padding-right: 25px;
	background: url(../images/icon2.png) no-repeat right center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sylist2 li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.footer{
	padding: 60px 0 84px;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
.foot-nav{
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.foot-nav li{
	float: left;
	padding: 0 66px;
	background: url(../images/icon4.png) no-repeat left center;
}
.foot-nav li a{
	color: #FFF;
	font-size: 18px;
}
.foot-nav li:last-child{
	padding-right: 0;
}
.foot-nav li:first-child{
	padding-left: 0;
	background: none;
}
.foot-nav li a:hover{
	text-decoration: underline;
}
.foot-cont{
	margin-top: 35px;
}
.foot-lxfs{
	width: 600px;
}
.foot-lxfs p{
	color: #FFF;
	font-size: 16px;
	opacity: .8;
}
.foot-fs{
	overflow: hidden;
}
.foot-fs li{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8);
	float: left;
	margin-left: 30px;
	text-align: center;
}
.foot-fs li a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright{
	text-align: right;
	margin-top: 86px;
}
.copyright p{
	color: #FFF;
	font-size: 16px;
	opacity: .8;
}
.nybanner{
	width: 100%;
	height: 15.625vw;
	background: url(../images/nybanner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.nybanner img{
	width: 100%;
	vertical-align: bottom;
}
.nybanner h2{
	font-family: 'PlayfairDisplay-BoldItalic';
	color: #fff;
	font-size: 52px;
	position: absolute;
	bottom: 40px;
	padding-right: 66px;
	background: url(../images/icon5.jpg) no-repeat right 54px;
}
.location{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #EDF6FA;
}
.location p{
	color: #134D91;
	font-size: 14px;
}
.location p a{
	color: #134D91;
	font-size: 14px;
	margin: 0 10px;
}
.location p a:first-child{
	margin-left: 0;
}
.location p a:hover{
	color: #879EA8;
}
.nywrap{
	padding: 40px 0 80px;
}
.nav-two{
	width: 300px;
}
.nav-two .title{
	width: 100%;
	background: #DBEBF6 url(../images/bg1.png) no-repeat center bottom;
	padding: 20px 30px;
}
.nav-two .title h2{
	color: #134D91;
	font-size: 26px;
}
.nav-two ul{
	width: 100%;
	background: #EDF6FA;
	padding-bottom: 100px;
}
.nav-two ul li{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 15px 30px;
}
.nav-two ul li a{
	display: block;
	color: #102244;
	font-size: 18px;
	padding-right: 20px;
	background: url(../images/icon6.png) no-repeat right center;
	word-wrap: break-word;
}
.nav-two ul li.on,
.nav-two ul li:hover{
	background: linear-gradient(90deg, #1071B7 0%, #1E59A2 100%), linear-gradient(90deg, #3A79D0 0%, #44B1FF 100%);
}
.nav-two ul li.on a,
.nav-two ul li:hover a{
	color: #fff;
	background: url(../images/icon7.png) no-repeat right center;
}
.container{
	width: 1060px;
	min-height: 400px;
}
.container .head{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-top: 2px solid #E6EFF2;
	position: relative;
}
.container .head::after{
	content: "";
	width: 460px;
	height: 2px;
	background: #134D91;
	position: absolute;
	bottom: 0;
}
.container .head h2{
	color: #333;
	font-size: 34px;
	font-family: 'PlayfairDisplay-BoldItalic';
}
.content{
	width: 100%;
	padding-top: 40px !important;
}
.imglist ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.imglist ul li .imgbox{
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
	float: left;
}
.imglist ul li .imgbox img{
	width: 100%;
}
.imglist ul li .imgbox span{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	background: rgba(11, 39, 65, .6);
}
.imglist ul li .w{
	width: 730px;
	float: right;
}
.imglist ul li .w h2 a{
	color: #333;
	font-size: 18px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}	
.imglist ul li .w h2 a:hover{
	color: #134D91;
}
.imglist ul li .w p{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
	height: 63px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.imglist ul li .more{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #DBE6F5;
	margin-top: 32px;
	text-align: center;
}
.imglist ul li .more a{
	display: block;
	color: #000;
	font-size: 14px;
}
.imglist ul li .more:hover{
	background: linear-gradient(270deg, #1071B7 0%, #1E59A2 100%), #255FAC;
}
.imglist ul li .more:hover a{
	color: #fff;
}
.list ul li{
	width: 100%;
	height: 120px;
	border: 1px solid #E6EFF2;
	margin-bottom: 24px;
}
.list ul li .time{
	width: 70px;
	height: 120px;
	float: left;
	text-align: center;
	background: #E6EFF2;
	color: #333;
}
.list ul li .time h2{
	font-size: 30px;
	margin-top: 16px;
}
.list ul li .time span{
	display: block;
	width: 36px;
	height: 1px;
	background: #C5D0D4;
	margin: 3px auto;
}
.list ul li .time h3,
.list ul li .time h4{
	font-size: 12px;
}
.list ul li .w{
	width: 988px;
	padding: 0 20px;
	float: left;
	border-left: 1px solid #E6EFF2;
}
.list ul li .w a.ti{
	color: #333;
	font-size: 18px;
	display: block;
	margin-top: 14px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block; 
}
.list ul li .w p{
	color: #666;
	font-size: 14px;
	opacity: .72;
	margin-top: 15px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.list ul li .w .more{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(270deg, #1071B7 0%, #1E59A2 100%), #255FAC;
	margin-top: 15px;
	display: none;
}
.list ul li .w .more a{
	color: #fff;
	font-size: 14px;
	display: block;
}
.list ul li:hover{
	background: #EDF6FA;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.list ul li:hover .w p{
	display: none;
}
.list ul li:hover .w .more{
	display: block;
}
.list ul li .w a.ti:hover{
	color: #134D91;
}
.deta .top{
	padding: 0 0 50px;
}
.deta .top h2{
	color: #333;
	font-size: 32px;
	line-height: 40px;
}
.deta .top p{
	color: #134D91;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
}
.deta .top p::after{
	content: "";
	width: 88%;
	height: 1px;
	background: #E6EFF2;
	position: absolute;
	right: 0;
	top: 50%;
}
.deta .nr{
	color: #333;
	font-size: 17px;
	line-height: 160%
}
.deta .nr table,
.deta .nr img{
	max-width: 100%;
}
.list2 ul li{
	width: 100%;
	padding: 15px 30px;
	background: #EDF6FA;
	margin-bottom: 24px;
}
.list2 ul li a{
	color: #333;
	font-size: 18px;
	display: block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.list2 ul li:hover{
	border-left: 4px solid #134D91;
}
.list2 ul li:hover a{
	color: #134D91;
}
.photolist ul li{
	width: 326px;
	height: 245px;
	overflow: hidden;
	float: left;
	margin: 0 13px 30px;
	cursor: pointer;
}
.photolist ul li img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.photolist ul li:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.senav{
	width: 106px;
	height: 92px;
	border-radius: 6px;
	background: linear-gradient(271deg, #1F4395 0.01%, #1071B7 99.99%);
	position: fixed;
	right: 30px;
	top: 50%;
	text-align: center;
	z-index: 99;
}
.senav img{
	width: 42px;
	height: 42px;
	margin-top: 15px;
}
.senav h2{
	color: #FFF;
	font-size: 12px;
}

