*{

}
.section1{
    width: 100%;
    height: 500px;
    background: url('../images/about/about_bg_1.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.section1 .contactinner1{
    width: 1200px;
    margin: auto;
    padding-top: 260px;
}
.section1 .contactinner1 p{
    width: 100%;
    text-align: right;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.section1 .contactinner1 span{
    width: 100%;
    text-align: right;
    font-size: 14px;
    display: block;
    
    color: #FFFFFF;
}
.section1 .contactinner1 span i{
}
.section1 .contactinner1 span img{
    margin: 0 10px;
}
.section2 {

}
.section2 .contactinner2{
    width: 1200px;
    margin: auto;
    padding: 60px 0 84px 0;
}
.section2 .contactinner2 h5{
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.section2 .contactinner2 .subtitle{
    color: #333333;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}
.section2 .contactinner2 .map{
    width: 1200px;
    height: 968px;
    margin: 40px 0 80px;
}
.section2 .contactinner2 .info h3{
    font-size: 18px;
    color: #333333;
}
.section2 .contactinner2 .info span{
    color: #333333;
    font-size: 14px;
    display: block;
}
.section2 .contactinner2 .qrcode img{
    width: 200px;
    height: 199px;
}
.section2 .contactinner2 .qrcode p{
    text-align: center;
}
.section3{
    width: 100%;
    height: 938px;
    background: url('../images/contact/contact_bg_1.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.section3 .contactinner3{
    width: 1200px;
    margin: auto;
    padding-top: 70px;
}
.section3 .contactinner3 h2{
    font-size: 50px;
    color: #E6E6E6;
    text-align: center;
    margin-bottom: 20px;
}
.section3 .contactinner3 h5{
    font-size: 24px;
    color: #E6E6E6;
    margin-bottom: 25px;
}
.section3 .contactinner3 textarea{
    width: 652px;
    height: 362px;
    border-radius: 8px;
    opacity: 1;
    border: none;
    outline: none;
    background: #FFFFFF;
    padding: 20px;
    margin-right: 110px;
}
.section3 .contactinner3 label{
    margin-bottom: 25px;
    display: block;
}
.section3 .contactinner3 .inputbox{
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 23px 38px;
    width: 434px;
    height: 70px;
}
.section3 .contactinner3 input{
    border: none;
    outline: none;
    background: none;
}
.section3 .contactinner3 .submit{
    width: 200px;
    height: 38px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin: auto;
    margin-top: 80px;
}
