@charset "utf-8";
.head {
	width:100%;
	min-width:1380px;
	margin:auto;
	z-index:100;
	height:110px;
	padding-top:8px;
	background:#871915;
}
.head ul{
	max-width:1380px;
	margin: 0 auto;
}
.head .logo{
	width:470px;
	padding-top: 8px;
	float:left;
}
.head .nav{
	width:840px;
	margin-top:25px;
	box-sizing: border-box;
	float: right;
}

.head .nav ul:after {
	display: block;
	visibility: hidden;
	clear: both;
}
.head .nav ul li{
	width:120px;
	float:left;
	position: relative;
	height: 46px;
}
.head .nav ul li a{
	display: block;
	line-height: 46px;
	text-align: center;
	padding:0 14px ;
	font-size: 18px;
	color:#FFFFFF;
	
}
.head .nav ul li a:hover {
	color:#ffffff;
	transition:all .3s;
	background: #9c1c18;
}
.head .nav ul li .current a{
	color:#FFFFFF;
	
	
}
.head .nav ul li .subnav {
	position: absolute;
	left: 0;
	top: 46px;
	width:120px;
	background: #9c1c18;
	z-index: 999;
	display: none;
}
.head .nav ul li .subnav a {
	color:#ffffff;
	font-size: 15px;
	
}
.head .nav ul 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*/
.swiper {
	width: 100%;
	height:500px;
}
.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;
}
.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:1180px;
	margin:auto;
	background:#333;
	opacity:0.85;
	padding:20px;
	box-sizing: border-box;
	overflow:auto;
}
.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:80px 0;
	overflow:hidden;

}
.major_home ul{
	width:1200px;
	margin:auto;
	/*border:#003300 1px solid;*/
}
.major_home li{
	width:280px;
	height:260px;
	float:left;
	background:#871915;
	margin:0 10px;
	box-sizing: border-box;
	border-top:#871915 5px solid;
}

.major_home li:hover{
	background: #871915;
	transition:all .6s;
	border-bottom:#871915 100px solid;
	border-top:#871915 3px solid;
}

.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:80px 0;
}

.news ul{
	width:1160px;
	margin:auto;
}
.news .list{
	float:left;
}
.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:510px;
	float:right;
	padding-right:10px;
}
.news{
    background:url(images/b1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.news .list{
    width:560px;
    color: #eee;
    line-height:25px;
}

.link{
	width:100%;
	min-width:1380px;
	overflow:hidden;
	padding:80px 0;
}

.link ul{
	width:1160px;
	margin:auto;
}
.link li{
	float:left;
}

.link li span{
	font-size:16px;
	line-height:32px;
}
.link li div{
	height:190px;
	background:#CCCCCC;
	margin-bottom:20px;
	padding:30px;
	box-sizing: border-box;
}

.link li div:hover{
	background: #fdbcbc;
}


.link li div i{
	display:block;
}

.link li div span{
	display:block;
	padding-top:40px;
}

.link .aaa{
	width:220px;
	height:400px;
}

.link .bbb{
	width:440px;
	height:400px;
	border-left:#FFFFFF 20px solid;
}

.link .about{
	width:470px;
	height:400px;
	background:#CCCCCC;
	padding:20px 30px;
	box-sizing: border-box;
	border-left:#FFFFFF 20px solid;
}

.link .about:hover{
	background: #fdbcbc;
	
}

.link .about i{
	height:150px;
	background:#000000;
	display:block;
	margin:12px 0;
}



.foot{
	width:100%;
	min-width:1380px;
	overflow:hidden;
	background:#871915;
}

.foot ul{
	width:1200px;
	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;
}


.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:#2bb4db;
}
.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;
}
.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:#eee;
	font-size:15px;
	font-weight:bold;
}
.page .subnav a:hover{
	background: #fdbcbc;
}

.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 .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;
}


/*.query{ border:1px solid #ccc; padding:80px 0px;}
.query table .error { border:1px solid #812a27;}
.query table .result { background:url(style/images/seal.png) no-repeat 580px 28px;}
.query table td {height:40px; line-height:22px;}
.query table th {text-align:right; padding-right:5px; width:280px; font-weight:100;padding-right: 10px;}
.query input.text{
	color:#000;
	border: 1px solid #dcdcdc;
	width: 500px;
	line-height: 40px;
	height: 40px;
	padding: 0 14px;
	margin:15px 0;
}
.query input.text:focus {
	border-color: #f78912;
}
.query .red {
  color: #f00;
  vertical-align: middle;
  padding-right:3px;
}
.query .submitbtn{
	background-color: #f78912;
	text-align: center;
	color: #fff;
	width: 160px;
	margin-top:10px;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 3px;
	display: block;
	cursor: pointer;
}
.query .submitbtn:hover{
	background-color: #f15107;
}
.query .research{
	background-color: #f78912;
	text-align: center;
	color: #fff;
	width: 160px;
	margin-top:20px;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 3px;
	cursor: pointer;
}
.query .research:hover{
	background-color: #f15107;
}*/

/*在线报名*/

/*.step-wrap {
  width: 1200px;
  margin: 0 auto;
  padding:60px 0;
}

.step-wrap .step-box {
  display: none;
  border-top:none;
  margin-top: 0px;
}
.step-wrap .step-box.notic {
  padding: 50px 60px;
  text-align: justify;
  line-height: 24px;
}
.step-wrap .step-box.notic strong {
  display: block;
  padding-bottom: 5px;
}
.step-wrap .step-box.notic p {
  display: block;
  padding-top: 10px;
}
.step-wrap .step-box.success {
  text-align: center;
  padding: 80px 0;
}
.step-wrap .step-box.success img {
  display: block;
  margin: 0 auto;
}
.step-wrap .step-box.success strong {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  padding: 24px 0 8px 0;
  display: block;
}
.step-wrap .step-box.success p {
  line-height: 24px;
}
.form-box {
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  border:#CCCCCC 1px solid;
  box-sizing: border-box;
  padding:50px;
}
.form-box .red {
  color: #f00;
  vertical-align: middle;
  padding-right:3px;
}
.form-box form table tbody tr th {
  text-align: right;
  font-weight: normal;
  color: #333;
  padding-right: 10px;
  width:260px;
}
.form-box form table tbody tr td {
  padding: 10px 0;
}
.form-box form table tbody tr td .text {
  border: 1px solid #dcdcdc;
  width: 500px;
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  font-family: "微软雅黑";
}
.form-box form table tbody tr td .text:focus {
  border-color: #f78912;
}
.form-box form table tbody tr td label {
  cursor: pointer;
}
.form-box form table tbody tr td .select-box {
  float: left;
  width: 256px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  margin-right:10px;
  cursor: pointer;
  padding:10px 8px;
  box-sizing: border-box;
}
.form-box form table tbody tr td .select-box .select {
  width: 100%;
  border: none;
  cursor: pointer;
}

.form-box .submitbtn {
  background-color: #f78912;
  color: #fff;
  width: 200px;
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin: 20px 0 0 120px;
}
.form-box .submitbtn:hover{
	background-color: #f15107;
}*/

/*报名提交加载过程*/
/*.tm-tips-wrap {
	display: none;
}
.tm-tips-wrap,.tm-tips-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tm-tips-bg {
	background-color: #ccc;
	opacity: .5;
	filter: alpha(opacity=50);
}
.tm-content-box {
	position: fixed;
	left: 50%;
	top: 45%;
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin: -27px 0 0 -100px;
	background-color: #fff;
	border: 2px solid #aaa;
	font-size: 14px;
}
.red {
	color: #f00;
	vertical-align: middle;
}*/



.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;
}*/