input{padding:0;margin:0;font-family:'微软雅黑';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}
p{margin:0 0 0 0;}
h3{margin:0 0 0 ;}





@media(min-width: 991px){

    .allx {
        transition-duration: 2.2s;
        opacity: 0;
    }

    .active .allx {
        opacity: 1;
    }
      .active2 .allx {
        opacity: 1;
    }  
    .leftx {
        transform: translateX(-500px);
    }
    .rightx {
        transform: translateX(500px);
    }
    .bottomx {
        transform: translateY(500px);
    }
    .active .leftx {
        transform: translateX(0);
    }
    .active .rightx {
        transform: translateX(0);
    }
    .active .bottomx {
        transform: translateY(0);
    }
    .active2 .allx {
        opacity: 1;
    }
    .active2 .bottomx {
        transform: translateY(0);
    }
}




/*新样式*/
.wh{max-width:1630px;margin:0 auto;padding:0 15px;}
.wh1780{max-width:1810px;margin:0 auto;padding:0 15px;}



.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




.full_menu1{
    position: fixed;
    right: 54px;
    top: 50%;
    transform: translate(0, -50%);
    list-style-type: none;
    z-index: 70;
    transition: all .3s;
   
}
.full_menu1 .fpdhnr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);background:url(../images/8ad1f31d031345ea4fde81849d365812bcfd0ab4.png) no-repeat;background-size:100% 100%;width:37px;height:288px;padding-top:30px;
}



.full_menu1 li{
    width:37px;text-align:center;
    position: relative;
    margin:1px 0;height:25px;
}

.full_menu1 li a{
   display:block;
}
.full_menu1 li span{
    display:block;
    font-size:12px;
    font-stretch: normal;
    width:37px;
    color:#e30000;
    opacity: 0;

}
.full_menu1 li a i{
    display: block;
    background:url(../images/7d683cc6422615335c6662f2816ae1181348db25.png) no-repeat center bottom;
    opacity:1;width:11px;height:2px;margin:0 auto;
}
.full_menu1 li.active a i{
    opacity: 1;
    background:url(../images/80f708930a83c4d11e67271febfa01ad166c9cd8.png) no-repeat center bottom;
    border:0;width:23px;height:2px;margin:0 auto;
}



.full_menu1 .fpdhxt{
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 6px;
}


.full_menu1 li.active span{
   color:#e30000;
    opacity: 1;

}

.full_menu1 li.active::after{
   opacity:1;
}
.full_menu1 li:last-child::after{opacity:0;}





/*  */

@media(max-width:1200px){
    #full_menu1{
        display: none;
    }
}


/*头部*/
.top2{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 99;height:95px;
}
.alogo{width:25.51%;line-height:95px;height:95px;overflow:hidden;}
.alogo img{ height:55px;}
.k2{color:#e30000;font-size:18px;font-weight:bold;padding-left:36px;background:url(../images/c8d4cf5fc1bd817c8131ca137af860c4240ae261.png) no-repeat left center;line-height:95px;}
a.lang{font-size:14px;line-height:95px;color:#fff;display:block;font-family:Arial;text-transform:uppercase;margin-right:12px;}




/* 导航样式 */
.x-menu{width:54.49%;float:right;}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:14.24%;
}


.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:95px;
}

.x-menu > li:hover > a {
  color: #e30000;
}

.x-menu > li.active > a {

}



.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.x-menu > li:nth-child(3) .x-sub-menu{
  width: 500%;
  left:-200%;display: flex; justify-content: space-between;flex-wrap:wrap;
}

.x-menu > li:nth-child(3) .x-sub-menu > li{width:32%;}




.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left:0%;
  top:95px;
  background: #fff;
  padding: 10px 0;
  opacity: 0;border-radius:10px;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}


.section{overflow:hidden;}
.section2{background: url(../images/efe44fb84ed128b420fe684e9a4554adc4ee6546.jpg) no-repeat center center;background-size:cover;overflow:hidden;}
.abpic{width:46.3%;}
.abpic img{width:100%;display:block;}
.abouty{width:41.15%;margin-right:8.7%;}
.abtt{}
.abtt h2{color:#f9f9f9;font-size:128px;text-transform:uppercase;font-family:"Impact";}
.abtt h3{color:#000000;font-size:40px;position:relative;z-index:99;margin-top:-72px;}
.abtt h4{color:#e30000;font-size:36px;font-weight:bold;position:relative;z-index:99;margin-top:12px;}
.sj{margin:2vw 0;}
.sj li{text-align:center;cursor: pointer;}
.sj li h3{color:#565656;font-size:50px;}
.sj li h4{color:#666666;font-size:18px;}
.sj li:hover h3{color:#e30000;}
.sj li:hover h4{color:#e30000;}


.abwz{color:#333333;font-size:16px;line-height:30px;overflow:hidden;}
a.am{display:block;color:#666666;font-size:16px;margin-top:2vw;}
a.am span{position:relative;}
a.am span:before{content:"";width:100%;height:2px;background:#e30000;position:absolute;display: block;left:0;bottom:-4px;} 
a.am:hover{color:#ff7501;}
a.am:hover span:before{background:#ff7501;}





.section3{background: url(../images/5517deab5b2c5e0e123174f6701126e504fa4847.jpg) no-repeat center center;background-size:cover;overflow:hidden;}
.bt{text-align:center;}
.bt h2{color:#000000;font-size:40px;font-weight:bold;}
.bt h3{color:#474747;font-size:16px;margin:1vw 0 1.5vw;}
.ttzz {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;}

.tabzz{text-align:center;width:50%;margin:0 auto;font-size:0;background-color: rgb(238, 238, 238);border-radius:30px;margin-bottom:2.5vw;}
.tabzz li{width:20%;display:inline-block;text-align:center;font-size:17px;line-height:51px;position:relative;}
.tabzz li a{color:#000;display:block;}
.tabzz li.cur a{color:#fff;background:#e30000;border-radius:30px;}
.tabzz li:before{width:2px;height:16px;background: #000000;position: absolute;right:0;top:50%;margin-top:-8px;content: "";}
.tabzz li.cur:before{display:none;}
.tabzz li:last-child:before{display:none;}
.tabzz li:nth-child(5):before{display:none;}

.ttzz .swiper-slide{position:relative;}
.ttzz .swiper-slide img{width:100%;display:block;}
.ttzz .swiper-slide .text{background:#eeeeee;}
.ttzz .swiper-slide .nr{height:60px;width:94%;margin:0 auto;}
.ttzz .swiper-slide .wz{width:70%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000000;font-size:17px;}
.ttzz .swiper-slide .pmo{background: url(../images/a4001fa7e689b347b16710a0f1e76e0698f231f0.png) no-repeat;width:24px;height:8px;display:block;}
.ttzz .swiper-slide:hover .text{background:#e30000;}
.ttzz .swiper-slide:hover .wz{color:#fff;}
.ttzz .swiper-slide:hover .pmo{background: url(../images/0b2351391c91524c2e6d9624c04282265f7ced3b.png) no-repeat;}
a.pm{text-align:center;display:block;margin:0 auto;color:#898989;font-size:17px;text-transform:uppercase;width:170px;line-height:55px;background:#fff;margin-top:2.8vw;}
a.pm:hover{background:#e30000;color:#fff;}




.section4{background: url(../images/d463b329b6c9eda3accb020986e5c86a852bf0ec.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}
.section4:before{content:"";width:32.14%;height:100%;background: url(../images/c416a5fb712ce16f1e7d5bd54c05f8649267f7c2.jpg) no-repeat;position:absolute;display: block;left:0;top:0;bottom:0;z-index:9;background-size:cover;}
.box4{position:relative;z-index:99;}
.horz{width:25.75%;}
.rytt h2{color:#fff;font-size:45px;font-weight:normal;margin-bottom:0.8vw;}
.rytt h2 span{font-weight:bold;}
.rywz{color:#fff;font-size:16px;line-height:2.2;margin:2.78vw 0;}
a.am2{width:147px;line-height:69px;display:block;text-align:center;border-left:1px solid #fff;border-right:1px solid #fff;color:#fff;font-size:15px;}
a.am2 sup{background: url(../images/be72a4132c0cfa00f8829e21d1810840c71f56b9.png) no-repeat center center;width:5px;height:7px;display:inline-block;margin-left:14px;top:-2px;}
a.am2:hover{background:#fff;color:#ff7501;}
a.am2:hover sup{background: url(../images/edb63a672c41b4aea2c66f86c5844c57058706e9.png) no-repeat center center;}

.hory{
    width: 63.5%;
    margin-right: 1%;
}
.hory li{width:19%;margin:0.6vw 0;}
.hory li img{width:100%;display:block;}




.section5{background: url(../images/316f732a40a0bda998951b54aac8d3c428e83c2d.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}
.box5 .cont1{}
.ytt{}
.ytt h2{color:#000000;font-size:40px;font-weight:normal;margin-bottom:0.8vw;}
.ytt h2 span{font-weight:bold;color:#0051a2;}
.ytt h3{max-width:100%;}
.ytt h4{background-color:#e30000;width: 267px;height: 1px;margin-top:2vw;}
a.ymo{color:#666666;font-size:16px;border-right:1px solid  rgb(191, 191, 191);height:23px;line-height:23px;padding-right:16px;}
a.ymo:hover{color:#ff7501;}
.box5 .cont2{margin-top:2vw;}
.aads li{position:relative;text-align:center;}
.aads li .img img{width:100%;display:block;}
.aads li .wz{position:absolute;left:0;bottom:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:50px;background:rgba(0,0,0,.5);color:#fff;font-size:16px;display:none;}
.aads li:hover .wz{display:block;}
.aads1{width:50%;}
.aads2{width:48.56%;}
.aads2 li{width:49%;}
.aads2 li:nth-child(n+3){margin-top:0.8vw;}





.section55{background: url(../images/bg-lc.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}
.box55 a.ymo{color:#fff;}
.box55 a.ymo:hover{color:#ff7501;}
.lc-menu{ display: flex; margin-top: 90px; }
.lc-menu li a{ display: block; color: #8b8b8b; background:#ddd; width: 70px; text-align: center; font-size: 24px; line-height: 70px; border-radius: 5px; margin-right: 5px; }
.lc-menu li.active a{ background: #ff403b; color: #FFF; }
.lc-pic{ position: absolute; right: 0; top:0; width: 60%; height: 100%; }
.lc-pic .pic{ display: none; background: no-repeat center / cover; width: 100%; height: 100%; }
.lc-pic .pic img{ max-width: 100%; }
.lc-con{ max-width: 500px;}
.lc-con .text{ display: none; }
.lc-con .text .num{ font-size: 100px; color: #ddd; font-family: Impact; }
.lc-con .text h2{ font-size: 38px; margin-bottom: 15px; }
.lc-con .text p{ font-size: 15px; line-height: 1.6; }
.lc-con .text a{ display: block; font-size: 18px; color: #ff403b; margin-top: 40px; }
@media screen and (max-width: 768px) {
  .lc-menu{ margin-top: 30px; }
  .lc-menu li a{ width: 40px;  font-size: 20px; line-height: 40px;}
  .lc-pic{ position: relative; width: 100%; height: 300px; margin-top: 25px; }
  .lc-con .text .num{ font-size: 50px; }
  .lc-con .text h2{ font-size: 24px; }
}

.section6{background: url(../images/4cfee1759c837cd92b2c70a83cb9bdca4613af55.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}

.prolist{margin:1.5vw 0 2vw;}
.prolist li{font-size:17px;cursor:pointer;float:left;padding:0 10px 0 14px;}
.prolist li a{color:#333333;}
.prolist li.cur a{color:#0051a2;}
.prolist li+li{background: url(../images/458e3c26989bcabb644e8ddc60a72465327f54e4.png) no-repeat left center;}
.prolist li:nth-child(1){padding-left:0;}
.proimg{display:none;}
.proimg.clicked{display:block;}
.xw1{width:55%;}
.xw1 li{width:100%;position:relative;}
.xw1 li img{width:100%;display:block;}
.xw1 li .det{width:100%;position:absolute;left:0;bottom:0;background: linear-gradient(to bottom,transparent,black);}
.xw1 li .nr{width:92%;margin:0 auto;padding:3vw 0; display: flex; justify-content: space-between; align-items: center;}
.xw1 li .wz1{color:#fff;font-size:18px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xw1 li .wz2{color:#fff;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:6px 0;}
.xw1 li .wz3{color:#fff;font-size:13px;}

.xw2{flex:1; margin-left: 30px;}
.xw2 li{width:100%;position:relative;}
.xw2 li a{ display:flex; border-right: 5px solid #729f2a;}
.xw2 li .pic{ flex:0 0 270px; position: relative; z-index: 999;}
.xw2 li .pic img{width:100%;}
.xw2 li .det{ flex:1; margin:0 1vw;  padding-top:2.2vw;position:relative;z-index:99;}
.xw2 li .wz1{color:#333333;font-size:20px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.xw2 li .wz2{color:#666666;font-size:14px;line-height:26px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.xw2 li .wz3{color:#cdcdcd;font-size:18px;padding:0.3vw 0;}
.xw2 li .wz3 span{font-size:14px;display:block;}
.xw2 li+li{margin-top:30px;}
.xw2 li:before{width:0;height:100%;background: #e30000;position: absolute;left:0;top:0;content: "";transition:all 0.3s;} 
.xw2 li:hover:before{width:100%;}
.xw2 li:hover .wz1{color:#fff;}
.xw2 li:hover .wz2{color:#fff;}




.xw3{width:23.56%;}
.xw3 li{width:100%;position:relative;background:#eeeeee;}
.xw3 li .det{position:relative;z-index:99;padding:1vw 0;}
.xw3 li .wz3{color:#a8a8a8;font-size:20px;width:95px;padding-left:25px;height:50px;border-right:1px solid #bfbfbf;}
.xw3 li .wz3 span{font-size:14px;display:block;}
.xw3 li .wz1{color:#333333;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width: calc(100% - 120px);margin-right:2%;}
.xw3 li+li{margin-top:1.1vw;}
.xw3 li:before{width:3px;height:100%;background: #e30000;position: absolute;left:0;top:0;content: "";transition:all 0.3s;} 
.xw3 li:hover:before{width:100%;}
.xw3 li:hover .wz3{color:#fff;border-color:#fff;}
.xw3 li:hover .wz1{color:#fff;}



.section7{background: url(../images/bg-contact.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}
.lxbt{text-align:center;}
.lxbt h2{font-size: 71px;font-family: "Impact";color: rgba(255, 255, 255, 0.102);text-transform:uppercase;}
.lxbt h3{color:#fff;font-size:40px;font-weight:bold;margin-top:-56px;}
.section7 .cont{margin-top:2.8vw;background-color: rgb(0, 0, 0,.21);padding:3% 0 3%;}
.wh1463{max-width:1493px;margin:0 auto;padding:0 15px;}
.lxz{width:27%;}
.lxtt{}
.lxtt h2{color:#fff;font-size:30px;font-weight:normal;margin-bottom:0.5vw;}
.lxtt h3{color:#fff;font-size:20px;border-bottom:1px solid #e30000;padding-bottom:1.8vw;}
.lx{color:#fff;font-size:18px;line-height:2.5;margin-top:2vw;}
.lx p{padding-left:46px;}
.lx p:nth-child(1){background: url(../images/539165911d81a36417d89b4a40c8327808523df0.png) no-repeat left center;}
/* .lx p:nth-child(1){background: url(../images/7cce6274eb208d0ca9c1a35db3cd8f20ec86ab23.png) no-repeat left center;} */
.lx p:nth-child(5){background: url(../images/d8eb92522d96fa91c0553c931e48b17ad5f591d0.png) no-repeat left center;}
.lx p:nth-child(3){background: url(../images/539165911d81a36417d89b4a40c8327808523df0.png) no-repeat left center;}
.lx p:nth-child(4){background: url(../images/539165911d81a36417d89b4a40c8327808523df0.png) no-repeat left center;}
.lx p:nth-child(2){background: url(../images/539165911d81a36417d89b4a40c8327808523df0.png) no-repeat left center;}
/* .lx p:nth-child(6){background: url(../images/539165911d81a36417d89b4a40c8327808523df0.png) no-repeat left center;} */
.lx p:nth-child(6){background: url(../images/b3d41a95f2902fee3e9813cc30ce233f0db403c7.png) no-repeat left center;}

.lxz2{width:27%;}

.abagd .lxtt h2{
  margin-bottom:1.58vw;
}


.x-message{margin-top:2vw;}
.x-message-wrap input[type='text'],
.x-message-wrap textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #b5b6b6;
  padding: 0 15px;
  font-size: 14px;
  color:#939393;
  background: none;
  outline: none;
  margin-bottom:12px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
   color:#939393;
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
   color:#939393;
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
   color:#939393;
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
   color:#939393;
}

.x-message-wrap .type{
    font-size: 14px;
    color: #353333;
    margin-bottom: 5px;
}

.x-message-wrap .spans{
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 90px;
    resize: none;
}

.x-message-wrap #checkcode {
  float: left;
  width:31%;
  margin-bottom: 0;height:42px;
}

.x-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width:31%;
  height:42px;
  font-size: 0;
  background: #e7e4e4;
}

.x-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.x-message-wrap .x-submit {
  float: right;
  width: 30%;
  height: 42px;
  background: #e30000;
  color: #fff;
  font-size:14px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
  background: #e30000;
}

.abagd{width:29%;}
.fadd{margin-top:1.5vw;}
.fadd li{width:30%;text-align:center;}
.fadd li img{width:100%;display:block;}
.fadd li .wz{color:#d5d5d5;font-size:14px;margin-top:8px;}


.abagd .folgo{
  margin-top: 1vw;
}
.abagd .folgo p{
  line-height: 4em;
}
.abagd .folgo a{

  font-size: 20px;
  color:#fff;
}

.links{font-size:14px;color:rgba(255,255,255,.46);margin-top:1.4vw;}
.links a{color:rgba(255,255,255,.46);padding:0 5px;}

.bq{background:#111820;padding:15px 0;text-align:center;line-height:24px;font-size:14px;color:rgba(255,255,255,.4);}
.bq a{color:rgba(255,255,255,.4);}
.bq img{
  margin-top: -3px;
}



.aaa{height:50px;}

@media(max-width: 1600px){
    .horz{width: 27.75%;}
    .abtt h4{font-size: 36px;}
      .sj li h3{font-size: 45px;}
      .abtt h2{font-size: 110px;}
      .rytt h2{font-size: 40px;}
}
@media (max-width:1440px) {
  .section4:before{width:29.14%;}
  .rytt h2{font-size:36px;}
  .abtt h2{font-size:100px;}
  .abtt h3{font-size:30px;margin-top:-66px;}
  .abtt h4{font-size:38px;margin-top:8px;}

   .sj li h3{font-size: 30px;}
  .sj li h4{font-size:14px;}
  .abwz{font-size:14px;line-height:26px;}
  .bt h2{font-size:36px;}
  .bt h3{font-size:14px;}
  .tabzz li{font-size:15px;line-height:45px;}
  .ttzz .swiper-slide .nr{height:50px;}
  .ttzz .swiper-slide .wz{font-size:15px;}
  .rywz{font-size:14px;line-height:26px;}
  a.am2{line-height:55px;}
  .ytt h2{font-size:35px;}
  .ytt h4{width:200px;}
  a.ymo{font-size:14px;}
  .aads li .wz{line-height:40px;font-size:14px;}
  .prolist li{font-size:15px;}
  .xw2 li .wz1{font-size:16px;}
  .xw3 li .wz1{font-size:16px;}
  .xw1 li .wz1{font-size:16px;}
  .lxbt h2{font-size:55px;}
  .lxbt h3{font-size:35px;margin-top:-47px;}
  .lxtt h2{font-size:25px;}
  .lxtt h3{font-size:16px;}
  .lx{font-size:16px;}
  .x-message-wrap textarea{height:70px;}

}



@media (max-width:1280px) {
  .section{height:auto!important;}
  .section .fp-tableCell{height:auto!important;}
  .k2{background:none;padding-left:0;}
  .section{padding:4vw 0;}
  .section1,.section8{padding:0!important;}
   .abtt h2{font-size:100px;display:none;}
  .abtt h3{font-size:25px;margin-top:0;}
  .abtt h4{font-size:30px;margin-top:8px;}
  .sj{width: 75%;}
    .sj li h3{font-size:48px;}
  .sj li h4{font-size:14px;}
  .abouty{margin-right:15px;width:50%;}
  .bt h2{font-size:28px;}
  .tabzz{width:80%;}
  .rytt h2{font-size:28px;}
  a.am2{line-height:40px;}
  .ytt h2{font-size:30px;}
  .ytt h2{font-size:28px;}
  .lxbt h2{font-size:45px;}
  .lxbt h3{font-size:28px;margin-top:-38px;}
  .lxtt h2{font-size:20px;}
  .lxtt h3{font-size:14px;}
  .lx{font-size:14px;}
  .lx p{padding-left:35px;}
  .pro_detail02 .bd .selection .content .t{font-size:30px;}
  a.pm{font-size:15px;width:136px;line-height:44px;}
}


@media (max-width:1024px) {
 .x-menu{width:66%;}
 .hzhb li:nth-child(7){margin-left:4px;}
 .lxz{width:29%;}
}




@media (max-width:768px) {
 .box2{padding:0 15px;}
 .abpic{width:100%;}
 .abouty{width:100%;margin-right:0;margin-top:15px;}
 .section4:before{display:none;}
 .horz{width:100%;}
 .hory{width:100%;margin-top:15px;}
 .aads1{width:100%;}
 .aads2{width:100%;margin-top:15px;}
 .aads2 li:nth-child(n+3){margin-top:10px;}
 .xw1{width:100%;}
 .xw2{width:100%;margin:10px auto;}
 .xw2 li .pic{ flex:0 0 100px; }
 .xw3{width:100%;}
 .lxz{width:45%;}
 .lxz2{width:45%;}
 .abagd{display:none;}
 .prodescription{display:none;}
 .xw2 li .det{width:92%;}
}



@media (max-width:428px) {
  .abtt h3{font-size:20px;margin-top:0;}
  .abtt h4{font-size:25px;margin-top:8px;}
    .sj li h3{font-size:38px;}
  .sj li h4{font-size:14px;}
  .bt h2{font-size:24px;}
  .tabzz{width:90%;background:none;}
  .tabzz li{width:33.33%;line-height:32px;}
  .tabzz li:before{display:none;}
  .tabzz li.cur a{background:none;color:#e30000;}
  .ttzz .swiper-slide .pmo{display:none;}
  .ttzz .swiper-slide .wz{width:100%;}
  .hory li{width:48%;margin:5px 0;}
  .rytt h2{font-size:24px;}
  .ytt h2{font-size:24px;}
  .ytt img{max-width:78%;}

  .lxbt h2{font-size:35px;}
  .lxbt h3{font-size:22px;margin-top:-27px;}
  .lxtt h2{font-size:16px;}
  .lxtt h3{font-size:13px;}
  .lx{font-size:14px;}
  .lx p{padding-left:35px;}
  .lxz{width:100%;}
  .lxz2{width:100%;margin-top:15px;}
   .pro_detail02 .bd .selection .content .t{font-size:20px;}
   a.ymo{display:none;}


}
.w1400{margin:0 auto;max-width:1400px}
.bbbt1 h2{padding-left:80px;background:url(../images/08344ff91a1480d1b75c4419de519516d40da40b.png) no-repeat left;color:#fff;text-transform:uppercase;letter-spacing:0;font-weight:700;font-style:italic;font-stretch:normal;font-size:35px;font-family:Arial;line-height:48px}
.bbbt1 h3{padding-left:80px;color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:18px;line-height:18px}
.bbbt1lx h2{background:url(../images/08641610008530ac2cb05e7f4f14c8a4b30562ca.png) no-repeat left}
.bbbt1 h4{margin-top:15px;padding-left:80px;color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:14px;line-height:25px}
.bb5nr1{margin-top:35px;padding-left:80px}
.bb5nr1 li:hover{background:#ce0000}
.bb5nr1 li:hover .bb5wz h3{background:#fff;color:#ce0000}
.bb5fl{float:left;display:flex;margin-right:20px;width:29.59%;height:150px;border:1px solid rgba(255,255,255,.18);flex-wrap:wrap;align-content:center}
.bb5fl .img{float:left;margin-left:7%;width:20%}
.bb5fl .img img{transition:.5s}
.bb5fl:hover .img img{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);-ms-transform:rotate(360deg)}
.bb5fl .bb5wz{float:left; flex:1; padding-right:20px;}
.bb5fl .bb5wz h2{color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:14px;line-height:32px}
.bb5fl .bb5wz h3{margin-top:8px;width:150px;height:40px;border-radius:5px;background-color:#ce0000;color:#fff;text-align:center;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:16px;line-height:40px}
.bb5fl2 .img{width:33%}
.bb5nr2{margin-top:15px;padding-left:80px}
.bb5bt2{margin-bottom:10px}
.bb5bt2 h2{background:url(../images/5ed3d7336893a7d174b5c8e45ff6595ce8444d34.png) no-repeat 0 top;color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:14px;line-height:48px}
@media (max-width:1300px){.bb5fl{width:37.59%}
}
@media (max-width:992px){.bbbt1 h4{margin-top:19px;padding-left:0;line-height:34px}
.bb5nr1{padding-left:0}
.bb5fl{margin-bottom:20px;width:100%}
.bb5fl .img{margin-left:3%;width:21%}
.bb5fl .img img{max-width:45px}
.bb5nr2{padding-left:0}
.bb5fl2 .img{width:40%}
.bb5fl2 .img img{max-width:100%}
}

.flexed { display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.w1560{ max-width: 1590px;  margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.ab-bg{background:url(../images/bg-about.jpg) no-repeat top center;background-size:100% 100%;padding-top:4.42708333333333vw;padding-bottom:3.64583333333333vw}
.abl{width:47.11%}
.at{position:relative}
.at::before{content:'';position:absolute;right:0;top:0;background:url(../images/cee88f9fb782c94f537c0a6d1cab3a16d5b27fa9.png) no-repeat top center;width:86px;height:86px;background-size:100% 100%}
.at h3{color:#333;font-size:48px}
.at h3 b{color:#004ea0}
.at h4{color:#333;font-size:24px;padding:1vw 0}
.at h5{width:90px;height:5px;background:#004ea0}
.aw{margin-top:2vw;padding-right:1.3vw}
.aw p{color:#333;font-size:17px;line-height:2;text-align:justify}
.amore{width:178px;height:54px;border-radius:26px;margin-top:2.6vw;border:1px solid #004ea0;overflow:hidden}
.amore a{display:flex;align-items:center;justify-content:center;color:#004ea0;font-size:16px;line-height:54px}
.amore:hover{background:#004ea0}
.amore:hover a{color:#fff}
.amore:hover a img{-webkit-filter:drop-shadow(0 50vh 0 #fff);filter:drop-shadow(0 50vh 0 #fff);transform:translateY(-50vh)}
.amore a img{margin-left:15px}
.abr{position:relative;width:47.75%}
.abr::before{content:'';position:absolute;right:0;bottom:0;background:url(../images/2a271b794bb5a306581fe2583cbb5376d4367394.png) no-repeat top center;background-size:100% 100%;width:388px;height:420px;z-index:-1}
.abr::after{content:'';position:absolute;bottom:30px;right:0;background:url(../images/2f7118528a207480536082ab54b187c1fdada077.png) no-repeat top center;background-size:100% 100%;width:58px;height:376px}
.abr img{max-width:100%;padding-right:30px;padding-bottom:30px}
.num-index{padding-top:4.0625vw}
.nlist li{background:url(../images/05f1c6685fddecec903eade57f12adcac5aac5be.png) no-repeat left center;padding-left:1.1vw;width:25%}
.nlist li .num1{line-height:1;color:#666; font-size: 16px;}
.nlist li .num1 span{ color:#333;font-size:60px;font-family:Impact; font-weight:600; margin-right: 5px;}
.nlist li .num2{color:#666;font-size:16px;padding:.78125vw 0}
@media(max-width:1300px){.at h3{font-size:40px}
.at h4{font-size:20px}
.nlist li .num1{font-size:48px}
}
@media(max-width:1024px){.aw p{font-size:15px}
.ab-index{align-items:center}
.abr::before{width:240px;height:330px}
.abr::after{width:29px;height:176px}
}
@media(max-width:767px){.ab-bg{padding:40px 0}
.ab-index{flex-wrap:wrap}
.abl{width:100%}
.at::before{width:40px;height:40px}
.at h3{font-size:24px}
.at h4{font-size:14px;padding:10px 0}
.amore{height:45px}
.amore a{font-size:14px;line-height:45px}
.abr{width:100%;margin-top:20px}
.abr::before{width:100%;height:100%}
.abr img{padding:15px}
.num-index{padding-top:30px}
.num-index ul{flex-wrap:wrap}
.nlist li{width:50%;padding-left:15px;margin-bottom:20px}
.nlist li .num1{font-size:24px}
.nlist li .num2{font-size:14px}
}





