/*-----------------[åˆå§‹åŒ–]--------------*/
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: "Arial";
    -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%;
}
.img-covers{
    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%;
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1500px;}

/*******************************
    -------[=å¤´éƒ¨]-------
********************************/

.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 9.22vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.header.fixed{
  background-color: #2b2b2b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.logo{
    float: left;
     overflow: hidden;
    text-indent: -1000em;
    height: 112px;
    width: 214px;
    background: url(../images/logo.png) no-repeat center;
    line-height:112px;
}

.clearfloat::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 15px;
    color:#fff;
    display: block;
    line-height:110px;
    margin: 0 1vw;
    text-transform: capitalize;

}
.nav li .v1:hover{
  opacity: .5;
}
.nav li .v1 em{
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  margin-left: 20px;
  background: url(../images/ico1.png) no-repeat;
}


.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: #2b2b2b;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#b89663;
}
.nav .tel .ico{
  height: 110px;
  width: 38px;
  cursor: pointer;
  background: url(../images/ico3.png) no-repeat center;
}
.nav .tel .phone{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px; 
  text-align: center;
  line-height: 28px;
  color:#fff;
  background-color: #A37E6B;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.nav  li:hover .tel .phone{
  display: block;
}
.nav .seach{
  position: relative;
  padding-left: 10px;
  margin-right: 14px;
}

.nav .seach .so{
  display: block;
  height: 110px;
  width: 38px;
  cursor: pointer;
  background: url(../images/ico2.png) no-repeat center;
}
.nav .seach .form{
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 300px;
  background-color: #fff;
  border-top: 1px solid  #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav .seach .form input{
  float: left;
  display: block;
  height: 45px;
  padding:  0 10px;
  width: calc(100% - 45px);
}
.nav .seach .form .btn{
  width: 45px;
  height: 45px;
  float: right;
  cursor: pointer;
  background: url(../images/so1.png) no-repeat center;
  -webkit-background-size:auto;
  background-size:auto;
}


  
.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;
    color:#fff;
}
.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;
}
.banner a{
  position: relative;
  height: 47.45vw;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.banner .swiper-button-next{
  width: 53px;
  height: 90px;
  background: url(../images/next1.png) no-repeat center;
  right:48px;
  margin-top: -45px;
}
.banner .swiper-button-prev{
  width: 53px;
  height: 90px;
  background: url(../images/prev1.png) no-repeat center;
  left: 48px;
  margin-top: -45px;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:30px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 13px;
height: 13px;background:#fff; font-size:0;cursor:pointer;border: 1px solid #fff;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;width: 50px;border-radius: 20px;}

.g-tit{
  text-align: center;
  margin-bottom: 1.98vw;
  overflow: hidden;
  position: relative;
}
.g-tit a.more{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 192px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  color:#7B7B7B;
  background: #fff url(../images/pic9.jpg) no-repeat left 34px center;
  border:1px solid #dbdbdb;
}
.g-tit .tit{
  font-size: 2.5vw;
  line-height: 1.4;
  color:#000;
  font-weight: bold;
  margin-bottom: 8px;
}
.g-tit .tit i{
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-left: 25px;
  background: url(../images/ico4.png) no-repeat;
}
.g-tit .desc{
  font-size: 17px;
  color:#666666;
}
.row1{
  padding: 35px 0 50px;
  overflow: hidden;
}
.ul-list1{
  overflow: hidden;
  padding-bottom: 3.02vw;
}
.ul-list1 li{
  width: 50%;
  float: left;
  text-align: center;
  background: #f7f7f7;
  line-height: 55px;
  font-size: 22px;
  font-weight: bold;
  color:#333333;
  cursor: pointer;
  position: relative;
  border:1px solid #ececec;
}
.ul-list1 li.on:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -3.5px;
  width: 14px;
  height: 7px;
  background: url(../images/ico25.png) no-repeat;
}
.ul-list1 li .i1{
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 33px;
  margin-right: 14px;
  background: url(../images/ico5-1.png) no-repeat;
}
.ul-list1 li .i2{
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 34px;
  margin-right: 14px;
  background: url(../images/ico6.png) no-repeat;
}
.ul-list1 li.on{
  background: #b89663;
  color:#fff;
  border-bottom-color:#b89663 ;
}
.ul-list1 li.on .i1{
  background-image: url(../images/ico5.png);
}
.ul-list1 li.on .i2{
  background-image: url(../images/ico6-1.png);
}


.gtab{
  overflow: hidden;
}
.gtab .pic{
  float: left;
  width: 50%;
  overflow: hidden;
  margin-right: 4px;
}
.gtab .pic img{
  display: block;
  max-width: 100%;
  height: auto;
}
.gtab .txt{
  overflow: hidden;
}
.gtab .txt .box{
   background: #f0f0f0 url(../images/ico7.png) no-repeat  right 5% top 16%;
  height: 24.4vw;
  padding: 3.02vw 6.35vw 0;
  overflow: hidden;
  margin-bottom: 2.92vw;
}
.gtab .txt .tit{
  font-weight: bold;
  font-size: 1.77vw;
  color:#333333;
  margin-bottom: 0.83vw;
}
.gtab .txt .desc{
  overflow: hidden;
  float: left;
}
.gtab .txt .desc p{
 float: right;
  width: 3.13vw;
  font-size: 0.99vw;
  color:#333333;
  height: 15.63vw;
  padding: 0 0.83vw;
  border-left: 1px dashed #999 ;
  writing-mode:vertical-lr;
}
.gtab .txt .link{
  overflow: hidden;
  padding-left: 122px;
}
.gtab .txt .link a{
  display: block;
  float: left;
  width: 211px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  background: #b89663;
  font-size: 18px;
  color:#fff;
  margin-right: 34px;
  border-radius: 30px;
}
.gtab .txt .link a:last-child{
  border: 1px solid #999999;
  color:#2A2929;
  background-color: #fff;
  margin-right: 0;
}
.m-nnzy{
  position: relative;
  overflow: hidden;
}
.m-nnzy::after {
  content: '';
  display: block;
  position: absolute;
  left: 4.32vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 102px;
  height: 422px;
  background: url(../images/ico13.png) no-repeat;
}
.m-nnzy .poa{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 490px;
  padding-top: 7.66vw;
  z-index: 9;
  background: rgba(255, 255, 255, 0.19);
}
.ul-tab2 li{
  color:#fff;
  padding-left: 72px;
  position: relative;
  height: 92px;
  line-height: 92px;
  z-index: 9;
  cursor: pointer;
}
.ul-tab2 li.on{
  background: #b89663;
  margin-left: -224px;
}
.ul-tab2 li .tit{
  width: 490px;
  float: right;
  font-size: 23px;
  font-weight: bold;
  padding-left: 72px;
}
.ul-tab2 li .tit i{
  width: 48px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 96px;
}
.ul-tab2 li .yc{
  position: absolute;
  left: 39px; 
  font-size: 55px;
  font-weight: bold;
  display: none;
}
.ul-tab2 li .yc span{
  font-size: 38px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  top: -2px;
  color:rgba(255, 255, 255, 0.36);
}
.ul-tab2 li.on .yc{
  display: block;
}
.gytab .con{
  overflow: hidden;
  position: relative;
  
  color:#fff;
  padding: 2.55vw 0 9.64vw;
}
.gytab .con::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.gytab .con.bg1{
background: url(../images/idx1.jpg) no-repeat;
-webkit-background-size: cover;
  background-size: cover;
}
.gytab .con.bg2{
background: url(../images/idx2.jpg) no-repeat;
-webkit-background-size: cover;
  background-size: cover;
}
.gytab .con.bg3{
background: url(../images/idx3.jpg) no-repeat;
-webkit-background-size: cover;
  background-size: cover;
}
.gytab .con.bg4{
background: url(../images/idx4.jpg) no-repeat;
-webkit-background-size: cover;
  background-size: cover;
}
.gytab .con.bg5{
background: url(../images/idx5.jpg) no-repeat;
-webkit-background-size: cover;
  background-size: cover;
}
.gytab .info{
  padding-left: 5.68vw;
  position: relative;
  z-index: 1;
}
.gytab .t1{
  font-family: Impact;
  font-size: 7.34vw;
  line-height: 1.1;
  margin-bottom: 1px;
  color:rgba(255, 255, 255, 0.23);
}
.gytab .t2{
  font-size: 2.4vw;
  font-weight: bold;
  margin-bottom: 1.56vw;
}
.gytab  .lin{
  width: 58px;
  height: 5px;
  margin-bottom: 1.35vw;
  background: #b89663;
}
.gytab .t3{
  font-size: 18px;
  line-height: 2.39;
  max-width: 42.29vw;
  margin-bottom: 2.76vw;
}
.gytab a{
  display: block;
  width: 9.48vw;
  height: 3.28vw;
  text-align: center;
  color:#fff;
  line-height: 3.18vw;
  border:1px solid #fff;
}
.row3{
  overflow: hidden;
  padding: 58px 0 14px;
}
.row3 .about{
  display: block;
  margin:0 auto 24px;
  width: 154px;
  height: 49px;
  background: #b89663;
  color:#fff;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
  border-radius: 8px;
}
.row3 .info{
  text-align: center;
  font-size: 18px;
  line-height: 2.06;
  color:#2D2D2D;
  margin-bottom: 20px;
}
.row3 .more img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}
.row4{
  padding: 2.81vw 0;
  overflow: hidden;
  height: 41.2vw;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row4 .g-tit .tit{
  color:#fff;
}
.row4 .g-tit .desc{
  font-size: 17px;
  color:#CACACA;
}
.ul-list2{
  overflow: hidden;
  float: right;
  width: 408px;
  margin-right: 18.23vw;
  padding-top: 1.98vw;
}
.ul-list2 li{
  float: left;
}
.ul-list2 li .con{
  display: block;
  margin:0 25px;
  border:2px solid #b89663;
  height: 154px;
  width: 154px;
  border-radius: 8px;
  margin-bottom: 1.88vw;
  font-size: 20px;
  color:#B89663;
  padding-top: 32px;
  text-align: center;
}
.g-form{
  background-color: #fff;
  margin-top: -4.53vw;
  padding: 2.86vw 2.6vw 3.23vw;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.28);
}
.g-form .top{
  margin-bottom: 18px;
  overflow: hidden;
}
.g-form .top .tit{
  font-size: 2.45vw;
  color:#000000;
  font-weight: bold;
  float: left;
}
.g-form .top .tit span{
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: #e4e4e4;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color:#666666;
  margin-left: 22px;
}
.g-form .top .name{
  float: right;
  font-size: 1.56vw;
  color:#666666;
}
.g-form .bom{
  overflow: hidden;
}
.g-form .bom .tel{
  float: left;
  font-size: 34px;
  font-weight: bold;
  color:#AF803A;
  line-height: 46px;
  font-family: Arial;
}
.g-form .bom .tel span{
  font-size: 18px;
  color:#666666;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.g-form .forms{
  overflow: hidden;
  float: right;
}
.g-form .forms input{
  display: block;
  height: 46px;
  border: 1px solid #D8D8D8;
  color:#333;
  padding: 0 26px;
  float: left;
  margin-right: 18px;
}
.g-form .forms .t1{
  width: 169px;
}
.g-form .forms .t2{
  width: 326px;
}
.g-form .forms .btn{
  width: 142px;
  height: 46px;
  background: #b89663;
  text-align: center;
  line-height: 46px;
  float: left;
  color:#fff;
}
.row5{
  overflow: hidden;
  padding: 3vw 0;
}
.row5 .name{
  overflow: hidden;
}
.row5 .name .g-tit{
  float: left;
  text-align: left;
}
.row5 .name .newlisk{
  float: right;
  overflow: hidden;
  padding-top: 40px;
}
.row5 .name .newlisk a{
  display: block;
  width: 154px;
  height: 45px;
  border:1px solid #c1c1c1;
  float: left;
  border-radius: 30px;
  margin-left: 12px;
  text-align: center;
  line-height: 43px;
}
.news{
  overflow: hidden;
}
.news .news_left{width:50%;float:left;overflow:hidden;position:relative;margin-top:9px;}
.news .news_left .news_img{width:100%;padding-bottom:563px;position:relative;}
.news .news_left .news_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}
.news .news_left .news_date{position:absolute;width:100%;left:0;bottom:0;padding-left:40px;background: url(../images/ico19.png) no-repeat;padding-top: 72px;height: 150px;}
.news .news_left .news_date span{font-size:18px;display:inline-block;height:18px;line-height:18px;color:#FFF;}
.news .news_left .news_date p{margin:0;font-size:22px;height:30px;line-height:30px;margin-top:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#FFF;}
.news .news_left .swiper-button-prev{width:45px;height:76px;background:url(../images/ico20.png) no-repeat center center rgba(0,0,0,.4);background-size:auto;outline:none;left:0;margin-top:-35px;}
.news .news_left .swiper-button-prev.swiper-button-disabled{opacity:1;}
.news .news_left .swiper-button-next{width:45px;height:76px;background:url(../images/ico21.png) no-repeat ;background-size:cover;outline:none;right:0;margin-top:-35px;}
.news .news_left .swiper-button-next.swiper-button-disabled{opacity:1;}
.news .news_right{overflow: hidden;}
.news .news_right a{display:block;margin-top:9px;padding-left:15px;width:50%;float:left;}
.news .news_right a:first-child{width:100%;}
.news .news_right a .a_img{width:100%;padding-bottom:277px;position:relative;}
.news .news_right a .a_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}
.news .news_right a .txt{position:absolute;font-size:16px;color:#FFF;padding: 80px 36px 0;}

.news .news_right .txt .t1{
  font-size: 22px;
  line-height: 1.64;
  display: -webkit-box;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      word-break: break-all;  
      -webkit-box-orient: vertical;  
      -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .news_right .txt.max{
  max-width: 254px;
  padding-top: 72px;
}
.news .news_right .txt .t2{
  font-size: 18px;
  margin-bottom: 31px;
}
.news .news_right .txt .t3{
  font-size: 14px;
  color:rgba(255, 255, 255, 0.5);
}
.row6{
  overflow: hidden;
  background: #b89663;
}

.ul-fd{
  overflow: hidden;
  padding: 2.49vw 0 2.2vw;
}
.ul-fd li{
  width: 25%;
  text-align: center;
  float: left;
}
.ul-fd li .ico{
  width: 45px;
  height: 45px;
  margin-right: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
}
.ul-fd li .txt{
  display: inline-block;
  text-align: left;
  color:#fff;
}
.ul-fd li .cn{
  font-size: 18px;
  line-height: 2;
}
.ul-fd li .tel{
  font-size: 24px;
  font-family: Arial;
}
.footer{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer .topbox{
  overflow: hidden;
  display: flex;
  font-size: 16px;
  color:#C1C1C1;
  padding: 5.2vw 0 1.6vw;
  justify-content: space-between;
}
.footer .topbox .fdtit{
  font-size: 20px;
  color:#fff;
  margin-bottom: 14px;
}
.footer .address{
  width: 400px;
}
.footer .address .img{
 
  overflow: hidden;
  text-align: center;
}
.footer .address .img img{
  display: block;
   width: 100px;
  height: auto;
  float: left;
  text-align: left;
float: left;
}
.footer .address .img p{
  overflow: hidden;
   float: left;
  width: 100px;
  line-height: 100px;
  text-align: center;
}
.footer .address .desc p{
  overflow: hidden;
  font-size: 14px;
  color:#C1C1C1;
  line-height: 2.5;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 10px;
}
.footer .address .desc span{
  font-size: 29px;
  color:#fff;
  line-height: 1.1;
}
.footer .address .desc em{
  overflow: hidden;
  display: block;
   font-style:normal;
}
.snav{
  overflow: hidden;
}
.snav dl{
  float: left;
  margin-left: 5.21vw;
}
.snav dl:first-child{
  margin-left: 0;
}
.snav  a{
  display: block;
  line-height: 2.14;
  font-size: 14px;
  color:#A1A1A1;
}


.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 21px;
}
.fd-form .item .inp-box{
    width: 49%;
   
    float: left;
    height: 52px;
    overflow: hidden;
}
.fd-form .item .inp-box:first-child{
     margin-right: 2%;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    color:#fff;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: transparent;
     border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    height: 85px;
    overflow: hidden;
    width: 100%;
     color:#fff;
   
}
.fd-form  input::placeholder{
  color:#A1A1A1;
}
.fd-form  textarea::placeholder{
    color:#A1A1A1;
}

.fd-form .item .btn{
    display: block;
    width: 167px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    overflow: hidden;
    font-size: 14px;
    color:#A1A1A1;
    margin-top: 24px;
    border:1px solid rgba(255, 255, 255, 0.33);
    cursor: pointer;
}
.g-form .title{
  margin-bottom: 27px;

}
.g-form .title .entit{
  font-family: Impact;
  text-transform: uppercase;
  color:#7F7F7F;
  font-size: 34px;
}
.g-form .title p{
  font-size: 28px;
  color:#fff;
  line-height: 1.1;
}

.m-form{
  width: 27vw;
  margin-left: 2vw;
}

.links{
  overflow: hidden;
  padding-bottom: 30px; 
}
.links span{
  font-size: 14px;
  color:#696969;
  margin-right: 15px;
}
.links a{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  color:#696969;
}
.copy{
  overflow: hidden;
  background: #202020;
  padding: 18px 0;
}
.copy,.copy a,.copy span{
  font-size: 14px;
  color:#999999;
}


@media only screen and (max-width: 1700px) {
  .header{padding: 0 50px;}
  .nav li .v1{margin: 0 1vw;}
}
@media only screen and (max-width: 1600px) {
  .wp{width: 1300px;}
  .logo{line-height: 80px;height: 80px;}
  .nav .seach .so{height: 80px;}
  .nav li .v1{line-height: 78px;}
  .nav .tel .ico{height: 80px;}
  .footer .address{width: 300px;}
  .footer .address .desc p{font-size: 14px;}
  .gytab .t3{font-size: 16px;}
  .row3 .info{font-size: 16px;}
  .ul-list2{padding-top: 0;}
  .g-form .bom .tel{font-size: 28px;}
  .g-form .forms .t2{width: 280px;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .ul-fd li .cn{font-size: 15px;}
  .ul-fd li .ico{margin-right: 30px;}
  .gtab .txt .box{padding: 30px;}
  .snav .link a{font-size: 14px;}
  .ul-list1 li{font-size: 20px;}
  .gtab .txt .link{padding-left: 30px;}
  .gtab .txt .link a{width: 140px;height: 40px;line-height: 38px;font-size: 14px;}
  .m-nnzy::after{display: none;}
  .ul-tab2 li.on{margin-left: -124px;}
  .row3 .info{font-size: 14px;}
  .ul-list2{width: 389px;}
  .ul-list2 li .con{width: 100px;height: 100px;font-size: 16px;padding-top: 15px;margin:0 15px 20px;}
  .ul-list2 li .con .ico{height: 40px;line-height: 40px;margin-bottom: 10px;}
  .ul-list2 li .con .ico img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  .g-form .bom .tel span{font-size: 14px;}
  .g-form .forms .t1{width: 145px;}
  .g-form .forms .t2{width: 200px;}
  .m-form{margin-left: 0;width: 32vw;}
  .footer .address .desc span{font-size: 26px;}
}
@media only screen and (max-width: 1230px) {
  .nav{display: none;}
  .wp{width: 994px;}
  body{padding: 60px 0 53px;}
  .ul-fd li .ico{margin-right: 4px;}
  .snav{display: none;}
  .m-form{width: 380px;}
  .ul-list1 li{font-size: 18px;line-height: 42px;}
  .gtab .txt .desc p{float: none;width: auto;height: auto;padding: 0;font-size: 13px;writing-mode:horizontal-tb;border:none;line-height: 1.8;}
  .gtab .txt .box{padding: 15px;}
  .m-nnzy .poa{position: static;background: #999;width: auto;padding-top: 0;}
  .gytab .info{padding-left: 0;}
  .gytab .t3{font-size: 15px;max-width: 100%;}
  .ul-tab2{overflow: hidden;}
   .ul-tab2 li.on{margin-left: 0;}
  .ul-tab2 li.on .yc{display: none;}
  .ul-tab2 li .tit i{display: none;}
  .ul-tab2 li{width: 20%;float: left;padding: 0;text-align: center;height: 60px;line-height: 60px;}
  .ul-tab2 li .tit{width: auto;float: none;font-size: 16px;padding: 0;}
  .ul-list2{margin-right: 10vw;}
  .g-form{margin-top: 0;}
  .row4{background-image: url(../images/bg4.jpg);}
  .row4 .g-tit{text-align: left;}
  .ul-list2{width: auto;float: none;padding-top: 30px;}
  .ul-list2 li .con{margin:0 15px 0 0;}
  .banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
  .g-form{box-shadow: none;padding: 30px 0 0;}
  .g-form .bom .tel,.g-form .top .name{display: none;}
  .g-form .forms{float: none;}
}
@media only screen and (max-width: 1023px) {
  .wp{width: 740px;}
  .ul-fd li .ico{display: block;margin:0 auto;}
  .ul-fd li .txt{display: block;text-align: center;}
  .ul-fd li .tel{font-size: 18px;}
  .ul-fd li .cn{font-size: 14px;}
  .footer .topbox{display: block;}
  .footer .address{width: auto;margin-bottom: 20px;}
  .footer .qr{width: 320px;margin-bottom: 15px;}
  .m-form{width: auto;}
  .footer .topbox .fdtit{font-size: 18px;margin-bottom: 10px;}
  .links{padding-bottom: 20px;}
  .g-form .top .tit{font-size: 22px;line-height: 30px;height: 30px;}
  .g-form .top .tit span{height: 30px;line-height: 30px;font-size: 15px;}
  .row5 .name .g-tit{float: none;text-align: center;}
  .row5 .name .newlisk{float: none;padding-top: 0;text-align: center;margin-bottom: 20px;}
  .row5 .name .newlisk a{display: inline-block;width: 120px;height: 42px;line-height: 40px;font-size: 14px;float: none;}
  .news .news_left{width: auto;float: none;padding-right: 0;}
  .news .news_right a{padding-left: 0;}
}

@media only screen and (max-width: 960px) {
.gtab .pic{width: auto;float: none;margin-bottom: 15px;}
.gtab .txt .box{float: none;height: auto;padding: 0;}
.gtab .txt{background: #f0f0f0;padding: 30px;}
.gtab .txt .link{padding-left: 0;}
.gtab .txt .tit{font-size: 18px;margin-bottom: 10px;}
}
@media only screen and (max-width: 767px) {
  .wp{width: auto;padding: 0 15px;}
  .g-tit .tit{font-size: 20px;margin-bottom: 4px;}
  .g-tit .desc{font-size: 14px;}
  .g-tit{margin-bottom: 12px;}
    .row1{padding-top: 20px;}
.row-jm,.row3,.row4,.row5{padding: 20px 0;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 0;}
  .banner.swiper-container .swiper-pagination-bullet{width: 5px;height: 5px;}
  .banner a{background-position: center;min-height: 180px;}
  .ul-fd li{width: 50%;}
  .ul-fd li .cn{font-size: 13px;}
  .g-tit .tit i{display: none;}
  .ul-list1 li{font-size: 15px;}
  .ul-list1 li .i1{width: 16px;height: 17.5px;-webkit-background-size: cover;
  background-size: cover;}
  .ul-list1 li .i2{width: 16px;height: 17.5px;-webkit-background-size: cover;
  background-size: cover;}
  .g-tit .desc{font-size: 12px;}
  .gtab .txt{padding: 15px;}
  .gytab .t3{font-size: 14px;}
  .gytab a{width: 120px;height: 36px;line-height: 34px;font-size: 12px;}
  .ul-tab2 li .tit{font-size: 14px;}
  .ul-tab2 li{height: 50px;line-height: 50px;}
  .gytab .t2{font-size: 18px;}
  .gytab .t1{font-size: 36px;}
  .gytab .t3{line-height: 1.8;padding-top: 4px;font-size: 13px;}
  .row3 .info{font-size: 13px;text-align: left;margin-bottom: 10px;}
  .row3 .about{width: 120px;height: 42px;line-height: 42px;font-size: 13px;}
  .row4{height: auto;background-position:right ;}
  .row4 .g-tit .desc{font-size: 14px;}
  .ul-list2{padding-top: 0;}
  .ul-list2 li .con{width: 70px;height: 70px;padding-top: 8px;font-size: 12px;margin-bottom: 5px;}
  .ul-list2 li .con .ico{height: 30px;margin-bottom: 5px;line-height: 30px;}
  .ul-list2{width: 254px;}
  .ul-list2 li:nth-child(3) .con,.ul-list2 li:nth-child(4) .con{margin-bottom: 0;}
  .news .news_left .news_img{padding-bottom: 75%;}
  .news .news_right a .a_img{padding-bottom: 45%;}
  .news .news_right a .txt{padding:15px;}
  .news .news_right .txt .t2{margin-bottom: 20px;}
  .news .news_right .txt .t1{font-size: 18px;line-height: 1.6;}
  .news .news_right a{width: auto;float: none;}
  .news .news_right .txt.max{padding: 15px;max-width: 100%;}
  .news .news_left .news_date{height: auto;background: none;padding: 0 10px 10px;}
  .news .news_left .news_date p{font-size: 18px;height: auto;line-height: 1.5;}
  .row5 .name .newlisk a{width: 100px;height: 40px;line-height: 38px;}
  .row5 .name .newlisk{margin-bottom: 6px;}
  .g-form .forms .t1,.g-form .forms .t2{width: 100%;margin-right: 0;margin-bottom: 10px;}
  .g-form .forms .btn{width: 100%;}
  .fd-form .item .btn{margin-top: 0;width: 100%;}
}
@media only screen and (max-width: 500px) {
 
}




.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.logo{line-height: 60px;height: 60px;float: left;width: 160px;-webkit-background-size: contain;
background-size: contain;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}


.header{background: #2b2b2b ;padding:0 15px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .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;
  
    }
    .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: #C1A67E ;
      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;}
    #floatBottom{display: block;}
}


.ul-ptotab{
  overflow: hidden;
  margin:0 -15px 30px;
}
.ul-ptotab li{
  float: left;
  width: 14.2%;
  cursor: pointer;
}
.ul-ptotab li.on .con{
  background: #b89663;
  color:#fff;
}
.ul-ptotab .con{
  margin:0 15px;
  background: #eee;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
}
.gprotab{
  overflow: hidden;
  background: #eee;
  margin-bottom: 3vw;
}
.gprotab .pic{
  width: 600px;
  height: 600px;
  float: left;
  position: relative;
  overflow: hidden;
}
.gprotab .txt{
  overflow: hidden;
  padding: 100px 30px 30px;
  font-size: 20px;
  color:#666;
  line-height: 2;
  position: relative;
  height: 600px;
}
.gprotab .txt .pa{
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  overflow: hidden;
}
.gprotab .txt .pa a:nth-child(1){
  display: block;
  float: left;
  width: 300px;
  height: 42px;
  line-height: 42px;
  background: #b89663;
  color:#fff;
  text-align: center;
  margin-right: 30px;
}
.gprotab .txt .pa a:nth-child(2){
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
  background: #666;
  color:#fff;
}
.row-pcat .gprotab:last-child .pic{
  display: none;
}
.row-pcat .gprotab:last-child .txt{
  height: auto;
  padding-top: 30px;
}
.row-pcat .gprotab:last-child .txt .pa{position: static;padding-top: 20px;}
.jiameng{
  overflow: hidden;
  position: relative;
  height: 42.45vw;
  background: url(../images/jiamengbg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 2vw;
 
}
.jiameng h2,.jiameng .desc{
   text-indent: -1000em;
}
.jiameng a{
  display: block;
  position: absolute;
  left: 44.69vw;
  bottom: 6.98vw;
  width: 154px;
  height: 49px;
  line-height: 49px;
  background: #B89663;
  color:#fff;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 1230px) {
.gprotab .pic{width: auto;float: none;height: auto;}
.gprotab .pic img{position: static;}
.gprotab .txt{height: auto;}
.gprotab .txt .pa{position: static;padding-top: 20px;}
.jiameng a{width: 120px;height: 40px;line-height: 40px;font-size: 12px;}
.menu{height: 0;}
}
@media only screen and (max-width: 1023px) {
.ul-ptotab li{width: 25%;margin-bottom: 15px;}
.ul-ptotab{margin:0 -7.5px;}
.ul-ptotab .con{margin:0 7.5px;}
.ul-ptotab .con{font-size: 14px;line-height: 38px;}
.gprotab .txt{font-size: 14px;padding: 20px;}
.gprotab .txt .pa a:nth-child(1){width: 100%;float: none;margin-right: 0;}
.jiameng a{bottom: 0px;left: 20%;}
}
@media only screen and (max-width: 500px) {
.jiameng{height: auto;background: url(../images/jmbg.jpg) no-repeat center;padding: 20px 0;}
.jiameng a{margin:0 auto;position: static;}
.jiameng .pic{
  width: 100%;
  height: 200px;
  background: url(../images/xxx.png) no-repeat center;
  -webkit-background-size: auto;
  background-size: auto;
}
.jiameng h2, .jiameng .desc{text-indent:0;text-align: center;padding-top: 6px;}
 .jiameng .desc{overflow: hidden;margin-bottom: 10px;}
  .jiameng .desc span{display: block;float: left;width: 33.33%;line-height: 2;}
.footer .address{text-align: center;}
.footer .address .desc p{display: inline-block;padding-left: 0;line-height: 2;}
.footer .address .desc p{-webkit-background-size: 0;
background-size: 0;}
.footer .address .desc span{font-size: 20px;}
.footer .address .img img{float: none;margin:5px auto 0;width: 200px;}
.footer .address .img p{line-height: 20px;text-align: center;float: none;width: auto;padding-top: 10px;}
.footer .topbox .fdtit{text-align: center;}
}
.row-prolist1{
    padding: 4.17vw 0 ;
    overflow: hidden;
    background: url(../images/nbg8.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



 .g-protxt{
    position: relative;
    float: none;
    width: auto;
    overflow: hidden;
}
.g-protxt .more{
    position: absolute;
    right: 0;
    top: 37px;
}

.g-protxt .en{
    font-size: 16px;
    color:#AA7B5F;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.g-protxt .cn{
    font-size: 2.29vw;
    color:#715a48;
    margin-bottom: 1.35vw;
}
.g-protxt .desc{
    font-size: 16px;
    color:#AA7B5F;
    line-height: 2;
    margin-bottom: 2.4vw;
    max-width: 1000px;
}
.g-protxt  .img img{
    display: block;
    max-width: 100%;
    height: auto;
}
.g-protxt .more a{
    display: block;
    width: 182px;
    line-height: 46px;
    font-size: 14px;
    color:#fff;
    background: #715a48;
    text-align: center;
    margin-bottom: 45px;
}

.row-prolist2{
    padding: 6.25vw 0 7.24vw;
    overflow: hidden;
    background: url(../images/nbg9.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.row-prolist2 .g-protxt .more a{
    background: transparent;
    border:1px solid #fff;
}
.row-prolist2 .g-protxt .en,
.row-prolist2 .g-protxt .cn,
.row-prolist2 .g-protxt .desc{
    color:#fff;
}
.row-prolist2 .g-protxt .desc{
    margin-bottom: 35px;
}
.slidepro .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    background-color: #fff;
    height: 0;
}
.slidepro .tit{
    line-height: 42px;
    background:#bda077;
    text-align: center;
    color:#fff;
    font-size: 14px;
}
.row2{
  padding-top: 2vw;
}
.row-jm{
  overflow: hidden;
  padding-bottom: 4.69vw;
  background: url(../images/bg-jm.jpg) no-repeat bottom;
}
.ul-jmlist{
  overflow: hidden;
  margin:0 -17px;
}
.ul-jmlist li{
  float: left;
  width: 25%;
}
.ul-jmlist li .con{
  margin:0 17px;
  overflow: hidden;
}
.ul-jmlist .pic{
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.ul-jmlist .info{
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding:20px;
  color:#fff;
  font-size: 14px;
  line-height: 2;
  transition:all .3s;
}
.ul-jmlist .info .sp{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ul-jmlist li:hover .info{
  top: 0;
}
.ul-jmlist .txt{
  padding:0 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ul-jmlist .tit{
  font-size: 16px;
  color:#333333;
  line-height: 2;
  padding-top: 6px;
  border-bottom: 1px solid #e0e0e0;
}
.ul-jmlist .more{
  font-size: 14px;
  color:#6d6c72;
  line-height: 2;
  margin-top: 5px;

  background: url(../images/ico13.png) no-repeat right center;
}
@media only screen and (max-width: 1560px) {
    
    .ul-list2 .desc{font-size: 14px;}
    .ul-list2 .en{font-size: 24px;}
    .ul-listjm1{height: 140px;}
    .ul-listjm1 .num{font-size: 32px;}
    .row-prolist1 .g-protxt{padding-top: 0;}

}
@media only screen and (max-width: 1430px) {
    .ul-list2 .con{padding-top: 30px;}
    .ul-list2 .desc{padding-top: 10px;}
    .ul-list2 .en{font-size: 22px;}
    .row-jm2 .g-desc2{font-size: 14px;margin-bottom: 30px;}
    .row-prolist4 .g-protxt{padding-top: 0;}
    .row-prolist3{padding-top: 50px;}
}
@media only screen and (max-width: 1230px) {
  
   .ul-jmlist li{width: 50%;margin-bottom: 15px;}
    .row-prolist1 .g-protxt .img{width: 400px;}
    .row-prolist4 .g-protxt .img{width: 240px;}
    .row-prolist4 .g-protxt .img img,.row-prolist1 .g-protxt .img img{display: block;max-width: 100%;height: auto;}
     .g-protxt .cn{font-size: 30px;}
     .m-inner1 .info p{font-size: 14px;margin-bottom: 6px;}
}
@media only screen and (max-width: 1023px) {
    
    .row-prolist3{background: #fff;}
    .row-prolist3 .g-protxt{float: none;}
    .row-prolist3 .pic{left: auto;right: 0;}
    .row-prolist3::after{content:'';display: block;position: absolute;right: 20px;top: 20px;width: 322px;height: 72px;background: url(../img/png27.png) no-repeat;-webkit-background-size: cover;
    background-size: cover;}
   
    .g-protxt .en{font-size: 14px;margin-bottom: 0;}

    .g-protxt .cn{font-size: 28px;margin-bottom: 10px;}
    .g-protxt .more a{margin-bottom: 30px;}

     .g-protxt .more{top: 15px;}



   
}   
@media only screen and (max-width: 767px) {
   
  .g-protxt{width: auto;float: none;}
  .row-jm2 .g-desc2{text-align: left;}
  .row-jm{background: none;}
  .g-protxt .desc{margin-bottom: 10px;}
  .g-protxt .more{position: static;}
  .g-protxt .cn{font-size: 26px;margin-bottom: 0px;}
  .g-protxt .more a{margin-bottom: 0px;}
  .g-protxt{margin-bottom: 20px;}
  .ul-jmlist li{width: auto;float: none;}

}
@media only screen and (max-width: 500px) {
   
 
 .ul-jmlist .info{background: rgba(0, 0, 0, 0.3);}
    .g-protxt .desc{font-size: 14px;}
    .row-prolist2 .g-protxt .more a{margin-bottom: 0;}

}

.ul-tabn{
  overflow: hidden;
  margin: 0 -5px;
}
.ul-tabn li{
  width: 33.33%;
  float: left;
}
.ul-tabn .con{
  background: #ededed;
  margin:0 5px;
  font-size: 22px;
  font-weight: bold;
  color:#333333;
  line-height: 67px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(206,206,206,0.82);
}
.ul-tabn  i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.ul-tabn  i.i1{
  background-image: url(../images/n-4.png);
}
.ul-tabn  i.i2{
  background-image: url(../images/n-2.png);
}
.ul-tabn  i.i3{
  background-image: url(../images/n-3.png);
}
.ul-tabn li.on .con{
  background: #b89663;
  color:#fff;
}
.ul-tabn li.on .i1{
  background-image: url(../images/n-1.png);
}
.ul-tabn li.on .i2{
  background-image: url(../images/n-5.png);
}
.ul-tabn li.on .i3{
  background-image: url(../images/n-6.png);
}
.gtabn{
  padding: 6.67vw 0 0;
  height: 41.35vw;
  background: url(../images/nbg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.gtabn .w9{
  width: 943px;
}
.gtabn .txt{
  background: rgba(255, 255, 255, 0.95);
  padding: 3.44vw 4.06vw;
  position: relative;
}
.gtabn .txt a{
  display: block;
}
.gtabn .txt.t3{
  padding: 1.56vw 4.06vw;
}
.gtabn .txt .num{
  font-size: 9.01vw;
  color:rgba(184, 150, 99, .18);
  font-family: Impact;
  line-height:9.01vw;;
  position: absolute;
  right: 50px;
  top: 42px;
}
.gtabn .txt .t1{
  color:#B89663;
  font-weight: bold;
  font-size: 2.76vw;
  font-family: 宋体;
  padding-left: 32px;
  background: url(../images/n-10.png) no-repeat left top 16px;      
}
.gtabn .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.13;
}
.gtabn .txt .more{
  position: absolute;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  right: 101px;
  bottom: 75px;
  color:#DACFC2;
}
.gtabn .txt .t2{
  width: 352px;
  line-height: 35px;
  background: url(../images/n-11.png) no-repeat;
  padding: 0 40px;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1vw;
}
.swiper-n .swiper-button-next{
  width: 50px;
  height: 50px;
  background: url(../images/n-7.png) no-repeat;
  position: absolute;
  right: 39px;
  bottom: 55px;
  top:auto;
  margin-top: 0;
}
.swiper-n .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: url(../images/n-8.png) no-repeat;
  position: absolute;
  right: 153px;
  bottom: 55px;
  left:auto;
  top:auto;
  margin-top: 0;
}
.swiper-mendian .img{
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 0;
}
.swiper-mendian .tit{
  background: #eee;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color:#333;
}
.row-median{
  overflow: hidden;
  padding: 3vw 0 0;
}

@media only screen and (max-width: 1500px) {
 .gtabn .txt .desc{font-size: 14px;}
 .gtabn .w9{width: 900px;}
}


@media only screen and (max-width: 1430px) {
 .gtabn{padding-top: 3.67vw;}
 .gtabn .w9{width: 840px;}
}

@media only screen and (max-width: 1230px) {
 .gtabn .w9{width: 100%;}
 .gtabn{height: auto;padding: 20px 0;}
}

@media only screen and (max-width: 1023px) {
 
}

@media only screen and (max-width: 767px) {
 .ul-tabn .con{font-size: 14px;line-height: 30px;}
 .ul-tabn .con  i{width: 0;height: 0;display: none;}
 .gtabn .txt .t1{font-size: 20px;background-position: left center;}
 .gtabn .txt .t2{font-size: 16px;width: 100%;-webkit-background-size: contain;
 background-size: contain;line-height: 30px;}
 .swiper-n .swiper-button-prev,.swiper-n .swiper-button-next,.gtabn .txt .more,.gtabn .txt .num{width: 0;height: 0;display: none;}
 .gtabn{background: none;}
 .gtabn .txt,.gtabn .txt.t3{padding: 0;}
 .gtabn{padding-bottom: 0;}
 .row-median{padding-top: 30px;}
}