/*@font-face {
    font-family: "syh";
    src: url("../fonts/SourceHanSansSC-Normal.otf.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "syhb";
    src: url("../fonts/SourceHanSansSC-Bold.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "syhm";
    src: url("../fonts/SourceHanSansSC-Medium.otf");
    font-weight: normal;
    font-style: normal;
}*/
body{
	font-size:14px;
	font-family:'microsoft yahei';
	background-color: #fff;
}
ul{
	margin:0;
	margin-block-start: 0;
	padding-inline-start: 0;
}
li{
	list-style:none;
}
b{
	display: block;
}
p{
	margin-bottom:0;
}

input{
	outline:none;
}

.container{
	width:1520px;
	max-width:1520px;
	margin:0 auto;
}
.flex{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.line2{
	display:grid; 
	grid-template-columns: repeat(2, 1fr);
}
.line3{
	display:grid; 
	grid-template-columns: repeat(3, 1fr);
}

img{
	max-width:100%;
	transition:all .4s;
}
.iplatstudent img:hover{
	transform:scale(1.01);
}
i{
	font-style:normal;
}
input{
	padding:0;
	border:0;
}
a:hover{
	text-decoration: none;
	underline:none;
}

.bg-blue{
	background:#035D91;
}
.full-pic img{
	width:100%;
}

header{
	height:140px;
	color:#fff;
	padding:20px 0;
	background:url(../images/top-bg.svg) center center no-repeat;
	background-size:100%;
}
header .logo img{
	height:100px;
}
header .right-container{
	text-align: right;
	justify-content:flex-end;
}
header .right-container .search{
	padding:0 30px;
	height:40px;
	line-height:40px;
	background:url(../fonts/icon-search.svg) rgba(255,255,255,.4) 10px center no-repeat;
	background-size:16px;
	border-radius:20px;
	margin:35px 0 0 0;
	display: inline-block;
}
header .right-container .search input{
	background:none;
	color:#fff;
}
header .right-container .search input::-webkit-input-placeholder { 
	/* WebKit browsers茂录艗webkit氓鈥犫�γβ犅该β德徝喢モ劉篓 */
	color: #fff; 
	font-size: 14px;
} 
header .right-container .search input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: #fff; 
	font-size: 14px;
} 
header .right-container .search input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color: #fff; 
	font-size: 14px;
} 
header .right-container .search input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color: #fff; 
	font-size: 14px;
}
header .links .menu{
	display: none;
}
header .right-container a{
	line-height:110px;
	padding:20px 0;
	color:#fff;
	opacity:.77;
	margin-left:20px;
}
.nav-container{
	background:#fff;
	line-height:53px;
}
.nav-container ul li{
	position: relative;
	flex:0 0 16.66%;
	text-align: center;
	/*padding:0 28px;*/
}
.nav-container ul li dl{
	display: none;
	position: absolute;
	top:55px;
	left:0;
	right:0;
	background:#fff;
	z-index:99;
	padding:0;
	text-align: center;
}
.nav-container ul li dl dd{
	margin-bottom:0;
	line-height:52px;	
}
.nav-container ul li dl.withlong{
	left:-20px;
	right:-20px;
}


.nav-container ul li dl a{
	font-size:16px;
	font-family:'microsoft yahei';
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nav-container ul li dl dd:hover{
	background:#308FC7;
}
.nav-container ul li dl dd:hover a{
	color:#fff;
}
@media screen and (min-width:1100px){
	.nav-container ul li:hover{
		background:url(../fonts/nav-active.svg) #308FC7 right bottom no-repeat;
		background-size:40px;
	}
	.nav-container ul li:hover>a{
		color:#fff;
	}
	.nav-container ul li:hover dl{
		display: block;
	}
	.nav-container ul li:hover i{
		display: none;
	}
	.flex-edge{
		justify-content: space-between;
	    flex: 0 0 calc(100% - 15px);
	}
}
.nav-container ul li i{
	position: absolute;
	display: inline-block;
	left:-2px;
	top:50%;
	margin-top:-11px;
	width:2px;
	height:23px;
	line-height:110px;
	background:url(../fonts/nav-line.svg) 2px center repeat;
	background-size:10px;
	z-index:11;
}
/*.nav-container ul li:hover,*/
.nav-container ul li.active{
	background:url(../fonts/nav-active.svg) #308FC7 right bottom no-repeat;
	background-size:40px;
}
/*.nav-container ul li:hover a,*/
.nav-container ul li.active a{
	color:#fff;
}
.nav-container ul li a{
	color:#004E73;
	font-size:20px;
	font-weight:bold;
}


.standard{
	text-align: center;
}
.standard h2{
	font-weight:bold;
	font-size:48px;
	color:#1C5369;
	margin:0;
	position: relative;
	padding:60px 0 40px 0;
}
.standard h2::after{
	content: '';
	position: absolute;
	width:90px;
	height:3px;
	bottom:20px;
	left:50%;
	margin-left:-45px;
	background:#1C5369;
}
.standard p{
	font-size:24px;
	color:#0B89BA;
	margin:-4px 0 20px 0;
}



footer{
	background:#035D91;
	color:#fff;
	text-align: center;
	padding:30px 0;
	line-height:2;
margin-top: 140px;
}
footer .up{
	margin:0 0 20px 0;
}
footer .flogo{
	display: flex;
	justify-content:space-around;
}
footer .flogo a{
	line-height:30px;
	display: flex;
	flex:0 0 100%;
	color:#fff;
}
footer .flogo img{
	width:500px;
	margin-right:30px;
}
footer .flogo .link{
	height:100%;
	padding:30px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
}
footer .flogo .link a.manage{
	padding-left:20px;
	background:url(../fonts/icon-manage.svg) left center no-repeat;
	background-size:18px;
}
footer .flex{
	justify-content:space-around;
}
footer .friend{
	margin:0 0 15px 0;
}
footer .friend ul{
	display: inline-block;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
footer .friend ul li{
	display: inline-block;
	margin:0 20px;
}
footer .friend ul li b,
footer .friend ul li a{
	color:#fff;
}
footer .copyright{
	opacity:.6;
}
.mobile-show{
	display: none;
}


@media screen and (max-width:1700px){
	.ihonor .honor-swiper{
		width:1390px;
	}
	.container{
		width: 1420px;
    	max-width: 1420px;
	}
}

header {
    height: 140px;
    color: #fff;
    padding: 20px 0;
    background: url(../fonts/top-bg.svg) center center no-repeat;
}


@media screen and (max-width:1400px){
	.ihonor .honor-swiper{
		width:1170px;
	}
	.container{
		width: 1200px;
    	max-width: 1200px;
	}
}
header {
    height: 140px;
    color: #fff;
    padding: 20px 0;
    background: url(../fonts/top-bg.svg) center center no-repeat;
}
@media screen and (max-width:950px){
	.pc-show{
		display: none!important;
	}
	.mobile-show{
		display: block;
	}
	.container{
		width:100%;
	}
	header{
		height:80px;
		padding:0;
		background: url(../fonts/top-bg.svg) center / cover no-repeat;
	}
	header .logo img{
		height:80px;
	}
	header .right-container a{
		line-height:80px;
		float: right;
		padding:0;
	}
	header .links{
		width:100%;
		position: relative;
	}
	header .searchico{
		display: inline-block;
		width:20px;
		height:80px;
		line-height:80px;
		background: url(../fonts/icon-search.svg) center center no-repeat;
		background-size:15px;
	}
	header .links .menu{
		display: block;
		width:20px;
		height: 80px;
		margin-left:20px;
		float: right;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		cursor: pointer;
		z-index: 9999;
	}
	.menu a {
		background-color: #fff;
		display: block;margin: 0 auto;
		height: 2px;
		margin-top: -1px;
		position: relative;
		top: 50%;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width:20px;
		border-radius: 2px;
	}
	.menu a:after{
		width:20px;
	}
	.menu a:before{
		width:20px;
	}
	.menu a:after,
	.menu a:before {
		background-color: #fff;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	}

	.menu a:after {
		top: 7px;
	}

	.menu a:before {
		top: -7px;
	}
	.selected .menu {
		transform: rotate(90deg);
	}

	.selected .menu a:after,
	.selected .menu a:before {
		top: 0;
	}

	.selected .menu a:before {
		transform: translateY(0px) rotate(-45deg);
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
		background: #fff;
		width: 100%;
	}

	.selected .menu a:after {
		transform: translateY(0px) rotate(45deg);
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
		background: #fff;
		width: 100%;
	}

	.selected .menu a {
		background-color: transparent !important;
	}
	.nav-container ul{
		display: none;
	}
	.nav-container ul li{
		display:grid; 
		grid-template-columns: repeat(1, 1fr);
		text-align: left;
		height:60px;
		line-height:60px;
		border-bottom: 0.5px solid rgba(42, 69, 163, 1);
	}
	.nav-container ul li dl dd{
		text-align:left;
		line-height:40px;
	}
	.nav-container ul li a{
		padding-left:15px;
		color:#161F41;
		font-size:18px;
	}
	.nav-container ul li i{
		display: none;
	}
	.nav-container ul li.withdrop>a{
		background:url(../fonts/withdrop.svg) 96% center no-repeat;
		background-size:10px;
	}
	.nav-container ul li dl{
		position: static;
	}
	.search-page{
		background:#308FC7;
		padding:0 15px;
		display: none;
	}
	.search-page .search{
		padding:0 30px 0 40px;
		height:40px;
		line-height:40px;
		background:url(../fonts/icon-search.svg)  10px center no-repeat;
		background-size:16px;
		border-radius:20px;
		margin:10px 0;
		display: inline-block;
		width:90%;
	}
	.search-page .search input{
		background:none;
		color:#fff;
		width:90%;
	}
	.search-page .search input::input-placeholder{
		color: #fff;
	}
	.search-page .search input::-webkit-input-placeholder{
		color: #fff;
	}
	.search-page .search input::-moz-placeholder{
		color: #fff;
	}
	.search-page .search input::-moz-placeholder{
		color: #fff;
	}
	.search-page .search input::-ms-input-placeholder{
		color: #fff;
	}
	
	


	.pages .left{
		flex:0 0 100%;
	}
	.pages .right{
		display: none;
	}


	footer .flex{
		display: block;
	}
	footer .up{
		margin:0 0 10px 0;
	}
	footer .flogo{
		display: block;
	}
	footer .flogo img{
		margin:0;
		width:60%;
	}
	footer .flogo .link{
		display: block;
		text-align: center;
		padding:10px 0;
	}
	footer .flogo .link a{
		display: inline-block;
		margin:0 20px;
	}
	footer .friend ul li:first-child{
		display: block;
		width:100%;
		text-align: center;
	}
	footer .friend ul li b{
		font-size:16px;
	}
	footer .friend ul li{
		display: block;
		width:50%;
		float:left;
		text-align: left;
		margin:0;
		line-height:2.5;
	}
	footer .copyright{
		font-size:12px;
	}
}