/*dz*/
body{
    position: relative;
}
.w-con{
    width: 1400px;
    margin: 0 auto;
}
.container{
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .w-con{
        width: calc(100% - 30px);
    }
    .container{
        width: 100%;
    }
}


.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w-topbg{
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
}
.w-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, .65);
    padding-top: 3px;
}
.w-logo{
    padding: 8px 0 13px;
}
.w-phone{
    width: 183px;
    background: url(../image/phone.png) no-repeat left center;
    padding-left: 49px;
    padding-top: 26px;
}
.w-phone h3{
    color: #333;
    font: 400 14px/26px "Microsoft yahei";
}
.w-phone h3 a{
    color: #333;
    font: 400 14px/26px "Microsoft yahei";
    padding-left: 15px;
    padding-right: 2px;
}
.w-phone h3 a + a{
    padding-left: 2px;
}
.w-phone p{
    color: rgb(1, 153, 239);
    font: 600 19px/26px "Microsoft yahei";
}
.w-top-con{
    position: relative;
}
.w-con1{
    position: relative;
    z-index: 9;
    padding-top: 1080px;
}
@media (max-width: 1200px) {
    .w-topbg{
        position: relative;
    }
    .w-con1{
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .w-top{
        position: relative;
        height: 60px;
        overflow: hidden;
    }
    .w-topbg{
        position: relative;
    }
    .w-con1{
        padding-top: 0;
    }
}
/*圆分类*/
.w-round{
    width: 700px;
    height: 700px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 600px;
    border-radius: 50%;
    overflow: hidden;
}
.w-round li{
    width: calc(50% - 1px);
    height: calc(25% - 0.5px);
}
.w-round li:nth-child(n + 3){
    margin-top: 1px;
}
.w-round li .img{
    overflow: hidden;
}
.w-round li .img img{
    max-width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.w-round li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
@media (max-width: 992px) {
    .w-round{
        margin-bottom: 0;
        display: none;
    }
}

/* 关于我们 */
.w-about{
    background: url(../image/bg1.jpg) no-repeat center #fff;
    padding: 5vh 0 7.7vh;
    background-size: 100% 100%;
}
.w-about-tt{
    color: #ffffff;
    font: 400 30px/52px "Microsoft yahei";
    text-align: center;
}
.w-about-tt h3{
    color: #ffffff;
    font: 400 30px/52px "Microsoft yahei";
}
.w-about-con{
    width: 1300px;
    margin: 0 auto;
    margin-top: 2.5vh;
    text-align: center;
}
.w-about-con p{
    color: #ffffff;
    font: 400 16px/38px "Microsoft yahei";
}
a.w-about-more{
    color: #fff;
    width: 119px;
	height: 36px;
	border-radius: 10px;
	border: solid 1px #ffffff;
    font: 400 14px/36px "Microsoft yahei";
    display: block;
    margin: 0 auto;
    margin-top: 5.5vh;
}
.w-about-img{
    margin-top: 6vh;
    margin-left: 150px;
    margin-right: 150px;
}
.w-about-img img{
    max-width: 100%;
}
.w-about-img .about-video{
    width: 100%;
}
.w-about-img .about-video source{
    width: 100%;
}
@media (max-width: 1300px) {
    .w-about-con{
        width: calc(100% - 30px);
    }
    .w-about-img{
        margin-left: 80px;
        margin-right: 80px;
    }
}
@media (max-width: 1024px) {
    .w-about-con p{
        font: 400 16px/32px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .w-about-img{
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*生产设备*/
.w-product{
    position: relative;
    background-color: #066cd3;
}
.w-product-r{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 460px;
    background-color: #066cd3;
    padding-top: 20px;
}
.w-product-tt{
    text-align: center;
    color: #ffffff;
    font: 600 35px/66px "Microsoft yahei";
    width: 266px;
    margin: 0 auto;
}
.w-product-tt span{
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 1);
    font: 400 20px/40px "Microsoft yahei";
    text-transform: uppercase;
}
.tabz_content .ttz img{
    max-width: 100%;
}

@media (max-width:1500px) {
    .w-product-r li:nth-child(n + 10){
        display: none;
    }
}
@media (max-width: 768px) {
    .w-product-r{
        position: relative;
        width: 100%;
    }
    .tabz{
        padding: 15px;
    }
}

/*荣誉资质*/
.w-honor{
    background: url(../image/honerbg2.jpg) no-repeat center;
    padding: 8vh 0 6vh;
    background-size: auto 100%;
}
.w-honor-tt{
    color: #066cd3;
    font: 400 30px/52px "Microsoft yahei";
    text-align: center;
    margin-bottom: 4vh;
}
.w-honor-tt span{
    color: #b0b0b0;
    text-transform: uppercase;
    display: block;
}
.w-honor .w-con{
    overflow: hidden;
    position: relative;
}
.w-honor-con{
    
}
.honor-swiper .swiper-slide .img{
    text-align: center;
}
.honor-swiper .swiper-slide .img img{
    width: 50%;
    /* transition: all 0.8s; */
    margin-top: 65%;
}
.honor-swiper .swiper-slide-next .img img{
    width: 100%;
    margin-top: 0;
    /* transition: all 0.8s; */
}
.swiper-button-prev{
    background: url(../image/pre3.png) no-repeat center;
    width: 72px;
    height: 72px;
}
.swiper-button-next{
    background: url(../image/next3.png) no-repeat center;
    width: 72px;
    height: 72px;
}
@media (max-width: 768px) {
    .swiper-button-next,.swiper-button-prev{
        display: none;
    }
}
/*工程案例*/
.w-case{
    background: url(../image/bg2.jpg) no-repeat center;
    padding: 10vh 0 13vh;
}
.w-case-tt{
    color: #333333;
}
.w-case-tt h3{
    color: #066cd3;
}
.w-case-tt h4{
    color: #666666;
    font: 400 20px/36px "Microsoft  yahei";
}
.ttz1{
    display: none;
}
.w-case-con-tt{
    margin-top: 2vh;
    margin-bottom: 2vh;
    display: flex;
    justify-content: center;
}
.w-case-con-tt li{
    width: 250px;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #3765ba;
    border-radius: 10px;
}
.w-case-con-tt li a{
    display: block;
    font: 400 20px/46px "Microsoft yahei";
    text-align: center;
    color: #3765ba;
}
.w-case-con-tt li.cur{
    background-color: #eb6100;
    border: 1px solid #eb6100;
}
.w-case-con-tt li.cur a{
    color: #fff;
}
.w-case-list li{
    position: relative;
    width: 23%;
    margin-top: 30px;
}
.w-case-list li .img{
    position: relative;
    overflow: hidden;
}
.w-case-list li .img img{
    max-width: 100%;
}
.w-case-list li .wz{
    background-color: rgba(5, 82, 166, 1);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    height: 110px;
    padding: 0 10px;
    transition: all 0.8s;
}
.w-case-list li .wz h3{
    text-align: center;
    color: #fff;
    font: 400 16px/56px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-case-list li .wz p{
    color: #fff;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font: 400 14px/24px "Microsoft yahei";
}
.w-case-list li:hover .wz{
    transform: translateY(-50px);
    transition: all 0.8s;
    background-color: rgba(5, 82, 166, .6);
}
@media (max-width: 768px) {
    .w-case{
        padding: 7vh 0 0;
    }
    .w-case-con-tt li{
        width: 160px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .w-case-list li{
        width: 49%;
    }
    .w-case-tt h4{
        display: none;
    }
}




/*新闻*/
.w-news{
    background-color: #fff;
    padding: 10vh 0;
}
.w-news-tt {
    color: rgba(120,120,120,0.5);
    margin-bottom: 5vh;
}
.w-news-tt h3{
    color: #666;
}
.w-news-tt h4{
    color: #666666;
    font: 400 16px/30px "Microsoft  yahei";
}
.w-news-list li{
    width: calc(50% - 10px);
    background-color: #eeeeee;
    margin-top: 13px;
    overflow: hidden;
}
.w-news-list li a{
    display: block;
    padding: 20px;
    position: relative;
    font-size: 14px;
    z-index: 1;
}
.w-news-list li .con1{
    position: relative;
    z-index: 99;
}
.w-news-list li a .img{
    float: left;
    width: 30%;
}
.w-news-list li a .img img{
    max-width: 100%;
}
.w-news-list li a .wz{
    float: right;
    width: 66%;
}
.w-news-list li a .wz h3{
    transition: all 0.8s;
    color: #333;
    font: 400 16px/40px "Microsoft yahei";
}
.w-news-list li a .wz p{
    transition: all 0.8s;
    color: #333;
    font: 400 12px/26px "Microsoft yahei";text-overflow: -o-ellipsis-lastline;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w-news-list li .jia{
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font: 400 14px/30px "Microsoft yahei";
}
.w-news-list li .conbg{
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #3765ba;
    left: 100%;
    bottom: calc(100% - 316px);
    transform: rotate(135deg);
    transition: all 0.8s;
}
.w-news-list li:hover .conbg{
    transition: all 0.8s;
    transform: translateX(-800px) rotate(135deg);
}
.w-news-list li:hover .wz h3{
    color: #fff;
    transition: all 0.8s;
}
.w-news-list li:hover .wz p{
    color: #fff;
    transition: all 0.8s;
}
.w-link{
    background-color: #eeeeee;
    border-top: 1px solid #b8b8b8;
    color: #333;
    font: 400 14px/36px "Microsoft yahei";
}
.w-link a{
    color: #333;
    font: 400 14px/36px "Microsoft yahei";    
}
@media (max-width:768px) {
    .w-news{
        padding: 6vh 0;
    }
    .w-news-tt h4{
        display: none;
    }
    .w-news-list li{
        width: 100%;
        padding: 8px;
    }
    .w-news-list li a .img{
        width: 100%;
    }
    .w-news-list li a .wz{
        width: 100%;
    }
}
/*底部*/
.w-foot{
    background-color: #0167cc;
    padding: 3vh 0 6vh;
}
.w-foot .w-con{
    position: relative;
}
.w-ewm h3{
    color: #fff;
    font: 400 14px/30px "Microsoft yahei";
    margin-bottom: 2vh;
}
.w-ewm .img{
    width: 130px;
}
.w-ewm .img img{
    max-width: 100%;
}
.w-layout-menu{
    width: 400px;

}
.w-layout-menu li{
    float: left;
    list-style-type: none;
    width: 66%;
}
.w-layout-menu li + li{
    width: 34%;
}
.w-layout-menu li dt{
    color: #fff;
    font: 400 16px/26px "Microsoft yahei";
    margin-bottom: 1vh;
}
.w-layout-menu li dd a{
    color: #fff;
    font: 400 14px/26px "Microsoft yahei";
}
.w-layout-contact h3{
    margin-bottom: 1vh;    
    color: #fff;
    font: 400 16px/26px "Microsoft yahei"; 
}
.w-layout-contact p{
    color: #fff;
    font: 400 14px/26px "Microsoft yahei";    
}
.w-message{
    width: 350px;
}
.w-message h3{
    margin-bottom: 1vh;
    color: #fff;
    font: 400 16px/26px "Microsoft yahei"; 
}
.w-message-wrap .form-group{
    margin-right: 0;
    margin-left: 0;
}
.w-message-wrap .form-group label{
    padding-top: 0;
    color: #fff;   
    text-align: left;
}
.w-message-wrap .form-group .wz{
    color: #fff;
    font: 400 14px/36px "Microsoft yahei";
}
.w-message-wrap #message-form textarea{
  height: 34px;
}
.w-layout-menu .con{

}
.w-layout-menu li:first-child dt{
    padding-left: 60px;
}
.w-layout-menu li .con dd{
    list-style-type: none;
    float: left;
    width: 50%;
}

.prodescription{
    border: 1px solid #eee;
    color: #666;
    font: 400 14px/30px "Microsoft yahei";
    padding: 8px;
    margin-bottom: 30px;
}

/*产品专题页内页样式*/
.prosort {
    list-style-type: none;
}
.prosort li{
    width: 32%;
    margin-bottom: 30px;
    background-color: #f0f0f0;
}
.prosort li:last-child{
    background-color: #fff;   
}
.prosort li .img{
    overflow: hidden;
}
.prosort li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.prosort li .text{
    padding: 10px;
}
.prosort li .text h3{
    color: #333;
    font: 600 17px/32px "Microsoft yahei";
    text-align: center;
}
.prosort li .text p{
    color: #666;
    font: 400 14px/24px "Microsoft yahei";
}
.prosort li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.prosort li:hover .text h3{
    color: rgb(1, 153, 239);
}
@media (max-width: 1024px) {
    .prosort li{
        width: 49%;
    }
}
.w-prosort{
    padding-left: 50px;
    margin-bottom: 100px;
}
.w-prosort li{
    float: left;
    width: 298px;
}
.w-prosort li:nth-child(5){
    margin-left: 150px;
}
.w-prosort li a{
    display: block;
   width: 210px;
   height: 210px;
   transform: rotate(45deg);
}
.w-prosort li .img{
    overflow: hidden;
   width: 210px;
   height: 210px;
}
.w-prosort li .img img{
    width: 150%;
    height: 150%;
    transform: rotate(-45deg);
    margin-top: -60px;
    margin-left: -60px;
    transition: all 0.8s;
}
.w-prosort li .img h3{
    opacity: 0;
    position: absolute;
    text-align: center;
   width: 210px;
   height: 210px;
   top: 0;
   left: 0;
   background-color: rgba(0,0,0,0.2);
}
.w-prosort li .img h3 span{
    display: block;
    transform: rotate(-45deg);
    color: #fff;
   font: 400 20px/210px "Microsoft yahei";
}
.w-prosort li:hover .img img{
    transition: all 0.8s;
    transform:rotate(-45deg) scale(1.05);
}
.w-prosort li:hover h3{
    opacity: 1;
}
.w-prosort1{
    margin-bottom: 5vh;
}
.w-prosort1 li{
    width: 25%;
}
.w-prosort1 li a{
    display: block;
    position: relative;
}
.w-prosort1 li .img img{
    max-width: 100%;
}
.imgbg{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}
.w-prosort1 li h3{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font: 400 20px/50px "Microsoft yahei";
    top: 50%;
    margin-top: -25px;
    color: #fff;
}
.w-prosort1 li:hover .imgbg{
    opacity: 1;
}
.w-prosort1 li:hover h3{
    opacity: 1;
}
@media (max-width: 1440px) {
    .w-prosort li{
        width: 255px;
        padding-left: 20px;
    }
    .w-prosort li a{
        width: 180px;
        height: 180px;
    }
    .w-prosort li .img{
        width: 180px;
        height: 180px;
    }
    .w-prosort li .img img{
        margin-top: -50px;
        margin-left: -50px;
    }
    .w-prosort li .img h3{
        width: 180px;
        height: 180px;        
    }
    .w-prosort li:nth-child(5){
        margin-left: 133px;
    }
}

@media (max-width: 768px){
    .w-prosort{
        display:none;
    }
    .m-prosort{
        display:none;
    }
}
.m-prosort li{
    width: 49%;
}

/**/
.page-banner{
    /*display: none;*/
}
.page-wrap-right .xypg-right-content p img{
    max-width: 100%;
    height: auto !important;
}

.f-copyright{
    bottom: -40px;
    left: 0;
    position: absolute;
    color: #fff;
    font: 400 14px/20px "Microsoft yahei";
}
.f-copyright a{
    color: #fff;
    font: 400 14px/20px "Microsoft yahei";
}
