/*-----------------[初始化]--------------*/
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;}
.contain img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
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;
}
.txt-one{
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-two{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*布局*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 auto;width: 1560px;}
body.index .links{
    display: block;
}
 .links{display: none;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.header.fixed{
    background-color: #474747;
}
.logo{
    float: left;
    overflow: hidden;
     height: 120px;
    width: 18.23vw;
    text-indent: -1000em;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.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;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height: 120px;
    padding: 0 30px;
    text-align: center;
}
.nav li:hover .v1{
    color:#85C62E;
}
.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: #474747;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    padding-left: 20px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#474747;
}

.nav .phone{
    float: left;
    font-size: 16px;
    color:#fff;
    position: relative;
    margin-top: 30px;
    padding-left: 72px;
    background: url(../images/ico1.png) no-repeat left 20px center;
}
.nav .phone span{
    font-size: 24px;
    color:#fff;
    font-family: Impact;
}
.nav .phone::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #848484;
    top: 50%;
    margin-top: -10px;
    left: 0;
}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/

.banner .swiper-slide{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:14px;height:14px;background:url(../images/ico2.png) no-repeat center;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:url(../images/ico3.png) no-repeat center;width: 18px;height: 18px;}


.g-tit{
    text-align: center;
    margin-bottom: 37px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#333;
    line-height: 36px;
    margin-top: -20px;
    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: #85C62E;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#ECECEC;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .desc{
    font-size: 16px;
    color:#999999;
}

.row1{
    background-color: #474747;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.3);
}
.row1 .wp{
    width: auto;
    padding: 0 8.33vw;
}
.slider1{
    text-align: center;
}
.slider1 .swiper-slide{
    padding: 18px 0;
    position: relative;
}
.slider1 .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 31px;
    right: 0;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
}
.slider1 .swiper-slide:last-child::after{
    display: none;
}
.slider1 .ico{
    width: 40px;
    height: 40px;
    margin:0 auto 14px;
    background-repeat: no-repeat;
    background-position: center ;
}
.slider1 .tit{
    font-size: 16px;
    color:#FFFFFF;
    margin-bottom: 1px;
}
.slider1 .desc{
    font-size: 12px;
    color:rgba(255, 255, 255, 0.6);
}
.g-more2 a{
    display: block;
    margin:60px auto 0;
    width: 500px;
    height: 56px;
    border: 1px solid #85C62E;
    border-radius: 28px;
    overflow: hidden;
    text-align: center;
    background-color: #85C62E;
    font-size: 18px;
    color:#fff;
     line-height: 54px;
}
.g-more2 a span{
    display: block;
    float: left;
    width: 300px;
    color:#85C62E;
    height: 54px;
      font-size: 18px;
    line-height: 54px;
    background-color: #fff;
}

.row2{
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    padding: 60px 0;
}
.ul-tab1{
    overflow: hidden;
    border:1px solid #E5E5E5;
    border-left: none;
    margin-bottom: 39px;
}
.ul-tab1 li{
    float: left;
    width: 16.6%;
    text-align: center;
    border-left:1px solid #E5E5E5;
}
.ul-tab1 li span,
.ul-tab1 li a{
    display: block;
    color:#222222;
    font-size: 16px;
    line-height: 68px;
}
.ul-tab1 li:hover span,
.ul-tab1 li:hover a,
.ul-tab1 li.hover span{
    background-color: #85C62E;
    color:#fff;
}
.g-box{
    overflow: hidden;
}
.gtab{

    overflow: hidden;
     background: url(../images/bg2.jpg) no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
     border:1px solid #E5E5E5;
     padding: 41px 50px ;
}
.g-video{
    float: right;
    width: 340px;
    margin-left: 20px;
}
.g-video .pic{
    position: relative;
    padding-top: 106%;
    overflow: hidden;
    height: 0;
}
.g-video .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.g-video .txt{
    overflow: hidden;
}
.g-video .txt .bf{
    float: left;
    width: 130px;
    height: 122px;
    background: #EEEEEE url(../images/video.png) no-repeat center;
}
.g-video .desc{
    overflow: hidden;
    background: #85C62E;
    color:#FEFEFE;
    font-size: 14px;
    height: 122px;
    padding: 36px 0 0 49px;
}
.g-video .desc p{
    font-size: 16px;
}
.slider2 .con{
    border: 1px solid #EEEEEE;
    text-align: center;
    font-size: 14px;
    color:#333333;
    padding: 30px 0 15px;
}
.slider2 .con .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.slider2 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    margin-bottom: 19px;
}
.slider2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}


.ul-prodlist{
    overflow: hidden;
    margin-top: 49px;
    border: 1px solid #E5E5E5;
     border-right:none;
}
.ul-prodlist li{
    float: left;
    width: 25%;
   border-right: 1px solid #E5E5E5;
}
.ul-prodlist li:hover a{
    background-color: #85C62E;
    color:#fff;
}
.ul-prodlist a{
    display: block;
    text-align: center;
    font-size: 14px;
    color:#222222;
    line-height: 44px;
}

.row3{
    background: url(../images/bg5.jpg) no-repeat;
    overflow: hidden;
    -webkit-background-size: 100% 100% ;
    background-size: 100% 100% ;
}
.g-ys{
    width: 58%;
    float: right;
}
.ul-list{
    overflow: hidden;
    padding: 28px 49px 0;
}
.ul-list li{
    float: left;
    width: 33.3333%;
    color:#999;
    font-size: 14px;
    margin-bottom: 35px;
    height: 76px;
    overflow: hidden;
}
.ul-list .ico{
    float: left;
    width: 62px;
    height: 62px;
    margin-right: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list .desc{
   padding-right: 40px;
    overflow: hidden;
    padding-top: 10px;
}
.ul-list p{
    font-size: 18px;
    line-height: 18px;
    color:#fff;
    margin-bottom: 8px;
}
.row4{
    padding: 50px 0;
}
.ul-tab2{
    overflow: hidden;
    text-align: center;
    margin-bottom: 36px;
}
.ul-tab2 li{
    display: inline-block;
    font-size: 16px;
    color:#222222;
    padding: 0 50px;
}
.ul-tab2 li .ico{
    width: 37px;
    height: 36px;
    margin:0 auto 6px;
    background: url(../images/ico19.png) no-repeat;
}
.ul-tab2 li:hover .ico,
.ul-tab2 li.hover .ico{
    background-image: url(../images/ico20.png);
}
.slider3 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.slider3 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slider3 .tit{
    background: #eee;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.g-table{
    overflow: hidden;
    border-bottom: 4px solid #454954;
}
.g-table .l{
    width: 72px;
    padding:110px 24px;
    font-size: 24px;
    line-height: 1.2;
    margin-right: 27px;
    color:#FFF;
    background-color: #454954;
}
.g-table .table{
    overflow: hidden;
    padding-bottom: 63px;
    
    position: relative;
}
/*.g-table .table::after{
    content:'';
    display: block;
    position: absolute;
    width: 17px;
    height: 15px;
    right: 0;
    bottom: 0px;
    background: url(../images/ico38.png) no-repeat;
}*/
.g-table table{
    display: block;
    width: 100%;
}
.g-table thead {
    display: block;
    width: 100%;
    background: url(../images/pic3.jpg) no-repeat;
    font-size: 20px;
    color:#333333;
    line-height: 72px;
}
.g-table thead tr,.g-table thead th {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
}
.g-table tbody,
.g-table tbody tr{
    width: 100%;
    display: block;
    overflow: hidden;
}
.g-table tbody td{
    width: 33.33%;
    display: block;
    float: left;
    font-size: 16px;
    color:#999999;
    text-align: center;
    border-right: 1px solid #e4e6ea;
}
.g-table tbody .t1 td{
    line-height: 52px;
} 

.g-table tbody .t2 td{
    line-height: 128px;
} 
.g-table tbody td:last-child{
    border-right: none;
}
.g-table tbody tr:nth-child(even){
    background-color: #f7f7f7;
}
.g-table tbody tr:first-child td{
    color:#333333;
}
.g-table  td em{
    font-size: 24px;
    color:#DC2626;
    font-style: normal;
}
.row5{
    overflow: hidden;
    padding: 50px 0 60px;
    background: url(../images/bg6.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-vs{
    overflow: hidden;
    position: relative;
}
.g-vs .vs{
    width: 136px;
    height: 136px;
    position: absolute;
    top: 341px;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
    line-height: 120px;
    font-size: 48px;
    background: url(../images/ico21.png) no-repeat;
    color:#fff;
}

.g-vs .item{
    width: 50%;
    float: left;
}
.g-vs .item .con{
     overflow: hidden;
    margin-right: 10px;
    
    border-radius: 40px 0px 0px 0px;
    background-color: #fff;
}
.g-vs .item .con .pic{
    overflow: hidden;
    height: 400px;
}
.g-vs .item .con .pic img{
    display: block;
    height: 100%;
    object-fit: cover;
}
.g-vs .item:nth-child(2) .con{
    margin-left: 10px;
    margin-right: 0;
    border-radius: 0px 0px 40px 0px;
}
.g-vs .item .txt{
    padding:20px 25px;
}
.g-vs .item:nth-child(2) .tit{
    padding-left: 60px;
}
.g-vs .tit{
    font-size: 20px;
    color:#222222;
    font-weight: bold;
    margin-bottom: 16px;
}
.g-vs .ss{
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    margin-bottom: 22px;
        display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.g-vs .con .ss:last-child{
    border-bottom: none;
}
.g-vs .w50{
    width: 299px;
    font-size: 14px;
    color:#999999;
    padding-left: 19px;
    padding-bottom: 10px;
    background: url(../images/ico22.png) no-repeat left top 8px;
}
.g-vs .w50 p{
    font-size: 16px;
    margin-bottom: 4px;
    color:#666666;
}
.g-vs .w50 span{
    display: block;
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
}
.g-more{
    margin:0 auto 40px;
    width: 540px;
    height: 40px;
    background: url(../images/ico32.png) no-repeat;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}
.g-vs .item:first-child .con{
    background-color: #454954;
}
.g-vs .item:first-child .con .tit,
.g-vs .item:first-child .con .w50 p,
.g-vs .item:first-child .con .w50 span {
    color:#fff;
}
.row6{
    padding: 40px 0 61px; 
}
.g-cd{
    overflow: hidden;
    margin-bottom: 39px;
}
.g-cd .txt{
    float: left;
    width: 400px;
     height: 160px;
    background: #454954;
    padding: 40px 30px;
}
.g-cd .txt p{
    font-size: 20px;
    color:#fff;
    margin-bottom: 5px;
}
.g-cd .txt .en{
    font-size: 11px;
    color:#fff;
    text-transform: uppercase;
}
.g-cd .txt .lin{
    width: 46px;
    height: 1px;
    margin-bottom: 9px;
    background-color: #fff;
}
.ul-cd{
    height: 160px;
    overflow: hidden;
     padding-top: 22px;
    border: 1px solid #DCDCDC;
}
.ul-cd li{
    width: 33.333%;
    float: left;
    text-align: center;
    font-size: 16px;
    color:#222222;
   
    position: relative;
}
.ul-cd li:last-child::after {
 display: none;
}
.ul-cd li::after{
    content: '';
    display: block;
    position: absolute;
    width: 152px;
    height: 12px;
    right: -50px;
    top: 37px;
    background: url(../images/ico33.png) no-repeat;

}
.ul-cd li .ico{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin:0 auto 6px;
    background-repeat: no-repeat;
}


.row7{
    overflow: hidden;
    padding: 74px 0 60px;
    background: url(../images/pic4.jpg) no-repeat;  
    -webkit-background-size: cover ;
    background-size: cover ;
}
.row7 .top{
    overflow: hidden;
}
.row7 .top .g-tit{
    float: left;
    text-align: left;
}
.row7 .top .g-tit .cn::after{
    margin:0;
}
.ul-tab3{
    float: right;
}
.ul-tab3 li{
    float: left;
    width: 150px;
    height: 40px;
    background: #E0E0E0;
    text-align: center;
    font-size: 14px;
    color:#818181;
    margin-left: 15px;
    line-height: 40px;
    cursor: pointer;
}
.ul-tab3 li.hover,
.ul-tab3 li:hover{
    background-color: #85C62E;
    color:#fff;
}
.g-about{
    overflow: hidden;

}
.g-about .txt{
    float: left;
    width: calc(100% - 615px);
}
.g-about .txt .desc{
    font-size: 16px;
    color:#666666;
    line-height: 2.38;
    margin-bottom: 53px;
}
.g-about .pic{
    float: right;
}

.ul-list2{
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.ul-list2 li{
    font-size: 14px;
    color:#999999;
    position: relative;
    padding-right: 30px;
}
.ul-list2 li:last-child::after{
    display: none;
}
.ul-list2 li::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
    height: 47px;
    background: #DBDBDB;
}
.ul-list2 .ico{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.ul-list2 .nub{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#85C62E;
}
.ul-list2 .nub span{
    font-size: 38px;
    font-family: Impact;
}
.ul-list2 .tit{
    margin-top: 11px;
}
.g-zh{
    overflow: hidden;
}
.g-zh .l{
    margin-right: 20px;
}
.g-zh .l .pic{
     position: relative;
     width: 697px;
    height: 380px;
    overflow: hidden;
}
.g-zh .l .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.g-zh .l .pic .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform:translate(-50%,-50%);
    background: url(../images/video2.png) no-repeat;
}
.ul-list3{
    overflow: hidden;
    margin:0 -10px;
}
.ul-list3 li{
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ul-list3 .pic{
    height: 148px;
    line-height: 148px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.ul-list3 .pic img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.ul-list3  .tit{
    text-align: center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #85C62E;
    font-size: 14px;
    color:#fff;
}

.slider4 .pic{
    position: relative;
    height: 0;
    padding-top: 141%;
    overflow: hidden;
}
 .slider4 .tit{
    text-align: center;
    font-size: 16px;
    color:#333;
    line-height: 26px;
    display: block;
    padding:15px 0;
 }
 .row8{
    padding-top: 58px;
 }
.g-news{
    overflow: hidden;
    margin-bottom: 44px;
}
.g-news .title{
    margin-bottom: 30px;
    overflow: hidden;
}
.g-news .title .cn{
    float: left;
    font-size: 18px;
    color:#85C62E;
}
.g-news .title a{
    display: block;
    float: right;
    font-size: 14px;
    color:#999999;
}
.g-news .gs{
    float: left;
    width: 570px;
    margin-right: 49px;
}
.g-news .hy{
    overflow: hidden;
}
.g-video2 .pic{
    position: relative;
    height: 398px;
    overflow: hidden;
}
.g-video2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g-video2 .pic .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    padding: 0 30px;
    background: rgba(0, 0, 0, .5);
    color:#fff;
}
.g-video2 .pic .tit .time{
    float: right;
}
.g-video2 .pic .bf{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: url(../images/video2.png) no-repeat;
}
.ul-news a{
    margin-bottom: 19px;
    background: #eee;
    overflow: hidden;
    display: block;
    padding: 15px 15px 15px 32px;
}
.ul-news .time{
    overflow: hidden;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 3px;
    padding-top: 12px;
    margin-right: 20px;
    float: right;
}
.ul-news .day{
    font-size: 30px;
    display: block;
    text-align: center;
    color: #666;
}
.ul-news .year{
    height: 20px;
    margin-top: 0px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.ul-news .txt{
    overflow: hidden;
    padding-right: 20px;
}
.ul-news  .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news  .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.row9{
    overflow: hidden;
    background-color: #F7F7F7;
    border-top: 1px dashed #E5E5E5;
    padding: 45px 0 60px;
}
.row9 .item{
    float: left;
    width: 45%;
    margin-right: 10%;
}
.row9 .item:last-child{
    margin-right: 0;
}
.row9 .title{
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom: 1px solid #BEBEBE;
}
.row9 .title p{
    font-size: 20px;
    color:#222;
    font-weight: bold;
    line-height: 20px;
}
.row9 .title .more{
    display: block;
    float: right;
    color:#999999;
    font-size: 14px;
}
.ul-list-3{
    overflow: hidden;
    margin:0 -70px;
}
.ul-list-3 li{
    float: left;
    width: 50%;
}
.ul-list-3 li a{
    display: block;
    overflow: hidden;
     margin:0 70px;
    padding: 28px 0 20px;
    border-bottom: 1px dashed #BFBFBF;
}
.ul-list-3 .tit{
    padding-left: 25px;
    background: url(../images/ico30.png) no-repeat left center;
    font-size: 18px;
    color:#333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.ul-list-3 .tit span{
    display: block;
    float: right;
    font-size: 16px;
    color:#999999;
    padding-left: 29px;
    background: url(../images/ico31.png) no-repeat left center;
}
.ul-list-3 .desc{
    margin-left: 25px;
    font-size: 14px;
    color:#666;
    line-height: 1.71;
    margin-bottom: 5px;
    height: 3.42em;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.ul-list-3 .time{
    margin-left: 25px;
    padding-left: 25px;
    font-size: 16px;
    color:#999999;
    background: url(../images/ico-time.png) no-repeat left center;
}












.g-tit2{
    text-align: center;
    margin-bottom: 38px;
}
.g-tit2 .cn{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    margin-bottom: 13px;
}
.g-tit2 .desc{
    font-size: 14px;
    color:#666666;
    height: 14px;
    line-height: 14px;
}
.g-tit2 .desc i{
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 1px;
    background: #A6A6A6;
    margin:.0 20px;
}
.footer{
    background: url(../images/bg7.jpg) no-repeat top #303030;
    padding-top: 91px;
    overflow: hidden;
}
.g-contact{
    overflow: hidden;
    border:10px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}
.g-contact .boxx{
    background-color: #fff;
    overflow: hidden;
     padding: 20px 93px 23px;
}
.g-contact .boxx .g-tit{
    padding-top: 0;
}
.g-contact .txt{
    float: left;
    width: calc(100% - 540px);
    font-size: 14px;
    line-height: 2.29;
    padding-right: 30px;
}
.g-contact .txt .tit{
    font-size: 18px;
    color:#333333;
    line-height: 32px;
    font-weight: bold;
}
.g-contact .txt .img{
    width: 100px;
    height: 100px;
    margin-top: 30px;
    background: url(../images/qr.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-form{
    float: right;
    width: 540px;
}
.g-form .box{
    overflow: hidden;
}
.g-form .item{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 13px;
}
.g-form .item:last-child{
    margin-right: 0;
}
.g-form .item input{
    display: block;
    width: 100%;
    height: 38px;
    border:1px solid #D2D2D2;
    padding: 0 16px;
}
.g-form textarea{
    display: block;
    width: 100%;
    height: 123px;
    border:1px solid #D2D2D2;
    padding: 16px;
    margin-bottom: 23px;
    resize: none;
}
.g-form .sub .foot_btn{
    width: 117px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    background: #85C62E;
    font-size: 14px;
    color:#FFFFFF;
}
.ft-nav{
    margin-bottom: 20px;
}
.ft-nav a,.ft-nav em{
    color:#fff;
    font-size: 14px;
}
.ft-nav em{
    margin:0 8px;
}
.links{
    overflow: hidden;
    color:#fff;
    font-size: 14px;
}
.links .tit{
    float: left;
}
.links .link{
    overflow: hidden;
    margin-right: 8px;
}
.links .link a{
    color:#fff;
}
.links{
    background: rgba(0, 0, 0, 0.3);
    line-height: 50px;
}
.copy{
    margin-bottom: 20px;
}
.copy span,.copy a,.copy{
   color:#FFFFFF;
}

#floatBottom{width:100%;height:53px;background:#474747;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: 1600px){
.wp-h{padding: 0 50px;width: auto;}
.nav .phone{padding-left: 13px;background: none;}
.slider1 .swiper-slide::after{display: none;}
.row1 .wp{padding: 0 ;}
.ul-list{padding-left: 20px;padding-right: 20px;}
.ul-list .desc{padding-right: 5px;}
}
@media only screen and (max-width: 1600px) {
    
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}
   .g-about .pic{max-width: 400px;}
   .nav .phone{display: none;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
    .footer .top{padding: 30px 0;}
    .g-about .name .cn{font-size: 28px;}
    .g-about a.more{margin-bottom: 30px;}
    .ul-list2 li::after{display: none;}
    .g-about .txt{width: calc(100% - 420px);}
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;}
    .fd-form,.fd-desc{width: auto;float: none;}
    .header .title{display: none;}
    .header{background-color: #474747;}
    .links .link a{width: auto;background: none;padding-bottom: 0;border-bottom: none;}
    .footer .tit{margin-bottom: 15px;}
    .fd-desc .desc .add{margin-bottom: 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;}
    .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/sel2.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;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;width: 220px;height: 60px;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
    .g-tit .cn{font-size: 26px;line-height: 26px;padding-bottom: 16px;margin-bottom: 20px;}
    .g-form{float: none;width: auto;overflow: hidden;padding-left: 30px;}
    .g-contact .boxx{padding-left: 25px;padding-right: 25px;}
    .header{box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}
    
     .slider1 .swiper-button-prev,.slider1 .swiper-button-next{display: none!important;}
    .g-about .txt{width: auto;float: none;}
    .g-about .pic{display: none;}
    .g-about .txt .desc{font-size: 14px;line-height: 1.7;}
    .g-zh .l .pic{width: 500px;}
    .g-video2 .pic{height: 260px;}
    .g-news .gs{width: 470px;margin-right: 20px;}
    .ul-list-3 li a{margin:0 20px;padding-bottom: 0;padding-top: 10px;}
      .ul-list-3 li{width: auto;float: none;}
        .ul-list-3 li:nth-child(2n+1){display: none;}
    .ul-list-3{margin:0 -20px;}
    .g-news .title{margin-bottom: 15px;}
    .g-cd .txt{width: 300px;padding:30px 20px 0;}
    .g-table tbody .t2 td{line-height: 80px;}
    .g-table .l{font-size: 20px;padding: 82px 24px;}
    .g-tit .en{font-size: 36px;line-height: 36px;}
    .ul-tab2 li{display: block;width: 20%;float: left;padding: 0;}
    .row9{padding: 40px 0;}
    .row8{padding: 30px 0 0px;}
    .g-news{margin-bottom: 0;}
    .row5,.row2{padding: 40px 0;}
    .g-tit{margin-bottom: 30px;}
    .g-ys{width: auto;}
    .row3{background: url(../images/bg4.jpg );-webkit-background-size: cover;
    background-size: cover;}
    .gtab{padding: 30px;}
    .g-video{width: 310px;}
    .ul-tab1 li span, .ul-tab1 li a{font-size: 14px;}
    .ul-prodlist,.g-more2 a {margin-top: 40px;}
    .ul-prodlist a{font-size: 12px;}
    .row7{padding: 40px 0;}
    .ul-tab1 li{width: 33.33%;border-bottom: 1px solid #E5E5E5;}
}
@media only screen and (max-width: 1020px) {
    
   .g-tit .cn{font-size: 22px;}
    .copy{padding: 15px 0;line-height: 1.8;}
    .copy a{display: inline-block;line-height: 1.8;}
    .g-contact .txt{float: none;margin-bottom: 15px;}
    .g-form{padding-left: 0;}
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .g-tit .desc i{display: none;}
    .g-video{float: none;}
    .ul-tab1 li span, .ul-tab1 li a{font-size: 12px;line-height: 46px;}
    .gtab{width: auto;float: none;}
    .g-video{width: auto;float: none;margin-left: 0;}
    .g-video .pic{float: left;width: 300px;height: 122px;padding-top: 0;}
    .ul-list li,.g-vs .w50{font-size: 10px;}
    .g-vs .item .con .pic{height: 240px;}
    .g-vs .vs{top: 160px;}
    .g-cd .txt{width: auto;float: none;height: auto;padding: 15px;}
    .row7 .top .g-tit,.ul-tab3{float: none;text-align: center;}
    .ul-tab3 li{display: inline-block;float: none;}
    .g-tit .cn::after{display: none;}
    .g-tit .cn{margin-bottom: 0;}
    .g-tit{margin-bottom: 20px;}
    .ul-tab3{margin-bottom: 20px;}
    .g-news .gs,.g-zh .l{width: auto;float: none;margin-bottom: 30px;margin-right: 0;}
    .g-zh .l .pic{width: auto;height: 300px;}
    .g-contact .txt{width: auto;}
    
}
@media only screen and (max-width: 960px) {
    
   .slider4{padding: 10px;}
   .row4,.row6{padding: 30px 0;}
    .g-service .title .cn{font-size: 24px;}
    .g-about .name .en{font-size: 24px;}
    .g-about .name .cn{font-size: 20px;padding-bottom: 10px;margin-bottom: 15px;}
    .g-about .name{margin-bottom: 0;}
    .g-about .desc{font-size: 14px;margin-bottom: 30px;}

}

@media only screen and (max-width: 767px) {
    .row5, .row2{padding: 30px 0;}
   .g-tit .cn {font-size: 20px;margin-bottom: 0px;line-height: 100%;margin-top: -8px;padding-bottom: 6px;}
   .g-tit .desc{font-size: 14px;}
   .row2{padding-bottom: 30px;}
   .g-contact .txt{font-size: 12px;line-height: 1.8;padding-right: 0;}
   .g-contact  .qr{margin-top: 20px;}
   .footer{padding-top: 25px;}
   .ft-nav{display: none;}
   .links{margin-bottom: 15px;}
   .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
   .g-txt1 .r .item .top,.g-txt1 .r .item .desc{text-align: left;}
   .g-more{margin-bottom: 0;}
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
    .ul-tab1 li{width: 50%;border-bottom: 1px solid #eee;}
    .ul-tab1 li:nth-child(5),.ul-tab1 li:nth-child(6){border-bottom: none;}
    .ul-prodlist li{width: 50%;border-bottom: 1px solid #eee;}
    .g-video .pic{width: auto;float: none;height: 220px;}
    .g-tit .en{font-size: 24px;line-height: 24px;}
    .ul-tab1{margin-bottom: 20px;}
    .g-more2 a{width: auto;height: 46px;line-height: 44px;}
    .g-more2 a span{width: 200px;font-size: 14px;line-height: 44px;}
    .ul-list li{width: 50%;margin-bottom: 15px;}
    .g-more{width: auto;background: none;display: none;}
    .g-vs .item{width: auto;float: none;}
    .g-table .l{float: none;padding: 0;line-height: 45px;width: auto;margin-right: 0;text-align: center;margin-bottom: 15px;}
    .g-table tbody .t2 td{line-height: 56px;font-size: 12px;}
    .ul-cd{height: auto;padding: 15px 0;}
    .ul-cd li::after{display: none;}
    .ul-cd li .ico{width: 60px;height: 60px;-webkit-background-size: cover;
    background-size: cover;}
    .ul-cd li {font-size: 12px;}
    .g-vs .vs{display: none;}
    .g-vs .tit{margin-bottom: 6px;}
    .g-vs .w50{width: auto;padding-bottom: 0;margin-bottom: 5px;}
    .g-vs .item .txt{padding: 10px;}
    .g-vs .w50 span{height: auto;}
    .g-vs .item:nth-child(2) .tit{padding-left: 0;}
    .g-vs .ss{display: block;margin-bottom: 0;border-bottom: none;}
    .g-vs .item .con,.g-vs .item:nth-child(2) .con{margin:0;padding: 0px;border-radius: 0;}
    .ul-tab3 li{width: 33.333%;display: block;float: left;margin:0;margin-bottom: 15px;}
    .ul-list2{display: block;}
    .ul-list2 li{width: 50%;float: left;margin-bottom: 15px;padding-right: 0;}
    .g-about .txt .desc{margin-bottom: 30px;}
    .row7,.row9{padding: 30px 0 20px;}
    .g-table .table{padding-bottom: 0;}
    .ul-list3 li{width: auto;float: none;}
    .ul-list3 li:nth-child(2n+2){display: none;}
    .ul-news .time{margin-right: 0;}
    .row9 .title{padding-bottom: 10px;  }
    .gtab{border:none;padding:0;}
}

@media only screen and (max-width: 500px) {
        
      
    .ul-list1 li{width: 50%;margin-bottom: 10px;}
    .ul-list1 li::after{display: none;}
    .g-about .txt{padding: 0;}
    .ul-prodlist, .g-more2 a{margin-top: 20px;}
    .ul-list li{width: 50%;margin:0 0 10px;height: auto;}
    .ul-list{padding-bottom: 10px;}
    .ul-list .desc{text-align: center;}
    .ul-list .ico{float: none;margin:0 auto 4px;}
    .ul-list{padding: 15px 15px 0;}
    .ul-tab2 li{width: 50%;line-height: 35px;background-color: #eee;margin-bottom: 1px;border-right: 1px solid #fff;font-size: 14px;}
    .ul-tab2 li .ico{display: none;}
   .slider2 .con{padding: 0 0 4px;}
   .slider2 .pic{margin-bottom: 4px;}
        
}

.g-fz,.g-fz a{
    font-size: 14px;
    color:#fff;
}
.g-fz{
    margin:20px 0 ;
}
.g-prod{
    margin-top: 30px;
    overflow: hidden;
}
.g-prod .left{
    width: 320px;
    float: left;
    margin-right: 40px;
}
.g-prod .info{
    overflow: hidden;
    padding: 0 10px;
}
.g-prod .left .title{
    background-color: #474747;
    color:#fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.ul-pact a{
    line-height: 45px;
    padding-left: 20px;
    color:#333;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    transition:all .3s;
}
.ul-hot a{
    display: block;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    transition:all .3s;
}
.ul-pact a:hover,
.ul-hot a:hover{
    background: #474747;
    color:#fff;
    padding-left: 30px;
}
.mb30{
    margin-bottom: 30px;
    border:1px solid #eee;
    border-bottom: none;
}
.g-prod .left  .p3 {
    margin-bottom: 30px;
}
.g-prod .left  .p3 .img{
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/pic5.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-prod .left  .p3 ul{
     background: #474747;
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
}

@media only screen and (max-width: 1230px) {
    .g-prod .left{width: 260px;margin-right: 20px;}
    #floatBottom{display: block;}
}
@media only screen and (max-width: 1023px) {
    .g-prod .left{width: auto;float: none;margin-right: 0;}
    .g-prod .left .p2,.g-prod .left .p3{display: none;}
    .ul-pact{overflow: hidden;}
    .ul-pact li{width: 50%;float: left;}
    .g-tit2 .desc i{display: none;  }
    .g-tit2 .cn{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
    .ul-pact a{text-align: center;padding-left: 0;font-size: 14px;}
    .g-prod .left .title{padding-left: 0;text-align: center;}
    .banner .swiper-slide img{height: 180px;object-fit: cover;}
}

.row-n1{
  overflow: hidden;
  padding-top: 80px;
  background: url(../images/bg-n1.jpg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
}
.row-n1 .g-tit{
  text-align: left;
  margin-bottom: 29px;
}
.row-n1 .g-tit .en{
  color:rgba(255, 255, 255, 0.05);
}
.row-n1 .g-tit .cn{
  color:#fff;
}
.row-n1 .g-tit .cn::after{
  display: none;
}
.ul-sfq{
    color:#fff;
    position: relative;
}
.ul-sfq .tit{
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 38px;
} 
.ul-sfq .desc{
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 37px;
}
.ul-sfq .desc p{
  margin-bottom: 24px;
}


.ul-tabar{

  background: rgba(23, 23, 23, .5);
}
.ul-tabar ul{
  overflow: hidden;
}
.ul-tabar li{
  width: 20%;
  float: left;
  padding: 37px 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ul-tabar .num{
  width: 70px;
  height: 50px;
  margin:0 auto 10px;
  background-repeat: no-repeat;
}
.ul-tabar .tit{
  font-size: 16px;
  color:#FFFFFF;
  text-align: center;
}
.row-n2{
  padding-top: 55px;
}
.ul-ys li.on{
  background-color: #85C62E;
}

.ul-sy{
  overflow: hidden;
}
.ul-sy .swiper-slide{
  height: 574px;
  padding-right: 1px;
}
.ul-sy .pic{
  height: 380px;
  overflow: hidden;
   background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
}
.ul-sy .swiper-slide .pic img{
  display: block;
}
.ul-sy .txt{
  background: #454954;
  height: 120px;
  transition: all .3s;
  overflow: hidden;
}
.ul-sy .tit{
  color:#fff;
  padding-top: 36px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 34px;
}
.ul-sy .tit .en{
  font-size: 12px;
  text-transform: uppercase;
}
.ul-sy .swiper-slide:hover .txt{
  height: 314px;
  position: relative;
  top: -120px;
  background: url(../images/n6.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.ul-sy .desc{
  text-align: center;
  color:#fff;
  font-size: 16px;
  margin-bottom: 54px;
}
.ul-sy i{
  display: block;
  margin:0 auto;
  width: 58px;
  height: 58px;
  background: url(../images/n5.png) no-repeat;
}
@media only screen and (max-width: 1900px) {
.row-n1{padding-top: 30px;}
}
@media only screen and (max-width: 1600px) {
.ul-sfq .desc p{margin-bottom: 0;}
.ul-sfq .desc{font-size: 14px;line-height: 2;}
}
@media only screen and (max-width: 1430px) {
.ul-tabar li{padding-top: 24px;}
}
@media only screen and (max-width: 1365px) {
.ul-tabar{background: #232323;}
.ul-sfq .tit{font-size: 26px;margin-bottom: 30px;}
.ul-sy i{display: none;}
}
@media only screen and (max-width: 1023px) {
    .ul-tabar .num{display: none;}
    .ul-tabar .tit{font-size: 14px;}
    .ul-sy  .pic{height: 240px;}
    .ul-sy .swiper-slide{height: 450px;}
    .ul-sy .swiper-slide:hover .txt{top: 0;}
    .row-n1{background: none;padding-top: 0;}
    .row-n1 .bg{background: url(../images/bg-n1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;padding-top: 30px;}
    .ul-sy .desc{font-size: 14px;}
    .ul-tabar li{width: 33.333%;}
    .ul-sfq .desc{margin-bottom: 20px;}
   .row-n1 .g-tit{margin-bottom: 15px;} 
   .ul-sy .tit{margin-bottom: 15px;}
   .ul-sy .desc{display: none;}
   .ul-sy .swiper-slide:hover .desc{display: block;}
   .ul-sy .desc{display: block;}
    .ul-sy .txt{height: 140px;padding-top: 20px;}
    .ul-sy .tit{padding-top: 0;}
  .ul-sy .swiper-slide{height: auto;}
      .ul-sy .swiper-slide:hover .txt{top: 0;background: #454954;height: 140px;}
  
}
@media only screen and (max-width: 767px) {
    .ul-sfq .tit{font-size: 18px;margin-bottom: 5px;}
    .ul-tabar .wp{padding: 0;}
    .ul-ys li{width: 50%;line-height: 40px;padding: 2px;border:none;}
    .ul-ys li .tit{border:1px solid #eee;}
    .ul-sy li{width: auto;height: auto;float: none;}
    .ul-sy .pic{height: 180px;}
    .ul-pact.ss{border-bottom: 1px solid #eee;}
    .row-n2{padding-top: 30px;}
    .links .tit{float: none;text-align: center;margin-right: 0;}
    .links{line-height: 2;padding: 10px 0;overflow: hidden;margin-bottom: 0;}
   
}

.ul-sy .swiper-button-next,.ul-sy .swiper-button-prev{
    background-size: 0;
}
.slider4 .swiper-button-next,.slider4 .swiper-button-prev{
    background-size: 0;
}
@media only screen and (max-width: 767px) {
   .ul-sy .swiper-button-next,.ul-sy .swiper-button-prev{background-size: 27px 44px;} 
   .slider4 .swiper-button-next,.slider4 .swiper-button-prev{background-size: 27px 44px;}
.ul-tab1 li{text-align: left;}
  .ul-tab1 li a,.ul-tab1 li span{background: url(../images/dj1.png) no-repeat right center ;padding-left: 10px;}
  .ul-tab1 li:hover span, .ul-tab1 li:hover a, .ul-tab1 li.hover span{background-image: url(../images/dj2.png);}
  .slider1 .tit{font-size: 14px;}
  .slider1 .ico{margin-bottom: 4px;}
  .slider1 .swiper-slide{padding: 8px 0;}
  .slider1 .ico{width: 30px;height: 30px;
  background-size: contain;}
  .ul-tab2{margin-bottom: 20px;}
  .ul-tab2 li.hover{background: #85C62E;color:#fff;}
}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header .nav{display: none;}

.logo{line-height: 60px;height: 60px;float: left;background-image: url(../images/logo.png);}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff ;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
  
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #85C62E ;
      display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}

    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}