@charset "utf-8";

.head {
	width:100%;
	margin:auto;
	height:110px;
	min-width:1380px;
	background:#871915;
}
.head ul{
	max-width:1380px;
	margin:auto;
}

.head .logo{
	padding-top: 8px;
	float:left;
}

.head .nav{
	margin-top:25px;
	box-sizing: border-box;
	float: right;
	display: flex;
}

.head .nav li{
	flex:1;
	position: relative;
	width:110px;
}
.head .nav li a{
	display: block;
	width:110px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color:#FFFFFF;
}
.head .nav .current {
	color:#000;
	background: #9c1c18;
}
.head .nav li .subnav {
	transition:all .3s;
	position: absolute;
	left: 0;
	top: 46px;
	width:110px;
	background: #9c1c18;
	z-index: 999;
	display: none;

}
.head .nav li .subnav a {
	color:#ffffff;
	font-size: 15px;

}
.head .nav li .subnav a:hover {
	background-color: #999;
}



/*校园图片*/
.album{
	width:100%;
}
.album li{
	width:40%;
	height:300px;
	border:#CCCCCC 1px solid;
	float:left;
	margin:0px 20px 20px 0px;
}
.album li img{
	width:100%;
	height:300px;
}



/*主页swiper*/
.banner .swiper {
	width: 100%;
	height:500px;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*主页banner*/
.banner{
	width:100%;
	min-width:1380px;
	background:#eee;
	overflow:hidden;
	height:500px;
}
.banner .box{
	width:100%;
	margin:auto;
	position: absolute;
	z-index:100;
	top:360px;
	box-sizing: border-box;
}
.banner .box ul{
	width:1330px;
	margin:auto;
	background:#333;
	opacity:0.85;
	padding:20px;
	box-sizing: border-box;
	overflow:auto;
	border-radius: 15px;
}
.banner .box li{
	width:25%;
	float:left;
}
.banner .box a:hover i{
	background: #CC0000;
}
.banner .box i{
	width:70px;
	height:70px;
	display:block;
	text-align:center;
	float:left;
	border-radius:35px;
	background:#990000;
}
.banner .box i img{
	width:44px;
	margin-top:12px;
}
.banner .box p{
	width:200px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	padding-left:15px;
	padding-top:6px;
	line-height:20px;
}


/*-------------------------------------------*/


.major_home{
	width:100%;
	min-width:1380px;
	padding:100px 0;
	overflow:hidden;
}

.major_home ul{
	width:1330px;
	margin:auto;
	/*border:#003300 1px solid;*/
	box-sizing: border-box;
}
.major_home li{
	width:23%;
	height:260px;
	float:left;
	background:#871915;
	margin: auto 1%;
	margin-left: ;
	box-sizing: border-box;
	border-top:#871915 4px solid;
	border-radius: 3px;
}
.major_home li:hover{
	background: #871915;
	transition:all .3s;
	border-bottom:#c72c25 150px solid;
	border-top:#c72c25 6px solid;
	box-sizing: border-box;
}
.major_home li i{
	width:100%;
	height:120px;
	background:#CCCCCC;
	display:block;
}
.major_home li p{
	padding:20px 25px;
	color:#FFFFFF;
	font-size:12px;
}
.major_home li p span{
	font-size:16px;
	font-weight:bold;
}

/*-------------------------------------------*/

.news{
	width:100%;
	min-width:1380px;
	overflow:hidden;
	background:#666;
	padding:100px 0;
    background:url(../images/b1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.news ul{
	width:1300px;
	margin:auto;
}
.news .list{
	float:left;
    width:660px;
    color: #eee;
    line-height:25px;
}
.news .list a{
	color:#FFFFFF;
}
.news .list a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

/*.news .list li{
	height:50px;
	line-height:50px;
	font-size:15px;
	width:540px;
	color:#FFFFFF;
}

.news .list li span{
	float:right;
}*/
.news .img{
	width: 100%;
	max-width: 520px;
	height: 100%;
	max-height:300px;
	float:right;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



/*-------------------------------------------*/
.merit{
    width:100%;
    min-width:1380px;
    min-height: 400px;
    padding:60px 0;
    background-image: url('../images/shuju.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.merit ul{
    width:1300px;
    margin:auto;
    display: flex;
    padding: 20px 0;
}
.merit ul li{
    flex:1;
    line-height: 20px;
	-webkit-user-select: none; /* Chrome, Safari, Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.merit .icon-1{
	background-image: url('../images/icon/icon-1.png');
}
.merit .icon-2{
	background-image: url('../images/icon/icon-2.png');
}
.merit .icon-3{
	background-image: url('../images/icon/icon-3.png');
}
.merit .icon-4{
	background-image: url('../images/icon/icon-4.png');
}
.merit .icon-5{
	background-image: url('../images/icon/icon-5.png');
}
.merit .icon-6{
	background-image: url('../images/icon/icon-6.png');
}
.merit .icon-7{
	background-image: url('../images/icon/icon-7.png');
}
.merit .icon-8{
	background-image: url('../images/icon/icon-8.png');
}
.merit ul li i{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 42px;
    background: #eee;
    float: left;
    border:#ccc 2px solid;
	background-size: 48%;
	background-position: center;
	background-repeat: no-repeat;
}
.merit ul li:hover i {
	background-size: 55%;
	border:#871915 2px solid;
}
.merit ul li span b{
    font-size: 22px;
    color: #871915;
    padding-bottom: 5px;
    display: block;
}
.merit ul li span{
    display: block;
    width: 200px;
    height: 80px;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    color: #666;
}

/*-------------------------------------------*/

.foot{
	width:100%;
	min-width:1380px;
	overflow:hidden;
	background:#871915;
}

.foot ul{
	max-width:1380px;
	margin:auto;
	margin-top:30px;
}

.foot .nav{
	height:160px;
	border-bottom:#710d09 1px solid;
}
.foot .logo{
	float:left;
	color:#FFFFFF;
}
.foot .logo img{
	float:left;
}
.foot .logo p{
	float:left;
	padding-left:30px;
	padding-top:16px;
}
.foot .qrcode{
	float:right;
	color:#FFFFFF;
	width:120px;
	text-align:center;
	line-height:30px;
	margin:0 10px;
}
.foot .state{
	border-top:#961b17 1px solid;
	color:#FFFFFF;
	line-height:46px;
}
.foot .state span{
	float:right;
}
.foot .state span a{
	color:#FFFFFF;
}





.side_button{
	width:100px;
	position: fixed;
	background:#fff;
	border-radius:4px;
	border:#ccc 1px solid;
	padding:10px;
	top:20%;
	right:6px;
	z-index:100;
	box-sizing: border-box;
}
.side_button li{
	margin-bottom:8px;
	border-radius:4px;
	height:76px;
	background:#ccc;
	text-align:center;
	font-size:12px;
	padding-top:8px;
}
.side_button li a{
	color:#FFFFFF;
}
.side_button li:hover {
	background: #333;
	transition:all .3s;
	border-bottom:#990000 4px solid;
}

.side_button .b-1{
	background:#159a38;
}
.side_button .b-1 i{
	background:url(../images/s-2.png) no-repeat;
	background-size:46px;
}
.side_button .b-2{
	background:#e7903c;
}
.side_button .b-2 i{
	background:url(../images/s-3.png) no-repeat;
	background-size:46px;
}
.side_button .b-3{
	background:#f14927;
}
.side_button .b-3 i{
	background:url(../images/s-4.png) no-repeat;
	background-size:46px;
}
.side_button .b-4{
	background:#2bbdae;
}
.side_button .b-4 i{
	background:url(../images/s-1.png) no-repeat;
	background-size:46px;
}
.side_button .b-5{
	background:#e7903c;
}
.side_button .b-5 i{
	background:url(../images/s-5.png) no-repeat;
	background-size:46px;
}

.side_button li i{
	width:46px;
	height:46px;
	display:block;
	margin:auto;
}
.side_top{
	width:100px;
	background:#ccc;
	border-radius:4px;
	position:fixed;
	margin-top:20px;
	right:6px;
	z-index:100;
	box-sizing: border-box;
	text-align:center;
	padding:6px 8px 0px 8px;
}
.side_top:hover {
	background: #999;
}
.side_top i{
	background:url(../images/top.png) no-repeat;
	background-size:14px;
	height:20px;
	margin:4px;
	width:14px;
	display:block;
	float:left;
}
.side_top p{
	float:left;
	line-height:22px;
}


/*内页*/
.page{
	width:100%;
	min-width:1380px;
	min-height:500px;
	overflow:hidden;
	padding:60px 0;
	color: #333;
}
.page ul{
	width:1200px;
	margin:auto;
}
.page .subnav{
	width:120px;
	float:left;
	text-align:center;
	border-right:#CCCCCC 1px solid;
	padding-right:40px;
}
.page .subnav a{
	line-height:40px;
	width:100%;
	display:block;
	border-radius:20px 0px 20px 0px;
	margin-bottom:6px;
}
.page .subnav .current{
	background: #fdbcbc;
	font-size:15px;
	font-weight:bold;
}
.page .subnav a:hover{
	background:#eee;
}
.page .content{
	float:right;
	width:980px;
}



/*联系人*/
.contacts{
	width:100%;
}
.contacts li{
	width:310px;
	border:#CCCCCC 1px solid;
	border-radius:6px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:20px;
}
.contacts li:hover{
	background: #eee;
}

.contacts li span{
	font-size:16px;
	font-weight:bold;
	padding-left:2px;
}
.contacts li p{
	margin-top:10px;
	display:block;
	padding-left:2px;
}

.contacts li a{
	margin-top:10px;
	display:block;
	padding-left:2px;
}
.contacts li i{
	float:left;
	margin-top:10px;
}


.signup{
	width:100%;
	min-width:1380px;
	min-height: 400px;
	overflow:hidden;
	padding:60px 0;
}
.signup ul{
	width:1200px;
	background: #fff;
	margin:auto;
	border:#ddd 1px solid;
	border-radius: 6px;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 
}
.signup .success{
	margin: 20px 80px;
	min-height: 400px;
}
.signup .success strong span{
	font-size: 20px;
}
.signup .success strong{
	font-size: 16px;
	border-bottom: #ddd 1px dashed;
	line-height: 60px;
	display: block;
}
.signup .success p{
	padding: 20px 5px;
	line-height: 36px;
}
.signup .form{
	width: 600px;
	margin: auto;
}
.signup .form li{
	height: 50px;
}
.signup .form li label{
	width: 100px;
	color: #666;
}
.signup .form input{
	width: 500px;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border:#ddd 1px solid;
}
.signup .form input:hover{
	border:#871915 2px solid;
}
.signup .form .submit{
	width: 500px;
	background: #871915;
	cursor:pointer;
	border:#871915 2px solid;
	font-weight: bold;
	color:#fff;
	padding: 10px;
}
.signup .form .submit:hover{
	background: #e7903c;
	border:#e7903c 2px solid;
	color:#fff;
}
.signup .form textarea {
	line-height:20px;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	resize: none;
	color: #333;
	background-color: transparent;
	border:#333 1px solid;
	float:right;
	width: 500px;
	height: 100px;
	font-family: none;
	margin-bottom: 20px;
}
.signup .form textarea:hover{
	border:#871915 2px solid;
}

.signup .form .select {
	float:right;
    border:1px solid #e3e3e3;    
    border-radius:4px;
    overflow: hidden;    
    width: 500px;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.signup .form select{       
    padding: 10px;
    border: 0;
    outline: none;      
    width: 100%;
    box-sizing: border-box;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.signup .form .select:after {
    content:"▼";    
    padding: 8px;
    position: absolute;
    right: 0;
    top: -2px;    
    z-index: 1;
    text-align: center;
    width: 30px;  
    pointer-events: none;
    box-sizing: border-box;
    color: #ccc;
}
.signup .form .select:hover{
	border:#871915 2px solid;
}



.signup .form2{
	width: 500px;
	min-height: 400px;
	margin: auto;
	overflow: auto;

}
.signup .form2 li{
	min-height: 50px;
	line-height: 40px;
	position: relative;
}
.signup .form2 li label{
	width: 75px;
	color: #666;
	position: absolute;
	left: 10px;
	z-index: 1;
	text-align: right;
}
.signup .form2 input{
	width: 500px;
	padding: 10px 0;
	padding-left: 90px;
	box-sizing: border-box;
	border-radius: 4px;
	border:#ddd 1px solid;
}
.signup .form2 input:hover{
	border:#871915 2px solid;
}
.signup .form2 .submit{
	width: 500px;
	background: #871915;
	cursor:pointer;
	border:#871915 2px solid;
	font-weight: bold;
	color:#fff;
	padding: 10px;
}
.signup .form2 .submit:hover{
	background: #e7903c;
	border:#e7903c 2px solid;
	color:#fff;
}
.signup .form2 textarea {
	line-height:20px;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	resize: none;
	color: #333;
	background-color: transparent;
	border:#333 1px solid;
	float:right;
	width: 500px;
	height: 100px;
	font-family: none;
	margin-bottom: 20px;
}
.signup .form2 textarea:hover{
	border:#174899 2px solid;
}
.signup .form2 li span{
	font-size: 16px;
	border-bottom: #ccc 1px solid;
	width: 100%;
	display: block;
	font-weight: 500;
	margin-top: 50px;
}



.list{
	width: 100%;
	max-width: 1000px;
}
.list ul{
	border-bottom: 1px #eee solid;
	padding: 20px 0;
	padding-left: 10px;
	overflow: auto;
	width: 100%;
}
.list ul:last-child{
    border-bottom: none;
}
.list li{
	float: left;
	margin: 0 20px;
	box-sizing: border-box;
	max-width: 60%;
	font-size: 14px;
	color: #666;
}
.list ul a{
	display: block;
	width: 100%;
	height: 100px;
}
.list ul:hover{
	background: #efefef;
}
.list li img{
	border-radius: 6px;
}
.list li h3{
	font-weight: 600;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}


.list .paging{
	overflow: auto;
	line-height: 60px;
	text-align: center;
	/* 禁止双击选中 */
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.list .paging a{
	border:#ccc 1px solid;
	padding:8px 20px;
	border-radius: 4px;
}
.list .paging a:hover{
	color:#FFFFFF;
	background: #4285f4;
	border:#4285f4 1px solid;
}
.list .paging .now_page{
	background: #ccc;
	color:#FFFFFF;
	border:#ccc 1px solid;
}