/*-----------------[åˆå§‹åŒ–]--------------*/
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 {max-width: 100%;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.img-cover{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
 img.img-contain{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
body{padding-top: 108px;}
body.index{padding-top: 0;}
/*å¸ƒå±€*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 58px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
   
}
.header.fixed{
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.logo{
    float: left;
    overflow: hidden;
     height: 108px;
    line-height: 108px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo .img2{
    display: none;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
    margin-right: 20px;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#000;
    display: block;
    line-height: 110px;
    padding: 0 18px;

}
.nav li:hover .v1{
    color:#0079C0;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 10px 0;
    background-color: #0079C0;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color:#fff;
    line-height: 35px;
     text-align: left;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#FF9900;
}

.nav .phone{
    float: left;
    height: 108px;
    line-height: 108px;
    padding-left: 36px;
    background: url(../images/ico1.png) no-repeat left  center;
}
.nav .phone span{
    font-size: 24px;
    color:#0079C0;
    font-family: Impact;
}


/*******************************
    -------[=å¯¼èˆª]-------
********************************/
.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: #0079C0;
    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 img{
    display: block;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 40px;
    left: 0;
    right: 0;
  }
.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;vertical-align: middle;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079C0;width: 82px;border-radius: 20px;}


.g-tit{
    text-align: center;
    margin-bottom: 24px;
    overflow: hidden;
}
.g-tit .cn{
    font-size: 48px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 2px;
}
.g-tit .desc{
    font-size: 16px;
    color:#68676C;
}
.ul-lis1{
    overflow: hidden;
    margin:0 -5px 55px;
    position: relative;
}
.ul-lis1::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 4px;
    background-color: #dee3e7;
    z-index: 2;
}
.ul-lis1 li{
    width: 20%;
    float: left;
}
.ul-lis1 li a{
    display: block;
    margin:0 5px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 16px;
    color:#000000;
    position: relative;
    z-index: 2;
    line-height: 46px;
    border-bottom:4px solid transparent;
}
.ul-lis1 li.on a,
.ul-lis1 li:hover a{
    z-index: 3;
    border-color: #f4ae22;
    background-color: #1b95d4;
    color:#fff;
}

.row1{
    overflow: hidden;
    padding:41px 0 72px; 
}
.pro-hot{
    overflow: hidden;
    margin-bottom: 36px;
}
.pro-hot .img{
    display: block;
    float: left;
    width: 686px;
    height: 420px;
    margin-right: 28px;
}
.pro-hot .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-hot .txt{
    overflow: hidden;
}
.pro-hot .txt .tit{
    font-size: 24px;
    font-weight: bold;
    color:#6F6F6F;
    margin-bottom: 20px;
}
.pro-hot .txt .desc{
    font-size: 15px;
    color:#6F6F6F;
    line-height: 2.13;
    margin-bottom: 10px;
}
.pro-hot .txt .desc p i{
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 3px;
    width: 7px;
    height: 7px;
    background: url(../images/pic14.jpg) no-repeat;
}
.pro-hot .txt .a{
    font-size: 14px;
    color:#939393;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 30px;
    background: url(../images/jian2.jpg) no-repeat right;
}
.pro-hot .txt .more{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.pro-hot .txt .more img{
    display: block;
    width: 326px;
    height: 217px;
}
.slider1{
    position: relative;
}
.slider1 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.slider1 .tit{
    display: block;
    text-align: center;
    background: #e5e5e5;
    font-size: 15px;
    font-weight: bold;
    color:#3A3B3A;
    line-height: 48px;
}
.slider1 .swiper-button-next{
     width: 44px;
    height: 74px;
    right:-44px;
     opacity: 1!important;
     z-index: 9;
     cursor: pointer;
    background: url(../images/pic4.jpg) no-repeat;
}
.slider1 .swiper-button-prev{
    width: 44px;
    height: 74px;
    z-index: 9;
    left:-44px;
    cursor: pointer;
    background: url(../images/pic3.jpg) no-repeat;
    opacity: 1!important;
}

.row2{
    padding:53px 0 0;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row2 .g-tit{
    margin-bottom: 41px;
}
.g-pro{
    height: 437px;

}
.g-pro .txt{
    float: left;
    height: 437px;
    padding: 37px 50px 50px;
    width: 715px;

}
.g-pro .txt .tit{
    font-weight: bold;
    font-size: 48px;
    color:#333;
    margin-bottom: 28px;
}
.g-pro .txt .tit i{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/ico21.png) no-repeat;
}
.g-pro .txt .desc{
    overflow: hidden;
     color:#999;
    line-height: 1.5;
    margin-bottom: 56px;
}
.g-pro .txt span{
    display: block;
    float: left;
    font-size: 16px;
}
.g-pro .txt p{
    overflow: hidden;
    font-size: 16px;
   
}
.map{
    width: 574px;
    height: 621px;
    position: relative;
    top: -92px;
    margin-bottom: -92px;
    float: right;
    background: url(../images/pro.png) no-repeat;
}
.map .mp{
    position: absolute;
    width: 246px;
}
.map .feng{
    display: none;
    background: #000;
    width: 168px;
    height: 46px;
    background: url(../images/ico5.png) no-repeat;
    line-height: 46px;
    color:#fff;
     position: absolute;
     left: 0;
    margin-right: 16px;
    text-align: center;
    margin-top: 10px;
}
.map .mito{
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    background:url(../images/ico20.png) no-repeat;
    animation: anim 3s ease-out infinite;
}
.map .mp:hover .mito{
    animation:none;
}
@keyframes anim
{
0%  { transform: scale(0.5);   opacity: 0;  }
50% { opacity: 1;   }
100% { transform: scale(1);  opacity: 0;  }
}
.ul-list2{
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.ul-list2 li{
    text-align: center;
    font-size: 18px;
    color:#333;
    font-weight: bold;
}
.ul-list2 li .ico{
    width: 81px;
    height: 82px;
    margin:0 auto 16px;
    background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: contain;
   background-size: contain;
}
.row3{
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
    padding: 55px 0 45px;
    background: url(../images/bg2.jpg) no-repeat;
}
.row3 .tit{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 18px;
}
.row3 .info{
    font-size: 24px;
    color:#FFFFFF;
    margin-bottom: 30px;
}
.row3 .desc{
    margin-bottom: 20px;
}
.row3 .desc span{
    font-weight: bold;
    font-size: 36px;
}
.row3 .desc i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(../images/ico22.png) no-repeat;
}
.row3 a{
   display: inline-block;
    width: 182px;
    height: 38px;
    margin-left: 17px;
    line-height: 38px;
    font-size: 16px;
    color:#FFFFFF;
    background-color: #F4AE22;
    border-radius: 20px;
}
.row4{
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
    padding:48px 0 160px;
    position: relative;
}
.row4::after{
    content:'';
    display: block;
    position: absolute;
    right: 85px;
    bottom: 0;
    width: 35vw;
    height: 34.84vw;
    background: url(../images/pro2.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-txt1{
    width: 864px;
    padding-top: 50px;
}
.g-txt1 .title{
    overflow: hidden;
    margin-bottom: 47px;
    background: url(../images/ico6.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.g-txt1 .title .item{
    float: left;
    width: 25%;
    line-height: 77px;
    padding-left: 20px;
    color:#fff;
    font-size: 20px;
}
.g-txt1 .title .item:last-child{
    font-size: 32px;
    font-weight: bold;
}

.ul-list3{
    overflow: hidden;
    margin:0 -24px;
}
.ul-list3 li{
    width: 25%;
    float: left;
}
.ul-list3 .con{
    margin:0 24px;
}
.ul-list3 .ico{
    margin:0 auto 24px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center ;
}
.ul-list3 .tit{
    text-align: center;
    font-size: 24px;
    color:#0D0D0D;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-list3  .desc{
    font-size: 14px;
    color:rgba(13, 13, 13, .7);
}
.g-more a{
    display: block;
    margin:0px auto 0;
    width: 350px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 28px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color:#222;
     line-height: 54px;
}
.g-more a span{
    display: block;
    float: left;
    width: 140px;
    color:#fff;
    background-color: #FF9900;
}
.row5{
    overflow: hidden;
    padding:44px 0 60px;
}

.row6{
    padding: 40px 0;
    overflow: hidden;
   background: #f4f8fb;
    -webkit-background-size: cover;
    background-size: cover;
}
.tab{
    overflow: hidden;
    background-color: #fff;
}
.tab .pic{
    width: 702px;
    height: 500px;
    float: right;
    overflow: hidden;
}
.tab .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab .txt{
    overflow: hidden;
    padding: 58px 72px 0;
}
.tab .txt .cn{
    font-size: 24px;
    color:#333333;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 11px;
}
.tab .txt .en{
    font-size: 48px;
    color:#0079C0;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}
.tab .txt .cn::after{
    display: block;
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #faab13;
}
.tab .txt .desc{
    font-size: 14px;
    color:#595959;
    margin-bottom: 37px;
    line-height: 1.71;
}
.tab .txt a{
    display: block;
    line-height: 44px;
    font-size: 14px;
    color:#5b5b5b;
    width: 160px;
    height: 46px;
    border:1px solid #1b95d4;
    overflow: hidden;
    text-align: center;
}


.ul-list5{
    overflow: hidden;
     margin:0 -10px;
}
.ul-list5 li{
    width: 20%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
}
.ul-list5 .con{
    display: block;
    margin:0 10px;
}
.ul-list5 .pic{
    position: relative;
    height: 0;
    padding-top: 138%;
    overflow: hidden;
}

.ul-list5 .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.ul-list5  .desc{
    position: absolute;
    right: 20px;
    bottom: 20px;

    font-size: 14px;
    color:#fff;
    text-align: right;
}
/*.ul-list5 .ss{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}*/
.ul-list5  .desc .tit{
    font-size: 16px;
    font-weight: bold;
    clear:right;
}
.ul-list5 .ico{
    width: 60px;
    height: 60px;
    margin: 0 0 8px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.ul-list5 .ico.i1{
    background-image: url(../images/ico11.png);
}
.ul-list5 .ico.i2{
    background-image: url(../images/ico12.png);
}
.ul-list5 .ico.i3{
    background-image: url(../images/ico13.png);
}
.ul-list5 .ico.i4{
    background-image: url(../images/ico14.png);
}
.ul-list5 .ico.i5{
    background-image: url(../images/ico15.png);
}


.row7{
    overflow: hidden;
    padding:50px 0 60px;
}
.row7 .title{
    font-size: 16px;
    color:#848484;
    margin-bottom: 25px;
}
.row7 .title .cn{
    font-size: 40px;
    color:#323232;
    font-weight: bold;
    line-height: 1.1;
}
.row7 .bom{
    overflow: hidden;
}
.row7 .bom .desc{
    float: left;
    line-height: 50px;
}
.ul-tab{
    float: right;
    overflow: hidden;
}
.ul-tab li{
    margin-left: 22px;
    float: left;
}
.ul-tab a{
    width: 160px;
    height: 41px;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    display: block;
    border:1px solid #e7e7e7;
    color:#666;
    cursor: pointer;
}
.ul-tab li:hover a{
    background-color: #0079C1;
    color:#fff;
    border-color: #0079C1;
}
.g-news{
    overflow: hidden;
}
.g-news .img{
    float: left;
    width: 613px;
    height: 448px;
    margin-right: 42px;
     background: url(../images/news.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slidernew.swiper-container{
    padding-top: 38px;
}
.slidernew .pic{
    width: 175px;
    height: 98px;
    overflow: hidden;
    float: right;
}
.slidernew a{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.slidernew .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.slidernew .txt{
    width: 406px;
    float: right;
    margin-right: 58px;
    padding-top: 10px;
}
.slidernew .tit{
    font-size: 16px;
    color:#333333;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .desc{
    font-size: 14px;
    color:#999999;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.slidernew .time{
    overflow: hidden;
    color:#999999;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url(../images/jian.jpg) no-repeat bottom left;
}
.footer{
    overflow: hidden;
    background: url(../images/bg5.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .box{
    overflow: hidden;
    padding:45px 0 80px;
}
.copy span,.copy a{
    font-size: 14px;
    color:#fff;
    display: block;
    line-height: 1.71;
}
.footer .txt{
    float: right;
    text-align: right;
}
.footer .txt .img1{
    width: 171px;
    height: 50px;
    float: right;
    margin-bottom: 16px;
    overflow: hidden;
    background: url(../images/logo1.png) no-repeat;
}
.footer  .img{
    overflow: hidden;
}
.footer .txt .img2{
    width: 392px;
    height: 52px;
    float: right;
     margin-bottom: 16px;
    background: url(../images/logo2.png) no-repeat;
    background-size: contain;
}
.footer .add{
    float: left;
    width: 840px;
}
.footer .add .tit{
    font-size: 16px;
    color:#FFFFFF;
    margin-bottom: 12px;
}
.footer .add span{
    font-weight: bold;
}
.footer .add .tel{
    font-size: 28px;
    color:#fff;
    font-family: ArialMT;
    line-height: 1.1;
    margin-bottom: 6px;
}
.footer .txt .desc{
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px; 
}
.footer .add .item{
    float: left;
    width: 50%;
    margin-bottom: 44px;
}
.footer .add .ico{
    width: 63px;
    height: 63px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0079C0;
    margin-right: 25px;
    background-repeat:no-repeat;
    background-position: center;
}
.footer .add .desc{
    overflow: hidden;
    color:#fff;
    font-size: 15px;
}
.links{
    overflow: hidden;
    line-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.links .name{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color:rgba(255, 255, 255, 0.4);
    margin-right: 30px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 15px;
   color:rgba(255, 255, 255, 0.4);
    margin-right: 15px;
}
#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: 1700px){
.nav li .v1{font-size: 14px;padding:0 15px;}
    .logo {width: 440px;}

}
@media only screen and (max-width: 1500px) {
    .nav .phone{display: none;}
    .row4::after{right: -10px;}

}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .wp-h{padding:0 15px;margin:0;}
    .nav .phone{display: none;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
 
   .nav ul{margin-right: 0;}
    .logo{width: 380px;}
   
   .row3 .tit{font-size: 32px;}
   .g-tit .cn{font-size: 32px;}
    .g-txt1{padding-top: 0;width: auto;}
    .row4::after{display: none;}
    .row4{padding-bottom: 50px;}
    .g-txt1 .title .item:last-child{font-size: 22px;}
    .ul-list5 .ico{width: 60px;height: 60px;}
    .tab .pic{width: 620px;}
    .slidernew .txt{width: 250px;margin-right: 20px;}
    .footer .add{width: 780px;}
    .footer .add .tel{font-size: 28px;}
    .footer .txt .img2{width: 20.42vw;height: 2.71vw;}
    .ul-list3 .tit{font-size: 18px;}
    .ul-list3 .ico{margin-bottom: 12px;}
    .tab .txt .en{font-size: 32px;}
    .pro-hot .img{width: 600px;height: 420px;}
    .pro-hot .txt .more img{width: 275px;height: 224px;object-fit: cover;}
    .row7 .title .cn{font-size: 28px;}
.map{right:-50px;}
.g-pro .txt{width: 600px;}
.g-pro .txt .tit{font-size: 32px;}
.pro-hot .txt .desc{font-size: 14px;}

}
@media only screen and (max-width: 1279px) {
.g-pro{height: auto;background: none;}
   .g-pro .txt{width: auto;padding: 30px;float: none;height: auto;}
   .g-pro .txt .tit{font-size: 30px;margin-bottom: 10px;}
   .g-pro .txt .desc{margin-bottom: 20px;}
   .map{top: 0;float: none;margin:30px auto;}
.ul-list2{display: block;}
   .ul-list2 li{float: left;margin-right: 30px;}
}
  
@media only screen and (max-width: 1230px) {
   .pro-hot .img{width: 468px;}
   .tab .pic,.g-news .img{display: none;}
   .slidernew .txt{width: calc(100% - 300px);}
   .tab .txt{padding: 30px;}
   .footer .txt{text-align: left;float: none;overflow: hidden;}
   .footer .img{display: none;}
   .footer .add{width: auto;float: none;overflow: hidden;}
   .ul-lis1{margin-bottom: 20px;}
   .ul-lis1 li a{font-size: 14px;}
   .row1,.row2,.row3,.row4,.row6{padding: 30px 0;}
       .row2 .g-tit{margin-bottom: 20px;}
   .row5{padding-top: 30px;}
    .slider1 .swiper-button-prev{left:0;}
    .slider1 .swiper-button-next{right: 0;}
    .wp,.wp-h{width: auto;padding: 0 15px;}
    .links .link a{width: auto;background: none;padding-bottom: 0;border-bottom: none;}
    .footer .tit{margin-bottom: 15px;}
    .menuBtn{display: block;}
     .nav{
        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;
    }
    .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(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav li .sub{position: static;padding-left: 0;box-shadow:none;width: auto;}
    .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;}
    .logo{line-height: 60px;height: 60px;}
    body{padding: 60px 0 53px;}
    #floatBottom{display: block;}
    .row3 .tit{font-size: 28px;}
    .row3 .info{font-size: 18px;}

  
}
@media only screen and (max-width: 1023px) {
    .pro-hot{display: none;}
   .g-tit .cn{font-size: 22px;}
.g-txt1 .title .item{line-height: 45px;}
.ul-list3 .con{margin:0 5px;}
.ul-list3{margin:0 -5px;}
.row3 .tit{font-size: 22px;}
.row3 .info{font-size: 14px;}
.row3{font-size: 16px;}
.map{display: none;}
.ul-list5 .pic{padding-top: 150%;}
.ul-list5 .ico{display: none;}
.ul-list5 li{width: 25%;}
.ul-list5 li:last-child{display: none;}

}
@media only screen and (max-width: 960px) {
   
.footer .txt .tit{font-size: 24px;}
}

@media only screen and (max-width: 767px) {
  .banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 16px;}
.ul-lis1 li:last-child{display: none;}
.ul-lis1 li a{margin:0;}
.ul-lis1{margin:0 0 20px;}
.ul-lis1 li{width: 50%;}
.g-pro .txt span{float: none;}
.ul-list2 li .ico{width: 50px;height: 50px;}
.ul-list2 li{font-size: 12px;font-weight: normal;margin-right: 0;width: 33.333%;}
.g-pro .txt{padding: 20px 10px;}
.g-pro .txt p{font-size: 14px;}
.row3 a{margin-top: 30px;}
.row3 .info{margin-bottom: 10px;}
.row3 .desc{margin-bottom: 0;}
.g-txt1 .title{display: none;}
.ul-list5{margin:0 15px;}
.ul-list5 .con{margin:0 5px;}
.ul-list3 li,.ul-list5 li{width: 50%;margin-bottom: 10px;}
.ul-lis1::after{display: none;}
.ul-lis1 li{border-bottom: 1px solid #eee;border-right: 1px solid #eee;}
}

@media only screen and (max-width: 500px) {
        
    .logo{width: 280px;}
   .ul-list3 li{font-size: 12px;}
   .ul-list3 li{padding:10px 0;}
   .ul-list3 li:nth-child(even){padding-left: 10px;}
   .g-more a{width: auto;}
  
   
        
}


@media only screen and (max-width: 1230px) {
.row7 .title .cn{font-size: 24px;}
.ul-tab,.row7 .bom .desc{float: none;}
.ul-tab li{margin-left: 0;margin-right: 15px;}
}
@media only screen and (max-width: 767px) {
    .ul-tab li{width: 33.333%;padding: 0 5px;margin:0;}
    .ul-tab li span{width: auto;}
    .row7{padding: 30px 0;}
    .footer .add .item{width: auto;float: none;height: 80px;}
    .copy span, .copy a{color:#fff;text-align: left;}
    .footer .box{padding: 30px 0;}
    .footer .add .desc{color:#999;}
    .ul-tab a{width: auto;}
    .footer .add .tit{margin-bottom: 0px;}
.ul-list5 .info{display: none;}
}

@media only screen and (max-width: 480px) {
.slidernew .pic{width: auto;float: none;height: auto;}
.slidernew .txt{width: auto;float: none;}
.slidernew.swiper-container{padding-top: 0;}
.tab .txt .cn{font-size: 20px;}
.g-tit .desc{font-size: 14px;}
}



.g-form{
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    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:#1C1C1C;
    font-weight: bold;
    margin-bottom: -2px;
}
.g-form .bom{
    overflow: hidden;
    margin-bottom: 17px;
}
.g-form .en{
    font-weight: bold;
    font-size: 12px;
    color:#1C1C1C;
    text-transform: uppercase;
    float: left;
}
.g-form .desc{
    float: right;
    font-size: 14px;
    color:#000000;
}
.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: 660px;
    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{
    position: relative;
    right: -31px;
    top: 0;
    float: left;
}
.form .sub input{
    display: block;
    width: 219px;
    height: 60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background-color: #42928F;
    cursor: pointer;
}

.g-qr2{
    position: fixed;
    width: 150px;
    right: 10px;
    bottom: 50px;
    z-index: 999;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.g-qr2 .img{
    width: 150px;
    height: 150px;
    background: url(../images/qr.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slidercase .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
}
.slidercase .tit{
    text-align: center;
    background: #eee;
    line-height: 45px;
    font-size: 16px;
    color:#333;
}