@charset "utf-8";

/* CSS Document */

/*2021.05.07 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

img {
	max-width: 100%;
}


/*顶部弹出搜索样式*/


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #009ee2;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #009ee2;
	color: #fff;
}


/*顶部弹出样式 end*/

.wc-top{
	background:url(../images/topbg.jpg) no-repeat center center;
	min-height: 125px;
	
	
}

.wc-tright {
	padding-top: 22px;
	
}
.t-rtop ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 25px;
}

.t-rtop {
	text-align: right;
}

.t-rtop ul li {
	display: inline-block;
	padding-left: 17px;
}


.t-rtop a {
	color: #00274b;
	display: inline-block;
	line-height: 25px;
}

/*top end*/

.wc-menu {
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
}

.wc-menu ul li {
	line-height: 58px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	padding: 0;
	/*margin: 0 10px;*/
}
    .wc-menu ul li:last-child ,.header-nav .nav > li:last-child{
        display: none;
    }

.wc-menu ul li a {
	font-size: 18px;
	color: #8aa6b2;
	line-height: 58px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
}

.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #009ee2;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #009ee2;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -54px;
	top: 58px;
	background: #fff;
	width: 200px;
        min-width:100%;
	z-index: 111 !important;
	display: none;
    box-shadow: 1px 1px 5px 0px #868686;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 6px 0;
	display: block;
	line-height: 27px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #128ec4;
	color: #fff;
}

.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*wc-menu end*/
.banner {}

.banner .swiper-container .swiper-slide {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.banner .swiper-container .swiper-pagination{
	bottom: 20px;
	text-align: left;
	left: 20px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	opacity:0.35;
	margin: 0 12px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #009ee2;
	opacity: 1;
}
.banner .swiper-container .btt{
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 80px;
	font-size: 42px;
	font-family:新宋体;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:1;
            -webkit-box-orient: vertical;
}
.banner .swiper-container .page{
	position: absolute;
	bottom: 18px;
	right: 40px;
	font-size: 24px;
	color: #fff;
	font-family:新宋体;
	
}
.banner .swiper-container .page i{
	font-size:62px;
	font-style: normal;
	
	
}
/*banner end*/
/*newbg*/

.newbg {
	
	min-height:440px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.new-top {
	
}

.new-top .new-tit {
	font-size: 42px;
	
	color: #009ee2;
	font-family: 新宋体;
	font-weight: bold;
	
}

.new-top .new-more a {
	display: block;
	font-size: 16px;
	color: #009ee2;
	margin-top: 10px;
     background: url(../images/aabg.png) no-repeat right bottom;
     min-width: 100px;	
     text-align: center;
     padding-bottom: 13px;
     
}

.new-top .new-more a:hover {
	opacity: 0.8;
	transition: all 1s;
	text-decoration: none;
	
}

.mar30{
	margin-top: 20px;
}
.nleft{
	
}
.nleft .li-img{
	
}
.nleft a{
	text-decoration: none;
	
}
.nleft .li-tt{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #2a5082;
}
.nleft .li-tt span{
	display: block;
	font-size: 16px;
	color: #009ee2;
	margin: 10px 0;
}
.nleft .li-tt a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #009ee2;
	margin-bottom: 10px;	
}

.nleft .li-tt p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            width: 85%;
}
.nleft .li-tt i{
	display: inline-block;
	position: absolute;
	right: -5px;
	bottom: -2px;
	
}

.nright{
	
}
.nright ul li{
	margin-bottom: 35px;
	
}
    .nright ul li:first-child {
        display:none;
    }
.nright ul li a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #009ee2;
	position: relative;
	
	
}
.nright ul li a .li-img{
	overflow: hidden;
	
}



.nright ul li a .li-img img{
	
	transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
	
}
.nright ul li a:hover .li-img img{
	 transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;
	
	
}





.nright ul li a span{
	font-size: 16px;
	color: #009ee2;
	background: #fff;
	display: block;
	line-height:30px;
	padding: 0 20px 0 5px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	
}
.nright ul li a p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin:10px 0 12px;

	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
}
.nright ul li a i{
	position: absolute;
	right: 0px;
	bottom: -9px;
	
}

/*notice*/

.notice{
	background: url(../images/notbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 345px;
	padding:50px 0 20px;
}

.not-ul{
	padding-top: 35px;
	
}
.not-ul ul li{
	min-height: 144px;
	/*background: #fff;
	border-bottom: 2px solid #009ee2;*/
}
.not-ul ul li .date{
	background: #009ee2 url(../images/ntimg1.png) no-repeat center bottom;
	width: 25%;
	text-align: center;
	color: #fff;
	min-height: 144px;
	padding-top: 10%;
}
.not-ul ul li .date span{
	font-size: 28px;
	font-weight: bold;
	
}
.not-ul ul li .date p{
	font-size: 16px;
	color: #fff;
	
}


.not-ul ul li .da-tt{
	background: #fff url(../images/ntimg2.png) no-repeat right top;
	
	width: 75%;
	min-height: 144px;
	border-bottom: 2px solid #009ee2;
	overflow: hidden;
            padding-top:10%;
          
}
.not-ul ul li .da-tt p{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
            font-size: 16px;
            color: #333;
            line-height: 25px;
            padding: 0 20px;
            
}
.not-ul ul li:hover .da-tt{
	border-bottom: 2px solid #1884b3;
	opacity: 0.8;
	
}

/*huaxue*/

.huaxue{
	background: url(../images/huabg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 260px;
	padding: 55px 0;
}

.hua-ul ul{
	background: #fff;
	min-height: 136px;
	box-shadow: -2px -2px 8px 3px #62889d;
}
.hua-ul ul li{
	float: left;
	width: 20%;
	text-align: center;
	min-height: 136px;
	border-right: 1px solid #ddd;
	padding-top: 40px;
	   transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.hua-ul ul li a{
	display: block;
	text-decoration:none;
	
}
.hua-ul ul li a img{
	display: inline-block;
	line-height: 30px;
	
}
.hua-ul ul li a span{
	display: block;
	line-height: 30px;
	color: #009ee2;
	font-size: 16px;
	font-family: 新宋体;
	padding-top: 5px;
	font-weight: normal;
	
}
.hua-ul ul li:hover {
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}



























.inter{
	padding-top:65px;
	padding-bottom: 55px;
	
	
}

.yan-con2{
	
}

.yan-con2 .swiper-container{
	width: 100%;
	height: 100%;
	padding-bottom: 45px;
}
.yan-con2{
	padding-top: 40px;
	
}

.yan-con2 .swiper-container a{
	text-decoration: none;
	
}
.yan-con2 .swiper-container a img{
	
}
.yan-con2 .swiper-container a p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin: 20px 0 ;
	
}



.yan-con2 .swiper-container .swiper-pagination{
   bottom: 0;
   
}
.yan-con2 .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #d8d78e;
	opacity: 1;
	margin: 0 20px ;
}
.yan-con2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #8aae17;
	
}
.yan-con2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
	width: 77px;
	height: 36px;
	top: 96%;
	left: 15px;
	z-index: 11;
	
}
.yan-con2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
	width: 77px;
	height: 36px;
	top: 96%;
	right:15px;
	z-index: 11;
}

/*teach*/














/*footer*/

.footer {
	min-height: 40px;
	background: #0d3749;
	padding: 30px 0 15px 0;
}

.fleft{
	
}

.fleft p{
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	
}
.fleft p img{
	padding-right: 5px;
	
}
.fleft p:last-child{
	font-size: 14px;
	color:#999;
	margin-top: 25px;
	
}







/*.footerEnd*/

@media (min-width: 1209px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}

}



@media (max-width: 1200px) {

.wc-menu ul li a{
	font-size: 16px;
}
	/*中等屏幕设备 桌面*/
.banner .swiper-container .swiper-pagination{
	bottom: 10px;
	
}
.banner .swiper-container .btt{
	bottom: 50px;
	font-size: 30px;
}
.banner .swiper-container .page i{
	font-size: 52px;
}
.new-top .new-tit{
	font-size: 36px;
	
}
.newbg{
	padding-top: 20px;
}
.nright ul li a p{
	height: 65px;
}
.nleft .li-tt a{
	margin-bottom: 8px;
}

.nleft .li-tt span{
	margin: 10px 0;
}
.notice{
	padding-top: 30px;
	
}
.not-ul{
	padding-top: 20px;
}









	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 100%;
	}
	.logo1{
		/*padding-top: 5px;*/
	}
	.site-tree-mobile {
		top: 7px;
	}
	.searchbg {
		background: url(../images/searchbg.png)no-repeat left top;
		width: 210px;
		height: 46px;
		margin-top: 4px;
	}
	.searchbg input.inp-text {
		padding-left: 5px;
		width: 167px;
		line-height: 42px;
		background: none;
		border: none;
		font-weight: bold;
		color: #333;
	}
	.searchbg input.inp-but {
		width: 37px;
		padding: 0;
		height: 43px;
		background: none;
		border: none;
	}

.new-top .new-tit{
	font-size: 30px;
	
}
.mar30 {
    margin-top: 10px;
}
.new-top .new-more a{
	margin-top: 5px;
	
}
.notice {
    padding-top: 20px;
    min-height: 260px;
    padding-bottom: 30px;
}
.banner .swiper-container .page i{
	font-size: 42px;
}
.newbg{
	padding-bottom: 30px;
}















	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/

   .site-tree-mobile .fa {
            font-size: 22px;
       }

.banner .swiper-container .swiper-pagination{
	bottom: 0px;
	text-align: center;
	width: 100%;
	left: 0;
	
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0 5px;width: 12px;
	height: 12px;
	background: #009EE2;
}
.banner .swiper-container .page{
	bottom: 5px;
	right: 3px;
	display: none;
	
}
.banner .swiper-container .page i{
	font-size: 30px;
}	
.banner .swiper-container .btt{
	position: relative;
	width: 100%;
	background: #009EE2;
	left: 0;
	font-size: 16px;
	line-height: 35px;
	bottom:0;
	text-align: left;
	padding: 0 10px;
}
.banner .swiper-container {
	padding-bottom: 30px;
}

.new-top .new-tit{
	font-size: 22px;
	
}
.newbg{
	padding: 10px 0;
}
.new-top .new-more a{
	padding-bottom: 5px;
	min-width: 75px;
}
.nright{
	margin-top: 20px;
}	

.new-ul{
	
}	
.new-ul .swiper-container{
	padding-bottom: 40px;
}
.new-ul a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #009ee2;
	position: relative;
	text-align: center;
	
}
.new-ul  a span{
	font-size: 16px;
	color: #009ee2;
	background: #fff;
	display: block;
	line-height:30px;
	padding: 0 20px 0 5px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	
}
.new-ul  a p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	padding-bottom: 12px;
	padding-top: 10px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
}
.new-ul a i{
	position: absolute;
	right: 0px;
	bottom: -9px;
	
}	
	
	
	
	
	
	
	
.not-ul ul li{
	margin-bottom: 20px;
	min-height: 120px;
}	
	.not-ul ul li .da-tt{
		min-height: 120px;
		padding-top: 5%;
	}
.not-ul ul li .date{
	min-height: 120px;
	padding-top: 5%;
}	
	
.hua-ul ul li{
	width: 33.3%;
	border-bottom: 1px solid #ddd;
	
}




.fer{
	text-align: left;
}	
.fleft p:last-child{
	margin-top: 10px;
	line-height: 30px;
}	
.fleft p{
	font-size: 14px;
}	



	
}


@media (max-width: 544px) {

}










