/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  

*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Arial";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1400px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    transition: all .3s;
    padding: 0 6%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header.fixed{
 background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body.index{padding-top: 0;}
body.index .header{
    background-color: rgba(255, 255, 255, 0.3);
}
body.index .header.fixed{
    background-color: #fff;
}
/*.logo{*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    line-height:104px;*/
/*}*/
/*.logo img{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/
.logo{float:left;margin:9px 0 8px;display:block;}
.logo img{display:block;width:auto;height:auto;height: 88px;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}




.nav {
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#384248;
    display: block;
    margin:0 25px;
    line-height:104px;
}
.nav li:hover .v1{
  color: #AA7B5F;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #AA7B5F;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#AA7B5F;
}
 .menuBtn{display: none;}
 .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #AA7B5F;
      display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
 
 
.g-ico>div{
    position: relative;
    float: left;
    line-height: 104px;
    cursor: pointer;
}
.g-ico i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
   height: 104px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center;
}
.g-ico .i1{
    background-image: url(../images/ico2.png);
}
.g-ico .i2{
    background-image: url(../images/ico20.png);
}
.g-ico .phone{
    position: absolute;
   display: none;
    top: 110%;
    right: 0;
    background: #AA7B5F;
    height: 35px;
    line-height: 35px;
    width: 200px;
    color:#fff;
    padding: 0 20px;
}
.g-ico .s1:hover .phone{
    display: block;
}
.g-ico .qr{
    display: none;
    position: absolute;
    top: 100%;
    left: -25px;
    width: 100px;
    height: 100px;
    background: url(../images/qr.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.g-ico .s2:hover .qr{
    display: block;
}

.menuBtn{
    display: none;
    position: fixed;
    top: 0px;
    right: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/xiala.png) no-repeat;
}
.menuBtn b{display: none;height: 4px;background-color: #AA7B5F;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
/*.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}*/
.menu{height: 105px;}
.banner{
    margin-top:-105px;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 44.35vw;
}
.banner .swiper-slide video{
    display: block;
    width: 100%;
    height: 44.35vw;
    object-fit: cover;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 1.46vw;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 17px;
height: 17px;background-color: transparent;display: inline-block;
border:2px solid #fff; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;}

.row1{
    overflow: hidden;
    padding: 3.28vw 0 5.73vw;
    position: relative;
    background: url(../images/bg1.jpg) no-repeat bottom;
}
.row1::before{
    content:"";
    display: block;
    position: absolute;
    right: 16%;
    bottom: 8vw;
    z-index: 2;
    width: 16.88vw;
    height: 26.77vw;
    background: url(../images/ico9.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row1::after{
    content:"";
    display: block;
    position: absolute;
   top: 8.33vw;
    bottom: 5vw;
    width: 100%;
    z-index:2; 
    background: url(../images/ico21.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.row1 .wp{
    position: relative;
    overflow: hidden;
}
.row1 .title{
    font-size: 2.6vw;
    text-align: center;
    color:#5A4031;
    font-family: 'SimSun';
    font-weight: bold;
    margin-bottom: 12px;
}
.row1 .desc{
    font-size: 16px;
    color:#534A45;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 18px;
}
.row1 .video{
    width: 28.54vw;
    height: 28.54vw;
    background: url(../images/ico10.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin:0 auto;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.row1 .video img{display: none;}
.row1 .video a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
 .videomenu{
    display: none;
}
 .videomenu video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.snavbox{
    overflow: hidden;
    width: 754px;
    height: 370px;
    margin-top: -304px;
    position: relative;
}
.snavbox .item{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    background: #bda077;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    z-index: 3;
}
.snavbox .item:hover{
    background: #825a47;
}
.snavbox .item .ico{
    height: 42px;
    margin-top: 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
.snavbox .t6{
    position: absolute;
    bottom: 0;
    right: 0;
} 
.snavbox .t5{
    position: absolute;
    top: 235px;
    left: 500px;
} 
.snavbox .t4{
position: absolute;
  top: 200px;
  left: 366px;
} 
.snavbox .t3{
    position: absolute;
   top: 150px;
   left: 240px;
} 
.snavbox .t2{
    position: absolute;
    top: 88px;
    left: 110px;
} 
.snavbox .t1{
    position: absolute;
    left: 0;
    top: 0;
} 
.row2{
    overflow: hidden;
    padding: 37px 0 4.79vw;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row2 .box{
    margin:0 13.54vw 0 0;
     position: relative;
}
.ul-tab{
    position: absolute;
    top: 6.09vw;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
.ul-tab li{
    float: left;
    margin-left: 17px;
    cursor: pointer;
}
.ul-tab li.on .con{
    background: #fff;
    color:#8e7b6c;
}
.ul-tab li .con{
    width: 140px;
    height: 39px;
    border:1px solid #8e7b6c;
    text-align: center;
    font-size: 16px;
    color:#fff;
    line-height: 37px;
}
.ul-tab li .con i{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 2px;
    background: #727271;
    margin-right: 10px;
}
.gtab{
    overflow: hidden;
    position: relative;
}
.gtab .num{
    position: absolute;
    top: 7.19vw;
    left: 13.7vw;
    width: 135px;
    height: 112px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gtab .pic{
    float: left;
    width: 47.19vw;
}
.gtab .pic img{
    max-width: 100%;
    height: auto;
}
.gtab .txt{
    overflow: hidden;
    padding-top: 11.04vw;
    color:#fff;
    width: 617px;
    float: right;
}
.gtab .txt .name{
    font-size: 3.23vw;
    font-family: 'SimSun';
    font-weight: bold;
    margin-bottom: 30px;
}
.gtab .txt .tit{
     font-size: 30px;
    margin-bottom: 5px;
}
.gtab .txt  .desc{
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 25px;
}
.gtab .txt .ico{
    width: 207px;
    height: 121px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.gtab .txt .ico.i1{
    background-image: url(../images/g7.png);
}
.gtab .txt .ico.i2{
    background-image: url(../images/g8.png);
}
.gtab .txt .ico.i3{
    background-image: url(../images/g9.png);
}
.gtab .txt .ico.i4{
    background-image: url(../images/g10.png);
}
.row3{
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat;
    position: relative;
}
.row3::after{
    content:'';
    display: block;
    position: absolute;
    left: 340px;
    top: 0;
    height: 100%;
    width: 1px;
    background: url(../images/ico22.png) repeat-y;
}
.ul-dots{
    overflow: hidden;
    float: left;
    width: 350px;
    text-align: right;
    margin-right: 60px;
    padding-top: 11.51vw;
}
.ul-dots li{
    cursor: pointer;
    margin-bottom: 3.39vw;
    padding-right: 75px;
    position: relative;
}
.ul-dots li::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid #888888;
    background-color: #fff;
    z-index: 1;
}
.ul-dots li.on::after{
    background: #725A47;
    border-color: #725A47;
}
.ul-dots .cn{
    font-size: 30px;
    font-weight: bold;
    font-family:'SimSun';
    color:#5A4031;
    line-height: 1.1;
}
.ul-dots .en{
    color:#5A4031;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 15px;
}
.slider1 .tit{
    font-size: 3.28vw;
    color:#5A4031;
    font-family:'SimSun';
    margin-bottom: 2.29vw;
}
.slider1 .tit a{
    display: none;
}
.slider1 .desc{
    font-size: 18px;
    color:#5A4031;
    line-height: 2;
    max-width: 513px;
    margin-bottom: 54px;
}
.slider1 .desc p:first-child{
    margin-bottom: 1.77vw;
}
.slider1 .more a{
    display: block;
    padding-left: 90px;
    line-height: 67px;
    background: url(../images/ico23.png) no-repeat left center;
    font-size: 14px;
    color:#725A47;
}
.slider1 .swiper-slide{
    position: relative;
     padding: 10.05vw 0 0;
}
.slider1 .pic{
    position: absolute;
    width: 56.09vw;
    top: 8.85vw;
    right: 0;
}
.slider1 .pic img{
    max-width: 100%;
    height: auto;
}
.slider1.swiper-container{
    overflow: hidden;
    height: 47.4vw;
}
.row4{
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 7.45vw;
}
.row4 .wp{
    width: 1480px;
}
.row4 .txt{
    color:#fff;
    float: left;
    overflow: hidden;
    padding-top: 11px;
    width: calc(100% - 718px);
}
.row4 .txt .tit{
    font-size: 3.23vw;
    font-family:'SimSun';
    font-weight: bold;
    margin-bottom: 33px;
}
.row4 .txt  .name{

    margin-bottom: 4px;
    font-size: 30px;
}
.row4 .txt .desc{

    font-size: 18px;
    margin-bottom: 58px;
}
.row4 .txt  .info{
    overflow: hidden;
}
.row4 .txt .info p{
    width: 158px;
    float: left;
    padding-left: 16px;
    font-size: 16px;
    margin-bottom: 10px;
    background: url(../images/ico16.png) no-repeat left center;
}
.m-form{
    overflow: hidden;
    background: #fff;
    width: 718px;
    padding: 63px 81px 48px;
    float: right;
}
.m-form .box{
    border:25px solid rgba(114, 90, 71, 1);
    padding:48px 42px 21px;
}
.m-form .tit{
    text-align: center;
    font-size: 26px;
    color:#333333;
    margin-bottom: 18px;
}
.m-form input{
    height: 50px;
    width: 100%;
    display: block;
    margin-bottom: 9px;
    border:1px solid #e7e7e7;
    padding: 0 20px 0 60px;
}
.m-form input:nth-child(2){
    background: url(../images/ico1.jpg) no-repeat left 18px center;
}
.m-form input:nth-child(3){
    background: url(../images/ico2.jpg) no-repeat left 18px center;
}
.m-form input:nth-child(4){
    margin-bottom: 26px;
    background: url(../images/ico3.jpg) no-repeat left 18px center;
}
.m-form .btn{
    width: 182px;
    line-height: 46px;
    background: url(../images/bg5.jpg) no-repeat;
    padding-left: 75px;
    font-size: 16px;
    color:#FFFFFF;
    margin:0 auto;
}
.m-form .tel{
    font-size: 16px;
    text-align: center;
    color:#333333;
    padding-top: 32px;
}
.row5{
    overflow: hidden;
    background: #f1f1f1;
    padding: 64px 0;
}
.row5 .title{
    text-align: center;
    font-size: 2.6vw;
    color:#5A4031;
    font-family:'SimSun';
    font-weight: bold;
    margin-bottom: 2.14vw;
}
.slidernew .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    height: 0;
    margin-bottom: 2.08vw;
}
.slidernew .tit{
    font-size: 18px;
    color:#333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 19px;
}
.slidernew .desc{
    font-size: 14px;
    color:#707070;
    line-height: 1.43;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
    margin-bottom: 18px;
}
.slidernew .time{
    font-size: 14px;
    color:#999999;
}
.row5 .slidernew{
    margin-bottom: 48px;
}
.row5 .more a{
    display: block;
    text-align: center;
    font-size: 14px;
    color:#777777;
}
.row5 .more a i{
    display: block;
    margin:4px auto 0;
    width: 10px;
    height: 7px;
    background: url(../images/ico18.png) no-repeat;
}
.footer{
    overflow: hidden;
    padding: 4.17vw 0 38px;
    background: url(../images/bg7.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    margin-bottom: 49px;
}
.footer .qr{
    float: right;
    width: 300px;
    text-align: right;
}
.footer .qr .tel{
    font-size: 14px;
    color:#676767;
}
.footer .qr .tel i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/ico19.png) no-repeat;
    margin-left: 9px;
}
.footer .qr .phone{
    font-family: Arial; 
    font-size: 33px;
    color:#725A47;
}
.footer .qr p{
    font-size: 14px;
    color:#777777;
    line-height: 2.14;
}
.footer .qr .p2{
    margin-bottom: 30px;
}
.footer .qr .img{
    width: 134px;
    line-height: 128px;
    float: right;
    text-align: center;
    background: url(../images/qrbg.png) no-repeat;
}
.footer .qr .img img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.footer .qr .tit{
     width: 134px;
     float: right;
     clear:right;
     text-align: center;
}
.snav{
    overflow: hidden;
    float: left;
    width: calc(100% - 300px);
}
.snav dl{
    float: left;
    display: block;
    margin-right: 6.6vw;
}
.snav dl:last-child{
    margin-right: 0;
}
.snav dt{
    font-size: 16px;
    font-weight: bold;
    color:#000000;
    margin-bottom: 26px;
}
.snav dl dd a{
    display: block;
    font-size: 14px;
    color:#777777;
    line-height: 2.14;
}
.copy{
    font-size: 14px;
    color:#676767;
}
.links{
    overflow: hidden;
    background: #5d5043;
    padding: 20px 0;
}
.links span,.links a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    color:#AB9E94;
}
/***footer**/
#floatBottom{width:100%;height:53px;background:#715a48;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:25%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

.bannerphone .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 47.03vw;
}
.bannerphone .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 1.46vw;
  }
.bannerphone.swiper-container .swiper-pagination-bullet{width: 10px;
height: 10px;background-color: transparent;display: inline-block;
border:2px solid #fff; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.bannerphone.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;}

.m-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}
.m-pop .inner{
    position: absolute;
    width:600px;
    height: 400px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.m-pop .inner .close{
    position: absolute;
    top: -48px;
    right: -48px;
    width: 48px;
    height: 48px;
    background: url(../images/close.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.m-pop .inner video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/***header footer g-title**/
@media only screen and (max-width: 1850px) {
.row1 .desc{font-size: 14px;}
.slider1 .pic{width: 50vw;}
   
}
@media only screen and (max-width: 1700px) {
     .gtab .pic{width: 42vw;}
}
@media only screen and (max-width: 1560px) {
.g-ico>div{line-height: 80px;}
.g-ico i{height: 80px;}
 .logo{margin:15px auto;}
 .logo img{height: 50px;}
 .nav li .v1{line-height: 80px;font-size: 15px;}
.row1::before{right: 10vw;}
.row2 .box{margin-right: 50px;}
.ul-dots{width: 300px;margin-right: 40px;}
.row3::after{left: 290px;}
.slider1.swiper-container{height: 40vw;}
.slider1 .swiper-slide{padding-top: 7vw;}
.ul-dots{padding-top: 7vw;}
.slider1 .pic{width: 42vw;}
.row4 .wp{width: 1300px;}
.m-form{width: 600px;padding: 50px;}
.m-form .tit{font-size: 22px;}
.row4 .txt{width: calc(100% - 655px);}
.row5 .title{font-size: 28px;}
    body{padding-top: 80px;}
    .menu{height: 80px;}
    .banner{margin-top: -80px;}

}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .gtab .txt .tit{font-size: 26px;}
  .row5{padding: 40px 0;}
   .gtab .pic{width: 46vw;}
}

@media only screen and (max-width: 1430px) {
.wp{width: 1200px;}
 .row1::after{display: none;}
 .snavbox{margin-top: -20px;width: auto;height: auto;}
 .snavbox .t1,.snavbox .t2,.snavbox .t3,.snavbox .t4,.snavbox .t5,.snavbox .t6{position: static;float: left;margin-right: 15px;}
 .row1{padding: 40px 0;}
 .gtab .txt .tit{font-size: 24px;}
 .gtab .txt .name{margin-bottom: 10px;}
 .slider1 .pic{right: -5vw;}
 .row4 .wp{width: 1200px;}
}
@media only screen and (max-width: 1300px) {
    .gtab .pic{width: 50%;}
    .gtab .txt{width: 50%;}
    .gtab .txt .desc{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
    .menu{height: 60px;}
  .row4 .wp{width: auto;padding-right: 0;padding-left: 0;}
  .row4 .txt{padding-left: 30px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  .header .nav{display: none;}
  .row1 .title{font-size: 26px;}
  .row1 .desc{line-height: 1.8;}
  .row1::before{bottom: 14vw;right: 6vw;}
  .ul-tab{position: static;margin-bottom: 30px;}
  .gtab .txt{padding-top: 30px;padding-left: 40px;}
  .row2{padding: 40px 0 20px;}
  .gtab .num{display: none;}
  .gtab .txt .tit{font-size: 16px;}
  .gtab .txt .ico{width: 10.78vw;height: 6.3vw;-webkit-background-size: cover;
  background-size: cover;}
  .row3{background-position: top;padding:30px;}
  .row3::after{display: none;}
  .ul-dots{width: auto;float: none;padding: 0;margin:0;text-align: left;}
  .ul-dots li{float: left;margin-bottom: 0;padding-left: 30px;padding-right: 0;margin-right: 15px;}
  .ul-dots li::after{left: 0;}
  .slider1.swiper-container{height: 300px;}
  .slider1 .swiper-slide{padding-top: 20px;}
  .slider1 .pic{top: 30px;bottom: auto;}
  .slider1 .tit{font-size: 28px;margin-bottom: 12px;}
  .slider1 .desc{margin-bottom: 20px;}
  .row4 .txt .name{font-size: 26px;}
  .row5{padding: 30px 0;}
  .row5 .slidernew{margin-bottom: 20px;}
  .snav dl{margin-right: 5vw;}
  .footer .top{margin-bottom: 20px;}
}
@media only screen and (max-width: 1023px) {
    .row1 .title{font-size: 28px;}
    .row1::before{display: none;}
    .row1 .desc{text-align: left;}
    .snavbox .item{width: 103px;height: 103px;}
    .gtab .txt .name{font-size: 24px;}
    .gtab .txt .desc{margin-bottom: 10px;}
    .ul-dots .cn{font-size: 24px;}
    .ul-dots .en{display: none;}
    .ul-dots li::after{top: 3px;}
    .slider1 .desc{font-weight: normal;font-size: 14px;}
    .slider1.swiper-container{height: 240px;}
    .row4 .txt{width: auto;float: none;padding: 30px 15px;}
    .row4 .txt .tit{margin-bottom: 10px;}
    .row4{padding: 0;}
    .m-form{width: auto;float: none;}
    .row4 .txt .desc{margin-bottom: 20px;}
    .m-form{padding: 30px;}
    .m-form .box{padding:30px 15px 15px;}
    .row4 .txt .tit{font-size: 28px;}
    .row4 .txt .desc{font-size: 16px;}
    .snav{display: none;}
    .footer .qr{float: none;width: auto;text-align: left;}
    .footer .qr .img{float: left;}
    .footer .qr .tit{float: left;}

} 
@media only screen and (max-width: 960px) {
  
    .gtab .txt{width: auto;float: none;padding: 0 15px;}
    .gtab .txt .ico{width: 85px;height: 50px;} 
    .slider1 .more a{background: none;padding-left: 0;line-height: 2;}
}
@media only screen and (max-width: 767px) {
    .wp{padding: 0 15px;}
    .row1 .title{font-size: 24px;}
    .row1 .video{width: 100%;height: 0;background: none;margin-bottom: 16px;position: relative;display: none;}
   .videomenu{display: block;height: 200px;margin-bottom: 20px;}
    .row1 .video img{display: block;max-width: 100%;height: auto;position: relative;margin:0 auto;}
      .row1 .video span {
       
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        background: url(../images/video.png) no-repeat center center;
    }
    .row1 .desc{margin-bottom: 0;}
    .row1{padding: 30px 0 20px;}
    .row2 .box{margin:0;padding: 0 15px;}
    .ul-tab li{width: 25%;margin:0;}
    .ul-tab {margin:0 -5px 20px;}
    .ul-tab li .con{font-size: 14px;}
    .ul-tab li .con{width: auto;margin:0 5px;}
    .gtab .txt{padding: 0;}
    .ul-tab li .con i{display: none;}
    .ul-dots li{width: 50%;margin:0 auto 10px;}
    .row3{padding: 30px 15px 10px;}
    .ul-dots .cn{font-size: 20px;}
    .slider1 .tit{margin-bottom: 4px;}
    .slider1 .swiper-slide{padding-top: 0px;}
    .slidernew .pic{margin-bottom: 16px;}
    .slidernew .tit{margin-bottom: 12px;}
    .row4 .txt .name{font-size: 24px;}
    .m-form{padding: 0;}
    .m-form .box{border:0;}
    .m-form .box{}
    .m-form .tit{font-size: 18px;}
    .m-form .tel{font-size: 14px;padding: 0 15px 15px;}
    .footer{padding: 30px 0;}
     .gtab .pic{float: none;width: 100%;}
     .slider1.swiper-container{height: 500px;}
     .slider1 .pic{float: none;width: 100%;position: static; height: 300px;overflow: hidden;}
      .slider1 .pic img{display: block;
   object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
    .slider1 .swiper-slide{padding-top: 0px;overflow: hidden;}
    .snavbox{margin-top: 0;}
}
@media only screen and (max-width: 520px) {
.slider1 .pic{height: 240px;}
.slider1.swiper-container{height: 440px;}
.snavbox .item{width: 32.2%;margin-right: 1%;margin-bottom: 10px;padding: 0;height: 42px;line-height: 42px;border-radius: 0;    background:#715a48 ;}
.row1 .desc{margin-bottom: 10px;}

.snavbox .item .ico{display: none;}
.snavbox .item .tit{position: static;color:#fff;}
.snavbox .item:nth-child(3),.snavbox .item:nth-child(6){margin-right: 0;}
.row4 .txt .info p{background:#715a48;text-align: center;height: 34px;line-height: 34px;color:#fff;width: 32%;margin-right: 1.3%;font-size: 12px;padding: 0;}
.row4 .txt .info p:last-child{margin-left: 33.33%;}
.gtab .txt .ico{width: 100%;height: 100px;-webkit-background-size: contain;
background-size: contain;}
.gtab .txt .ico,.gtab .txt .name{display: none;}
.footer .qr{text-align: center;}
.footer .qr .img{float: none;margin:0 auto 10px;}
.footer .qr .p2{margin-bottom: 10px;}
.footer .qr .tit{float: none;text-align: center;clear:left;width: auto;}
.slider1 .tit a{text-align: center;width: 100px;height: 30px;line-height: 30px;color:#fff;background: #715a48;font-size: 12px;display: inline-block;margin-left: 15px;position: relative;top: -6px;}
.slider1 .more{display: none;}
}
  


.bannerphone{
    display: none;
}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
/*.bannerphone{display: block;margin-top: -60px;}*/

.header{padding:0 15px;}
body.index{padding-top:0px;}
.logo{margin:12px 0 11px;}
.logo img{height: 38px;}
  body{padding: 0 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    
    #floatBottom{display: block;}
}


