.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: 60px 0 100px 0;
    background: url("../picture/productlist.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.dome1 li{
    margin: 0 0 20px 0;
}
.dome1  a{
    display: block;
    overflow:hidden;
    position: relative;
}
.dome1  a img{
    width: 100%;
}
.dome1  a:after{
    width: 100%;
    height: 0%;
    content: ' ';
    display: block;
    background: rgba(0,0,0,0.4);
    position:absolute;
    top: 0;
    left: 0;
}
.dome1 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  a:hover:after{  height: 100%;  }
.dome1  a:hover p{     display: block;  }










@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;
    }
    .dome1 .container ul>li{
        padding: 0 5px;
        margin: 0 0 10px 0;
    }
    .dome1  a p {
        font-size: 13px;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .dome1>ul>li>a:after{  height: 100%;  }


}