﻿/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.contain img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*布局*/
body{padding-top: 140px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 auto;width: 1560px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
}
.header .title{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background-color: #EEEEEE;
    color:#222222;
    font-size: 12px;
}
.header .title .r{
    width: 300px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    background: url(/template/default/images/ico1.png) no-repeat;
}
.header.fixed{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.logo{
    float: left;
    overflow: hidden;
     height: 100px;
    line-height: 100px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height: 100px;
    padding: 0 20px;
    text-align: center;
}
.nav li:hover .v1{
    background-color: #0267AE;
    color:#fff;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0267AE;
}
.xq_nav{
    overflow: hidden;
    margin-top: 30px;
    background-color: #eee;
    margin-bottom: 30px;
}
.xq_nav a{
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color:#333;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.xq_nav a.on{
    background-color: #0267AE;
    color:#fff;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}

.nav .phone{
    line-height: 98px;
    float: left;
    font-size: 14px;
    color:#222;
    cursor: pointer;
    position: relative;
    padding-left: 47px;
    background: url(/template/default/images/tel.png) no-repeat left 13px center;
}
.nav .phone span{
    font-size: 28px;
    color:#0267AE;
    font-weight: bold;
}
.nav .phone::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #848484;
    top: 50%;
    margin-top: -10px;
    left: 0;
}


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

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

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

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 51px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:20px;height:20px;background:url(/template/default/images/ico1.png) no-repeat center;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:url(/template/default/images/ico2.png) no-repeat center;}



.g-tit{
    text-align: center;
    margin-bottom: 40px;
}
.g-tit .cn{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    margin-bottom: 13px;
}
.g-tit .desc{
    font-size: 14px;
    color:#666666;
    height: 14px;
    line-height: 14px;
}
.g-tit .desc i{
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 1px;
    background: #A6A6A6;
    margin:.0 20px;
}
.g-tit.sty1 .cn,
.g-tit.sty .desc{
    color:#fff;
}
.g-tit.sty .desc i{
    background-color: #fff;
}

.row1{
    padding: 50px 0 60px;
}


.slider1{
    position: relative;
}
.slider1 .swiper-button-prev{
   background: url(/template/default/images/ico3.png) no-repeat;
    color:#8F2927;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -80px;
    text-align: center;
    cursor: pointer;
}
.slider1 .swiper-button-next{
   background: url(/template/default/images/ico4.png) no-repeat;
    color:#8F2927;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -80px;
    text-align: center;
    cursor: pointer;
}
.ul-list .pic{
    padding-top: 75%;
    overflow: hidden;
    height: 0;
    position: relative;
}
.ul-list .pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ul-list .txt{
    background-color: #fff;
    padding: 34px 30px 31px;
}
.ul-list .tit{
    text-align: center;
    font-size: 18px;
    color:#222222;
    margin-bottom:4px;
    font-weight: bold;
}
.ul-list  .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.5;
    margin-bottom: 25px;
}
.ul-list .btn{
    width: 110px;
    height: 38px;
    background: #0267AE;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    margin:0 auto;
}
.ul-list a{
    display: block;
    padding: 9px 10px;
    border: 1px solid #E5E5E5;
}
.ul-list .txt{
    text-align: center;
    font-size: 14px;
    color:#666666; 
}
.row2{
    overflow: hidden;
    background: url(/template/default/images/bg1.jpg) no-repeat top;
}
.row2 .title{
    width: 422px;
    height: 118px;
    background: rgba(2, 103, 174, .8);
    margin:5.73vw auto 6.98vw;
    color:#fff;
    text-align: center;
    font-size: 14px;
    padding-top: 18px;
}
.row2 .title .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}
.row2 .title .tit span{
    color:#FFD200;
}
.row2 .title .tit em{
    font-size: 48px;
    font-style: normal;
    margin:0 6px 0 18px;
    position: relative;
    top: 4px;
}
.row2 .first::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.row2 .first{
    background: #0267AE;
    margin-bottom: 40px;
}
.row2 .first .g-item{
    width: 50%;
    float: left;
    position: relative;
    color:#fff;
    padding: 64px 50px 50px;
}
.row2 .first .nub{
    position: absolute;
    left: 50px;
    top: -42px;
    width: 60px;
    height: 85px;
    background: #FFD200;
    font-size: 36px;
    color:#0267AE;
    font-family: Impact;
    text-align: center;
    line-height: 85px;
}
.row2 .first .g-item .en{
    color:rgba(255, 255, 255, 0.5);
}
.g-item{
    color:#222;
}
.g-item .cn{
    font-size: 22px;
    margin-bottom: 1px;
}
.g-item .en{
    font-size: 14px;
    color:rgba(34, 34, 34, .5);
    margin-bottom: 11px;
}
.g-item .desc{
    font-size: 14px;
    line-height: 2;
}
.g-txtimg1 .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.g-txtimg1 .pic{
    width: 660px;
    height: 300px;
    overflow: hidden;
    float: right;   
}
.g-txtimg1 .item:nth-child(even) .pic{
    float: left;
}
.g-txtimg1 .g-item{
    position: relative;
    padding: 30px 176px 0 0;
    overflow: hidden;
}
.g-txtimg1 .item:nth-child(even) .g-item{
    padding: 30px 0 0 176px;
}
.g-txtimg1 .nub{
    position: absolute;
    right: 0;
    top: 32px;
    width: 85px;
    height: 60px;
    line-height: 60px;
    background: #FFD200;
    font-size: 36px;
    color:#0267AE;
    font-family: Impact;
    text-align: center;
}
.g-txtimg1 .item:nth-child(even) .nub{
    right: auto;
    left: 0;
    top: 80px;
}


.row3{
    overflow: hidden;
    background-color: #F7F7F7;
}
.g-about{
    overflow: hidden;
}
.g-about .name{
    margin-bottom: 36px;
}
.g-about .name .en {
    font-size: 48px;
    line-height: 48px;
    color: #E8E8E8;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-about .name .cn {
    font-size: 36px;
    color: #222222;
    font-weight: bold;
    line-height: 36px;
    margin-top: -25px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 12px;
}
.g-about .cn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 46px;
    height: 5px;
    margin: 0;
    background: #0267AE;
}
.g-about .txt{
   overflow: hidden;
    padding: 80px 80px 0 0;
}
.g-about .pic{
    float: right;
}
.g-about .pic img{
    display: block;
}
.g-about .g-tit{
    text-align: left;
}
.g-about .g-tit::after{
    margin:0;
}
.g-about .desc{
    font-size: 16px;
    color:#333333;
    line-height: 1.88;
    margin-bottom: 54px;
}
.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: #0267AE;
    margin-bottom: 70px;
}
.ul-link a{
    display: block;
    float: left;
    width: 200px;
    height: 100px;
    border:1px solid #bfbfbf;
    margin-right: 20px;
}
.ul-link a.on{
    background: url(/template/default/images/pic8.jpg) no-repeat;
    border:none;
    background-size: cover;
}
.ul-link a.on .nub,
.ul-link a.on .tit,
.ul-link a.on .en{
    color:#fff;
}
.ul-link a .nub{
    float: left;
    padding-left: 15px;
    font-size: 42px;
    color:#b0b0b0;
    line-height: 98px;
    margin-right: 20px;
}
.ul-link a:last-child{
    margin-right: 0;
}
.ul-link .title{
    overflow: hidden;
    padding-top: 30px;
}
.ul-link .tit{
    font-size: 18px;
    color:#666666;
    line-height: 1.2;
}
.ul-link .en{
    font-size: 11px;
    color:#999999;
    letter-spacing: -1px;
    text-transform: uppercase;
}    


.row4{
    padding: 50px 0;
}
.slider2{
    border-left: 1px solid #E5E5E5;
}
.slider2 .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 86%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider2 .con{
    border: 1px solid #E5E5E5;
    border-left: none;
}
.slider2 .txt{
    text-align: center;
    padding: 20px 0;
}
.slider2 .ico{
    margin:26px auto 18px; 
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
}
.slider2 .ico.i1{
    background-image: url(/template/default/images/ico15.png);
}
.slider2 .ico.i2{
    background-image: url(/template/default/images/ico16.png);
}
.slider2 .ico.i3{
    background-image: url(/template/default/images/ico18.png);
}
.slider2 .ico.i4{
    background-image: url(/template/default/images/ico20.png);
}
.slider2 .con:hover .ico.i1{
    background-image: url(/template/default/images/ico14.png);
}
.slider2 .con:hover .ico.i2{
    background-image: url(/template/default/images/ico17.png);
}
.slider2 .con:hover .ico.i3{
    background-image: url(/template/default/images/ico19.png);
}
.slider2 .con:hover .ico.i4{
    background-image: url(/template/default/images/ico21.png);
}
.slider2 .cn{
    font-size: 24px;
    color:#333333;
    margin-bottom: 4px;
}
.slider2 .en{
    font-size: 14px;
    color:#858585;
    margin-bottom: 12px;
}
.slider2 .more{
    margin:0 auto ; 
    width: 21px;
    height: 21px;
    background: url(/template/default/images/ico12.png) no-repeat;
}
.slider2 .con:hover{
    background-color: #2A61B4;
}
.slider2 .con:hover .cn,
.slider2 .con:hover .en{
    color: #fff;
}
.slider2 .con:hover .more{
    background-image: url(/template/default/images/ico13.png);
} 
.row5{
    overflow: hidden;
    background: url(/template/default/images/pic16.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.g-service{
    width: 50%;
    float: right;
    color:#fff;
    padding: 18px 0  0 44px;
}
.g-service .title{
    background: url(/template/default/images/ico9.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
   padding: 20px 0 20px 26px ;
   margin-bottom: 5px;
}
.g-service .title .cn{
    font-size: 30px;
}
.g-service .title .en{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.ul-list1{
    overflow: hidden;
    padding-bottom: 20px;
}
.ul-list1 li{
    float: left;
    width: 25%;
    text-align: center;
    color:#fff;
    font-size: 16px;
    position: relative;
    transition: all .3s;
}
.ul-list1 li::after{
    content:'';
    display: block;
    position: absolute;
    right: -15px;
    top: 40px;
    width: 29px;
    height: 25px;
    background: url(/template/default/images/ico11.png) no-repeat;
}
.ul-list1 li:last-child::after{
    display: none;
}
.ul-list1 .ico{
    width: 88px;
    height: 88px;
    margin:0 auto 4px;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.ul-list1 li .nub{
    font-size: 23px;
    font-weight: bold;
}
.row6{
    overflow: hidden;
    padding: 46px 0;
}
.slider3 .pic{
    position: relative;
    height: 0;
    padding-top: 78%;
    overflow: hidden;
}
.slider3 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slider3 .tit{
    display: block;
    text-align: center;
    font-size: 16px;
    color:#333333;
    padding-top: 27px;
}
.tab2{
    overflow: hidden;
}
.tab2 .l{
    width: 570px;
    margin-right: 48px;
}
.tab2 .l .pic{
    width: 100%;
    height: 290px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    object-fit: cover;
    margin-bottom: 25px;
}
.tab2 .new-txt .tit{
    font-size: 18px;
    color:#333333;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab2 .new-txt .tit p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab2 .new-txt .tit span{
    display: block;
    float: right;
    font-size: 14px;
    color:#999999;
    font-weight: normal;
}
.tab2 .new-txt a{
    display: block;
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
}
.tab2 .r{
    overflow: hidden;
    float: none;
}
.ul-news li{
    margin-bottom: 19px;
    background: #eee;
    overflow: hidden;
    padding: 15px 15px 15px 32px;
}
.ul-news .time{
    overflow: hidden;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 3px;
    padding-top: 12px;
    margin-right: 20px;
    float: right;
}
.ul-news .day{
    font-size: 30px;
    display: block;
    text-align: center;
    color: #666;
}
.ul-news .year{
    height: 20px;
    margin-top: 0px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.ul-news .txt{
    overflow: hidden;
    padding-right: 20px;
}
.ul-news li .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news li .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}

.row7 {
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 30px 0 80px;
}
.footer{
    background: url(/template/default/images/pic14.jpg) no-repeat top #303030;
    padding-top: 91px;
}
.g-contact{
    overflow: hidden;
    border:10px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}
.g-contact .boxx{
    background-color: #fff;
    overflow: hidden;
     padding: 20px 93px 23px;
}
.g-contact .boxx .g-tit{
    padding-top: 0;
}
.g-contact .txt{
    float: left;
    font-size: 14px;
    line-height: 2.29;
}
.g-contact .txt .tit{
    font-size: 18px;
    color:#333333;
    line-height: 32px;
    font-weight: bold;
}
.g-form{
    float: right;
    width: 540px;
}
.g-form .box{
    overflow: hidden;
}
.g-form .item{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 13px;
}
.g-form .item:last-child{
    margin-right: 0;
}
.g-form .item input{
    display: block;
    width: 100%;
    height: 38px;
    border:1px solid #D2D2D2;
    padding: 0 16px;
}
.g-form textarea{
    display: block;
    width: 100%;
    height: 123px;
    border:1px solid #D2D2D2;
    padding: 16px;
    margin-bottom: 23px;
    resize: none;
}
.g-form .sub input{
    width: 117px;
    height: 40px;
    background: #0267AE;
    font-size: 14px;
    color:#FFFFFF;
}
.ft-nav{
    margin-bottom: 20px;
}
.ft-nav a,.ft-nav em{
    color:#fff;
    font-size: 14px;
}
.ft-nav em{
    margin:0 8px;
}
.links{
    overflow: hidden;
    color:#fff;
    font-size: 14px;
    margin-bottom: 30px;
}
.links .tit{
    float: left;
}
.links .link{
    overflow: hidden;
    margin-right: 8px;
}
.links .link a{
    color:#fff;
}
.copy{
    background: rgba(0, 0, 0, 0.3);
    line-height: 50px;
}
.copy span,.copy a,.copy{
   color:#FFFFFF;
}

#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: 1900px){
.wp-h{padding: 0 50px;width: auto;}
.nav .phone{padding-left: 13px;background: none;}
.nav li .v1{padding: 0 15px;}
.logo{width: 300px;}
}
@media only screen and (max-width: 1600px) {
    
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}
    .row5{background-image: url(/template/default/images/pic15.jpg);}
    .g-service .title{background: none;text-align: center;}
   .g-service{width: auto;float: none;padding: 30px;}
   .g-about .pic{max-width: 400px;margin: 80px 0;}
   .nav .phone{display: none;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
    .footer .top{padding: 30px 0;}
    .g-about .name .cn{font-size: 28px;}
    .g-about a.more{margin-bottom: 30px;}
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;}
    .fd-form,.fd-desc{width: auto;float: none;}
    .header .title,.qr{display: none;}
    .links .link a{width: auto;background: none;padding-bottom: 0;border-bottom: none;}
    .footer .tit{margin-bottom: 15px;}
    .fd-desc .desc .add{margin-bottom: 0;}
    .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}
    .nav li.on .v1::after{display: none;}
    .nav li.on{display:block;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(/template/default/images/sel2.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;background: transparent;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;width: 220px;height: 60px;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
    .g-tit .cn{font-size: 26px;}
    .g-form{float: none;width: auto;overflow: hidden;padding-left: 30px;}
    .g-contact .boxx{padding-left: 25px;padding-right: 25px;}
    .header{box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}
    .slider4 .swiper-button-prev,.slider4 .swiper-button-next,
     .slider1 .swiper-button-prev,.slider1 .swiper-button-next{display: none!important;}
     .g-item .cn{font-size: 18px;}
     .g-txtimg1 .g-item{padding-right: 100px;padding-top: 0;}
     .g-txtimg1 .item:nth-child(even) .g-item{padding-left: 100px;padding-top: 0;}
     .g-about .txt{padding-top: 40px;}
     .g-txtimg1 .pic{width: 500px;}
}
@media only screen and (max-width: 1020px) {
    
   .g-tit .cn{font-size: 22px;}
    .copy{padding: 15px 0;line-height: 1.8;}
    .copy a{display: inline-block;line-height: 1.8;}
    .g-contact .txt{float: none;margin-bottom: 15px;}
    .g-form{padding-left: 0;}
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .g-tit .desc i{display: none;}
    .row1{padding: 30px 0;}
    .row3 {padding: 55px 0 30px;}
    .row5 .info{font-size: 14px;margin-bottom: 20px;}
   .row5{padding: 30px 0 0;}
   .row2 .first .g-item{width: auto;float: none;padding: 20px ;overflow: hidden;}
   .row2 .first .g-item:last-child{padding-top: 0;}
   .g-txtimg1 .pic,.g-about .pic{display: none;}
   .g-txtimg1 .nub,.g-txtimg1 .item:nth-child(even) .nub{top: 0;}
   .row2 .first .nub{display: none;}
    .g-txtimg1 .nub{display: none;}
    .g-txtimg1 .g-item,.g-txtimg1 .item:nth-child(even) .g-item{padding: 0;}
    .g-service{padding: 0;}
     .tab2 .l{display: none;}
     #floatBottom{display: block;}
}
@media only screen and (max-width: 960px) {
    
   .slider4{padding: 10px;}
   .row3{padding: 30px 0 0;}
   .row4,.row6{padding: 30px 0;}
    .g-service .title .cn{font-size: 24px;}
    .g-about .name .en{font-size: 24px;}
    .g-about .name .cn{font-size: 20px;padding-bottom: 10px;margin-bottom: 15px;}
    .g-about .name{margin-bottom: 0;}
    .g-about .desc{font-size: 14px;margin-bottom: 30px;}
    .row7{padding:30px 0;}
}

@media only screen and (max-width: 767px) {
   .g-tit .cn {font-size: 20px;margin-bottom: 8px;}
   .row2{padding-bottom: 30px;}
   .g-contact .txt{font-size: 12px;line-height: 1.8;}
   .footer{padding-top: 25px;}
   .ft-nav{display: none;}
   .links{margin-bottom: 15px;}
   .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
   .g-txt1 .r .item .top,.g-txt1 .r .item .desc{text-align: left;}
   .g-more{margin-bottom: 0;}
   .g-tit{margin-bottom: 30px;}
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .ul-news li{padding: 10px;}
   .ul-news  .time{margin-right: 0;}
    .ul-news li .tit{font-size: 15px;margin-bottom: 0;margin-top: 10px;}
}

@media only screen and (max-width: 500px) {
        .row2 .title{width: auto;height: auto;padding: 15px 0;}
        .row2 .title .tit{font-size: 20px;line-height: 20px;margin-bottom: 10px;}
        .row2 .title .tit em{font-size: 20px;top: 0;margin:0;}
        .g-service .title .cn{font-size: 20px;}
        .g-service .title{padding: 0;margin-bottom: 15px;}
        .ul-list1 li{width: 50%;margin-bottom: 10px;}
        .ul-list1 li::after{display: none;}
        .g-about .txt{padding: 0;}
        .ul-link{display: none;}
        .row2 .first{margin-bottom: 20px;}
}
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }

    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(/template/default/images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
       padding: 10px 0;
    background-color: #1c5bc0;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}
