
.xiugai1{
    width:100%;
    position: relative;
}
.xiugai1 .img1{
    display: block;
    height:240px;
    width:100%;
}
.xiugai1 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.xiugai1 .dw .conter{
    width:1180px;
    margin: auto;
    overflow: hidden;
}
.xiugai1 .dw .conter .txt{
    float: left;
}
.xiugai1 .dw .conter .txt h1{
    font-size: 44px;
    color: #fff;
    padding-top: 50px;
}
.xiugai1 .dw .conter .txt h6{
    font-size: 26px;
    color: #fff;
    padding: 7px 0;
    font-weight: 500;
}
.xiugai1 .dw .conter .txt p{
    font-size: 20px;
    color: #9dc2ff;
}

.xiugai1 .dw .conter .nr{
    width:416px;
    height:180px;
    float: left;
    margin: 30px 0 0 35px;
}
.xiugai1 .dw .conter .nr ul{
    width:100%;
    overflow: hidden;
}
.xiugai1 .dw .conter .nr ul li{
    float: left;
    width:130px;
    margin-right: 13px;
    border-radius: 10px;
    overflow: hidden;
}
.xiugai1 .dw .conter .nr ul li img{
    display: block;
    width:100%;
}

.xiugai1 .dw .conter .biaodan{
    width:260px;
    float: right;
    margin-top: 30px;
}
.xiugai1 .dw .conter .biaodan .mobil50{
    width:240px;
    height:44px;
    border: none;
    line-height: 44px;
    background-color: white;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
}
.biaodan1{
    width: 260px;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 8px;
}
.biaodan1 input{
    width: 47%;
    height: 44px;
    line-height: 44px;
    float: left;
    padding-left: 8%;
    outline: none;
    border: 0;
    font-size: 16px;
    color: #999999;
}
.biaodan1 span{
    display: inline-block;
    float: left;
    width: 45%;
    height: 44px;
    line-height: 44px;
    background-color: #ffaf0b;
    text-align: center;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.xiugai1 .dw .conter .biaodan .bin{
    display: block;
    font-size: 18px;
    color: white;
    width: 258px;
    height: 42px;
    line-height: 44px;
    background: -webkit-linear-gradient(#ffcc00, #ff8e0a);
    background: -o-linear-gradient(#ffcc00, #ff8e0a);
    background: -moz-linear-gradient(#ffcc00, #ff8e0a);
    background: linear-gradient(#ffcc00, #ff8e0a);
    text-align: center;
    margin-top: 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid transparent;
}
.xiugai1 .dw .conter .biaodan .bin:hover{
    background: rgba(0,0,0,0);
    border: 1px solid #ff8e0a;
}
.xiugai1 .dw .conter .biaodan p{
    text-align: center;
    font-size: 16px;
    color: #9dc2ff;
    margin-top: 10px;
}