@charset "utf-8";

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
	
}

.container {
	max-width: 1320px;
	width: 90%;
}
.wc-topbg p{
	margin: 0;
}
.wc-topbg p img{
      background-size: cover;
    width: 100%;
    height: 100%;
}

.logo{
	position: absolute;
	left: 10px;
	top: 15px;
	padding: 5px;	
}


.wc-menu {
	background: url(../images/mbg.jpg) repeat-x left top;
	
}

.wc-menu ul {
	
	display: table;
	
	margin-bottom: 0;
	width: 100%;
	padding: 0;
}

.wc-menu ul li {
	line-height: 55px;
	position: relative;
	
	text-align: center;
	display: table-cell;
	
	list-style: none;
	
}


.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	display:inline-block;
	transition: all 0s;
	text-decoration: none;
padding: 0 15px;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	border-bottom:4px solid #a6202f;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	border-bottom:4px solid #a6202f;
}

.wc-menu ul li a:hover {
	border-bottom:4px solid #a6202f;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
	border-bottom:4px solid #a6202f;
}

.wc-menu ul li .ernav {
	position: absolute;
	
	left:50%;
	top: 75px;
	background:#a6202f ;
	width: 130px;
        margin-left:-65px;
	z-index: 111 !important;
	display: none;
	
	
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	margin: 0;
}

.wc-menu ul li .ernav ul li {
	
	float: none;
	display: block;

	background: none;
	text-align: left;
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #af3d17;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 32px;
	font-size: 20px;

	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 11px 28px;
	text-align: center;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #e9925c;
	color: #fff;
}



img {
	max-width: 100%;
}
.in-ban p{
	margin: 0;
}


.yuanqing {
		padding: 40px 0;
		background: url(../images/courbg.jpg) no-repeat center bottom;
	background-size: cover;
	}
	
	.yuan-con {
		padding-top: 30px;
	}
.yuanqing .swiper-container .swiper-slide img{
	height: 393px;
	width: 100%;
}	
	.yuanqing .swiper-container .swiper-pagination {
		bottom: 5px;
		right: 0;
		
		
	}
	
	.yuanqing .swiper-container .swiper-pagination-bullet {
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #fff;
		cursor: pointer;
		opacity: 1;
		border-radius: 10px;
		margin-right: 15px;
		opacity: 0.7;
	}
	
	.yuanqing .swiper-container .swiper-pagination-bullet-active {
		width: 26px;
		opacity: 1;
	}
	
	.yuanqing .swiper-container .swiper-button-next {
		background: none;
		width: 60px;
		height: 60px;
	}
	
	.yuanqing .swiper-container .swiper-button-prev {
		background: none;
		width: 60px;
		height: 60px;
	}
.contimg3 .swiper-container .swiper-slide img{

    height: 100% !important;
	width: 100%;
}	
			.contimg3 .swiper-container .swiper-pagination {
		bottom: 5px;
		right: 0;
		
		
	}
	
	.contimg3 .swiper-container .swiper-pagination-bullet {
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #fff;
		cursor: pointer;
		opacity: 1;
		border-radius: 10px;
		margin-right: 15px;
		opacity: 0.7;
	}
	
	.contimg3 .swiper-container .swiper-pagination-bullet-active {
		width: 26px;
		opacity: 1;
	}











.newsbg{
	background: url(../images/newbg.jpg) no-repeat center top;
	padding: 35px 0;
	
}



.new-top{
	
}
.new-top span{
	display: block;
	
}
.new-top h4{
	font-size: 52px;
	color:#b09467;
	
	display: inline-block;
	margin-top: 10px;
	font-family:'stxingka';
}

.new-con{
	margin-top: 32px;
}
.new-con ul{
	padding: 0;
	margin: 0;
}
.new-con ul li{
	margin-bottom: 38px;
	background: #f5f5f5;
	position: relative;
	
transition: all 0.4s ease;
overflow: hidden;
}
.new-con ul li:hover{
	
      transform: translateY(-5px);
   
}
.new-con ul li a{
	text-decoration: none;
	display: block;
	
}
.new-con ul li .li-img{
	width: 35%;
	overflow: hidden;
	
}
.new-con ul li .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;
}

.new-con ul li:hover 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;
}

.new-con ul li .li-tt{
	position: relative;
	width: 63%;
	padding-right: 5%;
	
}

.new-con ul li .li-tt h4{
	padding-top: 90px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	     overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;

}
.new-con ul li .li-tt p{
	font-size: 16px;
	color: #888;
	line-height: 26px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
	
}
.new-con ul li:last-child{
	margin-bottom: 30px;
}
.new-con ul li  .date{
	position: absolute;
	background: url(../images/date.png) no-repeat center top;
	width: 80px;
	height: 77px;
	text-align: center;
	padding-top:6px;
	left: 0px;
	top: -2px;
	z-index: 1;
}
.new-con ul li  .date span{
	display: block;
	color: #fff;
	font-size: 24px;

}
.new-con ul li  .date p{
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0;
	margin-top: -4px;
}
 .amore{
	
}
 .amore a{
	font-size: 18px;
	color: #000;
	line-height: 40px;
	display: inline-block;
}
.amore a:hover{
	color: #fff;
	text-decoration: none;
	background: #bb2929;
	padding: 0 20px;
}




.on-board{
	background: url(../images/boardbg.jpg) no-repeat center bottom;
	padding: 35px 0 55px;
	background-size: cover;
	
}



.school-video{

	padding: 55px 0 50px;
	background: url(../images/courbg.jpg) no-repeat center bottom;
	background-size: cover;
}

.school-con{
	padding-top:28px;
	
}


.school-leftvv{
	
	
}
.school-leftvv span{
	   display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;

}
.school-leftvv p{
	line-height: 100px;
	background: #ea0919;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 0 17px;
	transition: all 0.8s;
}
.school-leftvv p a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.school-leftvv p:hover{
	transition: all 0.8s;
	opacity: 0.8;
}



.school-right{
	
}
.school-right ul{
	padding: 0;
	margin: 0;
	
}
.school-right ul li{
	position: relative;
	margin-bottom: 15px;
	
}
.school-right ul li a{
	display: block;
	text-decoration: none;
	
}
.school-right ul li img{
	
}
.school-right ul li p{
	color: #fff;
	font-size: 16px;
	color: #fff;
	background: #ea0919;
	line-height: 53px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 0 17px;
	transition: all 0.8s;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.school-right ul li p:hover{
	opacity: 0.8;
	transition: all 0.8s;
}


.courtyard{
	padding: 35px 0 40px;
	background: url(../images/courbg.jpg) no-repeat center bottom;
	background-size: cover;
	
}

.board-topcon{
	padding-top: 85px;
	border-top: 1px solid #eacfab;
	padding-bottom: 40px;
}

.one,.two,.three {
    margin: 10px auto;
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
   }

   .one ul {
    height: 100px;
    width: 100000px;
    position: absolute;
    left: 0;
   }

    .two ul {
    height: 100px;
    width: 100000px;
    position: absolute;
    left: 30%;
   }

   .three ul {
    height: 100px;
    width: 100000px;
    position: absolute;
    left: 50%;
   }


  

    .one ul li, .two ul li, .three ul li {
     display: block;
     float: left;
     margin: 5px;
     position: relative;
    }

     .one ul li a, .two ul li a, .three ul li a {
      display: inline-block;
      height: 150px;
     }
			
			
.board-topcon ul{
	
}
.board-topcon ul li{
	float: left;
	/*margin-right: 31px;	*/
       margin-bottom:20px;
	

	
}

.board-topcon ul li a{
	text-decoration: none;
	display: block;
	
}
.board-topcon ul li .li-img{
	width: 53px !important;
	height: 53px;
	display: none !important;
	
}
.board-topcon ul li .li-tt{
	width: 240px;
	background: #fff;
	display: block;
	border: 1px solid #e6e08f;
	border-radius: 5px;
	
	padding:12px 12px 12px 15px;
	margin-left: 15px;
	position: relative;
    transition:All 0.4s ease-in-out;
-webkit-transition:All 0.4s ease-in-out;
-moz-transition:All 0.4s ease-in-out;
-o-transition:All 0.4s ease-in-out;	
}

.board-topcon ul li .li-tt:hover{
  transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
}

.board-topcon ul li .li-tt span{
	font-size: 17px;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
.board-topcon ul li .li-tt .i1{
    position: absolute;
    left: -6px;
    top: 34%;
    width:6px;
    height: 14px;
   
}

.board-topcon ul li .li-tt .i2{
    position: absolute;
    right: -18px;
    top: -18px;
    width:40px;
    height: 40px;
}

.board-topcon ul li .li-tt h3{
	font-size:16px;
	color: #96681f;
	margin: 0;
	line-height: 24px;
}

.board-topcon ul li .li-tt p{
	font-size: 18px;
	color: #d5ce72;
	margin: 5px 0 0px 0;
	line-height: 24px;
}


.board-botcon{
	padding-top: 45px;
	border-top: 1px solid #eacfab;padding-bottom: 45px;
	
}
form.form-one{
	width: 60%;
	margin: auto;border: 1px solid #959494;
	
}

form.form-one .form-group-left{
	float: left;
	width: 17%;
	
}
form.form-one .form-group-mid{
	float: left;
	width: 88%;
	margin: 0 6px 0 0;
}
form.form-one .form-group-right{
	float: right;
	width: 10%;
	
}
form.form-one .form-group-right a{
	background: #ea0919;
	border: none;
	border-radius: 0px;
	width: 100%;
	font-size: 20px;
	color: #e6e08f;
	display: block;
	text-decoration: none;
	min-height: 240px;
	padding-top: 60px;
	
}
form.form-one .form-group-right a span{
		
		 display: block;
		 width: 30px;
		 margin: auto;
 		text-align: center;
 
}
form.form-one .form-group{
	
}

form.form-one .form-group-mid{
	

}


form.form-one .form-group-left .jia-up{
	 background: #fff;
	 line-height: 190px;
	 text-align: center;
}




form.form-one .form-group-mid input{
	background:#fff;
	border-radius: 0;
	border: none;
	box-shadow: none;
	line-height: 48px;
	height: 48px;
		font-size: 16px;
	color: #999;
}
form.form-one .form-group-mid textarea{
	background: #fff;
	width: 100%;
	min-height: 136px;
	resize: none;
	border: none;
	padding-left: 10px;
	font-size: 16px;
	color: #999;
}







.cour-con{
	
}
.cour-con .swiper-container{
	margin-bottom: 40px;
	
	
	padding-top: 32px;
	
}
.cour-con .swiper-container a{
	display: block;
	text-decoration: none;
	border: 1px solid transparent;
transition: all 0.4s ease;
}
.cour-con .swiper-container a .li-img{
	overflow: hidden;
	
	
}
.cour-con .swiper-container a .li-img img{
	height: 200px;
	width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
       transition: all .4s;
    object-fit: cover;
}

.cour-con .swiper-container a .li-img img:hover{
transform: scale(1.1);
}



.cour-con .swiper-container a .li-tt{
	background: #fff;

	padding: 25px 15px;
	box-shadow: 0px 35px 77px -17px #ccc;
	
}
.cour-con .swiper-container a .li-tt h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 64px;
	color: #000;

	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	margin-top: 0;
	margin-bottom: 15px;
}
.cour-con .swiper-container a .li-tt p{
	font-size: 16px;
	color: #888;
	line-height: 24px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:4;
            -webkit-box-orient: vertical;
}
.cour-con .amore{
	margin-top: 35px;
	
}
.cour-con .amore a{
	display: inline-block;
	
}
.cour-con .swiper-container a:hover{
	border: 1px solid #a6202f;
box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 8%);
}

.cour-con .swiper-container a:hover .li-img img{
transform: scale(1.1);
}





.footer {
	min-height: 20px;
	padding: 43px 0 35px;
	text-align: left;
	cursor: pointer;
	background: #333;

}

.fp-left p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
	line-height: 28px;
}
.fp-left p:last-child{
	color: #999;
}
.fp-right{
	
}
.fp-right a{
	margin-bottom: 15px;
	display: block;
}




@media (min-width: 1300px) {
	
	.container1290{
	   width: 1290px;
     }

.cour-con .swiper-container a .li-img img{
	height: 200px;
}	
	
	
}







@media (min-width: 1200px) {
		.container1290{
	max-width: 1290px;
	width: 90%;
}

	
	
	
	
}
@media (max-width: 1500px) {
	
.logo{
	top: 10px;
	
}
	
	

	
	
	
	
}

@media (max-width: 1400px) {

	

	
	
	
	
}
@media (max-width: 1350px) {
	
	
	
	
	
}



@media (max-width: 1200px) {
	
.new-top h4{
	font-size: 40px;
	
}
.wc-menu ul li a{
	font-size: 20px;
	
}
.new-con ul li .li-img{
	width: 40%;
}
.new-con ul li .li-tt{
	width: 57%;
	
}
.cour-con .swiper-container a .li-img img{
	height: 160px;
	width: 100%;
	
}
.contimg3 .swiper-container .swiper-slide img{
	height: 408px;
	width: 100%;
}	
.yuanqing .swiper-container .swiper-slide img{
	height: 302px;
	
}	


.new-con ul li .li-tt h4{
	padding-top: 85px;
}
.nynew-con{
	padding-top: 20px;
}

.cour-con .amore{
	margin-top: 50px;
	margin-bottom: 0px;
}
.cour-con .swiper-container{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.cour-con .swiper-container .swiper-pagination{
	bottom: 40px;
}
.cour-con .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #8c0200;
}

form.form-one{
	width: 90%;
	
}




	
}
@media (max-width: 1100px) {
	
	.new-con ul li .li-tt h4{
		margin-bottom: 10px;
		
	}
	
}


@media (max-width: 991px) {


	.container {
		width: 95%;
	}
	.header-nav .container{
		width: 100%;
	}
	.logo1{
		
	}
	.logo1 img{
		padding-bottom: 10px;
		
		max-width: 50%;
		padding-top: 6px;
	}
.in-ban{
	
}
.new-top h4{
	font-size: 36px;
	
}

.new-con ul li .li-tt h4{
	padding-top: 76px;
	
}



.new-top span img{
		width: 100px;
}

.school-right ul li p{
	line-height: 40px;
}


form.form-one{
	width: 100%;
	
}
.new-con ul li .li-img img{
	height: 245px;
}

.yuanqing .swiper-container .swiper-slide img{
	height: 252px;
	
}	
.contimg3 .swiper-container .swiper-slide img{
	height: 308px;
	width: 100%;
}
	
}

@media (max-width: 838px) {
	.in-ban {

}
	
	
}




@media (max-width: 767px) {
	
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		width: 100%;
		text-align: left;
	}
#img{
	height: 62px;
max-width: 100%;
}	








	.logo1 img{
	

		padding-top: 1px;
		padding-left: 5px;
	}
	.container {
		width: 100%;
	}
.in-ban{
	
	
}
.new-con{
	margin-top: 10px;
	
}
.new-top h4{
	font-size: 28px;
	
}
.new-con ul li .li-img{
	width: 100%;
	
}
.new-con ul li .li-img img{
	width: 100%;
	height: auto;
}
.cour-con .swiper-container a .li-img img{
	height: 220px;
}

.new-con ul li .li-tt{
	width: 100%;
	padding: 10px 15px;
	
}
.new-con ul li  .date{
	left: 5px;
	top: -5px;
}
.new-con ul li .li-tt h4{
	padding-top: 10px;
	margin-top: 0;
	font-size: 18px;
	
}
.new-con ul li .li-tt p{
	font-size: 15px;
	line-height: 24px;
	
}

.school-right ul li p{
	line-height:36px;
	font-size: 14px;
	
}
.school-leftvv{
	margin-bottom: 20px;
}

.school-leftvv img {
    width: 100% !important;
    height: 100% !important;
}

.school-leftvv p{
	line-height:40px;
position: relative;
}
.school-leftvv p a{
	font-weight: normal;
		font-size: 16px;
}

.school-video{
	padding: 30px 0 20px;
}
.school-con{
	padding-top: 10px;
	
}
.courtyard{
	padding: 20px 0;
}
.cour-con .swiper-container{
	padding-top: 10px;
	
}
.cour-con .swiper-container a .li-tt{
	box-shadow: none;
	border: 1px solid #eee;
	border-top: none;
}
.cour-con .amore{
	margin-top: 50px;
	margin-bottom: 0px;
}
.cour-con .swiper-container{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.cour-con .swiper-container .swiper-pagination{
	bottom:50px;
}
.school-right ul li img{
	width: 100% !important;
}
.newsbg{
	padding: 30px 0 10px;
}
.on-board{
	padding: 30px 0;
}




.amore{
	margin-bottom: 20px;
	
}
.amore a{
	font-size: 16px;
	
}

.footer{
	padding: 15px 0 5px;
}

.fp-right{
	text-align: center;
}
.fp-right a img{
	height: 60px;
}

.fp-left {
  margin-bottom: 10px;
}

.fp-left p{
	line-height: 24px;
	
}
.fp-right a{
	margin-bottom: 10px;
	
}

form.form-one{
	width: 80%;
	
}
form.form-one .form-group-left{
	float: none;
	width: 100%;
	
}
form.form-one .form-group-mid{
	float: none;
	width: 100%;
	
}
form.form-one .form-group-right{
	float: none;
	width: 100%;
	text-align: center;
}
form.form-one .form-group-right a span{
	width: auto;
	
}
form.form-one .form-group-right a{
	min-height: 40px;
	padding-top: 0px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	width: 40%;
	margin: auto;
	margin-top: 20px;

}
.board-topcon{
	padding: 20px 0;
}

.one,.two,.three {
  
    height: 80px;
   
   }
.board-botcon{
	padding-top: 20px;
}

.yuanqing {
			padding: 20px 0;
		}
		.yuan-con {
			padding-top: 10px;
		}

.yuanqing .swiper-container .swiper-slide img{
	height: 152px;
	
}	
.contimg3 .swiper-container .swiper-slide img{
	height: 158px;
	width: 100%;
}





}

@media (max-width: 700px) {

	
}

@media (max-width: 567px) {
	
.school-right ul li img{
	max-width: 100%;
}
.new-con ul li .li-img img{
	max-width: 100%;
	
}
form.form-one{
	width: 90%;
}
form.form-one .form-group-right a{
	font-size: 16px;
	
}


}
@media (max-width: 527px) {
.in-ban{

	}


}
