.header{
  width: 90%;
  max-width: 1395px;
	margin:16px auto;
}
.wesearch {
    display: inline-block;
    border: 1px solid #666;
    width: 150px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 20px;
    position: relative;
    margin: 8px 0 0 -26px;
}
.wesearch input {
    width: 80%;
    padding:1px 4px 1px 10px;
    border: none;
    border-radius: 14px;
}
.searchico {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 14px;
    height: 16px;
    display: inline-block;
}
.header a.logo {
  float: left;
}
.header .nav a
.header .logo{
  display: inline-block;
  width: 10.625em;
  height: 3em;
  /* width: 170px;
  height: 48px; */
  overflow: hidden;
}
.header .logo img {
  +width:auto;
}
.m_navwrap,.mnav_wrap {display: none;}
/* nav */
.nav {
  float: left;
  margin:0.375em 0 0.375em .8em;
  width: 72%;
  /* margin:6px 70px; */
  height: 35px;
  line-height: 35px;
  /*overflow: hidden;*/
}
.nav .navmenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  padding-top: 28px;
  width: 110px;
  margin-left: -55px;
}
.header #nav article {
  cursor: pointer;
}
.header .nav .navmenu a {
  display: block;
  padding:3px 10px;
  border-bottom: 1px solid #e6e6e6;
  background: #f8f8f8;
  font-size: 14px;
  z-index: 12;
}
.header .nav .navmenu a:before {
  width: 0;
}
.header #nav article:first-child:before { width: 1px;}
.header .nav .navmenu a:hover,.header .nav .navmenu a.cur {
  background: #94252a;
  color: #fff;
}
.header .nav a,.header .nav article {
  display: inline-block;
  padding:0 .3em;
  /* padding: 0 20px; */
  font-size: 16px;
  color: #333;
  position: relative;
}
.header .nav article {
  display: inline-block;
  position: relative;
  float: left;
  width: 14%;
  text-align: center;
}
.header .nav article:first-child {
  cursor: pointer;
}
.header .nav a::before,.header .nav article::before {
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  height: 14px;
  width: 1px;
  background: #cecece;
}
.header .nav a:hover,.header .nav a.heaercur,.header .nav article:hover,.header .nav article.heaercur {
  color: #94252a;
}
.header .nav a:first-child::before,.header .nav article:first-child::before{
  content: '';
  width: 0;
}
.swiper-wrapper {
  max-height: 6.94rem;
  overflow: hidden;
}
.swiper-wrapper a{
  cursor: default;
}
.contant {
  float: right;
  /* margin:6px 125px 0 0; */
  margin:0.375em 7.8em 0 0;

}
.contant a {
  margin-right: 20px;
}
/* banner */
.banner{
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  max-height: 550px;
  overflow: hidden;
  }
  .wapdis {
    display: none;
  }
 .banner .swiper-container {
        width: 100%;
    }
.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0px 1px 0 #bbb; */
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #94252a;
}
.contant a{
  display: inline-block;
  width:35px;
  height: 35px;
  overflow: hidden;
}

  @media (max-width: 1300px) and (min-width:1055px){
    .header .nav a{
      padding:0 1em;
    }
    .contant {
      margin: 0.2em 0 0 0;
    }
    .contant a{
      /* width: 2em;
      height: 2em; */
      margin-right: .4em;
    }
  }
  @media (max-width: 1100px){
    .header .nav a {
    padding: 0 .8em;
}
  .nav {
    margin: 0.375em 3em;
  }
    .contant {
      margin: 0.2em 0 0 0;
    }
    .contant a{
      /* width: 1.4em;
      height: 1.4em; */
      margin-right: .2em;
    }
  }
@media (max-width: 1150px) and (min-width: 901px){
  .wesearch {
    width: 90px;
  }
}
/*@media (max-width: 900px) and (min-width: 890px){*/
  /*.wesearch {*/
    /*width: 60px;*/
  /*}*/
/*}*/
/* @media (max-width: 767px) { */
  @media (max-width: 990px) {
    .banner {
      margin-top: .96rem;
    }
  .nav, .contant {
    display: none;
  }
    .header{
      width: 100%;
      position: fixed;
      padding: 0 5%;
      top: 0;
      z-index: 10;
      background: #fff;
    }
  .header a.logo {
    width: 1.7rem;
    height: .48rem;
  }
  .wesearch {
    display: none;
  }
  /* mobile nav */
  .m_navico {
    display: inline-block;
    float: right;
    width: .4rem;
    height: .27rem;
    margin-top: .08rem;
    /* overflow: hidden; */
    background:url('../images/nav_01.jpg') center center no-repeat;
    background-size:100%;
  }
  /* mobile search */
  .m_search {
    padding:.1rem .6rem .1rem .7rem;
    position: relative;
  }
  .m_search::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background: #dcdbdb;
  }
  .m_search input {
    width: 5.5rem;
    height: .64rem;
    border:none;
    border-left: 1px solid #dcdbdb;
    padding:10px;
  }
  .m_search span{
    background: url('../images/icon_04.png') no-repeat;
    background-size:100% auto;
  }
  .m_search span {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: 0 0;
    /* margin-left:10px;
    vertical-align: middle; */
    position: absolute;
    right:.6rem;
    top:50%;
    margin-top:-8.5px;
  }
  .menu_name span,.menu_namedot span {
    display: inline-block;
    background-position:0 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    right:.6rem;
    top: 18px;
  }
  .menu_name span {
    background: url('../images/icon_03.png') no-repeat;
    background-size:100% auto;
  }
  .menu_on .menu_name span {
    background: url('../images/icon_05.png') no-repeat;
    background-size:100% auto;
  }
  .header {
    margin: 0 auto;
    height: .96rem;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: .22rem;
      }
  .mnav_wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom:0;
    top:.96rem;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 6;
  }
  .mnav_wrap article{
    box-sizing: border-box;
    padding:.34rem .68rem;
    display: block;
    font-size: .26rem;
    /* height: 1rem;
    line-height: 1rem; */
    position: relative;
  }
  .mnav_wrap article::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #dcdbdb;
    width: 100%;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
  }
  .mnav_wrap article.navcur{
    color:#94252a;
  }
  .submenu {
    display: none;
    padding:.44rem 0 0;
  }
  .submenu a{
    box-sizing: border-box;
    padding-left: .3rem;
    display: block;
    width: 100%;
    height: .6rem;
    overflow: hidden;
  }
  .pcdis {display: block;}
  .wapdis {
    display: none;
  }
}
 @media (max-width: 767px) {
   .pcdis {display: none;}
   .wapdis {
     display: block;
   }
 }
@media (min-width: 991px){
  .mnav_wrap {
    display: none;
  }
}
