.banner{
    width: 100%;
    height:603px ;
    margin-top: -10px;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width:1440px) and (min-width: 1000px){
    .banner{
        height:550px ;
    }

}

.wrapper{
    width: 100%;
    background:#693fcf;
    text-align: center;
    overflow: hidden;
    padding-bottom: 50px;
}
.wrapper .title1{
    font-size: 42px;
    font-weight: bolder;
    letter-spacing: 2px;
    color:#fefb01 ;
    width:900px ;
    height: 56px;
    line-height: 56px;
    margin: 40px auto;
    background: url("../imgs/wen.png") no-repeat 0 0/100% 100%;
}
.wrapper table{
    margin: 0 auto;
    border-collapse: collapse;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    width: 1000px;
}
.wrapper table td,.wrapper table th{
    border: 2px solid #fff;
    padding: 6px 10px;
}
.wrapper table th{
    background: #a80ac7;
    width: 100px;
}
.wrapper .title2{
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 2px;
    color:#fefb01 ;
    width:500px ;
    height: 47px;
    line-height: 40px;
    margin: 50px auto;
    background: url("../imgs/wen2.png") no-repeat 0 0/100% 100%;
}
.outer{
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;

}
.inner{
    width: 1000px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: left;
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
}
.tip{
    text-align: left;
    font-weight: bolder;
    letter-spacing: 2px;
}
.inner span{
    color:#fefb01 ;
}
.bot{
    width: 100%;
    height: 300px;
    background: #fff;
}
.bot .adr{
    width: 1000px;
    height: 250px;
    margin: 50px auto 0;
    background: url("../imgs/addr.png") no-repeat 0 0/100% 100%;
}

.btn{
    width: 200px;
    height: 50px;
text-decoration:none;
color:#000;
    display: block;
    border: none;
    border-radius: 10px;
    background: #fefb01 ;
    margin:50px auto 0;
    font-size: 30px;
    box-shadow: 1px 1px 1px 1px #4c2d95;
}