/*tfdz*/
.w-con{
    width: 78%;
    margin: 0 auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1600px) {
    .w-con{
        width: 83%;
    }
}
@media (max-width: 1440px) {
    .w-con{
        width: 88%;
    }
}
@media (max-width: 1200px) {
    .w-con{
        width: calc(100% - 30px);
    }
}
/* 头部 */
.w-header{
    padding: 30px 0;
}
.x-menu li.lastli{
    position: relative;
  width: 20px;
}
.x-menu li.lastli .so{
    padding-top: 5px;
}
.x-menu li.lastli .ss{
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9;
    display: none;
}
.ss #formsearch input{
    border: none;
}
.w-lg a{
    color: #333333;
    font: 600 18px/30px "Airal";
}

/* 产品分类 */
.w-product{
    background-color: #f1f0eb;
    padding: 6.6vh 0 9vh;
}
.w-tt{
    text-align: center;
    color: #222222;
    font: 600 38px/52px "Airal";
    text-transform: uppercase;
}
.w-tt span{
    display: block;
    color: #666666;
    font: 400 20px/30px "Airal";   
}
.w-product1-con{
    margin-top: 8vh;
}
.w-product1-con li{
    width: 16%;
    background-color: #fff;
    padding: 17px;
    border-radius: 115px;
    overflow: hidden;
}
.w-product1-con li h3{
    position: relative;
    color: #333333;
    font: 600 14px/66px "Airal";
    text-align: center;
    margin-top: 16px;
    margin-bottom: 25px;
}
.w-product1-con li h3::before{
    content: "";
    width: 40px;
    height: 5px;
    display: block;
    background-color: #c6ae7f;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}
.w-product1-con li .img{
    overflow: hidden;
}
.w-product1-con li .img img{
    max-width: 100%;
    transition: all 0.5s;
}
.w-product1-con li .more{
    margin-top: 28px;
    text-align: center;
}
.w-product1-con li:hover h3{
    color: #ec6c00;
}
.w-product1-con li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-product1-con li{

}

@media (max-width:1200px) {
    .w-product1-con li{
        width: 16%;
    }
    .w-product1-con li h3{
        font: 600 20px/52px "Airal";
    }
}

@media (max-width:992px) {
    .w-tt{
        font: 600 23px/52px "Airal";
    }
    .w-tt span{
        display: none;
    }
    .w-product1-con{
        margin-top: 2vh;
    }
    .w-product1-con li{
        width: 30%;
        margin-bottom: 1vh;
    }
}

@media (max-width: 500px) {
    .w-product1-con li{
        width: 49%;
    }
}


.w-product1{
    /* background-color: #f9f9f7; */
    padding: 10vh 0;
}
.w-product-list .owl-carousel{
    position: relative;
}
.product-item{
    position: relative;
}
.product-item .img{
    width: 63.6%;
    position: relative;
}
.product-item .img image{
    max-width: 100%;
}
.product-item .wz .more{
    /* position: absolute;
    right: -105px; */
    /* bottom: 8.8vh; */
    width: 52%;
    margin-left: 47.7%;
    height: 80px;
    background-color: #878787;
    color: #ffffff;
    font: 400 38px/80px "Airal";
    text-align: center;
    border-radius: 40px;
    margin-top: 4vh;
    text-transform: uppercase;
}
.product-item .img1{
    
}
.product-item .img1 img{
    max-width: 100%;
}
.product-item .wz{
    width: 36.4%;
}
.product-item .wz h3{
    color: #222222;
    font: 600 32px/100px "Airal";
    text-align: right;
    margin-top: 1vh;
}
.product-item .wz p{
    color: #666666;
    font: 400 16px/40px "Airal";
    text-align: right;
}

.w-product-list .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  display: block;
  font-size: 0;
  bottom: 5.5vh;
  text-align: right;
}

.w-product-list .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 10px;
  outline: none;
  width: 50px;
  height: 10px;
  background-color: #dadad8;
}

.w-product-list .owl-carousel .owl-dots button.owl-dot:hover {
  background-color: #ec6c00;
}

.w-product-list .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #ec6c00;
}

@media (max-width:1440px) {
    .product-item .wz{
        margin-top: 152px;
    }
    .product-item .wz h3{
        font: 600 60px/66px "Airal";
        margin-bottom: 3vh;
    }
    .product-item .img .more{
        width: 166px;
        font: 600 17px/52px "Airal";
        height: 52px;
        bottom: 0;
        right: -83px;
    }
}

@media (max-width: 1200px) {
    .product-item .wz p{
        font: 400 16px/30px "Airal";
    }
}

@media (max-width: 992px) {
    .w-product{
        padding: 6vh 0;
    }
    .w-product-list .owl-carousel .owl-dots{
        bottom: 0;
    }
    .product-item .img .more{
        right: 0;
    }
    .w-product1{
        padding: 6vh 0;
    }
}

@media (max-width: 768px) {
    .product-item .img{
        width: 100%;
    }
    .product-item .wz{
        width: 100%;   
        margin-top: 20px;  
        padding-bottom: 30px;   
    }
    .product-item .wz h3{
        font: 600 22px/52px "Airal";
        margin-bottom: 0;
    }
    .product-item .wz .more{
        font: 400 20px/52px "Airal";
        height: 52px;
    }
}


/**/
.w-product2{
    padding: 13vh 0 9vh;
}
.w-product-list2 li{
    width: 24%;
    margin-bottom: 5vh;
    border: 1px solid #f1f0eb;
}
.w-product-list2 li .img{
    overflow: hidden;
}
.w-product-list2 li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.w-product-list2 li h3{
    background-color: #f1f0eb;
    color: #666666;
    font: 400 16px/40px "Airal";
    text-align: center;
    word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
.w-product-list2 li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-product-list2 li:hover{
    border: 1px solid #ec6c00;   
}
.w-product-list2 li:hover h3{
    background-color: #ec6c00;
    color: #fff;
}

@media (max-width: 992px) {
    .w-product2{
        padding: 6vh 0;
    }
    .w-product-list2 li{
        margin-bottom: 2vh;
    }
}

@media (max-width:500px) {
    .w-product-list2 li{
        width: 49%;
    }
}

/*优势*/
.w-ys{
    background-color: #f1f0eb;
    padding: 9vh 0;
}
.w-ys-con{
    margin-top: 7vh;
}
.w-ys-con li{
    text-align: center;
    /* width: 22.5%;
    padding: 35px 30px; */
    /* background-color: #ffffff; */
}
.w-ys-con li:nth-child(2n){
    /* background-color: #dfdbd3; */
}
.w-ys-con li .img img{
    width: 110px;
}
.w-ys-con li h3{
    margin-top: 3.5vh;
    margin-bottom: 2vh;
    color: #333;
    font: 400 28px/66px "Airal";
}
.w-ys-con li h4{
    color: #666666;
    font: 400 11px/36px "Airal";
}
.w-ys-con li:nth-child(2n) h3{
    color: #333333;
}

@media (max-width:1440px) {
    .w-ys-con li h3{
        font: 600 26px/52px "Airal";
    }
}

@media (max-width: 992px) {
    .w-ys{
        padding: 6vh 0;
    }
    .w-ys-con{
        margin-top: 3vh;
    }
    .w-ys-con li{
        width: 24%;
    }
    .w-ys-con li h3{
        font: 600 22px/52px "Airal";
    }
    .w-ys-con li h4{
        font: 400 16px/28px "Airal";
    }
}

@media (max-width: 768px) {
    .w-ys-con li{
        padding: 15px;
        width: 100%;
        margin-bottom: 6px;
    }
}


/*关于我们*/
.w-about{
    padding: 12vh 0 11vh;
}
.w-about-img{
    width: 52%;
    overflow: hidden;
}
.w-about-img img{
    max-width: 100%;
    transition: all 0.8s;
}
.w-about-img:hover img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-about-wz{
    width: 43%;
}
.w-about-tt{
    margin-bottom: 2.5vh;
}
.w-about-tt h3{
    color: #222222;
    font: 600 48px/80px "Airal";
}
.w-about-tt h4{
    color: #ec6c00;
    font: 400 18px/38px "Airal";
}
.w-about-wz p{
    color: #555555;
    font: 400 16px/32px "Airal";
}
.w-about-wz a.more{
    display: block;
    color: #ec6c00;
    font: 400 16px/32px "Airal";
    margin-top: 5vh;
}

@media (max-width: 1440px) {
    .w-about-img{
        width: 54%;
    }
    .w-about-tt{
        margin-bottom: 1vh;
    }
    .w-about-tt h3{
        font: 600 38px/40px "Airal";
    }
    .w-about-tt h4{
        font: 400 20px/44px "Airal";
    }
    .w-about-wz p{
        font: 400 16px/30px "Airal";
    }
    .w-about-wz a.more{
        margin-top: 1vh;
    }
}

@media (max-width: 992px) {
    .w-about{
        padding: 6vh 0;
    }
    .w-about-img{
        margin-bottom: 2vh;
    }
}

@media (max-width: 768px) {
    .w-about-img{
        width: 100%;
    }
    .w-about-wz{
        width: 100%;       
    }
    .w-about-tt h3{
        font: 600 22px/40px "Airal";
    }
    .w-about-tt h4{
        font: 400 16px/30px "Airal";
    }
}

/*合作伙伴*/
.w-coop{
    background-color: #f1f0eb;
    padding: 7vh 0 4vh;
}
.w-coop-con{
    margin-top: 4.4vh;
}
.coop-item .img{
    overflow: hidden;
}
.coop-item .img img{
    transition: all 0.8s;
}
.coop-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-coop-p{
    margin-top: 4vh;
    color: #555555;
    font: 400 16px/32px "Airal";
    text-align: center;
}

@media (max-width: 992px) {
    .w-coop{
        padding: 6vh 0 4vh;
    }
    .w-coop-con{
        margin-top: 3vh;
    }
    .w-coop-p{
        margin-top: 3vh;
    }
}
/* 新闻 */
.w-news{
    padding: 8vh 0 15vh;
}
.w-news-con{
    margin-top: 6vh;
    width: 31%;
}
.w-news-list1{
    margin-bottom: 4vh;
}
.w-news-list1 li .img{
    position: relative;
    overflow: hidden;
}
.w-news-list1 li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.w-news-list1 li .img h3{
    color: #ffffff;
    font: 400 16px/46px "Airal";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .34);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-news-list1 li:hover .img img{
    transform: scale(1.05);
    transition: all 0.8s;
}
.w-news-list2 li{
    list-style-type: none;
}
.w-news-list2 li a{
    position: relative;
    display: block;
    color: #444444;
    font: 400 15px/36px "Airal";word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
.w-news-list2 li a .date{
    color: #999999;
    font: 400 14px/36px "Airal";
    position: absolute;
    top: 0;
    right: 0;
}
.w-news-list2 li:hover a{
    color: #ec6c00;
}

@media (max-width: 992px) {
    .w-news{
        padding: 6vh 0;
    }
    .w-news-con{
        margin-top: 3vh;
    }
}

@media (max-width: 500px) {
    .w-news-con{
        width: 100%;
    }
    .w-news-list1{
        margin-bottom: 10px;
    }
}

/*底部*/
.x-layout {
  background-color: #272727;
  padding: 8vh 0 10vh;
}

.x-layout-logo {
  margin-bottom: 20px;
}

.x-layout-desc {
  font: 400 15px/30px "Airal";
  color: #a9a9a9;
}

.x-layout-contact {
  margin-top: 30px;
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
  color: #fff;
}

.f-tt{
    color: #ffffff;
    font: 600 18px/36px "Airal";
    margin-bottom: 2vh;
}

.x-layout-menu a{
    position: relative;
    display: block;
    color: #a9a9a9;
    font: 400 15px/30px "Airal";
    padding-left: 20px;
    transition: all 0.8s;
}
.x-layout-menu a::before{
    content: "";
    width: 8px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/jt-more1.png) no-repeat left center;
}
.x-layout-menu a:hover{
    transition: all 0.8s;
    transform: translateX(10px);
}
.f-contact{
    max-width: 38%;
}
.f-contact-li li{
    color: #a9a9a9;
    font: 400 15px/30px "Airal";
}
.f-contact-li li img{
    margin-right: 5px;
}





.x-layout-ewm {
  text-align: center;
}

.x-layout-ewm p {
  color: #a9a9a9;
  margin-top: 10px;
  font: 400 14px/30px "Airal";
}
.x-region{
    position: relative;
}
.link-click{
    float: left;
}
.link-con{
    display: none;
    position: absolute;
    left: 0;
    top: -40px;
    height: 50px;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.7);
    width: 116px;
}
.link-con a{
    display: block;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    color: #fff;
    font: 400 14px/25px "Airal";
    border-bottom: 1px solid #eee;
}
.link-con a:visited{
    color: #fff;
}
@media (max-width: 992px) {
    .x-layout{
        padding: 6vh 0;
    }
}

@media (max-width:768px) {
    .page-banner{
        height: 0;
        overflow: hidden;
    }
    .page-wrap-right .xypg-right-content p img{
        max-width: 100%;
        height: auto !important;
    }
}