.head {
  position: fixed;
  display: block;
  background-color: #871915;
  height: 64px;
  box-sizing: border-box;
  z-index: 10;
  width:100%;
  top:0;
  max-width: 640px;
}
.head .logo {
  position: absolute;
  left: 2%;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}
.head .logo img {
  height: 50px;
  display: block;
}
/*.head .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  background: url("images/home.png") no-repeat center center;
  background-size: auto 64px;
}
.head .home:active {
  background-color: #f0f1f2;
}*/
.head .dropmenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 64px;
  display: block;
  background: url("images/menu.png") no-repeat center center;
  background-size: 26px auto;
}
.head .dropmenu:active {
  background-color: #990000;
}
.head .dropmenu.close {
  background: url("images/close.png") no-repeat center center;
  background-size: 30px;
}
.head .dropmenu.close:active {
  background-color: #990000;
}

.menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  z-index: 8;
  display: none;
  max-width: 640px;
}
.menu-wrap .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; 
  top: 0;
  /*background-color: rgba(0, 0, 0, 0.66);*/  /*透明灰*/
  background-color: #ffffff;
  z-index: 1;
}
.menu-wrap .menu {
  position: relative;
  top: 64px;
  padding:0 2%;
  box-sizing: border-box;
}
.menu-wrap .menu .topnav {
  position: relative;
  background-color: #fff;
  display: block;
  font-size: 1.6em;
  color: #666;
  z-index: 2;
  width:100%;
  border-bottom: 1px solid #ebebeb;
  background: url("images/arrow_down.png") no-repeat right 4px center;
  background-size: 16px auto;
  margin:auto;
  line-height: 3.2em;
  padding-left:4px;
  box-sizing: border-box;
}
.menu-wrap .menu .topnav:active {
  background-color: #f5f5f5;
}
.menu-wrap .menu .topnav:last-child .box {
  border-bottom: none;
}
.menu-wrap .menu .subnav {
  position: relative;
  z-index: 2;
}
.menu-wrap .menu .subnav a {
  display: block;
  font-size: 1.6em;
  color: #999;
  width:100%;
  line-height: 3.2em;
  border-bottom: 1px solid #eeeeee;
  background: url("images/arrow_right.png") no-repeat right center;
  background-size: 20px auto;
}
.menu-wrap .menu .subnav a:active {
  background-color: #f5f5f5;
}
.menu-wrap .menu .subnav a:last-child a {
  border-bottom: none;
}
/*----------------*/
.album{
  width:92%;
  margin:auto;
}
.album li{
  width:100%;
  float:left;
  margin-bottom:10px;
}
.album li img{
  width:100%;
}
/*----------------*/
  .aboutus img{
    max-width: 100%;
    display: block;
  }
  .aboutus p{
    line-height: 1.6em;
    font-size: 1.5em;
    color: #666;
    text-align: justify;
    padding:4%;
  }
  .aboutus a{
    border:#eee 1px solid;
    padding:12px 8px 12px 30px;
    margin:8px 4%;
    display:block;
    font-size: 1.4em;
    background:url(images/arrow_right.png) no-repeat left 6px center;
    background-size:20px;
  }
  .aboutus a:active {
    background-color: #eee;
  }
/*----------------*/

.foot-bar {
	width:100%;
	position:fixed;
	bottom:0;
	background:#871915;
	z-index:10;
  max-width: 640px;
}
.foot-bar .item{
	width:25%;
	display:block;
	height:60px;
	float:left;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
}
.foot-bar .item:active {
	background: #990000;
}
.foot-bar .icon{
	width:30px;
	height:30px;
	display:block;
	margin:auto;
	margin-top:5px;
}
.foot-bar .i_1{
	background: url(images/bar/1.png)no-repeat center center;
	background-size: auto 32px;
}
.foot-bar .i_2{
	background: url(images/bar/2.png)no-repeat center center;
	background-size: auto 32px;
}
.foot-bar .i_3{
	background: url(images/bar/3.png)no-repeat center center;
	background-size: auto 32px;
}
.foot-bar .i_4{
	background: url(images/bar/4.png)no-repeat center center;
	background-size: auto 32px;
}
.foot-bar .gray { 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.foot-bar .current{
	color:#ffffff;
}

.foot-info{
	background:#eee ;
	text-align: center;
	padding:20px 20px 80px 20px;
	line-height:1.5em;
	font-size:1.4em;
	color:#666666;
	margin-top:20px;
	overflow:auto;
	box-sizing: border-box;
}

.foot-zx{
	position:fixed;
	top:45%;
	right:2px;
	background:#FF9900;
	width:20px;
	padding:6px 4px;
	text-align:center;
	color:#FFFFFF;
	z-index:100;
	font-size:1.2em;
	border-radius:3px;
}
.foot-zx a{
	color:#FFFFFF;
}

/*录取查询*/
/*.form_content{
	width:88%;
	margin:auto;
	padding-top:20px;
}
.form_content .item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0 14px;
  box-sizing: border-box;
}
.form_content .item:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.form_content .item .label {
  position: relative;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 1.5em;
  color: #666;
  z-index: 1;
}
.form_content .item .label .red {
  position: absolute;
  left: -6px;
  top: 0;
  color: #f00;
}
.form_content .item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.5em;
  border: none;
  line-height: 100%;
  height: 50px;
  padding-left: 6em;
  box-sizing: border-box;
}
.form_content.sign input {
  margin-bottom: 0;
  border-bottom: none;
}

.submitbtn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.6em;
  line-height: 100%;
  height: 40px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #ec7d19;
  border-radius: 8px;
  margin-top: 32px;
}
.submitbtn:active {
  background-color: #ef8425;
  -webkit-box-shadow: 0 0 6px #999 inset !important;
}*/
.form_content{
  width:90%;
  margin:auto;
  padding: 6% 4% 8% 4%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}
.form_content .success{
  margin:0 10px;
}
.form_content .success strong{
  font-size: 1.6em;
  border-bottom: #ddd 1px dashed;
  line-height: 50px;
  display: block;
}
.form_content .success strong span{
  font-size: 2em;
}
.form_content .success p{
  padding: 20px 5px;
  line-height: 36px;
  font-size: 1.4em;
}

.form_content .title{
  font-size: 1.5em;
  color: #666;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
}

.form_content .item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0 6px;
  box-sizing: border-box;
}
.form_content .item:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.form_content .item .label {
  position: relative;
  float: left;
  z-index: 1;
  line-height: 50px;
  height: 50px;
  font-size: 1.5em;
  color: #666;
}
.form_content .item .label .red {
  position: absolute;
  left: -6px;
  top: 0;
  color: #f00;
}
.form_content .item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.5em;
  border: none;
  line-height: 100%;
  height: 50px;
  padding-left: 32%;
  box-sizing: border-box;
}

.form_content .select {
    float:right;
    overflow: hidden;    
    width: 72%;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.form_content select{
    font-size: 1.5em;
    padding: 10px;
    background-color: #fff;
    border: 0;
    outline: none;      
    width: 100%;
    height: 50px;
    box-sizing: border-box;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_content .select:after {
    content:"▼";    
    padding: 8px;
    position: absolute;
    right: 0;
    top: 10px;    
    z-index: 1;
    text-align: center;
    width: 30px;  
    pointer-events: none;
    box-sizing: border-box;
    color: #ccc;
}


.submitbtn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.6em;
  line-height: 100%;
  height: 40px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #ec7d19;
  border-radius: 8px;
  margin-top: 32px;
}
.submitbtn:active {
  background-color: #ef8425;
  -webkit-box-shadow: 0 0 6px #999 inset !important;
}

/*联系人*/
.address{width:100%; font-size:1.4em; text-align:center; padding-top:20px;}
.address b{font-size:1.2em; line-height:35px; }


.contacts{
	width:92%;
	margin:auto;
	overflow:auto;
	padding-bottom:80px;
}
.contacts li{
	width:100%;
	border:#CCCCCC 1px solid;
	border-radius:6px;
	float:left;
	margin-top:20px;
	box-sizing: border-box;
	padding:20px;
	font-size:1.4em;
}
.contacts li:hover{
	background: #eee;
}

.contacts p span{
	font-size:1.2em;
	font-weight:bold;
	line-height:2.2em;
}
.contacts li p{
	padding-left:2px;
	width:55%;
	display: inline-block;
	line-height:1.6em;
}

.contacts li i{
	float: right;
}

/*主页*/
.swiper-container {
	width: 100%;
	max-height: 240px;
	box-sizing: border-box;
}

.swiper-wrapper .swiper-slide {
	background-size: 100% 100% !important;
	display:block;
	height:240px;
	min-height:240px;
	width:100%;
}

.swiper-container .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	display: inline-block;
	border-radius: 3px;
	background: #fff;
	opacity: 0.6;
}

	
.nav_menu {
  padding: 0 1.5%;
  background:#FFFFFF;
  box-sizing: border-box;
}
.nav_menu:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.nav_menu .cell {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  display: block;
  padding: 10px 1.5% 0 1.5%;
}
.nav_menu .cell span {
  display: block;
  text-align: center;
}
.nav_menu .cell .box {
  padding: 10px 0;
  overflow: hidden;
  background-color: #c14e49;
  border-radius: 6px;
}
.nav_menu .cell .box:active {
  background-color: #cccccc;
}
.nav_menu .cell .box .imgbox img {
  width: 30px;
  margin: 0 auto;
}
.nav_menu .cell .box .name {
  font-size: 1.4em;
  color: #fff;
}


.part {
  margin: 20px 0 0 0;
  padding: 0 3%;
  background:#FFFFFF;
  box-sizing: border-box;
}
.part .bar {
  padding: 0 0 2em 0;
}
.part .bar .box {
  position: relative;
}
.part .bar .box > * {
  display: block;
}
.part .bar .box strong {
  font-size: 1.6em;
  color: #333;
}
.part .bar .box span {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: -0.1em 0 0 0;
  color: #999;
}
.part .bar .box a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.part .bar .line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.part .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #cd312b;
  display: block;
}
.ipart {
  margin: 20px 0 0 0;
  padding: 0 3%;
}
.ipart .bar {
  padding: 0 0 2em 0;
}
.ipart .bar .box {
  position: relative;
}
.ipart .bar .box > * {
  display: block;
}
.ipart .bar .box strong {
  font-size: 1.6em;
  color: #106636;
}
.ipart .bar .box span {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: -0.1em 0 0 0;
  color: #999;
}
.ipart .bar .box a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.ipart .bar .line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.ipart .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #106636;
  display: block;
}
.spart {
  margin: 20px 0 0 0;
  padding: 0 3%;
}
.spart .bar {
  padding: 0 0 2em 0;
}
.spart .bar .box {
  position: relative;
}
.spart .bar .box > * {
  display: block;
}
.spart .bar .box strong {
  font-size: 1.6em;
  color: #991a15;
}
.spart .bar .box span {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: -0.1em 0 0 0;
  color: #999;
}
.spart .bar .box a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.spart .bar .line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.spart .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #991a15;
  display: block;
}


.index-bxys li {
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.index-bxys li:last-child {
  border-bottom: none;
}
.index-bxys li:active {
  background-color: #f5f5f5;
}
.index-bxys li .box {
  position: relative;
}
.index-bxys li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.index-bxys li .txt {
  padding-left: 60px;
  box-sizing: border-box;
}
.index-bxys li .txt strong {
  font-size: 1.5em;
  color: #333;
  display: block;
}
.index-bxys li .txt p {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
  display: block;
}
.index-zsybm img {
  width: 100%;
  display: block;
}


/*.msign {
  padding: 20px 0 0 0;
}
.msign strong {
  font-size: 1.6em;
  display: block;
}
.msign form .filed {
  position: relative;
  border: 1px solid #e5e5e5;
  margin: 10px 0 0 0;
  border-radius: 3px;
}
.msign form .filed .label {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #666;
}
.msign form .filed .label span {
  color: #f00;
}
.msign form .filed input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  font-size: 1.6em;
  padding: 0 1em 0 5em;
  box-sizing: border-box;
}
.msign form .submit {
  width: 100%;
  border-radius: 3px;
  font-size: 1.6em;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #ed6e29;
  text-align: center;
  margin: 20px 0 0 0;
}*/

.index-xxjs img {
  width: 100%;
  display: block;
}
.index-xxjs p {
  font-size: 1.5em;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}


.projects_wrap {
  overflow: hidden;
}
.projects_wrap a {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom:10px;
}
.projects_wrap a img {
  display: block;
  height:100px;
  width: 100%;
}
.projects_wrap a .box {
  background-color: #efefef;
  padding: 20px 16px;
}
.projects_wrap a .box strong {
  font-size: 1.5em;
  color: #106636;
  display: block;
}
.projects_wrap a .box p {
  color: #333;
  font-size: 1.4em;
}