@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}

.w1520 {
  width: 96%;
  margin: 0 auto;
}

input, textarea, select {
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

a {
  color: #777;
  transition: color 0.3s ease 0s;
    text-decoration: none
}

a:hover {
  color: #333;
}

li {

    list-style: none
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fr{
    float: right
}
.fl{
    float: left
}


header {
  position: fixed;
  z-index: 10;
  transition: transform 0.5s ease 0s;
  height: 100px;
    z-index: 999999;
    
}
header .header-main {
  width: 100%;
  padding-top: 24px;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
    box-shadow: 0px 0px 9px -1px #ccc;
}
header .logo img {
  transition: all 0.3s ease 0s;
}

header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
    margin-right: 10px;
}
header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
header .m-btn .line1 {
  width: 12px;
  top: 0;
}
header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
    z-index: 9999999999;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 60%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #333;
    overflow: hidden;
    z-index: 99999
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
    
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7.8%;
  cursor: pointer;
    background: url(../img/ico_37.png) no-repeat center;
    margin-top: 20px;
}
.m-sub-menu .list-wrap ul {

    margin: 0;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
    float: left
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
  width: 100%;
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
  font-size: 16px;
  color: #666;
}
.m-sub-menu .list-wrap .tit a{
    color: #333
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../img/ico_38.png") no-repeat center;
  margin-top: 26px;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
    height:300px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
}
.m-sub-menu .bot-link .link1 {
  background: url("../img/ico_39.png") no-repeat center;
  background-size: auto 25px;
}
.m-sub-menu .bot-link .link2 {
  background: url("../img/ico_40.png") no-repeat center;
  background-size: auto 25px;
}
.m-sub-menu .bot-link .link3 {
  background: url("../img/ico_41.png") no-repeat center;
  background-size: auto 25px;
}
.img_wx img{
    width: 80px;
    height: 80px;
        position: relative;
    left: 36px;
}
.img_tel{
    width: 150px;
     position: relative;
        right: -87px;
}
.img_tel p{
    font-size: 14px;
    color: #666;margin-top: 10px;
}
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
  width: 100%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url("../img/ico_42.png") no-repeat left center;
    margin: 0
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
    min-height: 560px;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
    margin: 0
}
.m-sub-menu .sec-sub-list li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}

.wap-banner{
    height: 100%;
    width: 100%;
    position: absolute
}
.foot-index{
    position:absolute;
    z-index: 999;
   bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #eee
}
.wap-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:60px;
}

