body{
    background: #344654;
}
.main{
    width: 1024px;
    margin: 0 auto;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    display: block;
    height: auto;
}
.contact-wrapper{
    background: #fff url("../image/contact-bg.png")  repeat-x bottom;
    background-size: 100% 100%;
    padding:0 90px;
}
.contact-title{
    font-size: 15px;
    text-align: center;
    padding:30px 0;
}
.contact-wrapper p{
    line-height: 20px;
}
.contact-wrapper .contact-des{
    height: 380px;
}
.des-left{
    width: 400px;
    float: left;
}
.des-right{
    width: 400px;
    float: right;
}
.des-left-top{
    margin-left: 180px;
    margin-bottom: 40px;
}
.des-right-top{
    margin-bottom: 40px;
}
.address{
    margin-top: 20px;
}
.msg-btn{
    text-align: center;
    padding: 40px 0;
}
.msg-btn a{
    display: inline-block;
    color:#43a0f9;
}
.msg-btn a:hover{
    text-decoration: underline;
    color:#43a0f9;
}

/*弹层*/
.layer-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.layer-inner-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 590px;
    padding: 0 80px;
    background: #fff;
    margin-left: -375px;
    margin-top: -200px;
}
.layer-close{
    position: absolute;
    top:25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url("../image/close-icon.png") no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}
.layer-title{
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.form-content{
    text-align: center;
}
.form-content input {
    display: inline-block;
    width:240px;
    padding:0 20px;
    float: left;
    height: 40px;
    background: #f7f7f7;
    margin-bottom: 15px;
}

textarea:focus,input:focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

.form-content input:nth-child(odd){
    margin-right:30px;
}
.form-content button {
    display: inline-block;
    margin: 25px 0;
    width: 180px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    background: #232b36;
    color:#fff;
    border-radius: 50px;
    border: none;
    outline: none;
}
.form-content textarea{
    display: block;
    height: 160px;
    width: 550px;
    background: #f7f7f7;
    padding:20px;
    margin-top: 20px;
    border: none;
}
.footer{
    background-color: #1d1f21;
}
