@charset "utf-8";
/* CSS Document */
/*2020.11.13 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}
.container{
	width: 1170px;
	margin: auto;
	
}
.box{
	overflow: hidden;
	
}
.wc-top{
	height:132px;
	background: #fff;
	
}
.trbg{
	background: url(../images/search.jpg)no-repeat left top;
	width: 230px;
	height: 45px;
	float: right;
	
}
.tbg{
	background: url(../images/topbg1.jpg) no-repeat right top;
	width: 1300px;
	margin: auto;
	height:132px;
}
.logo{
	width: 570px;
	height: 130px;
}
.logo img{
	width: 570px;
	height: 130px;
}
.top-right{
	120px
}
.top-right a{
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	
}
.top-right a.a1{
	font-size: 14px;
	color: #fff;
	background: url(../images/en1.png) no-repeat center top;
	width: 47px;
	height: 24px;
	
	text-align: center;
	line-height: 20px;
	
}
.top-right a.a2{
	background: url(../images/en2.png) no-repeat center top;
	width: 47px;
	height: 24px;
	
	text-align: center;
	line-height: 20px;
}



/*顶部弹出搜索样式*/
	/*header-top*/
.header-top{
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}
.search-btn{
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 30px;

    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: 30px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
   
}
.search-box .close i{
	 font-style: normal;
}
.search-form {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c1272d;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}
.search-form .form-text:focus{
    font-style: normal;
    border-bottom-color: #c1272d;
}

.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;
    cursor: pointer;
    
}
.search-form .form-submit:hover{
    background: #c1272d;
    color: #fff;
}
/*顶部弹出样式 end*/

/*top end*/


.wc-menu{
	
	height:64px;
	background: #c1272d;
}
.wc-menu>.container {
 padding-left: 0 !important;
 padding-right: 0 !important;
}
.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
}
.wc-menu ul li{
	
	line-height:64px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	/*display: table-cell;*/
	float: left;
	list-style: none;


border-left: 1px solid #d25156;
}
.wc-menu ul li:last-child{
border-left: 1px solid #d25156;
border-right: 1px solid #d25156;
}



.wc-menu ul li a{
	font-size: 16px;
	color: #fff;

	line-height:64px;	 
	display: block;
   transition: all 0.2s;
    padding: 0 31.3px;
	text-decoration: none;

}
.wc-menu ul li:hover{
	background: #ac181d;
}
.wc-menu ul li a:hover,.wc-menu ul li a.active{
	
	color: #fff;
background: #ac181d;
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
color: #fff;
background: #ac181d;

}
 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
color: #fff;
background: #ac181d;
}

.wc-menu ul li .ernav{
	
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 64px;
	background:#fff;
	min-width: 280px;
	z-index: 111!important;
	display: none;	
}
.wc-menu ul li .ernav ul{
     border-right:0;
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	
	background: none;
	text-align: left;
	
	line-height: 34px;
	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{
	line-height: 28px;
	font-size: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;	
    padding: 10px 15px 10px 30px;
	border-bottom:none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	background:#ac181d;
	color: #fff;
	
}

/*menu End*/
img{
	max-width: 100%;
	
}
/* 本例子css */
.banner{
text-align: center;
}

.banner .swiper-container{
	width: 100%;
	height: 100%;
	
	
}
.banner .swiper-container .swiper-slide{
	position: relative;
	
}
.banner .swiper-container .swiper-slide .btt{
 	width:100%;
 	position: absolute;
 	left: 0px;
 	bottom: 120px;
 	
	
}
.banner .swiper-container .swiper-slide .btt a{
 	display: block;
 	color: #fff;
 	font-size: 42px;
 	font-weight: bold;
 	text-shadow: 2px 2px 2px #000;
 	text-decoration: none;

}
.banner	.swiper-pagination { 
			overflow:hidden; zoom:1; 
			text-align: center;
			border-radius: 20px;
			padding: 9px;
			text-align: center;
			padding: 1px;
}

.banner .swiper-pagination-bullet{
	  margin: 0 6px;
	  display: inline-block;
	width:18px; height:18px;  text-align:left; 	
	background:url(../images/a1.png) no-repeat center center;
	
     
	cursor:pointer; 
	color: transparent;
	border-radius: 0;
	opacity: 1;
	margin-right:25px !important;
}
.banner .swiper-pagination-bullet-active{
	background:url(../images/a2.png) no-repeat center center;
	
	
	
}
.banner .swiper-pagination{
	bottom: 55px;
	left:0px;
	/*width: 100%;*/
	width: 100%;
	margin: auto;
	
	text-align: left;
	
	
}
.banner img{
	cursor: pointer;
	
}

/*banner end*/

.news{
	padding: 65px 0 10px;
	min-height: 400px;
}


.new-top{
	min-height: 48px;
	position: relative;
	background: url(../images/ntbg1.png) no-repeat center top;
	
}

.new-top  h4{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	
	text-align: center;
	
}
.new-top  a{
	position: absolute;
	right: 0px;
	font-size: 16px;
	color: #999;
	top: 10px;
}


.new-conone{
	margin-top: 50px;
	background: url(../images/trbg.jpg) no-repeat left bottom;
	padding-bottom: 9px;
        transition: all 0.4s ease-out;
        display: none;
}
.new-conone:hover{
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}


.new-conone .new-cleft{
        width: 649px;
	height: 393px;
}
.new-conone .new-cleft img{
        width: 649px;
	height: 392px;
}

.new-conone .new-cright{
	background: url(../images/nbg1.jpg) no-repeat left bottom;
	
	width: 521px;
	height: 392px;
	
	padding: 30px 40px;
	box-sizing: border-box;
	
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	box-shadow: 2px -3px 7px 0px #ebebeb;
}
.new-conone .new-cright span{
	display: block;
	font-size: 16px;
	color: #999;
	
	
}
.new-conone .new-cright a{
	display: block;
	font-size: 24px;
	color: #c82b32;
	line-height: 35px;
	text-decoration: none;
	margin: 20px 0 30px;
    height: 105px;
    overflow: hidden;
}
.new-conone .new-cright p{
	font-size: 16px;
	color: #777;
	line-height: 25px;	 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-contwo{
	margin-top: 38px;
	
}
.new-contwo ul li{
	float: left;
	margin-right: 26px;
	/*background: url(../images/trbg.jpg) no-repeat left bottom;*/
	transition: all 0.4s ease-out;
        width: 372px;
}
.new-contwo ul li:first-child {
        /*display:none;*/
}
.new-contwo ul li:hover{
    box-shadow: 0px 30px 30px -30px rgb(0 0 0 / 64%);
    transform: scale(1.02);
    cursor: pointer;
	
}

.new-contwo ul li:last-child{
	margin-right: 0px;
	
}
.new-contwo ul li .li-img{
    width: 372px;
    height: 248px;
    float: none;
}
.new-contwo ul li .li-img img{
    width: 372px;
    height: 248px;
}

.new-contwo ul li .li-tt{
	padding: 10px 26px;
	box-sizing: border-box;
	background: url(../images/nbg2.jpg) no-repeat right bottom;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	box-shadow: 2px 2px 7px 2px #ebebeb;
	height: 160px;
        float: none;
}
.new-contwo ul li .li-tt span{
	display: block;
	font-size: 14px;
	color: #999;
	
}
.new-contwo ul li .li-tt a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-decoration: none;
	margin: 10px 0 10px;
	
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-contwo ul li .li-tt p{
	display: block;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*news end*/

.notice{
	margin-top: 56px;
	padding-bottom: 45px;
}

.not-left{
	width:400px;
}
.not-right{
	width:400px;
}

.not-mid{
	text-align: center;
	width: 230px;
	margin: 0 70px;
	margin-top: 35px;
	
}
.not-mid h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	
	
}
.not-mid p{
	
	
}
.not-mid a{
	font-size: 16px;
	color: #999;
	
	
}

.not-left ul li,.not-right ul li{
	text-align: center;
	margin-bottom: 25px;
	 transition: all 0.4s ease-out;
}

.not-right ul li:nth-child(1),.not-right ul li:nth-child(2),.not-right ul li:nth-child(3){
    display:none;
}

.not-left ul li .li-date,.not-right ul li .li-date{
	width: 70px;
	border: 1px solid #ececec;
	border-radius: 4px;
	border-bottom: 2px solid #d1d1d1;
	height: 84px;
}
.not-left ul li .li-date p ,.not-right ul li .li-date p{
	background: #c1272d;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 24px;
	
}
.not-left ul li .li-date span,.not-right ul li .li-date span{
	display: block;
	font-size: 24px;
	color: #c1272d;
	
	
}
.not-left ul li .li-date i,.not-right ul li .li-date i{
	font-style: normal;
	font-size: 16px;
	color: #333;
	
}
.not-left ul li .li-t a,.not-right ul li .li-t a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-decoration: none;
	width: 310px;
	text-align: left;
	
}
.not-left ul li:hover,.not-right ul li:hover{
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
	
}

/*notice end*/

.school{
	background: url(../images/schbg.jpg) no-repeat center top;
	/*min-height: 758px;*/
	padding-bottom: 40px;
	padding-top: 65px;
	
}
.school-ul{
	padding-top: 50px;
}
.school-ul ul li{
	float: left;
	width: 372px;
	height: 250px;
	margin-right: 26px;
	margin-bottom: 30px;
	position: relative;
	
}
.school-ul ul li:nth-child(3n){
	margin-right: 0;
}
.school-ul ul li a.a1{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	position: absolute;
	left: 20px;
	width: 90%;
	bottom: 10px;
   text-decoration: none;
   	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.school-ul ul li .li-tt{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(203,46,49,0.75);
	padding: 20px 30px;
	box-sizing: border-box;
	opacity: 0;
	transition: all 1s;
}
.school-ul ul li:hover .li-tt{
	opacity: 1;
	transition: all 1s;
	cursor: pointer;
}
.school-ul ul li:hover a.a1{
	opacity: 0;
	
}

.school-ul ul li .li-tt .li-date1{
	
	
}
.school-ul ul li .li-tt .li-date1 p{
	font-size: 16px;
	color: #fff;
	
	
}
.school-ul ul li .li-tt .li-date1 span{
	font-size: 24px;
	color: #fff;
	display: block;
	margin: 2px 0;
	
}
.school-ul ul li .li-tt .li-date1 i{
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	
	
}
.school-ul ul li .li-tt a.a2{
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 25px 0;
	
}
.school-ul ul li .li-tt p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	
	
}

/*school end*/

.huodong{
	padding-top: 60px;
	
	
}
.huo-con {
	padding-top: 50px;
}
.huo-con ul li{
	float: left;
	width:570px;
	margin-right: 29px;
	background: #fff;
	border: 1px solid #ededed;
	border-top: 3px solid #cb2e31;
	box-shadow: 1px 2px 5px 3px #f0f0f0;
	margin-bottom: 28px;
	height: 164px;
	padding: 25px 22px;
	box-sizing: border-box;
	 transition: all 0.4s ease-out;
}
.huo-con ul li:hover{
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
	
}


.huo-con ul li:nth-child(2n){
	margin-right: 0;
}

.huo-con ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 30px;
	
}
.huo-con ul li p{
	display: block;
	font-size: 16px;
	color: #333;
	
}
.huo-con ul li p img{
	padding-right: 10px;
}
.huo-con ul li p span{
	margin-right: 40px;
}

/*huodong end*/

.honour{
	min-height: 300px;
	
}
.honour ul{
	padding-top: 40px;
}
.honour ul li{
    width: 390px;
    text-align: left;
    float: left;
    margin-bottom: 40px;
    height: 135px;
}
/*.honour ul li:first-child,.honour ul li:nth-child(9){
	width: 270px;
}
.honour ul li:nth-child(5){
	width: 270px;
}
.honour ul li:nth-child(2),.honour ul li:nth-child(6),.honour ul li:nth-child(10){
	width: 300px;
}
.honour ul li:nth-child(3),.honour ul li:nth-child(7),.honour ul li:nth-child(11){
	width: 350px;
}
.honour ul li:nth-child(4),.honour ul li:nth-child(8),.honour ul li:nth-child(12){
	width: 250px;
}
.honour ul li:nth-child(7) .li-tt{
	width: 200px;
}*/

.honour ul li .li-img{
    width: 140px;
    /* margin-top: 20px;*/
	
}
.honour ul li .li-tt{
    float: left !important;
    padding-left: 10px;
    width: 236px;
}
.honour ul li .li-tt i{
	font-style: normal;
	font-size: 20px;
	color: #000033;
	font-family: 'SourceHanSerifCN-Regular';
	font-weight: bold;
}
.honour ul li .li-tt span{

    font-size: 58px;
    font-weight: bold;
    color: #000033;
	font-family: 'SourceHanSerifCN-Regular';
}
.honour ul li .li-tt p{
	font-size: 13px;
	/*margin-top: 15px;*/
	color: #003;
	
}


/*link*/
.linkbg{
	/*background:#dac899;*/
        /*background:#f1b7b7;*/
	border-top: 1px solid #ddd;
}

 .linkbg ul{
 border-left: 1px solid #ddd;

}

    .linkbg li {
    border-right: 1px solid #ddd;
    float: left;
    _display: inline;

    text-align: left;

    line-height: 24px;
    width: 212px;
    padding: 30px 10px;

    }
 .linkbg li:nth-child(3) {
/*border-right: 0px solid #ddd;*/
}
        .linkbg li a {
    font-weight:bold;  
    font-size: 16px;

            color: #c1272d;
        }
   .linkbg li a:hover {
    /*color: #905f21;*/
    }
		









/*linkbg end*/



.footer{
	min-height: 100px;
	background: #c1272d;
	padding: 35px 0;
	text-align: center;
	
}
.footer p{
	line-height: 41px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.footer p:first-child{
	margin-bottom: 10px;
	
}


/*.wc-copyEnd*/






















