﻿.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/*ÃƒÂ§Ã‚Â¬Ã‚Â¬ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ¥Ã‚Â±Ã‚Â*/
.sec2-slick .slick-con{
  position: relative;
}
.sec2-slick .slick-con .s2_img{
  overflow: hidden;
  position: relative;
}
.sec2-slick .slick-con .s2_img img{
  width: 100%;
  height: 100vh;
}
.sec2-slick .slick-con .s2_img::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.sec2-slick .slick-con:hover .s2_img::before{
  background: rgba(185,15,0,0.74);
}
.sec2-slick .slick-con .s2_on{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 50px;
  text-align: center;
}
.sec2-slick .slick-con .s2_on .ximg img{
  max-width: 100%;
  margin: 0 auto;
}
.sec2-slick .slick-con .s2_on h3{
  font-size: 1.5vw;
  color: #fff;
  font-weight: bold;
  margin-top: 2vw;
  text-transform: uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sec2-slick .slick-con .s2_on h4{
  font-size: 1.2vw;
  color: #fff;
  font-weight: bold;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-top: 15px;
}
.sec2-slick .slick-con .s2_on .info{
  max-width: 350px;
  margin: 2.5vw auto 3vw;
  text-align: left;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sec2-slick .slick-con .s2_on a{
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 142px;
  padding: 25px 15px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../images/b27b8a47d9c1e2605198ad3f10fcd363c0639d8b.png) no-repeat center;
}



@media (max-width: 1440px) {
  .sec2-slick .slick-con .s2_on .ximg img{
    max-width: 120px;
  }

}

@media(max-width: 1366px){
  .sec2-slick .slick-con .s2_on{
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .sec2-slick .slick-con .s2_on .ximg img{
    max-width: 100px;
  }
  .sec2-slick .slick-con .s2_on a{
    width: 100px;
    height: 32px;
    line-height: 30px;
    background: none;
    border: 1px solid #fff;
    padding: 0;
    font-size: 14px;
  }

}
@media (max-width: 991px) {
  .sec2-slick .slick-con .s2_img img{
    height: auto;
  }
  .sec2-slick .slick-con .s2_on{
    margin-top: 0;
  }
  .sec2-slick .slick-con .s2_on .ximg img {
    max-width: 80px;
  }
  .sec2-slick .slick-con .s2_on h3{
    font-size: 14px;
    margin-top: 15px;
  }
  .sec2-slick .slick-con .s2_on h4{
    font-size: 15px;
    margin-top: 10px;
  }
  .sec2-slick .slick-con .s2_on .info{
    margin: 20px auto;
    line-height: 1.8;
    font-size: 13px;
  }

}



.aboutleft{
  width: 36.875%;
  position: relative;
  z-index: 9;
}

.at{
  display: inline-block;
  position: relative;
  padding-bottom: 18px;
}

.at::before{
  content: '';
  position: absolute;
  border-bottom: 1px solid #dbdbdb;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.at::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21.19%;
  height: 1px;
  background: #e52413;
}

.at h3{
  color: #e52413;
  font-size: 44px;
  font-weight: 600;
}

.at h3 span{
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

.aw{
  margin-top:4.79166666666667vw;
}

.aw p{
  color:#000000;
  font-size:24px;
  margin-bottom:1.35416666666667vw;
}

.num-index{
  background: #fff;
  width: 163%;
  margin-top: 3.64583333333333vw;
}

.numlist li{
  width: 25%;
  text-align: center;
  padding: 2.34375vw 0;
}

.numlist li+li{
  border-left: 1px solid #f8f8f8;
}

.numlist li .num1 .num11{
  color: #e52413;
  font-size: 67px;
  font-weight: 600;
  font-family: "Impact";
  display: inline-block;
  line-height: 1.2;
}

.numlist li .num1 .num22{
  color: #e52413;
  font-size: 24px;
  display: inline-block;
}

.numlist li .num2{
  color: #525252;
  font-size: 18px;
}

.numlist li:hover{
  background: #e52413;
}

.numlist li:hover .num1 .num11{
  color: #fff;
}

.numlist li:hover .num1 .num22{
  color: #fff;
}

.numlist li:hover .num2{
  color: #fff;
}

.aboutright{
  width: 52.875%;
  border: 3px solid #e52413;
}

.aboutright img{
  width: 100%;
  padding: 12px;
}

@media(max-width: 1366px){
  .at h3{
    font-size: 40px;
  }
  .aw p{
    font-size: 20px;
  }
  .numlist li .num1 .num11{
    font-size: 50px;
  }
}

@media(max-width: 995px){
  .section2{
    padding: 40px 0;
  }
  .bb2nr{
    flex-wrap: wrap;
  }
  .aboutleft{
    width: 100%;
  }
  .at h3{
    font-size: 24px;
  }
  .at h3 span{
    font-size: 20px;
  }
  .aw{
    margin-top: 10px;
  }
  .aw p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .num-index{
    width: 100%;
  }
  .numlist{
    flex-wrap: wrap;
  }
  .numlist li{
    width: 50%;
    padding: 10px 0;
  }
  .numlist li .num1 .num11{
    font-size: 24px;
  }
  .numlist li .num1 .num22{
    font-size: 20px;
  }
  .numlist li .num2{
    font-size: 14px;
  }
  .aboutright{
    width: 100%;
    margin-top: 20px;
  }
  .aboutright img{
    padding: 5px;
  }
}

/* ÃƒÂ§Ã‚Â¬Ã‚Â¬ÃƒÂ¥Ã¢â‚¬ÂºÃ¢â‚¬ÂºÃƒÂ¥Ã‚Â±Ã‚Â */
.section3{
  background: url(../images/dd1121de69ac7dedde4bb05cd5af831543bd5587.jpg) no-repeat top center;
  background-size: cover;
  padding-top:80px;
  padding-bottom:80px;
}

.st1{
  text-align: center;
}

.st{
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 18px;
}

.st::before{
  content: '';
  position: absolute;
  border-bottom: 1px solid #dbdbdb;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.st::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 33%;
  margin: 0 auto;
  height: 1px;
  background: #e52413;
}

.st h3{
  color: #e52413;
  font-size: 44px;
  font-weight: 600;
}

.st h3 span{
  font-weight: 500;
  font-size: 30px;
  color: #a7a7a7;
  text-transform: uppercase;
}

.bb3nr{
  margin-top: 4.16666666666667vw;
}

.caseSwiper{
  overflow: hidden;
  width: 100%;
}

.caseSwiper .swiper-slide a{
  display: block;
  position: relative;
}

.caseSwiper .swiper-slide a::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: rgba(0,0,0,0.62);
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.caseSwiper .swiper-slide a .img1 img{
  width: 100%;
}

.caseSwiper .swiper-slide a .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.caseSwiper .swiper-slide a .wz .wzww{
  border: 1px solid #818184;
  margin: 17px;
  height: calc(100% - 34px);
  
}

.caseSwiper .swiper-slide a .wz .wzww .wzww-ww{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.caseSwiper .swiper-slide a .wz .wzww .wza{
  color: #ffffff;
  font-size: 24px;
}

.caseSwiper .swiper-slide a .wz .wzww .wzb{
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1vw 0;
}

.caseSwiper .swiper-slide a .wz .wzww .wzc{
  width: 1px;
  height: 7.08333333333333vw;
  background: #fff;
  margin: 0 auto;
}

.caseSwiper .swiper-slide a .wz .wzww .wzd{
  background: url(../images/0cd1a2512f85b405d35d63efa659ef42ebd39dce.png) no-repeat top center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  margin-top: 0.83333333333333vw;
}

.caseSwiper .swiper-slide a:hover::before{
  bottom: 0;
}

.caseSwiper .swiper-slide a:hover .wz .wzww .wzww-ww{
  bottom: 0;
}

@media(max-width: 1025px){
  .st h3{
    font-size: 24px;
  }
  .st h3 span{
    font-size: 20px;
  }
  .bb3nr{
    margin-top: 20px;
  }
  .caseSwiper .swiper-slide a .wz .wzww{
    margin: 5px;
    height: calc(100% - 10px);
  }
  .caseSwiper .swiper-slide a .wz .wzww .wza{
    font-size: 14px;
  }
  .caseSwiper .swiper-slide a .wz .wzww .wzb{
    font-size: 12px;
  }
  .caseSwiper .swiper-slide a .wz .wzww .wzc{
    height: 10px;
  }
  .caseSwiper .swiper-slide a .wz .wzww .wzd{
    width: 20px;
    height: 20px;
  }
}

/* Ã§Â¬Â¬Ã¤Âºâ€Ã¥Â±Â */
.section4{
  background: url(../images/741bc15aad49b49514d2ba1eab1ad62ee2018fc1.jpg) no-repeat top center;
  background-size: cover;
  padding-top:80px;
  padding-bottom:80px;
}

.sec6-con{
  /* margin-top: 90px; */
}
.sec6-con .sec6-1{
  width: 31.25%;
  float: left;
}
.sec6-con .sec6-tlt{
  margin-bottom: 3vw;
  font-size: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
}
.sec6-con .sec6-tlt span{
  font-size: 30px;
  font-weight: bold;
  color: #e82121;
  margin-right: 15px;
}
.sec6-con .sec6-tlt a{
  font-size: 14px;
  color: #858585;
  float: right;
  line-height: 2;
  display: block;
  margin-top: 5px;
}
.sec6-con .sec6-1 ul li a{
  display: block;
}
.sec6-con .sec6-1 ul li h3{
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sec6-con .sec6-1 ul li a:hover h3{
  color: #e82121;
}
.sec6-con .sec6-1 ul li .info{
  font-size: 13px;
  color: #333333;
  line-height: 1.8;
  margin: 1.5vw auto;
  word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.sec6-con .sec6-1 ul li .img{
  overflow: hidden;
  margin-top: 38px;
}
.sec6-con .sec6-1 ul li .img img{
  width: 100%;
  transition: .5s;
}
.sec6-con .sec6-1 ul li .img:hover img{
  transform: scale(1.1);
}
.sec6-con .sec6-1 ul li .ckxq dd{
  background: url(../images/f33a5f6c77d1a9860728c9d40c8c15499ea5a3e6.png) center no-repeat;
  display: inline-block;
  width: 105px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  border-radius: 0;
  color: #333;
}
.sec6-con .sec6-1 ul li .ckxq dd:after {
    content: "";
    position: absolute;
    background: url(../images/7f2230b5d16774ca9ae55406f4f0a76e04e97c55.png) center no-repeat;
    width: 28px;
    height: 9px;
    top: 50%;
    margin-top: -4.5px;
    right: -17px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.sec6-con .sec6-1 ul li .ckxq dd:hover {
    background: #ff0000;
    color: #fff;
}
.sec6-con .sec6-1 ul li .ckxq dd:hover:after {
    right: -50px;
    opacity: 0;
}
.sec6-con .sec6-2{
  width: 31.25%;
  margin: 0 3.125%;
  float: left;
}
.sec6-con .sec6-2 .sec6-2-box{
  border: 1px solid #bfbfbf;
  padding: 17px 27px 10px;
  position: relative;
}
.sec6-con .sec6-2 .sec6-2-box::before{
  content: '';
  width: 72px;
  height: 2px;
  background: #e82121;
  position: absolute;
  left: 0;
  top: 0;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li a{
  display: block;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li .img{
  overflow: hidden;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li .img img{
  width: 100%;
  transition: .5s;
  /* max-height: 197px; */
}
.sec6-con .sec6-2 .sec6-2-box .list1 li .img:hover img{
  transform: scale(1.1);
}
.sec6-con .sec6-2 .sec6-2-box .list1 li h3{
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin-top: 15px;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li a:hover h3{
  color: #e82121;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li .date{
  font-size: 20px;
  font-family: Impact;
  color: #333;
  margin-top: 5px;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li .info{
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 10px auto;
  word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.sec6-con .sec6-2 .sec6-2-box .list1 li dd{
  font-size: 12px;
  color: #e82121;
  text-decoration: underline;
}
.sec6-con .sec6-2 .sec6-2-box .list2{
  margin-top: 10px;
}
.sec6-con .sec6-2 .sec6-2-box .list2 li a{
  display: block;
  padding: 6px 90px 6px 8px;
  position: relative;
  background: url(../images/919c540ef50c07b195c97b1ead45866ef6594fd4.png) no-repeat left center;
}
.sec6-con .sec6-2 .sec6-2-box .list2 li a h3{
  font-size: 13px;
  color: #626262;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.sec6-con .sec6-2 .sec6-2-box .list2 li a span{
  font-size: 13px;
  color: #626262;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec6-con .sec6-2 .sec6-2-box .list2 li a:hover h3{
  color: #ff0000;
}
.sec6-con .sec6-2 .sec6-2-box .list2 li a:hover span{
  color: #ff0000;
}


@media (max-width: 1440px) {
  /* .sec6-con{
    max-width: 1030px;
  } */
  .sec6-con .sec6-tlt span{
    font-size: 24px;
  }
  .sec6-con .sec6-tlt{
    font-size: 12px;
  }
  .sec6-con .sec6-1 ul li h3{
    font-size: 16px;
  }
  .sec6-con .sec6-2 .sec6-2-box .list1 li h3{
    font-size: 16px;
    margin-top: 10px;
  }
  .sec6-con .sec6-2 .sec6-2-box .list1 li .date{
    font-size: 18px;
    margin-top: 10px;
  }

}

@media (max-width: 995px) {
   .section4{
    padding: 30px 0;
  }
  .section6{
    padding: 30px 0;
    padding-bottom: 0px;
  }
 
  .sec6-con{
    margin-top: 0;
  }

  .sec6-con .sec6-1{
    width: 100%;
    float: none;
  }
  .sec6-con .sec6-2{
    width: 100%;
    float: none;
    margin: 30px 0;
  }

  .sec6-con .sec6-tlt span{
    font-size: 20px;
    margin-right: 10px;
  }
  .sec6-con .sec6-1 ul li h3{
    font-size: 15px;
  }
  .sec6-con .sec6-2 .sec6-2-box{
    padding: 10px;
  }
  .sec6-con .sec6-2 .sec6-2-box .list1 li h3{
    font-size: 15px;
  }

}


/* Ã¥ÂË†Ã¤Â½Å“ */
.hezuo-index{
  margin-top: 4.16666666666667vw;
}

.bbbt1 .at h3 span{
  color: #a7a7a7;
}

.hezuoSwiper{
  overflow: hidden;
}

.hezuoSwiper .swiper-slide{
  position: relative;
}

.hezuoSwiper .swiper-slide .img1 img{
  width: 100%;
}

.hezuoSwiper .swiper-slide .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/977bb903e32f5fc70e42165a4e85d6b6abc50721.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 1.5625vw 2.08333333333333vw;
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
}

.hezuoSwiper .swiper-slide .wz span{
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.hezuoSwiper .swiper-slide .wz span::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 1px;
  background: #fff;
}

.hezuoSwiper .swiper-slide:hover .wz{
  opacity: 1;
}


@media(max-width: 995px){
  .hezuoSwiper .swiper-slide .wz{
    font-size: 14px;
    padding: 10px 5px;
  }
  .hezuoSwiper .swiper-slide .wz span{
    padding-bottom: 5px;
  }
}

/* Ã¨Ââ€Ã§Â³Â» */
.lx1{
  background: rgba(255,255,255,0.4);
  padding: 1vw 0;
}

.lx1list li{
  align-items: center;
  width: 20%;
}
.lx1list li .img1 img{
  max-width: 54px;
  width: 100%;
  transition: transform 0.5s ease-out;
}

.lx1list li .wz{
  width: calc(100% - 70px);
}

.lx1list li .wz .wz1{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.lx1list li .wz .wz2{
  color: #333333;
  font-size: 14px;
  line-height: 2.14;
}

.lx1list li:hover .img1 img{
  transform: rotate(360deg);
}

.lx1list li:hover .wz .wz1{
  color: #e52413;
}

.lx1list li:hover .wz .wz2{
  color: #e52413;
}

.lx2-index{
  margin-top: 5%;
}

.lx2a{
  width: 43.75%;
}

.flogo img{
  max-width: 100%;
}

.fwen{
  margin-top: 2vw;
}

.fwen p{
  color: #333333;
  font-size: 16px;
  line-height: 1.875;
}

.lx2b{
  width: 9.375%;
}

.lx2b .ft{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.fnavlist li{
  margin-top: 1.5625vw;
}

.fnavlist li a{
  display: block;
  color: #333333;
  font-size: 14px;
  background: url(../images/cf9f8fef05cbfb251f29f0cf6b0c6b9cfa87d153.png) no-repeat left center;
  padding-left: 25px;
}

.lx2c{
  width: 472px;
  height: 498px;
}

.lx2c .box{
  position: relative;
  width: 472px;
  height: 498px;
}
.lx2c .box::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/9a22733f7b5ff5b05808751672cbf180b24f83af.png) center no-repeat;
  background-size: 100% 100%;
  width: 472px;
  height: 498px;
  z-index: 0;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-animation: play 25s linear infinite;
  -moz-animation: play 25s linear infinite;
  animation: play 25s linear infinite;
}
.xtable {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}
.xtable_cell {
  display: table-cell;
  vertical-align: middle;
}
.lx2c .box .con {
  display: inline-block;
  width: 320px;
  height: 320px;
  background: #fff;
  position: relative;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.lx2c .box .con .icon {
  display: inline-block;
  background: url(../images/4e1b2e674576a30e8ef80925b44e1ddfb8bc09c3.png) center no-repeat;
  width: 210px;
  height: 210px;
  background-size: 100% 100%;
  /* margin: 12px 0 0; */
  padding: 80px 0 0;
}
.lx2c .box .con .icon h5 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
}
.lx2c .box .con .con_b{
  /* padding-left: 32px; */
  text-align:center;
  /* margin-top: -8px; */
}
.lx2c .box .con .con_b h5 {
    font-size: 14px;
    color: #5e5e5e;
}
.lx2c .box .con .con_b h4 {
    font-size: 19px;
    color: #e52413;
    font-weight: bold;
}

.lx2c .box .con .con_b h4 p{
   display: flex;
    align-items: center;
}

.lx2c .box .con .con_b h4 p img{
  margin-right: 5px;
}

@-webkit-keyframes play{
    0% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
    }
}
@-moz-keyframes play{
    0% {
        -moz-transform:rotate(0deg);
    }
    100% {
        -moz-transform:rotate(360deg);
    }
}
@keyframes play{
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);

    }
}


@media (max-width: 1200px) {
  .lx2c{
    width: 360px;
  }
  
  .lx2c .box{
    width: 360px;
    height: 380px;
  }
  .lx2c .box:before{
    width: 360px;
    height: 380px;
    background-size: 100% 100%;
  }
  .lx2c .box .con{
    width: 250px;
    height: 250px
  }
  .lx2c .box .con .icon{
    width: 170px;
    height: 170px;
    padding-top: 60px;
  }
  
  .lx2c .box .con .con_b{
    margin-top: 5px;
  }
  .lx2c .box .con .con_b h4{
    font-size: 16px;
  }

}

@media(max-width: 995px){
  .lx1{
    padding: 10px 0;
  }
  .lx1list {
    flex-wrap: wrap;
  }
  .lx1list li{
    width: 50%;
    margin-bottom: 10px;
  }
  .lx1list li .img1 img{
    max-width: 30px;
  }
  .lx1list li .wz{
    width: calc(100% - 35px);
  }
  .lx1list li .wz .wz1{
    font-size: 14px;
  }
  .lx1list li .wz .wz2{
    font-size: 12px;
    line-height: 22px;
  }
  .lx2-index{
    margin-top: 10px;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .lx2a{
    width: 100%;
  }
  .lx2b{
    width: 100%;
  }
  .fwen{
    margin-top: 10px;
  }
  .fwen p{
    font-size: 14px;
  }
  .lx2c{
    width: 100%;
    height: 100%;
  }
  .lx2c .box{
    width: 290px;
    height: 306px;
    margin: 0 auto;
  }
   .lx2c .box:before{
    width: 290px;
    height: 306px;
  }
  .lx2c .box .con{
    width: 200px;
    height: 200px;
  }

  .lx2c .box .con .icon{
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
    padding-top: 30px;
  }
 .lx2c .box .con .icon h5{
   font-size: 12px;
 }
  .lx2d{
    width: 100%;
  }
  .lx2c{
    margin-top: 10px;
  }
  .lx2c .box .con .con_b h4{
    font-size: 14px;
  }
}

/*  */
.section7{
  padding: 20px 0;
}
.foot-index{
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.foot-index a{
  color: #333;
}

@media(max-width: 995px){
  .section7{
    padding-bottom: 10%;
  }
}