.banner-h{
    position: relative;
    margin-top: 100px;
    z-index: 1;
}
.banner-h figure img{
    width: 100%;
    display: block;
}
.banner-h::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width:99%;
    height: 100%;
    background: url(../images/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.tall-h{
    padding: 10px 0px;
    background-color: #efefef;
    border: 1px solid #ccc;
}
.tall-fl span{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: -10px;
    background: url(../images/bottom_icon4_03.png) no-repeat left center;
    background-size:28px;
    animation: tada 3s infinite;
}
.tall-fl strong{
    display: inline-block;
    font-size:30px;
    line-height: 40px;
    font-weight: bold;
    color: #ff5100;
}
.tall-b marquee{
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}
.tall-b marquee::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/tall_cion1.png) no-repeat left center #efefef;
    background-size: 36px;
}
.tall-b marquee,
.tall-b marquee a h2{
    font-size: 20px;
    line-height:40px;
    color: #333;
    margin: 0px;
    letter-spacing: 2px;
}
.tall-b marquee a h2{
    display: inline;
    color: #ff5100;
}

.index-title{
    margin: 3% auto 2%;
}
.index-title span{
    display: block;
    width: calc(100% - 100px);
    float: left;
}
.index-title span h3,
.index-title span h3 b{
    padding: 6px 8px;
    font-size:36px;
    line-height:36px;
    color: #212121;
    font-weight: bold;
}
.index-title span h3 b{
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: -6px;
    background-color: #fff;
}
.index-title span h3 b:nth-of-type(1){
    background-color: #ff5100;
    color: #fff;
}
.index-title span font{
    font-size: 18px;
    line-height: 32px;
    margin-left: 1%;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
}
.index-title a{
    float: right;
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 1.5%;
    text-align: center;
    color: #333;
    border-top: 1px solid #ff5100;
    border-bottom: 1px solid #ff5100;
}

.index-product{
    position: relative;
    z-index: 1;
    margin-bottom: 3%;
}
.index-product::after{
    position: absolute;
    left: 0%;
    top: 0%;
    width:18%;
    height: 100%;
    content: "";
    background-color: #f1f1f1;
    z-index: -1;
}
.index-product-fl{
    width: 20%;
    float: left;
    padding-top:60px;
    height:690px;
    background-color: #f1f1f1;
    border-radius: 0px 30px 30px 0px;
}
.index-product-fl a{
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 4%;
    box-sizing: border-box;
}
.index-product-fl strong{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 40px;
    margin-bottom:8%;
    letter-spacing: 2px;
    padding-left:30px;
    font-weight: 500;
    box-sizing: border-box;
    color: #333;
}
.index-product-fl strong::after{
    position: absolute;
    width:22px;
    height:22px;
    left: 0;
    top: calc(50% - 11px);
    border-radius: 50%;
    content: "";
    border: 2px solid #ccc;
}
.index-product-fl strong:hover:after{
    border: 2px solid #ff5100;
}
.index-product-fl a::after,
.index-product-fl strong::before{
    position: absolute;
    width:10px;
    height:10px;
    left: 6px;
    top: calc(50% - 5px);
    border-radius: 50%;
    content: "";
    background-color: #ccc;
}
.index-product-fl a:hover:after,
.index-product-fl strong:hover:before{
    background-color: #ff5100;
}
.index-product-fl a,
.index-product-fl a h2{
    font-size: 18px;
    line-height: 44px;
    color: #454545;
}
.index-product-fl a:nth-last-of-type(1){
    color: #ff5100;
}
.index-product-fl a:nth-last-of-type(1)::after{
    background-color: #ff5100;
    border-radius: 0;
}
.index-product-fl hr{
    margin: 6% auto;
    width:98%;
    height:0px;
    border: .5px dashed #ccc;
}
.index-product-fr{
    width: 78%;
    float: right;
}
.index-product-fr ul li{
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
    display: table;
}
.index-product-fr ul li a:nth-of-type(1){
    display: block;
    width: 100%;
    padding: 10px;
    border-radius:10px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
.index-product-fr ul li figure{
    width: 100%;
    height: 240px;
}

.index-product-fr ul li:hover a:nth-of-type(1){
    border: 1px solid #ff5100;
}
.index-product-fr ul li figure img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    transition: all .2s linear;
}
.index-product-fr ul li:hover figure img{
    transform: scale(.9);
}
.index-product-fr ul li a,
.index-product-fr ul li a h2{
    width: 96%;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    margin: 10px auto;
}
.index-product-fr ul li a h2 font{
    color: #ff5100;
    float: right;
}

.strenght-h{
    position: relative;
    background: url(../images/index_news_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.strenght-h::before{
    position: absolute;
    right: 0%;
    top: 0%;
    width:30%;
    height: 100%;
    content: "";
    background: url(../images/index_strenght_bg1_02.png) no-repeat;
    background-size: 100% 100%;
}
.strenght-bg .swiper-slide {
    text-align:left;
    font-size: 18px;
    -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;
  }
  .strenght-fr .index-title{
    margin: 11% 0% 8%;
    width:92%;
  }
  .strenght-fr .index-title h3 b{
      color: #111; 
      border: 1px solid #ccc;
      background-color: #fff;
  }
  .strenght-fr .index-title a, 
  .strenght-fr .index-title span h3,
  .strenght-fr,
  .strenght-fr .index-title font{
      color: #212121;
  }
  .strenght-fr .index-title a{
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }
  .strenght-bg .swiper-slide figure{
    position: relative;
    width: 40%;
    float: left;
    border-radius: 0% 20% 0% 20%;
    overflow: hidden;
  }
.strenght-bg .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.strenght-bg .swiper-slide figure::after{
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    border: 2px dashed #fff;
    border-radius: 0% 20% 0% 20%;
}
.strenght-fr{
    width: 58%;
    padding: 2% 4% 0% 1%;
    float: right;
    box-sizing: border-box;
}
.strenght-fr strong{
    display: inline-block;
    border: 1px solid #fff;
    font-size: 26px;
    line-height: 32px;
    letter-spacing:6px;
    margin: 0% 0% 10% 6%;
    padding: 6px 20px;
    border-radius: 50px;
}
.strenght-fr p{
    width:78%;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    text-indent: 2em;
}
.strenght-bg .swiper-button-prev, 
.strenght-bg .swiper-rtl .swiper-button-next{
    left: 44%;
}
.strenght-bg .swiper-button-next, 
.strenght-bg .swiper-rtl .swiper-button-prev{
    right: 0;
    left: 50%;
}
.strenght-bg .swiper-button-prev, 
.strenght-bg .swiper-rtl .swiper-button-next,
.strenght-bg .swiper-button-next, 
.strenght-bg .swiper-rtl .swiper-button-prev{
    top:76%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}
.strenght-bg .swiper-button-next:after{
    margin-left: 16%;
}
.strenght-bg .swiper-button-next:after, 
.strenght-bg .swiper-button-prev:after{
    font-size:20px;
    font-weight: bold;
    color: #ff5100;
}

.index-about{
    position: relative;
    padding: 3% 0%;
    background: url(../images/index_aboutbg.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow:0px 0px 6px 1px #0000002d;
}

.index-about-fl,
.index-about-fl a,
.index-about .index-title a,
.index-about .index-title font,
.index-about .index-title h3,
.index-about .index-title h3 b,
.index-about .index-title{
    color: #333;
}
.index-about .index-title a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-about-fl{
    width: 58%;
    float: left;
    margin-top: 4%;
    letter-spacing: 2px;
}
.index-about-fl strong{
    display: block;
    font-size: 22px;
    line-height: 44px;
    font-weight: bold;
}
.index-about-fl a,
.index-about-fl p,
.index-about-fl font{
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
}
.index-about-fl hr{
    width: 100%;
    height: 1px;
    border: none;
    margin: 3% auto;
    background-color: #fff;
}
.index-about-fl a{
    display: block;
    width: 100px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-about-b figure{
    width: 40%;
    float: right;
    padding: 10px;
    height: 700px;
    border-radius:0px 100px 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}
.index-about-b figure img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius:0px 100px 0px 0px;
}

.index-ency ul li p,
.index-about-fl p{
    margin:0% auto 4%;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.index-ency{
    margin-bottom: 3%;
}
.index-ency ul li{
    position: relative;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    letter-spacing: 2px;
    padding:5% 2%;
    box-sizing: border-box;
    box-shadow:0px 0px 1px 1px #ccc;
}
.index-ency ul li::after{
    position: absolute;
    left: 3%;
    top: 3%;
    content: "";
    width: 0%;
    height: 0%;
    border-top: 1px dashed #ff5100;
    border-left: 1px dashed #ff5100;
    transition: all .4s linear;
    z-index: -1;
}
.index-ency ul li::before{
    position: absolute;
    right: 3%;
    bottom: 3%;
    content: "";
    width: 0%;
    height: 0%;
    border-bottom: 1px dashed #ff5100;
    border-right: 1px dashed #ff5100;
    transition: all .4s linear;
    z-index: -1;
}
.index-ency ul li:hover::after,
.index-ency ul li:hover::before{
    width: 97%;
    height: 97%;
}
.index-ency ul li:hover{
    border: none;
    box-shadow: 0px 0px 6px 1px #0000002d;
}
.index-ency ul li:hover h2{
    color: #ff5100;
}
.index-ency ul li:hover b{
    background-color: #efefef;
    color: #222;
}
.index-ency ul li:nth-of-type(4){
    margin-right: 0%;

}
.index-ency ul li b{
    display: block;
    font-size: 36px;
    line-height: 36px;
    width:66px;
    height:66px;
    line-height: 66px;
    border-radius: 50%;
    margin: 3% auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #ff5100;
}
.index-ency ul li a h2{
    font-size: 20px;
    line-height:40px;
    margin:10% auto;
    text-align: center;
    font-weight: bold;
    color: #212121;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.index-ency ul li p{
    margin-bottom: 8%;
}
.index-news-b span p,
.index-news-b span time,
.index-ency ul li time,
.index-ency ul li p{
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.index-news{
    padding: 1px 0px;
    background-color: #eee;
    box-shadow:0px 0px 6px 1px #0000002d;
}
.index-news-b{
    margin-bottom: 3%;
    padding-bottom:60px;
}
.index-news-b .swiper-button-next, 
.index-news-b .swiper-button-prev{
    top:calc(100% - 20px);
    width:40px;
    height:40px;
}
.index-news-b .swiper-button-next {
    right: 0%;
    left: 56%;
}
.index-news-b .swiper-button-prev {
    right: 0%;
    left: 40%;
}
.index-news-b .swiper-button-next:after, 
.index-news-b .swiper-button-prev:after{
    width: 40px;
    height: 40px;
    content: "";
    border: 1px solid #ccc;
}
.index-news-b .swiper-button-prev:after{
    background: url(../images/index_news_prev_01.png) no-repeat center center #fff;
    background-size:26px;
}
.index-news-b .swiper-button-next:after{
    background: url(../images/index_news_nex_02.png) no-repeat center center #fff;
    background-size: 26px;
}
.index-news-b .swiper-slide {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #fff;
    -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-news-b .swiper-slide::after{
      position: absolute;
      content: "";
      width: 46%;
      height: 88%;
      right: 2%;
      top: 6%;
      z-index: -1;
      border: 1px dashed #ccc;
  }
  .index-news-b .swiper-slide:hover:after{
    border: 1px dashed #ff5100;
  }
 
.index-news-b figure{
    width: 50%;
    float: left;
    overflow: hidden;
}
.index-news-b .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-news-b span{
      display:block;
      width:50%;
      float: left;
      padding:4%;
      margin-top: 4%;
      box-sizing: border-box;
  }
  .index-news-b span a h2{
      font-size:18px;
      line-height: 30px;
      z-index: 22;
      font-weight: bold;
      color: #212121;
      overflow: hidden;
      word-break: break-all;
      display: -webkit-box;
      -webkit-line-clamp:1;
      -webkit-box-orient: vertical;
  }
  .index-news-b span p{
      margin:8% auto;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
  }
  .index-news-b span time{
      position: relative;
      display: block;
      width: 100%;
      text-align: right;
  }
  .index-news-b span time::after{
      position: absolute;
      content: "";
      right: 100px;
      top: 49%;
      width: calc(100% - 100px);
      height: 0px;
      border: .4px dashed #ccc;
  }
  .index-news-b span:hover a h2,
  .index-news-b span:hover time{
      color: #ff5100;
  }



  /* 联系我们 */

.cup-h{
    width: 50%;
    float:left;
}
.cup-h .map-info{
    height: auto;
    display: table;
    font-size: 16px;
    line-height: 26px;
    background-color: #fff;
    padding: 10px;
}
.contact-h{
    padding: 30px 0px;
}
.contact-h ul li figure img{
    width: 100%;
    display: block;
}
.contact-h>span{
    float:left;
    box-sizing: border-box;
}
.contact-h span h3{
    display: inline;
    color: #212121;
    font-weight: bold;
}
.contact-h span p{
    color: #555;
    margin-bottom: 0px;
}
.contact-h ul{
    margin:10% auto 0%;
}
.contact-h ul li{
    width: 50%;
    float: left;
    color: #333333;
}


.contact-h ul li b{
    font-weight: bold;
}
.cup-h{
    padding: 10px;
    margin: 1% auto;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
/* 404 */

.error-h-b{
    position: relative;
    padding-top:2%;
}
.error-h-b figure:nth-of-type(1),
.error-h-b figure:nth-of-type(2),
.error-h-b figure:nth-of-type(3){
    position: absolute;
}
.error-h-b figure:nth-of-type(1){
    top: 63%;
    left: 30%;
    width: 6%;
    animation: shakeone 4s infinite;
}
.error-h-b figure:nth-of-type(2){
    top: 26%;
    left: 36%;
    width: 16%;
    animation: shaketwo 4s infinite;
}
.error-h-b figure:nth-of-type(3){
    top: 55%;
    right: 29%;
    width: 9%;
    animation: shakethree 4s infinite;
}
.error-h-b figure img,
.error-h-b figure:nth-of-type(4){
    width: 100%;
}
.error-h-b figure img{
    display: block;
}
.error-h-b a{
    position: absolute;
    bottom: 8%;
    font-weight: bold;
    color: #333333;
}
.error-h-b a:hover{
    color: #ff5100;
}
@keyframes shakeone {
    
   0%{
        top: 63%;
        left: 30%;
        transform: calc(.6);
    }
    50%{
            top: 47%;
            left: 22%;
            transform: calc(1);
    }
    100%{
        top: 63%;
        left: 30%;
        transform: calc(.6);
    }
    
}
@keyframes shaketwo {
    
    0%{
        top: 26%;
        left: 36%;
        transform: calc(.6);
    }
    50%{
        top:10%;
        left: 33%;
        transform: calc(1);
    }
    100%{
        top: 26%;
        left: 36%;
        transform: calc(.6);
    }
    
}
@keyframes shakethree {
    
    0%{
        top: 55%;
        right: 29%;
        transform: calc(.6);
    }
    50%{
        top: 29%;
        right: 23%;
        transform: calc(1);
    }
    100%{
        top: 55%;
        right: 29%;
        transform: calc(.6);
    }
    
}

/* 新闻百科列表页 */
.detail-fr-top ul li a h2,
.comlist-h ul li span a h2{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.comlist-h ul li span p{
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comlist-h{
    background: url(../images/index_news_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 3%;
}
.comlist-h ul li{
    position: relative;
    width: 100%;
    padding: 2%;
    margin-top: 3%;
    letter-spacing: 2px;
    height: auto;
    display: table;
    box-sizing: border-box;
    background-color: #ffffff9d;
}
.comlist-h ul li>a{
    position: absolute;
    bottom: 10%;
    line-height: 20px;
    text-align: center;
    color: #777777;
}
.comlist-h ul li time{
    display: block;
    float: left;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff5100;
    border-radius: 0px 10px 0px 10px;
}
.comlist-h ul li time b{
    display: block;
    margin-top: 4%;
}
.comlist-h ul li span{
    float: right;
}
.comlist-h ul li span a h2{
    margin-top: 0%;
    font-weight: bold;
    color: #333333;
}
.comlist-h ul li span p{
    margin-bottom: 0px;
    color: #666666;
}
.comlist-h ul li:hover{
    box-shadow: 0px 0px 10px 1px #0000002d;
}
.comlist-h ul li:hover span a h2{
    color: #ff5100;
}
.comlist-h ul li:hover time{
    color: #454545;
    background-color: #fff;
    border: 1px dashed #ff5100;
}
.comlist-h ul li>a:hover{
    color: #ff5100;
}
/* 搜索页 */
.tall-b h1{
    font-weight: bold;
    display: inline;
}
/* 产品中心 */
.priduct-h{
    margin: 3% auto;
}
/* 文章详情页 */
.detail-h{
    background: url(../images/index_news_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.detail-b{
    margin: 3% auto;
    padding:3% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
}
.detail-fl h1{
    margin: 0% auto;
    font-weight: bold;
    color: #333333;
}
.com-detail{
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}
.detail-fl p,
.com-detail span a h2,
.com-detail time{
    font-weight: 400;
    color: #666666;
}
.detail-fl h2{
    font-weight: bold;
    color: #222;
}
.com-detail span a h2{
    display: inline;
}
.detail-fl p img{
    width: 100%;
    display: block;
}
.detail-fr ul{
    margin-bottom: 3%;
}
.detail-top-nav strong,
.detail-fr-about strong,
.detail-fr-pro strong,
.detail-fr strong{
    display: block;
    margin-bottom:20px;
    padding-left: 2%;
    border-left: 4px solid #ff5100;
    font-weight: bold;
    color: #333333;
}
.detail-fr-top strong{
    margin-top: 40px;
}

.detail-fr-top ul li{
    width: 100%;
    height: auto;
    display: table;
    border-bottom: 1px solid #eeeeee;
}
.detail-fr-top ul li a h2{
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.detail-fr-pro ul li{
    height: auto;
    display: table;
    padding:10px;
    background-color: #e5e5e7;
    box-sizing: border-box;
}
.detail-fr-pro ul li a h2{
    margin: 2% auto 0%;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.detail-fr-about{
    padding: 4%;
    margin-top: 10%;
    color: #ffffff;
    box-sizing: border-box;
    background-color: #ff5100;
} 
.detail-fr-about strong{
    color: #ffffff;
    margin-top: 20px;
    border-left: 4px solid #ffffff;
}
.detail-top-nav ul li{
    position: relative;
    width: 100%;
    margin: 2% auto 3%;
    height: auto;
    display: table;
    text-indent: 1em;
}
.detail-top-nav ul li a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #454545;
    line-height: 44px;
}
.detail-top-nav ul li a::after{
    position: absolute;
    right:22px;
    top:calc(26% - 10px);
    width: 10px;
    height: 100%;
    content: ">";
    color: #ffffff;
    font-size: 20px;
}
.detail-top-nav ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #ff5100;
    transition: all .2s linear;
    z-index: -1;
}
.detail-top-nav ul li:hover:after{
    width: 100%;
}
.detail-top-nav ul li:hover a{
    color: #fff;
}
.product-detail-h{
    box-shadow: 0px 0px 6px 1px #0000002d;
}
.product-detail-h img,
.product-detail-h p img{
    display: none;
}
.detail-fr-pro ul li figure,
.detail-fr-pro ul li figure img,
.product-detail-img figure img,
.product-detail-img figure,
.product-detail figure img,
.product-detail figure{
    width: 100%;
    display: block;
}



@media screen and (min-width:1600px){
    /* 联系我们 */
    .contact-h>span{
        width:45%;
    }
   
   
}
@media screen and (max-width:1600px){
  
    .strenght-h::before {
        width:32%;
        background: url(../images/index_strenght_bg_02.png) no-repeat left;
        background-size: auto;
    }
/* 联系我们 */
.contact-h>span{
    width:50%;
}

}
@media screen and (min-width:1440px){
    .index-news-b figure{
        height: 380px;
    }
   
   /* 联系我们 */
   .contact-h span h3{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 3%;
}
.contact-h ul li figure{
    float: left;
}
.contact-h span p:nth-of-type(1){
    margin-top: 6%;
}
.contact-h ul li b,
.contact-h ul li font{
    font-size: 22px;
    line-height: 32px;
}
.contact-h ul li figure{
    width: 70px;
}

}
@media screen and (max-width:1440px){
    .strenght-bg .swiper-button-prev, .strenght-bg .swiper-rtl .swiper-button-next, .strenght-bg .swiper-button-next, .strenght-bg .swiper-rtl .swiper-button-prev{
        top: 80%;
    }
    .index-about-b figure{
        height: 640px;
    }
    .index-news-b figure{
        height: 320px;
    }
    /* 联系我们 */
    .contact-h ul li figure{
        margin: 2% auto 6%;
    }
    .contact-h span h3{
        font-size: 28px;
        line-height: 40px;
    }
    .contact-h span p:nth-of-type(1){
        margin-top: 9%;
    }
    .contact-h ul li b,
    .contact-h ul li font{
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
    .contact-h ul li figure{
        width: 60px;
    }
   
}
@media screen and (min-width:1200px){
    .comlist-h ul li time {
        margin-bottom: 1%;
    }
   /* 联系我们 */
   .contact-h span{
    padding: 4% 2% 0%;
}
/* 文章详情页 */
.detail-fr-top ul li a h2{
    font-size: 18px;
}
.detail-fr-about strong,
.detail-fr strong{
    font-size: 30px;
    line-height: 30px;
}
.detail-fr-pro ul li a h2{
    font-size: 18px;
    line-height: 30px;
} 
}
@media screen and (max-width:1200px){
    .banner-h {
        margin-top: 96px;
    }
    .index-title span h3, .index-title span h3 b {
        font-size: 30px;
    }
    .index-product-fl a, .index-product-fl a h2{
        font-size: 16px;
        line-height:56px;
    }
    .index-product-fl strong {
        font-size: 22px;
        line-height:60px;
    }
    .strenght-bg .swiper-button-prev, .strenght-bg .swiper-rtl .swiper-button-next, .strenght-bg .swiper-button-next, .strenght-bg .swiper-rtl .swiper-button-prev {
        top: 90%;
    }
    .strenght-fr strong{
        margin-bottom: 5%;
    }
    .index-about-b figure{
        height: 590px;
    }
    .index-about-fl font{
        font-size: 16px;
    }
    .index-news-b figure{
        height: 290px;
    }
    /* 联系我们 */
    .contact-h span{
        padding: 3% 2% 0%;
    }
    .contact-h ul li b, 
    .contact-h ul li font {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-h ul li figure {
        width: 54px;
    }
    /* 文章详情页 */
    .detail-fr-top ul li a h2{
        font-size: 16px;
    }
    .detail-fr-about strong,
    .detail-fr strong{
        font-size: 24px;
        line-height: 24px;
    }
    .detail-fr-pro ul li a h2{
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (min-width:996px){
    /* 联系我们 */
  .contact-h{
    padding-left: 2%;
    }
    #container{
        height: 520px;
    }
    /* 文章详情页 */
    .detail-fl h1{
        font-size: 22px;
        line-height: 44px;
    }
    .detail-fl h2,
    .detail-fl p,
    .com-detail span a h2,
    .com-detail time{
        font-size: 18px;
        line-height: 32px;
    }
    .detail-fl{
        width: 72%;
        float: left;
    }
    .detail-fr{
        width: 25%;
        float: right;
    }
    .detail-fr-pro ul li{
        width: 100%;
        margin: 3% auto;
    }
}
@media screen and (max-width:996px){
    .banner-h {
        margin-top: 90px;
    }
    .index-title{
        margin: 40px auto 30px;
    }
    .detail-top-nav,
    .index-product::after,
    .index-product-fl{
        display: none;
    }
    .index-product-fr{
        width: 100%;
        float: unset;
    }
    .strenght-fr strong{
        font-size: 20px;
        line-height: 22px;
    }
    .strenght-fr p {
        font-size: 18px;
        line-height: 36px;
        overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    .strenght-bg .swiper-button-prev, .strenght-bg .swiper-rtl .swiper-button-next, .strenght-bg .swiper-button-next, .strenght-bg .swiper-rtl .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    .strenght-bg .swiper-button-next:after, .strenght-bg .swiper-button-prev:after{
        font-size: 12px;
    }
    .index-about-fl>font{
        display: none;
    }
    .index-news-b span time,
    .index-news-b span p,
    .index-about-fl a,
    .index-about-fl p{
        font-size: 16px;
    }
    .index-about-fl,
    .index-about-b figure{
        width: 49%;
    }
    .index-about-fl strong{
        font-size: 20px;
    }
    .index-ency ul li{
        width:49%;
        margin-bottom: 2%;
    }
    .index-ency ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .index-news-b span a h2{
        font-size: 18px;
        line-height: 36px;
    }
/* 联系我们 */
    #container{
        height: 320px;
    }
    .contact-h ul {
        margin:3% auto;
        box-shadow: 0px 0px 1px 1px #0000002d;
        padding: 30px 0px;
    }
    .cup-h,
    .contact-h span {
        width: 100%;
    }
    .contact-h span h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .contact-h span p:nth-of-type(1) {
        margin-top:3%;
    }
    .contact-h ul li figure {
        width: 100px;
    }
    .contact-h ul li b, .contact-h ul li font {
        font-size: 20px;
        line-height: 40px;
    }
    /* 文章详情页 */
    .detail-fl,
    .detail-fr{
        width: 100%;
    }
    .detail-fl h1{
        font-size: 18px;
        line-height: 30px;
    }
    .detail-fl h2,
    .detail-fr-about p,
    .detail-fl p,
    .com-detail span a h2,
    .com-detail time{
        font-size: 16px;
        line-height: 26px;
    }
    .detail-fr{
        margin-top: 3%;
    }
    .detail-fr-pro{
        margin-top: 30px;
    }
    .detail-fr-pro ul li figure{
        height: 160px;
        overflow: hidden;
    }
}
@media screen and (max-width:992px) and (min-width:767px){
    .detail-fr-pro ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
    }
    .detail-fr-pro ul li:nth-of-type(3n){
        margin-right: 0%;
    }
}
@media screen  and (max-width:860px){
    .detail-fr-pro ul li figure{
        height: 140px;
    }

}
@media screen and (min-width:768px){
    .index-product-fr ul li{
        width: 32%;
    }
    .index-product-fr ul li:nth-of-type(3n){
        margin-right: 0%;
    }
/* 404 */
    .error-h-b a{
        font-size: 20px;
        letter-spacing: 2px;
    }
/* 列表页 */
.comlist-h ul li time{
    width: 100px;
    padding: 12px;
    font-size: 30px;
    line-height: 30px;
}
.comlist-h ul li time b{
    font-size: 24px;
    line-height: 24px;
}
.comlist-h ul li span{
    width: calc(99% - 110px);
}


}
@media screen and (max-width:768px){
    .banner-h {
        margin-top: 70px;
    }
    .index-title span h3, .index-title span h3 b {
        font-size:22px;
    }
    .index-title span font {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .index-title a{
        font-size: 14px;
        line-height: 26px;
        margin-top: 25px;
    }
    .index-product-fr ul li{
        width:49%;
    }
    .index-product-fr ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .strenght-h{
        position: relative;
        background: url(../images/index_aboutbg.jpg) no-repeat;
        background-size: 100% 100%;
        
    }
    .strenght-h::before{
        display: none;
    }
    .strenght-fr p,
    .strenght-fr .index-title{
        width: 100%;
    }
    .strenght-fr{
        padding: 1% 0% 0% 1%;
    }
    .strenght-fr p {
        font-size: 16px;
        line-height: 32px;
    }
    .strenght-bg .swiper-slide figure {
        height: 446px;
    }
  
    .index-about-fl, 
    .index-about-b figure {
        width:100%;
        float: none;
        margin: 0px auto 20px;
    }
    .index-about-fl strong {
        font-size: 18px;
    }
    
    .strenght-bg .swiper-button-next{
        left: 58%;
    }

    .index-ency ul li a h2 {
        font-size: 18px;
        line-height: 32px;
        margin: 4% auto;
    }
    .index-ency ul li time, .index-ency ul li p {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
    }
    .index-ency ul li b {
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
 /* 404 */
    .error-h-b a{
        font-size: 16px;
        letter-spacing: 1px;
    }
/* 列表页 */
    .comlist-h ul li time {
        width: 78px;
        padding: 8px;
        font-size: 24px;
        line-height: 30px;
    }
    .comlist-h ul li time b {
        font-size: 20px;
        line-height: 24px;
    }
    .comlist-h ul li a h2{
        margin: 0% auto;
    }
    .comlist-h ul li span{
        width: calc(99% - 80px);
    }
    /* 文章详情页 */
    .detail-fr-pro ul li{
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%;
        float: left;
    }
    .detail-fr-pro ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .detail-fr-pro ul li figure{
        height: 160px;
    }

}
@media screen and (min-width:640px){
    /* 联系我们 */
    .contact-h span p{
        font-size: 18px;
        line-height: 36px;
    }
    /* 列表页 */
    .comlist-h ul li span p{
        font-size: 16px;
        line-height: 30px;
    }
    .comlist-h ul li>a{
        left: 3%;
        font-size: 16px;
    }
    .comlist-h ul li span a h2{
        font-size: 18px;
        line-height: 32px;
    }
}
@media screen and (max-width:640px){
    .tall-b marquee, .tall-b marquee a h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .tall-b marquee::after {
        width: 40px;
        height: 30px;
        background: url(../images/tall_cion1.png) no-repeat left center #efefef;
        background-size: 30px;
    }
    .tall-fl strong {
        font-size: 22px;
        line-height: 30px;
    }
    .tall-fl span {
        width: 24px;
        height: 30px;
        margin-bottom: -8px;
        background: url(../images/bottom_icon4_03.png) no-repeat left center;
        background-size: 20px;
    }
    
     .strenght-fr .index-title{
        margin: 40px auto 26px;
    }
    .strenght-bg .swiper-slide figure,
    .strenght-fr{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .strenght-bg .swiper-slide figure::after{
        border-radius: 0%;
    }
    .strenght-bg .swiper-slide figure{
        height: auto;
        border-radius: 0%;
    }
    /* 联系我们 */
    .contact-h span p{
        font-size: 16px;
        line-height:26px;
    }
    /* 列表页 */
    .comlist-h ul li span p {
        font-size: 14px;
        line-height: 24px;
    }
    .comlist-h ul li time {
        width: 64px;
        padding: 8px 0px;
        font-size: 18px;
        line-height: 20px;
		text-align:center;
    }
    .comlist-h ul li span {
        width: calc(99% - 70px);
    }
    .comlist-h ul li time b {
        font-size: 14px;
        line-height: 14px;
    }
    .comlist-h ul li>a {
        left: 2%;
        font-size: 14px;
    }
    .comlist-h ul li span a h2{
        font-size: 16px;
        line-height: 26px;
    }
    /* 文章详情页 */
    .detail-fr-pro ul li figure{
        height: 140px;
    }
}
@media screen and (min-width:540px){
    /* 404 */
    .error-h-b a:nth-of-type(1){
        left: 58%;
    }
    .error-h-b a:nth-of-type(2){
        right:58%;
    }

   
}
@media screen and (max-width:540px){
	.tall-b marquee{
		display:none;
	}
    .index-product-fr ul li figure {
        height: 180px;
    }
    .index-news-b figure {
        height: 240px;
    }
    /* 404 */
    .error-h-b a:nth-of-type(1){
        left: 62%;
    }
    .error-h-b a:nth-of-type(2){
        right:62%;
    }
    /* 文章详情页 */
    .detail-fr-pro ul li figure{
        height: 120px;
    }
    .detail-fr-pro ul li a h2 {
        line-height: 24px;
    }
}
@media screen and (min-width:460px){
    .tall-fl{
        width:40%;
        float: left;
    }
    .tall-b marquee{
        float: left;
        width: 60%;
    }
    
}
@media screen and (max-width:460px){
    .banner-h {
        margin-top: 75px;
    }
    .tall-fl{
        display: block;
        width: 96%;
        margin: 0px auto 6px;
    }
    .index-product-fr ul li figure {
        height: 136px;
    }
    .index-product-fr ul li a, .index-product-fr ul li a h2 {
        font-size: 16px;
        line-height:20px;
        margin:6px auto;
        text-align: center;
    }
    .index-product-fr ul li a h2 font{
        display: none;
    }
    .strenght-bg .swiper-button-next:after, .strenght-bg .swiper-button-prev:after {
        font-size: 12px;
        text-align: center;
        margin-top: 49%;
    }
    .index-about-b .index-title span{
        width: 100%;
    }
    .index-about-b figure{
        height: auto;
    }
    .index-about-fl strong {
        font-size: 16px;
    }
    .index-ency ul li{
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        width: 30px;
        height: 30px;
        background-size: 20px;
    }
    .index-news-b .swiper-button-next, .index-news-b .swiper-button-prev{
        top: calc(100% - 30px);
    }
    .index-news-b span,
    .index-news-b figure{
        width: 100%;
        float: none;
        height: auto;
    }
    .index-news-b .swiper-slide::after{
        display: none;
    }
    .index-news-b span,
    .index-news-b span p{
        margin: 1% auto;
    }
    /* 联系我们 */
    .contact-h ul li{
        width: 100%;
        margin-bottom: 3%;
    }
   
}
@media screen and (min-width:380px){
   
   
}
@media screen and (max-width:380px){
    .banner-h {
        margin-top: 63px;
    }
    .index-title,
    .strenght-fr .index-title {
        margin: 30px auto 16px;
    }
    .strenght-fr strong {
        font-size: 18px;
        line-height: 18px;
    }
    /* 文章详情页 */
    .detail-fr-pro ul li figure{
        height: 90px;
    }
    .detail-fr-pro ul li a h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .detail-fr-about p{
        font-size: 14px;
    }
}

@media screen and (min-width:320px){
   
   
}
@media screen and (max-width:320px){
    .index-title a{
        width: 80px;
    }
    .index-title span font{
        font-size: 14px;
    }
    
}




