.pos{
	position: relative;
    /*  z-index:-99999;*/
}




.banner{
	/*height: 692px;*/
   
    }
/* 本例子css */
.banner	.slideBox{ 
			 overflow:hidden; position:relative; 
			   }
.banner	.slidetop .hd{ 
			
			overflow:hidden; position:absolute; left:0px;
			width: 100%;
			 bottom:28px; z-index:1; }
.banner	.slidetop .hd ul{ 
			overflow:hidden; zoom:1; 
			width: 100%;
			text-align: center; }
.banner	.slidetop .hd ul li{ 
			/*float:left;*/ 
			display: inline-block;
			  margin: 0 7px;
			width:12px; height:12px;
			 line-height:14px; 
			  border-radius: 12px;
			 text-align:center; 
			 background: #fff; cursor:pointer; 
			color: transparent;
			}
.banner	.slidetop .hd ul li.on{ 
			background: #f5c23d;
			width:20px;
		 }
.banner	.slidetop .bd{ position:relative; height:100%; z-index:0;   }
.banner	.slidetop .bd li{ zoom:1; vertical-align:middle; }
.banner	.slidetop .bd img{ 
	max-width: 100%;  
	height: auto;
	display: block;
   margin: 0 auto;
	}

.banner	.slidetop .ban-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	min-height: 140px;
	background: rgba(36,76,155,0.55);
	
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding: 30px 0px 20px;
}

.banner	.slidetop .ban-text a{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
	padding: 0 20px;
}

.banner	.slidetop a.prev{
	position: absolute;
	left: 13px;
	bottom: 200px;
	z-index: 1;
	cursor: pointer;
}
.banner	.slidetop a.next{
	position: absolute;
	right: 13px;
	bottom: 200px;
	z-index: 1;
	cursor: pointer;
}
/*banner end*/

.linkbg{
	min-height: 110px;
	background: #fff;
	
}
.linkbg ul {
	border-right: 1px solid #ddd;
}
.linkbg ul li{
	float: left;
	border-left: 1px solid #ddd;
	min-height: 110px;
	text-align: center;
	/*width: 24.6%;*/
	padding-top: 18px;
}
.linkbg ul li a{
	text-decoration: none;
}
.linkbg ul li img{
	
}
.linkbg ul li span{
	display: block;
	font-size: 16px;
	color: #777;
	padding-top: 5px;
}

.linkbg ul li a:hover span{
	color: #224b9b;
}

.linkbg ul li a:hover img{
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

/*linkbg end*/

/*keyan*/

.keyan{

	min-height: 750px;
	background-size: cover;
	padding-top: 62px;
}

.ke-top{
	
}
.ke-top .ke-tit{
	font-size: 42px;
	font-weight: bold;
	color: #224b9b;
}
.ke-top .ke-more a{
	display: block;
	font-size: 16px;
	color: #224b9b;
	margin-top: 20px;
}
.ke-top .ke-more a:hover{
	transition: all 1.5s;
	color: #0164d4;
	
}
.ke-con{
	padding-top: 35px;
}
.ke-con	.slideBox{ 
			 overflow:hidden; position:relative; 
			
			 
			   }
.ke-con	.slidetop{
			   	 box-shadow: 3px 2px 6px 2px #d0cdcc;
			   }
.ke-con	.slidetop .hd{ 
			
			overflow:hidden; position:absolute; 
			width: 400px;
			background: #224b9b;
			 right:0;
			 top: 0px;
			 height: 100%;
			  z-index:1; 
}
.ke-con	.slidetop .hd ul{ 
			overflow:hidden; zoom:1; 
			width: 100%;
			
			 }

.ke-con	.slidetop .hd ul li{ 
			display: block;
			height:173px;			
			cursor:pointer; 
		border-bottom: 1px solid #5b79b3;
		padding: 30px 25px;
    transform: scale(1.0);
    transition: all 0.7s;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.ke-con	.slidetop .hd ul li a{
	font-size: 16px;
		color: #fff;
		text-decoration: none;
}
.ke-con	.slidetop .hd ul li a p{
	line-height: 25px;
}
.ke-con	.slidetop .hd ul li a span{
margin-top: 30px;
display: block;

}
.ke-con	.slidetop .hd ul li.on{ 
			background: #f5c23d;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
    transition: all 0.7s;
		
		 }
.ke-con	.slidetop .hd ul li.on a{ 
		color: #224b9b;
		
		 }
.ke-con	.slidetop .bd{ position:relative; height:100%; z-index:0;   }
.ke-con	.slidetop .bd li{ zoom:1; vertical-align:middle; }
.ke-con	.slidetop .bd img{ 
	height: 515px;
	 }








.xinbg{
	
	min-height: 710px;
	background-size: cover;
	
}

.xin-left{
	/*width: 630px;*/
	width: 56%;
	margin-right: 28px;
	padding-top: 65px;
}
.xin-right{
	/*width: 440px;*/
	min-height: 710px;
	background: #274a8e;
	padding: 0 30px;padding-top: 64px;
}
.xinbg .ke-tit2{
	color: #fff;
	
}
.xinbg .ke-more2 a{
	color: #fff;
	
}

.xin-leftcon{
	
}
.xin-leftcon ul{
	padding-top: 35px;
}
.xin-leftcon ul li{
	min-height: 90px;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 15px;
	 transform: scale(1.0);
	  transition: all 0.7s ;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.xin-leftcon ul li:hover{
	 background: #305194;
	 color: #fff;
	   box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
     transition: all 0.7s ;
}

.xin-leftcon ul li:hover .li-tt a span,.xin-leftcon ul li:hover .li-tt p a,.xin-leftcon ul li:hover .li-date span{
	
	 color: #fff;
	 
}

.xin-leftcon ul li .li-date{
	width: 87px;
	text-align: center;
	border-right: 3px solid #e5e5e5;
	min-height: 75px;
	padding-top: 15px;
}
.xin-leftcon ul li .li-date p{
	font-size: 22px;
	color: #f0bd40;
	font-weight: bold;
	margin-bottom: 3px;
	
}
.xin-leftcon ul li .li-date span{
	font-size: 16px;
	color: #224b9b;
        font-weight: bold;

}
.xin-leftcon ul li .li-tt{
	width: 530px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.xin-leftcon ul li .li-tt a{
	width: 488px;
	text-decoration: none;
}
.xin-leftcon ul li .li-tt a span{
	display: block;
	font-size: 16px;
	color: #224b9b;
	margin-bottom: 5px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xin-leftcon ul li .li-tt a p{
	font-size: 14px;
	color: #777;
	line-height: 26px;
	
	
}

.xin-rightcon{
	
}
.xin-rightcon ul{
	padding-top: 16px;
}
.xin-rightcon ul li{
	border-bottom: 1px solid #617aae;
	padding: 15px 5px;
	
	   transition: all 0.4s ease-out;
}
.xin-rightcon ul li .li-timg{
	width: 20%;
	margin-right: 5px;
	margin-top: 10px;
}

.xin-rightcon ul li .li-tt{
	width: 75%;
}
.xin-rightcon ul li .li-tt a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 5px;
	display: block;
}
.xin-rightcon ul li .li-tt p{
	font-size: 14px;
	color: #f0bd40;
	line-height: 25px;
	
}

.xin-more{
	text-align: center;
	margin-top: 22px;
}
.xin-more a{
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	
}

.xin-rightcon ul li:hover{
	border-bottom: 1px solid #fff;
	cursor: pointer;

}
.xin-rightcon ul li:hover  .li-tt a{
color: #f0bd40;
}







/*student*/
.student{
	min-height: 490px;

	background-size:cover;
	padding-top: 55px;
}

.st-con{
	padding-top: 35px;
}
.st-con ul li{
	/*float: left;
	width: 370px;
	margin-right: 30px;*/
}
.st-con ul li:last-child{
	margin-right: 0;
}
.st-con ul li a{
	text-decoration: none;
       display: block;
    transition: 0.6s all;
}

.st-con ul li a:hover{
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.08);
    position: relative;
    z-index: 9;
    transition: 0.6s all;
}

.st-con ul li a .li-img{
	overflow: hidden;
	
}
.st-con ul li a .li-img img{
	max-width: 100%;
    transition: 0.4s all;
}
.st-con ul li a:hover img{
    transform: scale(1.2);
    transition: 0.6s all;
}

.st-con ul li a span{
	font-size: 16px;
	color: #f0bd40;
	display: block;
	
}

.st-con ul li a p{
	font-size: 16px;
	color: #333;
	margin: 15px 0;
}


.st-con ul li a:hover p{
padding: 20px 6px 15px;
    transition: 0.4s all;
    margin: 0;
}

.st-con ul li a:hover span{
  margin-left: 6px;
  transition: 0.4s all;
}



/*link end*/

.video{
	text-align: center;
	position: relative;
}
.video img{
	max-width: 100%;
	
}
.vbg{

	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
}
.v-tt{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	top: 288px;
	
}
.v-tt p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}




/**/


.footer{
	background:#1c306b;
	min-height: 280px;
	padding:35px 0 5px;
	
}
.footer img.fimg{
	position: absolute;
	right: -300px;
	top: -35px;
	max-width: 100%;
}

.f-link h4{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	
}
.f-link ul{
	margin-top: 20px;
	padding-bottom: 10px;
}
.f-link ul li{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.f-link ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.f-kuai h4{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 22px;
}

.f-kuai p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
.f-kuai p a{
	font-size: 18px;
	color: #fff;
}
.f-kuai p img{
	padding-right: 18px;
}


.f-er{
	text-align: center;
	color: #fff;
}
.f-er p{
	margin-bottom: 10px;
	font-size: 18px;
}
.f-er img{
	max-width: 100%;
}

.f-er{
	padding-top: 26px;
}
.wc-copy{
	border-top: 1px solid #999;
	padding: 20px 0;
	z-index: 1;
	position: relative;
}
.wc-copy p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 7px;
}
.wc-copy p a{
	color: #fff;
	font-size: 14px;
	
}

/*.wc-copyEnd*/

@media (min-width: 1200px) {


.f-kuai{
	width: 330px;
	
}

.f-link{
width: 557px;
	
}




}

@media (max-width: 1800px) {
	.footer img.fimg{
	right: 0;
}

	
}


@media (min-width: 1170px) {





	
	
}
@media (max-width: 991px){
     .container{
           width:100%;
     }
}


@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
   
	.v-tt{
	top: 33%;
}
.ke-top .ke-tit{
	font-size: 30px;
}

.ke-top .ke-more a{
	margin-top: 10px;
}

.footer img.fimg{
	right: 0;
}

.xin-left{
	

	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-tt{
	width: 80%;
}

.xin-right{
	
	padding-top: 20px;
	padding: 20px;

	min-height: 710px;
	
}
.keyan{
	padding-top: 30px;
}
.student{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 30px;
}
.xin-leftcon ul li .li-date{
	min-height: 90px;
}
.ke-con .slidetop .hd{
	width: 310px;
}
.ke-con .slidetop .bd img{
	width: 700px;
}

.f-link ul li a{
	font-size: 16px;
}

.f-kuai p{
	font-size: 16px;
}



}








@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
  .searchbg{
 	margin-top:10px;
 	
 }
 
 .wc-top{
 	min-height: 100px;
 }
 
 .wc-menu ul li a{
 	font-weight:normal;
 }
 
 
 
 #img{
 	height: 70px;
 }
 .banner .slidetop a.prev{
 	display: none;
 }
 .banner .slidetop a.next{
 	display: none;
 }
.banner .slidetop .ban-text{
width: 100%;
	min-height: 50px;
	padding: 5px 10px 20px;
}
.banner .slidetop .ban-text a{
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.pad1{
	padding: 0;
}
.banner .slidetop .hd{
	bottom: 0px;
}
.banner .slidetop .hd ul li{
	margin: 0 3px;
	
}
.banner .slidetop .hd ul li.on{
	width: 20px;
}


.keyan{
	padding-top: 30px;
	min-height: 300px;
	padding-bottom: 40px;
}
.ke-top .ke-tit{
	font-size: 24px;
	
}
.ke-top .ke-more a{
	margin-top: 2px;
}
.ke-con{
	padding-top: 20px;
}
.xinbg{

}
.xin-left{
	width: 50%;

	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-date{
	width: 20%;
	min-height: 100px;
}
.xin-leftcon ul li .li-tt{
	width: 75%;
}
.xin-leftcon ul li .li-tt a p{
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.xin-right{
	
	padding-top: 20px;
	padding: 20px ;

	min-height: 710px;
	
}
.xin-rightcon ul li .li-tt{
	width: 72%;
}
.xin-rightcon ul li .li-timg{
	width: 20%;
	
}
.xin-rightcon ul li .li-timg img{
	max-width: 100%;
}
.xin-rightcon ul{
	padding-top: 6px;
}

.student{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 20px;
}
.st-con{
	padding-top: 25px;
}
.st-con ul li{
	margin-bottom: 20px;
}
.st-con ul li a p{
	margin-bottom: 10px;
}
.v-tt{
	top: 33%;
}
.v-tt img{
	max-width: 10%;
}
.v-tt p{
	margin-bottom: 10px;
}


.bo-ul2 img{
	max-width: 100%;
}
.bo-ul2 a{
	text-decoration: none;
}
.bo-ul2 a span{
	display: block;
	margin: 15px 0;
	color: #666;
	line-height: 26px;
	font-size: 16px;
}
.bo-ul2 a i{
	display: block;
	font-style: normal;
	font-size: 16px;
}

.bo-ul2 {
	padding-top: 20px;
}

.f-link h4,.f-kuai h4{
	font-size: 24px;
}
.footer img.fimg{
	right: 0;
	max-width: 39%;
	top: -30px;
}
.f-link ul li{
	margin-bottom: 10px;
}
.f-kuai p img{
	padding-right: 5px;
}

.f-link ul li a{
	font-size: 16px;
}

.f-kuai p{
	font-size: 16px;
}





}



@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
   
 .searchbg{
 	margin-top:0px;
 	
 }
 .banner .slidetop a.prev{
 	display: none;
 }
 .banner .slidetop a.next{
 	display: none;
 }
.banner .slidetop .ban-text{
	position: relative;
	min-height: 30px;
	padding: 5px 10px 20px;
}
.banner .slidetop .ban-text a{
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.pad1{
	padding: 0;
}
.banner .slidetop .hd{
	bottom: 0px;
}
.banner .slidetop .hd ul li{
	margin: 0 3px;
	
}
.banner .slidetop .hd ul li.on{
	width: 20px;
}
.linkbg{
	padding: 15px;
	margin-top: 5px;
	
}
.linkbg ul li{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.linkbg ul li:first-child{
	border-bottom: none;
}
.linkbg ul li:nth-child(2){
	border-bottom: none;
}

.keyan{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 40px;
}
.ke-top .ke-tit{
	font-size: 20px;
	
}
.ke-top .ke-more a{
	margin-top: 2px;
}
.ke-con{
	padding-top: 20px;
}
.xinbg{
	padding-bottom: 30px;
}
.xin-left{
	width: 100%;
	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-date{
	width: 20%;
	min-height: 100px;
}
.xin-leftcon ul li .li-tt{
	width: 75%;
}
.xin-leftcon ul li .li-tt a p{
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.xin-right{
	width: 91%;
	padding-top: 20px;
	padding: 20px 15px;
	margin: 0 20px;
	min-height: 600px;
}
.xin-rightcon ul li .li-tt{
	width: 75%;
}
.xin-rightcon ul li .li-timg{
	width: 20%;
	
}
.xin-rightcon ul li .li-timg img{
	max-width: 100%;
}
.xin-rightcon ul{
	padding-top: 2px;
}
.st-con ul li a .li-img {
    overflow: hidden;
    text-align: center;
}
.student{
	padding-top: 20px;
}
.st-con{
	padding-top: 25px;
}
.st-con ul li{
	margin-bottom: 20px;
}
.st-con ul li a p{
	margin-bottom: 10px;
}
.v-tt{
	top: 16%;
}
.v-tt img{
	max-width: 10%;
}
.v-tt p{
	margin-bottom: 10px;
}
.footer{
	padding-top: 0;
}
.footer img.fimg{
	position: relative;
	left: 24%;
	top: 0;
	right: 0;
	max-width: 50%;
	text-align: center;
}
.f-link ul li{
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.f-link h4,.f-kuai h4{
	font-size: 22px;
}
.f-kuai{
	width: 100%;
	margin-top: 20px;
}
.f-kuai p{
	margin-bottom: 15px;
}

.bo-ul2 img{
	max-width: 100%;
}
.bo-ul2 a{
	text-decoration: none;
}
.bo-ul2 a span{
	display: block;
	margin: 15px 0;
	color: #666;
	line-height: 26px;
	font-size: 16px;
}
.bo-ul2 a i{
	display: block;
	font-style: normal;
	font-size: 16px;
}

.bo-ul2 {
	padding-top: 20px;
}

.f-er{
	padding-top: 6px;
}

.xin-leftcon ul{
	padding-top: 25px;
}
.f-link ul li a{
	font-size: 16px;
}

.f-kuai p{
	font-size: 16px;
}



}

/* 苹果5e/se */
@media only screen and ( max-width:320px){
	
	
	
}

@media only screen and (max-width: 515px) and (min-width: 375px){


}