/*-----------------[初始化]--------------*/
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;}
a:hover {color: #ff4b59;}
/*布局*/
body{padding-top: 150px;}
.wp {margin: 0 auto;width: 1320px;}
.l_btn.ss{display: none;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header.fixed{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.header .title{
    overflow: hidden;
    color:#C0C0C0;
    line-height: 34px;
    font-size: 14px;
    background-color: #424242;
}
.header .title img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 18px;
}
.header .title a{
    font-size: 14px;
    color:#C0C0C0;
    margin-right: 14px;
}
.header .title .a{
    display: inline-block;
}
.header .title span{
    color:#fff;
    font-weight: bold;
    font-size: 16px;
}
.header  .bom .l{
    padding-top: 30px;
}
.logo{
    float: left;
    line-height: 116px;
    
}
.logo img{
   display: inline-block;
   vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
}
.logo-txt .tit{
    font-size: 20px;
    color:#3496D8;
    font-weight: bold;
    margin-bottom: 3px;
}
.logo-txt{
    overflow: hidden;
    font-size: 16px;
    color:#040404;
}
.logo-txt span{
    border-radius: 30px;
    background-color: #0c4da2;
    color:#fff;
    margin-top: 2px;
    display: inline-block;
    padding: 2px 25px;
    font-weight: bold;
    font-size: 20px;
}
.logo-txt p{
    font-size: 16px;
    color:#040404;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
}
.nav{
    float: right;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
    position: relative;
    margin:0 7.5px;
}
.nav li::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    right: 0;
    top: 15px;
    background: rgba(241,239,239,.3);
}
.nav li:last-child::after{
    display: none;
}
.nav .v1{
    display: block;
    line-height: 116px;
    padding: 0 18px;
    text-align: center;
    color:#333;
    font-size: 15px;
    
}
.nav li.on .v1,
.nav li:hover .v1{
    font-weight: bold;
    color: #0C4DA2;
    border-bottom: 4px solid #0C4DA2;
}
.nav li.on,
.nav li:hover{
    border-color: #41b72d; 
}
.nav li .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0858B2;
    display: none;
    padding: 10px 0;
}
.nav li .sub a{
    display: block;
    color:#fff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}
.nav li .sub a:hover{
    opacity: .3;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    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: #373737;
    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{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.ban-txt{
   
    height: 74px;
    border-bottom: 1px solid #efefef;
}
.ban-txt .box{
     position: relative;
     padding-left: 294px;
}
.ban-txt .l{
    width: 294px;
    height: 140px;
    padding: 20px 20px 0;
    position: absolute;
    left: 0;
    z-index: 3;
    color:#fff;
    text-align: center;
    top: -66px;
   background-color: #0c4da2;
   color:#fff;
    font-size: 18px;
}
.ban-txt .l p{
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #3475ca;
}
.ban-txt .l p img{
    margin-right: 20px;
}
.ban-txt .l .tel{
    font-weight: bold;
    font-size: 32px;
    padding-top: 8px;
    font-family: 'Impact';
}
.ban-txt .r a{
    height: 73px;
    width: 74px;
    text-align: center;
    line-height: 106px;
    display: block;
}
.ban-txt .r img{
   display: block;
   width: 100%;
   height: 100%;
}
.ban-txt .cen{
    overflow: hidden;
    line-height: 73px;
 padding-left: 55px;
}
.ban-txt .cen img{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.ban-txt .cen span{
    font-weight: bold;
    font-size: 16px;
    color:#555555;
}
.ban-txt .cen a{
    font-size: 14px;
    color:#888888;
}
.ban-txt .cen em{
    display: inline-block;
     font-size: 14px;
    color:#555555;
    margin:0 18px;
    font-style:normal;
}
.ban-txt .cen em:last-child{
    display: none;
}

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:30px;
  }
.banner .swiper-pagination-bullet{width:13px;height:13px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 42px;border-radius: 18px;}


/***prod**/
.row1{
    padding-top: 40px;
    padding-bottom: 20px;
    background: url(../images/pic2.jpg) no-repeat bottom;
}
.g-prod{
    overflow: hidden;
    margin-bottom: 20px;
}
.g-prod .tit{
    float: left;
    width: 26% ;
}
.g-prod .r{
    padding-top: 53px;
}
.g-prod ul{
    overflow: hidden;
    float: left;
}
.g-prod ul li{
    float: left;
    margin-right: 10px;
}
.g-prod ul a{
    display: block;
    line-height: 38px;
    height: 38px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    color:#333333;
    background: #ededed;
}
.g-prod ul a:hover{
    background-color: #0c4da2;
    color:#fff;
}
.g-prod .more {
    overflow: hidden;
}

.ul-list1{
    overflow: hidden;
    margin:0 -10px;
}
.ul-list1 li{
    width: 25%;
    float: left;
    margin-bottom: 34px;
}
.ul-list1 a{
    display: block;
    overflow: hidden;
    margin:0 10px;
}
.ul-list1 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.ul-list1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ul-list1 .tit{
    line-height: 65px;
    color:#333333;
    font-size: 16px;
    padding: 0 15px 0 33px;
    background-color: #f1f1f1;
    font-weight: bold;
}
.ul-list1 .tit img{
    display: block;
    float: right;
    padding-top: 20px;
}
.ul-list1 .tit span{
    display: block;
    overflow: hidden;
}













.row2{
    padding-top: 40px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(../images/pic3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row2 .g-tit .cn{
    color:#fff;
}
.g-tit{
    text-align: center;
    margin-bottom: 48px;
}
.g-tit .cn{
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color:#222;
}
.g-tit .cn::after{
    display: block;
    position: absolute;
    content:'';
    width: 132px;
    height: 5px;
    left: -180px;
    top: 50%;
    background: url(../images/ico11.png) no-repeat;
}
.g-tit .cn::before{
    display: block;
    position: absolute;
    content:'';
    width: 132px;
    height: 5px;
    right: -180px;
    top: 50%;
    background: url(../images/ico12.png) no-repeat;
}
.g-tit .desc{
   font-size: 16px;
   color:#666666;
}
.row2 .g-tit .desc{
    color:#A0C9FF;
}



.g-txt1{
    overflow: hidden;
    position: relative;
    padding-bottom: 98px;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 378px;
    position: relative;
    z-index: 3;
}
.g-txt1 .l{
    text-align: right;`
}
.g-txt1 .l .item:last-child,
.g-txt1 .r .item:last-child{
    margin-bottom: 0;
}
.g-txt1 .item{
    margin-bottom: 43px;
    color:#fff;
}
.g-txt1 .item .desc{
    font-size: 14px;
    line-height: 1.29;
}

.g-txt1  .item .top{
    overflow: hidden;
    margin-bottom: 15px;
}
.g-txt1  .item .nub{
    width: 48px;
    height: 32px;
    line-height: 32px;
    background:url(../images/ico10.png) no-repeat;
    font-size: 30px;
    text-align: left;
    color:#0168B7;
   padding-left: 8px;
    display: inline-block;
    font-family: 'Impact';
    margin:0 20px;
}
.g-txt1 .r .item .nub{
    background-image: url(../images/ico9.png);
}
.g-txt1  .item .txt{
  
   font-size: 27px;
   color:#F0F0F0;
   font-weight: bold;
   line-height: 30px;
   display: inline-block;
}
.g-txt1 .pic{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  width: 502px;
}


.row3{
    overflow: hidden;
    padding-top: 60px;
    background-color: #f2f2f2;
}
.slick1{
    padding-bottom: 96px;
    margin:0 -10px;
}
.slick1 a{
    display: block;
    margin:0 10px;
}
.slick1 .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    height: 0;
}
.slick1 .pic img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick1 .txt{
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color:#333333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick1 .txt p{
    font-size: 14px;
    color:#999999;
}
.slick1 .txt p img{
    display: inline-block;
    margin-left: 8px;
}
.slick1 .slick-prev{
    position: absolute;
    top: 109px;
    left: -67px;
    font-size: 0;
    width: 43px;
    height: 43px;
    border:none;
    cursor: pointer;
    background: url(../images/ico13.png) no-repeat;
}
.slick1 .slick-next{
    position: absolute;
    top: 109px;
    right: -67px;
    font-size: 0;
    width: 43px;
    height: 43px;
    border:none;
    cursor: pointer;
    background: url(../images/ico14.png) no-repeat;
}
.slick1 .slick-dots{
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    text-align: center;
}
.slick1 .slick-dots li{
    display: inline-block;
    font-size: 0;
    margin:0 4px;
}
.slick1 .slick-dots li.slick-active button{
    background-color: #ff9300;
}
.slick1 .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;   
    border:0;
    background-color: #0c4da2;
}
.liucheng{
    position: relative;
}
.liucheng::after{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 12px;
    height: 1px;
    background-color: #ccc;
}
.ul-list2{
    overflow: hidden;
}
.ul-list2 li{
    width: 12.5%;
    float: left;
    padding-bottom: 16px;
    position: relative;
    text-align: center;
}
.ul-list2 li::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 19px;
    height: 22px;
    background: url(../images/ico23.png) no-repeat;
    z-index: 2;
}
.ul-list2 .ico{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border:1px dashed #A8A8A8;
    line-height: 118px;
    margin:0 auto 20px;
}
.ul-list2 .ico img{
    display: inline-block;
    vertical-align: middle;
}
.ul-list2 .tit{
    font-size: 18px;
    color:#333333;
    line-height: 1.3;
    height: 2.6em;
    font-weight: bold;
    position: relative;
    margin-bottom: 2px;
}
.ul-list2 .tit p{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.ul-list2 .cn{
    font-size: 14px;
    color:#A8A8A8;
    height: 3em;
  
}
.l_btn{width:440px;height:50px;border:2px solid #0C4DA2;border-radius:25px;margin:55px auto 0;font-size:0;-webkit-text-size-adjust:none;border-right: none;}
.l_btn span{display:block;width:calc(100% - 157px);height:50px;line-height:42px;font-size:16px;color:#999;text-align:center;float:left;}
.l_btn span i{font-style:normal;;font-size:22px;font-weight:bold;color:#0C4DA2;}
.l_btn a{display:block;width:157px;height:47px;line-height:43px;background:#0c4da2;color:#FFF;font-size:16px;border-radius:25px;text-align:center;float:right;}
/*****/
.row4{
    padding: 50px 0;
    overflow: hidden;
}

/**row5**/
.row5 img{
    display: block;
}

/**row6***/
.row6{
    padding-top: 50px;
    padding-bottom: 78px;
}
.g-about{
    overflow: hidden;
}
.g-about .w50{
    width: 50%;
    float: left;
    overflow: hidden;
    height: 490px;
}
.g-about .top,.g-about .item,.g-about .tt{
     padding: 40px 45px;
     position: relative;
}
.g-about a{
    display: block;
    width: 100%;
    height: 100%;
}
.g-about img{
    position: absolute;
    bottom: 40px;
    left: 45px;
}
.g-about .top{
    overflow: hidden;
    background: url(../images/pic6.jpg) no-repeat;
    background-size: cover;
    height: 50%;
}
.g-about .top .desc{
    max-width: 336px;
}
.g-about .tit{
    font-size: 30px;
    font-weight: bold;
    color:#FFFFFF;
        margin-bottom: 10px;
}
.g-about .bom{
    height: 50%;
}
.g-about .item{
    overflow: hidden;
    width: 50%;
    height: 100%;
    float: left;
    border: 1px solid #E2E2E2;
    border-right: none;
    border-top: none;
    background: url(../images/ico26.png) no-repeat right 30px bottom 30px;
}
.g-about .item:last-child{
    background-image: url(../images/ico27.png);
}
.g-about .item:hover{
    background-color: #f5f5f5;
}
.g-about .item .tit{
    color:#333;
}
.g-about .tt span{
    font-size: 16px;
    font-weight: bold;
}
.g-about .tt p{
    text-indent: 2em;
}
.g-about .item .desc{
    color:#666666;
}
.g-about .desc{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 1.79;
}
.g-about .w50:last-child{
     background: url(../images/pic7.jpg) no-repeat;
    background-size: cover;
}



/**row7**/
.row7{
    overflow: hidden;
    padding: 34px 0;
    background-color: #f5f5f5;
}
.row7 .g-tit .desc{
    font-weight: bold;
    font-size: 25px;
    color:#BDBDBD;
    text-transform: uppercase;
}
.news .tt{
    overflow: hidden;
    margin-bottom: 32px;
}
.news .ovh .r{
    display: block;
    width: 143px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    color:#FFFFFF;
    border-radius: 20px;
    background-color: #247acb;
}
.ul-tab{
    border-left: 5px solid #247ACB; 
    overflow: hidden;
}
.ul-tab li{
    float: left;
}
.ul-tab li.on a{
    color:#247ACB;
}
.ul-tab li a{
    display: block;
    font-size: 20px;
    color:#2D2D2D;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
}

.g-tab {
    overflow: hidden;
}
.g-tab .l{
    width: 611px;
    margin-right: 70px;
}
.g-tab .r{
    float: none;
    overflow: hidden;   
}
.g-tab .pic{
    margin-bottom: 36px;
}
.g-tab .pic img{
    display: block;
}
.ul-list3{
    overflow: hidden;
}
.ul-list3 .txt{
    overflow: hidden;
}
.ul-list3 li{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ul-list3 .tit{
    font-size: 20px;
    color:#333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list3 .desc{
    font-size: 14px;
    color:#888888;
    line-height: 1.86;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-list3.ss li{
    border-bottom: 4px solid #dadada;
}
.ul-list3 .time{
    float: left;
    font-size: 33px;
    color:#247ACB;
    margin-right: 42px; 
    font-weight: bold;
}


.links{
    overflow: hidden;
    position: relative;
    padding-bottom: 23px;
    padding-top: 24px;
    background-color: #0c4da2;
}
.links .name{
    font-size: 36px;
    color:#fff;
    letter-spacing: 3px;
    float: left;
}
.links .name span{
    font-size: 22px;
    margin-left: 10px;
    font-weight: normal;
    color:rgba(255, 255, 255, 0.34);
    font-weight: bold;
}
.links .link{
    overflow: hidden; 
    padding-left: 19px;
    padding-top: 20px;
}
.links .link a,
.links .link em{
    font-size: 14px;
    color:rgba(255, 255, 255, 0.34);
}
.links .link em{
    margin:0 18px;
}
.links .link em:last-child{
    margin-right: 0;
}
.links .link a:hover{
    opacity:.5;
}


/**footer**/
.footer{
    overflow: hidden;
    padding-top: 35px;
    background-color: #373737;
}
.footer .top{
    overflow: hidden;
    border-bottom: 3px solid #424242;
}
.footer .desc .item:first-child .tit{
    position: relative;
    top: -5px;
}
.footer .ts{
    text-align: right;font-size: 12px;
    color:#FFFFFF;
    margin-bottom: 2px;
}
.footer .title{
    text-align: center;
    font-size: 36px;
    color:#C0C0C0;
    font-weight: bold;
    margin-bottom: 30px;
}
.form{
    overflow: hidden;
    margin-bottom: 11px;
}
.form .w3{
    float: left;
    width: 23%;
    margin-right: 1%;
}
.form .w17{
    float: left;
    width: 13%;
    margin-right: 1%;
    position: relative;
    padding-right: 97px;
    background-color: #fff;
}
.form .w17 img{
    display: block;
    position: absolute;
    right: 5px;
    top: 11px;
    width: 92px;
    height: 35px;
}
.form .inp{
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 10px;
}
.form .inp::placeholder{
    font-size: 17px;
    color:#555555;
}
.form .btn {
    overflow: hidden;
}
.form .btn input{
    overflow: hidden;
    width: 100%;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    background: #0c4da2;
    color:#fff;
    cursor: pointer;
}
.footer .info{
    padding: 47px 0 55px;
    overflow: hidden;
}
.footer .info .l{
    overflow: hidden;
    height: 132px;
    line-height: 132px;
    padding-right: 20px;
    margin-right: 56px;
    border-right: 1px solid #525252;
}
.footer .info  .l img{
    display: inline-block;
    vertical-align: middle;
}
.footer .info .l .pic,
.footer .info .qr{
    display: inline-block;
}
.footer .info .l .pic{
    margin-right: 52px;
}
.footer .desc{
    overflow: hidden;
}
.footer .desc .item{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 72px;
    font-size: 17px;
    color:#FFFFFF;
    line-height: 1.76;
    margin-bottom: 14px;
}
.footer .desc .en{
    text-transform: uppercase;
}
.footer .desc  .box .item{
    float: left;
}
.footer .desc  .box .item:first-child{
    margin-right: 100px;
}
.footer .desc span{
    font-size: 30px;font-weight: bold;
    line-height: 30px;
}
.copy{
    background-color: #292929;
}
.copy,.copy a{
    font-size: 13px;
    color:#838383;
    overflow: hidden;
    line-height: 63px;
}
/*手机浮动*/
#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;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../images/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../images/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../images/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../images/kf4.png) no-repeat center center;}
#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;}

.phone-chanpin{display: none;margin-bottom: 20px;}
 .phone-chanpin::after{  content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;}
    .phone-chanpin .tit{width: 100px;float: left;background-color: #0c4da2;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: #0c4da2;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;}

@media only screen and (max-width: 1900px) {
    .g-tab1 .txt{padding:35px 50px 0;}  

}

@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;} 
    .g-prod .tit{width: auto;float: none;}
    .g-prod .r{float: none;padding-top: 30px;}  
    .g-txt1 .pic{width: 358px;}
    .g-txt1 .item{margin-bottom: 18px;}
    .g-txt1{padding-bottom: 40px;}
    .ul-list2 li .tit{padding:0 5px;}
    .nav .v1{padding: 0 10px;}
    .g-about .top, .g-about .item, .g-about .tt{padding: 30px 30px 0;}
    .g-about .tit{font-size: 24px;margin-bottom: 10px;}
}
@media only screen and (max-width: 1199px) {
    
    .wp{width: 96%;} 
    .logo-txt{display: none;}
    .header .title{display: none;}
    #floatBottom{display: block;}
    .g-tit{margin-bottom: 15px;}
    .tell{display: none;}
     .header{background-color: #fff;height: 50px;}
    .nav{
        position: fixed;
    }
    .menuBtn{display: block;}
    body{padding: 50px 0 53px;}

    .nav{
        position: fixed;
        top: 50px;
        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 li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .nav .l,.nav .r{float: none;margin:0;}
    .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 i.on{background-image: url(../images/sel2.png);}
    .nav li .sub{position: static;}
    .nav li .sub a{padding-left: 20px;text-align: left;}
    .nav .wp{width: auto;padding: 0;}
    .nav .v1 span{display: none;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;}
    .nav li.on .v1,
    .nav li:hover .v1{
        color:#fff;
        background-color: #0858B2;
    }
   
    .header .bom .l{padding-top: 0;}
    .logo{width: 220px;border:none;line-height: 50px;}
    .wp{width: auto;padding: 0 15px;}
    .ban-txt .l{width: 240px;}
    .ban-txt .box{padding-left: 240px;}
    .ban-txt .cen em{margin:0 5px;}
    .g-txt1 .l, .g-txt1 .r{width: 300px;}
    .ul-list2 li{width: 25%;padding-bottom: 5px;}
  .ul-list2 li::after{display: none;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;
}
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
}

@media only screen and (max-width: 1020px) {
   .footer .info .l{display: none;}
   .copy .l{
    float: none;display: inline-block;
   }
    .phone-chanpin{display: block;}
   .copy,.copy a{line-height: 30px;}
   .copy span,.copy a.js-top{display: none;}
   .copy .r{float: none;display: inline-block;}
   .form .w3,.form .w17{width: 100%;margin:0;float: none;margin-bottom: 10px;}
   .footer .desc span{font-size: 18px;}
   .footer .desc .item{margin-bottom: 10px;}
   .footer .info{padding:15px 0;}
   .links .name{float: none;text-align: center;}
   .links .link{padding:0;}
   .g-tit .cn{font-size: 26px;}
   .links .name span{display: none;}
    .ul-list2 .tit{font-size: 16px;}
    .g-tab .l{width: auto;float: none;margin:0;}
   .g-txt1 .pic{display: none;}
   .g-txt1 .l, .g-txt1 .r{width: 48%;}
   .ul-list1 li{width: 50%;}
   .ban-txt{display: none;}
   .g-prod .r{display: none;}
   .g-about .w50{width: auto;height: 400px;float: none;}
   .g-about img{bottom: 10px;}
   .footer .desc .box .item:first-child{margin-right: 0;}
   .footer .desc .item{padding-left: 48px;}
}

@media only screen and (max-width: 767px) {
   .ul-list3 .time{display: none;}
   .g-about .tit{font-size: 22px;margin-bottom: 10px;}
   .g-about .w50{height: auto;}
   .news .ovh .r{display: none;}
   .g-about .w50:last-child{height: auto;}
   .g-about .top, .g-about .item, .g-about .tt{padding:15px 15px 60px;}
   .g-about .bom{height: 180px;}
    .g-txt1 .l, .g-txt1 .r{width: auto;float: none;text-align: left;}
   .form .inp{height: 45px;}
   .form .w17 img{top: 5px;}
   .form .btn input{height: 45px;font-size: 16px;}
   .form .inp::placeholder{font-size: 14px;}
   .footer .desc .item{font-size: 14px;}
}

/*Common For Max 480*/
@media only screen and (max-width: 479px) {
    .ul-list1{padding-top: 10px;}
    .g-about .bom .item{width: auto;float: none;background: none;}
    .g-about .bom{height: auto;}
    .g-about .bom .item{border-right: 1px solid #E2E2E2;}
    .l_btn{width: 100%;margin:15px 0;}
    .ul-list2 li{width: 50%;}
    .ul-list1 li{width: auto;float: none;display: none;}
    .ul-list1 li:first-child{display: block;}
    .slick1{margin:0;}
    .l_btn span i{font-size: 12px;}
    .row3{padding-top: 20px;}
    .slick1{padding-bottom: 45px;}
    .slick1 .slick-dots{bottom:16px;}
    .row7,.row4{padding:20px 0;}
    .row2{padding-top: 20px;}
    .g-txt1 .item .txt{font-size: 22px;line-height: 20px;top: -6px;position: relative;}
    .footer{padding-top: 20px;}
    .g-tab .pic{margin-bottom: 15px;}
    .footer .title{font-size: 22px;}
    .ul-list3 li{margin-bottom: 12px;padding-bottom: 12px;}
    .l_btn span{font-size: 12px;}
    .ul-list3 .tit{font-size: 16px;}
    .g-tit .cn::before,.g-tit .cn::after{display: none;}
    .row1{padding-top: 0;}
    .ul-list2 li .tit{font-size: 14px;height: 2.4em;}
    .ul-list2 .ico{margin-bottom: 10px;}
    .g-tit .cn{font-size: 22px;}
    .g-txt1 .item .top{margin-bottom: 10px;}
    .g-txt1 .l{margin-bottom: 30px;}
    .row6{padding:20px 0;}
    .g-txt1 .item{margin-bottom: 8px;}
    .g-prod .tit{text-align: center;width: 200px;padding-top: 10px;}
    .l_btn{display: none;}
    .slick1 .slick-dots{display: none;}
    .l_btn.ss{
        display: block;
    }
}

