.main-nav-bar {
	background: none;
  	box-shadow: none;
}
.header-holder {
	margin-bottom: -100px;
}
.language-switch-box .switch-item,
.language-switch-box .separator-line {
	color: #BDBDBD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.language-switch-box .switch-item.active,
.navigation .navbar-default .navbar-nav>.active>a,
.navigation .navbar-default .navbar-nav>li>a {
	color: #fff !important;
}
.language-switch-box .switch-item:hover {
	color: #717171;
}
.new-home-video-box,
.new-home-video-box .widget {
	margin: 0;
}
.new-home-video-box .widget-video {
	background: url(../images/new-video-poster.png);
	height: 500px;
	height: 49vw;
	color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new-home-video-box .video-text {
	font-size: 56px;
    font-weight: bold;
}
.new-home-video-box .video-sub-text {
	font-size: 14px;
    letter-spacing: 6px;
    font-variant: all-petite-caps;
    font-weight: 500;
    font-family: Poppins;
}
.new-home-video-box .video-sub-text span {
	padding: 0 85px;
}
.new-home-video-box .video-sub-text::before,
.new-home-video-box .video-sub-text::after {
	content: url(./index_text_line.png);
	font-size: 0;
    vertical-align: middle;
}
.new-home-video-box .scroll-down {
	position: absolute;
	bottom: 45px;
	cursor: pointer;
}
.new-home-video-box .scroll-down .arrow {
	width: 14px;
	height: 20px;
	display: block;
	background: url(../images/arrow-down.png) no-repeat;
	animation: jump 1500ms linear alternate infinite;
}
@keyframes jump {
	from {
		transform: translateY(3px);
	}
	to {
		transform: translateY(-3px);
	}
}
.new-home-video-box .scroll-down::before {
	content: url(./arrow-down-outline.png);
    width: 34px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -17px;
    margin-top: -32px;
}
@media (max-width: 768px) {
	.g-t .main-nav-bar {
		background: #fff;
	}
	.g-t .navigation .navbar-brand img {
		display: none;
	}
	.g-t .navigation .navbar-brand::before {
		width: 92px;
		height: 36px;
		display: block;
		content: url(../images/logo.png);
	}
	.g-t .navbar-default .navbar-toggle .icon-bar {
		background-color: #96a1a8;
	}
	.g-t .navigation .navbar-toggle {
		border: none;
	}
	.new-home-video-box {
		margin-top: 85px;
	}
	.new-home-video-box .widget-video {
		min-height: 768px;
		height: 75vw;
		background: url(../images/new-video-poster-mobile.png);
	}
	.new-home-video-box .video-text {
		font-size: 42px;
    	font-weight: normal;
	}
	.new-home-video-box .video-sub-text span {
		padding: 0 5px;
	}
	.home-video-box video {
		width: 768px !important;
		height: auto !important;
	}
    .bar-default .navbar-toggle .icon-bar {
    	background-color: #fff;
    }
	.navbar-collapse.in{
		overflow-y: hidden;
	}
   .navbar-nav {
		margin-bottom: 0;
    	padding-bottom: 0;
    }
	.navbar-default .navbar-collapse {
		border:none;
	}
	.main-nav-bar-bg {
		height: 475px;
	}
    .language-switch-box .switch-item.active,
    .navigation .navbar-default .navbar-nav>.active>a,
    .navigation .navbar-default .navbar-nav>li>a {
      	color: #353838 !important;
    }
}
.chapter-header .index-chapter-title {
	font-weight: 500;
	color: #3E3A3A;
	font-size: 28px !important;
	text-align: center;
}
.chapter-header .index-chapter-abstract {
	font-size: 16px;
	font-weight: 400;
	color: #737880;
}

.nicescroll-rails {
	display: none !important;
}

.new-big-event {
    position: relative;
    background: #0068FF;
    margin-bottom: 80px;
}
.new-big-event-title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
}
.new-big-event .big-event-title>div {
    margin-top: 55px;
    margin-bottom: 35px;
}

.new-event-time-wrapper {
    margin: auto;
    height: 158px;
    overflow: initial !important;
    color: #fff;
}
.new-event-time-wrapper .history-event {
    background: none !important;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.new-event-time-wrapper .history-event:before {
    content: '';
    position: absolute;
    border-radius: 6px;
    height: 150px;
    background: #fff;
    left: 15px;
    right: 15px;
    display: block;
    top: 100px;
}
.new-event-time-wrapper .history-event .event.row {
    display: inline-block;
    width: 142px;
    margin: 0;
    opacity: 0;
    background: none !important;
}
.new-event-time-wrapper .history-event .event.row>div {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    min-height: auto;
}
.new-event-time-wrapper .history-event .year {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 19px;
}
.new-event-time-wrapper .history-event .year>span {
    cursor: pointer;
    position: relative;
    top: 15px;
}
.new-event-time-wrapper .history-event .year .dot-bg {
    width: 22px;
    height: 22px;
    background: #0068FF;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: auto;
    top: 24px;
    z-index: 3;
    cursor: pointer;
}
.new-event-time-wrapper .history-event .year .dot-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    opacity: 0.1;
    border-radius: 50%;
}
.new-event-time-wrapper .history-event .year .dot-bg:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 4px;
    z-index: 2;
    background: #F7F7F7;
    opacity: 0.5;
    display: block;
    margin: auto;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.new-event-time-wrapper .history-event .year:after {
    content: '';
    height: 1px;
    background: #F7F7F7;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
}
.new-event-time-wrapper .history-event .event.active .dot-bg:after {
    opacity: 1;
}
.new-event-time-wrapper .history-event .event.active .dot-bg:before {
    opacity: 0.5;
}
.new-event-time-wrapper .history-event .event-description {
    position: absolute;
    min-height: 150px;
    margin-left: 0;
    text-align: left !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height:20px;
    left: 0;
    right: 0;
    display: flex;
    padding: 20px 20px 20px 350px;
    color: #3E3A3A;
    background: #FFFFFF;
    opacity: 0;
    box-shadow: 0px 4px 24px 0px rgba(0,104,255,0.15);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
}
.new-event-time-wrapper .history-event .event.active .event-description {
    opacity: 1;
}
.new-event-time-wrapper .history-event .event .event-description .year-icon {
	position: absolute;
    top: 50%;
    left: 40px;
    height: 75px;
    width: 500px;
	background-repeat: no-repeat;
    transform: translateY(-50%);
}
.new-event-time-wrapper .history-event .event-description p {
    position: relative;
    z-index: 3;
    white-space: normal;
}
.new-event-time-wrapper .history-event .event-description p:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #3E3A3A;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.new-company-data-box {
    position: relative;
    z-index: 9;
}
.new-company-data-box>.section {
    margin: 120px auto 0;
}
.new-company-data-box>.section>.row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.new-company-data-box>.section>.row::before,
.new-company-data-box>.section>.row::after {
	display: none;
}
.new-company-data-box .copy-group {
    display: inline-block;
    width: initial;
}
.new-company-data-box .copy-group:last-child {
	padding-right: 0;
}
.new-company-data-box h3 {
	margin-top: 10px;
}
.new-company-data-box .section-group-default {
    text-align: center;
    box-shadow: 0px 4px 24px 0px rgba(0,74,121,0.15);
    border-radius: 6px;
    color: #fff;
    min-width: 165px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s;
}
.new-company-data-box .section-group-default:hover {
    transform: scale(1.05) translateY(-7px);
    box-shadow: 0 6px 20px 0 rgb(31 35 41 / 15%);
}
.new-company-data-box .copy-group:nth-child(1) .section-group-default {
    background: linear-gradient(0deg, #009BFF, #22A8FF);
}
.new-company-data-box .copy-group:nth-child(2) .section-group-default {
    background: linear-gradient(0deg, #FF9900, #FFA825);
    top: -60px;
}
.new-company-data-box .copy-group:nth-child(3) .section-group-default {
    background: linear-gradient(0deg, #78DC00, #A2F63E);
    top: -100px;
}
.new-company-data-box .copy-group:nth-child(4) .section-group-default {
    background: linear-gradient(0deg, #FFD700, #FFDF33);
    top: -60px;
}
.new-company-data-box .copy-group:nth-child(5) .section-group-default {
    background: linear-gradient(0deg, #744BFF, #906FFF);
}
.guard {
	display: none;
	position: absolute;
    background: #0068FF;
    width: 20%;
    height: 95px;
    top: 124px;
    z-index: 7;
}
.guard.pos-left {
	left: 0;
}
.guard.pos-right {
	right: 0;
}
.scroll-arrow {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #f7f7f78c;
    border-top-color: transparent;
    border-right-color: transparent;
    top: 56%;
    transform: rotate(45deg);
    z-index: 99;
}
.scroll-arrow.dir-left {
    left: 20px;
}
.scroll-arrow.dir-right {
    right: 20px;
    transform: rotate(-135deg);
}
.data-bg {
    margin: -280px 0 0 0;
    position: relative;
    z-index: -1;
}
.data-bg .widget-image {
	min-height: 316px;
}
/***业务范畴**/
.new-business-box .section-group-default {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.new-business-box .section-group-default>p {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.new-business-box .section-group-default:hover img {
    transform: scale(1.2);
}
.new-business-box .section-group-default img {
    width: 100%;
    transition: transform ease 300ms;
}
.new-business-box .section-group-default>h5 {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    font-size: 21px;
    z-index: 2;
}
.new-business-box.no-margin-top {
    margin-top: 0;
}
.new-business-box .section-group-default>p a {
    opacity: 0;
    position: absolute;
}
.new-business-box .section-group-default .default-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 20px;
}
.new-business-box .default-content .line {
    width: 38px;
    height: 2px;
    background: #fff;
    margin-top: 60px;
}
.new-business-box .sub {
    font-size: 14px;
    line-height: 1.35;
    height: 6.75em;
}
.new-business-box .section-group-default .default-content h5 {
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
}

.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.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;
}
.business-box .section-group-default .default-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1px;
	background: #FA5132;
	opacity: 0;
	transition: all ease-in-out 200ms;
}
.business-box .section-group-default:hover .default-content:before {
	opacity: 0.85;
}
.business-box .section-group-default:hover .icon {
	display: none;
}
.business-box .default-content .icon {
    width: 98px;
    height: 98px;
    background-size: contain;
}
.business-box .default-content .line {
    width: 38px;
    border: 1px dashed;
}

.business-box .default-content .icon-1 {
    background-image: url('../images/01.png');
}
.business-box .default-content .icon-2 {
    background-image: url('../images/02.png');
}
.business-box .default-content .icon-3 {
    background-image: url('../images/03.png');
}
.business-box .default-content .icon-4 {
    background-image: url('../images/04.png');
}
.business-box .default-content .icon-5 {
    background-image: url('../images/05.png');
}
.business-box .default-content .icon-6 {
    background-image: url('../images/06.png');
}
.business-box .sub {
    font-size: 14px;
    width: 266px;
    line-height: 2;
    text-align: center;
    position: relative;
}
.business-box .section-group-default .default-content h5 {
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.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;
}

/***合作伙伴***/
.widget.full.partner {
    margin: 100px auto 0;
    height: 500px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.widget.full.partner .partner-bg {
    position: absolute;
    background: url(../images/partner.png) repeat;
    box-sizing: border-box;
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
    width: 500%;
    height: 500%;
    background-position: center;
    transform: scale(0.65);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.widget.full.partner:hover .partner-bg {
    transition-delay: .2s;
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
}
.partner h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    margin: 0;
    z-index: 9;
}

@media (max-width: 576px) {
	.new-home-video-box .video-text {
		font-size: 24px;
	}
	.new-home-video-box .video-sub-text::before, .new-home-video-box .video-sub-text::after {
		display: none;
	}
	.new-home-video-box .video-sub-text span {
		letter-spacing: 2px;
	}
	.new-company-data-box .section-group-default {
		min-width: 95px;
		padding: 5px;
	}
	.new-company-data-box h3 {
		font-size: 14px;
		margin: 5px auto;
	}
	.new-company-data-box p {
		font-size: 12px;
		height: 3em;
		display: flex;
    	align-items: center;
	}
	.new-company-data-box>.section {
		margin-top: 140px;
	}
	.new-company-data-box .copy-group:nth-child(1) .section-group-default {
		top: -35px;
	}
	.new-company-data-box .copy-group:nth-child(2) .section-group-default {
		top: -120px;
    	left: -100%;
	}
	.new-company-data-box .copy-group:nth-child(3) .section-group-default {
		top: -150px;
    	left: -120%;
	}
	.new-company-data-box .copy-group:nth-child(4) .section-group-default {
		top: -120px;
    	left: -140%;
	}
	.new-company-data-box .copy-group:nth-child(5) .section-group-default {
		top: -35px;
    	left: -250%;
	}
	.data-bg .widget-image {
		min-height: 275px;
	}
	.data-bg .widget-image img {
		transform: translateX(-50%);
	    position: relative;
	    left: 50%;
	    max-width: 220%;
	}
	.new-event-time-wrapper {
		width: 80%;
	}
	body.g-t .scroll-arrow {
        display: block;
    }
    body.g-t .guard {
    	display: block;
    }
    .new-event-time-wrapper .history-event {
    	width: fit-content;
    	transition: all 300ms;
    	padding-left: 0;
    	padding-right: 0;
    	position: static;
    }
    .new-event-time-wrapper .history-event .year .dot-bg {
    	top: 23px;
    }
    .new-event-time-wrapper .history-event .event.row {
    	width: 130px;
    	float: none;
    }
    .new-event-time-wrapper .history-event .year {
    	font-size: 21px;
    }
    .new-event-time-wrapper .history-event .event-description {
    	transition: none;
    	margin-left: 15px;
    	margin-right: 15px;
    }
	.new-event-time-wrapper .history-event .event.active .event-description {
		padding: 10px 10px 10px 20px;
	}
	.new-event-time-wrapper .history-event:before {
		background: transparent;
	}
	.company-info-box {
		margin-top: 50px;
	}
	.widget.full.partner .partner-bg {
	    background: url(../images/partner-mobile.png) no-repeat;
	    background-position: center;
	}
	.widget.full.partner {
		margin-top: 0;
		height: 450px;
		height: 390px;
	}
	.page-foot {
		margin-top: 20px;
	}
	.partner h3 {
		font-size: 36px;
		font-weight: bold;
	}
}
body.front {
	overflow-x: hidden;
}
.bus-chapter-title{
color: #000;
}