/* 子页标题 公共样式 */
.inside_page {
    width: 100%;
    min-width: 1200px;
}

.box_title {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    border-bottom: 1px solid #323232;
    padding-bottom: 10px;
    overflow: hidden;
}

.box_title .title {
    font-size: 26px;
    font-weight: 600;
}

.box_title .title_eng {
    font-size: 14px;
    font-weight: 500;
    color: #B6B6B6;
    margin-top: 10px;
}

.box_subtitle {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    margin-top: 23px;
    padding-bottom: 55px;
}

.box_subtitle .subtitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}


/* 子页头部 */
.sub_page_header_box {
    width: 100%;
}

.sub_page_header_box img {
    width: 100%;
    display: block;
}

.sub_page_header_tab_box {
    width: 100%;
    height: 50px;
    background-color: #F3F7FA;
    color: #3E3A39;
    font-size: 14px;
    overflow: hidden;
}

.sub_page_header_tab_box_contnt {
    width: 1200px;
    margin: 0 auto;
}

.sub_page_header_tab_box .sub_page_header_tab {
    padding: 0 10px;
    float: left;
    height: 16px;
    margin-top: 19px;
    margin-right: 60px;
    border-right: 1px solid #555555;
    border-left: 1px solid #555555;
    line-height: 15px;
    cursor: pointer;
}

.sub_page_header_tab_box .active {
    color: #126AC0;
    border-right: 1px solid #126AC0;
    border-left: 1px solid #126AC0;
}

.sub_page_header_tab_box .sub_page_header_tab:hover {
    color: #126AC0;
    border-right: 1px solid #126AC0;
    border-left: 1px solid #126AC0;
}