.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 0px 0;
}
.body-title{
    font-size: 16px;
    color: #1e1e1e;
    margin: 25px 0;
}
.body-list{
    font-size: 14px;
    color: #1e1e1e;
}
.body-list p{
    margin-bottom: 15px;
}
.body-list i{
    display: inline-block;
    width: 30px;
}
.body-list span{
    vertical-align: middle;
}
.maps-new{
    width: 100%;
    border: 1px dotted #9e9e9e;
    border-radius: 10px;
    padding: 10px;
    margin: 30px 0 20px 0;
}
.maps-new img{
    width: 100%;
}
.maps-new h2{
    text-align: center;
    font-size: 26px;
    color: #3e3e3e;
    font-weight: bold;
    margin-top: 30px;
}
.substance{
    /*display: none;*/
}
.form-menu{
    padding-top: 35px;
}
.form-menu input{
    width: 100%;
    height: 44px;
    border: 1px dotted #9e9e9e;
    padding: 0 10px;
    margin-bottom: 60px;
}
.form-menu-title{
    font-size: 22px;
    color: #6e6e6e;
    margin-bottom: 10px;
}
.form-menu-title i{
    font-size: 20px;
    color: #aaaaaa;
}
.form-menu textarea{
    width: 100%;
    height: 300px;
    border: 1px dotted #9e9e9e;
    border-radius: 10px;
    resize: none;
    padding: 10px;
}
.import{
    overflow: hidden;
}
.import .span1{
    float: left;
    color: #d10000;
    font-size: 16px;
    font-weight: bold;
}
.import .span2{
    float: right;
    font-size: 16px;
    color: #6e6e6e;
}
.btn{
    width: 100%;
    margin-top: 70px;
    text-align: right;
}
.btn a{
    display: inline-block;
    width: 258px;
    background-color: #618ee4;
    padding: 10px 0;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
}
.btn a:nth-child(1){
    background-color: #19479e;
    margin-right: 25px;
}
.btn a:hover{
    opacity: .9;
}
.maps-title{
    border-top: 1px solid #9e9e9e;
    padding-top: 30px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin-top:30px;
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
}
@media screen and (max-width:767px){
    .btn{
        text-align: center;
        margin-top: 45px;
    }
    .btn a{
        display: inline-block;
        width: 45%;
        background-color: #618ee4;
        padding: 10px 0;
        border-radius: 15px;
        color: #FFFFFF;
        font-size: 30px;
    }
    .body{
        padding: 30px 0;
    }
    .maps-new{
        margin: 30px 0;
    }
}
