.dome .titleh2{
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}
.dome .titleh2 h2{
    font-size: 34px;
    line-height: 34px;
    color:  rgb(222, 222, 222);;
    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: 60px 0 100px 0;
    background: url("../picture/productlist.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.dome1 .container{
    width: 1100px;
}
.dome1 ul{
    display: block;
    overflow: hidden;
}
.dome1 ul li{
    width: 20%;
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.dome1 ul li a{
    display: block;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 0 2px;
    line-height: 60px;
    margin-bottom: 30px;
    border: 1px #c8b590 solid;
}
.dome1 ul li a.active,
.dome1 ul li a:hover{
    background: #c8b590;
    color: #ffffff;
}
.dome1 .titleh2 {
    text-align: right;
}
.dome1 .titleh2 h2 {
    background: url(../images/indeximg.png) no-repeat 95% center;
    background-size: auto 100%;
}
.dome1 .text {
    margin-top: 60px;
}
.dome1 .right .textinfo,
.dome1 .right .textinfo *{
    color: #999;
    font-size: 16px;
    line-height: 24px;
}






/*产品效果*/
.dome2{
    padding: 60px 0 100px 0;
    background: url("../picture/productlist.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.dome2 .titleh2 {
    padding: 0 0 0 3%;
    text-align: left;
}
.dome2 .titleh2 h2 {
    background: url(../images/indeximg.png) no-repeat 0% center;
    background-size: auto 100%;
}
.dome2 .left .textinfo,
.dome2 .left .textinfo *{
    color: #999;
    font-size: 16px;
    line-height: 24px;
}
.dome2 .left .textinfo{
    margin-top: 10px;
}
.dome2 .right{
    padding: 6% 0 0 0;
}
.dome2 .right img{
    height: 480px;
}
.dome2 .right img:nth-child(1){
    margin: 12% 0 0 0;
}




/*产品性能*/
.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;
}






@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;
    }
    .row{margin: 0;
    }

    .dome1 {
        padding: 30px 0 50px 0;
    }
    .dome1 ul li {
        width: 32%;
        padding: 0 4px;
    }
    .dome1 ul li a {
        font-size: 12px;
        padding: 4px 8px;
        line-height: 22px;
        margin-bottom: 10px;
        height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dome1 .text {
        margin-top: 20px;
    }
    .dome .titleh2 {
        margin: 7px 0 5px 0;
    }
    .dome1 .right .textinfo, .dome1 .right .textinfo * {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .dome2 {
        padding: 30px 0 50px 0;
    }
    .dome2 .left .textinfo, .dome2 .left .textinfo * {
        font-size: 12px !important;
        line-height: 22px !important;
    }


}


@media screen and (max-width: 1100px) {
    .dome1 .container {
        width: 100%;
    }




}

@media screen and (max-width: 1000px) {
    .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;
    }
}


























