html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.main_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* banner样式在common.css中 */
/* 面包屑和小导航样式在common.css中 */





/* contact */
.contact {
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
    text-align: center;
}
.contact .title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.contact .english {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004282;
}


/* map */
.map {
    width: 100%;
    height: 5.8rem;
    padding-top: 0.53rem;
    background: #F9F9F9;
}
.map .center_map {
    width: 12rem;
    margin: 0 auto;
    display: flex;
}
.map .contact_info {
    width: 4.5rem;
    height: 4.75rem;
    margin-right: 0.4rem;
    padding: 0.6rem 0.3rem 0.5rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
}
.map .contact_info .item {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    display: flex;
    border-bottom: 0.01rem solid #E5E5E5;
}
.map .contact_info .item:first-child {
    margin-top: 0;
}
.map .contact_info .item:last-child {
    border-bottom: none;
}
.map .contact_info .item .icons {
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}
.map .contact_info .item:nth-child(1) .icons {
    width: 0.32rem;
    height: 0.42rem;
}
.map .contact_info .item:nth-child(2) .icons {
    width: 0.37rem;
    height: 0.37rem;
}
.map .contact_info .item:nth-child(3) .icons {
    width: 0.35rem;
    height: 0.28rem;
}
/* .map .contact_info .item .information {
    width: 0.32rem;
    height: 0.42rem;
    margin-right: 0.2rem;
} */
.map .contact_info .item .name {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.map .contact_info .item .detail {
    width: 2.72rem;
    margin-top: 0.13rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    color: #222222;
}

/* right img */
.map .map_img {
    position: relative;
    width: 7.07rem;
    height: 4.75rem;
}
.map .map_img .base_map {
    width: 100%;
    height: 100%;
}
.map .map_img .location {
    position: absolute;
    left: 2.45rem;
    top: 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map .map_img .locate {
    width: 0.31rem;
    height: 0.37rem;
}
.map .map_img .name {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}



/* form */
.form {
    width: 12rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
.form .inputs {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form .ipt {
    width: 5.65rem;
    height: 0.65rem;
    padding-left: 0.3rem;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
}
.form .ipt .tip {
    margin-right: 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    color: #888888;
    font-weight: 400;
}
.form .ipt .tip span {
    color: red;
}
.form .ipt .content {
    flex: 1;
    height: 0.3rem;
    border: none;
}
/* textarea */
.form .txt_box {
    width: 100%;
    /*height: 4.01rem;*/
    margin-top: 0.4rem;
    padding: 0.22rem 0.3rem;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.05rem;
}
.form .txt_box .tip {
    margin-right: 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    color: #888888;
    font-weight: 400;
}
.form .txt_box .tip  span {
    color: red;
}
.form .txt_box .txt {
    width: 100%;
    height: 3.5rem;
    font-size: 0.16rem;
    border: none;
    outline: none;
    resize: none;
}
.form .btn {
    width: 2.7rem;
    height: 0.45rem;
    margin-top: 0.65rem;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #004282;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.45rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.16rem;
}
.form .btn:hover {
    cursor: pointer;
}






@media only screen and (max-width: 1024px) {
    .contact {
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .contact .title {
        font-size: 14px;
    }
    .contact .english {
        font-size: 12px;
        margin-top: 0.2rem;
    }
    .map {
        height: auto;
        padding: 0.5rem 15px;
    }
    .map .center_map {
        width: 100%;
        display: block;
    }
    .map .contact_info {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 20px 15px;
    }
    .map .contact_info .item {
        padding-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    .map .contact_info .item .name {
        font-size: 14px;
    }
    .map .contact_info .item .detail {
        width: 100%;
        margin-top: 0.1rem;
        font-size: 12px;
    }
    .map .map_img {
        width: 100%;
        height: auto;
        margin-top: 0.1rem;
    }
    .form {
        width: 100%;
        padding: 0 15px;
    }
    .form .inputs {
        width: 100%;
    }
    .form .ipt {
        width: 48%;
        overflow: hidden;
    }
    .form .ipt .tip {
        white-space: nowrap;
        font-size: 12px;
    }
    .form .btn {
        line-height: 1;
    }
    
    
    
}





