.dome .titleh2{
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}
.dome .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;
}
.dome .titleh2 h2 p{
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    font-size: 34px;
    color: rgb(247, 247, 247);
}
.dome .titleh2 h2 p em{
    color: rgb(252, 192, 46);
    font-style: normal;
}
.dome .titleh2 span {
    font-size: 90px;
    color: rgb(53, 53, 53);
    line-height: 100px;
    margin: -50px 0 0 0;
    font-weight: bold;
    display: block;
    z-index: 0;
    position: relative;
}

.dome .titleh2 p.Ztitle {
    text-align: center;
    color: rgb(122, 123, 123);
    font-size: 14px;
    margin: 0 0  40px 0;
}


/*轮播图区域*/
.swiperBox .swiper-pagination{
    text-align: right;
    padding: 0 10%;
}
.swiperBox .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    line-height: 14px;
    border-radius: 0;
    font-size: 12px;
    margin: 0 2px !important;
}





/*关于威尼诺*/
.dome1{
    padding: 50px 0 80px 0;
    background: #0a0a0a;
}

.dome1 .textdome{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.dome1 .textdome .right{
    padding: 3% 15px 0 15px;
}
.dome1 .textdome .img .oneimg{
    margin: -40px 0 0 20px;
}
.dome1 .textdome .img .twoimg{
    float: right;
    margin: -70px 0 0 0px;
}






/*关于威尼诺*/
.dome2{
    padding: 50px 0 80px 0;
    background: #000000;
}
.dome2 .textdome{
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}




/*关于威尼诺*/
.dome3{
    padding: 60px 0 100px 0;
    background: url("../picture/casebg2.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.dome3 .titleh2 span{
    color: rgba(53,53,53,1);
}
.dome3 ul li{
    text-align: center;
}
.dome3 ul li h3{
    margin: 15px 0 12px 0;
    color: rgb(222, 222, 222);
    font-size: 16px;
}
.dome3 ul li h4{
    margin: 0 0 0 0;
    color: rgb(222, 222, 222);
    font-size: 18px;
}
.dome3 ul li p{
    color: rgb(222, 222, 222);
    font-size: 16px;
    text-align: center;
    padding: 0 10%;
    margin: 30px 0 0px 0;
}
.dome3 ul li .img{
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.dome3 ul li .img img{
    display: block;
    width: 100%;
    transition: all 0.3s;
}
.dome3 ul li .img 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 */
}







/*威尼诺风采*/
.dome4{
    padding: 50px 0 80px 0;
    background: #1a1406;
}
.dome4 .container{
    width: 1100px;
}
.dome4 .newbox{
    display: block;
    margin: 0 auto;
}
.dome4 .newbox .swiper-slide img{
    width: 100%;
}
.dome4 .newbox .swiper-button-white{
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    background-color: #0f0f0f;
    background-size: 12px;
    padding: 7px;
}




/*威尼诺风采*/
.dome5{
    padding: 50px 0 80px 0;
    background: #dedede;
}
.dome5 .titleh2 h2,
.dome5 .titleh2 h2 p {
    color: rgb(0, 0, 0);
}
.dome5 .titleh2 span {
    color: rgb(195 195 195);
}



@media screen and (max-width: 1100px) {
    .dome4 .container{
        width: 100%;
        padding: 0 15px;
    }
}



@media screen and (max-width: 1200px) {

    .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;
    }

    .swiperBox .swiper-pagination {
        padding: 0 10px;
    }
    .dome1 {
        padding: 30px 10px 30px 10px;
    }
    .dome1 .textdome .right {
        padding: 10px 15px 0 15px;
    }
    .dome1 .textdome .right,
    .dome1 .textdome .right *{
        font-size: 12px !important;
        line-height: 26px !important;
    }
    .dome1 .textdome .img .oneimg {
        margin: -0px 0 0 0px;
    }

    .dome2{
        padding: 30px 10px 30px 10px;
    }
    .dome2 .textdome ,
    .dome2 .textdome  *{
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .dome3{
        padding: 30px 10px 0px 10px;
    }
    .dome3 ul li {
        padding: 0 10px;
        position: relative;
    }
    .dome3 ul li .img {
        width: 100px;
        height: 100px;
    }
    .dome3 ul li h3 {
        margin: 6px 0 6px 0;
        font-size: 13px;
    }
    .dome3 ul li h4 {
        margin: 0 0 0 0;
        font-size: 14px;
        font-weight: bold;
    }
    .dome3 ul li p {
        font-size: 12px;
        padding: 0 10%;
        margin: 5px 0 30px 0;
    }

    .dome4{
        padding: 30px 10px;
    }
    .dome4 .newbox .swiper-button-white {
        width: 27px;
        height: 40px;
        border-radius: 0;
        background-color: #a5a5a5;
        padding: 7px;
        left: 0;
    }
    .dome4 .newbox .swiper-button-white.swiper-button-next {
        right: 0;
        left: auto;
    }
    .dome5{
        padding: 30px 10px;
    }

}

@media screen and (max-width: 800px) {
    .dome1 .textdome .img .oneimg {
        margin: -0px 0 0 0px;
        width: 48%;
    }
    .dome1 .textdome .img .twoimg {
        width: 48%;
        margin: -0px 0 0 0px;
    }

}