.title-h{
    margin: 4% auto 3%;
}
.title-h a,
.title-h span{
    display: block;
    padding: 0px;
}
.index-pover-fl h3,
.title-h span h3{
    font-size:42px;
    line-height: 50px;
    font-weight: bold;
    color: #000000;
    font-weight: bold;
    letter-spacing: 22px;
}
.index-pover-fl font,
.title-h span font{
    font-size:26px;
    line-height:30px;
    color: #cccccc;
    text-transform: uppercase;
}
.title-h a{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: 1.3%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.about-h{
    background: url(../images/index_about_bg.png) no-repeat;
    background-size: 100% 100%;
    padding:4% 0%;
    letter-spacing: 2px;
}
.about-fl{
    width: 52%;
    float: left;
}

.about-b>figure{
    position: relative;
    width: 48%;
    float: right;
    border-radius: 20px 10px 20px 10px;
    overflow: hidden;
}

.about-b ul li figure img,
.about-b>figure img{
    width: 100%;
    display: block;
}
.about-b>figure img:nth-of-type(1){
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 0;
    height: 0;
    transition: all 3s;
}
.about-b>figure:hover img:nth-of-type(1){
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.about-b ul li{
    position: relative;
    width: 33.3%;
    float: left;
   
}
.about-b ul li::after{
    position: absolute;
    top: 30%;
    left: 42%;
    width: 56%;
    height: 2px;
    content: "";
    border: none;
    background-color: #eeeeee;
}
.about-b ul li:nth-of-type(3):after{
    display: none;
}
.about-b ul li figure{
    position: relative;
    width:40%;
    padding:10px;
    box-sizing: border-box;
    border-radius: 50%;
    border:6px solid #e5e9f2;
    transition: all 1.2s linear;
    background-color: #fff;
}
.about-b ul li:hover figure::after{
    position: absolute;
    left: -1px;
    top: 20%;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #114097;
    transition: all .2s linear;
}
.about-b ul li:hover figure::before{
    position: absolute;
    right: -1px;
    bottom:20%;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #114097;
    transition: all .2s linear;
}
.about-b ul li:hover figure{  
    border: 2px solid #114097;
    transform:rotate(360deg);
}
.about-b ul li font{
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin:6% auto;
    color: #252525;
}
.about-fl h3{
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin:6% auto 4%;
}
.about-fl ol li a,
.about-fl ol li,
.about-fl p{
    font-size: 20px;
    line-height: 40px;
    color: #151515;
}
.about-fl ol li a{
    color: #114097;
}
.about-fl ol{
    width: 96%;
    padding: 20px;
    margin-top: 13%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #0000002d;
}
.about-fl ol li{
    width: 33%;
    float: left;
    margin-right: .5%;
    padding-left: 14px;
    background: url(../images/star.png) no-repeat left center;
    background-size: 12px;
}
.about-fl ol li:nth-of-type(3n){
    margin-right: 0%;
}



/* 热销产品 */
.index-product-h{
    padding: 1px 0px;
    background-color: #efefef;
}
.index-product{
    height:820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1%;
  }
.index-product .swiper-slide{
    position: relative;
    font-size: 18px;
    height: calc((100% - 30px) / 2);
    margin-top: 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
  }
  .index-product .swiper-slide a:nth-of-type(1){
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .index-product .swiper-slide:hover a:nth-of-type(1){
    border: 1px solid #114097;
  }
  .index-product .swiper-slide figure{
    width: 100%;
    height:300px; 
}
.index-product .swiper-slide figure img{
    height: 100%;
    width: 100%;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    transition: all .8s linear;
}
.index-product .swiper-slide:hover figure img{
    transform: scale(.9);
}
.index-product .swiper-slide a,
.index-product .swiper-slide h2{
    width:100%;
    font-size:20px;
    line-height: 30px;
    color: #111111;
}
.index-product .swiper-slide a{
    background-color: #ffffff9d;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.index-product .swiper-slide a h2 font{
    color: #114097;
    float: right;
}
.index-product .swiper-slide a:nth-of-type(2){
    position: absolute;
    left:0%;
    bottom: 8%;
    width:100%;
    padding: 6px;
    box-sizing: border-box;
}


.index-baike{
   padding-bottom: 4%;
   background: url(../images/index_baike.png) repeat-x left;
   box-shadow: 0px 0px 6px 1px #0000001d;
}
.index-baike ul li{
    width: 25%;
    float: left;
    letter-spacing: 2px;
    overflow: hidden;
    padding:6% 3%; 
    margin-top: auto;
    box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 6px 1px #0000002d;
    background-color: #ffffff;
    transition: all .6s linear;
}
.index-baike ul li:nth-of-type(odd){
    background-color: #114097;
}
.index-baike ul li b{
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    margin: 4% auto;
    font-weight: bold;
    color: #114097;
}
.index-ind ul li a h2,
.index-news ul li a h2,
.index-baike ul li a h2{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    color: #151515;
}
.index-news ul li a h2,
.index-baike ul li a h2{
    margin:12% auto;
}

.index-ind ul li p,
.index-news ul li p,
.index-rec .swiper-slide p,
.index-pover ol li figure figcaption,
.index-pover-fl p,
.index-pover-fr p,
.index-baike ul li time,
.index-baike ul li p{
    font-size: 20px;
    line-height: 40px;
    color: #252525;
    transition: all .4s;
}
.index-baike ul li p{
    margin-bottom: 10%;
   
}

.index-pover{
    background: url(../images/index_pover1_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.index-pover-h{
    margin:4% auto;
}
.index-pover-fl{
    width:320px;
    float: left;
}

.index-pover-fr{
    position: relative;
    width:calc(92% - 320px);
    float: right;
    padding: 3% 0%;
    margin-right: 2%;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1;
    background-color: #ffffff;
    transition: all .2s;
}
.index-pover-fr::after{
    position: absolute;
    right: -2%;
    top:4%;
    width:100%;
    height: 100%;
    content: "";
    background-color: #ffffff3d;
    border-radius: 20px;
    z-index: -1;
}
.index-pover-fr:hover{
    box-shadow: 2px 2px 6px 1px #0000006d;
}
.index-pover-fr ul{
    width:40%;
    float: left;
    padding: 0% 3%;
    box-sizing: border-box;
}
.index-pover-fr ul li{
    width: 49%;
    float: left;
    margin:12% 2% 2% 0%;
    text-align: center;
}
.index-pover ol li:nth-of-type(3n),
.index-pover-fr ul li:nth-of-type(2n){
    margin-right: 0%;
}
.index-pover-fr ul li figure{
    width:80px;
    margin: 6% auto;
}
.index-pover-fr ul li font{
    font-size: 22px;
    line-height: 40px;
    color: #252525;
}
.index-pover-fr span{
    position: relative;
    display: block;
    width: 60%;
    float: right;
    padding: 0% 3%;
    box-sizing: border-box;
}
.index-pover-fr span::after{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #eeeeee;
}
.index-pover-fr span figure{
    width: 100%;
}
.index-pover-fr span p{
    margin-top: 3%;
}

.index-pover-fr span a{
    font-size: 20px;
    line-height: 20px;
    color: #114097;
    padding-right: 30px;
    background: url(../images/more1_03_02.png) no-repeat 98% 60%;
    background-size: 20px;
    transition: all 2s;
}
.index-pover-fl h3{
    margin-top: 6%;
}
.index-pover-fl hr{
    width: 60px;
    height: 4px;
    border: none;
    margin:10% 0%;
    background-color: #fff;
}

.index-pover-fl span{
    display: block;
    width: 100%;
    padding:30px;
    margin-top:11%;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #a6c5ff2d;
    box-shadow: 0px 6px 6px #ffffff7d inset;
}
.index-pover-fl span:hover{
    border-radius: 50%;
    animation: glow 3s infinite; /* 应用动画 */
    overflow: hidden;
    text-align: center;
}
.index-pover-fl span p{
    margin:6% auto;
    border-bottom: 1px solid #ffffff6d;
}
.index-pover ol li{
    width: 32%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius:10px;
    box-shadow: 0 56px 50px -60px #000;
    overflow: hidden;
    transition: all 1s;
}
.index-pover ol li figure{
    position: relative;
}
.index-pover ol li:hover{
    transform: scale(.9);
}
.index-pover ol li figure figcaption{
    position: absolute;
    left: 0;
    bottom: 0;
    padding:6px 10px;
    background-color: #114097;
}
.index-pover-fr ul li:hover figure img{
    margin-top: -30px;
}
.safety-h{
    margin: 0% auto 4%;
}
.safety-h .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.safety-h .swiper-slide figure{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.safety-h .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


/* 行业资讯 */
.index-ind{
    margin: 0% auto 2%;
}
.index-ind ul li{
    position: relative;
    width: 48%;
    float: left;
    margin: 0% 4% 3% 0%;
    padding: 2%;
    border-radius: 10px;
    border: 1px solid #cccccc;
    transition: all .2s;
}
.index-ind ul li:hover{
    background-color: #eeeeee;
    box-shadow: 0px 0px 10px 1px #0000001d;
}
.index-ind ul li:nth-of-type(2n){
    margin-right: 0%;
}
.index-ind ul li h2{
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.index-ind ul li p{
    margin-bottom: 0%;
    transition: all .2s;
}
.index-ind ul li p:hover{
    text-indent: 2em;
}

/* 产品推荐 */
.index-rec{
    overflow: hidden;
    margin-bottom: 4%;
    padding: 1px 0px;
    box-shadow: 8px 8px 10px 1px #0000001d;
}
.index-rec figure{
    position: relative;
    width: 49%;
    float: left;
}
.index-rec figure::after{
    position: absolute;
    left: 0;
    top: 0;
    width:60px;
    height: 100%;
    content: "";
    background: url(../images/index_rec_01.jpg) no-repeat;
    background-size: 100%;
    z-index: 1;
}
.index-rec figure img:nth-of-type(1){
    position:absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height:30%;
    box-sizing: border-box;
    border-top: 2px solid #114097;
    border-right: 2px solid #114097;
    z-index: 2;
}
.index-rec figure:hover img:nth-of-type(1){
    width: 100%;
    height: 100%;
    border: none;
}
.index-rec .swiper-slide {
    height: 100%;
    background: #fff;
    letter-spacing: 2px;
  }

.text-teh{
    position: relative;
    width:50%;
    height: 100%;
    box-sizing: border-box;
    padding:6% 2% 0%;
    float: right;
  }

  .text-teh h2{
      font-size: 26px;
      line-height: 40px;
      font-weight: bold;
      color: #000000;
  }
  .text-teh hr{
      width: 10%;
      height: 6px;
      border: none;
      margin: 6% 0;
      background-color: #114097;
  }
  .text-teh p{
      margin: 12% auto;
  }
  .text-teh a:nth-of-type(3),
  .text-teh a:nth-of-type(2){
      display: inline-block;
      padding: 6px 10px;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      background-color: #114097;
  }
  .text-teh a:nth-of-type(3){
    float: right;
    margin-right: 6%;
    background-color: #000000;
  }
.index-news{
   padding-bottom: 4%;
   box-shadow: 0px 0px 6px 1px #0000002d;
   background: url(../images/beiyong.jpg) no-repeat;
    background-size: 100%;
}
.index-news ul li{
    float: left;
    padding:2%;
    height: auto;
    display: table;
    border-radius: 10px;
    margin: 0% 2% 2% 0%;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px #0000001d;
}
.index-ind ul li h2,
.index-news ul li a h2{
    margin: 2% auto;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.index-ind ul li p,
.index-news ul li p{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.index-news ul li hr{
    width: 100%;
    height:1px;
    border: none;
    margin:20px auto;
    background-color: #eeeeee;
}
.index-news ul li span{
    display: block;
    width: 100%;
}
.index-news ul li span time{
    font-size: 16px;
    line-height: 20px;
    color: #999;
}
.index-news ul li span time b{
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #999;
}
.index-ind ul li h2:hover,
.index-news ul li:hover span b{
    color: #114097;
}
.index-news ul li span a{
    display: block;
    float: right;
    width:30px;
    height:20px;
    margin-top: -7%;
    background: url(../images/more_03.png) no-repeat 0% 0%;
    background-size: 30px;
    transition: all .6s;
}
.index-news ul li:hover span a{
    background: url(../images/more_03.png) no-repeat 0% 100%;
    background-size: 30px;
}

/* 产品中心 */
.product-h{
    padding: 2% 0% 3%;
    background-color: #f2f7fb;
}
.product-h ul li{
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    letter-spacing: 2px;
    box-shadow: 0px 0px 4px 1px #0000001d;
    background-color: #ffffff;
}
.product-h ul li>a h2{
    padding: 10px 0px;
    font-size: 22px;
    line-height:40px;
    height: 80px;
    text-align: center;
}

.product-text{
    position: relative;
}
.product-text span{
    position: absolute;
    bottom: 0%;
    display: block;
    text-indent: 1em;
}
.product-text span:nth-of-type(1){
    width:100%;
    left: 0;
    background-color: #ffffffbc;
    transition: all 1s;
}

.product-text figure{
    height: 400px;
}
.product-text span a,
.product-text span a h2{
    font-size: 16px;
    line-height:40px;
    float: left;
}
/* 文章列表页 */
.com-fl ul li{
    width: 100%;
    height: auto;
    display: table;
    letter-spacing: 2px;
    padding: 4% 2%;
    box-sizing: border-box;
    border-bottom: 2px solid #e9ebf0;
}
.com-fl ul li span{
    display: block;
    float: left;
    color: #78798c;
}

.com-fl ul li span:nth-of-type(1){
    width:180px;
    float: left;
}
.com-fl ul li span:nth-of-type(2){
    position: relative;
    width:calc(100% - 180px);
    float: right;
    padding-left: 4%;
    box-sizing: border-box;
}
.com-fl ul li span:nth-of-type(1),
.com-fl ul li span:nth-of-type(1) strong{
    font-size: 46px;
    line-height: 60px;
    color: #191c3d;
    font-weight: bold;
}
.com-fl ul li span:nth-of-type(1){
    font-weight: normal;
    color: #78798c;
    margin-top: 7%;
}
.com-fl ul li span:nth-of-type(1) time{
    display: inline-block;
    line-height: 22px;
}

.com-fl ul li span:nth-of-type(2)::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    border: none;
    background-color: #e9ebf0;
}
.com-fl ul li span:nth-of-type(2) a h2{
    font-size: 22px;
    line-height: 44px;
    font-weight: bold;
    color: #111111;
}
.com-fl ul li span:nth-of-type(2) p{
    line-height: 40px;
    margin: 2% auto;
}

/* 联系我们 */
.contact-title{
    text-align: center;
}
.contact-title h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #111111;
}
.contact-title font{
    font-size: 22px;
    line-height:40px;
    color: #666666;
}
.contact-h{
    background-color: #f2f7fb;
    letter-spacing: 2px;
    padding-bottom: 4%;
}
.contact-b{
    position: relative;
}
.contact-b figure{
    position: relative;
    width: 40%;
    margin: 0% auto;
}
.contact-b figure img:nth-of-type(1){
    position: absolute;
    width: 84%;
    left: 8%;
    top: 7.5%;
    transition:all 2s;
}
.contact-b figure:hover img:nth-of-type(1){
    width: 0%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: rotate(180deg);
}
.contact-b span{
    position: absolute;
    display: block;
}
.contact-b b{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}
.contact-b font{
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
}
.contact-b span:nth-of-type(1){
    right: 66%;
   top: 0%;
   padding-left: 60px;
   background: url(../images/khh.png) no-repeat left center;
   background-size: 50px;
}
.contact-b span:nth-of-type(2){
    right: 70%;
   top: 42%;
   padding-left: 60px;
   background: url(../images/shuihao.png) no-repeat left center;
   background-size: 50px;
}
.contact-b span:nth-of-type(3){
    right:62%;
   bottom: 3%;
   padding-left: 60px;
   background: url(../images/chuanzhen.png) no-repeat left center;
   background-size: 50px;
}
.contact-b span:nth-of-type(4){
    left: 66%;
   top: 0%;
}
.contact-b span:nth-of-type(5){
    left: 70%;
   top: 42%;
}
.contact-b span:nth-of-type(6){
    left:64%;
   bottom:3%;
}
.contact-bottom{
    background-image: linear-gradient(to top, #ffffff 50%,#f2f7fb 50%);
    /* background-color: #f2f7fb; */
}
.contact-bottom-h{
    background-color: #114097;
    box-sizing: border-box;
    padding:16px;
    border-radius: 16px;
    letter-spacing: 2px;
}
.contact-bottom-h span{
    display: block;
    width: 30%;
    float: left;
}
.contact-bottom-h span:nth-of-type(1){
    width: 40%;
}
.contact-bottom-h span:nth-of-type(2){
    text-align: center;
}
.contact-bottom-h span h2{
    margin: 4% auto 1%;
}
.contact-bottom-h span strong,
.contact-bottom-h span h2{
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
}
.contact-bottom-h span hr{
    width: 100%;
    height:1px;
    border: none;
    margin: 10px auto;
    background-color: #ffffff6d;
}

.contact-bottom-h span a,
.contact-bottom-h span p,
.contact-bottom-h span font,
.contact-bottom-h span strong font{
    font-size: 20px;
    line-height: 40px;
    display: block;
    margin: 0% auto;
    font-weight: 400;
}
.contact-bottom-h span:nth-of-type(1) p{
    padding: 0% 4%;
    display: inline-block;
    color: #333333;
    border-radius: 20px;
    background-color: #ffffff;
}
.contact-bottom-h span a{
    width: 160px;
    border-radius: 40px;
    margin: 10% auto 1%;
    box-sizing: border-box;
    background-color: #ffffff;
}



/* 部分共用 */

.product-text figure,
.product-text{
    width: 100%;
    overflow: hidden;
}
.contact-b figure img:nth-of-type(2),
.product-text figure img,
.index-rec figure img,
.index-pover ol li figure,
.index-pover ol li figure img,
.index-pover-fl span,
.index-pover-fr ul li figure img,
.index-pover-fr span figure img{
    width: 100%;
    display: block;
    transition:all 1s;
}

.product-text figure:hover img{
    transform: scale(.9);
}
.product-h ul li a h2:hover,
.product-text a h2:hover{
    color: #114097;
}


@keyframes glow {
    0% { box-shadow: 0 0 10px 10px rgba(89, 147, 255, 0.8); }
    50% { box-shadow: 0 0 20px 20px rgba(89, 147, 255, 0.3); }
    100% { box-shadow: 0 0 10px 10px rgba(89, 147, 255, 0.8); }
}
.contact-bottom-h span,
.contact-bottom-h span h2,
.product-text span:nth-of-type(2) a,
.index-pover ol li figure figcaption,
.index-pover-fl p,
.index-pover-fl h3,
.index-pover-fl font,
.index-baike ul li:nth-of-type(odd) time,
.index-baike ul li:nth-of-type(odd) b,
.index-baike ul li:nth-of-type(odd) p,
.index-baike ul li:nth-of-type(odd) a h2{
    color: #ffffff;
}
.index-baike ul li:hover time{
    float: right;
}
.product-h ul li a h2{
    color: #111111;
}
.product-text span:nth-of-type(1) a:nth-of-type(3){
    display: none;
}


.com-fl ul li span:nth-of-type(2) p,
.com-fl ul li span:nth-of-type(2) a,
.com-fl ul li span:nth-of-type(1) time{
    font-size: 20px;
    color: #78798c;
}

.com-fl ul li span:nth-of-type(2) a h2{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.com-fl ul li span:nth-of-type(2) p{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.about-fl p{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
  }
.error-c{
    box-shadow: 0px 0px 6px 1px #0000002d;
    padding-bottom: 6%;
}
  .error-number {
    text-align: center;
    margin:40px auto 0;
    background: #fff;
    position: relative;
    font-size: 180px;
    font-weight: bold;
    letter-spacing: 5vmin;
    text-shadow: 2px -1px 0 #000, 4px -2px 0 #0a0a0a, 6px -3px 0 #0f0f0f, 8px -4px 0 #141414, 10px -5px 0 #1a1a1a, 12px -6px 0 #1f1f1f, 14px -7px 0 #242424, 16px -8px 0 #292929;
  }
  .error-number::before {
    background-color: #114097;
    background-image: radial-gradient(closest-side at 50% 50%, #ff9307 100%, rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #e26b19 100%, rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    background-size: 40vmin 40vmin;
    background-position: -100vmin 20vmin, 100vmin -25vmin;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    -webkit-animation: moving 10s linear infinite both;
            animation: moving 10s linear infinite both;
    display: block;
    position: absolute;
    content: "";
  }
  @-webkit-keyframes moving {
    to {
      background-position: 100vmin 20vmin, -100vmin -25vmin;
    }
  }
  @keyframes moving {
    to {
      background-position: 100vmin 20vmin, -100vmin -25vmin;
    }
  }
  .error-h{
    text-align: center;
  }
  .error-h p{
    font-size:30px;
    color: #666666;
  }
.error-h a{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #ffffff;
    padding:30px;
    border-radius: 50%;
    margin: 3%;
    box-shadow:0 30px 15px rgba(0,0,0,0.3);
    z-index: 1;
    transition: all 1s;
}
.error-h a:before{
    position:absolute;
    left:0%;
    top:0%;
    width:100%;
    height:100%;
    content:"";
    background:linear-gradient(#285fc6 50%,#062c74 50%);
    border-radius:50%;
    z-index: -1;
}
.error-h a:after{
    position:absolute;
    left:0%;
    top:42%;
    width:100%;
    height:20px;
    content:"";
    background:linear-gradient(#052767,#275ab7);
    border-radius:50%;
    z-index: -1;
}
.error-h a:hover{
    box-shadow:0 50px 20px rgba(0,0,0,0.15);
    transform:scale(1.1);
    color: #ffffff9d;
}

/* 文章详情页 */
.detail-h{
    letter-spacing: 2px;
}
.detail-h h1{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin: 3% auto 0%;
}
.detail-h hr{
    width: 100%;
    height: 1px;
    border: none;
    margin: 10px auto;
    background-color:#cccccc;
}
.key-h{
    text-align: center;
    margin-bottom: 20px;
}
.key-h a h2{
    display: inline;
	margin-right:4px;
}
.key-h,
.key-h a,
.key-h a h2,
.key-h time{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.detail-h,
.detail-h span,
.detail-h h2,
.detail-h p{
    font-size: 20px;
    line-height: 40px;
    color: #666666;
}
/* 文章详情 */
.product-detail>img,
.product-detail>p img{
    display: none !important;
}
.product-detail figure,
.detail-h img,
.detail-h p img{
    display: block;
    margin: 10px auto;
}
.product-detail figure img{
    display: block;
    width: 100%;
}
/* 产品详情页产品推荐 */

.product-detail-p .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.product-detail-p .swiper-slide figure{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
}
.product-detail-p .swiper-slide a,
.product-detail-p .swiper-slide figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-detail-p .swiper-slide a h2{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width:calc(100% - 20px);
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding: 6px 0px;
    margin: 0px auto;
    color: #141414;
    background-color: #ffffff9d;
  }
@media screen and (min-width:1440px){
    
}
@media screen and (max-width:1440px){
    .about-fl ol{
        margin-top: 8%;
    }
}
@media screen and (max-width:1340px){
    .about-fl ol{
        margin-top: 4%;
        padding: 16px;
    }
}
@media screen and (max-width:1200px){
    .index-pover-fl h3,
    .title-h span h3{
        letter-spacing: 18px;
    }
    
    .detail-h h1,
    .about-fl h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .index-ind ul li p,
    .detail-h p,
    .contact-bottom-h span a, 
    .contact-bottom-h span p, 
    .contact-bottom-h span font, 
    .contact-bottom-h span strong font,
    .com-fl ul li span:nth-of-type(2) p, 
    .com-fl ul li span:nth-of-type(2) a, 
    .index-news ul li p,
    .index-pover ol li figure figcaption,
    .index-rec .swiper-slide p,
    .index-pover-fr span,
    .index-pover-fl p,
    .index-pover-fr p,
    .index-baike ul li time, .index-baike ul li p,
    .index-product .swiper-slide a,
    .index-product .swiper-slide h2,
    .title-h a,
    .about-fl ol li a,
    .about-b ul li font,
    .about-fl ol li, 
    .about-fl p {
        font-size: 18px;
        line-height: 36px;
    }
    .index-pover-fl{
        width: 280px;
    }
    .index-pover-fr{
        width: calc(94% - 280px);
    }
    .index-pover-fr ul li{
        margin-top: 6%;
    }
    .text-teh p{
        margin: 10% auto;
    }
    .index-pover ol li figure figcaption{
        padding: 2px 10px;
    }
    .index-ind ul li a h2,
    .product-detail-p .swiper-slide a h2,
    .contact-b b,
    .com-fl ul li span:nth-of-type(2) a h2,
    .product-h ul li>a h2{
        font-size: 20px;
        line-height: 30px;
    }
    .contact-b font,
    .com-fl ul li span:nth-of-type(1) time{
        font-size: 18px;
    }
    .contact-b font{
        line-height: 20px;
    }
    .contact-b span:nth-of-type(1),
    .contact-b span:nth-of-type(2),
    .contact-b span:nth-of-type(3){
        padding-left: 48px;
        background-size: 40px;
    }
    .contact-b span:nth-of-type(4),
    .contact-b span:nth-of-type(5),
    .contact-b span:nth-of-type(6){
        padding-right: 48px;
        background-size: 40px;
    }
    .key-h, .key-h a, .key-h a h2, .key-h time{
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (min-width:992px){
    .contact-title{
        margin: 4% auto 3%;
        text-align: center;
    }
    .text-teh p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .index-news ul li{
        width:32%;
    }
    .index-news ul li:nth-of-type(3n){
        margin-right: 0%;
    }
    /* 联系我们 */
    .contact-b span:nth-of-type(4){
        text-align: right;
        padding-right: 60px;
        background: url(../images/phone.png) no-repeat right center;
       background-size: 50px;
    }
    .contact-b span:nth-of-type(5){
        text-align: right;
        padding-right: 60px;
        background: url(../images/zh.png) no-repeat right center;
       background-size: 50px;
    }
    .contact-b span:nth-of-type(6){
        text-align: right;
        padding-right: 60px;
        background: url(../images/yb.png) no-repeat right center;
       background-size: 50px;
    }
}

@media screen and (max-width:991px){
    .contact-title,
    .title-h{
        margin: 30px auto 20px;
    }
    .contact-title h3,
    .index-pover-fl h3,
    .title-h span h3{
        font-size:30px;
        line-height:40px;
    }
    .contact-title font,
    .index-pover-fl font,
    .title-h span font {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .title-h a{
        font-size: 16px;
        line-height: 30px;
        margin-top: 2%;
    }
    .index-product .swiper-slide a:nth-of-type(2){
        bottom: 12%;
    }
    .index-pover-fl span,
    .index-pover-fl hr,
    .index-pover-fl>p,
    .index-baike ul li:nth-of-type(4),
    .contact-bottom-h,
    .about-b>figure{
        display: none;
    }
    .about-fl{
        width: 100%;
        float: none;
        padding: 2% 2% 0%;
    }
    .about-fl h3{
        margin: 3% auto;
    }
    .about-fl ol{
        width: 100%;
    }
    /* 产品中心 */
    .index-product{
        height: 580px;
    }
    .index-product .swiper-slide figure{
        height: 240px;
    }
    .index-product .swiper-slide a:nth-of-type(2){
        left: 0%;
        width: 100%;
        opacity: 1;
    }

    /* 百科 */
    .index-baike ul li{
        width: 33.33%;
    }

    /* 公司实力 */
    .index-pover-fl h3{
        margin-top: 10px;
    }
    .index-pover-fl{
        width: 100%;
        margin-bottom: 30px;
    }
    .index-pover-fr{
        width: 98%;
        float: none;
    }

  
    .index-rec .swiper-slide p{
        margin: 4% auto;
    }
    .text-teh a:nth-of-type(3),
    .index-rec .swiper-slide a:nth-of-type(2){
        font-size: 16px;
        line-height: 20px;
    }
    
    .index-rec .swiper-slide p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .index-rec .swiper-button-prev {
        left: auto;
        right: calc(32px + 12%);
    }

    /* 新闻中心 */
    .index-news ul li{
        width: 49%;
    }
    .index-news ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .product-text figure{
        height: 220px;
    }
 


    .com-fl ul li span:nth-of-type(1){
        width: 160px;
    }
    .com-fl ul li span:nth-of-type(2){
        width: calc(100% - 160px);
    }
    .index-rec figure::after{
        width: 40px;
    }
/* 联系我们 */
.contact-b span{
    position: static;
    width: 38%;
    float: left;
    margin-bottom: 3%;
    margin-left: 2%;
}
.contact-b figure{
    width:58%;
    float: right;
}

.contact-b span:nth-of-type(4){
    padding-left: 48px;
    padding-right: 0%;
    background: url(../images/phone.png) no-repeat left center;
   background-size: 40px;
}
.contact-b span:nth-of-type(5){
    padding-left: 48px;
    padding-right: 0%;
    background: url(../images/zh.png) no-repeat left center;
   background-size: 40px;
}
.contact-b span:nth-of-type(6){
    padding-left: 48px;
    padding-right: 0%;
    background: url(../images/yb.png) no-repeat left center;
   background-size: 40px;
}
.product-detail-p .swiper-slide a h2,
.contact-b b{
   font-size: 18px;
}
.contact-b font {
    font-size: 16px;
}
/* 文章详情 */
.detail-h h1{
    font-size: 26px;
}
}


@media screen and (min-width:767px){
    .product-h ul li{
        width: 32%;
    }
    .product-h ul li:nth-of-type(3n){
        margin-right: 0%;
    }
    /* 文章详情 */
    .product-detail figure,
    .detail-h img,
    .detail-h p img{
        width: 600px;
    }
}
@media screen and (max-width:767px){
    .index-news,
    .index-ind,
    .index-baike,
    .safety-h,
    .about-h{
        padding-bottom: 30px;
    }
    .index-product {
        height: 688px;
    }
    .index-product .swiper-slide figure {
        height: 288px;
    }
   
    /* 百科 */
    .index-rec .swiper-slide,
    .index-baike ul li{
        padding: 3% 2%;
    }
    .index-news ul li a h2,
    .index-rec .swiper-slide h2,
    .index-baike ul li a h2{
        font-size: 20px;
        line-height: 30px;
    }
    .index-baike ul li b{
        font-size: 40px;
        line-height: 50px;
    }
    .index-pover-fr ul,
    .index-pover-fr span{
        width: 100%;
        float: none;
    }
    .index-pover-fr ul li{
        margin-top: 0%;
        width: 25%;
        margin-right: 0%;
    }
    .index-rec {
        box-shadow: 2px 2px 6px 1px #0000001d;
    }
    .index-rec figure,
    .text-teh{
        width: 100%;
        float: none;
    }
  .index-rec .swiper-backface-hidden .swiper-slide{
        padding: 30px;
    }
   
    .index-pover {
        background: url(../images/index_pover1_bg.jpg) no-repeat;
        background-size: auto;
        padding: 20px 0px 30px;
    }
    .index-pover-fr::after{
        top: 2%;
    }
    .product-h ul li:nth-last-of-type(1),
    .index-pover ol{
        display: none;
    }
    .product-h ul li{
        width: 49%;
        margin-right: 2%;
    }
    .product-h ul li:nth-of-type(2n){
        margin-right: 0%;
    }
   
    .contact-b span{
        padding-left:36px !important;
        background-size: 30px !important;
    }
    .contact-b figure{
        margin-top: 3%;
    }
    .contact-b span{
        margin-bottom: 2%;
    }
    /* 404 */
    .error-number{
        font-size: 140px;
    }
    .error-h a,
    .error-h p{
        font-size: 20px;
    }
    /* 文章详情 */
    .product-detail figure,
    .detail-h img,
    .detail-h p img{
        width: 100%;
    }
    .detail-h h1{
        font-size: 24px;
    }
    .index-ind ul li p,
    .detail-h p{
        font-size: 16px;
    }
    .key-h, .key-h a, .key-h a h2, .key-h time{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (min-width:640px){
    .index-baike ul{
        display: flex; 
        justify-content: space-between;
    }
    .index-baike ul li:nth-of-type(1) p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .index-baike ul li:nth-of-type(2) p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .index-baike ul li:nth-of-type(3) p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index-baike ul li:nth-of-type(4) p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
 
    .index-baike ul li:hover p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
}
@media screen and (max-width:640px){
    /* 百科 */
    .index-baike ul li{
        width:49%;
        margin-bottom: 3%;
        border-radius: 10px;
    }
    .index-baike ul li:nth-of-type(odd){
        margin-right: 2%;
    }
    .index-baike ul li:nth-of-type(4){
        display: block;
    }
    .index-ind ul li a h2,
    .index-baike ul li a h2{
        font-size: 18px;
    }
    .index-baike ul li p{
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/* 公司实力 */
    .index-pover-fr ul li{
        width: 33.3%;
    }
    .index-pover-fr ul li:nth-of-type(4){
        display: none;
    }
    .contact-b figure{
        width: 100%;
    }
    .contact-b span{
        width: 48%;
        margin: 2% 1%;
    }
  
}
@media screen and (max-width:560px){
    .about-fl ol li,
    .product-detail-p .swiper-slide a h2,
    .com-fl ul li span:nth-of-type(2) p, 
    .com-fl ul li span:nth-of-type(2) a,
    .index-news ul li p,
    .index-rec .swiper-slide p,
    .index-pover-fr p,
    .title-h a,
    .about-fl ol li a,
    .about-b ul li font,
    .about-fl ol li a h2, .about-fl p {
        font-size: 16px;
        line-height: 30px;
    }
    .detail-h h1,
    .about-fl h3{
        font-size: 22px;
    }
     /* 热销产品 */
     .index-product {
        height: 520px;
    }
    .index-product .swiper-slide figure {
        height: 210px;
    }
    .index-product .swiper-slide a h2 font{
        display: none;
    }
    .index-product .swiper-slide a h2{
        text-align: center;
    }
    
    .index-rec .swiper-slide h2, 
    .index-baike ul li a h2,
    .com-fl ul li span:nth-of-type(2) a h2,
    .product-h ul li>a h2,
    .product-h ul li>a h2,
    .index-news ul li a h2{
        font-size: 18px;
    }
    .index-news ul li span a{
        margin-top: -10%;
    }
    .index-news ul li span time {
        font-size: 14px;
        line-height: 20px;
    }
    .index-news ul li span time b {
        font-size: 38px;
        line-height: 50px;
    }
    .index-news ul li hr{
        margin: 12px auto;
    }
    .index-news ul li span a {
        width: 24px;
        height: 16px;
        background: url(../images/more_03.png) no-repeat 0% 0%;
        background-size: 24px;
       
    }
    .index-news ul li:hover span a {
        background: url(../images/more_03.png) no-repeat 0% 100%;
        background-size: 24px;
       
    }

    .product-text span a, 
    .product-text span a h2{
        font-size: 14px;
        line-height: 30px;
        float: left;
    }
    .com-fl ul li span:nth-of-type(1) time{
        font-size: 14px;
        line-height: 16px;
    }
    .com-fl ul li span:nth-of-type(1), 
    .com-fl ul li span:nth-of-type(1) strong{
        font-size: 32px;
        line-height: 40px;
    }
    .com-fl ul li span:nth-of-type(1) {
        width: 120px;
        margin-top: 10%;
    }
    .com-fl ul li span:nth-of-type(2) {
        width: calc(100% - 120px);
    }
    /* 联系我们 */
    .contact-b span{
        width: 74%;
        margin-left: 26%;
    }
    .index-rec figure::after {
        width: 30px;
    }
}
@media screen and (max-width:460px){
    .index-product .swiper-slide a:nth-of-type(2) {
        bottom: 14%;
    }
    .about-fl ol li{
        width: 49%;
    }
    .about-b ul li{
        text-align: center;
    }
    .about-b ul li figure{
        width: 70%;
        margin: 1% auto;
    }
    .product-text span:nth-of-type(1),
    .about-b ul li::after{
        display: none;
    }
    /* 产品 */
    .product-text figure {
        height: 170px;
    }
    .index-product{
        height:410px;
    }
    .index-product .swiper-slide figure{
        height: 160px;
    }
    .index-product .swiper-slide h2{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    /* 公司实力 */
    .index-pover-fr::after {
        top: 1%;
    }
    .index-pover-fr ul li{
        width: 50%;
    }
    .index-pover-fr ul li:nth-of-type(4){
        display: block;
    }
    /* 新闻中心 */
    .index-news ul li span a {
        margin-top: -7%;
    }
    .index-news ul li{
        width: 100%;
        margin-right: 0%;
    }
    .pagination .pagefy a{
        padding: 0px 3px;
    }
     /* 404 */
     .error-number{
        font-size: 90px;
    }
    .error-h a,
    .error-h p{
        font-size:18px;
    }
    .error-h a{
        padding: 15px 20px;
        margin-bottom: 40px;
    }
    .error-h a:after{
        height: 10px;
    }
}
@media screen and (max-width:380px){
    .contact-title h3 font,
    .index-pover-fl font,
    .title-h span font {
        font-size: 15px;
        line-height: 20px;
    }
    .contact-title h3,
    .index-pover-fl h3,
    .title-h span h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 12px;
    }
    .contact-title h3{
        letter-spacing: 2px;
    }
    .title-h a{
        font-size: 14px;
        line-height: 24px;
        margin-top: 3%;
    }
  
    .about-fl ol{
        padding: 10px;
    }
    /* 产品中心 */
 .index-product{
    height:542px;
}
.index-product .swiper-slide a:nth-of-type(2) {
    bottom: 6%;
}
.index-product .swiper-wrapper{
    padding-bottom: 0px;
    margin-bottom: 0;
}

/* 百科 */
.product-h ul li,
.index-ind ul li,
.index-baike ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    padding: 16px;
}
.index-baike ul li a h2{
    margin: 6% auto;
}
.index-baike ul li p{
    margin-bottom: 4%;
}
.index-rec .swiper-backface-hidden .swiper-slide {
    padding: 30px 10px;
}
.com-fl ul li span:nth-of-type(2)::after,
.com-fl ul li span:nth-of-type(1){
    display: none;
}
.com-fl ul li span:nth-of-type(2){
    width: 100%;
    padding-left: 0px;
}
.index-product .swiper-slide figure,
.product-text figure {
    height: 240px;
}
 /* 联系我们 */
 .contact-b span{
    width:90%;
    margin-left: 5%;
}

.product-h ul li{
    padding-bottom: 0px;
}
  .detail-h h1, .about-fl h3 {
    font-size: 20px;
  }
  .product-detail figure{
	margin: 30px auto 0px;
}
}


/* 文章详情 */

.ditail-title{
    position: relative;
    width: 100%;
    margin: 1% auto 5%;
    height: auto;
    display: table;
    text-align: center;
    background-color: #114097;
}
.ditail-title strong{
    display: block;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 6px;
    color: #fff;
    font-weight: bold;
}
.ditail-title font{
    display: block;
    width: 360px;
    margin: 0px auto -23px;
    padding: 4px 10px;
    font-size: 30px;
    line-height: 40px;
    color: #114097;
    border: 1px solid #114097;
    background-color: #fff;
    border-radius: 30px;
}
.ditail-title span{
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.ditail-title span:nth-of-type(1){
    top:8%;
    left:2%;
}
.ditail-title span:nth-of-type(2){
    bottom: 8%;
    right:2%;
}
.ditail-title span:nth-of-type(3){
    bottom:8%;
    left:2%;
}
.three-h{
    position: absolute;
    right: .5%;
    top: 12%;
    width: 0%;
    height: 0%;
    border-left: 20px solid transparent;
    border-right: 27px solid transparent;
    border-top: 28px solid #fff;
    transform: rotate(45deg);
}

@media screen and (max-width:540px){
    
.ditail-title strong{
    font-size:30px;
    line-height:60px;
    letter-spacing:4px;
}
.ditail-title font {
    width: 200px;
    margin: 0px auto -16px;
    padding: 4px 10px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    border-radius: 20px;
}

}

