.clear{
    clear: both;
}
.page_items {
    overflow: hidden;
    position: relative;
    top: 220px;
    transition: all 1s;
    opacity: 0;
}


.page_items.on {
    opacity: 1;
    top: 0px;
}
/* æ¢é¡µæ ‡ç­¾ å¼€å§‹ */
.public_banner{
    position: relative;
    text-align: center;
}
.banner_tab{
    position: relative;
    top: -68px;
    width: 62.5%;
    margin: 0px auto;
}
.banner_tab li{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 20px 5%;
    cursor: pointer;
}
.banner_tab li:hover{
    background-color: #3777fe;
}
.tab_on{
    background-color: #3777fe;
}
.banner_tab li + li{
    margin-left: 20px;
}
/* æ¢é¡µæ ‡ç­¾ ç»“æŸ */
.contact_box{
    width: 100%;
    height: 410px;
    padding: 60px 40px 0px;
    background-color: #fff;
    box-shadow: 0px 16px 30px 0px
    rgba(188, 191, 198, 0.27);
    position: relative;
    z-index: 10;
}
.left_box{
    width: 46.6%;
    height: 280px;
    float: left;
    overflow-y: auto;
}
.name_ch{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.name_en{
    font-size: 11px;
    color: #999;
    margin-top: 6px;
}
.tel_box{
    margin: 50px 0px 60px;
}
.tel_icon{
    width: 38px;
}
.tel_box span{
    font-family: Bebas;
    font-size: 30px;
    letter-spacing: 2px;
    color: #004dc9;
    vertical-align: middle;
    margin-left: 25px;
}
.info_box + .info_box{
    margin-top: 28px;
}
.info_icon{
    width: 18px;
    margin-right: 14px;
}
.info_tit{
    font-size: 16px;
    letter-spacing: 1px;
    color: #999;
    vertical-align: middle;
}
.info_text{
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    vertical-align: middle;
}
.info_box span + span{
    margin-left: 24px;
}

.right_box{
    width: 53.3%;
    height: 300px;
    float: right;
    /*padding: 0px 80px;*/
    /*border-left: 1px solid #eaeaea;*/
    /*overflow-y: auto;*/
}
.online_word{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.contact_ul{
    width: 87.2%;
}
.contact_ul li{
    border-bottom: 1px solid #d7dbe1;
}
.contact_ul li input,.contact_ul li textarea{
    font-size: 16px;
    letter-spacing: 1px;
    color: #999;
    outline: none;
    /* -webkit-appearance: none; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    resize: none;
}
.li_name,.li_phone{
    width: 47%;
    display: inline-block;
    padding: 15px 0px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.contact_forms_ie_tit{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    display: none;
}
.li_name{
    float: left;
}
.li_phone{
    float: right;
}
.btn_contact{
    font-size: 16px;
    color: #fff;
    background-color: #004dc9;
    padding: 16px 68px;
    border: none;
    margin-top: 36px;
}
.map_containers {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: -80px;
    top: -80px;
}

.map_containers #map {
    width: 100%;
    height: 100%;
}

/* æ‹›è´¤çº³å£« å¼€å§‹ */
.comment_problem_top {
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 30px;
    background: #fafafa;
    position: relative;
}
.img_hover{
    display: none;
}


.comment_problem_top:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 2px;
    height: 24px;
    background: #004dc9;
}


.comment_problem_name {
    width: 70%;
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}


.comment_problem_toggle {
    float: right;
    text-align: right;
    font-size: 16px;
    color: #999;
}

.comment_problem_toggle .img2 {
    display: none;
}

.comment_problem_toggle img {
    width: 23px;
    height: 14px;
    margin-left: 14px;
}


.comment_problem_content {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    line-height: 30px;
    color: #666;
    padding: 20px 30px 38px;
    display: none;
}
.comment_problem_list li {
    margin-bottom: 30px;
}

.comment_problem_list li.on {
    box-shadow: 0px 10px 30px 0px
    rgba(53, 55, 58, 0.1);
}


.comment_problem_top:hover  .comment_problem_name ,.comment_problem_top:hover  .comment_problem_toggle{
    color: #004dc9;
}

.comment_problem_list li.on .comment_problem_toggle .img2 {
    display: inline-block;
}
.comment_problem_list li.on .comment_problem_toggle .img1 {
    display: none;
}


.comment_problem_list li.on .comment_problem_top {
    background: #fff;
}
.common_problem_main {
    padding: 80px 0px;
    background: #fff;
}
.tab_info span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.tab_info span + span{
    margin-left: 20px;
}
.info_desc{
    font-size: 16px;
    color: #666;
}
.info_desc + .tab_info{
    margin-top: 40px;
}
.page_2{
    display: none;
}
/* æ‹›è´¤çº³å£« ç»“æŸ */

@media (max-width:768px) {
    /* æ¢é¡µæ ‡ç­¾ å¼€å§‹ */
    .public_banner{
        position: relative;
        text-align: center;
    }
    .banner_tab {
        position: relative;
        top: 10px;
        width: 100%;
        margin: 0px auto;
    }
    .banner_tab li {
        font-size: 14px;
        padding: 10px 3%;
        background: #f7f7f7;
        color: #333;
        margin-bottom: 10px;
    }

    .banner_tab li:hover{
        background-color: #3777fe;
        color: #fff;
    }
    .tab_on{
        background-color: #3777fe !important;
        color: #fff !important;
    }
    .banner_tab li + li{
        margin-left: 10px;
    }
    /* æ¢é¡µæ ‡ç­¾ ç»“æŸ */
    .contact_box{
        width: 100%;
        height: auto;
        padding: 20px 0px;
        background-color: #fff;
        box-shadow: 0px 16px 30px 0px
        rgba(188, 191, 198, 0.27);
        position: relative;
        z-index: 1;
    }
    .left_box{
        width: 100%;
        height: auto;
        float: left;
        /*padding: 0px 2%;*/
        overflow-y: auto;
    }
    .name_ch{
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .name_en{
        font-size: 11px;
        color: #999;
        margin-top: 6px;
    }
    .tel_box{
        margin: 10px 0px 10px;
    }
    .tel_icon{
        width: 19px;
    }
    .tel_box span{
        font-family: Bebas;
        font-size: 15px;
        letter-spacing: 2px;
        color: #004dc9;
        vertical-align: middle;
        margin-left: 15px;
    }

    .info_box + .info_box{
        margin-top: 8px;
    }
    .info_icon{
        width: 10px;
        margin-right: 6px;
    }
    .info_tit{
        font-size: 12px;
        letter-spacing: 0px;
        color: #999;
        vertical-align: middle;
    }
    .info_text{
        font-size: 12px;
        letter-spacing: 0px;
        color: #333;
        vertical-align: middle;
    }
    .info_box span + span{
        margin-left: 8px;
    }

    .right_box{
        width: 100%;
        height: auto;
        float: right;
        margin-top: 20px;
        /*padding: 0px 2%;*/
        border-left: 1px solid #eaeaea;
        overflow-y: auto;
    }
    .online_word{
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .contact_ul{
        width: 100%;
    }
    .contact_ul li{
        border-bottom: 1px solid #d7dbe1;
    }
    .contact_ul li input,.contact_ul li textarea{
        font-size: 14px;
        letter-spacing: 0px;
        color: #999;
    }
    .li_name,.li_phone{
        width: 47%;
        display: inline-block;
        padding: 8px 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .contact_forms_ie_tit{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .li_name{
        float: left;
    }
    .li_phone{
        float: right;
    }
    .btn_contact{
        font-size: 14px;
        color: #fff;
        background-color: #004dc9;
        padding: 8px 36px;
        border: none;
        margin-top: 20px;
    }
    .map_containers {
        width: 100%;
        height: 300px;
        position: relative;
        margin-bottom: -80px;
        top: -80px;
    }

    .map_containers #map {
        width: 100%;
        height: 100%;
    }

    /* æ‹›è´¤çº³å£« å¼€å§‹ */
    .comment_problem_top {
        overflow: hidden;
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 15px;
        background: #fafafa;
        position: relative;
    }

    .comment_problem_top:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        margin: auto;
        width: 2px;
        height: 20px;
        background: #004dc9;
    }


    .comment_problem_name {
        width: 70%;
        float: left;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }


    .comment_problem_toggle {
        float: right;
        text-align: right;
        font-size: 16px;
        color: #999;
    }

    .comment_problem_toggle .img2 {
        display: none;
    }

    .comment_problem_toggle img {
        width: 14px;
        height: 7px;
        margin-left: 14px;
    }


    .comment_problem_content {
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        background: #fff;
        line-height: 24px;
        color: #666;
        padding: 10px 15px 10px;
        display: none;
    }
    .comment_problem_list li {
        margin-bottom: 10px;
    }

    .comment_problem_list li.on {
        box-shadow: 0px 10px 30px 0px
        rgba(53, 55, 58, 0.1);
    }
    .common_problem_main {
        padding: 80px 0px;
        background: #fff;
    }
    .tab_info span{
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }
    .tab_info span + span{
        margin-left: 10px;
    }
    .info_desc{
        font-size: 14px;
        color: #666;
    }
    .info_desc + .tab_info{
        margin-top: 20px;
    }
    .page_2{
        display: none;
    }
    /* æ‹›è´¤çº³å£« ç»“æŸ */

}

.tel_consult {
    font-size: 18px;
    margin-top: 18px;
}

.tel_box .tel_consult span {
    font-size: 18px;
    margin-left: 0px;
}

.tel_consult a {
    font-family: Bebas;
    vertical-align: middle;
    color: #004dc9;
}

.tel_box {
    margin: 50px 0px 50px;
}

.left_box {
    height: 332px;
}

.info_box + .info_box {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .left_box {
        height: auto;
    }
    .tel_box {
        margin: 10px 0px 10px;
    }
    .tel_consult {
        font-size: 14px;
        margin-top: 8px;
        line-height: 20px;
    }
    .tel_box .tel_consult span {
        font-size: 14px;
        margin-left: 0px;
    }
    .info_box + .info_box {
        margin-top: 8px;
    }
}
