@charset "utf-8";
/* CSS Document */
body { font-family:"Hiragino Sans GB","MicroSoft YaHei",Arial,sans-serif; overflow-x: hidden;color:#333;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td { margin: 0; padding: 0; }
img { border:none; max-width:100%; }
a { color:#0d0d0d; text-decoration:none;}
a,area { blur:expression(this.onFocus=this.blur()) }
ul, li{ list-style:none;}
table { border-collapse:collapse;border-spacing:0; max-width:100%;}
input { outline:0;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
:focus { outline: none; }
input::focus-inner { padding:0;border:0;}

.fl { float:left;} .fr { float:right;}
.clearfix:after {  display: block;  content: '';  clear: both; }
.clearfix { zoom: 1;}
.clear { height:0; width:100%; font-size:1px; line-height:0; visibility:hidden; overflow:hidden;}
.Width { width:1200px; margin:0 auto;position: relative;}
.hide { display:none;} .onlymob { display:none;}
.pointer { cursor:pointer;}
.ml480 { margin-left:620px; }

body{
  font-size:18px;
  font-family: "Microsoft YaHei";
}
/* 通用头部 */
.ht_top {width: 100%;background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;line-height: 41px;overflow: hidden;}
.ht_top .zt_top { width: 1070px;height: 41px;margin: 0 auto;}
.ht_top h1 { float:left;}
.ht_top h1 a {float: left;width: 131px;height: 40px;overflow: hidden;text-indent: -100em;background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat; font-size:12px;}
.ht_top .topnav {float: right; color:#0d0d0d; font-size:12px;}
.ht_top .topnav a {padding:0 8px;}
.ht_top .topnav a:hover { color:#e4393c; text-decoration:underline;}
@keyframes movef{
  0%{
    transform: translateX(-10px);
  }
  100%{
    transform: translateX(10px);

  }
}
@keyframes moves{
  0%{
    transform: translateX(10px);
  }
  100%{
    transform: translateX(-10px);

  }
}

/*右侧选悬浮样式结束*/
.banner {
  position: relative;
  height:870px;
  color:#fff;
  background: url(../images/ban.png) center top no-repeat;
  background-size: 100% auto;
  padding-top:80px;
  box-sizing: border-box;
}
.banner .year{
  width:827px;
  height:44px;
  margin:0 auto 460px;
  font-size: 40px;
  letter-spacing: 10px;
  color: #000;
  font-weight: bold;
}

.title {
  text-align: center;
  margin-bottom: 45px;
}
.title .left-title{
  width:358px;
  height:113px;
  display: inline-block;
  background: url(../images/t10.png) no-repeat;
}
.title img{
  position: relative;
  top:-3px;
}
.title i{
  width:107px;
  height:36px;
  display: inline-block;
  position:relative;
  top:-15px;
}
.title i.left-ball{
  background: url(../images/ball4.png) no-repeat;
  margin-right:8px;
  background-size:100% 100%;
  animation: movef 2s linear infinite alternate;
}
.title i.right-ball{
  background: url(../images/ball3.png) no-repeat;
  margin-left: 5px;
  background-size:100% 100%;
  animation: moves 2s linear infinite alternate;
}
.fixed_nav_bg{
  height: 100px;
  width: 100%;
  background: url("../images/fixed_nav_bg.jpg") center center no-repeat;
}
.banner-nav{
  padding-left:3px;
  width:1200px;
	/*position:fixed;*/
	/*top:0;*/
}
.banner-nav-fixed{
	position:fixed;
	top:0;
}
.banner-nav a{
  border-radius: 6px;
  background-image: -moz-linear-gradient( 90deg, rgb(157,4,4) 0%, rgb(246,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(157,4,4) 0%, rgb(246,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(157,4,4) 0%, rgb(246,0,0) 100%);
  box-shadow: 0px 5px 38px 0px rgba(179, 2, 11, 0.75);
  width: 165px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: rgb(255, 255, 255);
  margin:0 14px 50px;
}
.banner-nav a:hover{
  background: #FF0000;

}
.banner-news{
  width:1165px;
  height:114px;
  background: #B60505 url(../images/tbg.png) no-repeat;
  background-size:100% 100%;
  margin:0 auto;
  box-shadow: 0px 5px 38px 0px rgba(134, 11, 15, 0.75);
  border-radius: 10px;
  position: relative;
}
.banner-news a{
  color:#fff;
  font-size: 20px;
  margin:20px 10px 0;
  display: inline-block;

}

.banner-news .sm-title{
  border-radius: 10px;
  background-color: #F22F1E;
  box-shadow: inset 0px 5px 26.95px 8.05px rgba(255, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top:0;
  width: 116px;
  height: 114px;
  text-align: center;
  font-size: 36px;
  color: rgb(250, 241, 51);
  padding-top:8px;
  box-sizing: border-box;
}

.banner-news p{
  padding-left:144px;
}

.panel01{
  padding-top:20px;
}
.panel01 .main-cont{
  padding:48px 1% 30px 2%;
  position:relative;
}
.panel01-title{
  font-size:46px;
  margin-bottom: 18px;
  font-weight:bold;
}

.panel01-title a{
   color:#F2060D;
}

.panel01 .sub-title img{
  vertical-align: middle;
}
.news01-box a{
  font-size: 25px;
  color: rgb(15, 14, 14);
  display: inline-block;
  margin-right:20px;
  margin-bottom: 40px;
}
.news01-box a:hover{
  color:#F12619;
}
.news02-box{
  margin-bottom: 28px;
}
.news02-box .left-cont{
  width:606px;
  height:396px;
  float:left;
}
.swiper-container{
  border-radius: 10px;
}
.news02-box .swiper-slide img{
  border-radius: 10px;
  width:606px;
  height:396px;
}
.news02-box .swiper-slide p{
  height:44px;
  line-height: 44px;
  text-align: center;
  background: #8E3535;
  color:#fff;
  position: absolute;
  left:0;
  bottom: 0;
  width:100%;
  border-radius:0 0 10px 10px;
}
.news02-box .swiper-slide a{
  display: block;
   border-radius: 10px;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.news02-box .right-cont{
  width:44%;
  margin-left:45px;
}
.news02-box .links li{
	/*overflow:hidden;*/
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.news02-box .links a{
  font-size:18px;
  color: rgb(15, 14, 14);
  line-height: 2.111;
  margin-right:20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
}


.news02-box h3{
  font-size: 22px;
   color: rgb(242, 6, 13);
   /*font-weight:normal;*/
   margin-bottom: 18px;
}
.news02-box h3 a{
   color: rgb(242, 6, 13);
   /*font-weight:normal;*/
}
.news02-box .top-box{
  margin-bottom: 15px;
}
.news02-box .swiper-button-next, .news02-box .swiper-button-prev {
    width: 16px;
    height: 28px;
    margin-top: -14px;
}
.news02-box .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    right: 14px;
}
.news02-box .swiper-button-prev{
   background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    left: 14px;
}
.news03-box .sm-tip{
  margin-bottom: 15px;
}
.news03-box .left-cnt img{
  width:606px;
  height:440px;
}
.news03-box .right-cont{
  width:46%;
  margin-left:1%;
  padding-top:5px;
}
.news03-box .live{
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
  background: url(../images/line.png) 22px center no-repeat;
  margin-bottom: 20px;
}
.news03-box{
  margin-bottom: 20px;
}
.live li{
  position: relative;
  margin-bottom: 19px;
}
.live li i {
    position: absolute;
    top: 0;
    left: -44.5px;
    width: 31px;
    height: 31px;
    background:#fff url(../images/open.png) no-repeat;
}
.live li a{
  display: block;
  height:31px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(64, 63, 63);
}
.live li a:hover{
  color:#FA3F4A;
}
.live li .live-time{
  margin-right:20px;
}
.ptgj-box .list-erm {
  border-width: 2px;
  border-color: rgb(239, 9, 34);
  border-style: solid;
  float:left;
  height: 173px;
  box-sizing: border-box;
  width:23%;
  margin:0 1%;
  position: relative;
  text-align: center;
  padding-top:15px;
}
.ptgj-box .list-erm p{
  color:#fff;
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  background: #EF0922;
  height:38px;
  line-height: 38px;
}
.adv-box a{
  float:left;
  width:50%;
  height:166px;
}
.adv-box a img{
  width:100%;
  height:100%;
}
/*首页教师轮播*/
.inx-teacher .teaSlide {
    width: 100%;
    max-width: 2100px;
    height: 715px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.inx-teacher .teaSlide .bd {
    position: relative;
    height: 100%;
}
.inx-teacher .teaSlide ul {
    float: left;
    width: 246% !important;
}
.inx-teacher .teaSlide li.on, .inx-teacher .teaSlide li:hover {
    width: 12.7% !important;
}
.inx-teacher .teaSlide li {
    position: relative;
    float: left;
    width: 9.7% !important;
    height: 715px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
.inx-teacher .teaSlide .pic {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -330px;
}
.pic img {
    display: block;
    width: 660px;
    height: 715px;
}
.inx-teacher .teaSlide .pic a, .inx-teacher .teaSlide .pic img {
    display: block;
    width: 660px;
    height: 715px;
}
.inx-teacher .teaSlide .con { position:absolute; left:50%; top:720px; width:660px; height:345px; padding-top:370px; margin-left:-330px;
  background:url(../images/bg_02.png) repeat-x bottom; text-align:center;
  -webkit-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out; }
.inx-teacher .teaSlide .h4 { color:#fff; font-size:46px; line-height:66px;}
.inx-teacher .teaSlide .h4 a { color:#fff; }
.inx-teacher .teaSlide .h4 a:hover { color:#fff; text-decoration:none; }
.inx-teacher .teaSlide .h5 { color:#d1a94d; font-size:18px; line-height:56px;}
.inx-teacher .teaSlide .h6 { width:320px; height:50px; margin:0 auto; color:#fff; font-size:18px; line-height:50px;}
.inx-teacher .teaSlide .h6 span { display:block; float:left; margin-right:8px; }
.inx-teacher .teaSlide .h6 em { display:block; float:left; margin-right:15px; font-style:normal; }
.inx-teacher .teaSlide .h6 i { display:block; float:left; width:120px; height:20px; margin-top:15px; background: url(../images/icon.png) no-repeat;}
.inx-teacher .teaSlide .h6 i.icon05 { background-position:-50px -220px; }
.inx-teacher .teaSlide .h6 i.icon04 { background-position:-50px -240px; }
.inx-teacher .teaSlide .h6 i.icon03 { background-position:-50px -260px; }
.inx-teacher .teaSlide .h6 i.icon02 { background-position:-50px -280px; }
.inx-teacher .teaSlide .h6 i.icon01 { background-position:-50px -300px; }
.inx-teacher .teaSlide p { width:310px; height:33px; margin:0 auto; filter:alpha(opacity=60); opacity:0.6;
  color:#fff; line-height:33px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.inx-teacher .teaSlide p a  { color:#fff; }
.inx-teacher .teaSlide p a:hover { color:#e92930; }
.inx-teacher .teaSlide li.on,
.inx-teacher .teaSlide li:hover { width:12.7% !important; }
.inx-teacher .teaSlide li.on .con,
.inx-teacher .teaSlide li:hover .con { top:0; }
.inx-teacher .teaSlide .teaprev,
.inx-teacher .teaSlide .teanext {
  position:absolute;
  left:5%;
  top:50%;
  margin-top:-25px;
  display:block;
   width:50px;
    height:50px;
     z-index:1;
     background: url(../images/icon.png) no-repeat;
  background-position:0 0; filter:alpha(opacity=0); opacity:0;
  -webkit-transform:opacity 0.5s;
  transition:opacity 0.5s;
}
.inx-teacher .teaSlide .teanext { left:auto; right:5%; background-position:-50px 0; }
.inx-teacher .teaSlide:hover .teaprev,
.inx-teacher .teaSlide:hover .teanext { filter:alpha(opacity=100); opacity:1; }
.panel02{
  margin-bottom: 53px;
}
.pic-box .img-box{
  border-width: 1px;
  border-color: rgb(191, 191, 191);
  border-style: solid;
  height: 235px;
  /*width: 455px;
  height: 268px;*/
  padding:8px 6px 3px 6px;
  margin-bottom: 12px;
}
.center-pic{
  margin:0 14px;
}
.left-pic{
  margin-left:5px;
}
.left-pic img{
  width:305px;
  height:230px;
}
.center-pic img{
  width:395px;
  height:230px;
}
.right-pic .img-box{
  height:497px;
}
.right-pic img{
  width: 420px;
  height: 493px;
}

.panel03{
  margin-bottom: 45px;
  overflow: hidden;
}
.panel03-cont{
  height:570px;
  background: url(../images/bg2.jpg) top center no-repeat;
}
.panel03-cont .swiper-slide{
  border-radius: 9px;
  background-color: rgb(255, 255, 255);
  width:420px;
  height: 470px;
  text-align: center;
  padding-top:112px;
  box-sizing: border-box;
  font-size: 39px;
  color: rgb(16, 15, 15);
}
.panel03-cont .swiper-slide img{
  margin-bottom: 34px;
}

.panel03-cont .swiper-container{
  padding:38px 0;
}
.panel03-cont .swiper-slide.swiper-slide-active{
  box-shadow: 0px 5px 38px 0px rgba(211, 210, 210, 0.75);
}
#certify{
  width:1180px;
  margin:0 auto;
  padding-top:10px;
}
#certify .swiper-button-next{
  width:67px;
  height:67px;
  right:50%;
  margin-right:-33.5px;
  margin-top:200px;
  background: url(../images/go.png) no-repeat;
}
.list-img-box:hover img{
  transform: scale(1.3);
}
.list_img_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.list_img_mask1{
  background: rgba(207,30,30,.8);
}
.list_img_mask2{
  background: rgba(218,87,0,.8);
}
.list_img_mask3{
  background: rgba(204,0,68,.8);
}
.list_img_mask4{
  background: rgba(98,13,143,.8);
}
.list_img_mask5{
  background: rgba(0,122,147,.8);
}
.list_img_mask6{
  background: rgba(0, 87, 218,.8);
}
.list_img_mask7{
  background: rgba(11, 134, 82,.8);
}
.list_img_mask8{
  background: rgba(143, 18, 111,.8);
}
.panel04-cont .left-img{
  margin-top: 133px;
  width:367px;
}
.panel04-cont .left-img .list-img-box{
  width:177px;
  height:228px;
  position: relative;
  box-shadow: 0px 0px 30px #EBEBEB;
  margin:0 3px 6px;
  float:left;
  overflow: hidden;
}
.panel04-cont .left-img .list-img-box img{
  width:100%;
  height:100%;
  transition: all 1s;
}
.panel04-cont .left-img .list-img-box p{
  position:absolute;
  left:0px;
  top:0px;
  color: #fff;
  line-height: 1.493;
  text-align: left;
  font-size:20px;
  padding: 15px;
}
.panel04 .title{
  margin-bottom: 90px;
}
.big-img{
  cursor: pointer;
  position: relative;
  /*top:-43px;*/
}
.big-img img{
  width:465px;
   box-shadow: 0px 0px 30px #EBEBEB;
   height:735px;
}
.num-tip{
  width:65px;
  margin: 20px auto;
}
.num-tip .jt-span{
  width:15px;
  height:24px;
  display: inline-block;
  background: url(../images/ap.png) no-repeat;
}
.num-tip .jt-span02{
  background: url(../images/an.png) no-repeat;
}
.num-tip .num{
  position: relative;
  display: inline-block;
  top:-5px;
  margin:0 15px;
}
.panel05{
  padding-bottom:110px;
  background: url(../images/bg1.jpg) bottom center no-repeat;
  overflow: hidden;
}
.panel06,
.panel07{
  padding-top:75px;
  padding-bottom: 53px;
  background: #291818;
  overflow: hidden;
}
.panel07{
  padding-top:0;
}
.panel06 .title .left-title,
.panel07 .title .left-title{
  background: url(../images/t9.png) no-repeat;

}

.panel06 .list-infor{
  width: 580px;
  height: 132px;
   margin-bottom: 22px;
  overflow: hidden;
  float:left;
  margin:0 10px 22px;
}

.panel06 .swiper-container{
  width:580px;
  height:132px;
  border-radius:6px;
  overflow:hidden;
}
.panel06 .swiper-container .swiper-wrapper{

}
.panel06 .list-infor .swiper-slide{
  /* background-color: rgb(240, 110, 109); */
  width: 585px;
  position: relative;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(248, 245, 245);
  padding-left:72px;
  padding-right: 95px;
  box-sizing: border-box;
  padding-top:30px;
  margin-left:36px;

}

.panel06 .list-infor .swiper-slide.swiper-slide-active{

   animation: myfirst 4s;
-moz-animation: myfirst 4s;	/* Firefox */
-webkit-animation: myfirst 4s;	/* Safari 和 Chrome */
-o-animation: myfirst 4s;
}
/*.panel06 .list-infor02 .swiper-slide{
  background-color: rgb(240, 110, 109);
}*/
@keyframes myfirst
{
from {bborder-radius:0px;}
to {border-radius:6px;}
}

.panel06 .list-infor p {
  line-height: 1.667;

}
.panel06 .list-infor .name{
  position: absolute;
  right:70px;
  bottom:22px;
}
.list-infor:nth-child(1) .swiper-slide{
  background:#F06E6D
}
.list-infor:nth-child(2) .swiper-slide{
  background:#77BCD9
}
.list-infor:nth-child(3) .swiper-slide{
  background:#FCA963
}
.list-infor:nth-child(4) .swiper-slide{
  background:#787CE6
}
.list-infor:nth-child(5) .swiper-slide{
  background:#75A92D
}
.list-infor:nth-child(6) .swiper-slide{
  background:#BE65C8
}
.panel06 .city{
  border-width: 5px;
  border-color: rgb(250, 205, 137);
  border-style: solid;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
   font-size: 22px;
   color:#fff;
   position: absolute;
   left:-36px;
   top:50%;
   margin-top:-36px;
}

.panel07 .list-box{
 padding:0 20px;
 box-sizing: border-box;
  width: 390px;
  height: 340px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  float:left;
  margin:0 5px 13px;
}
.panel07 .list-box>a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(61, 60, 60);
  line-height: 2.111;
  font-size:18px;
}
.panel07 .list-box>a:hover{
  color:red;
}
.panel07 .list-box h4{
    font-size: 24px;
    color: rgb(51, 51, 51);
    padding-top:34px;
    margin-bottom: 30px;
}
.panel07 .list-box .more{
  position: absolute;
  top:46px;
  right:40px;
  width:22px;
  height:5px;
  background: url(../images/more.png) no-repeat;
  cursor: pointer;
}





/* 通用底部 */
/* 通用底部 */
.footer {

  position: relative;
  padding: 30px 0;
  background: #000;
  text-align: center;
}
.footer p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.footer p a {
  color: #fff;
  font-size: 14px;
}
.footer p span { padding: 0 5px; }

.mob{display:none}
.year_name{

}
@media screen and (max-width:1080px){
  .banner-nav,.fixed_nav_bg{
    display: none;}
  .onlymob { display:block;}
  html{ font-size:20px;}
  body { font: 0.7rem/1.2rem "Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,sans-serif; width: 18.75rem; margin: 0 auto; overflow-x: hidden;
    background-size: 200% 24rem; }
  html,body{  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .Width {  width: 96%;  }
 .mob{display:block}
  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2) ,
  .footer p,
  .pc,
  .onlypc,
  .ht_top .topnav
  ,.right-fix
  ,.banner-news
  ,.title .left-title
  ,.panel07 .list-box:nth-child(4)
  ,.panel07 .list-box:nth-child(5)
  ,.panel07 .list-box:nth-child(6)
  ,.panel06
  ,.panel05 .right-pic
  ,.panel04-cont
  ,.num-tip
  {  display: none;  }
  .mob{
    display: block;
  }


  /* 通用头部 */
  .ht_top { line-height: 2.5rem; height:2.5rem; background-size:auto 100%; }
  .ht_top .zt_top { width:17.5rem; height:2.5rem; }
  .ht_top h1 a { height:2.5rem; width:7.5rem; background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center; background-size:100%; }
  .ht_top .topnav { font-size:0.8rem; text-indent:-1000rem;}
  .ht_top .topnav a { padding:0 0 0 0.3rem; text-indent: 0; float: right; }

  .banner {
    height:15rem;
    background:url(../images/mban.png) top center no-repeat;
    background-size:cover;
    padding-top:2rem;
  }
  .title h3{
    font-size:1rem;
  }
  .banner .year{
    width:auto;
    height:.85rem;
    font-size: .9rem;
    letter-spacing: .15rem;
    margin-bottom:8.5rem;
    text-align: center;
  }
  .banner-nav a{
    width:15%;
    margin:0 .25%;
    font-size:.65rem;
    height:1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
  }
  .title{
    margin-bottom: 1rem;
  }
  .title i{
    width:2.25rem;
    height:.75rem;
    top:-.5rem;
  }
  .title img{
    width:7rem;
  }
  .panel01-title{
    font-size:1.1rem;
    text-align: center;
    margin-bottom: .5rem;
  }
  .panel01-title a:nth-child(1),
  .news01-box a:nth-child(3),
  .news01-box a:nth-child(4){
    display: none;
  }
 .news01-box a{
  font-size:.75rem;
  width:47%;
  margin:0 1% 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
 }
 .panel01 .main-cont{
  padding:0;
 }
 .inx-teacher .teaSlide{
  width:100%;
  height:21rem;
 }
 .inx-teacher .teaSlide li,


 .inx-teacher .teaSlide li.on,
  .inx-teacher .teaSlide li:hover{
  width:12.5%!important;
  height:21rem;
 }
  .inx-teacher .teaSlide .pic a,
 .inx-teacher .teaSlide .pic img{
   width:100%;
   height:100%;
 }
  .inx-teacher .teaSlide ul{
    width: 800%!important;
    /* width:144rem!important; */
  }

 .inx-teacher .teaSlide .con,
 .inx-teacher .teaSlide li.on .con,
  .inx-teacher .teaSlide li:hover .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 12rem;
    padding-top:1rem;
    margin-left: 0;
    top:9rem;
    background: url(http://www.huatu.com/images/2018css/images/bg_02b.png) repeat-x bottom;
    text-align: center;
    box-sizing: border-box;
   font-size:.65rem;
}
.inx-teacher .teaSlide p{
  width:90%;
  line-height: 1.2;
  height:1.2rem;
}
.inx-teacher .teaSlide .h4{
  font-size:1rem;
  line-height: 1.5rem;
}
.inx-teacher .teaSlide .h5{
  font-size:.75rem;
  line-height: 1.5;
}
.inx-teacher .teaSlide .h6{
  width:18rem;
  font-size:.75rem;
  text-align: center;
}
.inx-teacher .teaSlide .h6 em,
.inx-teacher .teaSlide .h6 span,
.inx-teacher .teaSlide .h6 i{
  display: inline-block;
  float:none;
  margin-top:0;
  vertical-align: middle;
}

 .inx-teacher .teaSlide .pic{
  position:relative;
  margin:0;
  left:0;

 }
 .inx-teacher .teaSlide .teaprev, .inx-teacher .teaSlide .teanext{
  width:1.25rem;
  height:2rem;
  display: block;
  opacity: 1;
  top:55%;
  margin-top:-1rem;
 }
 .inx-teacher .teaSlide .teanext {
    right: 5%;
    background: url(../images/righta.png) no-repeat;
    background-size: 100% 100%;
}
 .inx-teacher .teaSlide .teaprev {
    left: 5%;
    background: url(../images/lefta.png) no-repeat;
    background-size: 100% 100%;
}
.panel02,.panel03{
  margin-bottom: 1.5rem;
}

.panel03{
  padding-top:1rem;
}
 .panel05 .left-pic,
 .panel05 .center-pic,
  .m-panel04-cont .left-img .list-img-box {
  width:48%;
  margin:0 1%;
 }
 .m-panel04-cont .left-img .list-img-box {
  float:left;
  position:relative;
  height:7rem;
  margin-bottom: .5rem;
 }
  .m-panel04-cont .left-img .list-img-box img{
    width:100%;
    height: 100%;
    box-shadow: 0px 0px 30px #ddd;
  }
  .m-panel04-cont .left-img .list-img-box  p{
    position:absolute;
    top:2.5rem;
    left:0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:.8rem;
    line-height: 1.6;
  }
  .panel04 .title{
    margin-bottom: 1.5rem;
  }
 .pic-box .img-box{
  padding:.1rem 1%;
  height:5.5rem;
 }
 .pic-box .left-pic img,
 .pic-box .center-pic img{
  width:100%;
  height:100%;
 }
.news02-box .left-cont{
  width:18rem;
  height:12rem;
  margin-bottom: 1rem;
}
.news03-box .left-cont{
  display: none;
}
.news03-box .right-cont,
.news02-box .right-cont{
  width: 100%;
  margin: 0 auto;
}

.news02-box .swiper-container{
  border-radius: 5px;
  margin:0 auto;
}
.news02-box .swiper-slide img{
  width:18rem!important;
  height:12rem!important;
}
.news02-box h3{
  font-size:.75rem;
  margin-bottom: .5rem;
}
.news02-box .links a{
  font-size:.65rem;
  margin-right: .2rem;
  word-break: break-all;
}
.news02-box{
  margin-bottom: .5rem;
}
.news03-box .sm-tip img{
  width:5rem;
}
.news03-box .live {
  width: 94%;
  box-sizing: border-box;
  padding-left: 1rem;
  /*background: url(../images/line.png) .25rem center no-repeat;*/
  background: none;
  border-left:1px solid red;
  margin-bottom:.25rem;
  margin-left:4%;
}
.live li{
  margin-bottom: .5rem;
}
.live li i {
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff url(../images/open.png) no-repeat;
  background-size:100% 100%;
}
.live li a{
  height: 1rem;
  line-height: 1rem;
}
.ptgj-box .list-erm{
  border:none;
  padding-top:0;
  height:5.75rem;
}
.ptgj-box .erm-box{
  margin-left:-1%;
}
.ptgj-box .list-erm p{
  height:1.25rem;
  line-height: 1.25rem;
  font-size:.65rem;
}
.adv-box a{
  height:5rem;
  margin-bottom: .5rem;
  width:99%;
}
.adv-box{
  margin-bottom: 1rem;
}
 .panel05{
  padding-top:1rem;
  padding-bottom: 1rem;
  background:none;
 }
 .panel06, .panel07{
  padding-bottom: 1rem;
 }
 .panel07{
  padding-top:1.5rem;
 }
 .panel07 .list-box {
    padding: 0 5%;
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin: 0 0 .5rem;
    padding-bottom: 1rem;
  }
  .panel07 .list-box h4{
    font-size:.85rem;
    margin-bottom: .75rem;
    padding-top: 1rem;
  }
  .panel07 .list-box>a{
    font-size:.65rem;
  }
  /* 通用底部 */
  .footer { height:2.1rem; padding:0;  overflow:hidden; position:relative; }
  .footer p { display: none;}
  .footer:before { color:#fff; position:absolute; left:0; top:0; display:block; content:"华图教育集团版权所有";
    width: 100%; height:2.1rem; padding:0; overflow:hidden;
    line-height:2.1rem; font-size:0.7rem; text-align: center;
  }

#certifyH5 .swiper-container {
      width: 100%;
      height: 100%;
      padding:2rem 0;
      height:100%;
    }
    #certifyH5 .swiper-slide {
      text-align: center;
      font-size:1rem;
      background: #fff;
      height:7rem;
      padding-top:1rem;
      transform: scale(0.8);
    }
    #certifyH5 .swiper-slide.swiper-slide-active{
      transform: scale(1);
    }

  #certify{

    display:none
  }
  #certifyH5{
    width:110%;
    height:100%;
    margin:0 auto;

   }
   #certifyH5 .swiper-slide img{
    height:3rem;
    margin-bottom:.5rem;
   }
   #certifyH5 .swiper-button-next{
     background:url(../images/go.png) no-repeat;
     width:2rem;
     height:2rem;
     background-size:100% 100%;
     right:52%;
     margin-right:-1rem;
     top:10.5rem;
   }

  .panel03-cont{
    height:12.5rem;
    background-size:100% 100%;
  }
}
