.dome .titleh2{
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
    display: inline-block;
    float: left;
}
.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: 24px;
    font-weight: 400;
    font-size: 18px;
    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/contactimg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}

.dome1 .contact{
    padding: 0 0 ;
}
.dome1 .contact ul{
    display: inline-block;
    background: url(../picture/contactimg4.png) no-repeat right 0;
    background-size: 88% 100%;
    padding: 30px;
    float: left;
    margin: 100px 0 0 0;
}
.dome1 .contact ul li{
    display: block;
    overflow: hidden;
    margin: 14px 0;
}
.dome1 .contact ul li img{
    width: 32px;
    display: inline-block;
    float: left;
    margin:  0 0 0 0;
}
.dome1 .contact ul li p{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin: 8px 0 0 14px;
}
.dome1 .contact form {
   display: inline-block;
    margin: 0 0  0 18%;
}
.dome1 .contact form  .inputbox{
    display: block;
    margin: 0 0 20px 0;
}
.dome1 .contact form  h3{
    height: 30px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin: 10px 0 15px;
}
.dome1 .contact form  span{
    font-size: 14px;
    color: #999999;
    margin:7px 9px 0 10px;
    float: left;
}
.dome1 .contact form .inputbox:last-child span {
   color:transparent;
}

.dome1 .contact form  textarea,
.dome1 .contact form  input{
    width: 240px;
    height: 34px;
    line-height: 34px;
    color: #999;
    font-size: 13px;
    outline: none;
    padding: 0 10px;
}
.dome1 .contact form  textarea{
    height: 130px;
}

.dome1 .contact form  .submitbtn{
    width: 240px;
    max-width: 219px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    float: left;
    color: #fff;
    cursor: pointer;
    background: #8e8e8e;
    outline: none;
    border: none;
}



@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;
    }

    .swiperBox .swiper-pagination {
        padding: 0 10px;
    }
    .dome1 {
        padding: 30px 10px;
    }
    .dome1 .contact ul {
        padding:20px 6px;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .dome1 .contact ul li p {
        font-size: 13px;
        margin: 3px 0 0 6px;
    }
    .dome1 .contact ul li img {
        width: 19px;
        margin: 0 0 0 0;
    }
    .dome1 .contact form span {
        font-size: 13px;
        margin: 4px 0px;
    }
    .dome1 .contact form .inputbox {
        margin: 0 0 5px 0;
    }
    .dome1 .contact form h3 {
        height: 20px;
        font-size: 13px;
        line-height: 20px;
        margin: 26px 0 14px 0;
    }
    .dome1 .contact form {
        margin: 0;
        width: 100%;
    }
    .dome1 .contact form .submitbtn,
    .dome1 .contact form textarea,
    .dome1 .contact form input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .dome1 .contact form textarea {
        height: 80px;
    }
    .dome1 .contact form .inputbox:last-child{
        display: block;
        overflow: hidden;
    }
    .dome1 .contact form .inputbox:last-child span{
        display: none;
    }
    .dome1 .contact form .inputbox:last-child .submitbtn{
        max-width: none !important;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        margin: 8px 0 0 0;
    }


}