/*-----------------[åˆå§‹åŒ–]--------------*/
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%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.clearflot::after {
  content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.wp {margin: 0 auto;width: 1560px;}

/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.menu{
  height: 88px;
}
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 110px;
    background-color: rgba(0, 0, 0, 0.3);
}

.header.fixed{
  background-color: #C1A67E;
}
.logo{float:left;margin:14px 0;display:block;}
.logo img{display:block;width:auto;height:auto;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}





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

.nav li:hover .v1{
  opacity:.5;
} 
.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: #C1A67E;
}
.nav li .sub .row{
  position: relative;
}
.nav li .sub .row.hover .v2{
   background-color: #fff;
    color:#C1A67E;
}
.nav .ss{
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background-color: #C1A67E;
    height: 0;
    overflow: hidden;

}
.nav .ss.on{
    height: auto;
    padding: 10px 0;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#C1A67E;
}
.header .yy{
  overflow: hidden;
  position: relative;
}
.header .yy a{
  display: block;
  float: left;
  color:#404040;
  line-height: 88px;
  margin-left: 22px;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 28px;
  background: url(../images/pic9.jpg) no-repeat left center;
}
.header.index .yy a{
  color:#fff;
  background-image: url(../images/ico2.png);
}
.header.index.fixed .yy a{
  color:#333;
  background-image: url(../images/pic9.jpg);
}
.nav .seach{
  position: relative;
}
.nav .seach .so{
  display: block;
  height: 88px;
  width: 30px;
  cursor: pointer;
  background: url(../images/so.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;
  background: url(../images/seach.png) no-repeat center;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
}
.header .tel{
  position: relative;
  margin-left: 10px;
}
.header .tel .ico{
  height: 88px;
  width: 30px;
  cursor: pointer;
  background: url(../images/tel1.png) no-repeat center;
}
.header .tel:hover .phone{
    display: block;
}

.header .dm{
  padding-top: 58px;
  font-size: 14px;
  float: left;
  margin-left: 22px;
  color:#666;
}
.header .dm span{
  font-size: 16px;
  font-weight: bold;
}
.index.header .dm{
  color:#fff;
}
.index.header.fixed .dm{
    color:#333;
} 
.header .tel .phone{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px; 
  text-align: center;
  line-height: 28px;
  color:#fff;
  font-weight: bold;
  background-color: #C1A67E;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    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);
}
.nav_mobile{display:none;}

.banner{
  position: relative;
}
 .banner img{
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*transition: all 3s;*/
  /* -webkit-transform: scale(1.1);*/
  /*  -moz-transform: scale(1.1);*/
  /*  -ms-transform: scale(1.1);*/
  /*  -o-transform: scale(1.1);*/
  /*  transform: scale(1.1);*/
 }

.banner .swiper-slide a{
  position: relative;
  overflow: hidden;
  display: block;
}
 .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 15px;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 13px;
height: 13px;background-color: rgba(255,255,255,.5);display: inline-block;
border:none; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.banner video{
  width: 100%;
  height: 102%;
  object-fit: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .swiper-button-prev{
  position: absolute;
  left: 3%;
  width: 0;
  height: 0;
  background: url(../images/banprev.png) no-repeat;
  opacity:0;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
  cursor: pointer;
}
.banner .swiper-button-next{
  position: absolute;
  right: 3%;
  width: 0;
  height: 0;
  cursor: pointer;
  background: url(../images/bannext.png) no-repeat;
  transition: all 0.3s ease-out 0s;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev{
    width: 64px;
    height: 64px;
}

.row1{
  overflow: hidden;
  padding: 2.76vw 0 6.51vw;
  position: relative;
}
.row1  .dk{
 position: absolute;
 right: 0;
 top: 83px;
 width: 53.91vw;
 height: 35.78vw;
  overflow: hidden;
}
.row1  .dk object{
  display: block;
  width: 100%;
  height: 100%;
}
.row1 .box{
  width: 580px;
  position: relative;
  z-index: 2;
}
.row1 .img{
  position: relative;
  background: url(../images/pic1.jpg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 414px;
  margin:0 auto 12px;
}
.row1 .img .info{
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  font-family:SimSun ;
  text-align: center;
}
.row1 .img .info .t1{
  font-size: 30px;
  color:#000000;
  font-weight: bold;
  margin-bottom: 6px;
}
.row1 .img .info .t2{
  font-size: 24px;
  color:#4B4A4A;
  font-weight: bold;
}
.row1 .desc{
  font-size: 16px;
  color:#4B4A4A;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 2.6vw;
}
.ul-pcat{
  overflow: hidden;
  text-align: center;
}
.ul-pcat li{
  display: inline-block;
}
.ul-pcat .con{
  width: 106px;
  height: 101px;
  background: url(../images/ico1.png) no-repeat;
  text-align: center;
  padding-left: 6px;
  padding-top: 18px;
}
.ul-pcat img{
  display: block;
  margin:0 auto 4px;
}
.ul-pcat .con .tit{
    color:#fff;
  font-size: 14px;
}
.ul-pcat li:hover .con{
  background-image: url(../images/ico2.png);
}
.row2{
  overflow: hidden;
  padding: 5.36vw 0 1.3vw;
  background: url(../images/pic3.jpg) no-repeat top;
}
.m-inxjm{
  position: relative;
  overflow: hidden;
  color:#fff;
  padding-left: 12.29vw;
}
.m-inxjm .g-title{
  position: absolute;
  top: 0;
  left: 0;
}
.g-title{
  overflow: hidden;
}
.g-title .t1{
  float: left;
  color:#fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  width:50px;
  line-height: 50px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
} 
.g-title .t2{
  overflow: hidden;
  float: left;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
}
.m-inxjm .ys{
  padding-left: 308px;
  overflow: hidden;
  margin-bottom: 2.42vw;
}
.m-inxjm .ys .t1{
  color:#fff;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 17px;
}
.m-inxjm .ys  .t2{
  font-size: 24px;
}
.swiper-1.swiper-container{
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 4.84vw;
}
.swiper-1 .swiper-button-next{
  width: 63px;
  height: 63px;
  background: url(../images/ico10.png) no-repeat;
  bottom:0;
  top: auto;
  right: 100px;
  margin-top: 0;
}
.swiper-1 .swiper-button-prev{
  width: 63px;
  height: 63px;
  background: url(../images/ico9.png) no-repeat;
  bottom:0;
  right:190px;
  left:auto;
  top: auto;
  margin-top: 0;
}
.swiper-1 .num{
  float: left;
  width: 202px;
  height: 231px;
  margin-right: 103px;
  text-align: center;
  line-height: 231px;
  font-size: 100px;
  font-weight: bold;
  color:#C1A67E;
  background: url(../images/ico8.png) no-repeat;
}
.swiper-1 .txt{
  overflow: hidden;
}
.swiper-1 .tit{
  font-size: 18px;
  margin-bottom: 40px;
}
.swiper-1 .desc{
  font-size: 16px;
  line-height: 1.9;
  height: 5.7em;
  overflow: hidden;
}
.ul-jmlsit1{
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ul-jmlsit1 li{
  width: 25%;
  float: left;
  border-right:1px solid #e7e7e7;
  
}
.ul-jmlsit1 a{
  padding: 74px 0 86px 110px;
  display: block;
}
.ul-jmlsit1 li:hover{
  background: #C1A67E;
}
.ul-jmlsit1 li:hover .cn,
.ul-jmlsit1 li:hover .en{
  color:#fff;
}
.ul-jmlsit1 .cn{
  font-size: 24px;
  color:#534A45;
  margin-bottom: 4px;
}
.ul-jmlsit1 .en{
  font-size: 15px;
  color:#5D5D5D;
  text-transform: uppercase;
}
.row3{
  padding: 102px 0 182px;
  overflow: hidden;
  position: relative;
}
/*.row3::after {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 311px;*/
/*  height: 72px;*/
/*  background: url(../images/yun1.png) no-repeat;*/
/*}*/
/*.row3::before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 5.73vw;*/
/*  right: 0;*/
/*  width: 322px;*/
/*  height: 72px;*/
/*  background: url(../images/yun2.png) no-repeat;*/
/*}*/
.row3 .box{
  position: relative;
}
.row3 .pic{
  position: absolute;
  left: 0;
  top: -50px;
}
.row3 .tel{
  float: left;
  position: relative;
  z-index: 2;
}
.row3 .tel .tit{
  font-size: 48px;
  font-weight: bold;
  color:#4B2C10;
  margin-bottom: 13px;
}
.row3 .tel .desc{
  font-size: 16px;
  color:#4B2C10;
  margin-bottom: 20px;
}
.row3 .tel  .phone{
  padding-left: 33px;
  font-size: 40px;
  color:#77614E;
  font-family: Arial;
  background: url(../images/ico11.png) no-repeat left center;
}
.m-form{
  float: right;
  width: 664px;
  position: relative;
  z-index: 2;
}
.m-form .tit{
  font-size: 30px;
  color:#4B2C10;
  margin-bottom: 1.93vw;
}
.m-form .item{
  overflow: hidden;
}
.m-form .item input{
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  height: 52px;
  border-radius: 4px;
  padding: 0 20px;
  margin-bottom: 18px;
  background: #EFEDEC;
  color:#6D6055;
}
.m-form .item input:last-child{
  margin-right: 0;
}
.m-form .text{
  overflow: hidden;
}
.m-form .text textarea{
  display: block;
  width: 100%;
  padding: 20px;
  resize: none;
  height: 146px;
  border-radius: 4px;
  background: #EFEDEC;
  color:#6D6055;
  margin-bottom: 14px;
}
.m-form input::placeholder,
.m-form textarea::placeholder{
  color:#6D6055;
  font-size: 14px;
}
.m-form .subbtn{
  background: #C1A67E url(../images/ico18.png) no-repeat right 20px center;
  border-radius: 4px;
  color:#fff;
  line-height: 52px;
  overflow: hidden;
  padding-left: 68px;
  width: 210px;
  cursor: pointer;
}
.row4{
  overflow: hidden;
  background: #f7f7f7;
  padding:3.54vw 0 4.17vw;
}
.g-tit1{
  text-align: center;
  overflow: hidden;
  margin-bottom: 2.34vw;
}
.g-tit1.cof .tit,
.g-tit1.cof .desc{
  color:#fff;
}
.g-tit1 .tit{
  font-size: 48px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 5px;
}
.g-tit1 .desc{
  font-size: 16px;
  color:#4B4A4A;
}
.ul-pactlist2{
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.29vw;
}
.ul-pactlist2 li{
  display: inline-block;
}
.ul-pactlist2 a{
  font-size: 16px;
  color:#4B4A4A;
  height: 17px;
  line-height: 17px;
  padding: 0 28px;
  border-right: 1px dashed #4B4A4A;
}
.ul-pactlist2 li:last-child a{
  border-right: none;
}
.swiper-2.swiper-container{
  padding-bottom: 50px;
}
.swiper-2  .swiper-slide{
  background-color: #fff;
  padding: 14px 21px;
}
.swiper-2 .txt{
  
}
.swiper-2 .pic{
  position: relative;
  height: 0;
  padding-top: 94%;
  overflow: hidden;
}
.swiper-2 .tit{
  font-size: 16px;
  color:#333333;
  line-height: 2;
  padding-top: 6px;
  border-bottom: 1px solid #e0e0e0;
}
.swiper-2 .more{
  font-size: 14px;
  color:#6d6c72;
  line-height: 2;
  margin-top: 5px;
  background: url(../images/ico13.png) no-repeat right center;
}
.swiper-2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: -5px;
  }
.swiper-2.swiper-container .swiper-pagination-bullet{width: 13px;
height: 13px;background-color: #DCDCDC;display: inline-block;
border:none; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.swiper-2.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #C1A67E;}


.row5{
  overflow: hidden;
  padding: 5.89vw 0 0 9.11vw;
  background: url(../images/bg1.jpg) no-repeat ;
  background-size: 95% 100%;
  position: relative;
}
.ul-dots{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #cf0d0d;
  z-index: 2;
  width: 174px;
  padding: 143px 0 0 44px;
}
.ul-dots li{
  position: relative;
}
.ul-dots .act::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left:-80px;
  width: 62px;
  height: 1px;
  background-color: #fff;
}
.ul-dots .con{
  display: block;
  color:#fff;
  font-size: 16px;
  margin-bottom: 40px;
  cursor: pointer;
}
.m-niangzao{
  overflow: hidden;
}
.m-niangzao .g-title{
  float: left;
  margin-right: 126px;
}
.m-niangzao .g-tit1{
  text-align: left;
}
.swiper-3{
  color:#fff;
}
.swiper-3 .num{
  float: left;
  width: 206px;
  font-size: 100px;
  font-weight: bold;
  color:rgba(255, 255, 255, 0.2);
  padding-top: 6vw;
}
.swiper-3 .txt{
  overflow: hidden;
  max-width: 870px;
}
.swiper-3 .txt .tit{
  font-size: 24px;
  margin-bottom: 2.5vw;
}
.swiper-3 .txt .info{
  font-size: 18px;
  margin-bottom: 2vw;
}
.swiper-3 .txt .desc{
  font-size: 16px;
  line-height: 1.9;
}
.swiper-3.swiper-container{
  padding-bottom: 9.38vw;
}
.row5::after {
  content: '';
  display: block;
  position: absolute;
  right: 174px;
  bottom: 0;
  width: 150px;
  height: 170px;
  background: #cf0d0d;
}
.swiper-3 .swiper-button-next {
    width: 40px;
    height: 170px;
    background: url(../images/ico15.png) no-repeat center;
    bottom: 0;
    right: 190px;
    top: auto;
    margin-top: 0;
}
.swiper-3 .swiper-button-prev {
    width: 40px;
    height: 170px;
    background: url(../images/ico14.png) no-repeat center;
    bottom: 0;
    right: 270px;
    top: auto;
    left:auto;
    margin-top: 0;
}
.row6{
  overflow: hidden;
  padding: 3.39vw 0 5vw;
}
.row6 .top{
  overflow: hidden;
  margin-bottom: 6px;
}
.row6 .top .g-tit1{
  float: left;
  text-align: left;
}
.morenew{
  float: right;
  overflow: hidden;
  padding-top: 25px;
}
.morenew a{
  display: block;
  float: left;
  width: 136px;
  text-align: center;
  line-height: 43px;
  overflow: hidden;
  font-size: 16px;
  color:#4B4A4A;
  border:1px solid #c4c4c4;
  margin-left: 12px;
  border-radius: 30px;
}
.swiper-4 .pic{
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 72%;
  margin-bottom: 20px;
}
.swiper-4 .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color:#fff;
  padding:  25px;
}
.swiper-4 .txt .tit{
  font-size: 21px;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-4 .txt .desc{
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-5 .swiper-slide{
  background: #f8f8f8;
  height: 221px;
  padding: 31px 14px 0;
}
.swiper-5 .ico{
  float: left;
  width: 26px;
  height: 26px; 
  margin-right: 18px;
  margin-top: 2px;
  background: url(../images/ico16.png) no-repeat;
}
.swiper-5 .txt{
  overflow: hidden;
}
.swiper-5 .tit{
  font-size: 21px;
  color:#333333;
  line-height: 1.3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 22px;
}
.swiper-5 .desc{
  font-size: 12px;
  color:#999999;
  line-height: 18px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 27px;
}
.swiper-5  .lin{
  width: 34px;
  height: 6px;
  background: url(../images/ico17.png) no-repeat;
}

.footer{
    overflow: hidden;
    padding: 4.1vw 0 1.98vw;
    background: #f8f8f8;
}
.footer .qr{
    float: right;
    text-align: center;
    width: 139px;
}
.footer .qr .tel{
    font-size: 14px;
    color:#676767;
}
.footer .qr img{
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 6px;
}
.footer .qr p{
    font-size: 14px;
    color:#777777;
    line-height: 2.14;
}
.snav{
    overflow: hidden;
    float: left;
    width: calc(100% - 139px);
}
.snav dl{
    float: left;
    display: block;
    margin-right:6.11vw;
}
.snav dl:last-child{
    margin-right: 0;
}
.snav dt{
    font-size: 18px;
    color:#000000;
    margin-bottom: 26px;
}
.snav  dd a{
    display: block;
    font-size: 14px;
    color:#777777;
    line-height: 2.14;
}
.snav  dd .desc p{
  font-size: 14px;
  color:#777777;
  line-height: 2.14;
}
.snav  dd .desc .tel{
  font-size: 33px;
  color:#412B16;
  margin-bottom: 10px;
}
.copy{
    font-size: 14px;
    color:#676767;
}
.links{
    overflow: hidden;
     background: #f8f8f8;
  padding-bottom: 16px;
}
.links .tit{
  font-size: 14px;
  color:rgba(103, 103, 103, .8);
  margin-bottom: 6px;
}
.links a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    color:rgba(103, 103, 103, .8);
}
.copy{
  border-top: 1px solid #dbdbdb;
  background: #f8f8f8;
  padding: 20px 0;
}
.copy span,.copy a{
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color:#676767;
}
/* 弹窗 */
.m-pop {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 99;
}
.m-pop .box {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
/* 弹窗内容 */

.m-pop .box .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.m-pop .box .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.m-pop .box .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.m-pop .box .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.m-pop .box .modal .img img {
  margin: 0 auto;
}

.m-pop .box .modal .out:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.m-pop .box .modal2 {
  padding: 20px;
}

.m-pop .box .modal .img {
  max-width: 1200px;
}

/* 弹窗选中 */
.m-pop.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-pop.one .box .modal {
  transform: scale(1);
}
.m-pop.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-pop.one.out .box .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}
.alltime{
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-so{
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 999;
}
.m-so.one{
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-so.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-so .bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.m-so .form{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin:0 auto;
}
.m-so .form input{
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 1000px;
    height: 60px;
    display: block;
    font-size: 18px;
    color:#fff;
    float: left;
}
.m-so .form input::placeholder{
    color:#fff;
}
.m-so .form .btn{
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/seach.png) no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}
.m-so .close{
    position: absolute;
    top: 60px;
    right: 60px;
    width: 64px;
    height: 64px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}


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

}
@media only screen and (max-width: 1600px) {
  .wp{width: 1300px;}
  .m-form{width: 560px;}
  .m-form .tit{font-size: 26px;}
  .g-tit1 .tit{font-size: 40px;}
  .row3 .tel .tit{font-size: 40px;}
  .m-inxjm .ys .t1{font-size: 40px;}
  .header{padding: 0 50px;}
  .row1{padding: 3vw 0;}
  .row1 .img .info .t1{font-size: 24px;margin-bottom: 4px;}
  .row1 .img .info .t2{font-size: 20px;}
  .row1 .img{height: 316px;}
  .snav dl{margin-right: 5vw;}
    .ul-pactlist2 a{padding:0 15px;}
}

@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .ul-jmlsit1 a{padding-left: 0;text-align: center;}
  .m-form{width: 500px;}
  .row3 .tel .tit{font-size: 34px;}
  .g-tit1 .tit{font-size: 34px;}
  .m-inxjm .ys .t1{font-size: 34px;}
  .swiper-3 .txt{max-width: 700px;}
  .g-title .t1{font-size: 42px;}
  .row5{padding-left: 7vw;}
  .snav dl{margin-right:3.5vw;}
.nav li .v1{margin:0 15px;}
.ul-pactlist2 a{padding:0 10px;}
}
@media only screen and (max-width: 1230px) {
  .nav{display: none;}
  .wp{width: auto;padding: 0 15px;}
  .row1 .dk{display: none;}
  .row1 .box{margin:0 auto;}
  .swiper-1 .num{display: none;}
  .m-inxjm .ys{padding-left: 0;}
  .m-pop .box .modal .out{top: -50px;right:0;}
  .m-pop .box .modal{padding: 15px;}
  .row3 .tel .tit{font-size: 28px;margin-bottom: 4px;}
  .g-tit1 .tit{font-size: 28px;}
  .m-inxjm .ys .t1{font-size: 28px;}
  .ul-jmlsit1 a{padding: 30px 0;}
  .m-form{float: none;width: auto;clear: left;}
  .row3 .pic{display: none;}
  .row3{padding: 90px 0 30px;}
  .row3 .tel .desc{margin-bottom: 0;}
  .row3::before{bottom: 0;}
  .row3::after{top: 10px;}
  .row5{padding-left: 15px;}
  .swiper-3 .num{display: none;}
  .swiper-3 .swiper-button-prev,.swiper-3 .swiper-button-next{width: 0;height: 0;}
  .row5::after{display: none;}
  .ul-dots{width: 146px;}
  .m-niangzao .g-title{margin-right: 50px;}
  .swiper-3 .txt{padding-left: 130px;}
  .snav dl{display: none;}
  .snav dl:last-child{display: block;}
    .ul-pactlist2 li{display: block;float: left;width:25%;margin-bottom: 8px;}
  .ul-pactlist2 a{display: block;border-right: none;padding: 0;text-align: center;background: #eee;margin:0 4px;font-size: 12px;line-height: 40px;height: 40px;}
}

@media only screen and (max-width: 1023px) {
  .wp{width: auto;padding: 0 15px;}
  .row3 .tel .tit{font-size: 26px;}
  .g-tit1 .tit{font-size: 26px;}
  .m-inxjm .ys .t1{font-size: 26px;}
  .swiper-1 .tit{margin-bottom: 10px;}
  .swiper-1.swiper-container{padding-bottom: 80px;margin-bottom: 20px;}
  .swiper-1 .swiper-button-next{right: 0;}
  .swiper-1 .swiper-button-prev{left: 0;right:auto;}
  .swiper-1 .desc{font-size: 14px;}
  .row2{padding: 30px 0 10px;}
  .ul-pactlist2 a{padding: 0 15px;}
  .g-title{display: none;}
  .m-inxjm{padding-left: 0;}
  .swiper-3 .txt{padding-left: 0;max-width: 100%;}
  .row5{padding-right: 180px;}
  .swiper-3 .txt .desc{font-size: 14px;}
  .g-tit1 .desc{font-size: 13px;}
  .ul-dots{padding-top: 89px;}
  .row6 .top .g-tit1{float: none;text-align: center;}
  .morenew{float: none;padding-top: 0;margin-bottom: 20px;}
  .morenew a{width: 47.5%;margin-right: 5%;margin-left: 0;}
  .morenew a:last-child{margin-right: 0;}
  .row6{padding: 30px 0;}

}

@media only screen and (max-width: 767px) {
.ul-news .tit{font-size: 18px;}
.row3 .tel .tit{font-size: 22px;}
  .g-tit1 .tit{font-size: 22px;}
  .m-inxjm .ys .t1{font-size: 22px;}
  .m-inxjm .ys .t2{font-size: 18px;}
  .ul-jmlsit1 li{width: 50%;border-bottom: 1px solid  #e7e7e7;}
  .ul-jmlsit1 a{padding: 20px;margin-bottom: 0;}
  .ul-jmlsit1 .en{font-size: 14px;}
  .m-form .tit{font-size: 17px;}
  .m-form .item input{width: 100%;margin-right: 0;}
  .m-form .subbtn{width: 100%;padding-left: 20px;}
  .ul-pactlist2 li{display: block;float: left;width: 50%;margin-bottom: 8px;}
  .ul-pactlist2 a{display: block;border-right: none;padding: 0;text-align: center;background: #eee;margin:0 4px;font-size: 12px;line-height: 40px;height: 40px;}
  .ul-pactlist2{margin:0 -4px 8px;}
  .row4{padding: 30px 0;}
  .swiper-2.swiper-container{padding-bottom: 40px;}
  .ul-dots{position: static;padding: 0;overflow: hidden;width: auto;background: none;}
  .ul-dots li{float: left;width: 25%;}
  .ul-dots .con{margin-bottom: 0;margin:0 4px;background:#cf0d0d ;color:#fff;text-align: center;line-height: 36px;font-size: 12px;}
  .ul-dots li.act .con{background-color: #C1A67E;}
  .ul-dots .act::after{display: none;}
  .row5{padding: 30px 15px;-webkit-background-size: cover;
  background-size: cover;}
  .morenew{margin-bottom: 10px;}
  .morenew a{font-size: 14px;height: 40px;line-height: 38px;}
  .row3 .tel{margin-bottom: 15px;}
  .row3::before{display: none;}
  /*.banner{display: none;width: 0;height: 0;}*/
  .menubanner{display: block;}
  .menubanner  a{-webkit-background-size: cover;
  background-size: cover;height:69vw;display: block;}
  .menubanner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 5px;
  }
.menubanner.swiper-container .swiper-pagination-bullet{width: 13px;
height: 13px;background-color: rgba(255,255,255,.5);display: inline-block;
border:none; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.menubanner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
  .row6 .top .g-tit1{margin-bottom: 20px;}
  .swiper-4 .txt{padding: 10px;}
  .swiper-4 .txt .tit{font-size: 18px;}
  .ul-jmlsit1 .cn{font-size: 20px;}
}
@media only screen and (max-width: 650px) {
.row1 .box{width: auto;}
.row1 .desc{font-size: 14px;}
.row1 .img .info .t2{font-size: 18px;}
.row1{padding: 20px 0 0;}
.snav{width: auto;float: none;}
.footer .qr{float: none;}
.snav dd .desc .tel{margin-bottom: 0;}
.snav dt{margin-bottom: 6px;}
}

@media only screen and (max-width: 500px) {
.ul-pcat li{display: block;float: left;width: 25%;}
.ul-pcat .con{width: auto;-webkit-background-size: contain;
background-size: contain;}
.ul-pcat img{width: 30%;height: auto;}
.ul-pcat .con .tit{font-size: 12px;}
.row1 .img{height: 200px;}
.row1 .img .info{bottom: 0;}
.row5{background-position: right;-webkit-background-size: 164% 100%;
background-size: 164% 100%;}

/*.banner video,.banner{display: none!important;width: 0!important;height: 0!important;opacity:0!important;position: fixed;top: -10000px;z-index: -9999;}*/
}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.menu{height: 60px;}
.header{padding:0 15px;}
.logo{margin:10px 0 11px;}
.logo img{width:220px;}
  body{padding: 60px 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #C1A67E ;
      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: 40px;font-size: 14px;display: block;color:#fff;}
    .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;}
    .nav_mobile .row{position: relative;}
    .nav_mobile .ss{display: none;background-color: #fff;padding: 10px 0;}
    .nav_mobile li .sub .ss a{color:#333;}
    .nav_mobile .down {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(../images/down.png) no-repeat center center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}
}