.test-box {
    display: none;
}

/**header nav**/
.navigation .navbar-default .logo {
    height: 50px !important;
}

.navigation .navbar-default .logo.logo-2022 {
    height: 35px !important;
}

.navbar-nav {
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    /* padding: 20px 0; */
}

.navbar-brand {
    /* padding: 25px 15px; */
}

.navigation .navbar-default .navbar-nav>.active>a {
    background: transparent !important;
    color: #55585C !important;
}

.navigation .navbar-toggle {
    margin-top: 30px;
}

.main-nav-bar {
    position: absolute;
    width: 100%;
    transition: all 0.2s linear;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.2);
    z-index: 99;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.g-t .main-nav-bar.full {
    padding-left: 95px;
    padding-right: 80px;
}

.main-nav-bar.normal-mode {
    background: rgba(0, 0, 0, .6) !important;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.2);
}

.g-t .main-nav-bar.normal-mode {
    background: #fff !important;
}

.g-t .main-nav-bar.normal-mode .language-switch-box .switch-item.active,
.g-t .main-nav-bar.normal-mode .navigation .navbar-default .navbar-nav>.active>a,
.g-t .main-nav-bar.normal-mode .navigation .navbar-default .navbar-nav>li>a {
    color: #55585C !important;
}

.g-t .main-nav-bar.normal-mode .navigation .navbar-brand::before {
    width: 92px;
    height: 36px;
    display: block;
    content: url(../images/logo.png);
}

.g-t .main-nav-bar.normal-mode .navigation .navbar-default .logo.logo-2022 {
    display: none;
}

.main.container-fluid:first-child .additional {
    min-height: 0;
}

.normal-mode .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.main-nav-bar.show-bg .navigation .navbar-default .navbar-nav>li>a {
    color: #55585C !important;
}

.main-nav-bar.show-bg .language-switch-box .switch-item.active {
    color: #000 !important;
}

.main-nav-bar.show-bg-a .navigation .navbar-default .navbar-nav>li>a {
    color: #55585C !important;
}

.main-nav-bar.show-bg-a .language-switch-box .switch-item.active {
    color: #000 !important;
}

.logo-info-content {
    width: 92px;
    height: 36px;
    margin-top: 12px;
    background: url(../images/logo.png);
    background-size: contain;
}

.main-nav-bar-bg {
    transform-origin: center;
    height: 120px;
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;

}

.main-nav-bar.show-bg .logo-info-content {
    width: 92px !important;
    margin-top: 12px !important;
    height: 36px !important;
    background: url(../images/logo2.png) !important;
    background-size: contain !important;
}

.main-nav-bar.show-bg-a .logo-info-content {
    width: 92px !important;
    margin-top: 12px !important;
    height: 36px !important;
    background: url(../images/logo2.png) !important;
    background-size: contain !important;
}

@keyframes menuItemShow {
    0% {
        transform: translate(0px, -30px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes menuItemHide {
    0% {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, -30px);
        opacity: 0;
    }
}


@keyframes bgHoverShow {
    0% {
        transform: scale(1, 0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}


@keyframes bgHoverHide {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1, 0.5);
        opacity: 0;
    }
}

.show-bg .main-nav-bar-bg {
    display: block;
    animation: bgHoverShow 0.15s ease-out both;
}

.main-nav-bar-bg:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 60px;
    background: #efefefba;
}

.show-hide-anim .main-nav-bar-bg {
    animation: bgHoverHide 0.15s ease-out both;
}

.menu-holder {
    height: 74px;
    position: absolute;
    width: 145px;
    display: none;
}

.show-bg .menu-holder {
    display: block;
}

.dropdown-menu.sub-menu-show {
    animation: menuItemShow 0.15s ease-out both;
}

.dropdown-menu.sub-menu-hide {
    animation: menuItemHide 0.15s ease-out both;
}

.main-nav-bar .caret {
    display: none;
}

html[lang="en-GB"] .main-nav-bar .navigation .navbar-nav>li {
    margin: 0 10px;
}

.header-holder {
    height: 100px;
}

.language-switch {
    display: none !important;
}

.navbar-brand {
    padding-left: 0;
    padding-right: 0;
}

.navigation .navbar-nav .language-switch-wrapper {
    margin-right: 0;
}

.language-switch-box {
    float: right;
    margin-right: -40px;
    padding-right: 0 !important;
}

.language-switch-box:hover {
    color: #55585C !important;
}

.language-switch-box .switch-item {
    cursor: pointer;
    color: #6A6C6C;
}

.language-switch-box .switch-item.active {
    color: #55585C;
}

.language-switch-box .switch-item:hover {
    color: #336AFF;
}

.language-switch-box .separator-line {
    margin: 0 6px;
}

.navigation .navbar-default .navbar-nav>li>a:after {
    margin-top: 13px;
    content: '';
    background: #FA5132;
    display: block;
    width: 100%;
    height: 3px;
    transition: all 0.2s linear;
    transform-origin: center;
    transform: scaleX(0);
    border-radius: 1.5px;

}

.aafter:after {
    content: '' !important;
    background: #FA5132 !important;
    display: block !important;
    width: 100% !important;
    height: 3px !important;
    transition: all 0.2s linear !important;
    transform-origin: center !important;
    transform: scaleX(1) !important;
    border-radius: 1.5px;
}

.navigation .navbar-default .navbar-nav>li>a.language-switch-box:after {
    display: none;
}

.navigation .navbar-default .navbar-nav>li:hover>a:after {
    transform: scaleX(1);
}

.navigation .navbar-default .navbar-nav>li>a {
    color: #55585C;
    font-size: 16px;
}

.navigation .navbar-nav>li {
    margin: 0 40px;

}

.navigation .navbar-nav>li:last-child {
    margin-right: 0;
}

.navigation .navbar-nav.navbar-right>li {
    /* margin-bottom: -2px; */
}

.dropdown-toggle {
    padding: 0 !important;
    transform: translateY(16px);

}

.navigation .navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 2px;
    line-height: 30px;
    margin-bottom: -2px;
    text-align: center;
}

.navigation>.navbar.navbar-default {
    background: transparent;
    text-indent: 0 !important;
    border: none;
    box-shadow: 0 1px transparent;
}

/*.main-nav-bar.show-bg .navbar-default {
    box-shadow: 0 1px #f5f5f5;
}*/
.navigation .navbar-default .navbar-nav>li>a:hover,
.navigation .navbar-default .navbar-nav>li>a:focus,
.navigation .navbar-default .dropdown-menu>li>a:hover,
.navigation .navbar-default .dropdown-menu>li>a:focus {
    background: transparent !important;
    color: #FA5132;
}

.navigation .navbar-default .dropdown-menu>li.active>a,
.navigation .navbar-default .dropdown-menu>li.active>a:hover,
.navigation .navbar-default .dropdown-menu>li.active>a:focus {
    color: #FA5132 !important;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu li {
    display: inline-block;
}

.navigation .dropdown-menu>li>a {
    padding: 10px 46px 10px 6px !important;
}

.sub-nav-bar .navbar-right {
    display: none;
}

.sub-nav-bar .navbar-header {
    display: none;
}

.sub-nav-bar {
    transition: all 0.2s linear;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.2);
}

.btn-sub-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 14px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}

.btn-sub-toggle:focus,
.btn-sub-toggle:hover {
    background-color: #ddd;
    outline: none;
}

.btn-sub-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}

.btn-sub-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.sub-menu-list {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
    transition: height linear 200ms;
}

.sub-menu-list.in {
    display: block;
}

/**公司简介**/

.company-info-box {
    margin-top: 80px;
    /*max-width: 1120px !important;*/
}

.company-info-box h1 {
    margin-bottom: 30px !important;
}

.company-info-box .company-name {
    font-size: 20px !important;
    margin-bottom: 10px;
    display: inline-block;
}

.company-info-box h1 {
    font-size: 28px;
    font-weight: 500;
    color: #3E3A3A;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 10px;
    text-align: center;
}

.company-info-box h1 * {
    font-style: normal;
}

.company-info-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #555;
}

.company-info-box p+p {
    margin-top: 10px;
}

.company-info-box p span {
    font-size: 16px !important;
}

.company-data-box {
    margin-bottom: 80px;
}

.company-data-box .section-group-default {
    padding: 46px 0;
    text-align: center;
}

.company-data-box h3 {
    margin: auto auto 10px !important;
    text-align: center;

}

.companry-info p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.company-data-box>.section {
    background: #FBFBFB;
    /*max-width: 800px;*/
    margin: auto;
}

.company-data-box h3 {
    margin: auto auto 10px;
    text-align: center;
}

html[lang="en-GB"] .company-data-box h3 {
    font-size: 16px;
}

html[lang="en-GB"] .company-data-box p {
    font-size: 14px;
}

/***轮播图***/
.partner-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.main-slider {
    display: none;
}

.home-video-box,
.home-video-box .widget {
    margin: 0;
}



.home-video-box .video-text {
    position: absolute;
    color: #fff;
    font-size: 56px;
    z-index: 9;
    left: 50%;
    top: 50%;
    white-space: pre;
    transform: translate(-50%, -50%);
}

.home-video-box .widget-video {
    height: auto !important;
    position: relative;
    overflow: hidden;
}

.owl-carousel .progressBar {
    display: none;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: #5b87ff !important;
}

.owl-carousel .slider-inner {
    text-align: center;
}

.owl-carousel .owl-item {
    position: relative;
}

.slider-inner:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.owl-carousel.owl-theme .carousel-content {
    background: none !important;
    bottom: initial;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: initial;
}

.owl-carousel.owl-theme .carousel-content a {
    font-size: 48px;
    font-style: italic;
    color: #fff;
    text-shadow: none;
    font-family: FZLanTingHei-L-GBK;
}

.manage-chapter {
    max-width: 722px;
    margin-left: auto;
    margin-right: auto;
}

.frame-file-box,
.committee-box,
.manager-box {
    margin: 0;
    background: #FBFBFB;
    padding: 48px;
}

.committee-box {
    padding-top: 0;
}

.frame-file-box .section-group-default {
    position: relative;
}

.frame-file-box .section-group-default span {
    color: #336aff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    width: 100%;
    border: 1px solid rgba(244, 244, 244, 1);
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.frame-file-box .section-group-default:after,
.offer-file-list a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NWNmOTMzZS1iMjE5LWI0NDgtYjY0NS04ZGRkODUyYzgzZWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkwOUI5REI4QjgxMTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkwOUI5REE4QjgxMTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmVjNjFhZTIyLWE5NGEtNDA0ZS05ZGFhLTQ0NGFkMGU4MjMyMiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ0Mjg2ZDk0LWE5NTQtYTc0Yi1iYzUzLTBmYTRiNDRiODNkNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjNuOsUAAAHNSURBVHjanJXNK0RRGMbvvY2vsqTkY2MhlJRhS1iwEHakRJqiKMrHXH+BMeVzR4bExgpbYWyUBWosWNoYoayoUUY8bz23rts5t2ne+nVv5z33OeftPOe95uVVwlBEARgA3SAISjmeBDfgCByAlPfDgEJsGERBMbgHhxSSKAftYAcsgFmwrxPMBZtgCJyAeXBrqCPIRfdACxgDP5KwXJNEbBBMgQ4fMYNly06nQQhseHc4wp1NgnUj81jmcwlcSPkmDqUQL49ctVPzoez6E2xp8megFlRaPM0iEPbZSS/o8snPgRLQZ3HyHUgY2YdU9yBaItgIzj0T8rIQFY2gRb8lXYl88E6f6UJyr56xJ1BmKSZ/gV1gg4giH2FuW7WS2OZNlD3jE3yGFWIytkjju6NCKhXBa5rUHb9gHHxQ4BukQQ/FbMXm2uRwpORjUAfqFZNsCuSwYejE5GCrpWlkamzbVbI3TBq7Rowd4A2QsmK8emuag9CF3OdW9oGUc5flxJp5N2XF1Qx8J/Nm2HViThtz2ybEdrQCTkGDj1gTjRzl/R5V9cM0m2ucJTrXKU7TOtYQR1SBF5b5r8GaPr+AftrE+QWIlZ7ZJ7W/gD8BBgBWymzXPNX9YgAAAABJRU5ErkJggg==);
}

.committee-box .section {
    border-top: 1px solid #D8D9DC;
}

.committee-box .section-group-default h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(53, 56, 56, 1);
    line-height: 28px;
    margin-top: 48px;
    margin-bottom: 40px;
}

.committee-box .section-group-default div {
    font-size: 14px;
    color: #55585C;
    line-height: 24px;
}

/***董事会成员&高级管理层***/
.board-director-box {
    margin: 0;
    padding: 48px 48px 0;
}

.manager-box {
    margin-bottom: 80px;
}

.board-director-box h4,
.manager-box h4 {
    color: #336AFF;
}

.board-director-box h5 {
    color: #55585C;
    margin: 30px 0;
}

.manager-box h4 {
    margin-bottom: 30px;
}

.board-director-box div,
.manager-box div {
    font-size: 14px;
    line-height: 24px;
    color: #55585C;
}

/**history**/
.center-wrapper>div {
    position: relative;
}

.widget-container {
    position: relative;
}

.big-event-bg {
    position: absolute;
    z-index: -1;
    display: none;
}

.big-event {
    position: relative;
    color: #fff;
    background-image: url(../images/index_big_event_bg.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

.big-event .big-event-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    z-index: 2;
    padding-top: 50px;
    margin-bottom: 40px;
}

.big-event .big-event-title>div {
    /*margin-left: -50%;*/
    text-align: center;
}

.event-time-wrapper {
    padding-bottom: 30px;
}

.event-time-wrapper .history-event {
    background: none !important;
    text-align: center;
    white-space: nowrap;
    height: 95%;
    font-size: 0;
}

.event-time-wrapper .history-event .event.row {
    display: inline-block;
    width: 163px;
    margin: 0;
    white-space: normal;
    background: none !important;
    height: 100%;
}

.event-time-wrapper .history-event .event.row>div {
    display: block;
    width: 100%;
    padding: 0;
}

.event-time-wrapper .history-event .year {
    position: relative;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-bottom: 60px;
    font-size: 24px;
    /*margin-left: -5px;*/
}

.event-time-wrapper .history-event .year:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #336AFF;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    margin-left: -10px;
    top: 52px;
    z-index: 2;
    box-shadow: 0 0 4px 2px #ffffffbd;
}

.event-time-wrapper .history-event .year:after {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
}

.event-time-wrapper .history-event .event:first-child .year:after {
    left: 4px;
    width: 100%;
}

/*.event-time-wrapper .history-event .event:last-child .year:after {
    width: 75%;
    left: 0;
}*/
.event-time-wrapper .history-event .event-description {
    min-height: 150px;
    margin-left: 0;
    width: 126px;
    text-align: left !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
}

.event-time-wrapper .history-event .event-description strong {
    display: block;
    margin-bottom: 6px;
}

.event-time-wrapper .history-event .event-description strong~strong {
    margin-top: 10px;
}

/**footer***/
.friendship-link-box {
    padding-bottom: 0;
    padding-top: 40px;
    margin-bottom: 0;
}

.page-foot .new-friendship-link-box {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: 40px;
}

.page-foot .new-friendship-link-box a span {
    font-size: 12px !important;
}

.page-foot .new-friendship-link-box .copy-group {
    padding-right: initial;
}

.page-foot .new-friendship-link-box .copy-group p {
    margin-bottom: 0;
}

.friendship-link-box a span {
    font-size: 12px !important;
}

.friendship-link-box>.section {
    border-bottom: 1px solid #F4F1F1;
    padding-bottom: 30px;
}

.friendship-link-box a {
    color: #55585C;
}

.friendship-link-box .copy-group {
    padding-right: 0;
}

.friendship-link-box .section-group-default>a,
.friendship-link-box .section-group-default>h1,
.friendship-link-box .section-group-default>h2,
.friendship-link-box .section-group-default>h3,
.friendship-link-box .section-group-default>h4,
.friendship-link-box .section-group-default>h5,
.friendship-link-box .section-group-default>h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    margin-top: 0;
    /*margin-bottom: 25px;*/
    margin-bottom: 0;
}

.page-foot .new-friendship-link-box .section-group-default>a {
    margin-bottom: 28px;
    color: #333;
}

.page-foot .new-friendship-link-box .section-group-default>div {
    margin-top: 0;
}

.friendship-link-box .section-group-default>div {
    margin-top: 16px;
}

.friendship-link-box .section-group-default>a>* {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 0;
}

.friendship-link-box .copy-group:last-child p {
    display: inline-block;
    margin-bottom: 0;
}

.new-friendship-link-box .section-group-default>h5 {
    display: none;
}

.friendship-link-box .copy-group:last-child .section-group-default>div {
    display: inline-block;
    margin: 0;
    width: 80px;
    text-align: center;
    vertical-align: top;
}

.friendship-link-box .copy-group:last-child .section-group-default>p+div {
    display: block;
}

.friendship-link-box .copy-group:last-child p+p {
    margin-left: 57px;
}

.friendship-link-box .copy-group:last-child .section-group-default>div:last-child {
    margin-left: 62px;
}

.friendship-link-box .copy-group:last-child .section-group-default {
    text-align: right;
    position: relative;
    padding-right: 15px;
    /*color: #55585C;*/
}

.footer {
    background: inherit !important;
    color: inherit !important;
    line-height: 28px;
    font-size: 12px;
    padding-top: 20px !important;
    border: none !important;
    padding-bottom: 40px;
}

.new-friendship-link-box>.section:before {
    content: '';
    height: 120px;
    display: block;
    position: absolute;
    width: 1px;
    background: #34373B;
}

.new-friendship-link-box a {
    color: #fff;
    font-size: 12px;
}

.page-foot {
    margin-top: 80px;
    background: #1F2329;
    color: #fff;
}

.mobile-copyright {
    color: #333;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: -1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.mobile-copyright p {
    margin-bottom: 0;
}

.mobile-copyright a {
    color: inherit;
}

.new-friendship-link-box>.section {
    border-bottom: none;
}

.file-box {
    padding: 48px;
    background: #FBFBFB;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 45px;
}

.offer-file-list img {
    width: 100%;
}

.offer-file-list a {
    cursor: pointer;
    position: relative;
    color: #336AFF;
    display: block;
    font-size: 16px;
}

.file-box.offer-file-list a:after {
    top: 2px;
    right: 0;
}

.offer-file-list p {
    margin-bottom: 0;
}

.file-box .section>.row>.copy-group.col-sm-6>.section-group-default>p img {
    left: 0;
    top: 0;
}

.file-box .section-group-default span {
    top: 0 !important;
    left: 0 !important;
    font-size: 16px;
    display: block;
    margin-top: 24px;
}

.anchor {
    margin: 0;
}

/***路演***/
.roadshow-header {
    /*display: none;*/
}

.roadshow-box {
    /*display: none;*/
    position: relative;
    background-color: #fbfbfb;
    min-height: 200px;
}

.roadshow-box .section {
    /*display: none;*/
}

.roadshow-box p {
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #55585C;
    line-height: 28px;
    margin-bottom: 30px;
}

.roadshow-box h3 {
    margin-bottom: 40px;
    color: #55585C;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}

.contract-title .page-header {
    color: #55585C;
}

.contract-title .page-header h1 {
    font-size: 32px;
}

.contract-title .page-header p {
    font-size: 18px;
    margin-bottom: 24px;
}

.contract-box {
    background-color: #fbfbfb;
    padding: 54px 60px;
    margin-bottom: 40px;
}

.contract-box .section-group-default .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #55585C;
    vertical-align: middle;
    margin-right: 10px;
}

.mission-mobile-bg,
.mission-bg {
    display: none;
}

.mission-bg img {
    min-height: 200px;
}

.mission-bg img,
.mission-mobile-bg img {
    width: 100%;
}

.mission-wrapper {
    height: 200px;
}

.mission-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #6A6C6C;
    font-size: 18px;
    line-height: 24px;
    min-width: 345px;
}

.mission-box .section,
.mission-box .row {
    height: 100%;
}

.mission-title {
    margin-top: 60px;
    margin-bottom: 50px;
}

.copy-group.mission-title+div {
    height: initial;
}

.mission-wrapper:before {
    content: 'NETWORK';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    font-size: 125px;
    color: #FBFBFB;
    overflow: hidden;
    text-align: center;
}

.mission-box .section-group-default {
    text-align: center;
}

.mission-box .mission-title .section-group-default:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.mission-box .mission-title .section-group-default>* {
    display: inline-block;
    vertical-align: middle;
}

.mission-box .mission-title .section-group-default>* {
    color: #55585C;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    font-size: 32px;
    margin: 0;
}

.mission-box .copy-group.col-sm-7 .section-group-default {
    padding: 20px;
    display: flex;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.worth-box .copy-group {
    position: relative;
}

.worth-box {
    padding: 50px 0;
    background: #f7fafe;
    display: none;
}

.worth-net-bg {
    position: absolute;
    margin: 50px 0;
    display: none;
}

.worth-box .val-key {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
}

.worth-box .val-info {
    font-size: 16px;
    line-height: 20px;
}

.worth-box .worth-l,
.worth-box .worth-r {
    height: 500px;
}

/*.worth-box .section,
.worth-box .row,
.worth-box .copy-group {
    height: 100%;
    padding: 0;
}*/
.worth-box.small-screen .section,
.worth-box.small-screen .row,
.worth-box.small-screen .copy-group {
    height: auto;
}

.worth-box.small-screen .copy-group {
    width: 100%;
}

.worth-box.small-screen .copy-group+.copy-group {
    margin-top: 20px;
}

.worth-box .copy-group:hover .section-group-default>div {
    top: 0;
    opacity: 1;
}

.worth-box .row {
    margin-left: 0;
    margin-right: 0;
}

.worth-box .section-group-default,
.worth-box .worth-r .section-group-default>div,
.worth-box .worth-r .section-group-default>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.worth-box .worth-l .worth-menu-item {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.worth-box .worth-l .worth-menu-item.active:before {
    content: '';
    background: #336AFF;
    width: 8px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 5px;
}

.worth-box .worth-l .worth-menu-item:hover {
    color: #336AFF;
}

.worth-box .worth-l .section-group-default>div {
    display: table;
    height: 83.3px;
}

.worth-box p {
    margin: 0;
}

.worth-box .worth-r .section-group-default {
    right: 60px;
}

.worth-box .worth-r img {
    display: none;
    height: 100%;
}

.worth-box .worth-r img.show {
    display: block;
}

.worth-box .worth-r .worth-item-content.show {
    display: block;
}

.worth-box .worth-r .worth-item-content {
    display: none;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.worth-item-content p {
    font-size: 16px;
    line-height: 36px;
}

/*p.sub-title~p:before {
    content: '•';
    margin-right: 2px;
    font-size: 12px;
}*/
.worth-box .worth-r .worth-item-content:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.worth-box .worth-r .worth-item-content .detail {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
}

.worth-item-content .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
}

.worth-item-content .title:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 10px;
}

.worth-item-content .sub-title {
    margin-top: 18px;
    margin-bottom: 40px;
    font-size: 18px;
}

.worth-bg {
    margin: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}

.worth-mobile-bg {
    display: none;
}

.worth-mobile-bg img {
    width: 100%;
}

.team-box p {
    margin: 0;
}

.team-box .section-group-default {
    position: relative;
}

.team-box .team-photo-text {
    position: absolute;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f4f4f4b3;
    bottom: 0;
    font-size: 20px;
    padding-left: 25px;
    color: #55585C;
}

.new-worth-box {
    padding: 0 15px;
}

.new-worth-box .worth-l {
    position: relative;
    padding: 0;
}

.new-worth-box .worth-key {
    font-size: 1.2em;
}

.new-worth-box .section-group-default {
    position: relative;
    cursor: pointer;
}

.new-worth-box .worth-l+.worth-l:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    content: '';
    z-index: 1;
}

.new-worth-box .section-group-default>p+div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.new-worth-box .section-group-default>p+div:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    right: 0;
    height: 100%;
    background: #021625;
    opacity: 0.6;
    z-index: -1;
    transition: all linear 150ms;
}

.new-worth-box .section-group-default:hover>p+div:before {
    background: #0045ff;
    opacity: 0.8;
}

.new-worth-box .worth-key:after {
    content: '';
    width: 2em;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px auto 20px;
}

.new-worth-box .worth-content {
    font-size: 12px;
}

/***文章详情***/
.article-detail {
    max-width: 800px;
    margin: auto;
}

.article-detail .detail {
    padding: 0;
    color: #6A6C6C;
    font-size: 16px;
    line-height: 28px;
}

.article-detail .page-header {
    margin-top: 0;
}

.article-detail .article-title {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
}

.article-detail .publish-date {
    color: #A2A2A2;
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D9DC;
}

/***加入我们***/
.hire-notice-box {
    font-size: 15px;
    color: #6B6B6B;
}

.hire-notice-box h3 {
    font-size: 28px;
    color: #323232;
    margin-bottom: 40px;
    text-align: center;
}

html[lang="en-GB"] .hire-notice-box h3 {
    font-size: 27px;
}

.hire-notice-box .section-group-default div {
    line-height: 33px;
    text-align: justify;
}

.hire-notice-box .section-group-default img {
    margin: 50px auto 10px auto;
    display: block;
}

.jobs-box {
    margin-bottom: 30px;
}

.jobs-box .section>.row>.copy-group.col-sm-6 {
    box-shadow: none;
}

.jobs-box .section-group-default {
    padding: 26px;
    box-shadow: 0px 0px 20px 0px rgba(31, 32, 35, 0.06);
    /* cursor: pointer; */
}

.jobs-box .section-group-default h1,
.jobs-box .section-group-default h2,
.jobs-box .section-group-default h3,
.jobs-box .section-group-default h4,
.jobs-box .section-group-default h5,
.jobs-box .section-group-default h6 {
    margin-bottom: 40px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
}

.jobs-box .section-group-default img {
    position: absolute;
    right: 26px;
    top: 26px;
}

.jobs-box a:link,
.jobs-box a:hover,
.jobs-box a:active,
.jobs-box a:focus {
    color: #1e58f3;
    text-decoration: none;
}

.more-jobs-box {
    margin-top: 42px;
}

.more-jobs-box a {
    border: 1px solid #3369FF;
    color: #3369FF;
    background: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    padding: 14px 50px;
}

.more-jobs-box a:hover,
.more-jobs-box a:focus,
.more-jobs-box a:active {
    background: #1e58f3;
    border-color: #1e58f3;
}

.deliver-email-box h4 {
    font-size: 24px;
}

/***新闻中心***/
.news-nav-bg,
.sub-nav-bg {
    margin: 0;
    height: 54px;
    background: #FBFBFB;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.sub-nav-bg {
    position: relative;
}

.sub-nav-bar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 5;
}

.news-nav-bg {
    top: 0;
}

.news-nav-bar,
.sub-nav-bar {
    background: #FBFBFB;
    margin-top: 0;
}

.news-nav-bar ul,
.sub-nav-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 54px;
    line-height: 54px;
    color: #55585C;
    font-size: 16px;
}

.news-nav-bar {
    margin-bottom: 95px;
}

.news-nav-bar ul {
    position: absolute;
    z-index: 5;
    top: 0;
}

.news-nav-bar ul li,
.sub-nav-bar ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.news-nav-bar ul li+li {
    margin-left: 60px;
}

.sub-nav-bar ul li {
    margin-top: 8px !important;
}

.sub-nav-bar ul li:first-child {
    margin-left: 0;
}

.sub-nav-bar ul li+li {
    margin-left: 40px !important;
}

.sub-nav-bar li>a {
    position: relative;
    padding: 5px 0;
}

/*.news-nav-bar ul li.active:after, .sub-nav-bar li.active>a:after {
    content: '';
    position: absolute !important;
    width: 100% !important;
    height: 1px !important;
    background: #3338FF !important;
    left: 0 !important;
    bottom: 1px;
}*/
.sub-nav-bar li.active>a:after {
    bottom: -6px !important;
}

.news-header {
    margin-bottom: 57px;
}

.news-header em {
    font-style: normal;
}

.news-header a {
    float: right;
    margin-top: 12px;
    border-bottom: 1px solid transparent;
}

.news-header a:hover,
.news-header a.active,
.news-header a:focus {
    text-decoration: none;
    color: #6a6c6c;
    /*border-bottom-color: #3338FF;*/
}

.news-header a span {
    color: #6a6c6c;
    font-size: 24px !important;
    line-height: 28px;
}

.news-header .view-all-icon {
    position: relative;
    top: 2px;
    margin-left: 15px;
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(../fonts/aee7c9cea0d14945aa66191f06e2cf7a.woff);
}

.news-row {
    padding: 80px 54px 27px;
    background: #FBFBFB;
    margin-top: 0;
    margin-bottom: 0;
}

.news-row .copy-group {
    margin-bottom: 53px;
}

.news-row .copy-group .section-group-default {
    padding: 30px;
    height: 210px;
    background: #fff;
    border: 1px solid rgba(244, 244, 244, 1);
}

.news-row .article-title a {
    color: #55585C;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 22px;
}

.news-row .article-title h4 {
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-row .summary {
    color: #55585C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    min-height: 72px;
}

.news-row .sub-info {
    font-size: 14px;
}

.news-row .sub-info .article-source {
    color: #6A6C6C;
    margin-right: 65px;
    min-width: 100px;
}

.news-row .sub-info .publish-date {
    color: #6A6C6C;
}

.col-news-row {
    margin-bottom: 45px;
}

.col-news-row a {
    color: #55585C;
}

.col-news-row a>* {
    line-height: 24px;
}

.col-news-row a:hover,
.news-row .article-title a:hover {
    color: #3338FF;
    text-decoration: none;
}

.col-news-row .copy-group {
    color: #55585C;
    font-size: 14px;
    line-height: 24px;
}

.col-news-row .h4,
.col-news-row .h5,
.col-news-row .h6,
.col-news-row h4,
.col-news-row h5,
.col-news-row h6 {
    font-weight: 500;
    font-size: 20px;
}

.col-news-row .summary {
    color: #666666;
}

.hidden-breadcrumb {
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
}

.hidden-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
}

.news-breadcrumb-box {
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
    z-index: 5;
    line-height: 54px;
    height: 54px;
}

.news-breadcrumb-box ul {
    position: absolute;
    z-index: 5;
    top: 0;
}

.news-breadcrumb-box ul.news-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #55585C;
}

.news-breadcrumb-box ul.news-breadcrumb li {
    display: inline-block;
}

.news-breadcrumb-box ul.news-breadcrumb .item {
    cursor: pointer;
}

.news-breadcrumb-box ul.news-breadcrumb .item:hover {
    color: #336AFF;
}

.news-breadcrumb-box ul.news-breadcrumb li.arrow-icon {
    color: #6A6C6C;
    vertical-align: top;
    font-size: 12px;
    margin: 0 5px;
}

.news-list .media:first-child {
    margin-top: 15px;
}

.news-list .media-left {
    padding-right: 32px;
}

.news-list .media {
    margin-top: 40px;
}

.news-list .media-heading {
    margin-bottom: 14px;
}

.news-list .media-heading,
.news-list .media-heading a {
    color: #55585C;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

/***分页***/
.news-list .pagination {
    display: block;
    margin-top: 64px;
    text-align: center;
    padding: 0;
    height: 36px;
}

.news-list .pagination>li>a,
.news-list .pagination>li>span {
    color: #4f7df9;
}

.news-list .pagination li {
    display: inline-block;
}

.news-list .pagination a {
    line-height: 34px;
    padding: 0;
    width: 34px;
    border-radius: 2px;
    cursor: pointer;
}

.news-list .pagination>.active>a,
.news-list .pagination>.active>span,
.news-list .pagination>.active>a:hover,
.news-list .pagination>.active>span:hover,
.news-list .pagination>.active>a:focus,
.news-list .pagination>.active>span:focus {
    background: #4F7DF9;
    border-color: #4F7DF9;
    color: #fff;
}

.news-list .pagination>li>a:hover,
.news-list .pagination>li>span:hover,
.news-list .pagination>li>a:focus,
.news-list .pagination>li>span:focus {
    background-color: #7a9bf3;
    border-color: #7a9bf3;
    color: #fff;
}

.news-list .pagination>.disabled>span,
.news-list .pagination>.disabled>span:hover,
.news-list .pagination>.disabled>span:focus,
.news-list .pagination>.disabled>a,
.news-list .pagination>.disabled>a:hover,
.news-list .pagination>.disabled>a:focus {
    color: #b4b4b4;
    background-color: #fff;
    border-color: #f2f2f2;
}

/***投资者日历***/
.invest-calendar-list .additional.zone>div~div {
    display: none;
}

.invest-calendar-list.empty-content {
    position: relative;
    min-height: 200px;
}

.invest-calendar-list .arrow-icon {
    position: relative;
    top: 2px;
    margin-left: 6px;
    display: inline-block;
    width: 6px;
    height: 12px;
    transform: rotate(90deg);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NWNmOTMzZS1iMjE5LWI0NDgtYjY0NS04ZGRkODUyYzgzZWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkJBOTBEOTY4RDI1MTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkJBOTBEOTU4RDI1MTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUwYWQzNTM5LTc5MWMtOTE0Yy1iNjAwLTg0MWYwM2QwZjY0ZiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmFkZTUwMzA2LTk2MTgtNzU0Ny05YjczLTE5NTAwZTRlZDc3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjxmBoAAAAD9SURBVHjafNK/S0JRGMbx6w8UXKRBcBBECHFoClpdFM0EB2locmy4XPoL2msUBGchcmkQNKGQ1N2hocGGHBwKiQIXB5Wk74FzQcT3PPDZHu6F9zwe23FmlmVVcWsZ4kUXN7BNRT8ucYAa5mhKX/zDBYZooCgVVVYo4RUPSEtFlQXOMEEHx1JR5Ren+MEzklJR5RN5rNFHTCqqfOhyCC+IeA2ne0MBcbybim428JiKR3jEF1JSMYEnLJHBt39PKYoegvrwU/ettxPWpQiyGG+Pwk1I/+5Qv9Bodz0qAbRwgjIG+2bmwz1yqKAtraeOc1zhzrRwdf1rPVwx/wIMAEKtLfYEDJcGAAAAAElFTkSuQmCC);
    background-size: contain;
}

.invest-calendar-list .show-all-box {
    text-align: center;
    float: left;
    width: 100%;
    color: #55585C;
    font-size: 14px;
}

.invest-calendar-list .show-all-link {
    cursor: pointer;
}

.calendar-box {
    margin-bottom: 30px;
}

.calendar-box .copy-group.col-sm-3 {
    text-align: right;
}

.calendar-box .copy-group.col-sm-9 .section-group-default {
    position: relative;
    padding-left: 27px;
}

.calendar-box .copy-group.col-sm-9 .section-group-default:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    background: #D4D4D4;
    height: 100%;
}

.calendar-box strong {
    position: relative;
}

.calendar-box .copy-group.col-sm-9 .section-group-default strong:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D4D4D4;
    top: 6px;
    left: -30px;
}

/***时间轴***/
.year-timeline-box {
    position: relative;
    min-height: 200px;
    margin-bottom: 40px;
}

.year-timeline-box a {
    color: #55585C;
    font-size: 16px;
}

.year-timeline-box .f-date {
    margin-bottom: 40px;
}

.year-timeline-box .f-date span {
    font-size: 15px !important;
}

.year-timeline-box .section {
    padding: 30px 60px 0;
}

.year-timeline-box .copy-group+.copy-group {
    padding-left: 80px;
}

.empty-content {
    background: #FBFBFB;
}

.empty-content:after {
    content: '敬请期待...';
    color: #55585C;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -15px;
    white-space: nowrap;
}

html[lang="zh-TW"] .empty-content:after {
    content: '敬請期待';
}

html[lang="en-GB"] .empty-content:after {
    content: 'Please wait...';
}

html[lang="en-GB"] .sub-nav-bar ul {
    font-size: 14px;
}

.year-timeline-box .list-group {
    position: relative;
    box-shadow: none;
}

.year-timeline-box .list-group:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 1px;
    background: #D4D4D4;
    z-index: 1;
}

.year-timeline-box .list-group-item {
    border: none;
    padding: 0 0 0 20px;
    margin: 0;
    cursor: pointer;
}

.year-timeline-box .list-group-item.show div>*,
.year-timeline-box .list-group-item.show>* {
    color: #3338FF;
    font-size: 20px;
}

.year-timeline-box .list-group-item.show:before {
    background: #3338FF;
}

.year-timeline-box .list-group-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 6px;
    left: -3px;
    background: #D4D4D4;
    z-index: 2;
}

.year-timeline-box .list-group-item div>*,
.year-timeline-box .list-group-item>* {
    color: #A2A2A2;
    font-size: 16px;
    margin: 40px 0;
    line-height: 20px;
}

.year-timeline-box .section-group-default>div {
    display: none;
}

/***新闻中心***/
.news-img-box {
    position: relative;
    margin-bottom: 20px;
}

.news-article-list .article-list .media .media-left {
    width: 204px;
    height: 136px;
    padding-right: 32px;
    box-sizing: content-box;
}

.news-article-list .media {
    margin-top: 40px;
    /*height: 136px;*/
}

.news-article-list .media-left {
    position: relative;
}

.news-article-list .media-left:before,
.news-img-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 32px;
    bottom: 0;
    z-index: 1;
    background-image: url(../fonts/4dc49910c8ab47cfb12a9775b1d0e44c.woff);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FBFBFB;
}

.news-img-box:before {
    right: 0;
}

.news-article-list .media-left img,
.news-img-box img {
    position: relative;
    z-index: 2;
    width: 204px;
    height: 136px;
    opacity: 0;
    background-color: #fbfbfb;
}

.news-img-box img {
    width: 100%;
    height: 100%;
}

.news-article-list .media-body .media-heading {
    margin-bottom: 14px;
}

.news-article-list .media-body .media-heading a {
    font-weight: 500;
    line-height: 28px;
    color: #55585C;
    font-size: 20px;
}

.news-article-list .media-body .media-heading a:hover,
.news-article-list .media-body .media-heading a:active,
.news-article-list .media-body .media-heading a:focus {
    color: #336AFF;
    text-decoration: none;
}

.news-article-list .article-summary {
    color: #55585C;
    margin-bottom: 30px;
    font-size: 14px;
}

.news-article-list .article-source {
    color: #6A6C6C;
    margin-right: 65px;
    min-width: 100px;
}

.news-article-list .publish-date {
    color: #6A6C6C;
}

.news-article-list .media-body .media-heading p {}

/***公共样式***/
body {
    font-family: Source Han Sans CN;
    min-width: 375px;
}

.watermark-box {
    background-image: url(../images/watermark.png);
    background-repeat: no-repeat;
    background-position: center;
}

.full-img-box .panel-default {
    border: none;
    background: transparent;
    /*text-align: center;*/
    margin: 0;
    position: relative;
}

.full-img-box .panel-default>.panel-heading {
    border: none;
    background: none;
    padding: 0;
    left: 50%;
    top: 50%;
    margin-left: -100%;
    color: #fff;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    line-height: 72px;
    opacity: 0;
    width: initial;
    height: initial;
    bottom: initial;
    overflow: initial;
}

.full-img-box .panel-body {
    padding: 0;
}

.relative-box {
    position: relative;
}

.page-header {
    border-bottom: none;
}

.chapter-header {
    margin-top: 46px;
    color: #55585C;
}

.chapter-header h1 {
    font-size: 32px !important;
    margin-bottom: 25px !important;
}

.chapter-header em {
    font-style: normal;
}

.chapter-header p {
    font-size: 18px;
}

.footer a {
    color: #55585C;
}

.footer a:hover,
.footer a:active,
.footer a.foucs {
    color: #336AFF;
    text-decoration: none;
}

.full-img-box img {
    width: 100%;
}

/***404***/
.no-page-box {
    position: relative;
    text-align: center;
    padding: 110px 0 60px;
}

.no-page-tips {
    position: absolute;
    bottom: 20%;
    z-index: 1;
    color: #336AFF;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    width: 100%;
}

/***英文环境***/
html[lang="en-GB"] .navigation .dropdown-menu>li>a {
    padding: 10px 5px !important;
}

html[lang="en-GB"] .sub-nav-bar ul li+li {
    margin-left: 10px !important;
}

html[lang="en-GB"] .friendship-link-box .copy-group:first-child {
    /*width: 15% !important;*/
}

html[lang="en-GB"] .sub-nav-bar ul li {
    margin: 0 10px;
}

html[lang="en-GB"] .sub-nav-bar .navigation .navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.investor-link {
    padding-left: 0;
}

html[lang="en-GB"] .friendship-link-box a span {
    font-size: 12px !important;
}

html[lang="en-GB"] .full-img-box .panel-default>.panel-heading {
    font-size: 40px;
}

html[lang="en-GB"] .friendship-link-box .our-culture-link {
    width: 10% !important;
    margin-left: 20px;
}

html[lang="en-GB"] .business-box .content p {
    text-align: center;
}

html[lang="en-GB"] .business-box .section-group-default>h5 {
    height: 46px;
    bottom: 18px;
}

html[lang="en-GB"] .event-time-wrapper .history-event .event-description {
    word-break: break-all;
    width: 147px;
    font-size: 12px;
}

html[lang="en-GB"] .new-worth-box .worth-content {
    min-height: 54px;
}

html[lang="en-GB"] .business-box .content p.title {
    font-size: 18px;
}

html[lang="en-GB"] .event-time-wrapper {
    top: 114px;
    height: 335px;
}

html[lang="en-GB"] .business-box .section-group-default .default-content h5 {
    font-size: 20px;
    margin: 8px 0;
    height: 2em;
}

html[lang="en-GB"] .business-box .sub {
    /*height: 135px;*/
    font-size: 12px;
}

.our-culture-link {
    width: 12% !important;
}

.join-us-link {
    width: 10% !important;
}

html[lang="en-GB"] .friendship-link-box .contract-item span {
    font-size: 12px !important;
}

.friendship-link-box .contract-item span {
    font-size: 14px !important;
}

/***媒体查询***/
@media (max-width: 1200px) {
    .navigation .navbar-nav>li {
        margin: 0 5px;
    }

    html[lang="en-GB"] .main-nav-bar .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    html[lang="en-GB"] .sub-nav-bar ul li {
        letter-spacing: -1px;
    }

    html[lang="en-GB"] .worth-box .section-group-default>div:last-child p+p {
        margin-top: 5px;
    }

    html[lang="en-GB"] .worth-box {
        line-height: 1.2;
    }
}

@media (max-width: 1000px) {

    html[lang="en-GB"] .worth-box .val-info,
    html[lang="en-GB"] .worth-box .section-group-default>div:last-child {
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .navigation .navbar-nav>li a {
        padding-left: 0;
        padding-right: 0;
    }

    html[lang="en-GB"] .main-nav-bar {
        letter-spacing: -1px;
    }

    html[lang="en-GB"] .main-nav-bar .navigation .navbar-nav>li {
        margin: 0;
    }

    html[lang="en-GB"] .sub-nav-bar ul {
        height: initial;
    }

    html[lang="en-GB"] .sub-nav-bar ul li {
        display: block;
        width: 100%;
        text-align: center;
        letter-spacing: 0;
    }

    html[lang="en-GB"] .sub-nav-bar ul li a {
        display: inline-block;
    }
}

@media (max-width: 865px) {
    .owl-carousel.owl-theme .carousel-content a {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .news-img-box {
        position: absolute;
        margin-bottom: 0;
        display: none;
    }

    .g-t .main-nav-bar.full {
        padding-left: 20px;
        padding-right: 20px;
    }

    .g-t .navbar-toggle {
        margin-right: -10px;
    }

    .year-timeline-box .section {
        padding: 0 20px 0;
    }

    .year-timeline-box .copy-group+.copy-group {
        padding-left: 0;
    }

    .space {
        display: none;
    }

    .news-breadcrumb-box {
        /*margin-bottom: 15px;*/
        margin-bottom: 0;
    }

    .news-article-list .media {
        margin-top: 15px;
    }

    /*.news-article-list .media-body .media-heading {
        margin-bottom: 0;
        line-height: 1;
        font-size: 16px;
    }*/
    .news-article-list .article-list .media .media-left {
        display: none;
    }

    .col-news-row a,
    .col-news-row a+div {
        /*display: inline-block !important;*/
        /*margin-left: 115px;*/
        display: block !important;
        /*-*/
        font-size: 16px;
    }

    .col-news-row,
    .news-article-list {
        padding: 15px;
        margin: 15px 0 0 0;
        background: #FBFBFB;
    }

    .news-article-list {
        margin-top: 0;
        padding-top: 0;
    }

    .col-news-row .copy-group,
    .news-article-list .media-body {
        padding: 15px;
        margin: 0 15px;
        background: #fff;
        border: 1px solid rgba(244, 244, 244, 1);
    }

    .news-article-list .media-body {
        margin: 0;
    }

    .friendship-link-box {
        margin-top: 0;
    }

    .col-news-row .summary {
        /*font-size: 12px;
        line-height: 1.35;
        height: 30px;
        overflow: hidden;*/
        color: #55585C;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        /*min-height: 72px;*/
    }

    .media-body,
    .media-left,
    .media-right {
        display: block;
    }

    .col-news-row a h4,
    .news-article-list .media-body .media-heading,
    .news-article-list .media-body .media-heading a {
        /*margin: 0;
        font-size: 14px;
        line-height: 1.25;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #55585C;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news-article-list .article-summary {
        /* height: 32px;
        overflow: hidden;
        color: #666666;
        margin-bottom: 0;
        line-height: 1.35;
        font-size: 12px;
        margin-top: 8px;*/
        color: #55585C;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        /*min-height: 72px;*/
    }

    .news-article-list .article-summary+p {
        display: none;
    }

    .navigation .navbar-default .navbar-nav>li.active>a:after {
        background: transparent;
    }

    .news-nav-bar {
        margin-bottom: 45px;
    }

    .news-header {
        margin-bottom: 15px;
    }

    .news-row {
        padding: 15px;
        margin: 15px 0;
    }

    .news-row .sub-info .article-source {
        margin-right: 25px;
    }

    .news-row .sub-info .publish-date {
        float: right;
    }

    .news-row .copy-group {
        margin-bottom: 0;
    }

    .news-row .copy-group+.copy-group {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .news-row .copy-group .section-group-default {
        height: auto;
        padding: 15px;
    }

    .news-row .summary {
        margin-bottom: 15px;
    }

    /*.news-row .sub-info .publish-date {
        display: none;
    }*/
    .col-news-row .copy-group+.copy-group {
        margin-top: 15px;
    }

    /* .news-article-list .media-body .media-heading a {
        word-break: break-all;
        font-size: 14px;
        line-height: 1;
    }*/
    html[lang="en-GB"] .news-header p.page-header>span {
        font-size: 24px !important;
    }

    html[lang="en-GB"] .news-header a {
        margin-top: 5px;
    }

    .news-header .view-all-icon {
        margin-left: 5px;
    }

    .news-header a span {
        font-size: 20px !important;
    }

    .worth-box {
        background: none;
        padding: 20px 0;
    }

    .worth-box .worth-r img,
    .worth-box .worth-r .worth-item-content {
        display: block;
    }

    .worth-box .worth-r {
        height: 300px;
    }

    .page-header {
        margin: 0;
        padding-bottom: 0;
    }

    #widget-51cfbf03514749baaa98e976644b2223 {
        display: none;
    }

    .chapter-header h1 {
        margin-bottom: 0;
    }

    .worth-box .worth-l {
        display: none;
    }

    .worth-item-content .sub-title {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .worth-item-content p {
        font-size: 15px;
        line-height: 26px;
    }

    html[lang="en-GB"] .worth-item-content p {
        line-height: 20px;
    }

    .news-article-list .media-left img,
    .news-img-box img,
    .news-article-list .article-list .media .media-left {
        /*margin: auto;*/
        width: 100px;
        height: 68px;
    }

    /* .home-video-box .video-text {
        top: 60%;
    }*/
    .language-switch-wrapper {
        margin-right: initial;
    }

    .language-switch-box {
        margin-right: 0;
        float: none;
    }

    .friendship-link-box .copy-group:last-child {
        width: 100%;
    }

    .friendship-link-box .copy-group:last-child .section-group-default {
        text-align: center;
        margin-top: 20px;
    }

    .hire-notice-box .row {
        text-align: center;
    }

    .jobs-box {
        margin: 0 15px;
    }

    .jobs-box .row {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .jobs-box .section {
        height: initial !important;
    }

    /*.friendship-link-box .copy-group {
        margin: 20px 0;
        width: 50%;
    }
    html[lang="en-GB"] .friendship-link-box .our-culture-link,
    html[lang="en-GB"] .friendship-link-box .join-us-link,
    html[lang="en-GB"] .friendship-link-box .copy-group:first-child {
        width: 50% !important;
    }*/
    .friendship-link-box .copy-group {
        display: none;
    }

    .friendship-link-box .copy-group.contract-item {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    html[lang="en-GB"] .full-img-box .panel-default>.panel-heading {
        font-size: 30px;
        line-height: 40px;
    }

    html[lang="en-GB"] .mission-title .section-group-default>* {
        font-size: 19px;
    }

    html[lang="en-GB"] .mission-box {
        font-size: 14px;
    }

    .main-nav-bar .navbar-nav>li {
        text-align: center;
    }

    .main-nav-bar .navbar-nav>li>a {
        display: inline-block;
    }

    .friendship-link-box .section-group-default>div {
        margin-top: 5px;
    }

    .sub-nav-bar .navbar-header {
        display: block;
        float: none;
    }

    .sub-menu-list {
        height: 1px;
        display: none;
    }

    .sub-nav-bar .navbar-nav {
        height: initial;
    }

    .sub-nav-bar .collapse {
        display: none;
    }

    .sub-nav-bar .navbar-nav li {
        display: block;
        text-align: center;
    }

    .sub-nav-bar .navbar-nav li a {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .worth-mobile-bg {
        display: block;
    }

    .new-worth-box .section-group-default>p {
        display: none;
    }

    .new-worth-box .worth-l+.worth-l {
        margin-top: 15px;
    }
}

@media (max-width: 764px) {
    html[lang="en-GB"] .main-nav-bar {
        letter-spacing: 0;
    }
}

@media (max-width:704px) {

    .win-info-box,
    .copyright-box span {
        display: none;
    }

    .copyright-box .copyright-company {
        display: initial;
    }

}

@media (max-width: 635px) {
    html[lang="en-GB"] .mission-title .section-group-default>* {
        font-size: 16px;
    }

    html[lang="en-GB"] .mission-box .copy-group {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 635px) {
    html[lang="en-GB"] .mission-title .section-group-default>* {
        font-size: 16px;
    }

    html[lang="en-GB"] .mission-box .copy-group {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 486px) {
    .worth-net-bg {
        display: none;
    }

    .team-box .copy-group+.copy-group {
        margin-top: 15px;
    }

    .home-video-box .video-text {
        font-size: 20px;
    }

    html[lang="en-GB"] .home-video-box .video-text {
        font-size: 14px;
    }

    .worth-box .worth-r .section-group-default {
        right: 0;
    }

    .mission-box .copy-group .section-group-default {
        padding: 5px !important;
    }

    html .full-img-box .panel-default>.panel-heading {
        font-size: 20px !important;
        line-height: 30px;
    }

    .img-show-box .panel .panel-heading {
        font-size: 20px !important;
        width: 285px !important;
        bottom: 20px;
        height: 68px !important;
        line-height: 68px !important;
    }

    .owl-carousel.owl-theme .carousel-content a {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .news-article-list .article-list .media .media-left {
        /*display: table-cell;
        padding-right: 15px;*/
        display: none;
    }
}

@media (max-width: 460px) {
    html[lang="en-GB"] .worth-box .section-group-default>div:last-child {
        font-size: 12px;
    }

    .company-data-box h3 {
        font-size: 16px;
        width: initial !important;
    }

    .sub-nav-bar ul li+li {
        margin-left: 0 !important;
    }
}

@media (max-width: 400px) {
    html .mission-box .mission-title.copy-group {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: -6px;
        box-shadow: none;
        padding: 0;
        margin: 0;
        top: 70px;
        background: transparent;
    }

    .navbar-right .dropdown-menu>li>a {
        background: none !important;
    }

    .page-foot .new-friendship-link-box .col-sm-2 {
        width: 16.66666667%;
    }

    .page-foot .new-friendship-link-box .col-sm-3 {
        width: 25%;
    }

    html[lang="en-GB"] .page-foot .new-friendship-link-box .col-sm-2 {
        width: initial;
    }

    html[lang="en-GB"] .page-foot .new-friendship-link-box .col-sm-3 {
        width: 25%;
    }

    .friendship-link-box .col-sm-2 {
        width: 19%;
    }

    .friendship-link-box .col-sm-3 {
        width: 40%;
    }

    html[lang="en-GB"] .friendship-link-box .col-sm-2 {
        width: 14%;
    }

    html[lang="en-GB"] .friendship-link-box .col-sm-3 {
        width: 36%;
    }

    .sub-menu-list {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .friendship-link-box .copy-group.col-sm-2 p {
        margin-right: -100px;
    }
}

@media (max-width: 576px) {
    body.g-t .navigation .navbar-toggle {
        margin-top: 25px;
    }

    .new-friendship-link-box>.section:before,
    .new-footer>.section:before,
    .new-footer .copyright,
    .new-friendship-link-box>.section>.row:before,
    .new-friendship-link-box .copy-group,
    .new-friendship-link-box .copy-group.contract-item h5,
    .new-footer .follow .follow-tip {
        display: none;
    }

    .new-friendship-link-box .copy-group.contract-item,

    .page-foot .additional.zone {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile-copyright {
        height: auto;
        opacity: 1;
        overflow: visible;
        margin-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #34373B;
    }

    .page-foot .new-friendship-link-box {
        padding-bottom: 0;
    }

    .new-friendship-link-box .copy-group.contract-item {
        color: #C3C4C5;
    }

    .new-friendship-link-box .copy-group.contract-item a {
        color: inherit;
    }

    html[lang="en-GB"] .business-box .sub {
        line-height: 1.05;
        word-break: break-all;
    }

    html[lang="en-GB"] .business-box .section-group-default .default-content h5 {
        font-size: 20px;
        margin: 8px 0;
        height: 2em;
        font-size: 16px;
        margin: 0 0 5px;
        word-break: break-all;
    }

    html[lang="en-GB"] .company-data-box .copy-group.col-sm-3 {
        width: 50%;
    }

    .company-data-box .copy-group.col-sm-3 {
        width: 25%;
        float: left;
    }

    .index-chapter-abstract {
        margin-bottom: 20px;
    }

    .business-box .col-sm-3 {
        width: 50%;
        float: left;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .business-box>.section>.row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .business-box.no-margin-bottom {
        margin-bottom: 0;
    }

    .business-box .copy-group.col-sm-3 .default-content {
        padding: 10px;
        justify-content: start;
    }

    .business-box .copy-group.col-sm-3 .default-content h5 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .business-box .copy-group.col-sm-3 .section-group-default>p {
        margin-bottom: 15px;
    }

    .business-box .copy-group.col-sm-3 .default-content .sub {
        font-size: 12px;
    }
}

.section-group-default a:hover {
    color: #FA5132;
    text-decoration: none;
}

.navigation .navbar-default .navbar-nav>.open>a {
    background: transparent !important;
}