/*-----------------[åˆå§‹åŒ–]--------------*/
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: 95px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 9%;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 100px;
}

.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;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#384248;
    display: block;
    line-height:100px;
    padding: 0 22px;
    text-align: center;
}
.nav li:hover .v1{
   color:#2579CA;
}
.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 li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.nav li.lx{
  padding-top: 10px;
  padding-left: 38px;
}
.nav .bd{
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.g-iphone{
  float: left;
  text-align: right;
  padding: 10px 10px 0 0;
}
.g-iphone .tel{
  font-size: 25px;
  color:#2579CA;
  line-height: 25px;
  font-family: Arial;
  font-weight: bold;
}
.g-iphone .s1{
  font-size: 14px;
  color:#000000;
  margin-bottom: 2px;
}
.nav li .img{
  overflow: hidden;
}
.nav li .img img{
  display: block;
}




.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: #005ACC;
    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: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 16px;
height: 16px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #2579CA;}

.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 29px;
}
.g-tit .tit{
    font-size: 45px;
    color:#191919;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 14px;
}
.g-tit .desc{
    font-size: 16px;
    color:#959595;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .g-tit .tit{font-size: 22px;}
  
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}



/**row1***/
.row1{
    padding: 39px 0 53px;
    overflow: hidden;
    background-color: #ffffff;
}
.slider1 .swiper-slide{
  padding-bottom: 0;
}
.slider1 .pic{
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.slider1 .txt{
  background-color: #f7f7f7;
  padding: 20px;
  position: relative;
}


.slider1 .tit{
  font-size: 22px;
  color:#000000;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider1 .desc{
  font-size: 14px;
  color:#888888;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slider1 .swiper-slide:hover .txt{
  background: #2579CA;
}

.slider1 .swiper-slide:hover .tit,
.slider1 .swiper-slide:hover .desc{
  color:#fff;
}
.slider1 .swiper-slide:hover .txt::after{
  display: block;
}

.slider2 .pic{
  overflow: hidden;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.slider2 .tit{
  overflow: hidden;
  padding:0 80px 0 23px;
  line-height: 60px;
  font-size: 18px;
  color:#585858;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff url(/template/default/images/pic9.jpg) no-repeat right 16px center;
}
.ul-link{
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
}
.ul-link li{
  display: inline-block;
  padding: 0 10px;
}
.ul-link a{
  display: block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: #2579CA;
  color:#fff;
  font-weight: bold;
}
.ul-link li:last-child a{
  background: #606060;
}

.row2{
  overflow: hidden;
  padding: 50px 0 0;
}
.g-txt1{
  overflow: hidden;
  background: #2579CA;
}
.g-txt1 .pic{
  float: left;
  width: 50%;
  height: 549px;
  overflow: hidden;
}
.g-txt1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-txt1 .txt{
  overflow: hidden;
  color:#fff;
  padding: 3.96vw 13.54vw 0 5.94vw;
}
.g-txt1 .en{
  text-transform: uppercase;
  font-size: 3.39vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 7px;
}
.g-txt1 .tit{
  font-size: 24px;
  margin-bottom: 19px;
}
.g-txt1 .desc{
  font-size: 15px;
  line-height: 2.13;
  margin-bottom: 30px;
}
.ul-t1{
  overflow: hidden;
}
.ul-t1 li{
  float: left;
  font-size: 16px;
  margin-right: 60px;
}
.ul-t1 li:last-child{
  margin-right: 0;
}
.ul-t1 li span{
  font-size: 48px;
  font-weight: bold;
  margin: 0 5px;
}
.row3{
  overflow: hidden;
  background: url(/template/default/images/bg1.jpg) no-repeat;
  padding: 50px 0 88px;
}
.tabar{
  background-color: #fff;
  overflow: hidden;
}
.tabar .txt{
  float: left;
  width: 50%;
  padding: 80px 120px 0 120px;
}
.tabar .txt .en{
  font-size: 24px;
  color:#999999;
  line-height: 1.1;
  text-transform: uppercase;
}
.tabar .txt .tit{
  font-size: 36px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 14px;
}
.tabar .txt i{
  display: block;
  width: 143px;
  height: 2px;
  background: #faab13;
  margin-bottom: 15px;
}
.tabar .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 28px;
}
.tabar .txt a{
  display: block;
  width: 190px;
  height: 47px;
  background: #2579CA;
  font-size: 16px;
  color:#fff;
  border-radius: 30px;
  text-align: center;
  line-height: 47px;
}
.tabar .pic{
  overflow: hidden;
  width: 50%;
  height: 414px;
}
.tabar .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-tab{
  overflow: hidden;
}
.ul-tab li{
  float: left;
  width: 25%;
  cursor: pointer;
  padding: 35px 0 35px 32px;
  background: #D6D6D6;
  border-right: 2px solid #fff;
}
.ul-tab li:last-child{
  border-right: none;
}
.ul-tab .num{
  float: left;
  text-align: center;
  width: 61px;
  height: 61px;
  line-height: 61px;
  background-color: #fff;
  font-size: 42px;
  color:#474747;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
}
.ul-tab li.on .num,
.ul-tab li:hover .num{
  color:#2579CA;
}
.ul-tab .desc{
  overflow: hidden;
  font-size: 14px;
  color:#929292;
  text-transform: uppercase;
}
.ul-tab .desc .cn{
  font-size: 24px;
  color:#474747;
  font-weight: bold;
  margin-bottom: 4px;
}
.ul-tab li.on,
.ul-tab li:hover{
  background-color: #2579CA;
}
.ul-tab li.on .cn,
.ul-tab li:hover .cn,
.ul-tab li.on .en,
.ul-tab li:hover .en{
  color:#fff;
}
.row4{
  padding: 50px 0 91px;
  overflow: hidden;
}
.slider3 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.slider3 .tit{
  background: #f7f7f7 url(/template/default/images/ico2.png) no-repeat right 14px center;
  padding: 0 50px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color:#333; 
  line-height: 67px;
   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider3 .tit span{
  display: block;
  float: right;
  text-transform: uppercase;
  font-weight: normal;
  color:#8e8e8e;
}

.row5{
  padding: 42px 0 70px;
  overflow: hidden;
  background: url(/template/default/images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.g-about{
    overflow: hidden;
    background-color: #fff;
}
.g-about .img{
    width: 50%;
    height: 500px;
    float: right;
    overflow: hidden;
}
.g-about .img .item{
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.g-about .img .info{
  position: absolute;
  bottom: 47px;
  left:28px;
  right: 28px;
  color:#fff;
  font-size: 16px;
  line-height: 1.5;
}
.g-about .img .info .tit{
  font-size: 30px;
  margin-bottom: 10px;
}
.g-about .txt{
    overflow: hidden;
    padding: 30px 64px 0;
}
.g-about .txt .cn{
    font-size: 24px;
    color:#2579CA;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 11px;
}
.g-about .txt .en{
    font-size: 3vw;
    color:#2579CA;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}
.g-about .txt .cn::after{
    display: block;
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #faab13;
}
.g-about .txt .desc{
    font-size: 16px;
    color:#595959;
    margin-bottom: 10px;
    line-height: 1.71;
}
.g-about .txt a{
    display: block;
    line-height: 44px;
    font-size: 14px;
    color:#2579CA;
    width: 171px;
    height: 48px;
    border-radius: 30px;
    border:1px solid #2579CA;
    overflow: hidden;
    text-align: center;
}
.row6{
  overflow: hidden;
  background: #f3f3f3;
  padding: 50px 0;
}
.sldier4 a{
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 50%;
}

.g-tit2{
  overflow: hidden;
  margin-bottom: 5px;
}
.g-tit2 .txt{
  float: left;
  font-size: 16px;
  color:#999999;
}
.g-tit2 .txt .tit{
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 2px;
}
.g-tit2 a{
  display: block;
  float: right;
  width: 171px;
  height: 48px;
  font-size: 16px;
  color:#2579CA;
  line-height: 46px;
  border:1px solid #2579CA;
  text-align: center;
  border-radius: 30px;
}
.row7{
  overflow: hidden;
  padding: 43px 0 65px;
}
.row7 .g-tit2 .tit{
  margin-bottom: 8px;
}
.g-news{

}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #F08200;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .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;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 12px;
  padding: 32px 0 25px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}


.footer{
    background: #242424;
    overflow: hidden;
    color:#9B9B9B;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    padding: 31px 0 0;
    border-bottom: 1px solid #4c4c4c;
}
.footer .tit{
    text-align: center;
    font-size: 30px;
    color:#FFFFFF;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.footer .tit::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    width: 32px;
    height: 2px;
    background: #87674a;
}
.footer .desc{
    font-size: 16px;
    margin-bottom: 16px;
}
.g-form{
    overflow: hidden;
    margin-bottom: 23px;
}
.g-form .w3{
    float: left;
    width: 270px;
    border:1px solid #3b3b3b;
    margin-right: 30px;
    height: 60px;
}
.g-form .w3.w35{
    width: 530px;
    margin-right: 0;
}
.g-form .w3 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 28px;
    color:#fff;
}
.g-form .w3 input::placeholder{
  color:#696969;
}
.g-form .sub{
    overflow: hidden;
    float: right;
}
.g-form .sub .foot_btn{
    display: block;
    width: 230px;
    height: 60px;
    line-height:60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background-color: #2579CA;
    cursor: pointer;
}
.g-add{
    overflow: hidden;
    margin-bottom: 10px;
}
.g-add .item{
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding:0 38px 0 58px;
    margin-right: 38px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.g-add .item:nth-child(3){
  padding-right: 0;
  margin-right: 0;
}
.g-add .item p span{
  font-weight: bold;
  font-size: 24px;
}
.g-add .item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.g-add .qr{
    overflow: hidden;
    float: right;
}
.g-add .qr p{
  font-size: 14px;
  color:#7A7A7A;
  width: 14px;
  float: left;
  padding-top: 14px;
  margin-right: 14px;
}
.g-add .qr .img{
    width: 109px;
    height: 107px;
    overflow: hidden;
    background: url(/template/default/images/qr4.jpg) no-repeat;
}
.copy{
    line-height:79px;
     background: #2579CA;
}
.copy a,.copy{
    color:#fff;
}
.links{
  overflow: hidden;
  color:#fff;
  padding: 30px 0;
  background: #242424;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.links .name{
  float: left;
  color:#AAAAAA;
  font-size: 16px;
  margin-right: 42px;
}
.links .link a{
  color:#fff;
  margin-right: 40px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;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;}
@media only screen and (max-width: 1800px) {
.nav li .v1{padding: 0 10px;}
.wp-h{margin: 0 5%;}
}
@media only screen and (max-width: 1600px) {
  .wp-h {margin: 0 1%;}
  .ul-t1 li span{font-size: 26px;}
  .g-txt1 .txt{padding: 70px 70px 0;}
  .g-txt1 .pic{height: 480px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .ul-tab .desc{font-size: 12px;}
    .tabar .txt{padding: 50px;}
    .g-add .item{font-size: 14px;}
    .logo{width: 300px;}
    .g-form .w3.w35{width: 300px;}
    .row1,.row3,.row4,.row5,.row6,.row7{padding: 40px 0 50px;}
    .copy{line-height: 50px;}
    .g-tit2 .txt .tit{font-size: 28px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .menuBtn{display: block;}
    .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom:53px;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}
    .nav li.on .v1::after{display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(/template/default/images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav li:hover .v1{color:#333;}
    .nav li .sub{position: static;padding-left: 0;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;width: 260px;margin-top: 0;}
    body{padding: 60px 0 53px;}
  .g-txt1 .txt{padding: 50px 50px 0;}
  .tabar .pic{height: 290px;}
  .tabar .txt .en{font-size: 14px;}
  .tabar .txt .tit{font-size: 26px;}
  .tabar .txt .desc{font-size: 14px;}
  .tabar .txt{padding: 30px 30px 0;}
  .ul-tab .num{display: none;}
  .ul-tab li{padding: 15px;}
  .ul-tab .desc .cn{font-size: 18px;}
  #floatBottom{display: block;}
  .nav li.lx{text-align: center;}
  .nav li .img{display: inline-block;vertical-align:text-top ;}
  .g-iphone{display: inline-block;float: none;vertical-align:text-top ;}
}
@media only screen and (max-width: 1023px) {

.g-form .w3,.g-form .w3.w35{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
.g-form .sub .foot_btn{width: 100%;}
.g-form .sub{float: none;}
.g-form2 .box{width: auto;}
.g-form2 .inp{width: calc(100% - 65px);}
.row4 .txt .t2{font-size: 22px;}
.g-tit2 .txt .tit{font-size: 26px;}
.g-about .img{display: none;}
.g-about .txt{padding: 30px;}
.g-add .item{float: none;margin-right: 0;padding-right: 0;}
.g-add .qr{float: none;padding-top: 30px;}
.g-txt1 .pic{width: auto;float: none;height: auto;}
.g-txt1 .txt{padding: 30px;}
.g-news .l{width: auto;float: none;margin-bottom: 20px;}
.ul-new{width: auto;float: none;padding-left: 0;}
.slidernew .swiper-slide{padding: 0;}
.slidernew .txt{border:1px solid #eee;}

}

@media only screen and (max-width: 960px) {
.g-tit .cn{padding-bottom: 8px;font-size: 26px;}
.g-add .qr{display: none;}
  .ul-tab .desc .en{display: none;}
  .tabar .pic{display: none;}
  .tabar .txt{padding: 30px;width: auto;float: none;}
.row2{padding-top: 30px;}
}

@media only screen and (max-width: 767px) {
.g-tit .tit{font-size: 22px;}
 .footer .top{padding: 30px 0;}
 .g-form{margin-bottom: 6px;}
 .g-txt1 .en{font-size: 18px;}
 .g-txt1 .tit{font-size: 22px;margin-bottom: 6px;}
 .g-txt1 .desc{font-size: 14px;}
 .ul-t1 li{margin-right: 10px;}
 .ul-t1 li span{font-size: 20px;margin: 0 5px;}
 .ul-link a{width: auto;border-radius: 0;}
 .ul-link li{display: block;width: 50%;float: left;margin: 0;}
 .slider1 .swiper-slide{padding-bottom: 30px;}
 .ul-link{padding-top: 30px;}
 .row1, .row3, .row4, .row5, .row6, .row7{padding: 30px 0;}
 .g-tit .desc{font-size: 14px;margin-bottom: 0px;}
 .g-txt1 .desc{margin-bottom: 5px;}
 .tabar .txt .tit{font-size: 22px;}
 .g-about .txt .en{font-size: 18px;}
 .g-about .txt .cn{font-size: 20px;}
 .g-tit2 .txt .tit{font-size: 20px;}

 .g-tit2 a{width: 120px;font-size: 14px;}
.tabar .txt a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
 .g-tit2 .txt .tit{font-size: 22px;}
 .g-tit2 .txt{float: none;text-align: center;margin-bottom: 8px;font-size: 14px;}
 .g-tit2 a{float: none;margin: 0 auto 20px;display: none;}
 .copy span,.copy a{line-height: 1.5;text-align: center;}
  .copy{line-height: 100%;padding: 10px 0;}
  .g-about .txt .desc{text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:6;
-webkit-box-orient:vertical;
overflow:hidden;}
}

@media only screen and (max-width: 500px) {
  .ul-new{display: none;}
  .banner.swiper-container .swiper-pagination-bullet{width: 6px;height:6px}
  
}

