.AboutUs-banner {
    background-image: url(/images/banner/lianxiwomen.jpg);
}
.joinUs-banner {
    background-image: url(/images/banner/lianxiwomen.jpg);
}
.contactUs-banner {
    background-image: url(/images/banner/lianxiwomen.jpg);
}
.contactUs-content {
    display: none;
  }
  
  .contactUs-content.active {
    margin-top: 50px;
    display: block;
  }
.productTab2 {
    margin-top: 30px;
    height: 25px;
    
    
}
.productTab2 ul {
    width: 100%;
    background: #fff;
    margin: 0 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    transform: translateY(-60px);
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.09);
    border-radius: 4px;
}
.productTab2 ul li {
    margin: 0 35px;
    cursor: pointer;
    width: 80px;
    text-align: center;
    color: #999999;
    line-height: 70px;
    font-weight: 600;
    font-size: 18px;
}
.productTab2 ul .active  {
    border-bottom: 2px solid #1371FF;
    color: #000000;
}
.contactUs {
    
    padding-top: 0px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.09);
    border-radius: 8px;
}
.contactUs .container {
    padding: 0 20px;
}
.contactUs .contactUs_left {
    height: 520px;
    padding-top: 30px;
    background: #f9f9f9;
}
.contactUs .contactUs_left h3  {
    text-align: center;
    letter-spacing: 4px;
    font-size: 22px;
    
}
.contactUs .contactUs_left  .line {
    margin: 0 auto;
    height: 3px;
    width: 60px;
    background: #5385fc;
    margin-bottom: 100px;
}
.contactUs .contactUs_left ul {
    display: flex;
    flex-direction: column;
}
.contactUs .contactUs_left ul li {
    margin-left: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contactUs .contactUs_left ul li img {
    margin-right: 33px;
    width: 25px;
}
.contactUs .contactUs_left ul li>div {
    font-size: 18px;
}
.contactUs .contactUs_right {
    margin-top: 30px;
}
.contactUs .contactUs_right h3  {
    text-align: center;
    letter-spacing: 4px;
    font-size: 22px;
    
}
.contactUs .contactUs_right .line {
    margin-bottom: 40px;
    margin: 0 auto;
    height: 3px;
    width: 60px;
    background: #5385fc;
}
.contactUs .contactUs_right form {
    margin-top: 30px;
}
.contactUs .contactUs_right input {
    background: #ffffff;
}
.contactUs .contactUs_right .form-group1 {
    display: flex;
    justify-content: space-between;
}
.contactUs .contactUs_right .form-group1 input {
    width: 49%;
    height: 40px;
    margin-bottom: 16px;
}
.contactUs .contactUs_right .form-group {
    width: 100%;
    display: flex;
    justify-content: center;
}
.contactUs .contactUs_right .form-group input {
    width: 80%;
    height: 50px;
    margin-bottom: 10px;
}
.contactUs .contactUs_right .contactUs_right_btn {
    display: flex;
    justify-content: center;
    
}
.contactUs .contactUs_right .contactUs_right_btn  button {
    width: 80%;
    height: 55px;
    background-color: #3D86FF;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
}

#container {
    width:100%;
    height: 350px; 
}  
/* 平板 */
@media screen and (min-width:768px) and (max-width:991px) {
    .contactUs .contactUs_right {
        margin-bottom: 30px;
    }
}  
/* 超小屏幕 */
@media screen and (max-width: 767px) {
    .contactUs-content.active {
        margin-top: 30px;
        display: block;
      }
    .AboutUs-banner {
        height: 200px;
        background-image: url(/images/banner/lianxiwomen.jpg);
        background-size: 100%;
    }
    .joinUs-banner {
        height: 200px;
        background-image: url(/images/banner/lianxiwomen.jpg);
        background-size: 100%;
    }
    .contactUs-banner {
        height: 200px;
        background-image: url(/images/banner/lianxiwomen.jpg);
        background-size: 100%;
    }
    .productTab2 ul {
        margin: 0;
        height: 50px;
        z-index: 999;
    }
    .productTab2 ul li {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 50px;
    }
    .news {
        transform: translateY(-60px);
    }
    .contactUs {
        transform: translateY(-80px)
    }
    .contactUs .contactUs_left {
        height: 340px;
    }
    .contactUs .contactUs_left .line {
        margin-bottom: 30px;
    }
    .contactUs .contactUs_left ul li {
        margin-left: 10px;
    }
    .contactUs .contactUs_left ul li>div {
        font-size: 14px;
    }
    .contactUs .contactUs_right {
        margin-bottom: 30px;
    }
}