/*-----------------[åˆå§‹åŒ–]--------------*/
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: 120px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 182px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.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{width:394px;float:left;margin:34px 0 33px;height:55px;display:block;background:url(../images/logo.png) no-repeat left 
center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}


/*.logo{
    float: left;
    overflow: hidden;
     line-height: 120px;
     height: 120px;
}

.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:#222;
    display: block;
    line-height:120px;
    padding: 0 24px;
    text-align: center;
    border-bottom:2px solid transparent;
}
.nav li:hover .v1{
   background: #20AF8D;
   color:#fff;
}
.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: #20AF8D;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.g-tel{
    margin-left: 30px;
    font-size: 14px;
    color:#333;
    height: 46px;
    line-height: 19px;
    margin-top: 37px;
    padding-left: 58px;
    background: url(../images/ico1.png) no-repeat left center;
}
.g-tel span{
    padding-top: 5px;
    display: block;
    font-size: 24px;
    color:#20AF8D;
    font-weight: bold;
}


.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: #20AF8D;
    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: 34px;
height: 7px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 0;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #20AF8D;}

.g-tit{
        text-align: center;
        overflow: hidden;
        margin-bottom: 36px;
    }
    .g-tit .en{
        color:#e4e4e4;
        font-size: 48px;
        font-weight: bold;
        line-height: 48px;
        margin-bottom: -33px;
        text-transform: uppercase;
        font-family: 'Impact';
    }
    .g-tit .cn{
        font-size: 36px;
        color:#222222;
        position: relative;
        display: inline-block;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .g-tit .cn::before{
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin:0 auto;
        width: 40px;
        height: 4px;
        background: #20AF8D;
    }
    .g-tit .desc{
        font-size: 16px;
        color:#999999;
        padding-top: 15px;
    }
@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{
    background-color: #f6f6f6;
    padding: 55px 0 59px;
}
.prod .top{
    background-color: #fff;
    margin-bottom: 40px;
}
.prod .r{
    overflow: hidden;
    float: none;
    line-height: 72px;
}
.prod .r .more{
    float: right;
    font-size: 12px;
    display: block;
    color:#999999;
}
#chanpin2{
    display: none;
}
.ul-prod2{
    overflow: hidden;
}
.ul-prod2 li{
   float: left;
   width: 20%;
   text-align: center;
   position: relative;
}
.ul-prod2 li a{
    color:#333333;
    font-size: 14px;
    display: block;
    position: relative;
}
.ul-prod2 li.on a,
.ul-prod2 li:hover a{
    color:#20AF8D;
}
.ul-prod2 li:hover a::after {
    content: '';
    display: block;
    width: 78px;
    height: 2px;
    background-color: #20AF8D;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin:0 auto;
}
.tab1{
    width: 180px;
    height: 72px;
    line-height: 72px;
    color:#fff;
    padding-left: 58px;
    position: relative;
    background: #20AF8D url(../images/ico2.png) no-repeat left 18px center;
    font-size: 16px;
    display: block;
    position: relative;
    cursor: pointer;
}


.ul-prod .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    border:1px solid #e5e5e5;
    background-color: #fff;
}
.ul-prod .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.ul-prod .tit{
    background-color: #20AF8D;
    text-align: center;
    color:#fff;
    font-size: 16px;
    line-height: 42px;
}
.row2{
    padding: 39px 0 60px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.row2 .g-tit .en{
    color:rgba(255, 255, 255, 0.1);
} 
.row2 .g-tit .cn,.row2 .g-tit .desc{
    color:#fff;
}
.row2 .g-tit .cn::after{
    background-color: #fff;
}
.g-txt1{
    overflow: hidden;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 450px;
}
.g-txt1 .item{
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#fff;
    height: 3.42em;
    line-height: 1.71;
}
.g-txt1 .r .item .desc{
    text-align: right;
}
.g-txt1  .item .top{
    overflow: hidden;
    margin-bottom: -2px;
}
.g-txt1  .item .nub{
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
     vertical-align: middle;    
    font-family: 'Impact';
    margin-right: 15px;
}
.g-txt1  .item .txt{
   overflow: hidden;
   display: inline-block;
    vertical-align: middle;
   color:#fff;
   font-size: 18px;
   font-weight: bold;
}
.g-txt1  .r .item .top{
    text-align: right;
}
.g-txt1  .pic{
    overflow: hidden;
    text-align: center;
    width: 468px;
    height: 468px;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 1;
}
.row3{
    padding: 54px 0;
    overflow: hidden;
}
.ul-list1{
    overflow: hidden;
    margin:0 -33px;
}
.ul-list1 li{
    width: 16.66%;
    float: left;
    position: relative;
}
.ul-list1 li::after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -11px;
    width: 18px;
    height: 22px;
    background: url(../images/ico11.png) no-repeat;
}
.ul-list1 li:last-child::after{
    display: none;
}
.ul-list1 .con{
    margin:0 33px;
    padding: 34px 0 40px;
    text-align: center;
    background-color: #eee;
    font-size: 12px;
    color:#666666;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}
.ul-list1 .ico{
    width: 64px;
    height: 64px;
    margin:0 auto 21px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-list1 .tit{
    font-size: 18px;
    color:#222222;
    margin-bottom: 1px;
}
.row4{
    overflow: hidden;
    padding: 34px 0;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row4 .txt{
  float: left;
  color:#fff;
}
.row4 .txt .tit{
  font-size: 36px;
  margin-bottom: 10px;
}
.row4 .txt .desc{
  font-size: 24px;
  margin-bottom: 26px;
}
.row4 .txt .i{
  width: 55px;
  height: 4px;
  background: #20AF8D;
}
.row4 .add{
  float: right;
  padding-top: 11px;
}
.row4 .qr{
  overflow: hidden;
}
.row4 .qr .img{
  float: left;
  width: 128px;
  height: 127px;
  margin-left: 16px;
  background-repeat: no-repeat;
}
.row4 .link{
    float: left;
    margin-right: 42px;
}
.row4 .link .a{
    display: block;
    width: 320px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color:#fff;
    margin-bottom: 19px;
}
.row4 .link a:last-child{
  display: block;
    width: 320px;
    height: 56px;
    border: 1px solid #FF9900;
    border-radius: 28px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color:#fff;
    background: #FF9900;
}
.row5{
  overflow: hidden;
  background: #F7F7F7;
  padding: 60px 0 80px;
}
.g-about{
  overflow: hidden;
}
.g-about .txt{
  float: left;
  padding-top: 16px;
  width: calc(100% - 700px);
  padding-right: 4.11vw;
}
.g-about .tit{
  font-size: 24px;
  color:#333333;
  margin-bottom: 20px;
}
.g-about .desc{
  font-size: 14px;
  color:#666666;
  line-height: 2.29;
  margin-bottom: 3vw;
}
.g-about .more{
  display: block;
  width: 120px;
  height: 41px;
  border: 1px solid #20AF8D;
  border-radius: 21px;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  color:#20AF8D;
}
.g-about .pic{
  float: right;
  width: 700px;
}
.g-about .pic img{
  display: block;
}
#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;}


.ul-news li{
    margin-bottom: 15px;
    border-bottom:1px dashed #bfbfbf ;
}
.ul-news li a{
    display: block;
    overflow: hidden;
}
.ul-news .title{
    overflow: hidden;
    line-height: 24px;
     font-size: 14px;
     margin-bottom: 8px;

}
.ul-news .time{
    float: right;
    color:#999999;
}
.ul-news .desc{
    line-height: 1.7;
    font-size: 14px;
    color:#333;
    height: 3.4em;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news li:hover .tit{
    color:#00923F;
}
.ul-news .tit{
    overflow: hidden;
    color:#222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.g-tit2{
    overflow: hidden;
    margin-bottom: 30px;
}
.g-tit2 .more{
    display: block;
    float: right;
}
.g-tit2 .tit{
    overflow: hidden;
    font-size: 20px;
    color:#222222;
}
.ul-tab{
    overflow: hidden;
}
.ul-tab li{
    float: left;
}
.ul-tab em{
    font-size: 20px;
    color:#000000;
    font-style: normal;
}
.ul-tab li.on em{
    color:#00923F;
} 
.ul-tab span{
    font-size: 20px;
    color:#000000;
    margin:0 25px;
}
.ul-wt li{
    padding-bottom: 10px;
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    margin-bottom: 15px;
}
.ul-wt li .title{
    font-size: 18px;
    color:#333333;
    padding-left: 34px;
    margin-bottom: 5px;
    background: url(../images/ico12.png) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-wt li .desc{
    padding-left: 34px;
    font-size: 14px;
    color:#777777;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.g-list{
    overflow: hidden;
}
.g-list .item{
   
    overflow: hidden;
   
}
.g-list .item:first-child{
     float: left;
    width: 48%;
    margin-right: 4%;
}
.g-list .item:last-child{
    margin-right: 0;
}
.row6{
  padding: 50px 0;
}


/**links***/
.links{
    overflow: hidden;
    background-color: #313131;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}
.links .name{
    float: left;
    margin-right: 50px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#fff;
    line-height: 37px;
    margin-right: 34px;
}
/**footer**/
.footer{
   overflow: hidden;
   background: #313131;
   padding: 15px 0;
}
.fd-form{
    float: right;
    width: 510px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 28px;
}
.footer .title .en{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.fd-form .item .inp-box{
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 4px;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height:100px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14.02px;
}
.fd-form .btn input{
    display: block;
    height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #008655;
    background-image: url(../images/ico22.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.fd-form .item a{
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 44.93px;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #b98d47;
}
.fd-about{
    overflow: hidden;
}
.fd-about .l{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    margin-right: 83px;
}
.fd-about .l img{
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
}
.fd-about .desc{
    overflow: hidden;
    color:#fff;
}
.fd-about .item{
    overflow: hidden;
    margin-bottom: 22px;
}
.fd-about .icon{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
}
.fd-about .txt{
    overflow: hidden;
}
.fd-about .desc .tit{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.fd-about .tel{    
    font-weight: normal;
    font-size: 14px;
}
.fd-about .tel span{
    font-size: 21px;
    line-height: 1.1;
}
.fd-about .tell span br{display:none;}

.copy{
    font-size: 14px;
    padding-top: 6px;
}
.copy a{
    color:#FFF;
}
.copy img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.g-list{
    overflow: hidden;
}
.g-list .item{
   
    overflow: hidden;
   
}
.slidernew .pic{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
    background-color: #eee;
}
.slidernew .txt{
    background-color: #eee;
    padding:25px 28px 30px;
}
.slidernew .tit{
    font-size: 18px;
    font-weight: bold;
    color:#222222;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .time{
    font-size: 14px;
    color:#999999;
    margin-bottom: 10px;
}
.slidernew .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    height: 5.13em;
}
@media only screen and (max-width: 1900px) {

.g-tel span{font-size: 20px;}
.nav li .v1{padding: 0 15px;}
.wp-h{margin: 0 1%;}
}
@media only screen and (max-width: 1600px) {
       .wp{width: 1340px;margin:0 auto;padding: 0;}
}
@media only screen and (max-width: 1430px) {
    body{padding-top: 80px;}
    .wp,.wp-h{width: 1200px;}
    .logo{margin:13px 0 12px;}
    .nav li .v1{line-height: 80px;height: 80px;}
    .g-tel{display: none;}
    .fd-about .tell span{
        display: block;
    }

}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .header{background: #fff;}
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .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;height: auto;}
    .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;}
    .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;
        color:#333;
    }
    .nav li .v1::after{display: none;}
    .logo{width: 220px;padding-right: 0;height:31px;margin:15px 0 14px;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
  .hd-info .title{display: none;}
  .row1,.row4,.row5,.row2,.row3{padding: 30px 0;}
  .g-tit{margin-bottom: 20px;}

.g-about{padding-right: 0;}
.g-about .pic{display: none;}
.g-about .txt{width: auto;padding-right: 0;padding-top: 0;}
.row4 .txt{padding-top: 20px;}
.row4 .txt .desc{font-size: 16px;}
.row4 .txt .tit{font-size: 26px;}
.row4 .link{margin-right: 0;}
.row4 .link a{width: 240px; font-size: 14px;}
.ul-list1 .con{margin:0 5px;}
.ul-list1 {margin:0 -5px;}
.fd-form .btn input{background-position: 30%;}
   .g-list{padding: 0;}
   .g-list .item:first-child{width: auto;float: none;margin-right: 0;}
   .ul-news li{padding-bottom: 0;}
   #floatBottom{display: block;}
}
@media only screen and (max-width: 1023px) {
   .g-music .ml{float: none;width: auto;margin-right: 0;}
   .g-music .ml .tit{font-size: 28px;margin-bottom: 0;}
    .ul-pcat{overflow: hidden;margin-bottom: 20px;}
   .ul-pcat li{width: 25%;float: left;margin-bottom: 0;}
   .g-pcat{padding: 0;border-radius: 0;text-align: center;background: #eee;}
   .g-pcat::after{display: none;}
   .g-pcat.ss{display: none;}
   .ul-list1 li{width: 50%;margin-bottom: 15px;}
  .ul-list1 li::after{display: none;}
  .row4 .txt{float: none;text-align: center;padding-top: 0;}
  .row4 .txt .i{display: none;}
  .row4 .add,.row4 .link{float: none;text-align: center;}
  .row4 .link a,.row4 .link .a{margin:0 auto 15px;}
  .row4 .qr .img{float: none;display: inline-block;}
  .row4 .txt .desc{font-size: 14px;margin-bottom: 10px;}
  .fd-form{width: auto;float: none;}
   .fd-about .icon{margin-right: 15px;}
   .row6{padding: 30px 0 20px;}
   .ul-prod2 li a{font-size: 14px;line-height: 45px;}

}

@media only screen and (max-width: 960px) {
.g-tit .cn{padding-bottom: 8px;font-size: 26px;}
   .g-txt1 .item{margin-bottom: 30px;}
   .g-txt1 .pic{display: none;}
  .g-txt1 .l, .g-txt1 .r{width: 48%;}
  .tab1{width: 150px;}
  .prod .top{margin-bottom: 20px;}
}

@media only screen and (max-width: 767px) {
.g-txt1 .item{margin-bottom: 15px;}
   .g-txt1 .item .desc{height: auto;}
   .g-txt1 .item .nub{font-size: 24px;}
   .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
   .g-txt1 .r .item .top,.g-txt1 .r .item .desc{text-align: left;}
   .tab1{height: 50px;line-height: 50px;}
  .prod .l,.tab1{width: auto;float: none;}
  .prod .r{overflow: hidden;line-height: 40px;}
  .ul-prod2 li{width: 50%;}
  .row2{background: #20AF8D;}
  .g-tit .cn{font-size: 22px;margin-bottom: 0;padding-bottom: 0;}
  .g-tit .cn::before{display: none;}
  .g-tit .desc{padding-top: 10px;font-size: 14px;}
  .g-about .tit{font-size: 22px;margin-bottom: 15px;}
.row4 .link a:last-child{background-color: #20AF8D;border-color: #20AF8D;}
 .links .name{width: auto;float: none;text-align: center;}
 .fd-about .tell span br{
        display: block;
    }
}

@media only screen and (max-width: 500px) {
  #kfoutbox{display: none!important;}
}


.g-form{
    margin:30px 0;
}
.g-form .inp{
    width: 600px;
    height: 60px;
    padding: 0 15px;
    border:1px solid #999 ;
    margin-bottom: 20px;
    display: block;
}
.g-form .text{
    width: 600px;
    height: 100px;
    padding: 15px;
    border:1px solid #999 ;
    margin-bottom: 20px;
     display: block;
}
.g-form .inp::placeholder,
.g-form .text::placeholder{
    color:#333;
}
.g-form  .submit{
    width: 120px;
    height: 60px;
    background-color: #474747;
    color:#fff;
}
.ul-ncat{
    overflow: hidden;
    margin:20px 0 0;
}
.ul-ncat li{
    margin-right: 10px;
    float: left;
    text-align: center;
}
.ul-ncat li a{
    display: block;
    background-color: #20AF8D;
    color:#fff;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color:#fff;
}
@media only screen and (max-width: 767px) {
  .g-form .inp,.g-form .text{width: 100%;}
.g-form .inp{height: 45px;}
.g-form .text{height: 80px;}
}