.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.contact {
    position: relative;
}
.contact .main{
    padding: 0 158px;
}
.contact .main .title{
    text-align: center;
    margin: 10px auto 30px auto;
    font-size: 35px;
    font-weight: bold;
    
}
.contact .main .title .en{
    color: #E6E6E6;
    font-size: 40px;
}
.contact .main .title .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}
.contact .main .text{
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}
.contact .main .hot-line{
    text-align: center;
    font-size: 30px;
    margin: 40px 0 135px 0;
    letter-spacing: 2px;
}
.contact .main .cards .item{
    float: left;
    border: 1px solid #000;
    width: calc(33.33% - 78px);
}
.contact .main .cards .item{
    float: left;
    border: 1px solid #000;
    width: calc(33.33% - 50px);
    padding: 15px 15px 15px 20px;
}
.contact .main .cards .item.email{
    margin: 0 75px;
}
.contact .main .cards .name{
    font-size: 16px;
    font-weight: bold;
    margin-left: 70px;
}
.contact .main .cards .content{
    font-size: 14px;
    padding-top: 10px;
    height: 46px;
    margin-left: 70px;
}
.contact .main .cards .phone::before{
    content: "";
    display: block;
    float: left;
    background: url('../images/contact/phone.png') no-repeat ;
    height: 42px;
    width: 42px;
    margin-top: 10px;
}
.contact .main .cards .email::before{
    content: "";
    display: block;
    float: left;
    background: url('../images/contact/email.png') no-repeat ;
    height: 42px;
    width: 42px;
    margin-top: 10px;
}
.contact .main .cards .address::before{
    content: "";
    display: block;
    float: left;
    background: url('../images/contact/address.png') no-repeat ;
    height: 42px;
    width: 42px;
    margin-top: 10px;
}
.contact .message{
    background: url('../images/contact/main-bg.png') no-repeat ;
    height: 960px;
    width: 100%;
    padding: 240px 158px 0 158px;
    margin-top: -30px;
}
.contact .message h1{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 95px;
}
.contact .message .info{
    float: left;
    width: 50%;
    padding: 0 98px 0 20px;
}
.contact .message .form{
    float: left;
    width: 50%;
    padding-left: 10px;
}
.contact .message .info .words{
    line-height: 40px;
    font-size: 14px;
    text-indent: 2em;
    letter-spacing: 2px;
}
.contact .message .form .left{
    float: left;
    width: calc(50% - 16px);
    font-size: 16px;
    letter-spacing: 2px;
}
.contact .message .form .input{
    padding: 30px 0;
}
.contact .message .form .input input{
    height: 45px;
    width: 100%;
    border: 1px solid #666;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}
.contact .message .form .content-label{
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 0 20px 0;
}
.contact .message .form textarea{
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    height: 130px;
}
.contact .message .form .btn{
    width: 100%;
    height: 40px;
    background: #BB0009;
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
}