/*-----------------[åˆå§‹åŒ–]--------------*/
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: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{padding-top: 132px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 7.6vw;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #eee;
}
/*.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}*/
.header .title{
  height: 45px;
  background: url(../images/ico1.png) no-repeat;
  text-align: right;
  color:#fff;
  line-height: 45px;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 140px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
    padding-top: 44px;
}
.nav ul{
  width: 900px;
  height: 53px;
  float: left;
  background: rgba(0, 0, 0, .06);
  border-radius: 27px;
  margin-right: 38px;
}
.nav li{
    float: left;
    position: relative;
    width: 16.66%;
}
.nav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height:53px;
    text-align: center;
}
.nav li:hover .v1{
   color:#FF9900;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}

.nav .row{
    position: relative;
}
.nav .ss{
    position: absolute;
    top: 0;
    left:100%;
    width: 200px;
    background-color: #F99800;
   height: 0;
   overflow: hidden;
}
.nav .ss.on{
    height: auto;
}
.nav li .sub a,.nav li .sub .v2{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover,
.nav li .sub .v2:hover{
    background-color: #fff;
    color:#F99800;
}
.g-iphone{
  float: right;
  width: 180px;
  height: 50px;
  border: 1px solid #F59315;
  border-radius: 25px;
  font-size: 18px;
  font-family: Impact;
  line-height: 48px;
  padding-left: 47px;
  color:#FF9900;
  background: url(../images/ico1.png) no-repeat left 18px center;
}
.nav li.lx{
  position: relative;
  padding-right: 30px;
  margin-right: 32px;
}
.nav li.lx::after{
  content:'';
  display: block;
  position: absolute;
  right:0;
  top:26px;
  width: 1px;
  height: 35px;
  background-color: #dfdfdf;
}
.g-iphone .tel{
  font-size: 25px;
  color:#036EB8;
  line-height: 25px;
  font-weight: bold;
  font-family: Arial;
}
.g-iphone .s1{
  font-size: 14px;
  color:#333333;
  margin-bottom: 2px;
}
/**menu**/
.mnav {
    float: right;
    padding-top: 44px;
}
.mnav ul{
  height: 53px;
  float: left;
  background: rgba(0, 0, 0, .06);
  border-radius: 27px;
}
.mnav li{
    float: left;
    position: relative;
    width: 16.66%;
}
.mnav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height:53px;
    text-align: center;
}

.mnav li .sub2{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.mnav li .sub2 a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}

.mnav .row{
    position: relative;
}
.mnav .ss{
    position: absolute;
    top: 0;
    left:100%;
    width: 200px;
    background-color: #F99800;
   overflow: hidden;
}

.mnav li .sub2 a,.mnav li .sub2 .v2{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}

.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: #FF9900;
    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);
}
 

.banner .swiper-slide a{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 4.53vw;
    left: auto;
    right: 14%;
    width: auto;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 11px;height: 11px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: block;float: left;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #FF9900;}

.g-tit{
    text-align: center;
    margin-bottom: 53px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#222;
    line-height: 36px;
    margin-top: -24px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 26px;
}
.g-tit .cn::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 4px;
    margin:0 auto;
    background: #F59315;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#e4e4e4;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .desc{
    font-size: 16px;
    color:#888888;
}


/**row1***/
.row1{
    padding: 56px 0 64px;
    overflow: hidden;
    background: #f7f7f7;
}
.row1 .top{
  background: url(../images/txt1.png) no-repeat left top;
  position: relative;
  overflow: hidden;
  padding: 9px 0;
}
.ul-tab{
  width: 960px;
  float: right;
  padding-bottom: 30px;
}
.ul-tab li{
  float: left;
  width: 25%;
background: #555555;
height: 72px;
}
.ul-tab li .a{
  display: block;
  font-size: 16px;
  color:#fff;
  display: block;
  line-height: 72px;
  text-align: center;
}
.ul-tab li.hover .a{
  height: 90px;
  line-height: 90px;
  position: relative;
  top: -9px;
  background: url(../images/ico2.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.g-tab{
  overflow: hidden;
}
.g-tab .item{
  float: left;
  width: 50%;
  margin-right: 14px;
}
.g-tab .item .pic{
  padding-top: 61%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.g-tab .item .tit{
  background: rgba(0, 0, 0, .7);
  line-height: 72px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ul-list1{
  overflow: hidden;
  margin: 0 -7px;
}
.ul-list1 li{
  width:25%;
  float: left;
  margin-bottom: 16px;
}
.ul-list1 a{
  display: block;
  margin: 0 7px;
}
.ul-list1 .pic{
  padding-top:75%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.ul-list1 .tit{
  background: rgba(0, 0, 0, .7);
  line-height: 52px;
  text-align: center;
  color:#fff;
  font-size: 16px;

}
.row2{
    overflow: hidden;
    position: relative;
      background: url(../images/pic3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.row2 .txt{
    float: left;
    width: 50%;
    z-index: 1;
    position: relative;
    color:#fff;
    font-size: 16px;
    line-height: 1.63;
    padding-top: 28px;
}
.row2 .txt .cn{
    font-size: 28px;
    color:#FF9900;
    font-weight: bold;
    margin-bottom: 7px;
}
.row2 .txt .en{
    font-size: 12px;
    color:#FF9900;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.row2 .txt .con{
    overflow: hidden;
    margin-top: 17px;
}
.row2 .txt a{
    display: block;
    float: left;
    width: 180px;
    height: 54px;
    border: 2px solid #FF9900;
    font-size: 18px;
    color:#FF9900;
    text-align: center;
    line-height: 52px;
    margin-right: 14px;
}
.row2 .txt .phone{
    overflow: hidden;
    font-size: 16px;
    line-height: 1.1;
}
.row2 .txt .phone p{
    font-family: Impact;
    font-size: 24px;
    margin-top: 10px;
}
.g-form1{
    padding:6px 0 26px 0;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    width: 580px;
    float: right;
    color:#fff;
    position: relative;
}
.g-form1 .box{
    overflow: hidden;
    margin-bottom: 27px;
}
.g-form1 .box .item{
    width: 48%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}
.g-form1 .box .item:last-child{
    margin-right: 0;
}
.g-form1 .inp{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 59px;
    background: transparent;
    color:#fff;
    border-bottom: 1px solid #fff;
}
.g-form1 .inp.sty{
    height: 42px;
}
.g-form1 .inp::placeholder{
    font-size: 14px;
    color:#fff;
}
.g-form1 .sub input{
    display: block;
    float: right;
    width: 148px;
    height: 43px;
    border: 1px solid #fff;
    background: none;
    margin-top: 27px;
    color:#fff;
}

.row3{
  padding: 56px 0;
  overflow: hidden;
  background-color: #f7f7f7;
}
.row3 .g-tit{
  margin-bottom: 36px;
}
.slider1  .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
}
.slider1 .txt{
  background: #fff url(../images/pic13.jpg) no-repeat right;
  margin: 0 28px;
  position: relative;
  z-index: 2;
  height: 80px;
  margin-top: -40px;
  padding:16px 96px 0 16px; 
  font-size: 12px;
  color:#777777;
}
.slider1 .txt .tit{
  font-size: 18px;
  color:#222222;
  font-weight: bold;
  margin-bottom: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider1.swiper-container{
  padding-bottom: 72px;
} 
.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom:0;
}
.slider1.swiper-container .swiper-pagination-bullet{width: 10px;height: 10px;background:#D2D2D2;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.slider1.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #FF9900;}
.row4{
  padding: 50px 0;
  overflow: hidden;
  background: url(../images/pic5.jpg) no-repeat;
}
.ul-list2{
  color:#fff;
  overflow: hidden;
}
.ul-list2 li{
  float: left;
  overflow: hidden;
  width: 20%;
  padding:0 40px;
  height: 520px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.ul-list2 li.on{
  width: 40%;
}
.ul-list2 .tit{
  font-size: 22px;
  margin-bottom: 16px;
}
.ul-list2 .desc{
  font-size: 14px;
  line-height: 2.14;
  height: 4.28em;
  overflow: hidden;
}
.ul-list2 .pic{
  display: none;
  margin: 50px 0 40px;
  overflow: hidden;
}
.ul-list2 .pic img{
  display: block;
}
.ul-list2 .ico{
  width: 60px;
  height: 60px;
  margin: 95px auto 0;
  background-repeat: no-repeat;
}
.ul-list2 .num{
  margin-top: 89px;
  font-size: 36px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ul-list2 li.on .pic{
  display: block;
}
.ul-list2 li.on .ico,
.ul-list2 li.on .num{
  display: none;
}
.ul-list2 .en{
  margin-top: 34px;
  font-size: 12px;
}
.ul-tab2{
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
}
.ul-tab2 li{
  display: inline-block;
  width: 175px;
  font-size: 18px;
  color:#333;
  border-right: 1px solid #f0f0f0;
}
.ul-tab2 li:last-child{
  border-right: none;
}
.ul-tab2  .ico{
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-tab2  .ico.i1{
  background-image: url(../images/ico15.png);
}
.ul-tab2  .ico.i2{
  background-image: url(../images/ico8.png);
}
.ul-tab2  .ico.i3{
  background-image: url(../images/ico9.png);
}
.ul-tab2  .ico.i4{
  background-image: url(../images/ico10.png);
}
.ul-tab2  .ico.i5{
  background-image: url(../images/ico11.png);
}
.ul-tab2  .ico.i6{
  background-image: url(../images/ico12.png);
}

.ul-tab2 .hover  .ico.i1{
  background-image: url(../images/ico7.png);
}
.ul-tab2 .hover  .ico.i2{
  background-image: url(../images/ico16.png);
}
.ul-tab2 .hover  .ico.i3{
  background-image: url(../images/ico17.png);
}
.ul-tab2 .hover  .ico.i4{
  background-image: url(../images/ico18.png);
}
.ul-tab2 .hover  .ico.i5{
  background-image: url(../images/ico19.png);
}
.ul-tab2 .hover  .ico.i6{
  background-image: url(../images/ico20.png);
}
.ul-tab2 li.hover{
  color:#FF9900;
}
.row5{
  overflow: hidden;
  padding: 37px 0 61px;
}
.g-img{
    overflow: hidden;
    background-repeat: no-repeat;
    height: 31.25vw;
    position: relative;
    background-size: 100% auto;
}
.g-img .txt{
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color:#fff;
  padding: 64px 54px 54px;
}
.g-img .num{
  width: 51px;
  height: 28px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.g-img .num.i1{
  background-image: url(../images/ico21.png);
}
.g-img .num.i2{
  background-image: url(../images/yy2.png);
}
.g-img .num.i3{
  background-image: url(../images/yy3.png);
}
.g-img .num.i4{
  background-image: url(../images/yy4.png);
}
.g-img .num.i5{
  background-image: url(../images/yy5.png);
}
.g-img .num.i6{
  background-image: url(../images/yy6.png);
}

.g-img .tit{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.g-img .tit span{
  color:#FF9900;
}
.g-img  .en{
  font-size: 14px;
  color:#EBEEF3;
  text-transform: uppercase;
}

.row6{
  overflow: hidden;
  background: url(../images/pic14.jpg) no-repeat;
  padding: 76px 0  92px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.g-about{
  overflow: hidden;
  width: 816px;
}
.g-about .g-tit{
  text-align: left;
  margin-bottom: 28px;
}
.g-about .g-tit .cn::after{
  left: 0;
  margin: 0;
}
.g-about .info{
  font-size: 16px;
  color:#666666; 
  line-height: 2.25; 
  margin-bottom: 120px;
}
.g-about .link{
  overflow: hidden;
}
.g-about .link a{
  display: block;
  float: left;
  width: 154px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #F59315;
  border-radius: 22px;
  color:#FF9900;
}
.g-about .link a:last-child{
  color:#999999;
  border-color:#999999;
  margin-left: 28px;
}

.row7{
  overflow: hidden;
  padding: 50px 0 30px;
}

.row7 .title{
  overflow: hidden;
  margin-bottom: 30px;
   line-height: 41px;
}
.row7 .title .desc{
    float: left;
    font-size: 14px;
    color:#999;
}
.row7  .cn{
  color:#222;
  font-size: 32px;
  font-weight: bold;
}
.row7 .title a{
  display: block;
  float: right;
  width: 160px;
  height: 41px;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  color: #212121;
  cursor: pointer;
}
.slider5{
  padding-left: 165px;
  position: relative;
  margin-top: -120px ;
  width: 1000px;
  height: 240px;
  background-color: #fff;
  float: right;
  padding: 20px 74px 20px 74px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.slider5 .tit{
  float: left;
  font-size: 12px;
  color:#666666;
  margin-right: 70px;
  text-transform: uppercase;
}
.slider5 .tit .cn{
    font-size: 24px;
    color:#222222;
    margin-bottom: 6px;
}
.slider5 a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 143%;
    overflow: hidden;
}
.slider5 .swiper-button-prev{
    position: absolute;
    left: 74px;
    width: 23px;
    height: 23px;
    opacity: 1!important;
    z-index: 9;
    top: 126px;
    margin-top: 0;
    background: url(../images/ico14.png) no-repeat;
}
.slider5 .swiper-button-next{
    position: absolute;
    left: 114px;
    width: 23px;
    height: 23px;
    opacity: 1!important;
    z-index: 9;
    top: 126px;
    margin-top: 0;
    background: url(../images/ico13.png) no-repeat;
}

.g-news{
  overflow: hidden;
}
.g-news .item{
  width: 50%;
  float: left;
  padding-right: 53px;
}
.g-news .item .pic{
  height: 343px;
  overflow: hidden;
  margin-bottom: 18px;
}
.g-news .item .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-news .item .tit{
  font-size: 18px;
  line-height: 18px;
  color:#333333;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.g-news .item .tit span{
  font: 14px;
  color:#999999;
  float: right;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.g-news .item .desc{
  font-size: 14px;
  color:#999999;
}
.slidernew .swiper-slide{
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 23px;
}
.slidernew .time{
  float: left;
  width: 74px;
  height: 74px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  background: #F59315;
  padding: 0 3px;
  margin-right: 28px;
}
.slidernew .time .num{
  font-weight: bold;
  font-size: 44px;
  line-height: 1.1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.slidernew .txt{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 20px;
  color:#333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .info{
  font-size: 14px;
  color:#999;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slidernew .info .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.71;
}
.footer{
    overflow: hidden;
    background: url(../images/pic12.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    padding:28px 0 59px;
}
.copy{
  margin-top: 32px;
}
.copy,.copy a{
    font-size: 14px;
    color:#BCBCBC;
    line-height: 1.71;
}
.footer .txt{
    float: left;
    margin-right: 4vw;
}
.footer .txt .tit{
    font-size: 36px;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 9px;
}
.footer .txt .tit span{
    color:#FF9900;
}
.footer .add{
    float: left;
    margin-right: 4vw;
    padding-top: 24px;
}
.footer .add .tit{
    font-size: 18px;
    color:#FFFFFF;
    margin-bottom: 6px;
    line-height: 1.71;
}
.footer .add .desc{
    color:#999999;
    font-size: 14px;
    line-height: 2;
}
.footer .txt .desc{
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px; 
}
/*.footer .qr{
  overflow: hidden;
  width: 127px;
  height: 127px;
  margin-top: 3px;
  background: url(../images/qr.jpg) no-repeat;
}*/
.fd-form{
    overflow: hidden;
    margin-right: 60px;
}
.fd-form .w140{
    width: 189px;
}
.fd-form .w180{
    width: 189px;
}
.fd-form .w350{
    width: 360px;
}
.fd-form{
  overflow: hidden;
  margin-bottom: 22px;
}
.fd-form .info{
  overflow: hidden;
  color:#6f6f6f;
  font-size: 14px;
  line-height: 35px;
}
.fd-form .box{
    overflow: hidden;
    float: left;
}
.fd-form .item{
    overflow: hidden;
    float: left;
    margin-right: 26px;
}
.fd-form .item .inp-box{
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px solid #6f6f6f;
}
.fd-form .item .inp::placeholder{
    color:#6f6f6f;
}
.fd-form .item.tj input{
  width: 121px;
  height: 35px;
  border: 1px solid #6f6f6f;
  background: transparent;
  color:#6f6f6f;
}
.links{
    overflow: hidden;
    padding:31px 0;
    background: rgba(0, 0, 0, 0.1);
}
.links .name{
    float: left;
    width: 116px;
    height: 28px;
    background: url(../images/links.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 30px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 14px;
    color:#ABABAB;
    margin-right: 15px;
}
#floatBottom{width:100%;height:53px;background:#333;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;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;}

.slidernew2 .swiper-slide{
  padding: 5px;
}
.slidernew2 .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew2 .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew2 .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew2 .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #D79B33 ;
  float: left;
  margin-right: 8px;
}
.slidernew2 .time p{
  overflow: hidden;
}
.slidernew2 .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew2 .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}

.g-morevideo{
  display: block;
  width: 200px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background-color: #f69314;
  margin:20px auto 0;
}

.g-form{
    overflow: hidden;
    background: url(../images/bgform.jpg) repeat right;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
    position: relative;
    padding: 34px 0 58px;
}
.g-form::after{
     content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.g-form .cn{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin-bottom: -2px;
}
.g-form .bom{
    overflow: hidden;
    margin-bottom: 17px;
}
.g-form .en{
    font-weight: bold;
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
    float: left;
}
.g-form .desc{
    float: right;
    font-size: 14px;
    color:#FFF;
}
.g-form::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.form .w30{
    float: left;
    width: 260px;
    margin-right: 20px;
    height: 60px;
    padding:0 10px;
    background-color: #fff;
}
.form .w30.w35{
    width: 600px;
    margin-right: 0;
     background-color: #fff;
}
.form input::placeholder{
    color:#696969;
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#333;
}
.form .sub{
    float: right;
}
.form .sub input{
    display: block;
    width: 219px;
    height: 60px;
    font-size: 16px;
    color:#000;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.g-qr{
  overflow: hidden;
}
.g-qr .item{
  float: left;
  width: 110px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  line-height: 45px;
  margin-right: 10px;
}
.g-qr .img{
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.g-qr .img img{
  display: block;
  width: 100%;
  height: 100%;
}
.menu{
  display: none;
}
@media only screen and (max-width: 1900px) {
  .wp-h {margin: 0 1%;}
}
@media only screen and (max-width: 1640px) {
.nav ul{width: 680px;}
 
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .g-iphone{display: none;}
    .nav ul{float: right;margin-right: 0;}
    .logo{line-height:100px;}
    .nav{padding-top: 24px;}
    body{padding-top: 100px;}
    .ul-tab{width: 800px;}
    .ul-tab li.hover .a{height: 80px;line-height: 80px;top: -7px;}
    .ul-tab li .a{line-height: 60px;}
    .ul-tab li {height: 60px;}
    .ul-list2 li{padding: 0 20px;}
    .ul-list2 .tit{font-size: 20px;}
    .row6{background-image: url(../images/pic10.jpg);}
    .g-about{width: auto;}
    .g-about .info,.g-about .link{margin-bottom: 30px;}
    .slider5 .swiper-button-prev{left:0;}
    .slider5 .swiper-button-next{left:45px;}
    .slider5{float: none;margin-top: 0;background: transparent;border:none;padding: 0;width: auto;height: auto;margin-bottom: 25px;}
    .g-img{height: 38vw;}
    .slider1.swiper-container{padding-bottom: 50px;}
    .fd-form .box{float: none;margin-right: 0;}
    .footer .txt .tit{font-size: 26px;}
    .footer .top{padding: 30px 0;}
    .form .w30.w35{width: 400px;}
    .nav li .sub a, .nav li .sub .v2{font-size: 13px;}
}
@media only screen and (max-width: 1350px) {
.row1{padding: 30px 0;}
.row1 .top{background: none;}

}
@media only screen and (max-width: 1230px) {
  .header{display: none;}
  .menuBtn{display: block;}
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}

    .menu{display: block;position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #eee;}
    .mnav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .mnav ul{float: none;width: auto;height: auto;border-radius: 0;background: #fff;}
    .mnav .phone{display: none;}
    .mnav li{float: none;width: auto;}
    .mnav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}
    .mnav li.on .v1::after{display: none;}
    .mnav 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;
    }
    .mnav .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;
}
.mnav .ss {
    position: static;
    display: none;
    background-color: #1f1f1e;
    width: auto;
}
    .mnav li .sub2{position: static;padding-left: 0;box-shadow:none;}
    .mnav li .sub2 a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .mnav li .sub2 .v2{text-align: left;padding: 0 20px;}
    .mnav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .mnav li:hover .v1,
    .mnav li.on .v1{
        background: none;
    }
    .mnav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;width: 200px;margin-top: 0;}
    body{padding: 60px 0 53px;}
    .row2 .txt{width: auto;float: none;}
    .g-form1{width: 100%;font-weight: normal;}
    .ul-list2 li{width: 50%;border:none;height: auto;margin-bottom: 10px;}
    .ul-list2 li.on{width: 50%;height: auto;}
    .ul-list2 .pic{margin: 0;}
    .ul-list2 .en,.ul-list2 .num{display: none;}
    .ul-list2 li.on .pic{display: none;}
    .ul-list2 .tit{margin-bottom: 6px;}
    .ul-list2 .ico{display: none;}
    .ul-tab2 li{display: block;float: left;padding:0;margin: 0;width: 16.66%;}
    .row6{padding: 30px 0 0;}
    .row7{padding: 30px 0;}
    .row4,.row3{padding: 30px 0;}
    .g-tit{margin-bottom: 20px;}
    .g-tit .cn{font-size: 28px;line-height: 28px;padding-bottom: 16px;margin-bottom: 10px;}
    .g-news .item{display: none;}
    .ul-tab2{margin-bottom: 30px;}
    .ul-tab{width: auto;float: none;overflow: hidden;}
    .ul-tab li.hover .a{top: 0;position: static; background: #FF9900;height: 60px;line-height: 60px;}
    .footer .add{float: none;margin-right: 0;padding-top: 0;}
    .fd-form .w350{width: 300px;}
    #floatBottom{display: block;}
    .form .w30,.form .w30.w35{width: auto;float: none;margin-right: 0;height: 45px;margin-bottom: 15px;}
    .form .sub input{height: 45px;}
    .g-bom .add{float: none;margin-right: 0;margin-bottom: 0;}
    .g-form .desc{display: none;}
    .form .sub {position: static;float: none;margin-top: 30px;}
    .g-qr{float: none;clear:left;padding-top: 10px;}
}
@media only screen and (max-width: 1023px) {
.g-tab .item{display: none;}
.slider5 .tit{margin-right: 20px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
.banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
.g-tit .cn{font-size: 22px;line-height: 22px;padding-bottom: 17px;margin-bottom: 8px;margin-top: 0;}
.g-tit .en{display: none;}
.ul-tab2 li{font-size: 14px;}
.row5{padding:30px 0;}
.g-tit .desc{font-size: 14px;}
.ul-list2 li.on,.ul-list2 li{width: auto;float: none;border:1px solid rgba(255,255,255,.3);padding: 10px;}
.ul-list2 .tit{font-size: 16px;}
.ul-list2 .desc{line-height: 1.8;height: auto;}
.footer .txt{float: none;margin-right: 0;}
.footer .txt .tit{font-size: 22px;}
.copy{margin: 15px 0;}
.fd-form {margin-right: 0;}
.fd-form .item{float: none;margin-right: 0;margin-bottom: 15px;}
.fd-form .w140,.fd-form .w180,.fd-form .w350{width: auto;float: none;margin-right: 0;}
}

@media only screen and (max-width: 960px) {
.ul-list1 li{width: 50%;}
}


@media only screen and (max-width: 767px) {
.g-tit .cn{font-size: 22px;}
.g-tit .desc{font-size: 14px;}
.ul-tab li{width: 50%;border-bottom:1px solid #eee;border-right: 1px solid #eee;}
.ul-tab2 .ico{display: none;}
.ul-tab2 li{width: 33.33%;border:none;line-height: 45px;background-color: #eee;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
.g-img{height: 200px;-webkit-background-size: cover;
background-size: cover;}
.g-img .txt{width: 100%;padding: 15px;height: 100%;position: static;transform: translateY(0%);padding-top: 50px;}
.g-img .tit{font-size: 18px;}
.row2 .txt a{float: none;margin-bottom: 15px;width: auto;}
.g-form1 .sub input{float: none;margin: 20px auto 0;}
.row2 .txt .cn{font-size: 20px;}
.ul-list1 .tit{font-size: 14px;line-height: 30px;}
.g-about .info{font-size: 14px;line-height: 1.8;}
.slider5 .swiper-button-prev{top: auto;bottom:10px;}
.slider5 .swiper-button-next{top: auto;bottom:10px;}
.slidernew .tit{font-size: 18px;}
.links .name{float: none;margin: 0 auto 15px;}
.slider1 .txt .tit{font-size: 16px;}
.g-form{padding: 30px 0;}
.footer .add{padding-top: 10px;}
.row7 .cn{text-align: center;}
.row7 .title .desc{float: none;text-align: center;}
.row7 .title a{float: none;margin:0 auto;}
.g-qr .item{width: 90px;}
.g-qr .img{width: 90px;height: 90px;}
.footer .top{padding-bottom: 16px;}
}

@media only screen and (max-width: 500px) {
  .g-tit .cn{font-size: 20px;}
  .slider1 .txt{padding-left: 20px;}
  .ul-tab li{height: 45px;}
  .ul-tab li .a,.ul-tab li.hover .a{font-size: 14px;line-height: 45px;height: 45px;padding-top: 0;}
  .ul-tab{padding-bottom: 15px;}
  .g-about .info, .g-about .link{margin-bottom: 20px;}
  .g-about .link a{margin-right: 0;}
  .g-about .link a:last-child{margin-left: 5px;}
}

