/*-----------------[初始化]--------------*/
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;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*布局*/

.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 100px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);     
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 96px;
}
.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;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    font-weight: bold;
    display: block;
    line-height: 94px;
    padding: 0 22px;

    border-bottom: 2px solid transparent;
}
.nav li:hover .v1{
    border-color: #0079C1;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0079C1;
}

.nav .row{
    position: relative;
}
.nav .ss{
    position: absolute;
    top: 0;
    left:100%;
    width: 200px;
    background-color: #0079C1;
   height: 0;
   overflow: hidden;
}
.nav .ss.on{
    height: auto;
}
.nav li .sub a,.nav li .sub .v2{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover,
.nav li .sub .v2:hover{
    background-color: #fff;
    color:#0079C1;
}
.logo-txt{
    overflow: hidden;
    float: left;
    padding-left: 15px;
    padding-top: 26px;
    font-size: 16px;
    font-weight: bold;
    color:#333;
}
.g-ico{
    float: left;
    font-weight: bold;
}
.g-ico>div{
    position: relative;
    float: left;
    line-height: 96px;
    cursor: pointer;
}
.g-ico i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 96px;
    margin-right: 2px;
    background-position: center;
    background-repeat: no-repeat;
}
.g-ico .i1{
    background-image: url(../images/ico1.png);
}
.g-ico .i2{
    background-image: url(../images/ico2.png);
}
.g-ico .phone{
    position: absolute;
   display: none;
    top: 110%;
    right: 0;
    background: #0079C1;
    height: 35px;
    line-height: 35px;
    width: 200px;
    color:#fff;
    padding: 0 20px;
}
.g-ico .s1:hover .phone{
    display: block;
}
.g-ico .qr{
    display: none;
    position: absolute;
    top: 100%;
    left: -25px;
    width: 100px;
    height: 100px;
    background: url(../images/qr.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-ico .s2:hover .qr{
    display: block;
}
.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: #0079C1;
    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: 47.14vw;
  position: relative;
 
  padding-top: 14.05vw;
}
.banner  video{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit:fill;
}
.banner .txt{
    color:#fff;
    font-size: 2.08vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5.4vw;
    position: relative;
    z-index: 1;
}
.banner .txt .en{
    font-size: 3.96vw;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.g-bantxt{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}
.ul-list1{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.ul-list1 li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    color:#fff;
}
.ul-list1 .ico{
    margin:0 auto ;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 60%;
    background-size: 60%;
}

.g-tit{
    text-align: center;
    margin-bottom: 43px;
    overflow: hidden;
}
.g-tit .tit{
    font-size: 40px;
    color:#323232;
    font-weight: bold;
    margin-bottom: 3px;
}
.g-tit .desc{
    font-size: 16px;
    color:#545454;
}
.g-tit.sty1 .tit,
.g-tit.sty1 .desc{
    color:#fff;
}
.g-en{
    font-size: 26px;
    line-height: 1.1;
    color:#010101;
    font-family: Arial;
    font-weight: bold;
}
.g-title{
    font-size: 3.13vw;
    line-height: 1.2;
    color:#010101;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}
.g-title.ss{
    font-size: 4.69vw;
    line-height: 1.1;
}
.g-title span{
    color:#C92E2B;
    text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
    .g-tit .tit{font-size: 36px;}
}
@media only screen and (max-width: 1230px) {
.g-tit{margin-bottom: 20px;}
.g-tit .tit{font-size: 28px;}
.ul-list1 .ico{width: 80px;height: 60px;}
.banner{padding-top: 10vw;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
.g-en{font-size: 22px;}
.ul-list1 li .tit{font-size: 14px;}
}
@media only screen and (max-width: 767px) {
.g-tit .tit{font-size: 22px;}
.g-tit .desc{font-size: 14px;}
.g-title,.g-title.ss{font-size: 24px;}
.g-en{font-size: 16px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 0px;}
.banner .txt .en{font-size: 22px;}
.banner .txt{font-size: 18px;}
.ul-list1{display: none;}
.banner {padding-top: 15vw;}
}
/**1 page***/
.row1{
    overflow: hidden;
    padding: 42px 0 0;
}
.ul-pcat{
    overflow: hidden;
    margin:0 -7px;
}
.ul-pcat li{
    width: 25%;
    float: left;
    margin-bottom: 14px;
}
.ul-pcat a{
    display: block;
    margin:0 7px;
}
.ul-pcat .pic{
    position: relative;
    height: 0;
    padding-top: 78%;
    overflow: hidden;
}
.ul-pcat .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition:all .3s;
}

.ul-pcat .txt{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color:#fff;
    font-size: 24px;
    transition:all .3s;
}
.ul-pcat li:hover .txt{
    top: 200%;
}
.ul-pcat li:hover .bg{
    top: 200%;
}
.ul-pcat .txt .ico{
    margin:0 auto 20px;
    width: 58px;
    height: 68px;
    background: url(../images/ico7.png) no-repeat;
}
@media only screen and (max-width: 1600px) {
  .ul-pcat .txt{font-size: 16px;}
}
@media only screen and (max-width: 1430px) {
   .ul-pcat .txt{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
    .ul-pcat .txt .ico{display: none;}
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 500px) {
    .ul-pcat li{width: 50%;margin-bottom: 0;}
    .ul-pcat a,.ul-pcat{margin-left: 0;margin-right: 0;}
    .ul-pcat .pic{padding-top: 56%;}
    .row1{padding-top: 30px;}
}
/**2 page***/
.row2{
    padding: 39px 0 62px;
    overflow: hidden;
}
.row2 .title{
    overflow: hidden;
}
.row2 .g-tit{
    text-align: left;
    float: left;
}
.row2 .r a{
    display: block;
    text-align: right;
    font-size: 14px;
    color:#545454;
}
.slider1 a{
    display: block;
    position: relative;
    padding-top: 152%;
    overflow: hidden;
    height: 0;
}
.slider1 .tit{
    display: block;
    position: absolute;
    bottom:-50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    font-size: 14px;
    color:#fff;
    left: 0;
    right: 0;
    transition: all .3s;
}
.slider1 .swiper-slide:hover .tit{
    bottom:0;
}
.swiper-container.slider1{
    padding-bottom: 73px;
}
.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
  }
.slider1.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:18px;height:18px;background:#727272;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;vertical-align: middle;}
.slider1.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#EB6300;  }
@media only screen and (max-width: 1600px) {
    
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1023px) {
.row2 .title .r{display: none;}
}
@media only screen and (max-width: 767px) {
.row2{padding: 30px 0;}
.swiper-container.slider1{padding-bottom: 40px;}
}
/***3 page**/
.row3{
    padding:87px 0 120px;
    overflow: hidden;
    background: url(../images/bg6.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-form{
    margin-bottom: 28px;
}
.form{
    overflow: hidden;
}
.form .w30{
    float: left;
    width: 270px;
    margin-right: 20px;
    height: 60px;
    padding:0 10px;
    font-size: 16px;
    background-color: #242424;
}
.form .w30.w35{
    width: 540px;
     background-color: #242424;
}
.form input::placeholder{
    color:#696969;
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
}
.form .sub{
    float: left;
}
.form .sub input{
    display: block;
    width: 230px;
    height: 60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background-color: #0079C1;
    cursor: pointer;
}
.row3 .tel{
    margin-bottom: 20px;
    text-align: center;
    color:#fff;
}
.row3 .tel span{
    font-weight: bold;
    font-size: 36px;
}
.row3 .tel i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: url(../images/ico8.png) no-repeat;
}
@media only screen and (max-width: 1600px) {
.form .w30.w35{width: 480px;}
}
@media only screen and (max-width: 1430px) {
.form .w30.w35{width: 300px;}
}
@media only screen and (max-width: 1230px) {
.form .w30{margin-bottom: 20px;}
.form .w30.w35{float: none;overflow: hidden;}
.row3{padding: 50px 0;}
}
@media only screen and (max-width: 1023px) {
 .form .w30,.form .w30.w35{width: auto;float: none;margin-right: 0;height: 45px;}
    .form .sub input{height: 45px;}
}
@media only screen and (max-width: 1023px) {
.row3 .tel span{font-size: 24px;}
.row3{padding: 30px 0;}
.form .w30, .form .w30.w35{background-color: #fff;}
.form .w30 input{color:#333;}
}
/***4 page**/
.row4{
    padding: 70px 0 80px;
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat ;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.row4 .box{
    overflow: hidden;
}
.g-lc{
    float: left;
    width: 484px;
    text-align: right;
    padding-right: 13px;
    margin-bottom: 80px;
    overflow: hidden;
}
.g-lc .g-title{
    margin-bottom: 34px;
}
 
.g-lc p{
    font-size: 16px;
    color:#545454;
    line-height: 1.88;
}
.g-lc .lc{
    font-size: 40px;
    color:#212121;
    font-weight: bold;
      position: relative;
    right: -43px;
}
.g-lc .desc{
    margin-bottom: 11px;
}
.g-lc .lc span{
    font-size: 16px;
    color:#0079C1;
    margin-left: 13px;
    display: inline-block;
    vertical-align: middle;
}
.g-lc a{
    display: block;
    font-size: 14px;
    color:#545454;
}
.slider2.swiper-container{
    overflow: hidden;
    margin-top: 71px;
    width: calc(100% - 614px);
    text-align: center;
    position: relative;
    z-index: 9;
}
.slider2 .swiper-slide{
    padding: 38px 157px;
    color:#878787;
    font-size: 16px;
    line-height: 1.88;
}
.slider2 .tit{
    font-size: 30px;
    color:#000;
}
.slider2 .swiper-button-next{
    width: 56px;
    height: 56px;
     opacity: 1!important;
     z-index: 9;
     cursor: pointer;
    background: url(../images/ico10.png) no-repeat;
}
.slider2 .swiper-button-prev{
    width: 56px;
    height: 56px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/ico9.png) no-repeat;
    opacity: 1!important;
}
.slider2 .nub{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
    height: 247px;
    background-repeat: no-repeat;
    background-position: center;
}
.slider2 .nub.n1{
    background-image: url(../images/01.png);
}
.slider2 .nub.n2{
    background-image: url(../images/02.png);
}
.slider2 .nub.n3{
    background-image: url(../images/03.png);
}
.slider2 .nub.n4{
    background-image: url(../images/04.png);
}
.slider2 .nub.n5{
    background-image: url(../images/05.png);
}
.slider2 .nub.n6{
    background-image: url(../images/06.png);
}
.slider2 .nub.n7{
    background-image: url(../images/07.png);
}
.slider2 .nub.n8{
    background-image: url(../images/08.png);
}
.slider3{
    background-color: #fff;
    position: relative;
}
.slider3::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 36px;
    left: 82px;
    right:82px;
    height: 1px;
    border-bottom:1px dashed #949494;
}
.slider3 .ico{
    width: 50px;
    height: 50px;
    margin:0 auto 8px;
    background-repeat: no-repeat;
}
.slider3 .tit{
   color:#878787;
   font-size: 16px; 
   text-align: center;
}
.slider3 .on .tit{
    color:#0079C1;
}
.slider3 .swiper-slide{
    padding-top: 28px;
    padding-bottom: 76px;
    position: relative;
}
.slider3 .swiper-slide:last-child .box::after{
    display: none;
}
.slider3 .box{
    overflow: hidden;
}
.slider3 .swiper-slide::after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    right: 0;
    bottom: 32px;
    width: 24px;
    height: 10px;
    margin:0 auto;
    background:url(../images/pic15.jpg) no-repeat;
}
.slider3 .box::after{
    content:'';
    display: block;
    position: absolute;
    right:0;
    top: 0;
    width: 3px;
    height: 126px;
    margin:0 auto;
    background:url(../images/ico24.png) no-repeat;
}
.slider3 .swiper-slide.on::after{
    width: 24px;
    height: 24px;
    background-image: url(../images/ico23.png);
    bottom:24px;
}
.slider3 .ico1{
    background-image: url(../images/ico11.png);
}
.slider3 .ico2{
    background-image: url(../images/ico16.png);
}
.slider3 .ico3{
    background-image: url(../images/ico13.png);
}
.slider3 .ico4{
    background-image: url(../images/ico15.png);
}
.slider3 .ico5{
    background-image: url(../images/ico17.png);
}
.slider3 .ico6{
    background-image: url(../images/ico18.png);
}
.slider3 .ico7{
    background-image: url(../images/ico19.png);
}
.slider3 .ico8{
    background-image: url(../images/ico21.png);
}
.slider3 .on .ico1{
    background-image: url(../images/ico12.png);
}
.slider3 .on .ico2{
    background-image: url(../images/ico14.png);
}
.slider3 .on .ico3{
    background-image: url(../images/ico31.png);
}
.slider3 .on .ico4{
    background-image: url(../images/ico32.png);
}
.slider3 .on .ico5{
    background-image: url(../images/ico36.png);
}
.slider3 .on .ico6{
    background-image: url(../images/ico33.png);
}
.slider3 .on .ico7{
    background-image: url(../images/ico34.png);
}
.slider3 .on .ico8{
    background-image: url(../images/ico35.png);
}
@media only screen and (max-width: 1600px) {
    .g-lc{width: 300px;}
    .g-lc .lc{font-size: 28px;}
    .slider2.swiper-container{margin-top: 0;}
    .slider2 .swiper-slide{font-size: 14px;}

}
@media only screen and (max-width: 1430px) {
     .slider2.swiper-container{width: calc(100% - 380px);padding-left: 60px;padding-right: 100px;}
}
@media only screen and (max-width: 1230px) {
    .g-lc{width: auto;float: none;text-align: left;margin-bottom: 30px;}
    .slider3{display: none;}
    .slider2.swiper-container{width: auto;padding: 0;margin:0;}
    .slider2 .nub{font-weight: bold;background: none!important;font-size: 28px;color:#0079C1;height: auto;position: static;line-height: 50px;font-weight: bold;}
    .row4{background-image: url(../images/bg1.jpg);-webkit-background-size: cover;
    background-size: cover;padding: 30px 0;}
    .slider2 .swiper-slide{padding: 0;}
    .g-lc .desc{float: left;}.g-lc  a{overflow: hidden;padding: 15px;}
    .g-lc{margin-bottom: 0;}
    .g-lc .lc{position: static;}
    .g-lc .g-title{margin-bottom: 10px;}
    .slider2 .swiper-button-next,.slider2 .swiper-button-prev{top: auto;margin-top: 0;bottom:0;}

}
@media only screen and (max-width: 1023px) {
.g-lc .lc{font-size: 22px;}
}
@media only screen and (max-width: 767px) {
.slider2.swiper-container{padding-bottom: 55px;}
}

/**5 page**/
.row5{
    padding: 60px 0 76px;
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.row5 .more{
    display: block;

    width: 120px;
    height: 42px;
    border:1px solid #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    margin:30px auto 0;
}
.slidercase.swiper-container{
    margin: 0 52px;
    padding-bottom: 53px;
}
.slidercase .pic{
    position: relative;
    height: 0;
    padding-top: 90%;
    overflow: hidden;
}
.slidercase .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 72px;
    font-size: 16px;
    color:#262626;
}
.slidercase.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:18px;height:18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;vertical-align: middle;}
.slidercase.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c1;  }
@media only screen and (max-width: 1430px) {
    .slidercase.swiper-container{margin:0 15px;}
}
@media only screen and (max-width: 1023px) {
.row5{padding: 30px 0;}
}
@media only screen and (max-width: 767px) {

}


/***6 page***/
.row6{
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0 35px;
}
.g-about{
    width: 686px;
}
.g-about .tit{
    font-size: 40px;
    color:#666666;
    margin: 34px 0 30px;
}
.g-about .desc{
    font-size: 14px;
    color:#545454;
    line-height: 2.14;  
    margin-bottom: 32px;
}
.ul-link{
    overflow: hidden;
}
.ul-link li{
    float: left;
    margin-right: 96px;
    text-align: center;
}
.ul-link li:last-child{
    margin-right: 0;
}
.ul-link .ico{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-link a{
    display: block;
    font-size: 16px;
    color:#1D1D1D;
}
.sliderry.swiper-container{
    width: 532px;
    float: right;
    position: relative;
    top: -86px;
    right: 93px;
    margin-bottom: -86px;
    padding-bottom: 40px;
}
.sliderry .swiper-button-prev{
    top: auto;
    margin-top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;  
    left:239px;
    opacity: 1!important;
    background: url(../images/ico25.png);    
}
.sliderry .swiper-button-next{
    top: auto;
    margin-top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;  
    right:239px;
    background: url(../images/ico26.png);    
}
.ul-news .pic{
    position: relative;
}
.sliderry .pic{
    position: relative;
    height: 0;
    padding-top: 144%;
    overflow: hidden;
}
@media only screen and (max-width: 1430px) {
    
}
@media only screen and (max-width: 1230px) {
    .sliderry.swiper-container{right: 0;}
    .ul-link li{margin-right: 40px;}
    .g-about .tit{font-size: 26px;margin:15px 0;}
    .row6{padding-top: 60px;}
}
@media only screen and (max-width: 960px) {
.row6{padding-top: 30px;}
.ul-link{margin-bottom: 30px;}
.sliderry.swiper-container{top:0;width: auto;float: none;margin-bottom: 0;}
.g-about{width: auto;}
}
@media only screen and (max-width: 767px) {
.g-about .tit{font-size: 22px;}
.g-about .desc{margin-bottom: 15px;}
}

/***7 page***/
.row7{
    padding: 39px 0 68px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.sliderhb{
    background-color: #fff;
    border:1px solid #e8e8e8;
    border-top:none;
    border-right:none;
}
.sliderhb .swiper-slide{
    text-align: center;
    line-height: 120px;
    height: 120px;
      border-right:1px solid #e8e8e8;
     border-top:1px solid #e8e8e8;
}
.sliderhb .swiper-slide img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 1230px) {
    .sliderhb .swiper-slide{height: 80px;line-height: 80px;}
    .sliderhb .swiper-slide img{max-width: 70%;max-height: 70%;}
    .row7{padding: 30px 0;}
}

/***8 page***/
.row8{
    overflow: hidden;
    padding: 48px 0 57px;
}
.row8 .title{
    font-size: 16px;
    color:#848484;
    margin-bottom: 25px;
}
.row8 .title .cn{
    font-size: 40px;
    color:#323232;
    font-weight: bold;
    line-height: 1.1;
}
.row8 .bom{
    overflow: hidden;
}
.row8 .bom .desc{
    float: left;
    line-height: 50px;
}
.ul-tab{
    float: right;
    overflow: hidden;
}
.ul-tab li{
    margin-left: 22px;
    float: left;
}
.ul-tab a{
    width: 160px;
    height: 41px;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    display: block;
    border:1px solid #eaeaea;
    border-radius: 20px;
    color:#212121;
    cursor: pointer;
}
.ul-tab li.hover a{
    background-color: #0079C1;
    color:#fff;
    border-color: #0079C1;
}

.slidernews{
    position: relative;
}
.slidernews .pic{
    position: relative;
    height: 0;
    padding-top: 55%;
    overflow: hidden; 
}
.slidernews  .txt{
    padding: 36px 40px 40px;
    background-color: #f8f8f8;
}
.slidernews  .tit{
    font-size: 22px;
    color:#212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-bottom: 20px;
}
.slidernews .desc{
    font-size: 14px;
    color:#7D7D7D;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}
.slidernews .time{
    font-size: 14px;
    color:#595D5E;
}
.slidernews .swiper-button-next{
    width: 56px;
    height: 56px;
    right:-90px;
     opacity: 1!important;
     z-index: 9;
     cursor: pointer;
    background: url(../images/ico38.png) no-repeat;
}
.slidernews .swiper-button-prev{
    width: 56px;
    height: 56px;
    z-index: 9;
    left:-90px;
    cursor: pointer;
    background: url(../images/ico37.png) no-repeat;
    opacity: 1!important;
}
@media only screen and (max-width: 1430px) {
.row8 .title .cn{font-size: 28px;}
.slidernews .swiper-button-prev{left:0;}
.slidernews .swiper-button-next{right: 0;}
}
@media only screen and (max-width: 1230px) {
.row8 .title .cn{font-size: 24px;}
.ul-tab,.row8 .bom .desc{float: none;}
.ul-tab li{margin-left: 0;margin-right: 15px;}
}
@media only screen and (max-width: 767px) {
    .ul-tab a{display: none;}
    .ul-tab li{width: 33.3%;padding: 0 5px;margin:0;}
    .ul-tab li a{width: auto;}
    .slidernews .txt{padding: 15px;}
    .slidernews .tit{font-size: 18px;margin-bottom: 10px;}
    .row8{padding: 30px 0;}
}
/*****/
/**footer***/

.links{
    overflow: hidden;
      padding:24px 0;
          background: rgba(36, 36, 36, 0.2);
}
.links .name{
    float: left;
    font-size: 18px;
    color:#7D7D7D;
    margin-right: 40px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#7D7D7D;
    margin-right: 20px;
    line-height: 24px;
    display: inline-block;
}
.footer{
    background: url(../images/pic14.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color:#9B9B9B;
}
.footer .info{
    overflow: hidden;
    padding: 52px 0;
}
.snav {
    overflow: hidden;
    float: left;
}
.snav dl{
    float: left;
    padding-left: 28px;
    padding-right: 60px;
    background: url(../images/ico30.png) no-repeat;
}
.snav dl dt{
    font-size: 18px;
    color:#4A4A4A;
    margin-bottom: 22px;
}
.snav dl dd a{
    font-size: 14px;
    color:#7D7D7D;
    display: block;
    line-height: 1.71;
}
.snav .desc{
    font-size: 14px;
    color:#7D7D7D;
    line-height: 1.71;
}
.snav .desc a{
    width: 159px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color:#FFFFFF;
    background-color: #0079c1;
    border-radius: 20px;
    margin-top: 30px;
}
.qr{
    float: right;
    text-align: right;
    overflow: hidden;
}
.qr .img{
   overflow: hidden;
   text-align: center; 
   float: right;
}
.qr .item{
    font-size: 12px;
    color:#7D7D7D;
    float: left;
    margin-left: 15px;
}

.qr .item img{
    width: 114px;
    height: 114px;
    display: block;
    margin-bottom: 10px;
}
.qr span ,.qr a{
    font-size: 12px;
    color:#7D7D7D;
    line-height: 21px;
}

.copy{
    line-height: 120px;
    text-align: center;

}
.copy a,.copy{
    color:#aaa;
}
#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: 1600px) {
  
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1230px) {
   .snav dl{display: none;}
   .snav dl:last-child{display: block;}
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 767px) {
    .snav{float: none;}
    .qr,.qr .img{float: none;text-align: left;margin-bottom: 10px;}
    .qr .item{margin-left: 0;margin-right: 15px;text-align: center;}
    .snav .desc a{margin-top: 15px;}
    .snav dl dt{margin-bottom: 10px;}
    .snav dl{float: none;background: none;padding: 0;margin:0;}
    .footer .info{padding: 30px 0 15px;}
    .links .name{float: none;line-height: 1.54;text-align: center;}
    .links{padding:15px 0; line-height: 1.5;}
}



















@media only screen and (max-width: 1600px) {
   .wp-h{margin: 0 50px;}
   .wp{width: 1340px;}
   .nav li .v1{padding: 0 15px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1240px;}
    .logo{width: 240px;}
    .nav li .v1{font-size: 14px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1279px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin: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/sel.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;box-shadow:none;width: auto;float: none;margin-left: 0;}
    .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;}
    body{padding: 60px 0 53px;}
.nav .ss{position: static;display: none;background-color: #EB6300;width: auto;height: auto;}
.nav li .sub .v2{text-align: left;padding-left: 15px;}
   .nav .down {
        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;
    }
.nav li .sub .v2:hover{background: #0079C1;color:#fff;}
}
@media only screen and (max-width: 1023px) {
   
   
}
@media only screen and (max-width: 960px) {
    
  

}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 500px) {
       
}



.row-g1{
    overflow: hidden;
    padding: 50px 0;
}
.ul-tab2 {
   display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;

}
.ul-tab2 li{
      background-color: #f2f2f2;
    text-align: center;
    width: 300px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin:0 15px;
    cursor: pointer;
}
.ul-tab2 li.hover,
.ul-tab2 li:hover {
  background-color: #0079c1;
  color:#fff;
}
.tab2{
   background-color: #f5f5f5;
   padding: 30px 0;
}
.tab2 .img{
    display: block;
    margin:0 auto;
}
.tab2 .desc{
    overflow: hidden;
}
.g-img{
    overflow: hidden;
}
.g-img img{
    display: block;
    float: left;
}
.g-img .desc{
    overflow: hidden;
    padding: 0 50px;
    font-size: 16px;
    color:#999;
    line-height: 1.8;
}
.g-img .desc .tit{
    font-size: 22px;
    font-weight: bold;
    color:#0079c1;
    margin-bottom: 10px;
}
.row-g2{
    overflow: hidden;
    padding: 50px 0;
     background: url(../images/jiulou.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-zc{
    overflow: hidden;
    margin:0 -7px;
}
.ul-zc li{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.ul-zc .con{
    display: block;
    margin:0 7px;
  background-color: #fff;
    padding: 15px 15px 0;
   height: 260px;
   position: relative;
}
.ul-zc .con .tit{
    font-size: 18px;
    font-weight: bold;
    color:#0079c1;
    margin-bottom:10px;
    position: relative;
    z-index: 1;
}
.ul-zc .con .desc{
    color:#333;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.row-g3{
    overflow: hidden;
    padding: 50px 0;
}
.g-fa{
    overflow: hidden;
}
.g-fa .swiper-slide{
    padding: 0 100px;
}
.g-fa .item {
    overflow: hidden;
}
.g-fa .item .table{
    width: 60%;
    float: left;
}
.g-fa table{
    width: 100%;
}
.g-fa table thead{
    background-color: #0079C1;
    color:#fff;
    font-size: 16px;
    
    line-height: 40px;
}
.g-fa table thead th{
    font-weight: normal;
    padding-left: 4px;
}
.g-fa table  td{
    font-size: 14px;
    line-height: 40px;
    padding-left: 4px;
}
.g-fa table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
.g-fa .title{
    font-size: 22px;
    margin-bottom: 2vw;
    color:#0079c1;
    text-align: center;
    font-weight: bold;
}
.g-fa .info{
    overflow: hidden;
    padding:0 15px ;
}
.g-fa .swiper-button-next{
    width: 56px;
    height: 56px;
     opacity: 1!important;
     z-index: 9;
     cursor: pointer;
    background: url(../images/ico38.png) no-repeat;
}
.g-fa .swiper-button-prev{
    width: 56px;
    height: 56px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/ico37.png) no-repeat;
    opacity: 1!important;
}
.g-fa  .box{
    overflow: hidden;
}
.g-fa .info .desc{

}
.g-fa .info .tit{
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
}
.g-fa span{
    display: block;
    float: left;
    margin-right: 4px;
}
.g-fa .ss{
    overflow: hidden;
}
.g-fa .bg{
    background-color: #f5f5f5;
    padding: 10px;
        margin-bottom: 10px;
}
.row-g4{
    background: #7ab7db;
    overflow: hidden;
    padding: 40px 0 60px;
}

.ul-good{
    overflow: hidden;
    margin:0 -10px;
}
.ul-good li{
    width: 25%;
    float: left;
}
.ul-good .con{
    margin:0 10px;
    padding: 36px 30px;
    background-color: #fff;
}
.ul-good p{
    text-align: center;
    font-size: 14px;
    color:#868686;
    line-height: 1.71;
    height: 3.42em;
}
.ul-good .ico{
    margin:0 auto 30px;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center;
    
}
.ban.swiper-container{
    display: none;
   margin-top: 98px;
}
.ban a{
    display: block;
    background-repeat: no-repeat;
    height: 42.14vw;
    min-height: 140px;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .swiper-pagination{
    bottom:0;
    left: 0;
    right:0;
}
.ban .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 10px;
    opacity: 1;
}
.ban.swiper-container .swiper-pagination-bullet{
    background-color: #fff;
}
.ban.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0079C1;
}
@media only screen and (max-width: 1430px) {
   .ul-tab2 li{width: 200px;font-size: 18px;}
   .logo-txt{display: none;}
}
@media only screen and (max-width: 1230px) {
.ban.swiper-container{margin-top: 0;}
}
@media only screen and (max-width: 1023px) {
   .g-fa .item .table{width: auto;float: none;}
}
@media only screen and (max-width: 960px) {
    .ul-tab2 li{display: block;width: 25%;float: left;margin:0;font-size: 16px;}
    .g-img img{width: auto;float: none;}
    .ul-zc li{width: auto;float: none;}
    .ul-zc .con{height: auto;padding-bottom: 15px;}
    .g-fa .swiper-slide{padding: 0;}
    .g-fa .swiper-button-prev,.g-fa .swiper-button-next{top: auto;margin-top: 0;bottom:0;}
    .g-img .desc{padding-left: 0;}
    .swiper-container.slider-tab{padding-bottom: 60px;}
    .dtxg.swiper-container{padding: 0;}
    .row-g4,.row-g1,.row-g2,.row-g3{padding: 30px 0;}
}

@media only screen and (max-width: 767px) {
    .ul-tab2{display: block;}
    .ul-tab2 li{width: 50%;font-size: 14px;font-weight: normal;}
    .ul-good{margin:0 -5px;}
    .ul-good li{width: 50%;margin-bottom: 10px;}
   .ul-good .con{padding: 15px 5px;margin:0 5px;}
   .ul-good .con p{font-size: 12px;}
   .ul-good .ico{width: 60px;height: 60px;-webkit-background-size: contain;
   background-size: contain;margin-bottom: 10px;}
   .g-fa table thead{font-size: 12px;}
}
@media only screen and (max-width: 500px) {
       .banner{display: none;}
       .ban{
        display: block;
       }
       .banner{ background: url(../images/banner.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;}
  .sliderry .swiper-button-prev{left:0;}

}


.zp{
    margin:30px 0;
}
.zp dl{
    margin-bottom: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.zp dt{
    display: block;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
    cursor: pointer;
    background: url(../images/bom-next.png) no-repeat right 15px center;
}
.zp dd{
    display: none;
    padding: 15px;
    line-height: 2;
    font-size: 14px;
    border-top: 1px solid #eee;
}


