/**header nav**/
.navigation .navbar-default .logo {
	height: 80px !important;
}
.navbar-nav {
	padding: 42px 0;
}
.navbar-brand {
	padding: 25px 15px;
}
.navigation .navbar-default .navbar-nav>.active>a {
	background: transparent !important;
    color: #353838 !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;
}
/*.main-nav-bar.normal-mode {
    background: #fff !important;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.2);
}*/
/*.main-nav-bar.show-bg .navigation .navbar-default .navbar-nav>li>a,
.main-nav-bar.normal-mode .navigation .navbar-default .navbar-nav>li>a {
    color: #353838 !important;
}
.main-nav-bar.show-bg .language-switch-box .switch-item.active,
.main-nav-bar.normal-mode .language-switch-box .switch-item.active {
    color: #000 !important;
}*/
.main-nav-bar.normal-mode {
    background: rgba(0,0,0,.6) !important;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.2);
}
.normal-mode .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.main-nav-bar.show-bg .navigation .navbar-default .navbar-nav>li>a {
    color: #353838 !important;
}
.main-nav-bar.show-bg .language-switch-box .switch-item.active {
    color: #000 !important;
}
.main-nav-bar-bg {
    transform-origin: center;
    height: 180px;
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@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: 120%;
    height: 1px;
    position: absolute;
    top: 120px;
    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: #353838 !important;
}
.language-switch-box .switch-item {
    cursor: pointer;
    color: #6A6C6C;
}
.language-switch-box .switch-item.active {
    color: #353838;
}
.language-switch-box .switch-item:hover {
    color: #336AFF;
}
.language-switch-box .separator-line {
    margin: 0 6px;
}
.navigation .navbar-default .navbar-nav>li>a:after {
	content: '';
    background: #336AFF;
    display: block;
    width: 100%;
    height: 4px;
    transition: all 0.2s linear;
    transform-origin: center;
    transform: scaleX(0);
}
.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: #353838;
    font-size: 16px;
}
.navigation .navbar-nav>li {
    margin: 0 33px;
}
.navigation .navbar-nav.navbar-right>li {
    margin-bottom: -2px;
}
.navigation .navbar-nav>li>a {
	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: #336AFF;
}
.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: #336AFF !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 20px !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: 90px;
    /*max-width: 1120px !important;*/
}
.company-info-box .company-name {
	font-size: 20px !important;
    margin-bottom: 10px;
    display: inline-block;
}
.company-info-box h1 {
	font-size:32px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:#353838;
	line-height:28px;
	margin-bottom: 35px;
    margin-top: 10px;
}
.company-info-box h1 * {
    font-style:normal;
}
.company-info-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.company-info-box p + p {
    margin-top: 20px;
}
.company-info-box p span {
	font-size: 16px !important;
}
.company-data-box .section-group-default {
	padding: 46px 0;
	text-align: center;
}
.company-data-box h3 {
	/*margin-top: 0;*/
    margin: auto auto 10px !important;
    text-align: center;

}
.company-info-box .companry-info {
    margin-bottom: 20px;
    color: #6A6C6C;
}
.company-data-box>.section {
    background: #FBFBFB;
    /*max-width: 800px;*/
    margin: auto;
}
.btn-more-link {
    margin-top: 26px;
    margin-bottom: 60px;
    display: none;
}
.btn-more-link .btn {
	font-size:14px;
	font-weight:400;
	color: #336AFF;
	line-height:28px;
	background: none;
	text-shadow: none;
    border: none;
    box-shadow: none;
    line-height: 28px;
    padding: 0;
}
.btn-more-link .btn:active:focus {
    color: #336AFF;
    background-color: transparent !important;
    border-color: transparent !important;
}
/***轮播图***/
.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: #353838;
    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: #353838;
	margin: 30px 0;
}
.manager-box h4 {
	margin-bottom: 30px;
}
.board-director-box div, .manager-box div {
	font-size:14px;
	line-height: 24px;
	color: #353838;
}
/***业务范畴**/
.business-box {
    padding-left: 30px;
    padding-right: 30px;
}
.business-box .content p {
    font-size: 16px;
    line-height: 28px;
}
.business-box .content .title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.business-box .content .title.more,
.business-box .default-content .title.more {
    margin-bottom: 0;
    line-height: 28px;
}
.business-box .default-content .title.more + p {
    font-size: 16px;
    line-height: 28px;
}
.business-box .content .title.more + p {
    text-align: center;
}
.business-box .section-group-default {
	position: relative;
	cursor: pointer;
    overflow: hidden;
}
.business-box .section-group-default>p {
    position: relative;
}
.business-box .section-group-default>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #252c40cf;
    transition: all ease-in-out 200ms;
}
.business-box .section-group-default img {
    width: 100%;
}
.business-box .section-group-default>h5 {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    font-size: 21px;
    z-index: 2;
}
.business-box .section-group-default>p {
    margin-bottom: 1px;
}
.business-box .section-group-default:hover .content {
    opacity: 0.8;
}
.business-box .section-group-default:hover>p:before {
    opacity: 0.1;
}
.business-box .section-group-default:hover .default-content {
    display: none;
}
.business-box.no-margin-bottom {
    margin-bottom: 0;
}
.business-box.no-margin-top {
    margin-top: 0;
}
.business-box .section-group-default>p a {
	opacity: 0;
    position: absolute;
}
.business-box .section-group-default .default-content {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.default-content .icon {
    width: 98px;
    height: 98px;
    background-size: contain;
}
.default-content .line {
    width: 38px;
    height: 2px;
    background: #fff;
    margin-top: 60px;
}

.default-content .icon-1 {
    background-image: url('./trade.png');
}
.default-content .icon-2 {
    background-image: url('./business-icon-2.png');
}
.default-content .icon-3 {
    background-image: url('./business-icon-3.png');
}
.default-content .icon-4 {
    background-image: url('./business-icon-4.png');
}
.default-content .icon-5 {
    background-image: url('./business-icon-5.png');
}
.business-box .sub {
    font-size: 14px;
    width: 266px;
    line-height: 2;
    text-align: center;
}
.business-box .section-group-default .default-content h5 {
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
}
.business-box .section-group-default .content {
    opacity: 0;
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 1px;
    background: #0045ff;
    color: #fff;
    padding: 30px 35px;
    transition: all ease-in-out 200ms;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.business-box .copy-group {
    padding-right: 0;
    padding-left: 1px;
}
/**history**/
.center-wrapper>div {
	position: relative;
}
.widget-container {
	position: relative;
}
.big-event {
    position: relative;
}
.big-event .big-event-title {
    position: absolute;
    color: #fff;
    font-size:32px;
    font-weight:500;
    left: 50%;
    top: 70px;
    margin: 0;
}
.big-event .big-event-title>div {
    margin-left: -50%;
}
.event-time-wrapper {
	margin: auto;
	/*width: 1500px;*/
	width: 90%;
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -45%;
	/*width: 100%;*/
	position: absolute;
    /*left: 50%;*/
    /*margin-left: -750px;*/
    height: 285px;
    color: #fff;
}
.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: 100px;
    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 {
	margin-top: 60px;
	padding-bottom: 0;
	padding-top: 40px;
	margin-bottom: 0;
}
.friendship-link-box a span {
    font-size: 14px !important;
}
.friendship-link-box>.section {
    border-bottom: 1px solid #F4F1F1;
    padding-bottom: 30px;
}
.friendship-link-box a {
    color: #353838;
}
.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: #353838;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    margin-top: 0;
    /*margin-bottom: 25px;*/
    margin-bottom: 0;
}
.friendship-link-box .section-group-default>div {
    margin-top: 40px;
}
.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;
}
.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: #353838;
}
.footer {
	background: inherit !important;
	color: inherit !important;
	line-height: 28px;
	font-size: 12px;
	padding-top: 20px !important;
	border: none !important;
    padding-bottom: 40px;
}
.footer .html-widget {
    padding: 4px 10px !important;
}
.footer .html-widget p {
    margin-bottom: 0;
}

/***招股文件***/
.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: #353838;
    line-height: 28px;
    margin-bottom: 30px;
}
.roadshow-box h3 {
	margin-bottom: 40px;
    color: #353838;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}

.contract-title .page-header {
	color: #353838;
}
.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: #353838;
    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: 'FULU 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: #353838;
    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: #353838;
}
.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: #353838;
    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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NWNmOTMzZS1iMjE5LWI0NDgtYjY0NS04ZGRkODUyYzgzZWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkJBOTBEOTY4RDI1MTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkJBOTBEOTU4RDI1MTFFQTg4MTZDN0NBNTZEMUY1MTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUwYWQzNTM5LTc5MWMtOTE0Yy1iNjAwLTg0MWYwM2QwZjY0ZiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmFkZTUwMzA2LTk2MTgtNzU0Ny05YjczLTE5NTAwZTRlZDc3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjxmBoAAAAD9SURBVHjafNK/S0JRGMbx6w8UXKRBcBBECHFoClpdFM0EB2locmy4XPoL2msUBGchcmkQNKGQ1N2hocGGHBwKiQIXB5Wk74FzQcT3PPDZHu6F9zwe23FmlmVVcWsZ4kUXN7BNRT8ucYAa5mhKX/zDBYZooCgVVVYo4RUPSEtFlQXOMEEHx1JR5Ren+MEzklJR5RN5rNFHTCqqfOhyCC+IeA2ne0MBcbybim428JiKR3jEF1JSMYEnLJHBt39PKYoegvrwU/ettxPWpQiyGG+Pwk1I/+5Qv9Bodz0qAbRwgjIG+2bmwz1yqKAtraeOc1zhzrRwdf1rPVwx/wIMAEKtLfYEDJcGAAAAAElFTkSuQmCC);
}
.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: #353838;
	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: #353838;
	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: #353838; 
}
.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: #353838;
    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: #353838;
}
.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: #353838;
    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: #353838;
    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: #353838;
    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: #353838;
    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(data:image/png;base64,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); 
    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: #353838;
    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: #353838;
	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(http://fulu-common-util.oss-cn-hangzhou.aliyuncs.com/officialWeb/v1.0/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: 65px;
    color: #353838;
}
.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: #353838;
}
.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 {
    width: 147px;
    word-break: break-all;
}
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 {
    text-align: center;
    font-size: 20px;
    margin: 6px 0;
}
html[lang="en-GB"] .big-event .big-event-title>div {
    position: relative;
    top: -35px;
}
html[lang="en-GB"] .business-box .sub {
    height: 166px;
}
.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;
    }
    .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: #353838;
        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: #353838;
        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: #353838;
        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: 85px;
        background: transparent;
    }
    .navbar-right .dropdown.investor-item .dropdown-menu{
        left: -200%;
    }
    .navbar-right .dropdown-menu>li>a {
        background: none !important;
    }
    .friendship-link-box .col-sm-2 {
        width: 12%;
    }
    .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;
   }
}