img{
	vertical-align: middle;
}
.content{
	overflow: hidden;
}
.swiper-slide img{
	width: 100%;
}
 #move_port{
  position: fixed;
  width: 350px;
  left: 0;
  top:0;
  cursor: pointer;
  z-index: 10000;
}
 #move_port img{
	 width: 100%;
 }
  #move_port a{
	  display: block;
  }
.wrap-top{
	background-color: #438aca;
	text-align: right;
	padding: 8px 0;
}
.top-content{
	margin: 0 30px;
	height: 28px;
	line-height: 28px;
}
.top-link{
	color: #ffffff;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
}
.top-link::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,1);
}
.top-search{
	float: right;
	background-color: #ffffff;
	padding-left: 20px;
	border-radius: 20px;
	margin-left: 20px;
	height: 28px;
}
.search-input{
	float: left;
	border: none;
	padding-left: 15px;
	border-left: 1px solid #cccccc;
	width: 170px;
	font-size: 12px;
}
input:focus {
  outline: none;
}
.search-input::placeholder{
	color: #cccccc;
}
.search-btn{
	background-color: #00c8fe;
	border: none;
	width: 30px!important;
	height: 100%;
	background-image: url("../images/search-icon.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	border-radius: 0 20px 20px 0;
	vertical-align: middle;
	float: right;
	height:28px;
}
.top-width{
	margin: 0 4%;
	height: 67px;
	line-height: 67px;
}
.wraptop{
	width: 100%;
	background: url(../images/nav-back.png) top center repeat-x;
	position: absolute;
	z-index: 10;
	padding: 30px 0 0 0;
	background-size: 100%;
	height: 120px;
}
.logo{
	width: 30%;
	float: left;
}
.nav{
	float: right;
	width: 65%;
}
.first-menu{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
	display: -ms-flexbox;      /* TWEENER - IE 10 */  
	display: -webkit-flex;     /* NEW - Chrome */  
	display: flex;             /* Standard syntax */
}
.first-menu li{
	flex: auto;
	-ms-flex-positive: 1; /* IE10-11 使用 -ms-flex-positive 替代 flex-grow */  
	-ms-flex-negative: 1; /* IE10-11 使用 -ms-flex-negative 替代 flex-shrink */  
	-ms-flex-preferred-size: auto; /* IE10-11 使用 -ms-flex-preferred-size 替代 flex-basis，但这里auto是默认值，通常不需要显式设置 */ 
	text-align: center;
	position: relative;
}
.first-menu li a{
	color: #ffffff;
	font-size: 18px;
	display: block;
	font-weight: 700;
}
.two-menu{
	position: absolute;
	top: 50px;
	width: 100%;
	border-top: 2px solid #ffffff;
	background: url('../images/nav-back2.png') left top no-repeat;
	background-size: 100% 100%;
}
.two-menu a{
	color: #ffffff;
	font-size: 14px!important;
	/* height: 40px; */
	line-height: 30px;
	padding: 6px 0}
.two-menu a:hover{
	background-color: #003d97;
}
.banner{
	overflow: hidden;
	position: relative;
}
.banner-swiper .swiper-slide:hover{
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.banner-pagination{
	right: 16%;
	bottom: 10%!important;
	text-align: right;
	left: auto!important;
	z-index:7!important;
}
.banner-pagination .swiper-pagination-bullet{
	background: url("../images/banner-back.png");
	background-repeat: no-repeat;
	background-size: 60px;
	width: 60px;
	height: 24px;
	margin: 0 8px!important;
}
.com-width{
	width: 80%;
	margin: 0 auto;
}
.news-section{
	background: url("../images/news-back.png") top left no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 90px;
}
.column-name{
	font-size: 40px;
        font-weight: 500;
	color: #004299;
	letter-spacing: 2px;
	display: inline-block;
        font-family: Arial,Helvetica,microsoft yahei,sans-serif;
}
.news-section .com-width{
	padding: 100px 0 0;
}
.column-more{
	font-size: 14px;
	color: #004299;
	letter-spacing: 2px;
}
.column .column-more{
	float: right;
	margin-top: 30px;
}
.graphic-content{
	width: 32%;
	float: left;
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	margin-right: 2%;
	position: relative;
        margin-bottom:40px;
}
.graphic-content .img{
	width: 100%;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}
.graphic-content a{
	display: block;
}
.graphic-content:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.graphic-content:hover .title{
	color: #003d97;
}
.title-content:hover .tinfo{
	color: #004299;
}
.column{
	padding-bottom: 30px;
	position: relative;
}
.index-more{
	position: absolute;
	right: 0;
	bottom: 30px;
}
.index-more img{
	width: 30px;
}
.graphic-list .graphic-content:nth-child(3n){
	margin-right: 0;
}
.graphic-bottom{
	padding: 45px 30px 38px 30px;
	text-align: justify;
}
.graphic-content .time{
	position: absolute;
	background-color: #428aca;
	color: #ffffff;
	top: 30%;
	left: 30px;
	padding: 5px 15px;
	border-radius: 6px;
}
.time .day{
	font-size: 31px;
}
.time .month{
	font-size: 12px;
}
.graphic-bottom .title{
	font-size: 16px;
	color: #000000;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.graphic-bottom .info{
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title-list{
	margin-top: 30px;
	background-color: #ffffff;
}
.title-content{
	width: 33.3%;
	float: left;
	position: relative;
}
.ttitle{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
}
.tinfo{
	font-size: 14px;
	color: #808080;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 12px;
}
.tpadding{
	padding: 20px 30px;
}
.ttime{
	font-size: 14px;
}
.ttime img{
	width: 15px;
}
.title-content::after{
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 30px;
	background: #eeeeee;
}
.title-list .title-content:last-child::after{
	display:none;
}
.news-swiper_title{
	background-color: #428aca;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
}
.dot-more{
	float: right;
	width: 20px;
}
.news-swiper{
	height: 541px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
.news_swiper-slide{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.3s;
}
.news_swiper-slide:hover{
	transform: scale(1.1);
}
.newsw_title{
	position: absolute;
	font-size: 14px;
	left: 20px;
	right: 20px;
	bottom: 13%;
	z-index: 20;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-pagination{
	right: 16%;
	bottom: 25px!important;
}
.news-pagination .swiper-pagination-bullet{
	background: url("../images/banner-back.png");
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 16px;
	margin: 0 8px!important;
}
.nswiper-back{
	background: url("../images/nswiper.png") left top no-repeat;
	height: 240px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	background-size: 100% 100%;
}
.affiche-section .column{
	text-align: center;
}
.affiche-section{
	padding: 90px 0 80px;
}
.affiche-content .left{
	background-color: #aed0ec;
	width: 70px;
	float: left;
	text-align: center;
	height: 100%;
	position: relative;
	border-radius: 5px 0 0 5px;
}
.affiche-content .right{
	height: 100%;
	font-size: 18px;
	padding: 0 20px;
	float: right;
	width: calc(100% - 110px);
	text-align: justify;
	position: relative;
}
.affiche-content{
	width: 33.3%;
	float: left;
	height: 130px;
	margin-bottom: 40px;
	
}
.affiche-content a{
	display: block;
	height: 100%;
	border: 1px solid #b7d7e3;
	border-radius: 5px;
	margin-right: 15px;
	background-color: #ddeefa;
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.affiche-list .affiche-content:nth-child(3n) a{
	margin-right: 0;
}
.affiche-list .affiche-content:nth-child(3n){
	margin-right: 0;
}
.affiche-content .day{
	color: #004299;
	font-size: 31px;
	letter-spacing: 1px;
	line-height: 30px;
}
.affiche-content .month{
	font-size: 14px;
}
.affiche-content .l-section{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.affiche-content .title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	z-index: 20;
}
.affiche-section .more{
	text-align: center;
}
.affiche-content:hover .left{
	background-color: #004299;
	color: #ffffff;
}
.affiche-content:hover .day{
	color: #ffffff;
}
.affiche-content:hover a{
	background-color: #428aca;
	color: #ffffff;
}
.affiche-content:hover .right{
	background-image: url('../images/back2.png');
	background-repeat: no-repeat;
	background-position: 110% 130%;
	background-size: 70%;
}
.wrap-footer{
	background: url('../images/footer-back.png') left top no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 60px;
}
.copyright{
	display: flex;
}
.copyright li{
	float: left;
	color: #ffffff;
	font-size: 16px;
	flex:auto;
}
.copyright li a{
	color: #ffffff;
	font-size: 16px;
}
.copyright li:nth-child(2){
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
}
.copyright li:nth-child(3){
	text-align: right;
}
.ft-logo{
	width: 40%;
	float: left;
}
.footer-link{
	float: right;
	width: 26%;
	position: relative;
	margin-top:15px;
}
.footer-link .name{
	border: 1px solid #b7d7e3;
	background-color: #428aca;
	color: #b7d7e3;
	font-size: 20px;
	position: relative;
	padding: 5px 20px;
	border-radius: 5px;
}
.footer-link .name::after{
	content: '';
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotateX(0deg);
	width: 18px;
	height: 13px;
	background: url(../images/footer-arrow.png) center no-repeat;
	background-size: 100% 100%;
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.link-section{
	background-color: #ffffff;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	border-radius: 5px;
	display: none;
}
.link-section a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px dashed #eeeeee;
}
.link-section a:hover{
	background-color: #aed0ec;
	color: #ffffff;
}
.link-section a:last-child{
	border: none;
}
.footer-link:hover .link-section {
  display: block; /* 鼠标悬停时显示 */
}
.footer-bottom{
	margin-top: 50px;
}
.mobile-btn{
	width: 30px;
	display: none;
}
.mobile{
	float: right;
}
.mobile-nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 67px;
	z-index: 999;
	display: none;
	overflow-y: auto;
	bottom: 0;
	display: none;
}
.mobile-nav a{
	display: block;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
}
.content-section{
	background: url('../images/list-back.png') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 40px;
}
.content-section .list-left{
	width: 21%;
	float: left;
	color: #ffffff;
	background: url(../images/list-back2.png) right 10px no-repeat #428aca;
	background-size: 120px;
	padding: 46px 0 20px;
	margin-top: 30px;
}
.content-section .list-left a{
	color: #ffffff;
}
.list-left_title{
	font-size: 30px;
	padding: 0 30px 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.list-left_two li{
	border-bottom: 1px solid #a1c5e5;
	margin: 0 15px;
}
.list-left_two li a{
	font-size: 16px;
	padding: 15px 0 15px 30px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.current a::before{
	content: '';
	display: block;
	width: 2px;
	position: absolute;
	left: 15px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
}
.list-right{
	width: 76%;
	float: right;
	background-color: #fff;
	margin-top: 30px;
}
.article-content{
	padding: 40px 40px;
}
.article-title{
	font-size: 24px;
	border-bottom: 1px solid #428aca;
}
.article-title h3{
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 3px solid #428aca;
}
.nl-data{
	float: left;
	width: 80px;
	background-color: #aed0ec;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.nl-data span{
	display: block;
}
.nl-data .month{
	font-size: 32px;
}
.nl-data .year{
	font-size: 14px;
}
.nl-content{
	float: right;
	width: calc(100% - 100px);
}
.nl-section{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.11);
}
.nl-content .caption{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nl-content .zhaiyao{
	color: #666666;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.nl-section a{
	display: block;
	transition: all 0.6s;
}
.nl-section a:hover{
	transform: scale(1.1);
}
.nl-section:hover{
	background-color: #438aca;
}
.nl-section:hover .caption,.nl-section:hover .zhaiyao{
	color: #ffffff;
}
.article-details{
	margin: 20px 0;
}
.sub-list a{
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	position: relative;
	transition: all 0.4s;
}
.tongzhi-list{
	margin-top: 10px;
}
.sub-list a .title{
	float: left;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 15px;
}
.sub-list a .time{
	float: right;
	width: 100px;
}
.circle{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ddeefa;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
}
.sub-list a:hover{
	background-color: #ddeefa;
	box-shadow: 0 0 15px rgba(66,138,202,.3);
}
.teach-content{
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.teach-list{
	margin-top: 15px;
}
.teach-content .name{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.teach-content a{
	transition: all ease-in-out 0.3s;
}
.teach-content a:hover{
	transform: scale(1.1);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.teach-content a .avatar{
	width: 90%;
	margin: 0 auto;
}
.page{
	padding: 20px 0 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: min-content;
}
.page td{
	font-size: 14px!important;
}
.PrevDisabled,.this-page,.page a,.next,.NextDisabled{
	padding: 4px 10px!important;
	font-size: 14px!important;
	margin: 5px!important;
	border: solid 1px #AFD5F5;
}
.article-details .title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.article-details .updata{
	text-align: center;
	color: #757575;
	font-size: 14px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #f3f3f8;
	letter-spacing: 1px;
}
.xiangqing{
	margin-top: 20px;
}
/* 固定导航 */
.header-fixed__nav{
	background: rgba(67,138,202,.9);
	padding: 0;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transform: translateY(-110%);
	transition: all 0.5s;
}
.header-fixed__nav .top-width{
	height: 70px;
	line-height: 70px;
}
.header-fixed__nav .two-menu{
	top: 70px;
}
.header-fixed__nav .logo{
	width: 25%;
}
/* 固定导航 */
/* 添加移动端导航样式 */
.mobile-menuFirst{
	background-color: #428aca;
	color: #ffffff;
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}
.mobile-menuFirst img{
	width: 17px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: sub;
}
.mobile-submenu{
	display: none;
	background-color: #ffffff;
}
.mobile-submenu a{
	padding: 0 30px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-color: #ededed;
}
.mobile-submenu a:last-child{
	border: none!important;
}
.close_portmobile{
	background-color: rgb(255, 255, 255);
	position: absolute;
	width: 50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 0;
	right: 0;
	display: none;
	font-size: 14px;
	border: 1px solid rgb(255, 255, 255);
	color: rgb(51, 51, 51);
}
/* 添加移动端导航样式 */
@media screen and (max-width: 1386px){
	.copyright li:nth-child(1){width: 30%;}
	.copyright li{font-size: 12px;}
	.copyright li:nth-child(2){width: 27%;}
}
@media screen and (max-width: 1100px){
	.header-fixed__nav{display: none;}
	.nav{display: none;}
	.mobile-btn{display: block;}
	.news-left{width: 100%;float: initial;}
	.news-right{width: 100%;float: initial;margin-top: 40px;}
	.affiche-content{width: 50%;}
	.copyright{display:block;}
	.content{margin-top: 67px;}
	.wraptop{padding: 0;height: auto;background: #004299;position: fixed;left: 0;right: 0;top: 0;}
	.copyright li{display: block;float: initial;width: 100%!important;border: none!important;text-align: left!important;padding: 10px 0!important;}
}
@media screen and (max-width: 992px){
	.com-width{width: 92%;}
	.content-section .list-left{width: 100%;float: initial;position: inherit;margin-top: 20px;padding: 20px 0;}
	.list-right{width: 100%;float: initial;}
	
	.list-left_title{font-size: 18px;}
	.list-left_two li a{font-size: 14px;padding: 10px 0 10px 30px;}
	.article-content{padding: 20px;}
	.ft-logo{width: 80%;float: initial;text-align: center;margin: 0 auto;}
	.footer-link{width: 100%;float: initial;margin-top: 20px;}
	.wrap-footer{padding: 40px 0;}
	.footer-bottom{margin-top: 30px;}
	.search-input{width: 120px;}
	.wrap-top{display:none;}
}
@media screen and (max-width: 799px){
	.teach-content{width: 50%;}
	.logo{width: 60%;}
	.graphic-content{width: 100%;float: initial;margin: 0 0 20px 0;}
	.title-content,.affiche-content{width: 100%;float: initial;}
	.affiche-content{margin-bottom: 20px;}
	.column-name{font-size: 24px;}
	.column .column-more{margin-top: 10px;}
	.graphic-bottom .info{height: 48px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
	.graphic-bottom{padding: 30px 30px 38px 30px;}
	.title-content{border-bottom: 1px solid #eeeeee;}
	.news-swiper{height: 400px!important;}
	.news-section{padding-bottom: 40px;}
	.affiche-section{padding: 40px 0 80px;}
	.close_portmobile{display: block;}
}