﻿.container{
    padding: 0 0;
}





/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
    background: #202020;
    max-height: 740px;
    overflow: hidden;
}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 16px;
    height: 16px;
}
.swiperBox .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0  0 -5px;
}





/*手机轮播图区域*/
#mobileSwiper{
    padding: 0;
    margin:0px 0 0 0;
}
#mobileSwiper .homeNav{
    background-color: rgb(216, 216, 216);
    padding: 6px 4px;
    overflow: hidden;
}
#mobileSwiper .homeNav a{
    background-size: 100%;
    border-top: 1px solid #f8f8f8;
    position: relative;
    float: left;
    height: 40px;
    padding: 15px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.756rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -webkit-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -o-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
}
#mobileSwiper  .swiper-pagination span{
    width: 12px;
    height: 12px;
}
#mobileSwiper .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
#mobileSwiper  .swiper-pagination-bullet-active:before{
    width: 8px;
    height: 8px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0  0 -4px;
}



/*威尼诺产品*/
.dome1{
    padding: 70px 0;
    background: #121212;
}
.dome1 .titleh2{
    display: block;
    position: relative;
    text-align: center;
}
.dome1 .titleh2 h2{
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat center;
    background-size: auto 100%;
    padding: 30px 0 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
}
.dome1 .titleh2 h2 p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.dome1 .titleh2 span {
    font-size: 100px;
    color: #1f1f1f;
    line-height: 100px;
    margin: -50px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
}

.dome1 .titleh2 p.Ztitle {
    text-align: center;
    color: rgb(122, 123, 123);
    font-size: 14px;
    margin: 0 0  40px 0;

}

.dome1 .picList{
    width: 1200px;
    display: block;
}
.dome1 .picList li{
    width: 28%;
    padding: 0 2px;
    float: left;
}
.dome1 .pic{
    position: relative;
}
.dome1 .pic a{
    display: block;
    overflow:hidden;
    position: relative;
}
.dome1 .pic a:after{
    width: 100%;
    height: 0%;
    content: ' ';
    display: block;
    background: rgba(0,0,0,0.4);
    position:absolute;
    top: 0;
    left: 0;
}
.dome1 .pic a p{
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: none;
    z-index: 100;
    margin: -10px 0 0 0;
}

.dome1 .pic a:hover:after{  height: 100%;  }
.dome1 .pic a:hover p{     display: block;  }






/*经典案例*/
.dome2{
    padding: 70px 0px 70px 0;
    background: url("../picture/casebg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.dome2 .container{
    position: relative;
    padding: 120px 120px 60px 0;
}
.dome2 .titleh2{
    display: inline-block;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 240px;
}
.dome2 .titleh2 h2{
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat 100% 0;
    background-size: auto 100%;
    padding: 30px 20px 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
    display: inline-block;
}
.dome2 .titleh2 h2 p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.dome2 .titleh2 span {
    font-size: 100px;
    color: #1f1f1f;
    line-height: 85px;
    margin: -27px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
    writing-mode: tb-rl;
    text-transform: capitalize;
    float: right;
    border-bottom: 1px #ffc001 solid;
    padding: 0 0 10px 0;
}




.dome2 ul{
    display: block;
    overflow: hidden;
    background: #000000;
    padding: 24px 10px;
}
.dome2 ul li{
    padding: 0 10px;
}
.dome2 ul li .img{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.dome2 ul li .img img{
    width:100%;
    transition: all 0.3s;
}
.dome2 ul li .img img:hover{
    transform: scale(1.12);
}
.dome2 ul li p{
    color: rgb(247, 247, 247);
    font-size: 16px;
    line-height: 16px;
    margin:  30px 0 10px 0;
    text-align: center;
}

.dome2 ul li  em{
    width: 30px;
    height: 1px;
    display: block;
    background: #ffc001;
    margin: 14px  auto;
}


/*产品性能*/
.dome3{
    padding: 30px 0px 70px 0;
    background-color: transparent;
    background-image: url(../picture/casebg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
    background-size: 100% auto;
    box-sizing: border-box;
}
.dome3 .titleh2{
    display: inline-block;
    position: relative;
    text-align: center;
}
.dome3 .titleh2 h2{
    font-size: 38px;
    line-height: 43px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat center;
    background-size: auto 100%;
    padding: 30px 0 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
    display: inline-block;
    float: left;
}
.dome3 .titleh2 h2 p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.dome3 .titleh2 span {
    font-size: 100px;
    color: #353535;
    line-height: 100px;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 112px;
}
.dome3 ul{
    margin: 80px 0 0 0;
    display: block;
    overflow: hidden;
    padding:0  0 0 25%;
}
.dome3 ul li{
    padding: 0 0 0 90px;
    position: relative;
    margin: 0 0 50px 0;
}
.dome3 ul li img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60px;
    transition:all 0.3s;
}
.dome3 ul li img:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
}

.dome3 ul li p{
    font-size: 20px;
    color: rgb(222, 222, 222);
}
.dome3 ul li p span{
    display: block;
    text-align: left;
}
.dome3 ul li p span:nth-child(2){
    font-size: 16px;
}




/*关于我们*/
.dome4{
    height: 740px;
    padding: 90px 0px 100px 0;
    box-sizing: border-box;
    background: #000000;
    position: relative;
}
.dome4 .aboutimg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: auto;
    height: 100%;
}
.dome4 .container{
    position: relative;
    padding: 120px 120px 60px 0;
}
.dome4 .container>div{
    padding: 0 20px 0 40px;
}
.dome4 .titleh2{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
}
.dome4 .titleh2 h2{
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat 10% center;
    background-size: auto 100%;
    padding: 30px 20px 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
    display: inline-block;
}

.dome4 .titleh2 span {
    font-size: 100px;
    color: #1f1f1f;
    line-height: 85px;
    margin: -27px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
    writing-mode: tb-rl;
    text-transform: capitalize;
    float: left;
    padding: 0 0 10px 0;
}

.dome4 .borderi,
.dome4 .morebtn,
.dome4 .info{
    position: relative;
    z-index: 100;
}

.dome4 .info{
    color: rgb(169, 169, 169);
    font-size: 16px;
    line-height: 34px;
    margin: 40px 0 0 0 ;
}

.dome4  .borderi {
    width: 50px;
    height: 1px;
    display: block;
    background: #ffc001;
    margin: 40px 0 ;
}


/*新闻区域*/
.dome5{
    padding: 90px 0px 80px 0;
    box-sizing: border-box;
    background: #0a0a0a;
    position: relative;
}
.dome5 .titleh2{
    display: block;
    position: relative;
    text-align: center;
}
.dome5 .titleh2 h2{
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat center;
    background-size: auto 100%;
    padding: 30px 0 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
}
.dome5 .titleh2 h2 p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.dome5 .titleh2 span {
    font-size: 100px;
    color: #1f1f1f;
    line-height: 100px;
    margin: -50px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
}
.dome5 .titleh2 p.Ztitle {
    text-align: center;
    color: rgb(122, 123, 123);
    font-size: 14px;
    margin: 0 0  40px 0;
}


.dome5 .swiper-slide  a{
    display: block;
    background: #ffffff;
    padding: 1px;
}
.dome5 .swiper-slide  a .img{
    display: block;
    font-size: 0;
    overflow: hidden;
}
.dome5 .swiper-slide  a .img img{
    width: 100%;
    transition: all 0.3s;
}
.dome5 .swiper-slide  a .img:hover img{
    transform: scale(1.12);
}



.dome5 .swiper-slide  a h3{
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    margin: 14px 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dome5 .swiper-slide  a h3:hover{
    color: #f0ad4e;
}
.dome5 .swiper-slide  a p{
    font-size: 14px;
    line-height: 24px;
    color: grey;
    margin: 6px 0 14px 0;
    padding: 0 10px;
}

.dome5 .bottonInfo{
    display: block;
    width: 100%;
    text-align: center;
    height: 32px;
    margin: 40px 0 0 0 ;
}
.dome5 .swiper-pagination{
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    max-width: 450px;
    overflow: hidden;
    height: 16px;
}
.dome5  .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    background: none !important;
    color: #8e8e8e;
    opacity: 1;
    font-size: 15px;
    font-weight: 100;
}
.dome5  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #f0ad4e;
}
.dome5 .swiper-button-prev,
.dome5 .swiper-button-next{
    background: none;
    margin: 0 0 0 0;
    display: inline-block;
    color: #8e8e8e;
    opacity: 1;
    font-size: 15px;
    font-weight: 100;
    width: 55px;
    height: 28px;
    z-index: 100;
    position: static;
    top: auto;
    left: auto;
    text-align: center;

}







/*关于我们*/
.dome6{
    height: 840px;
    padding: 70px 0px 100px 0;
    box-sizing: border-box;
    background: #000000;
    position: relative;
}
.dome6 .aboutimg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: auto;
    height: 100%;
}
.dome6 .container{
    position: relative;
    padding: 0px 120px 60px 0;
}
.dome6 .container>div{
    padding: 15% 0px 0 15%;
    position: relative;
	z-index:1000;
}
.dome6 .titleh2 {
 
    left: 10%;
   
}


.dome6 .titleh2{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.dome6 .titleh2 h2 p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.dome6 .titleh2 h2{
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    background: url(../images/indeximg.png) no-repeat center;
    background-size: auto 100%;
    padding: 30px 20px 20px 0;
    margin: 0;
    position: relative;
    z-index: 100;
    font-weight: bolder;
    display: inline-block;
}

.dome6 .titleh2 span {
    font-size: 100px;
    color: #1f1f1f;
    line-height: 85px;
    margin: -27px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
    writing-mode: tb-rl;
    text-transform: capitalize;
    float: left;
    padding: 0 0 10px 0;
}

.dome6 .info{
    color: rgb(169, 169, 169);
    font-size: 16px;
    line-height: 34px;
    margin: 40px 0 0 0 ;
}
.dome6 .info h3{
    font-size: 22px;
    color: #ffffff;
}
.dome6 .info h3 p{
    font-size: 14px;
    color: #666666;
    margin: 10px 0 0 0;
}
.dome6  .borderi {
    width: 50px;
    height: 1px;
    display: block;
    background: #ffc001;
    margin: 40px 0 ;
}
@media screen and (max-width: 1700px) {
    .dome6 .titleh2 span {
        color: #a7a7a75e;
        z-index: 100;
    }
}


@media screen and (max-width: 1500px) {
    .picMarquee-left{
        overflow: hidden;
    }
    .dome4 .container>div {
        padding: 0 10% 0 40px;
    }
    .dome6 {
         height: auto;
        padding: 70px 0px 100px 0;
    }
    .dome6 .aboutimg {
        width: 50%;
    }



}


@media screen and (max-width: 1200px) {


    .dome1 .picList {
        width: 100%;
    }


    .dome{
        overflow: hidden;
    }
    .dome .titleh2 h2 {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 0 10px 0;
        float: unset;
    }
    .dome .titleh2 h2 p {
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 3px 0;
    }
    .dome .titleh2 span {
        font-size: 28px;
        line-height: 30px;
        margin: -15px 0 0 0;
    }
    .dome .titleh2 p.Ztitle {
        color: rgb(122, 123, 123);
        font-size: 12px;
        margin: 3px 0 20px 0;
    }
    .dome5 .swiper-slide a h3 {
        font-size: 14px;
        padding: 0 6px;
        margin: 10px 0 4px 0;
    }
    .dome5 .swiper-slide a p {
        font-size: 12px;
        line-height: 20px;
        margin: 6px 0 5px 0;
        padding: 0 6px;
        height: 60px;
        overflow: hidden;
    }
    .dome5 .bottonInfo {
        height: 27px;
        margin: 19px 0 0 0;
    }
    .dome5 .swiper-button-prev, .dome5 .swiper-button-next {
        font-size: 12px;
        width: 38px;
    }

    .dome6 {
        height: auto;
        padding: 30px 10px;
    }
    .dome6 .container {
        padding:  0px   0;
        z-index: 1000;
        background: rgba(0,0,0,0.5);
    }
    .dome6 .container>div {
        padding: 0 0px;
    }
    .dome6 .titleh2 {
        position: unset;
        width: 100%;
        text-align: center;
        padding: 22px 0 0 0;
    }
    .dome6 .titleh2 span {
        color: #a8a8a8;
        line-height: 20px;
        writing-mode: unset;
        float: unset;
        padding: 8px 0 0 0;
        border: none;
    }
    .dome6 .info {
        margin: 0 0;
        padding: 0 14px;
    }
    .dome6 .info h3 {
        font-size: 16px;
    }
    .dome6 .info h3 p {
        font-size: 13px;
        color: #cecece;
        margin: 5px 0 0 0;
        line-height: 20px;
    }


}





@media screen and (max-width: 1000px){

    body {
        padding:  50px 0 !important;
    }
    .container {
        padding: 0 10px;
    }


    .dome1 {
        padding: 30px 0;
    }
    .dome1 .pic a p {
        font-size: 13px;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .dome1 .pic a:after {
        height: 100%;
        background: rgba(0, 0, 0, 0.18);
    }
    .dome2 {
        padding: 30px 0px;
    }
    .dome2 .container {
        padding: 0px 0px 0px 0;
    }
    .dome2 .titleh2 {
        position: static;
        width: 100%;
    }
    .dome2 .titleh2 h2 {
        background: url(../images/indeximg.png) no-repeat center;
        background-size: auto 100%;
    }
    .dome2 .titleh2 span {
        color: #a8a8a8;
        line-height: 20px;
        writing-mode: unset;
        float: unset;
        padding: 0 0 10px 0;
        border: none;
    }
    .dome2 ul {
        background: #00000099;
        padding: 14px 0px;
        width: 90%;
        margin: 0 0 0 5%;
    }
    .dome2 ul li {
        padding: 0 6px;
    }
    .dome2 ul li p {
        font-size: 13px;
        line-height: 13px;
        margin: 12px 0 4px 0;
    }
    .dome2 ul li em {
        width: 25px;
        margin: 7px auto 0 auto;
    }
    .dome3 {
        padding: 30px 10px;
        background-position: 0%;
        background-Attachment: unset;
        background-size: 100% 100%;
    }

    .dome3 ul {
        margin: 20px 0 0 0;
        padding: 0;
    }
    .dome3 ul li {
        padding: 0 0 0 53px;
        margin: 0 0 30px 0;
    }
    .dome3 ul li img {
        width: 40px;
    }
    .dome3 ul li p span {
        display: block;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dome3 ul li p {
        font-size: 14px;
    }
    .dome3 .titleh2 span {
        position: unset;
        bottom: 0;
        left: 0px;
    }
    .dome3 .titleh2 {
        width: 100%;
    }
    .dome3 ul li p span:nth-child(2) {
        font-size: 12px;
    }


    .dome4 {
        height: auto;
        padding: 30px 10px ;
    }
    .dome4 .container {
        background: rgba(0,0,0,0.5);
        z-index: 100;
        padding: 0 ;
    }
    .dome4 .titleh2 {
        position: unset;
        width: 180px;
    }
    .dome4 .container>div {
        padding: 10px 17px;
    }
    .dome4 .titleh2 span {
        color: #a8a8a8;
        line-height: 20px;
        writing-mode: unset;
        float: unset;
        padding: 15px 0 0 0;
        border: none;
    }
    .dome4 .titleh2 h2 {
        background: none;
    }
    .dome4 .info {
        font-size: 13px;
        line-height: 26px;
        margin: 10px 0 0 0;
    }
    .dome4 .borderi {
        width: 30px;
        margin: 10px 0;
    }



    .dome5 {
        background: #323232;
        padding: 30px 10px ;
    }
    .dome6 .container>div {
        width:100%;
    }
    .dome6 .aboutimg {
        width: 100%;
        height: 100%;
    }
}













