.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: #0a0a0a;
}
.dome1 .shownav{
    padding: 20px 0;
    text-align: center;
}
.dome1 .shownav a{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-radius: 50px;
    line-height: 50px;
    width: 180px;
    margin: 0 10px;
}
.dome1 .shownav a.active,
.dome1 .shownav a:hover{
    background: #ffc001;
    color: #ffffff;
}



.dome1 .showul{
    margin: 20px 0 0 0 ;
}
.dome1 .showul>li{
    margin-bottom: 30px;
}
.dome1 .showul>li>a{
    display: block;
    overflow: hidden;
    height: 330px;
}
.dome1 .showul>li>a img{
    width: 100%;
    height: 100%;
    display: inline-block;
}




/*公司环境*/
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 38px 0;
}
#certify .container{
    padding: 0;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 500px;
    margin-top: -300px;
    z-index: 101000;
}
#certify i.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #000;
}
#certify  .title{
    text-align: center;
    margin: 0 0 20px 0;
    width: 40px;
    position: fixed;
    z-index: 100000;
    cursor: pointer;
    right: 4%;
    top: 4%;
    transition: all 0.3s;
}
#certify  .title:hover{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}

#certify .swiper-container {
    padding-bottom: 10px;
    width:60%;
}

#certify  .swiper-slide {
    width:60%;
    height:auto;
    background: #fff;
    box-shadow: 0 3px 4px #ddd;
    padding: 10px;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: 3%;
    background-size: 40px;
    width: 40px;
}
#certify .swiper-button-next {
    right: 3%;
    background-size: 40px;
    width: 40px;
}








@media screen and (max-width: 1200px) {
    .dome {
        overflow: hidden;
    }

    .dome .titleh2 {
        width: 100%;
        text-align: center;
        display: inline-block;
        float: unset;

    }

    .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;
    }
    .dome1 {
        padding: 30px 10px;
    }

    .dome1 .shownav a {
        font-size: 14px;
        border-radius: 35px;
        line-height: 35px;
        width: 120px;
        margin: 0;
    }

    .dome1 .showul>li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .dome1 .showul>li>a {
        height: 260px;
    }


    #certify .swiper-slide {
        width: 70%;
        padding: 6px;
    }

}



@media screen and (max-width: 1000px) {

    #certify .container {
        top: 50%;
        margin-top: -50%;
    }
    #certify .swiper-button-prev {
        left: 3%;
        background-size: 21px;
        width: 30px;
        top: 30%;
    }
    #certify .swiper-button-next {
        right: 3%;
        background-size: 21px;
        width: 30px;
        top: 30%;
    }
    #certify .swiper-slide {
        width: 100%;
        padding: 5px;
    }
    .dome1 .showul>li>a {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {

    .dome1 .showul>li>a {
        height: 150px;
    }
}




