/*-----------------[初始化]--------------*/
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-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:   100px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 auto;width: 1460px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
   background-color: #fff;
}
.header.fixed{
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.logo{
    float: left;
    overflow: hidden;
   
}
.logo a{
    display: block;
     line-height: 93px;
     float: left;
     margin-right: 16px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo-txt{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    line-height: 24px;
    padding-left: 16px;
    margin-top: 26px;   
    border-left: 1px solid #AAAAAA;
}

.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 20px;
}
.nav li:last-child{
    padding-right: 0;
}
.nav li::after {
    content: '|';
    font-size: 16px;
    color:#BEBEBE;
    display: block;
    position: absolute;
    right: 0;
    top: 36px;
}
.nav li:nth-child(7)::after{
    display: none;
}
.nav li:nth-child(8)::after{
    display: none;
}
.nav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height:98px;

    text-align: center;
    border-bottom:2px solid transparent;
}
.nav li:hover .v1{
   border-bottom-color: #099859;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.g-tel{
    font-size: 12px;
    color:#333;
    line-height: 19px;
    margin-top: 30px;
    padding-left: 40px;
    background: url(../images/tel.png) no-repeat left center;
}
.g-tel span{
    font-size: 16px;
    color:#222222;
}

/*******************************
    -------[=导航]-------
********************************/
.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: #099859;
    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: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:14px;height:14px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 18px;height: 18px;background:url(../images/ss.png) no-repeat;-webkit-background-size: cover;
background-size: cover;}



.g-tit{
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 39px;
}
.g-tit .tit{
    font-size: 14px;
    color:#666666;
    text-transform: uppercase;
}
.g-tit .tit .cn{
    font-size: 24px;
    margin-bottom: 1px;
    color:#222222;
}
.row1{
    padding: 52px 0 60px;
}
.slider1 .pic{
    position: relative;
    padding-top: 135%;
    overflow: hidden;
    height: 0;
}
.slider1 .xian{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border:1px dashed #fff;
}
.slider1 .pic:hover .xian{
    display: block;
}
.slider1 .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,137,83,0.8);
    display: none;
}
.slider1 .pic:hover .txt{
   display: block;
}
.slider1 .info{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color:#fff;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
} 
.slider1 .info .btn{
    width: 120px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    margin:0 auto;
    line-height: 36px;
}
.slider1 .info .tit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}
.slider1 .info i{
   display: block;
   margin:0 auto 18px;
    width: 28px;
    height: 3px;
    background: #FFFFFF;
}
.slider1 .info .desc{
    margin-bottom: 44px;
}

.row2{
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/bg1.jpg) no-repeat;
}
.row2 .pic{
    float: left;
    width: 700px;
    height: 460px;
    margin-right: 70px;
    background: url(../images/pic4.jpg) no-repeat;
}
.row2 .txt{
    overflow: hidden;
}
.row2 .txt .tit{
    font-size: 24px;
    color:#222222;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.row2 .txt .tit span{
    font-size: 14px;
    color:#666666;
    text-transform: uppercase;
    margin-left: 12px;
}
.row2 .txt .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    margin-bottom: 30px;
}
.row2 .txt a{
    display: block;
    width: 150px;
    height: 42px;
    border: 1px solid #099859;
    border-radius: 21px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color:#099859;
}
.row3{
    overflow: hidden;
    padding: 51px 0 57px;
}
.ul-list1{
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 39px;
}
.ul-list1 li{
    overflow: hidden;
    font-size: 14px;
    color:#999999;
}
.ul-list1 li .txt{
    overflow: hidden;
    padding-top: 4px;
}
.ul-list1 li .ico{
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 19px;
    -webkit-background-size: contain;
    background-size: contain;
}
.ul-list1 li .nub{
    font-size: 24px;
    color:#C5C5C5;
    font-family: Impact;
}
.ul-list1 li .ico.i1{
    background-image: url(../images/ico12.png);
}
.ul-list1 li .ico.i2{
    background-image: url(../images/ico3.png);
}
.ul-list1 li .ico.i3{
    background-image: url(../images/ico4.png);
}
.ul-list1 li .ico.i4{
    background-image: url(../images/ico5.png);
}
.ul-list1 li .ico.i5{
    background-image: url(../images/ico6.png);
}

.ul-list1 li.on .ico.i1,
.ul-list1 li:hover .ico.i1{
    background-image: url(../images/ico2.png);
}
.ul-list1 li.on .ico.i2,
.ul-list1 li:hover .ico.i2{
    background-image: url(../images/ico8.png);
}
.ul-list1 li.on .ico.i3,
.ul-list1 li:hover .ico.i3{
    background-image: url(../images/ico9.png);
}
.ul-list1 li.on .ico.i4,
.ul-list1 li:hover .ico.i4{
    background-image: url(../images/ico10.png);
}
.ul-list1 li.on .ico.i5,
.ul-list1 li:hover .ico.i5{
    background-image: url(../images/ico11.png);
}
.ul-list1 li.s1.on,
.ul-list1 li.s1.on .nub{
    color:#099859;
}
.ul-list1 li.s2.on,
.ul-list1 li.s2.on .nub{
    color:#80838a;
}
.ul-list1 li.s3.on,
.ul-list1 li.s3.on .nub{
    color:#1a83dd;
}
.ul-list1 li.s4.on,
.ul-list1 li.s4.on .nub{
    color:#b28a4c;
}
.ul-list1 li.s5.on,
.ul-list1 li.s5.on .nub{
    color:#294459;
}


.tab{
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color:#fff;
    padding: 53px 104px 78px;
}
.tab .txt{
    max-width: 530px;
}
.tab .txt .nub{
    font-size: 48px;
    line-height: 1.4;
    font-family: Impact;
}
.tab .txt .desc{
    font-size: 16px;
    line-height: 2.25;
}
.tab .txt .cn{
    font-size: 30px;
    font-weight: bold;
}
.tab .txt .en{
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}
.tab .txt i{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 29px;
}
.row4{
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    color:#fff;
}
.row4 .txt{
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}
.row4 .txt .cn{
    font-size: 36px;
}
.row4 .link{
    float: right;
    font-size: 22px;
}
.row4 .link a{
    display: block;
    width: 158px;
    height: 46px;
    background: #E7EF00;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color:#099859;
    float: right;
    margin-bottom: 6px;
}
.row5{
    overflow: hidden;
    padding: 55px 0;
}
.slider2 .swiper-slide{
    border: 1px solid #EEEEEE;
    padding: 10px;
}
.slider2  .pic{
    position: relative;
    height: 0;
    padding-top: 66.8%;
    overflow: hidden;
}
.slider2 .txt{
    padding: 24px 0 42px;
}
.slider2 .tit{
    font-size: 18px;
    color:#000000;
    margin-bottom: 3px;
}
.slider2 .time{
    font-size: 12px;
    color:#999999;
    margin-bottom: 15px;
}
.slider2 .desc{
    font-size: 14px;
    color:#666666;
    line-height: 2.14;
    padding-top: 12px;
    border-top: 1px solid #E5E5E5;
}
.ul-list2{
    overflow: hidden;
    margin-top: 58px;
    border-top: 1px solid #EEEEEE;
    padding-top: 51px;
}
.ul-list2 ul{
    overflow: hidden;
    margin:0 -23.5px;
}
.ul-list2 ul li{
    width: 25%;
    float: left;
}
.ul-list2 ul .con{
    margin:0 23.5px;
    height: 118px;
    line-height: 114px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
}
.ul-list2 ul .con img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.footer{
   overflow: hidden;
   background: #313131;
   padding: 15px 0;
}
.fd-form{
    float: left;
    width: 510px;
    margin-right: 68px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 28px;
     text-transform: uppercase;
}
.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: #0BDF8D;
    background-image: url(../images/ico22-2.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
}
.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;
    float: left;
    width: 480px;
    margin-right: 40px;
}
.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: 20px;
    line-height: 1.1;
}
.fd-desc{
    overflow: hidden;
}
.fd-desc  .desc{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 1.71;
    margin-bottom: 40px;
}
.fd-desc  .qr{
    overflow: hidden;
      
}
.fd-desc  .qr img{
    display: block;
    width: 120px;
    height: 120px;
    margin:0 auto;
}
.footer .fd-desc .title{
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 8px;
}
.footer .fd-desc .title .cn{
    letter-spacing: -1px;
}
.copy{
    font-size: 14px;
    padding-top: 6px;
}
.copy a{
    color:#FFF;
}

#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: 1600px) {
   .wp-h{margin: 0 50px;width: auto;}
   .nav li{padding: 0 15px;}
   
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1240px;}
    .logo-txt{display: none;}
   
  
     .fd-form{width: 400px;margin-right: 30px;}
    .fd-about{width: 400px;margin-right: 20px;}
    .fd-about .tel span{font-size: 16px;}
    
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .nav li::after{display: none;}
    .g-tel{margin:10px 0 ;}
    .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;}
    .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;
    }
    .nav li .sub{position: static;padding-left: 0;background: transparent;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo a{line-height: 60px;height: 60px;width: 200px;}
     .row2 .pic,.ul-list1 li .ico{display: none;}
     .ul-list1 li .nub{display: none;}
     .ul-list1 li {background-color: #f8f8f8;display: block;float: left;width: 50%;text-align: center;line-height: 45px;}
    body{padding: 60px 0 53px;}
    .tab{padding: 50px;}
    .tab .txt .nub{font-size: 36px;}
    .tab .txt .cn{font-size: 22px;}
    .tab .txt i{margin-bottom: 5px;}
    .ul-list1 li{background-color: #fff;}
    .ul-list1{margin-bottom: 10px;background-color: #fff;}
    .row4 .txt{float: none;text-align: center;margin-bottom: 30px;}
    .row4 .link{float: none;text-align: center;}
    .row4 .link a{margin:0 auto 10px;float: none;}
 
      .fd-form{width: auto;float: none;margin-right: 0;}
    .fd-about .l{display: none;}
    .fd-about .tel span{font-size: 20px;}
    .fd-about .desc .tit{display: none;}
    .fd-about .item{margin-bottom: 15px;}
    .fd-about .item:last-child{margin-bottom: 0;}

   
}
@media only screen and (max-width: 1023px) {
    .slider1 .txt{display: block;}
    .ul-list1{display: block;}
    .ul-list1 li{width: 33.333%;}
    .tab{padding: 20px 30px 30px;}
    .ul-list2 ul li{width: 50%;margin-bottom: 15px;}
     .fd-about{width: auto;float: none;}
    
   
}
@media only screen and (max-width: 960px) {
    
  

}
          
@media only screen and (max-width: 767px) {
   .ul-list1 li{width: 50%;font-size: 12px;}
   .tab .txt .cn{font-size: 18px;}
   .row4 .txt .cn{font-size: 22px;}
   .row4 .link{font-size: 16px;}
   .ul-list2 ul .con{margin:0 5px;}
   .ul-list2 ul{margin:0 -5px;}
   .links .name{display: none;}


}

@media only screen and (max-width: 500px) {
    .row1,.row2,.row3,.row4,.row5{padding: 20px 0;}
    .ul-list2{padding-top: 20px;margin-top: 20px;}
    .g-tit{margin-bottom: 15px;}
    .g-tit .tit .cn{font-size: 22px;}
    .tab .txt .desc{font-size: 14px;line-height: 1.8;}
    .footer{padding: 20px 0;}
    .footer .img,.footer .qr{float: none;margin:0 0 15px;}
     .fd-about .tel span{font-size: 14px;}
}




.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: #099859;
    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;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ul-pact a:hover,
.ul-hot a:hover{
    background: #099859;
    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 ul{
     background: #099859;
     border-top: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
}

.slider1 .swiper-button-next{
    left:-100px;
}
.slider1 .swiper-button-prev{
    left:-100px;
}
@media only screen and (max-width: 1230px) {
    .g-prod .left{width: 260px;margin-right: 20px;}
    #floatBottom{display: block;}
    .ul-list1 li .desc{border:2px solid #f1f1f1;margin:2px;}


.ul-list1 li.s1.on .desc{
    border-color: #099859; 
}
.ul-list1 li.s2.on .desc{
    border-color: #80838a; 
}
.ul-list1 li.s3.on .desc{
    border-color: #1a83dd; 
}
.ul-list1 li.s4.on .desc{
    border-color: #b28a4c; 
}
.ul-list1 li.s5.on .desc{
    border-color: #294459; 
}
    .ul-list1 li.on .desc{border-color: #099859;}
}
.links{
    overflow: hidden;
   background-color: #099859;
    padding: 26px 0;
}
.links .name{
    float: left;
   width: 114px;
    height: 28px;
    background: url(../images/ico7.png) no-repeat;
}
.links .link{
    overflow: hidden;
}
.links a{
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    color:#fff;
    margin:0 20px;
}
@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;}
    .slider1 .swiper-button-next{
    left:auto;
    background-image: url(../images/ss2.png);
    width: 48px;height: 48px;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.slider1 .swiper-button-prev{
    left:auto;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
    width: 48px;height: 48px;
    background-image: url(../images/ss1.png);
}



}