﻿* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box; 
}
.trans {
	transition: all .3s ease-in;
}
html {
	width: 100%;
	min-height: 100%;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,p{ 
    margin:0; 
    padding:0; 
    list-style:none; 
    text-decoration:none; 
    border:0; 
}
body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}
body:before {
	height: 1rem;
}
body:after {
height: .88rem;
}
img {
	border: 0px;
max-width:100%;
}
em {
	font-style: normal;
}
s, i {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style: none outside none;
}
b {
	font-weight: normal;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #000;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.wrapper {
	width: 100%;
}

/* 弹出框 */
.middlebox{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
}
.middlebox .middle{
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    background: white;
    margin-top: -70px;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px;
}
.middlebox .middle h3{
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}
.middlebox .middle button{
    background: #1292f8;
    border: none;
    color: white;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

/* 头部 */
.headerbox{
    background: #042f62;
    position: relative;
    border-top: #254b77 1px solid;
}
.headerbox .logo{
    padding: 0 150px 0 15px;
}
.headerbox .logo img{
    width: 100%;
}
.headerbox .btn{
    position: absolute;
    right: 15px;
    top: calc(32% - 0px);
    font-size: 0;
    width: 70px;
    background: url(../images/dh.png) no-repeat;
    max-width: 58px;
    height: 45px;
    background-size: contain;
}


/* 列表样式 */
.mob-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #042f62;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.mob-nav .close_btn_box{
    height: 50px;
}
.mob-nav .close_btn{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 0;
    width: 30px;
    background: url(../images/close_btn.png) no-repeat;
    height: 30px;
    background-size: 100% 100%;
    filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);
}


.mob-nav li a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.mob-nav li a:hover {
  background: #eba33b;
}

.mob-nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.mob-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* 轮播图 */
.slideBox{width: 100%; overflow:hidden; position:relative; }
.slideBox .hd{ height:10px; overflow:hidden; position:absolute;  bottom:5px; z-index:1; left: 50%;
    transform: translateX(-50%);}
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{ float:left; width:20px; height:2px;background:#666; cursor:pointer; margin-right: 5px;}
.slideBox .hd ul li.on{ background:#042f62;}

.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ display:block; width: 100%; }

/* 关于英华 */
.indexbox1{
    padding: 2%;
}
.title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    font-family: " ";
    padding-top: 2%;
    color: #43484e;
}
.title span{
    font-weight: 200;
    font-size: 22px;
    line-height: 45px;
    font-family: " ";
    color: #626262;
}

.about{
    margin-top: 3%;
}
.about li{
    background: white;
    padding: 1%;
    margin-bottom: 3%;
    position: relative;
    border:#fff 1px solid;
}
.about_img img{
    width: 100%;
    height: auto;
}
.about_content{
    padding: 3%;
    position: relative;
    z-index: 99;
}
.tt{
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    font-family: " ";
    color: #282e37; 
}
.yy{
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    font-family: " ";
    color: #282e37; 
}
.xx{
    width: 50px;
    height: 1px;
    background: #d7222b;
    margin-top: 3%;
}
.nn{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: " ";
    color: #787a7e;
    margin-top: 2%;
}
.mm{
    width: 35%;
    margin: 6% auto;
    border: #d93039 1px solid;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.mm a{
    color: #282e37;
}
.bian{
    position: absolute;
    top:2%;
    left:2%;
    width: 96%;
    height: 96%;
    border:#fff 1px solid;
}
.indexbox2{
    background: #1bb1bf;
    padding: 3%;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    font-family: " ";
}
.indexbox2 span{
    font-size: 20px;
    line-height: 45px;
    font-weight: 200;
    font-family: " ";
}

.index3{
    background: url(../images/bg7.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 9% 0px;
}
.index3_tt{
    font-size: 26px;
    line-height: 45px;
    font-weight: 400;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.index3_list{
    width: 80%;
    margin: 4% auto 0;
}
.list1{
    background: url(../images/dian.png) 30% center no-repeat;
    float: left;
    width: 50%;
    text-indent: 12%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: " ";
    color: #282e37;
    text-align: center;
}

.mm_t{
    width: 35%;
    margin: 6% auto;
    border: #000000 1px solid;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.mm_t a{
    color: #282e37;
}
.indexbox4{
    background: url(../images/bg8.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 5%;
}
.indexbox4 .tt{
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.indexbox4 .desc{
    margin-top: 4%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-family: " ";
    color: #282e37;
}
.indexbox5{
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10% 5%;
}
.indexbox5 .tt{
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.indexbox5 .desc{
    margin-top: 4%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-family: " ";
    color: #282e37;
}
.indexbox5 .mm_t{
    width: 35%;
    margin: 6% auto;
    border: #ffffff 1px solid;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    font-family: " ";
    color: #ffffff;
    text-align: center;
}
.indexbox5 .mm_t a{
    color: white;
}

.indexbox6{
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 5%;
}
.indexbox6 .tt{
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    font-family: " ";
    color: #282e37;
    text-align: center;
}
.indexbox6 .desc{
    margin-top: 4%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-family: " ";
    color: #282e37;
}
.indexbox6 .mm_t{
    width: 35%;
    margin: 6% auto;
    border: #ffffff 1px solid;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    font-family: " ";
    color: #ffffff;
    text-align: center;
}
.indexbox6 .mm_t a{
    color: white;
}
/* 英华新闻 */
.index7{
    margin-top: 3%;
}
.index7 li{
    background-color: white;
    padding: 2%;
    position: relative;
    margin-bottom: 3%;
}
.news_img img{
    width: 100%;
    height: auto;
}
.news_tt{
    background-color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: " ";
    color: #40444b;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;

}
.news_tt a{
     color: #40444b;
}
.news_date{
    position: absolute;
    top:10px;
    width: 25%;
    background: #d50404;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: " ";
    color: white;
    text-align: center;
}
.more{
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    font-family: " ";
    color: #aeafb2;
    text-align: center;
}
.more a{
    color: #aeafb2;
}

.indexbox8{
    width: 100%;
    background: url(../images/bg5.jpg)  no-repeat;
    padding: 4%;
    background-size: 100% 100%;
  }
  .main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
  }
  .youjian{
    width: 33%;
    text-align: center;
  }
.youjian_img{
    width: 30px;
    height: 35px;
    margin: 0 auto;
}
.youjian_img img{
    width: 100%;
  }
.youjian_list1{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: " "; 
    padding-top: 2%;
  }
.youjian_list2{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    display: none;
    font-family: " "; 
  }
.youjian_list3{
    background: #d7222b;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-family: " "; 
  }
.youjian_list3 a{
   color: white;
  }
  .youjian_list3 a:hover{
   color: white;
  }

.dizhi{
    text-align: center;
    width: 33%;
  }
.dizhi_img{
    width: 30px;
    height: 35px;
    margin: 0 auto;
}
.dizhi_img img{
    width: 100%;
  }
.dizhi_list1{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: " "; 
    padding-top: 2%;
  }
.dizhi_list2 a{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    font-family: " "; 
  }

.dianhua{
    text-align: center;
    width: 33%;
  }
.dianhua_img img{
    max-width: 42px;
    height: 29px;
  }
  .dianhua_list1{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: " "; 
    padding-top: 2%;
  }
  .dianhua_list2{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    display: none;
    font-family: " "; 
  }
  .dianhua_list3{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #ff0000;
    font-family: " "; 
  }

  /* 底部 */
  .foot1{
    background: #043162;
    padding: 4%;
    color: white;
  }
  .link{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    font-family: " "; 
  }
  .link a{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: " "; 
    color: #666;
  }
  .link a:hover{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: " ";
    color:#f60;
  }
  .part3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
  }
  .ewm{
    width: 30%;
    text-align: center;
    border-right: white 1px solid;
  }
  .ewm1{
    width: 80%;
    height: auto;
  }
  .part3_right{
    width: 58%;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: " ";
    padding-right: 10%;
  }
.foot2{
    background: #03274f;
    padding: 3% 0;
    color: rgba(255, 255, 255, 0.5);
    border-top: #5d6b7b 1px solid;
  }
.qq2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    font-family: " ";
    color: white;
  }
.qq2 a{
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    font-family: " ";
    color: white;
  }
.qq3{
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    font-family: " ";
    color: white;
  }

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343;
}
.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}
.footer ul li a{
  display: block;
}
.home{
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.home img{
  width: 100%;
}
.footer ul li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.footer a{
  color: white;
}
.footer ul li.teshu{
  background: #043162;
}
.footer ul li:hover {
  background: #043162;
}

/* 关于我们 */
/* 学校概况 */
.index_school{
  position: relative;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}

/* 通用下拉 */
.school_list{
  padding: 2%;
}
.school_list .school_title{
  position: relative;
  font-size: 20px;
  color: white;
  padding: 12px 0 12px 10%;
  line-height: 30px;
  background: #043162;
  border-bottom: #1076c5 3px solid;
}
.school_list .xialia_btn{
  position: absolute;
  right: 27px;
  top: 23px;
  width: 30px;
  height: 23px;
  text-align: center;
  background: url(../images/xiala.png) no-repeat;
}
.xiala_list{
  display: none;
  margin-top: 4px;
}
.xiala_list li{
  margin-bottom: 10px;
}
.school_list .xiala_list li a:after{
  content: '|';
  margin-left: 10px;
  position: absolute;
  left: 2%;
}
.school_list .xiala_list li a{
  display: block;
  font-size: 18px;
  color:#323232;
  background: #e5e5e5;
  padding: 10px 0 10px 10%;
  line-height: 40px;
}

/* 通用小导航 */
.s_title{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 15px;
  text-align: right;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
}
.s_title .s_btn{
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 33px;
  height: 33px;
  text-align: center;
  background: url(../images/liebiao.png) no-repeat;
}
.s_title span{
  margin-right: 15px;
}
.s_detail{
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.s_detail h1{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid rgb(204, 204, 204);
  padding: 0 4px 0 0;
  text-align: left;
  margin: 0 0 10px;
}
.s_detail h1 span{
  font-size: 18px;
  color:rgb(192, 0, 0);
}
.s_detail strong{
  font-weight: bolder;
  font-size: 18px;
  
}
    .s_detail p {
        font-size: 18px;
        line-height: 2em;
    }

/* 校园一瞥 */
.s_img{
  margin: 20px 7.5px 0 7.5px;
  font-size: 0;
}
.s_img li{
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
  margin: 0 7.5px 15px 7.5px;
}
.s_img li .img{
  display: block;
}
.s_img li .img img{
  width: 100%;
}
.s_img li .wz{
  position: relative;
  line-height: 30px;
}
.s_img li .wz h3{
  text-align: center;
  font-size: 14px;
  color: #323232;
}

/*  */
.m_img{
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
  color: #333;
}
.m_img p img,.m_img img{
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}



/* 新闻中心 */
.s_news{
  padding: 0 15px;
}
.s_news li{
  border: 1px solid #e5e5e5;
  margin: 20px 0;
  padding: 5px;
}
.new_img{
  float: left;
  width: 30%;
}
.new_img img{
  width: 100%;
  height: auto;
}
.news_wz{
  float: right;
  width: 68%;
}
.s_news li h4{
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.s_news li p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

/* 高中部师资力量 */
.g_detail{
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.g_detail .g_title{
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}
.t_1{
  margin-bottom: 30px;
}
.g_detail p img,.g_detail img{
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.g_detail .t_1 .p1{
  font-weight: bolder;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.g_detail .t_1 .p2{
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #666;
}