.contact-block{
    padding: 88px 0;
}
.contact-block:nth-child(even){
    background: #F9F9F9;
}
.contact-map{
    background: url("https://magex.oss-cn-hangzhou.aliyuncs.com/ZYwebsite/page6/pic-contact-us-map.png");
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    background-size: 100%;
    margin-top: 60px;
    position: relative;
}
.contact-map .address{
    width: 306px;
    text-align: center;
}
.contact-map .us{
    position: absolute;
    left: 176px;
    top: 152px;
}
.contact-map .china{
    position: absolute;
    left: 834px;
    top: 600px;
}
.contact-map .italy{
    position: absolute;
    left: 584px;
    top: 130px;
}
.contact-map .chile{
    position: absolute;
    left: 206px;
    top: 878px;
}
.contact-map .africa{
    position: absolute;
    left: 536px;
    top: 816px;
}
.contact-map .button{
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #2c2c2c;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s;
}
.contact-map .address:hover .button{
    background: #FA6400;
    color: #fff;
    border: 1px solid #FA6400;
}
.contact-map .desc{
    background: #FA6400;
    border-radius: 8px;
    padding: 17px 20px;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    margin-top: 90px;
    display: block;
    transition: all .3s;
    opacity: 0;
    text-align: left;
}
.contact-map .address:hover .desc{
    display: block;
    opacity: 1;
}
.contact-address{
    width: 1200px;
    margin: 88px auto 0 auto;
}
.contact-address .address-top{
    background: #fff;
    position: relative;
    height: 156px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.contact-address .address-top .button{
    position: absolute;
    top: -25px;
    left: 410px;
    width: 380px;
    background: #FA6400;
    color: #fff;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 25px;
}
.contact-address .address-top .desc{
    padding-top: 50px;
}
.contact-address .address-sub{
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
}
.contact-address .address-sub .address{
    background: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 51px 18px 25px 18px;
    color: #666666;
    position: relative;
    width: 224px;
}
.contact-address .address-sub .button{
    position: absolute;
    top: -25px;
    left: 38px;
    width: 184px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0091FF;
    color: #fff;
    font-size: 24px;
}
.about-contact-us{
    margin-top: 60px;
    width: 900px;
    margin: 0 auto;
}
.about-contact-row{
    display: flex;
    margin-bottom: 20px;
}
.about-contact-col{
    flex: 1;
    background-color: #F9F9F9;
    padding: 16px 40px; 
}
.about-contact-col + .about-contact-col{
    margin-left: 20px
}

.about-contact-col input,
.about-contact-col textarea{
    border: none;
    font-size: 18px;
    color: #666666;
    background: transparent;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    outline:none;
    font-family: Arial, Helvetica, sans-serif;
}

.about-contact-button{
    width: 100%;
    margin-top: 40px;
    border: 1px solid #FA6400;
    color: #FA6400;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all .3s;
    font-size: 18px;
}
.about-contact-button:hover{
    background-color: #FA6400;
    color: #fff;
}
.block-title-box.special .block-sub-title{
    font-size: 22px;
}