﻿header{
	width: 100%;
	padding-top: 1.5rem;
	position: relative;
	z-index: 99999;
}
.top-bg{
	background:url(../image/top-bg.jpg) center top no-repeat;
}
header .logo{
	padding-bottom: 1rem;
}
header .logo img{
	max-width: 100%;
}
header .nav{
	border-top: 1px solid #fff;
	box-shadow: 0 8px 5px rgba(255,255,255,.85);
}
header .nav ul{
	display: flex;
	border-right: 1px solid rgba(255,255,255,.7);
}
header .nav ul li{
	flex: 1;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.7);
	position: relative;
	z-index: 9999;
}
header .nav ul li>a{
	position: relative;
	color: #fff;
	font-size: 1rem;
	line-height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	transition: all .55s ease-in-out;
}
header .nav ul li>a::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	transition: all .55s ease-in-out;
	left: 50%;
	top: 50%;
	background-color: rgb(1, 21, 95);
	border-radius: 100%;
	z-index: -1;
}
header .nav ul li>a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1rem;
}
header .nav ul li:hover>a::before{
	width: 32rem;
	height: 6rem;
	margin-left: -16rem;
	margin-top: -3rem;
}
header .nav ul li:hover .nav-dropmenu{
	display: block;
}
.nav-dropmenu{
	display: none;
	position: absolute;
	background-color: rgb(1, 21, 95);
	width: 100%;
	height: auto;
	color: #fff;
	padding: 1rem;
}
.nav-dropmenu a{
	display: block;
	font-size: 14px;
	line-height: 3;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.nav-dropmenu a:hover{
	border-color: #fff;
}
.search-box{
	flex: 1;
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.search-box>p{
	font-size: .875rem;
	font-weight: 900;
	color: #fff;
	margin-bottom: .5rem;
}
.search-box input{
	max-width: 100%;
	display: block;
	width: 15rem;
	padding: .2rem .3rem;
	font-size: .875rem;
}
/*头条栏目*/
.bg-gray{
	background-color: #F5F5F5;
}
.swiper-news .swiper-slide>a{
	display: flex;
	width: 100%;
	overflow: hidden;
	height: 20.3rem;
}
.swiper-news img{
	background-color: #fff;
	padding: 1rem;
	max-width: 100%;
	width: 35rem;
}
.swiper-news .news-text{
	padding: 1rem;
	background-color: #fff;
}
.swiper-news .news-text h3{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #005CBF;
	margin-bottom: 1rem;
}
.swiper-news .news-text .date{
	font-size:	1.2rem;
	font-weight: 900;
	line-height: 2;
	color: #999;
	font-family: 'num';
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
.swiper-news .news-text .description{
	font-size: .875rem;
	line-height: 2;
	color: #666;
}
.more{
	margin: 1.5rem 0;
	display: block;
	position: relative;
	z-index: 999;
	line-height: 2.6rem;
	width: 8rem;
	text-align: center;
	border: 1px solid #999;
	font-family: 'Times New Roman', Times, serif;
	font-size: .875rem;
	color: #005CBF;
	overflow: hidden;
	transition: all .55s ease-in-out;
}
.more::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: #005CBF;
	transition: all .55s ease-in-out;
}
.more:hover::before{
	width: 100%;
}
.more:hover{
	color: #fff;
}


.news-label{
	display: flex;
	background-color: #fff;
	padding: 0 1rem;
}
.news-label span{
	flex: 1;
	text-align: center;
	display: block;
	font-size: 1.25rem;
	line-height: 2.4;
	color: #000;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
}
.news-label span.active{
	color: #005CBF;
	border-color: #005CBF;
}
.news-list{
	background-color: #fff;
	padding:.75rem 1rem;
}
.news-list li>a{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	color: #000;
	border-bottom: 1px dashed #ddd;
	transition: all .55s ease-in-out;
}
.news-list li>a>span:first-child{
	font-size: 1rem;
	line-height: 2.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list li>a .date{
	flex: 0 0 auto;
	color: #999;
	font-size: 12px;
	line-height: 2.6rem;
}
.news-list li>a:hover{
	color: #005CBF;
	border-bottom: 1px dashed #005CBF;
}

.index-about{
	padding: 1rem;
}
.about-title{
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
	position: relative;
}
.about-title::after{
	content: '';
	width: 12rem;
	height: 2px;
	background-color: #005CBF;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.about-title .iconfont{
	color: #005CBF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 3rem;
	margin-right: .5rem;
}
.about-title h3 span{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #005CBF;
	letter-spacing: 2px;
	font-weight: normal;
}
.about-text img{
	width: 25rem;
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}
.about-text h3{
	font-size: 1.5rem;
	line-height: 2;
	color: #005CBF;
}
.about-text{
	font-size: .875rem;
	line-height: 2;
}
.train-list li{
	padding:1rem 1rem;
	
}
.train-list li>a{
	display: block;
	text-align: center;
	background-color: #e9f4fd;
	padding: 1rem;
	color: #666;
	border: 3px solid #e9f4fd;
	font-size: 1.5rem;
	transition: all .55s ease-in-out; 
}
.train-list li>a .iconfont{
	font-weight: 900;
}
.train-list li>a:hover{
	color: #005CBF;
	background-color: #fff;
	border-color: #005CBF;
}


.index-item{
	height: 100%;
	padding: 1rem;
	background-color: #fff;
}
.index-item>h3{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #005CBF;
	line-height: 2rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.index-item>h3>a{
	display: inline-block;
	font-size: .875rem;
	line-height: 2rem;
	color: #999;
	font-weight: 900;
	float: right;
}
.news-item{
	margin-bottom: 1rem;
}
.news-item>a{
	display: flex;
}
.news-item>a>img{
	width: 40%;
}
.news-item .news-text{
	padding-top: .3rem;
	padding-left: 1rem;
}
.news-item .news-text h3{
	font-size: 1rem;
	line-height: 1.8;
	color: #005CBF;
	height: 3.5rem;
	margin-bottom: .5rem;
}
.news-item .news-text p{
	font-size: 12px;
	line-height: 26px;
	color: #666;
}

.lesson-list li{
	width: 50%;
	padding:1.63rem 1rem;
}
.lesson-list li>a{
	display: flex;
	align-items: center;
	padding: .65rem;
	border: 1px solid #ddd;
	color: #fff;
	background-color: #5b9bd5;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 900;
	position: relative;
	z-index: 1;
	transition: all .55s ease-in-out; 
}
.lesson-list li>a::after{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 0;
	background-color: #0056B3;
	z-index: -1;
	height: 100%;
	transition: all .55s ease-in-out; 
}
.lesson-list li>a:hover::after{
	width: 100%;
}
.links-list li{
	padding: 1rem;
}
.links-list li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
	height: 8rem;
	border: 1px solid #eee;
	transition: all .55s ease-in-out;
}
.links-list li>a img{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	transform: scale(0.95);
	transition: all .55s ease-in-out;
}
.links-list li>a:hover{
	border-color: #005CBF;
}
.links-list li>a:hover img{
	filter: grayscale(0);
	transform: scale(1);
}
.footer{
	color: #fff;
	background: url(../image/bg-blue.jpg) no-repeat center bottom;
}

.foot-contact{
	padding-right: 1rem;
}
.foot-contact img{
	width: 450px;
	padding-bottom: 1rem;
}
.foot-contact p{
	padding-left: 1rem;
	font-size: 1rem;
	font-size: .875rem;
	font-weight: 900;
	line-height: 2;
	padding-bottom: 1rem;
}
.foot-item{
	flex: 1;
	padding-left: 1.5rem;
	padding-top: 1rem;
}
.foot-item>h3{
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.foot-item p{
	font-size: .875rem;
	line-height: 2rem;
}
.copyright{
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(255,255,255,.2);
}
.copyright p{
	font-size: 12px;
}

/*分页*/
.page-header{
	position: relative;
	z-index: 1;
}
.page-title{
	position: absolute;
	flex-direction: column;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-left: 10%;
}
.page-title h2{
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 1.5rem;
	font-size: 2.25rem;
}
.page-title em{
	display: inline-block;
	width: 3rem;
	height: 4px;
	background-color: #fff;
}

.page-label-title{
	background-color: #1c3fa2;
	color: #fff;
	font-size: 22px;
	line-height: 72px;
	padding-left: 50px;
}
.page-label li{
	padding-left: 50px;
	line-height: 60px;
	background-color: #fff;
	color: #000;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.page-label li>a{
	display: block;
}
.page-label li>.iconfont{
	position: absolute;
	display: inline-block;
	left: 1rem;
	top: 0;
	font-size: 1.5rem;
	color: #000;
	cursor: pointer;
}
.page-label li.active{
	background-color: #e3eff8;
	color: #005CBF;
}
.page-label .label-two{
	padding-left: 1rem;
	display: none;
}
.page-label .label-two a{
	display: block;
	font-size: .875rem;
	color: #999;
}
.page-label .label-two a:hover{
	color: #005CBF;
}


.page-content{
	padding:1.5rem;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.page-content>h3{
	font-size: 1.5rem;
	line-height: 1;
}
.page-position{
	text-align: right;
	font-size: 14px;
	color: #999;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
.page-position a:hover{
	color: #005CBF;
}


.list-foreach li{
	border-bottom: 1px dashed rgba(0,0,0,.15);
}
.list-foreach li>a{
	display: flex;
	line-height: 3rem;
}
.list-foreach li>a>p:first-child{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.0625rem;
	line-height: 3rem;
}
.list-foreach li>a>p .iconfont{
	font-size: 1.2rem;
	color: #999;
	margin-right: 10px;
	display: inline-block;
	line-height: 3rem;
}
.list-foreach li>a .date{
	font-size: 0.875rem;
	line-height: 3rem;
}
.list-foreach li:hover{
	background-color: #F5F5F5;
}

.content>h3{
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	padding-bottom: 1rem;
}
.content .data{
	text-align: center;
	font-size: .875rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.content .data a{
	display: inline-block;
	color: #fff;
	background-color: #005CBF;
	margin-left: 1rem;
	padding: .3rem 1rem;
	border-radius: 3px;
	border: 1px solid #eee;
	transition: all .55s ease-in-out;
}
.content .data a:hover{
	border-color: #005CBF;
	color: #005CBF;
	background-color: #fff;
}

.contact{
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 1rem;
}
.contact>h3{
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 2px;
	color: #005CBF;
	font-weight: 900;
	margin-bottom: 1rem;
}
.contact p{
	font-size: .875rem;
	line-height: 2.4;
	letter-spacing: 1px;
	color: #666;
}
.contact p .iconfont{
	font-size: 1rem;
	margin-right: 5px;
}
.video-article iframe{
	width: 100%;
	height: 50vh;
}
.article img{
	max-width:100%!important;
	height:auto!important;
}