#product-page-des{
    padding: 100px 0 0px;
}
#product-page-des b{
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 45px;
    display: block;
    color: #1462B3;
}

.h2_title{
    color: #1462B3;
}


#product-page-des p{
    font-size: 20px;
    line-height: 30px;
}

@media (max-width:1440px){
    #product-page-des b{
        font-size: 24px;
        line-height: 35px;
    }
    
    
    #product-page-des p{
        font-size: 18px;
        line-height: 30px;
    }

}
@media (max-width:1182px){
    #product-page-des{
        padding: 35px 0 30px;
    }

    #product-page-des b{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    
    
    #product-page-des p{
        font-size: 16px;
        line-height: 25px;
    }
}
@media (max-width:900px){}
@media (max-width:600px){
    
    #product-page-des b{
        font-size: 18px;
        line-height: 30px;
    }
    
    
    #product-page-des p{
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width:400px){}









#product-position{
    padding: 70px 0 80px;
}

#product-position .product-img-con{
    padding: 60px 0;
    overflow: hidden;
}

#product-position .product-img-con:nth-child(2n-1) .img{
    width: 48%;
    text-align: center;
    float: right;
}

#product-position .product-img-con:nth-child(2n) .img{
    width: 48%;
    text-align: center;
    float: left;
}

#product-position .product-img-con .img img{
    display: block;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 35px;
}

#product-position .product-img-con .img a{
    font-size: 20px;
    font-weight: bold;
}

#product-position .product-img-con:nth-child(2n-1) .con{
    width: 48%;
    float: left;
    padding-left: 10%;
}

#product-position .product-img-con:nth-child(2n) .con{
    width: 48%;
    float: right;
    padding-right: 10%;
}



#product-position .product-img-con .con div{
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #1462B3;
}

#product-position .product-img-con .con p{
    font-size: 20px;
}

#product-position .product-img-con .con a {
    font-size: 14px;
    padding: 15px 0px;
    width: 210px;
    text-align: center;
    margin-top: 45px;
    color: #333;
    outline: 1px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(228, 228, 228, 0.9);
    font-family: "Microsoft YaHei";
    font-weight: normal;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#product-position .product-img-con .con a::before {
    content: "";
    border: 0;
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #6db80f, #06a3db);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

#product-position .product-img-con .con a:hover font{
    color: #fff;
}

#product-position .product-img-con .con a:hover::before {
    width: 100%;
}

#product-position .product-img-con .con a font{
    position: relative;
    z-index: 333;
}

#product-position .product-img-con .con a font img{
    filter: brightness(0); 
}

#product-position .product-img-con .con a:hover font img{
    filter: brightness(100);
}

@media (max-width:1680px){
    #product-position .product-img-con .con div {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #product-position .product-img-con .con p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media (max-width:1440px){
    #product-position {
        padding: 70px 0 80px;
    }
    #product-position .product-img-con .con div {
        font-size: 24px;
    }

    #product-position .product-img-con .con p {
        font-size: 16px;
        line-height: 25px;
    }

    #product-position .product-img-con .img img {
        max-width: 300px;
    }

    #product-position .product-img-con .img a {
        font-size: 16px;
    }
}
@media (max-width:1280px){
    #product-position .product-img-con .con div {
        font-size: 20px;
    }

    #product-position .product-img-con .con p {
        font-size: 15px;
        line-height: 24px;
    }

    #product-position .product-img-con .img img {
        max-width: 200px;
    }
}
@media (max-width:1182px){

    #product-position {
        padding: 30px 0 30px;
    }

    #product-position .product-img-con {
        padding: 20px 0;
        overflow: hidden;
    }

    #product-position .product-img-con .con div {
        font-size:18px;
    }

    #product-position .product-img-con .con p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media (max-width:900px){
    #product-position .product-img-con .img{
        width: 100% !important;
    }

    #product-position .product-img-con .con{
        width: 100% !important;
        padding: 0 !important;
        margin-top: 25px;
    }

    #product-position .product-img-con .img img {
        max-width: 150px;
    }
}

@media (max-width:600px){
    #product-position .product-img-con .con div {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #product-position .product-img-con .con p {
        font-size: 13px;
    }

    #product-position .product-img-con .img a {
        font-size: 14px;
    }

    #product-position .product-img-con .con a{
        margin-top: 15px;
        width: 130px;
        font-size: 13px;
    }

    
}
@media (max-width:400px){}
/**/















#product-factory{
    background-color: #efefef;
    padding: 80px 0;
}

#product-factory .swiper-con .con-box{
    background-color: #fff;
}

#product-factory .swiper-con .con-box .l{
    float: left;
    padding: 5%;
    width: 50%;
}

#product-factory .swiper-con .con-box .l .tit{
    font-size: 33px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1462B3;
}

#product-factory .swiper-con .con-box .l p{
    font-size: 18px;
    line-height: 29px;
}

#product-factory .swiper-con .con-box .r{
    float: right;
    width: 50%;
    position: relative;
}

#product-factory .swiper-con .con-box .r img{
    width: 100%;
    display: block;
}

#product-factory .swiper-con .con-box .r p{

    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;   
    left: 0;
    bottom: 0;   
    width: 100%; 
}

#product-factory .swiper-list{
    overflow: hidden;
    margin-top: 1.5%;
}

#product-factory .swiper-list .list{
    float: left;
    width: 19%;
    margin-right: 1.25%;
    position: relative;
}

#product-factory .swiper-list .list:nth-child(5){
    margin-right: 0;
}

#product-factory .swiper-list .list img{
    width: 100%;
    display: block;
}

#product-factory .swiper-list .list p{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    left: 0;
    bottom: 0;    
    width: 100%;
}

@media (max-width:1680px){
    #product-factory .swiper-con .con-box .l .tit {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    #product-factory .swiper-con .con-box .l p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width:1440px){
    #product-factory .swiper-con .con-box .l .tit {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    #product-factory .swiper-con .con-box .l p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:1280px){

    #product-factory .swiper-con .con-box .l {
        padding: 3%;
        width: 46%;
    }

    #product-factory .swiper-con .con-box .l .tit {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    #product-factory .swiper-con .con-box .l p {
        font-size: 13px;
        line-height: 23px;
    }
}

@media (max-width:1182px){
    #product-factory{
        padding: 30px 0;
    }
}

@media (max-width:1000px){

    #product-factory .swiper-con .con-box .l{
        width: 100%;
    }

    #product-factory .swiper-con .con-box .r{
        width: 100%;
    }
}

@media (max-width:900px){}

@media (max-width:600px){
    #product-factory .swiper-list .list p {
        height: 23px;
        line-height: 23px;
        font-size: 12px;
        padding: 0 10px;
        width: 100%;
    }
}

@media (max-width:400px){}

/**/
















#product-live{
    padding: 80px 0;
}

#product-live .top {
    width: 38%;
    position: relative;
    z-index: 333;
    color: #1462B3;

}

    #product-live .top .tit{
        font-size: 33px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    #product-live .top p{
        font-size: 20px;
        line-height: 30px;
    }

    #product-live .top a{
        font-size: 14px;
        padding: 15px 20px;
        text-align: center;
        margin-top: 25px;
        color: #333;
        outline: 1px solid rgba(255, 255, 255, 0.6);
        background-color: rgba(228, 228, 228, 0.9);
        font-family: "Microsoft YaHei";
        font-weight: normal;
        position: relative;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #product-live .top a font {
        position: relative;
        z-index: 333;
    }

    #product-live .top a font img {
        filter: brightness(0);
    }

    #product-live .top a::before {
        content: "";
        border: 0;
        display: block;
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(-90deg, #6db80f, #06a3db);
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

    #product-live .top a:hover font{
        color: #fff;
    }

    #product-live .top a:hover font img{
        filter: brightness(100);
    }

    #product-live .top a:hover::before {
        width: 100%;
    }

    #product-live .bottom{
        margin-top: -15%;
    }
    

  #product-live .swiper-container .swiper-slide img{
    width: 100%;
    display: block;
  }

  #product-live .swiper-container .swiper-wrapper {
    height: 26vw;
  }

  #product-live .swiper-container .swiper-slide{
    transition: all 0.5s ease-in-out;
  }

  #product-live .swiper-container .swiper-slide.swiper-slide-prev {
    width: 22% !important;
    margin-right: 1% !important;
    position: relative;
    display: flex;
    align-items: flex-end;
}

  #product-live .swiper-container .swiper-slide.swiper-slide-active {
    width: 22% !important;
    margin-right: 1% !important;
    position: relative;
    display: flex;
    align-items: flex-end;
}

  #product-live .swiper-container .swiper-slide.swiper-slide-next{
    width: 54% !important;
    margin-right: 0 !important;
    display: flex;
    align-items: flex-end;
  }

  #product-live .swiper-container .swiper-slide .list-box{
    position: relative;
  }

  #product-live .swiper-container .swiper-slide .list-box p{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
  }

  @media (max-width:1680px) {
    #product-live .top .tit {
        font-size: 28px;
        margin-bottom: 25px;
    }

    #product-live .top p {
        font-size: 18px;
        line-height: 30px;
    }
  }

  @media (max-width:1440px) {
    #product-live .top .tit {
        font-size: 24px;
        margin-bottom: 25px;
    }

    #product-live .top p {
        font-size: 16px;
        line-height: 30px;
    }
  }

  @media (max-width:1280px) {
    
    #product-live .top .tit {
        font-size: 20px;
        margin-bottom: 25px;
    }

    #product-live .top p {
        font-size: 15px;
    }
  }

  @media (max-width:1182px) {

    #product-live {
        padding: 30px 0;
    }
    
    
    #product-live .top .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #product-live .top p {
        font-size: 14px;
        line-height: 25px;
    }
  }

  @media (max-width:1000px) {

    #product-live .top{
        width: 100%;
    }
    #product-live .bottom{
        margin-top: 25px;
    }
    #product-live .swiper-container .swiper-wrapper{
        height: auto;
    }

    #product-live .swiper-container .swiper-slide.swiper-slide-prev {
        width: 100% !important;
    }
    
      #product-live .swiper-container .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
    
      #product-live .swiper-container .swiper-slide.swiper-slide-next{
        width: 100% !important;
      }
  }

  @media (max-width:600px) {
    
  }
/**/










#product-control{
    padding: 80px 0;
    background-color: #efefef;
}
#product-control img{
    display: block;
    width: 100%;
}

#product-control .top .list-box{
    overflow: hidden;
}

#product-control .top  .list-box .l{
    float: left;
    width: 37%;
}

#product-control .top .list-box .r{
    float: right;
    width: 57%;
    position: relative;
}

#product-control .top .list-box .r p{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    width: 100%;
}

#product-control .top .tit{
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
    color: #1462B3;
}

#product-control .top .des{
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}



#product-control .top a{
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    margin-top: 25px;
    color: #333;
    background-color: rgba(228, 228, 228, 0.9);
    font-family: "Microsoft YaHei";
    font-weight: normal;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#product-control .top a font {
    position: relative;
    z-index: 333;
}

#product-control .top a font img{
    width: auto;
    display: inline-block;
}

#product-live .top a:hover font{
    color: #fff;
}

#product-control .top a::before {
    content: "";
    border: 0;
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #6db80f, #06a3db);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

#product-control .top a font img {
    filter: brightness(0);
}

#product-control .top a:hover font{
    color: #fff;
}

#product-control .top a:hover font img{
    filter: brightness(100);
}

#product-control .top a:hover::before {
    width: 100%;
}

#product-control .bottom{
    margin-top: 45px;
    position: relative;
}

#product-control .bottom .swiper-button-prev{
    left: -100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid #bbb;
}

#product-control .bottom .swiper-button-prev img{
    filter: brightness(0);
    position: relative;
    z-index: 333;
    width: auto;
}

#product-control .bottom .swiper-button-prev::before{
    content: "";
    border: 0;
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #6db80f, #06a3db);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

#product-control .bottom .swiper-button-prev:hover img{
    filter: brightness(100);
}

#product-control .bottom .swiper-button-prev:hover::before{
    width: 100%;
}

#product-control .bottom .swiper-button-next{
    right: -100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid #bbb;
}



#product-control .bottom .swiper-button-next img{
    filter: brightness(0);
    position: relative;
    z-index: 333;
    width: auto;
}

#product-control .bottom .swiper-button-next::before{
    content: "";
    border: 0;
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #6db80f, #06a3db);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

#product-control .bottom .swiper-button-next:hover img{
    filter: brightness(100);
}

#product-control .bottom .swiper-button-next:hover::before{
    width: 100%;
}

#product-control .bottom .swiper-container .swiper-slide .list-box{
    position: relative;
}

#product-control .bottom .swiper-container .swiper-slide .list-box p{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media (max-width:1680px) {
    #product-control .top .tit {
        font-size: 28px;
        line-height: 40px;
    }

    #product-control .top .des {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:1440px) {
    #product-control .top .tit {
        font-size: 24px;
        line-height: 35px;
    }

    #product-control .top .des {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width:1280px) {
    #product-control .top .tit {
        font-size: 20px;
        line-height: 30px;
    }

    #product-control .top .des {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width:1182px) {
    #product-control {
        padding: 30px 0;
    }
}

@media (max-width:900px) {
    #product-control .top .list-box .l{
        width: 100%;
        margin-bottom: 25px;
    }
    #product-control .top .list-box .r{
        width: 100%;
    }
}

@media (max-width:600px) {
    
    #product-control .top .tit {
        font-size: 18px;
        line-height: 30px;
    }

    #product-control .top .des {
        font-size: 13px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #product-control .top a{
        font-size: 13px;
        margin-top: 0;
    }

    #product-control .bottom .swiper-container .swiper-slide .list-box p {
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        padding: 0 10px;
    }
}
