/*-----------------[初始化]--------------*/
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;}

/*布局*/
.wp {margin: 0 auto;width: 1200px;}
body{padding-top: 188px;}

.g-news{
    overflow: hidden;
    border:1px solid #eee;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    background-color: #fff;
}
.g-news .tit{
    float: left;
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    color:#333;
    text-align: center;
}
.g-news .links{
    overflow: hidden;
}
.news1 a{
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color:#666;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header .top{
    overflow: hidden;
    padding-bottom: 25px;
}
.t_left{
    float: left;
    padding-top: 32px;
    width:calc(100% - 410px);
}
.t_left .logo{margin:0;width:398px;float:left;height:58px;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%;border-right:1px solid #dcdcdc;
      margin-right: 20px;
      padding-right: 20px;}


/*.logo a{
    display: block;
    float: left;
     border-right: 1px solid #dcdcdc;
      margin-right: 20px;
      padding-right: 20px;
}
.logo img{
   
}*/
.t_left .txt{
    overflow: hidden;
    font-size: 18px;
    font-weight: bold; 
    color:#333333;
    line-height: 1.1;
    padding-top: 10px;
    max-height: 58px;
    max-width: 180px;
}
.t_left .txt p:first-child{
    margin-bottom: 10px;
}

.tell{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    float: right;
    width: 410px;
    padding-left: 66px;
    background: url(../images/ico1.png) no-repeat left;
    margin-top: 36px;
}
.tell .item{
    float: left;
    padding-right: 20px;
    margin-right: 16px;
    border-right: 1px solid #dcdcdc ;
}
.tell .item:last-child{
    border:none;
    padding-right: 0;
    margin-right: 0;
}
.tell .phone{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    color:#cb1c1c;
}
.nav{
    background: #f4f4f4;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
     width: 11.11%;
     position: relative;
}
.nav li {

    width: 10%;

}
.nav li::after{
    content:'/';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color:#999999;
}
.nav li:last-child::after{
    display: none;
}
.nav li:hover{
    background-color: #0d62be;
}
.nav li:hover::after{
    display: none;
}
.nav li:hover .v1{
    color:#fff;
}
.nav .v1{
    display: block;
    line-height: 73px;
    text-align: center;
    color:#333333;
    font-size: 16px;
    position: relative;
}   
.nav .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #0d62be;
}
.nav .sub a{
    display: block;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 35px;
}
.nav .sub a:hover{
    opacity: .5;
}
/*******************************
    -------[=导航]-------
********************************/
.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: #0d62be;
    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:30px;
  }

.banner .swiper-pagination-bullet{width:18px;height:18px;background:url(../images/ico3.png) no-repeat;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image: url(../images/ico2.png);}

.g-ban{
    position: relative;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    height: 120px;
    background-color: #fff;
    z-index: 99;
    line-height: 120px;
    margin-top: -60px;
    text-align: center;
}
.g-ban img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.g-ban li{
    width: 20%;
    float: left;
    position: relative;
}
.g-ban li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 43px;
    width: 1px;
    height: 34px;
    background-color: #bfbfbf;
}
.g-tal{
    overflow: hidden;
    width: 374px;
    height: 52px;
    margin:78px auto 0;
    border:1px solid #0d62be;
    position: relative;
    padding-right: 132px;
    text-align: center;
    font-size: 14px;
    color:#666666;
    line-height: 50px;
    border-radius: 30px;
    border-right: none;
}
.g-tal span{
    font-size: 24px;
    font-weight: bold;
    color:#333;
}
.g-tal a{
    display: block;
    width: 132px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0d62be;
    color:#fff;
    border-radius: 30px;
    text-align: center;
}
.g-ban li:last-child::after{
    display: none;
}
.g-tit{
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}
.g-tit .en{
    font-size: 16px;
    color:#999999;
    text-align: center;
    text-transform: uppercase;
}
.g-tit .en span{
     position: relative;
     display: inline-block;
}
.g-tit .en span::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    left: -100px;
    width: 80px;
    height: 1px;
    background-color: #bfbfbf;
}
.g-tit .en span::before{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: -100px;
    width: 80px;
    height: 1px;
    background-color: #bfbfbf;
}
.g-tit .cn{
   font-size: 30px;
   font-weight: bold;
   color:#333333; 
   line-height: 1.3;
   margin-bottom: 6px;
}
.g-tit .cn i{
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0d62be;
}
.ul-chanpin{
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
   justify-content: space-between;
   margin-bottom: 45px;
}
.ul-chanpin a{
    display: block;
    padding-left: 40px;
    background: url(../images/ico2.png) no-repeat left center;
    font-size: 16px;
    color:#666;
}
.ul-chanpin a.on{
    background-image: url(../images/ico2-act.png);
    color:#0d62be;
}
.phone-chanpin{
    display: none;
}


.row1{
    background: #fdfdfd;
    padding: 72px 0;
}
.ul-list1 a{
    display: block;
    overflow: hidden;
}
.ul-list1 .pic{
    border:1px solid #e5e5e5;
    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: 50px;
    text-align: center;
    background-color: #eeeeee;
    color:#333;
    font-size: 14px;
}
.ul-list1 .swiper-slide:hover .tit{
    background-color: #0d62be;
    color:#fff;
}



.row2{
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    color:#fff;
}

.slider1 .con{
    padding: 34px 40px ;
    position: relative;
}
.slider1 .tit{
    color:#fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    opacity:0;
    padding-bottom: 42px;
}
.slider1 .pic img{
    display: block;
    margin-bottom: 20px;
}
.slider1 .tit .cn{
    font-size: 26px;
}
.slider1 .tit em{
    font-size: 72px;
    color:#ff9900;
    margin:0 5px;
    line-height: 1.3;
}
.slider1  .name{
    font-size: 20px;
    color:#333333;
    line-height: 1.4;
    font-weight: bold; 
    text-align: left;
    margin-bottom: 7px;   
}
.slider1  .desc{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    color:#666666;
    margin-bottom: 28px;
    height: 10.8em;
}
.slider1 .nub{
    font-size: 48px;
    color:#0d62be;
    font-weight: bold;
}
.slider1 .slick-prev{
    position: absolute;
    top: 50%;
    left: -80px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: url(../images/ico4.png) no-repeat center center;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.slider1 .slick-next{
    position: absolute;
    top: 50%;
    right: -80px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: url(../images/ico3.png) no-repeat center center;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.slider1 .item.slick-active.slick-current .con{
    background: #0d62be;
}
.slider1 .item.slick-active.slick-current .con .name,
.slider1 .item.slick-active.slick-current .con .nub,
.slider1 .item.slick-active.slick-current .con .desc{
    color:#fff;
}
.slider1 .item.slick-active.slick-current .tit{
    opacity:1;
}


.g-form{
    overflow: hidden;
    background: url(../images/pic7.jpg) no-repeat;
    padding:37px 0;
    background-size: cover;
}
.g-form .form{
    float: right;
    width: 584px;
    padding-top: 8px;
    overflow: hidden;
}
.g-form .form .btn input{
    float: right;
    display: block;
    width: 115px;
    height: 115px;
    background: url(../images/ico10.png) no-repeat;
    background-size: cover;
    color:#fff;
}
.g-form .l{
    width: 444px;
    padding-left: 65px;
}
.g-form .l .box{
    overflow: hidden;
}
.g-form  .item{
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
    margin-bottom: 10px;
}
.g-form .box .item:last-child{
    margin-right: 0;
}
.g-form .box .item{
     width: 48%;
    float: left;
     margin-right: 4%;
}
.g-form .inp{
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.g-form .txt{
    overflow: hidden;
    border:1px solid #00a0e9;
    color:#00a0e9;
    font-size: 14px;
    padding: 23px 18px;
}
.g-form .txt .line{
    width: 94px;
    height: 4px;
    background: #00a0e9;
    margin-bottom: 10px;
}
.g-form .txt .cn{
    font-size: 24px;
    color:#ffffff;
    margin-bottom: 8px;
}


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



.row3{
    background: url(../images/bg2.jpg) no-repeat top;
    padding: 90px 0 140px;
   overflow: hidden;
}
.g-about{
    height: 458px;
    background-color: #fff;
    box-shadow: 5px 5px 21px rgba(13, 98, 190, 0.11) ;
}
.g-about .pic{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 5;
}
.g-about .pic::after{
    content:'';
    display: block;
    position: absolute;
    top: 60px;
    left: -60px;
    width: 100%;
    height: 100%;
    background-color: #1e76d5;
    z-index: -1;
}
.g-about .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g-about .txt{
   overflow: hidden;
   padding: 52px 40px;
}
.g-about .tit{
    color:#333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 17px;
}
.g-about .desc{
    font-size: 14px;
    color:#666666;
    margin-bottom: 36px;
    line-height: 1.8;
}
.g-about a.more{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0d62be;
}
.g-about a.more img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
}
.ul-list3{
    overflow: hidden;
    margin-bottom: 57px;
}
.ul-list3 li{
    float: left;
    font-size: 14px;
    color:#49525c;
    padding-right: 20px;
    line-height: 15px;
    border-right: 1px solid #49525c;
    margin-right: 22px;
}
.ul-list3 li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ul-list3 li:last-child{
    margin-right: 0;
    padding-right: 0;
    border:none;
}





/**公司简介***/
.row4{
    padding: 76px 0;
    background: url(../images/pic3.jpg) no-repeat;
    overflow: hidden;
}
.row4 .g-tit .cn{
    color:#fff;
} 
.row4 .g-tit .cn i{
    background-color: #fff;
}
.row4 .g-tit .en{
    color:#fff;
}
.row4 .g-tit .en::after,
.row4 .g-tit .en::before{
    background-color: #fff;
}
.slider-pic2 a{
    display: block;
    overflow: hidden;
   position: relative;
   padding-top: 75%;
   height: 0;
}
.slider-pic2 a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
    .slider-pic2 a    .hz-title {
            font-size: 15px;
            line-height: 35px;
            height: 35px;
            position: absolute;
            bottom: 0;
            left: 0;
            width:100%;
            color:#fff;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.3);
        }

.row6{
    padding: 50px 0;
    overflow: hidden;
}

.row6 .liucheng{

}

.row6 .liucheng .lc_li{width:48%;float:left;margin-left:4%;border:1px solid #eee;border-radius:5px;padding:15px;}
.row6 .liucheng .lc_li:first-child{margin-left:0;}
.row6 .liucheng .lc_li p{font-size:15px;line-height:26px;text-align:center;}
.row6 .liucheng .lc_li p:first-child{font-size:20px;font-weight:bold;color:#222;height:30px;line-height:30px;margin-bottom:15px;}
.row6 .liucheng .lc_li p:last-child{height:130px;}

.row7{
    padding:0 0 50px 0;
    overflow: hidden;
}

.row7 .dzl{

}

.row7 .dzl .dzl_li{width:32%;float:left;margin-left:2%;border:1px solid #eee;border-radius:5px;padding:15px;}
.row7 .dzl .dzl_li:first-child{margin-left:0;}
.row7 .dzl .dzl_li p{font-size:15px;line-height:26px;text-align:center;}
.row7 .dzl .dzl_li span{margin:0 auto 15px;font-size:20px;font-weight:bold;height:50px;line-height:50px;width:50px;text-align:center;background:#0d62be;color:#FFF;display:block;border-radius:50%;}
.row7 .dzl .dzl_li p:last-child{height:78px;}


/***news***/
.row5{
    background: #f8f8f8;
    overflow: hidden;
    padding: 50px 0;
}
.g-list{
    overflow: hidden;
}
.g-list .item{
    float: left;
    width: 47%;
    margin-right: 6%;
}
.g-list .item:last-child{
    margin-right: 0;
}
.slider-pic img,
.slider-pic a{
    display: block;
    width: 100%;
}
.slider-pic .pic{
    margin-bottom: 26px;
}
.slider-pic .title{
    overflow: hidden;
    line-height: 24px;
}
.slider-pic .time{
    float: right;
    font-size: 14px;
    color:#999999;
}
.slider-pic .tit{
    overflow: hidden;
    font-size: 18px;
    color:#222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.slider-pic  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:50px;
    left: 10px;
    text-align: left;
  }

.slider-pic .swiper-pagination-bullet{width:14px;height:14px;background:#f4f4f4 ;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.slider-pic  .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0d62be;}

.ul-wd .swiper-wrapper{
    padding-top: 20px;
}
.ul-wd{
    padding-top: 32px;
}
.ul-wd li{
    margin-bottom: 8px;
}
.ul-wd li a{
    display: block;
    overflow: hidden;
}
.ul-wd .title{
    overflow: hidden;
    line-height: 24px;
     font-size: 14px;
}
.ul-wd .time{
    float: right;
    color:#999999;
}
.ul-wd .tit{
    overflow: hidden;
    color:#222222;
    padding-left: 14px;
    background: url(../images/ico24.png) no-repeat left center;
}
.g-tit2{
    overflow: hidden;
    margin-bottom: 30px;
}
.g-tit2 .more{
    display: block;
    float: right;
}
.g-tit2 .tit{
    overflow: hidden;
    font-size: 20px;
    color:#222222;
}
.ul-tab{
    overflow: hidden;
}
.ul-tab li{
    float: left;
}

.ul-tab em{
    font-size: 20px;
    color:#000000;
    font-style: normal;
    cursor: pointer;
}
.ul-tab li.on em{
    color:#0d62be;
} 
.ul-tab span{
    font-size: 20px;
    color:#000000;
    margin:0 25px;
}
.ul-news li{
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom:1px dashed #bfbfbf ;
}
.ul-news li a{
    display: block;
    overflow: hidden;
}
.ul-news .title{
    overflow: hidden;
    line-height: 24px;
     font-size: 14px;
     margin-bottom: 8px;

}
.ul-news .time{
    float: right;
    color:#999999;
}
.ul-news .desc{
    line-height: 1.7;
    font-size: 14px;
    color:#333;
}
.ul-news li:hover .tit{
    color:#00923F;
}
.ul-news .tit{
    overflow: hidden;
    color:#222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.ul-wt li{
   padding-bottom: 10px;
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    margin-bottom: 15px;
}
.ul-wt li .title{
    font-size: 18px;
    color:#333333;
    padding-left: 34px;
    margin-bottom: 5px;
    background: url(../images/ico18.png) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-wt li .desc{
    padding-left: 34px;
    font-size: 14px;
    color:#777777;
    line-height: 1.8;

}


/**links***/
.links{
    overflow: hidden;
    background-color: #464b5a;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}
.links .name{
    float: left;
    margin-right: 50px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#fff;
    line-height: 37px;
    margin-right: 34px;
}


/**footer**/
.footer{
   overflow: hidden;
   background: #464b5a;
   padding: 32px 0 18px;
}
.footer .r{
    text-align: right;
    width:calc(100% - 450px);
}
.footer .qr{
    float: right;
    overflow: hidden;
    text-align: center;
    color:#fff;
    font-size: 14px;
    padding-top: 5px;
}
.footer .qr .tit{
    padding: 10px 0 18px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 21px;
}
.footer .title .en{
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
}
.fd-about{
    overflow: hidden;
    float: left;
    width: 450px;
}
.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: 18px;
}
.fd-about .icon{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
}
.fd-about .txt{
    overflow: hidden;
}
.fd-about .desc .tit{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.fd-about .tel{    
    font-weight: normal;
    font-size: 14px;
}
.fd-about .tel span{
    font-size: 21px;
    line-height: 1.1;
}


    
.copy a,.copy{
    font-size: 14px;
    color:#ffffff;
}

/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:25%;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;}





@media only screen and (max-width: 1300px) {
    .wp{width: 1100px;}
    body{padding-top: 135px;}
   .header .top{padding-bottom: 15px;}
   .nav .v1{line-height: 50px;font-size: 14px;}
   .t_left .logo{width:321px;height:46px;}
   .t_left{padding-top: 20px;}
   .t_left .txt{padding-top: 5px;font-size: 16px;}
    .t_left .txt p:first-child{margin-bottom: 5px;}
    .tell{margin-top: 20px;}
    .ul-link a{width: 32%;margin-right: 1%;}
    .ul-link a .nub{padding-left: 5px;margin-right: 5px;}
    .slider1 .slick-prev{left: 0;}
    .slider1 .slick-next{right: 0;}
    .g-ban{line-height: 90px;margin-top: -45px;height: 90px;}
    .g-ban li::after{top: 30px;}
    .row1,.row4,.row5{padding: 40px 0;}
    .slider1 .tit .cn{font-size:20px;}

    .row6{padding:40px 0;}
    .row7{padding:0 0 40px 0;}
}




@media only screen and (max-width: 1199px) {
    /*******************************
        -------[=公用]-------
    ********************************/
    .wp{width: 96%;} 
    .g-form .form{width: 500px;}
    .g-form .l{width: 380px;}
    .g-tit{margin-bottom: 30px;}
    .row2 .txt .tit{font-size: 20px;}
    .row2 .tel .gh{font-size: 26px;}
    .slider-chanpin .txt{padding: 30px 15px;}
    .slider-chanpin .swiper-slide{margin-right: 1px;}
    .slider-chanpin .tit{font-size: 20px;margin-bottom: 15px;}
    .ul-wt li{padding-bottom: 15px;margin-bottom: 20px;}
    .slider-chanpin .swiper-slide{margin-bottom: 35px;}
    .ul-list2 .txt{font-size: 16px;padding-top: 0;}
    .ul-list2 .icon{width: 60px;height: 60px;line-height: 60px;}
    .ul-list2 .icon img{max-width: 60%;max-height: 60%;}
    .g-about{padding-top: 0;}
    .g-about .txt{padding-right: 30px;}
    .nav .v1{font-size: 14px;margin:0 5px;}
    .g-tit .cn{font-size: 28px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
    .row2 .txt{font-size: 16px;}
    .slider-chanpin .desc{margin-bottom: 20px;}
    .g-form .txt .cn{font-size: 22px;}
    .fd-about .icon{margin-right: 15px;}
    .ul-list3 li{padding-right: 10px;margin-right: 10px;}
    .g-about .txt{padding:30px 20px;}
    .row6{padding:30px 0;}
    .row6 .liucheng .lc_li{padding:10px;}
    .row6 .liucheng .lc_li p{font-size:14px;line-height:24px;}
    .row6 .liucheng .lc_li p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:10px;}
    .row6 .liucheng .lc_li p:last-child{height:144px;}
    .row7{padding:0 0 30px 0;}
    .row7 .dzl .dzl_li{padding:10px;}
    .row7 .dzl .dzl_li p{font-size:14px;line-height:24px;}
    .row7 .dzl .dzl_li span{font-size:18px;height:44px;line-height:44px;width:44px;}
    .row7 .dzl .dzl_li p:last-child{height:72px;}

}

@media only screen and (max-width: 1020px) {
    .tell,.t_left .txt{display: none;}
    .t_left .logo{padding-right: 0;margin-right: 0;border:none;width: 205px;margin-top: 10px;height:31px;}
    .wp{width: auto;padding: 0 15px;} 
    body{padding-top: 50px;padding-bottom: 53px;}
    #floatBottom{display: block;}
   
    .header{height: 50px;}
    .header .top{padding-bottom: 10px;}
    .t_left{padding-top: 0;}
     .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
        width: auto;
        float: none;
        padding: 0;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        float: none;
        margin: 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 li::after{display: none;}
    .nav li.on .v1::after{display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
    }
    .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 .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;}
    .nav li.on .v1,
    .nav li:hover .v1{
        color:#fff;
        background-color: #0d62be;
    }
     .g-about{height: auto;}
    .g-about .pic{float: none;text-align: center;height: auto;width: auto;}
    .g-about .g-tit{text-align: center;}
    .g-about .pic::after{display: none;}
    .g-list .item{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
    .ul-wd{padding-top: 15px;}
    .links .name{float: none;text-align: center;margin-right: 0;}
    .ul-list3{margin-bottom: 20px;}
    .g-about .desc{margin-bottom: 20px;}
    .row1, .row3, .row4, .row5{padding: 30px 0;}
    .ul-chanpin{display: none;}
    .phone-chanpin{display: block;}
    .row2 .tel a{margin:0 auto;}
    .slider-chanpin .nub{display: none;}
    .slider-chanpin .swiper-slide{padding-right: 0;}
    .slider-chanpin .pic{width: 320px;height: 250px;}
    .slider-chanpin .txt{height: 250px;}
    .ul-list2{display: block;overflow: hidden;}
    .ul-list2 li{display: block;float: left;width: 33.333%;}
    .g-about .txt{padding-right: 0;}
    .slider-chanpin .swiper-button-next,.slider-chanpin .swiper-button-prev{opacity:0;}
    .slider-chanpin .swiper-slide{margin-bottom: 15px;}
    .g-ban{height: 60px;line-height: 60px;margin-top: -30px;font-size: 12px;}
    .g-ban img{margin-right: 5px;width: 15px;height: 15px;}
    .g-ban li::after{display: none;}
     .g-form .form{width: auto;float: none;}
     .g-form .l{width:calc(100% - 130px);padding-left: 0;margin-bottom: 10px;}
     .footer .r{width: auto;float: none;text-align: left;}
     .footer .r .qr{display: none;}
     .g-tal{margin-top: 30px;}
     .slider1 .name{font-size: 18px;}
     .slider1 .tit .cn{font-size: 20px;}
     .slider1 .tit em{font-size: 45px;}
     .slider1 .tit{font-size: 18px;}
     .slider1 .con{padding: 0 30px;}
     .slider1 .tit{padding-bottom: 10px;}
     .slider1 .desc{height: auto;margin-bottom: 0;}
     .g-about .txt{padding-bottom: 0;}
     .g-about .txt{padding: 10px ;}
     .g-about .desc,.ul-list3{margin-bottom: 0;}
     .g-about .desc{line-height: 1.5;}
     .links .link a{width: 33.333%;float: left;display: block;margin:0;text-align: center;line-height: 2;}

     .row6{padding:20px 0;}
    .row6 .liucheng .lc_li p:last-child{height:192px;}
    .row7{padding:0 0 20px 0;}
    .row7 .dzl .dzl_li p:last-child{height:96px;}
}

@media only screen and (max-width: 767px) {
    .row1, .row2, .row3, .row4, .row5{padding: 20px 0;}
    .slider-chanpin .pic{width: auto;float: none;}
    .ul-list2 li{width: 50%;}
    .fd-about .tel span{font-size: 18px;}
    .fd-form .btn input{background-position: 30%;}
    .ul-link a{width: auto;float: none;margin-bottom: 5px;margin-right: 0;}
    .g-form .l{width: auto;float: none;margin-bottom: 15px;}
    .g-form .form .btn input{float: none;margin:0 auto;}
    .g-form .txt{display: none;}
    .g-about .tit{font-size: 20px;margin-bottom: 0px;}
    .g-form{padding: 20px 0 15px;}
    .g-tit .cn{font-size: 20px;}
    .ul-list3 li{width: 50%;margin:0;border:none;margin-bottom: 15px;}
    .g-ban{display: none;}
    .row6 .liucheng .lc_li{width:100%;float:none;margin-left:0;margin-top:10px;}
    .row6 .liucheng .lc_li p:last-child{height:auto;}
    .row7 .dzl .dzl_li{width:100%;float:none;margin-left:0;margin-top:10px;}
    .row7 .dzl .dzl_li p:last-child{height:auto;}
}

/*Common For Max 480*/
@media only screen and (max-width: 479px) {
    .so .form{width: auto;}
    .g-tal{width: auto;}
    .g-tal span{font-size: 16px;}
    .slider1 .tit .cn{font-size: 16px;}
}


#ttkefutel_img{
    display: none!important;
}
#minidialog{
   display: none!important;
}