.ibanner {
    background-position:top center;
    background-repeat:no-repeat;
    background-size: cover;
    padding: 180px 20% 40px 20%;
}
.ibanner{
    color: #fff;
}
.ibanner h3{
    font-size: 30px;
    margin-bottom: 15px;
}
.ibanner p{
    font-size: 16px;
    font-family: Arial;
}
.ibanner .wire{
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
}
.ibanner .mbnav{
    margin-top: 115px;
}
.ibanner .mbnav a{
    color: #fff;
}
.ibanner .container{
    padding: 0;
}
.ibanner .container .row{
    margin: 0;
    padding: 0;
}
.ibanner .about-content {
    padding: 0;
}
.contactUs{
    padding-top: 80px;
}
.contactUs_top{
    background-color: #f1f1f1;
    padding: 0;
    margin-bottom: 80px;
}
.contactUs_top_t{
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.contactUs_top h1{
    font-size: 26px;
    color: #fcb913;
    font-weight: 600;
}
.contactUs_top .p1{
    font-size: 14px;
    color: #999;
    font-weight: 600;
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 20px;
}
.contactUs_top_list li{
    width: 50%;
    display: flex;
}
.contactUs_top_list{
    display: flex;
    padding: 35px 40px;
}
.contactUs_top_list .contactUs_icon{
    width: 50px;
    height: 50px;
    background-color: #fcb913;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUs_top_list .contactUs_icon .iconfont::before{
    margin-right: 0px;
    font-size: 18px;
}
.contactUs_text{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactUs_text p{
    font-size: 16px;
    color: #333;
}
.contactUs_text p span{
    margin-left: 15px;
}
.contactUs_code h1{
    font-size: 26px;
    color: #fcb913;
    font-weight: 600;
}
.contactUs_code .p1{
    font-size: 14px;
    color: #999;
    font-weight: 600;
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 40px;
}
.contactUs_code_c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactUs_code_c li{
    width: 20%;
    text-align: center;
}
.contactUs_code_c li img{
    max-width: 100%;
  
}
.contactUs_code_c p{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactUs_map{
    padding-top: 70px;
    padding-bottom: 80px;
}
#container{
    width: 100%;
    height: 400px;
}
.map-sign {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 0 10px #888888;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.map-sign img {
    max-width: 100%;
}
.map-sign-title {
    font-size: 16px;
    color: #fcb913;
    font-style: italic;
    margin-top: 5px;
}
@media (max-width:1200px) {
    .ibanner {
        background-position:top center;
        background-repeat:no-repeat;
        background-size: cover;
        padding: 130px 10% 40px 10%;
    }
    .ibanner .mbnav{
        margin-top: 80px;
    }
}
@media (max-width: 992px) {
    .contactUs_code_c > li {
        width: 22%;
    }
    .contactUs_code_c > li > p {
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .ibanner {
        background-position:top center;
        background-repeat:no-repeat;
        background-size: cover;
        padding: 90px 10% 40px 10%;
    }
    .ibanner .mbnav{
        margin-top: 80px;
    }
    .contactUs_top_list {
        flex-wrap: wrap;
     }
    .contactUs_top_list li {
        width: 100%;
        display: flex;
    }
    .contactUs_top_list_li{
        margin-bottom: 25px;
    }
    .contactUs_text p span {
        margin-left: 0px;
    }
    .contactUs_top_list {
        padding: 25px 35px;
    }
    .contactUs_text {
       width: 70%;
    }
    .contactUs_code_c > li {
        width: 40%;
    }

    /* map */
    .map-sign {
        width: 70px;
        height: 70px;
    }
    .map-sign-title {
        display: none;
    }

}
@media (max-width:576px) {
    .ibanner {
        background-position:top center;
        background-repeat:no-repeat;
        background-size: cover;
        padding: 60px 10% 20px 10%;
    }
    .ibanner .mbnav{
        margin-top: 20px;
    }
    .ibanner h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ibanner .wire{
        width: 60px;
        height: 1px;
        background-color: #fff;
        margin-bottom: 5px;
    }
    .ibanner p{
        font-size: 12px;
      
    }
    .ibanner .mbnav a{
       font-size: 12px;
    }
    .contactUs_top_list li {
        width: 100%;
        display: flex;
    }
    .contactUs_top_list {
       flex-wrap: wrap;
    }
    .contactUs_top_list_li{
        margin-bottom: 25px;
    }
    .contactUs {
        padding-top: 45px;
    }
    .contactUs_top h1 {
        font-size: 21px;
        color: #fcb913;
        font-weight: 600;
    }
    .contactUs_top_t {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .contactUs_top_list {
        padding: 25px 25px;
    }
    .contactUs_text p {
        font-size: 14px;
        color: #333;
    }
    .contactUs_top_list .contactUs_icon {
        width: 45px;
        height: 45px;

    }
    .contactUs_top {
        margin-bottom: 45px;
    }
    .contactUs_code .p1 {
        font-size: 12px;
        color: #999;
        font-weight: 600;
        font-family: "Microsoft Yahei", Arial;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .contactUs_code h1 {
        font-size: 21px;
        color: #fcb913;
        font-weight: 600;
    }
    .contactUs_code_c li {
        width: 45%;
      
    }
    .contactUs_code_c p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .contactUs_map {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    #container {
        width: 100%;
        height: 330px;
    }
}