/*-----------------[初始化]--------------*/
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;
}
img.img-cover{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
 img.img-contain{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
body{padding-top: 110px;}
body.index{padding-top: 0;}
/*布局*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 58px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.header.fixed{
    background-color: #474747;
}
.logo{
    float: left;
    overflow: hidden;
     height: 110px;
    line-height: 120px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo .img2{
    display: none;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
    margin-right: 20px;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height: 110px;
    padding: 0 18px;
    text-align: center;
}
.nav li:hover .v1{
    color:#FF9900;
}
.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: #FF9900;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#FF9900;
}

.nav .phone{
    float: left;
    font-size: 14px;
    color:#fff;
    margin-top: 30px;
    padding-left: 36px;
    background: url(../images/ico1.png) no-repeat left  center;
}
.nav .phone span{
    font-size: 18px;
    color:#fff;
    font-family: Impact;
}


/*******************************
    -------[=导航]-------
********************************/
.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: #fff;
    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{
    height: 51vw;
}
.banner .swiper-slide{
    display: block;
    height: 100%;
    position: relative;
}
.banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide .bg{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.banner video{
        width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    object-fit: cover;
}
.banner .swiper-slide img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 3s;
    -o-transition: 3s;
    -moz-transition: 3s;
    transition: 3s;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    width: 185px;
    height: 48px;
    line-height: 48px;
    margin:0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:14px;height:14px;background:url(../images/ico15.png) no-repeat center;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;vertical-align: middle;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:url(../images/ico16.png) no-repeat center;width: 18px;height: 18px;}


.g-tit{
    text-align: center;
    margin-bottom: 38px;
}
.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{
    overflow: hidden;
    padding:50px 0 60px; 
}
.slider1 .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
    padding:32px 34px 0;
    height: 436px;
    transition:all .6s;
}
.slider1 .swiper-slide:hover{


 transform: rotateY(360deg);   /* 垂直镜像翻转 */

}
.slider1 .ico{
    width: 138px;
    height: 138px;
    background-repeat: no-repeat;
   margin:0 auto 28px;
}
.slider1 .tit{
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.slider1 .tit::after {
    content: '';
    display: block;
    width: 24px;
    height: 5px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:0 auto;
}
.slider1  .desc{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 1.71;
}

.row2{
    padding:39px 0 48px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row2 .txt{
    float: left;
    font-size: 16px;
    color:#F6F5FB;
}
.row2 .txt a{
    width: 109px;
    height: 30px;
    border: 1px solid #FF9900;
    text-align: center;
    color:#FF9900;
    display: block;
    line-height: 28px;
    font-size: 13px;
    margin-top: 12px;
}
.row2 .txt .tit em{
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    font-style: normal;
   font-weight: bold;
   margin-left: 10px;
}
.row2 .txt .tit{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.row2 .txt .tit span{
    color:#FF9900;
}
.ul-list1{
    overflow: hidden;
    float: right;
    margin-top: 24px;
}
.ul-list1 li{
    float: left;
    padding:0 40px;
    color:#fff;
    font-size: 16px;
    position: relative;
}
.ul-list1 li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 31px;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
}
.ul-list1 li:last-child::after {
    display: none;
}
.ul-list1 li:last-child{
    padding-right: 0;
}
.ul-list1 li .ico{
    width: 60px;
    height: 60px;
    margin:0 auto 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.row3{
    overflow: hidden;
    padding:54px 0 60px;
}
.slider2{
    position: relative;
}
.slider2 .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 360px;
    padding:56px 69px;
    font-size: 24px;
    display: block;
    position: relative;
}
.slider2 .swiper-slide::after {
     content: '';
    display: block;position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    
}
.slider2 a{
        color:#fff;
        position: relative;
        z-index: 1;
}
.slider2 .tit{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.slider2 .tit::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39px;
    height: 4px;
    background: #FFFFFF;
}
.slider2 .sp {
    margin-bottom: 33px;
}
.slider2 .sp span{
    font-size: 48px;
    color:#F04141;
    font-weight: bold;
}
.slider2 .sp em{
    font-size: 20px;
    font-style: normal;
    margin-left: 13px;
}
.slider2  p{
    width: 176px;
    height: 45px;
    background: #C9393A;
    border-radius: 23px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size: 20px;
}
.slider2 .swiper-slide.s1{
    background-image: url(../images/pic1.jpg);
}
.slider2 .swiper-slide.s2{
    background-image: url(../images/pic2.jpg);
}
.switch{
    position: relative;
}
.switch .swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left:-100px;
    width: 50px;
    height: 50px;
    background: url(../images/ico10.png) no-repeat;
}
.switch .swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right:-100px;
    width: 50px;
    height: 50px;
    background: url(../images/ico11.png) no-repeat;
}
.row4{
    overflow: hidden;
    background: url(../images/pic3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding:36px 0 73px;
}
.ul-list2{
    margin-bottom: 35px;
    overflow: hidden;
}
.ul-list2 li{
    width: 33.333%;
    float: left;
    margin-bottom: 42px;
}
.ul-list2 .nub{
    font-family: Impact;
    color:#FF9900;
    font-size: 36px;
}
.ul-list2 .tit{
    font-size: 24px;
    font-weight: bold;
    color:#222222;
    margin-bottom: 15px;
}
.ul-list2 .lin{
    background: url(../images/pic4.jpg) no-repeat;
    width: 153px;
    height: 3px;
    margin-bottom: 14px;
}
.ul-list2 .desc{
    font-size: 16px;
    color:#222222;
}
.g-more a{
    display: block;
    margin:0px auto 0;
    width: 350px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 28px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color:#222;
     line-height: 54px;
}
.g-more a span{
    display: block;
    float: left;
    width: 140px;
    color:#fff;
    background-color: #FF9900;
}
.row5{
    overflow: hidden;
    padding:58px 0 60px;
}
.g-about{
    overflow: hidden;
}
.g-about .pic{
    float: left;
    width: 620px;
    height: 720px;
    margin-right: 80px;
    border-radius: 20px;
    overflow: hidden;
    background: url(../images/pic5.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-about .txt{
    overflow: hidden;
    padding-top: 60px;
}
.g-about .tit{
    font-size: 48px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 40px;
}
.g-about .tit span{
    color:#FF9900;
}
.g-about .lin{
    height: 9px;
    width: 100%;
    margin-bottom: 36px;
    background: url(../images/pic12.jpg) no-repeat;
}
.g-about .desc{
    font-size: 16px;
    color:#333333;
    line-height: 1.8;
    text-indent: 2em;
}
.ul-list3{
    overflow: hidden;
}
.ul-list3  li{
    width: 50%;
    float: left;
    overflow: hidden;
    padding:18px 0;
    font-size: 16px;
    color:#999999;
    border-bottom: 1px dashed #D2D2D2;
    border-right: 1px dashed #D2D2D2;
}
.ul-list3  li:nth-child(even){
    border-right: none;
    padding-left: 56px;
}
.ul-list3  li:nth-child(n+3){
    border-bottom: none;
}
.ul-list3  li .ico{
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 28px;
    background: url(../images/ico12.png) no-repeat;
}
.ul-list3  li p{
    font-size: 18px;
    color:#666666;
    margin-top: 4px;
}
.row6{
    overflow: hidden;
    background: url(../images/pic6.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list5{
    overflow: hidden;
}
.ul-list5 li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
    padding:44px 0 56px;  
}
.ul-list5 .nub{
    font-size: 20px;
    font-weight: bold;
    color:#FF9900;
}
.ul-list5 .nub span{
    font-size: 38px;
}
.ul-list5  .desc{
    margin-bottom: 27px;
}
.ul-list5  .lin{
    background: url(../images/ico13.png) no-repeat;
    width: 248px;
    height: 9px;
    margin:0 auto;
}

.row7{
    overflow: hidden;
    padding:50px 0 60px;
}
.slider3 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    display: block;
}
.row8{
    overflow: hidden;
    background: #F5F5F5;
    padding:38px 0 88px;
}
.slider4 .pic{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
}
.slider4 .txt{
    background-color: #fff;
    padding:25px 28px 30px;
}
.slider4 .tit{
    font-size: 18px;
    font-weight: bold;
    color:#222222;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slider4 .time{
    font-size: 14px;
    color:#999999;
    margin-bottom: 10px;
}
.slider4 .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    height: 5.13em;
}
.footer{
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    padding:30px 0 0;
}
.copy{
    position: relative;
    top: -20px;
    margin-bottom: 40px;
}
.copy,.copy a{
    font-size: 14px;
    color:#BCBCBC;
    line-height: 1.71;
}
.footer .txt{
    float: left;
    margin-right: 150px;
}
.footer .txt .tit{
    font-size: 36px;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer .txt .tit span{
    color:#FF9900;
}
.footer .add{
    float: left;
    color:#999999;
    font-size: 14px;
    line-height: 1.71;
    margin-right: 150px;
}
.footer .add .tit{
    font-size: 18px;
    color:#FFFFFF;
    margin-bottom: 14px;
}
.footer .txt .desc{
   font-style: italic;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px; 
}
.footer .qr{
    overflow: hidden;
    width: 127px;
height: 127px;
margin-top: 3px;
background: url(../images/qr.jpg) no-repeat;
}
.links{
    overflow: hidden;
    margin-bottom: 60px;
}
.links .name{
    float: left;
    width: 116px;
    height: 28px;
    background: url(../images/links.png) no-repeat;
    margin-right: 30px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 14px;
    color:#ABABAB;
    margin-right: 15px;
}
#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;}



/**投诉建议**/
.g-form{
    margin:30px 0;
}
.g-form .inp{
    width: 600px;
    height: 60px;
    padding: 0 15px;
    border:1px solid #999 ;
    margin-bottom: 20px;
    display: block;
}
.g-form .text{
    width: 600px;
    height: 100px;
    padding: 15px;
    border:1px solid #999 ;
    margin-bottom: 20px;
     display: block;
}
.g-form .inp::placeholder,
.g-form .text::placeholder{
    color:#333;
}
.g-form  .submit{
    width: 120px;
    height: 60px;
    background-color: #474747;
    color:#fff;
}
@media only screen and (max-width: 1900px){
.nav li .v1{font-size: 14px;}
.logo .img1{display: none;}
.logo .img2{display: inline-block;}
}
@media only screen and (max-width: 1500px) {
    .nav .phone{display: none;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .wp-h{padding:0 15px;margin:0;}
   .nav .phone{display: none;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
    .switch .swiper-button-next,.switch .swiper-button-prev{display: none!important;}
   .ul-list1 li{padding:0 15px;}
   .g-about .tit{font-size: 26px;}
   .g-about .desc{font-size: 14px;line-height: 1.7;}
   .g-about .pic{width: 500px;height: 600px;margin-right: 30px;}
   .ul-list3 li:nth-child(even){padding-left: 20px;}
   .nav ul{margin-right: 0;}
   .slider2 .swiper-slide{padding: 20px;}
   .slider2 .swiper-slide{height: 280px;}
   .slider2 .tit{font-size: 28px;margin-bottom: 5px;}

}
@media only screen and (max-width: 1230px) {
    .g-about .txt{padding-top: 30px;}
    .ul-list3 li .ico{display: none;}
    .wp,.wp-h{width: auto;padding: 0 15px;}
    .fd-form,.fd-desc{width: auto;float: none;}
    .header .title{display: none;}
    .header{background-color: #474747;}
    .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 i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel2.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav li .sub{position: static;padding-left: 0;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;height: 60px;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
   .copy{position: static;}
   .footer .txt,.footer .add{margin-right: 50px;}
    .row2 .txt .tit{font-size: 26px;margin-bottom: 0;}
    .row2 .txt{width: 400px;}
    .slider2 .sp span{font-size: 28px;}
    #floatBottom{display: block;}
body.index{padding-top: 60px;
}
  
}
@media only screen and (max-width: 1020px) {
    
   .g-tit .cn{font-size: 22px;}
   .g-about .pic{display: none;}
    .g-tit .desc i{display: none;}
   .ul-list5 li{width: 50%;padding:30px 0 0;}
   .ul-list5 .desc{margin-bottom: 0;}
   .row6{padding-bottom: 30px;}
   .row2 .txt{width: auto;float: none;margin-bottom: 20px;}
   .ul-list1{float: none;}
   .ul-list1 li{padding:0;float: left;width: 25%;text-align: center;}
   .ul-list1 li::after{display: none;}
   .g-about .txt{padding-top: 0;}
.g-about .tit,.g-about .lin{display: none;}
.row2 .txt .tit em{display: none;}
.row2 .txt .tit{border-bottom: none;}
.slider2 .swiper-slide{height: 220px;}
.slider2 .sp{margin-bottom: 20px;}
}
@media only screen and (max-width: 960px) {
   
.footer .txt .tit{font-size: 24px;}
}

@media only screen and (max-width: 767px) {
  .slider1 .swiper-slide{height: auto;padding:30px;}
  .slider2 .tit{font-size: 20px;}
  .slider2 .sp span{font-size: 24px;}
  .slider2 .sp em{font-size: 12px;}
  .slider2 .swiper-slide{font-size: 16px;}
  .ul-list2 .lin{display: none;}
  .footer .txt .tit{font-size: 20px;}
  .footer .txt, .footer .add{margin-right: 0;margin-bottom: 15px;float: none;}
  .links .name{float: none;margin:0 auto 15px;}
  .footer .qr{margin-bottom: 15px;}
  .ul-list5 .lin{display: none;}
  .ul-list5 .nub span{font-size: 24px;}
  .ul-list5 .nub,.ul-list5 .desc{font-size: 14px;}
  .ul-list3 li .ico{display: none;}
  .ul-list2 .nub{font-size: 22px;}
.ul-list2 .tit{font-size: 18px;margin-bottom: 0;}
.ul-list2 .desc{font-size: 12px;display: none;}
.ul-list2 li{margin-bottom: 15px;}
.ul-list1 li{width: 50%;margin-bottom: 10px;}
.row1,.row2,.row3,.row4,.row5,.row7,.row8{padding:30px 0;}
.copy{margin-bottom: 15px;}
.g-tit{margin-bottom: 15px;}
.g-tit .cn{margin-bottom: 10px;}
.ul-list2{margin-bottom: 0;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{width: auto;height: auto;background: none;}
.g-form .inp,.g-form .text{width: 100%;}
.g-form .inp{height: 45px;}
.g-form .text{height: 80px;}
.slider1 .ico{width: 98px;height: 98px;margin-bottom: 15px;-webkit-background-size: cover;
background-size: cover;}

}

@media only screen and (max-width: 500px) {
        
      .logo{width: 280px;}
   .ul-list3 li{font-size: 12px;}
   .ul-list3 li{padding:10px 0;}
   .ul-list3 li:nth-child(even){padding-left: 10px;}
   .g-more a{width: auto;}
  
   
        
}


.proinfo{
    overflow: hidden;
    margin-bottom: 30px;
}