/*-----------------[初始化]--------------*/
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;
}
.pic img{
    transition:all .8s;
}
.pic img:hover{
    transform: scale(1.1, 1.1);
}
.icon img{
    transition:all .8s;
}
.icon img:hover{
   -webkit-transform: rotateZ(360deg);
   -moz-transform: rotateZ(360deg);
   -o-transform: rotateZ(360deg);
   -ms-transform: rotateZ(360deg);
   transform: rotateZ(360deg);
}
.g-contant{margin-top: 20px;}
::-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;}

/*布局*/
body{padding-top: 114px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h{margin: 0 auto;width: 1468px;}
/******************************* -------[=头部]-------
********************************/

.header{
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 0;
    width: 100%;
    left: 0;
}
.header.fixed{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.logo{width:474px;float:left;margin:32px 0;height:56px;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;*/
/*}*/
/*.logo img{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height: 120px;
    position: relative;
    padding: 0 20px;
}
.nav li:hover .v1::after{
    content:'';
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background: #2A61B4;
    left: 0;
    right: 0;
    bottom: 26px;
    margin:0 auto;
}
.nav li:hover .v1{
    color:#2A61B4;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #2A61B4;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#2A61B4;
}
.nav .phone{
    line-height: 120px;
    float: left;
    font-size: 18px;
    color:#333333;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    padding-left: 16px;
}
.nav .phone::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #424242;
    top: 52px;
    left: 0;
}
.nav .phone img{
    display: inline-block;
}



/*******************************
    -------[=导航]-------
    ********************************/
    .menuBtn{
        display: none;
        position: fixed;
        top: 18px;
        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: #00468E;
        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 img{
        display: block;
        width: 100%;
    }
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
        bottom:50px;
    }
    .banner .swiper-pagination-bullet{width:10px;height:10px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#2A61B4;width: 30px;border-radius: 30px;}




    .g-tit{
        text-align: center;
        margin-bottom: 44px;
    }
    .g-tit .cn{
        font-weight: bold;
        font-size: 36px;
        color:#222;
        margin-bottom: 10px;
    }
    .g-tit .en{
        font-size: 14px;
        color:#666666;
    }
    .g-tit .desc{
        font-size: 15px;
        color:#999999;
        margin-top: 18px;
    }

    /**row1***/
    .row1{
        padding-bottom: 36px;
        padding-top: 40px;
        overflow: hidden;
    }
    .ul-prod{
        overflow: hidden;
        margin-bottom: 30px;
        border-top: 1px solid #efefef;
    }
    .ul-prod li{
        float: left;
        width: 12.5%;
        height: 130px;
    }
    .ul-prod a{
        display: block;
        color:#333;
        position: relative;
        padding-bottom: 7px;
    }
    .ul-prod a::after{
        content:'';
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
        width: 1px;
        height: 22px;
        background: #E5E5E5;
    }
    .ul-prod li:last-child a::after{
        display: none;
    }
    .ul-prod a .tit{
        display: block;
        font-size: 16px;
        text-align: center;
        padding-top: 28px;
    }
    .ul-prod .icon{
        display: none;
        background-repeat: no-repeat;
        background-position: center center;
        
        height: 60px;
    }
    .ul-prod .i1{
        background-image: url(../images/ico1.png) ;
    }
     .ul-prod .i2{
        background-image: url(../images/53L.png) ;
    }
     .ul-prod .i3{
        background-image: url(../images/26L.png) ;
    }
     .ul-prod .i4{
        background-image: url(../images/ss1.png) ;
    }
     .ul-prod .i5{
       background-image: url(../images/ss2.png) ;
    }
     .ul-prod .i6{
        background-image: url(../images/74L.png) ;
    }
     .ul-prod .i7{
        background-image: url(../images/82L.png) ;
    }
        .ul-prod .i8{
        background-image: url(../images/25L.png) ;
    }
    .ul-prod li.on a{
        background-color: #2A61B4;
        color:#fff;
    }
    .ul-prod li.on a::after{
        display: none;
    }
    .ul-prod li.on  .icon{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .ul-prod2.swiper-container{
        margin:0 0 49px;
    }
    .ul-prod2 .con{
        display: block;
        
        padding: 6px 6px 0;
        border:1px solid #E5E5E5;
    }
    .ul-prod2 .pic{
        position: relative;
        padding-top: 74%;
        overflow: hidden;
        height: 0;
    }
    .ul-prod2 .pic img{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .ul-prod2 .tit{
        font-size: 16px;
        color:#666666;
        line-height: 82px;
        text-align: center;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



    .g-more a{
        display: block;
        margin:0 auto;
        width: 160px;
        height: 56px;
        border: 1px solid #E5E5E5;
        text-align: center;
        line-height: 54px;
        font-size: 14px;
        color:#999999;
    }

    /**row2***/
    .row2{
        overflow: hidden;
        padding-top: 37px;
        padding-bottom: 45px;
        background: url(../images/bg1.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .ul-list1{
        overflow: hidden;

        border:1px solid #E5E5E5;
        border-right: none;
        border-bottom: none;
    }
    .ul-list1 li{
        float: left;
        width: 25%;
        height: 200px;
        background-color: #fff;
        text-align: center;
        border-right:1px solid #E5E5E5;
        border-bottom:1px solid #E5E5E5;
        position: relative;
    }
    .ul-list1 li:nth-child(n+5){
        width: 33.333%;
    }
    .ul-list1 li .hide{
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
     transition:all .3s;
     background: #2A61B4;
 }
 .ul-list1 li .hide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-list1 .show{
    position: relative;
    z-index: 2;
    padding-top: 31px;
}
.ul-list1 li .cn{
    font-size: 24px;
    color:#333333;
}
.ul-list1 li .en{
    font-size: 14px;
    color:#858585;
}
.ul-list1 li .show{
    height: 100%;
    background: url(../images/ico10.png) no-repeat bottom 20px center;
}
.ul-list1 li:hover .hide{
    top: 0;
}
.ul-list1 li  .ico{
    width: 50px;
    height: 50px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center ;
}
.ul-list1 li .i1{
    background-image: url(../images/ico2.png);
}
.ul-list1 li .i2{
    background-image: url(../images/ico3.png);
}
.ul-list1 li .i3{
    background-image: url(../images/ico4.png);
}
.ul-list1 li .i4{
    background-image: url(../images/ico5.png);
}
.ul-list1 li .i5{
    background-image: url(../images/ico6.png);
}
.ul-list1 li .i6{
    background-image: url(../images/ico7.png);
}
.ul-list1 li .i7{
    background-image: url(../images/ico8.png);
}


.ul-list1 li:hover .i1{
    background-image: url(../images/ico2-2.png);
}
.ul-list1 li:hover .i2{
    background-image: url(../images/ico3-2.png);
}
.ul-list1 li:hover .i3{
    background-image: url(../images/ico4-2.png);
}
.ul-list1 li:hover .i4{
    background-image: url(../images/ico5-2.png);
}
.ul-list1 li:hover .i5{
    background-image: url(../images/ico6-2.png);
}
.ul-list1 li:hover .i6{
    background-image: url(../images/ico7-2.png);
}
.ul-list1 li:hover .i7{
    background-image: url(../images/ico8-2.png);
}


.ul-list1 li:hover .cn,
.ul-list1 li:hover .en{
    color:#fff;
}
.ul-list1 li:hover .show{
    background-image: url(../images/jia.png);
}
/**row3***/
.row3{
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat top;
    padding-top: 37px;
}
.row3 .g-tit {
    margin-bottom: 34px;
}
.row3 .g-tit .cn,
.row3 .g-tit .en{
    color:#fff;
}
.row3 .info{
    font-size: 24px;
    text-align: center;
    color:#333333;
    margin-bottom: 37px;
}
.row3 .more{
    display: block;
    margin:0 auto 44px;
    width: 200px;
    height: 52px;
    background: #2A61B4;
    font-size: 18px;
    color:#FFFFFF;
    line-height: 52px;
    text-align: center;
}
.ul-list2{
    overflow: hidden;
}
.ul-list2 .swiper-slide{
    padding: 0 15px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 48px;
    height: 400px;
    margin-bottom: 10px;
    background-image: url(../images/pic2.jpg);
}
.ul-list2 .swiper-slide:nth-child(even){
    background-image: url(../images/pic3.jpg);
}
.ul-list2 .icon{
    width: 156px;
    height: 156px;
    margin:0 auto 28px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ul-list2 .icon.i1{
    background-image: url(../images/s1.png);
}
.ul-list2 .icon.i2{
    background-image: url(../images/s2.png);
}
.ul-list2 .icon.i3{
    background-image: url(../images/s3.png);
}
.ul-list2 .icon.i4{
    background-image: url(../images/s4.png);
}
.ul-list2 .tit{
    font-size: 24px;
    font-weight: bold;
    color:#666666;
    margin-bottom: 18px;
}
.ul-list2 a{
    display: block;
    width: 130px;
    height: 42px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    color:#fff;
    margin:0 auto;
}
.ul-list2 .swiper-slide:nth-child(even) a{
    color:#aaa;
    border-color: #aaa;
}
.ul-list2 .desc{
    font-size: 16px;
    line-height: 1.5;
}
.ul-list2 .swiper-slide:nth-child(even){
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.ul-list2 .swiper-slide:nth-child(odd) .tit,
.ul-list2 .swiper-slide:nth-child(odd) .desc{
    color:#fff;
} 

/**row4***/
.row4{
    padding-top: 38px;
    padding-bottom: 28px;
}
.ul-list3{
    overflow: hidden;
    margin:0 -12px;
}
.ul-list3 li{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.ul-list3 a{
    display: block;
    margin:0 12px;
}
.ul-list3 .pic{
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    height: 0;
}
.ul-list3 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-list3 .tit{
    line-height: 50px;
    padding: 0 30px;
    background:#f8f8f8 url(../images/pic14.jpg) no-repeat right 30px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/***row5**/


.row5{
    overflow: hidden;
    height: 718px;
    position: relative;
    background: #2A61B4 url(../images/ico15.png) no-repeat left 2.97vw top 4vw;
}
.row5 .img{
    width: 50%;
    height: 712px;
    padding: 50px 0 50px 8.33vw;
    float: left;
}
.row5 .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.row5 .txt{
    width: 50%;
    background: url(../images/pic8.jpg) no-repeat;
    height: 718px;
    float: left;
    padding: 47px 262px 0 68px;
    -webkit-background-size: cover;
    background-size: cover;
}
.row5 .txt .desc{
    font-size: 16px;
    color:#222222;
    line-height: 2;
    margin-bottom: 43px;
}
.row5  .g-more a{
    margin:0;
    float: right;
}
.row5 .txt .tit {
    font-size: 36px;
    color:#222222;
    margin-bottom: 47px;
}
.row5 .txt .en{
    font-size: 18px;
    color:#858585;
}
.ul-list5{
    overflow: hidden;
    position: absolute;
    bottom: 54px;
    right: 266px;
    z-index: 9;
    background-color: #fff;
}
.ul-list5 li{
    float: left;
    width: 232px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 172px;
    color:#fff;
    text-align: center;
    padding-top: 36px;
    position: relative;
}
.ul-list5 .ico img{
    display: block;
    margin:0 auto;
}
.ul-list5 .title{
    font-size: 20px;
    padding-top: 20px;
}
.ul-list5 li:hover .show{
    display: none;
}
.ul-list5  .hide{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, 0.9);
    transition:all .3s;
    z-index: 9;
    display: none;
    text-align: left;
}
.ul-list5 li:hover .hide{
   display: block;
}
/***row7**/
.row7{
    overflow: hidden;
    background: url(../images/pic7.jpg) no-repeat top;
}
.g-tit2{
    text-align: center;
}
.g-tit2 .en{
    color:rgba(255, 255, 255, 0.08);
    font-size: 6.56vw;
    line-height: 1.1;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit2 .cn{
  color:#fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  top: -60px;
  margin-bottom: -53px;
}
.g-tit2 .line{
    width: 140px;
    height: 2px;
    background: #FFFFFF;
    margin:0 auto;
}
.row7 .info{
    font-size: 14px;
    line-height: 2.57;
    color:#fff;
    text-indent: 2em;
    padding: 23px 0 0;
    margin-bottom: 40px;
}
.row7 .link{
    text-align: center;
    overflow: hidden;
    margin-bottom: 51px;
}
.row7 .link a{
 display: block;
 margin:0 auto;
 width: 109px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 color: #fff;
 background-color: #0BDF8D;
}
.row7{
    padding-bottom: 58px;
    padding-top: 40px;
}
.rongyu{
    background-color: #fff;
    padding: 40px 20px ;
    margin-top: 50px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}
.ul-list6 a{
    display: block;
}
.ul-list6 .pic{
    border: 1px solid #E5E5E5;
    height: 260px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.ul-list6 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ul-list6 .tit{
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    color:#222222;
}
/**row8**/
.row-8{
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 68px;
}
.row-8 .top{
    overflow: hidden;
    margin-bottom: 26px;
}
.row-8 .title{
    overflow: hidden;
    font-size: 36px;
    color:#333333;
    padding-bottom: 13px;
    position: relative;
    float: left;
}
.row-8 .title::after{
    content:'';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: 0;
    background-color: #1966B6;
}
.ul-tab1{
    overflow: hidden;
    float: right;
    margin-bottom: 37px;
}
.ul-tab1 li{
 display: block;
 float: left;
 margin:0 15px;
}
.ul-tab1 li span{
    display: block;
    width: 174px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:#333333;
    cursor: pointer;
    transition:all .3s;
}
.ul-tab1 li.on span,
.ul-tab1 li:hover span{
    background-color: #1966B6;
    color:#fff;
}
.ul-wt a{
    display: block;
    background: #f8f8f8;
    overflow: hidden;
}
.ul-wt .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    height: 0;
}
.ul-wt .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-wt .txt{
    padding: 28px 20px 0;

}
.ul-wt .more{
    border-top: 1px solid #dfdfdf;
    color:#747474;
    line-height: 68px;
    font-size: 14px;
    background: url(../images/pic14.jpg) no-repeat right center;
}
.ul-wt .time{
    font-size: 14px;
    color:#333333;
    margin-bottom: 15px;
    display: block;
}
.ul-wt .tit{
    font-size: 24px;
    color:#333333; 
    margin-bottom: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.ul-wt .desc{
    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;
    margin-bottom: 12px;
}





/**liucheng***/



/**links***/
.links{
    overflow: hidden;
    background-color: #424242;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 28px 0 16px;
}
.links .name{
    float: left;
    margin-right: 50px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#ABABAB;
    line-height: 37px;
    margin-right: 34px;
}
/**footer**/
.footer{
 overflow: hidden;
}
.footer .top{
    background: #424242;
    overflow: hidden;
    padding: 42px 0 26px;
}
.footer .tit{
    color:#FFFFFF;
    font-size: 18px;
    margin-bottom: 36px;
}
.fd-form{
    float: left;
    margin-right: 60px;
}
.fd-form .w140{
    width: 140px;
}
.fd-form .w180{
    width: 180px;
}
.fd-form .w350{
    width: 350px;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.fd-form .item .inp-box{
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fdnav{
    overflow: hidden;
    margin-bottom: 50px;
}
.fdnav  dl{
    float: left;
    margin-right: 110px;
}
.fdnav  dl:last-child{
    margin-right: 0;
}
.fdnav  dl dd a{
    display: block;
    font-size: 14px;
    line-height: 2.29;
    color:#A5A5A5;
}
.fd-form .foot_btn{
    display: block;
    width: 88px;
    height: 32px;
    line-height:30px;
    text-align:center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    color:#fff!important;
    cursor: pointer;
}
.fd-desc{
    overflow: hidden;
}
.fd-desc  .desc{
    font-size: 14px;
    color:#A5A5A5;
    line-height: 2.29;
    margin-bottom: 21px;
}
.fd-desc  .qr{
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.fd-desc  .qr img{
    display: block;
    width: 114px;

}


.copy{
    font-size: 14px;
    color:#898989;
    line-height: 38px;
    background-color: #363636;
}
.copy a{
  font-size: 14px;
  color:#898989;
}


.ul-jz.ul-jz2{display: none;}
.phone-chanpin{margin-bottom: 30px;display: none;}
.phone-chanpin::after{  content: '';
display: block;
clear:both;
visibility: hidden;
width: 100%;
height: 0;}
.phone-chanpin .tit{width: 100px;float: left;background-color: #00468e;height: 44px;line-height: 44px;text-align: center;font-size: 14px;color:#fff;}
.phone-chanpin .more{float: left;width: calc(100% - 100px); background-color: #eee;position: relative;height: 44px;}
.phone-chanpin .name{text-align: center;font-size: 14px;color:#333;line-height: 44px;}
.phone-chanpin .sub{position: absolute;top: 100%;left: 0;width: 100%;background-color: #00468e;z-index: 99;display: none;padding: 10px 0;}
.phone-chanpin .sub a{display: block;line-height: 24px;font-size: 12px;padding-left: 15px;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: 1430px) {
    .wp {margin: 0 auto;width:1100px;}
    .wp-h{width: 96%;}
    body{padding-top: 80px;}
    .logo{width: 250px;height: 29px;margin: 25px 0;}
    .nav .v1{font-size: 12px;}
    .footer .wp{width: 1160px;}
    .fd-form{margin-right: 30px;}
    .fd-about{width: 400px;margin-right: 20px;}
    .fd-about .tel span{font-size: 16px;}
    .g-tit2 .cn{font-size: 28px;top: -40px;margin-bottom: -30px;}
    .g-txt .tit{font-size: 18px;}
    .g-txt .desc{font-size: 14px;line-height: 1.6;}
    .nav li:hover .v1::after{display: none;}
    .row5{height: 510px;-webkit-background-size: 50px 60%;
        background-size: 50px 60%;}
        .nav li .v1{padding: 0 15px;line-height: 80px;font-size: 16px;}
        .nav .phone{line-height: 80px;}
        .nav .phone::after{top:32px;}
        .g-txt1 .tit{font-size: 22px;}
        .ul-wt .tit,.ul-wt .time{margin-bottom: 5px;}
        .ul-wt .tit{font-size: 18px;}
        .ul-jz .tit span{font-size: 34px;}
        .ul-jz .pic1 img{width: 60px;height: auto;}
        .g-ys{margin:0;}
        .g-ys .ico{width: 60px;height: 60px;}
        .g-ban ul .icon{width: 30%;margin-right: 10px;}
        .g-ban .add .en{margin-bottom: 10px;}
        .g-ban ul li{padding-top: 36px;}
        .g-ban ul li::after{top: 50px;}
        .g-ban{height: 130px;}
        .g-tit .cn{font-size: 28px;margin-bottom: 0px;}
        .row1{padding: 30px 0;}
        .row3 .info{font-size: 14px;}
        .row5 .txt{padding: 30px 134px 0 30px;}
        .row5 .txt .desc{font-size: 14px;margin-bottom: 18px;}
        .g-tit{margin-bottom: 20px;}
        .row7{padding-bottom: 20px;}
        .row-8 .title{font-size: 28px;}
        .g-ban ul .txt .nub{font-size: 18px;}
        .fd-form .w140{width: 100px;}
        .fd-form .w180{width: 120px;}
        .fd-form .w350{width: 200px;}
        .footer .tit{margin-bottom: 15px;}
        .fdnav dl{margin-right: 50px;}
        .row5 .txt .tit{font-size: 30px;margin-bottom: 10px;}
        .g-more a{width: 120px;height: 48px;line-height: 46px;}
        .ul-list5 li{width: 182px;height: 120px;padding-top: 34px;}
        .ul-list5{right: 134px;bottom: 54px;}
        .ul-list5 .ico img{width: 36.5px;height: 28.5px;}
        .ul-list5 .title{font-size: 14px;padding-top: 10px;}
        .ul-list2 .icon{width: 100px;height: 100px;}
        .ul-list2 .swiper-slide{height: 320px;}
        .row5 .img{height: 506px;}
        .row5 .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
        .ul-prod2 .tit{line-height: 50px;font-size: 14px;}


    }

    @media only screen and (max-width: 1199px) {
        .izl-rmenu{display: none;}
        .nav .phone{display: none;}
       .g-tit1 .tit{font-size: 26px;}
       .row5 .top{overflow: hidden;}
       .ul-list5 li{width: 25%;}
       
       .row5 .img{height: 430px;overflow: hidden;padding: 0px;}
       .row5 .txt{height: 430px;overflow: hidden;padding: 30px;}
       .footer .top{padding: 30px 0 15px;}
       .row7 .info{padding:0;}
       .header{background-color: #fff;height: 60px;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}

       .menuBtn{display: block;}
       body{padding: 60px 0 53px;}
       .logo{width: 290px;height: 34px;margin: 13px 0;}
       /*.logo img{max-width: 100%;max-height: 100%;}*/
       .row1{padding-top: 30px;}
       .nav li .sub{position: static;}
       .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #fffeff;
        overflow-y: scroll;
    }
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .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;
    }
    .nav li:hover .v1{
        top: 0;
    }
    .nav .sub{position: static;}
    .nav .sub a{padding-left: 20px;text-align: left;}
    .nav .wp{width: auto;padding: 0;}
    .nav .v1::after,.nav li:hover::after{display: none;}
    .nav li .v1{height: 40px;line-height: 40px;text-align: left;width: auto;padding-left: 20px;color: #333;}
    .nav li{float: none;padding: 0;margin: 0;width: auto;}
    .wp,.footer .wp,.row2 .wp{width: 1000px;}
    #floatBottom{display: block;}
    .copy, .copy a{line-height: 45px;font-size: 12px;}
    .fd-form{margin-right: 30px;}
    .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;}
    .links .name{float: none;margin-right: 0;text-align: center;margin-bottom: 0px;}
    .links{padding: 15px 0 10px;}
    .links .link span{display: none;}
    .links .link a{display: block;width: 20%;float: left;text-align: center;margin-right: 0;}
    .ul-list5 .con{margin:0 3px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}


    .ul-list5{position: static;}

    .row5{height: auto;}



}
@media only screen and (max-width: 1023px) {
    .ul-tab1{margin-bottom: 20px;}
    .g-tit .cn{font-size: 22px;}
    .fd-about{width: auto;float: none;}
    .g-tit2 .en{font-size: 40px;}
    .g-tit2 .cn{font-size: 22px;top: -20px;margin-bottom: -10px;}
    .g-item .ico{display: none;}
    
    .g-item .txt{text-align: center;}
    .row2 .w50{float: none;width: auto;background: url(../images/pic8.jpg) no-repeat;background-size: cover;padding:20px 15px;}
    .row2 .w50:last-child{background-image: url(../images/pic9.jpg);}
    .row2::before,.row2::after{display: none;}
    .ul-list7 li{width: 50%;margin-bottom: 15px;}
    .wp, .footer .wp, .row2 .wp{width: auto;padding: 0 15px;}

    .ul-prod a{font-size: 14px;line-height: 40px;height: 40px;}
    .g-ban{display: none;}
    .ul-tab1 li span{line-height: 40px;height: 40px;width: 140px;}
    .ul-wt a{padding-bottom: 10px;margin-bottom: 15px;}
    .row2{padding: 30px 0;}
    .ul-prod{display: none;}
    .g-ys .img{display: none;}
    .g-ys .md{overflow: hidden;}
    .g-ys .item{position: static;float: left;width: 33.333%;margin-bottom: 10px;}
    .fd-form{float: none;margin-bottom: 20px;}
    .g-ys{margin:0;}

    .ul-jz li.on .hide,.ul-jz  .hide{
        position: static;
        overflow: hidden;
        height: 320px;
        display: block;
    }
    .ul-jz .img{width: 36%;float: left;}
    .ul-jz li .desc{display: none;}
    .ul-jz .hide{padding: 15px;}
    .ul-jz .tit{font-size: 18px;}
    .ul-jz .tit span{font-size: 22px;}
    .ul-jz{display: none;}
    .ul-jz.ul-jz2{display: block;}
    .fdnav{display: none;}
    .fd-desc .qr{display: block;}
    .fd-desc .qr img{float: left;margin-right: 15px;}
    .row3 .g-tit{margin-bottom: 20px;}
    .row3{padding-top: 20px;padding-bottom: 20px;}
    .ul-ss li{margin:0 15px;}
    .ul-list1 li{height: 140px;}
    .ul-list1 li .show{background: none;padding-top: 18px;}
    .ul-list3 li{width: 50%;}
    .row5 .img,.row5 .txt{width: auto;float: none;}
    .row5 .txt{height: auto;}
    .row5 .txt .tit{font-size: 20px;}
    .row5 .txt .en{font-size: 14px;}
    .row5 .g-more a{float: none;margin:0 auto;}
    .phone-chanpin{display: block;}
    .ul-list1 li:hover .show{background: none;}

}
@media only screen and (max-width: 767px) {
    .ul-list5 li{width: 50%;}

    .ul-tab .cn{font-size: 12px;}
    .ul-tab .en{display: none;}
    .ul-tab a{height: auto;padding: 0;line-height: 40px;}
    .ul-tab .txt{padding-top: 0px;}
    .row7, .row8, .row6, .row3,  .row1{padding: 20px 0 20px;}
    .g-tit{margin-bottom: 15px;}
    .ul-tab li{margin-bottom: 15px;}
    .ul-prod2.swiper-container{margin-bottom: 15px;}
    .fd-form .btn input{background-position:  30%;}
    .ul-list2 .tit{margin-bottom: 15px;font-size: 16px;}
    .g-tit .box::before,.g-tit .box::after{display: none;}
    .ul-list3 li{width: 50%;margin-bottom: 15px;}
    .ul-list7 li{width: auto;float: none;}
    .fd-about .tel span{font-size: 14px;}
    .fd-about .icon{margin-right: 15px;}
    .row7 .info{line-height: 1.6;padding-top: 10px;}
    .row2{padding: 20px 0;}
    .fd-form .item{float: none;margin-right: 0;margin-bottom: 15px;}
    .fd-form .w140,.fd-form .w180,.fd-form .w350{width: auto;}
    .ul-jz .img{width: auto;float: none;height: auto;}
    .rongyu{padding: 10px;margin-top: 20px;}
    .row-8{padding-bottom: 20px;padding-top: 20px;}
  
    .row-8 .title{float: none;text-align: center;}
    .row-8 .title{margin-bottom: 20px;}
    .row-8 .title::after{margin:0 auto;left: 0;right: 0;}
    .ul-tab1{float: none;text-align: center;}
    .ul-tab1 li span{width: 90px;margin:0 5px;}
    .ul-tab1 li{margin:0;display: inline-block;float: none;}
    .ul-list1 li .cn{font-size: 18px;}
    .ul-list1 li{height: 120px; }
    .g-tit .cn{font-size: 18px;}
    .ul-list2 .desc{font-size: 14px;}
    .row4{padding:0 0 20px 0;}
    .row5 .txt .tit{font-size: 18px;}
    .row5 .img{height: auto;}

}

@media only screen and (max-width: 480px) {
    .ul-list2 .swiper-slide{width: 50%;margin-bottom: 0;height: 300px;padding-top: 30px;}
   
    .ul-list2 .swiper-slide:nth-child(even){box-shadow: none;}
    .ul-list1 li{width: auto;float: none;}
    .ul-list1 li:nth-child(n+5){width: auto;}
    .ul-list3 .tit{padding-left: 5px;background-position: right 5px center; }
 
}




