.inner{
  width: 1200px;
  margin: 0 auto;
}
.kaiping{
  background: url(../images/kp.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
}
.dibu{
  position: absolute;
  bottom: 3%;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
}
.h-lg {
  width: 25%;
  margin: 10px auto;
}
.h-nav {
  width: 70%;
  margin-left: 5%;
  float: right;
}
.h-list{
  margin-bottom: 0;
}
.h-list>ul>li{
  float: left;
  width: 12.5%;
  /*padding:20px 0;*/
  position: relative;
}
.h-list>ul>li>a{
  height:fit-content;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 11px 0;
  margin: 15px 0;
}
.h-list>ul>li:first-child>a{
  border-left:0;
}
.h-list>ul>li>a span{
  font-size: 12px;
}
.h-list>ul>li.active>a span,.h-list>ul>li:hover>a span{
  color: #fff;
}

.h-list>ul>li.active>a,.h-list>ul>li:hover>a{
  /*color: #f3642d;*/
  /*border-bottom:1px solid #ef353d;*/
}
.h-list>ul>li span{
  display: block;
  width: 0%;
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  height:3px;
  background: transparent;
  background-size: 100% 100%;
}
.h-list>ul>li.active span,.h-list>ul>li:hover span{
  /*border-bottom:1px solid #ef353d;*/
  width: 100%;
  background: url("../images/tiao.png") no-repeat;
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  background-size: 100% 100%;
  display: block;
}
.tou-ph{
  display: none;
}
.xl-s{
  position: absolute;
  left: 0;
  right: 0;
  top: 77px;
  background:#fff;
  z-index: 99;
  display: none;
}
.xl-list{
  padding:10px;
}
.xl-list li{
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom:1px solid #6f787e ;
}
.xl-list li:last-child{
  border-bottom: 0;
}
.xl-list li a{
  font-size: 14px;
  color: #333;
}
.xl-list li a:hover{
  color:#2a938c;
}
/*.kaipsj{*/
  /*display: none;*/
  /*background: url(../images/kaipsj.jpg) no-repeat;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*background-size: 100% 100%;*/
  /*background-position: top center;*/
/*}*/
.kaipingsj{display: none;}

@media screen and (max-width: 1199px){
  .inner{
    width: 1024px;
    margin:0 auto;
  }
  .xl-list li{padding:10px 5px;}
}

@media screen and (max-width: 1023px){
  .kaiping{display: none;}
  .kaipingsj{
    display: block;
    background:url(../images/kaipsj.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .inner {
    width: 100%;
  }
  .tou-ph{display: block;}
}