
.ten_root a {
	text-decoration: none;
	color: inherit;
}

.ten_root h2 {
	font-size: 32px;
	line-height: 1.2em;
	margin: 12px 0px;
	padding: 0px;
}

.ten_root h3 {
	font-size: 24px;
	line-height: 1.4em;
	margin: 12px 0px;
	padding: 0px;
	font-weight: normal;
}

.ten_root h4 {
	font-size: 24px;
	line-height: 1.5em;
	margin: 12px 0px;
	padding: 0px;
	font-weight: normal;
}

.ten_root h5 {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin: 12px 0px;
	padding: 0px;
	font-weight: normal;
}

.ten_root h6 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 12px 0px;
	padding: 0px;
	font-weight: normal;
}

.ten_root p {
	font-size: 16px;
	line-height: 1.5em;
	/* margin: 0px 0px; */
	padding: 0px;
	font-weight: normal;
}

.ten_root td,
.ten_root li {
	font-size: 16px;
	line-height: 1.5em;
}

.ten_banner h2,
.ten_subbanner--type2 h2 {
	font-size: 38px;
	line-height: 1.4em;
}

.ten_news_detail > p {
	font-size: 16px;
}

@media screen and (max-width: 1279px) {
	.ten_root h2 {
		font-size: 32px;
		line-height: 1.2em;
	}

	.ten_root h3 {
		font-size: 18px;
		line-height: 1.4em;
	}

	.ten_root h4 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.ten_root h5 {
		font-size: 18px;
		line-height: 1.8em;
	}

	.ten_root h6 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.ten_root p {
		font-size: 16px;
		line-height: 1.5em;
	}

	.ten_banner h2,
    .ten_subbanner--type2 h2 {
		font-size: 36px;
		line-height: 1.4em;
	}
}

@media screen and (max-width: 767px) {
	.ten_root h2 {
		font-size: 24px;
		line-height: 1.2em;
	}

	.ten_root h3 {
		font-size: 18px;
		line-height: 1.4em;
	}

	.ten_root h4 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.ten_root h5 {
		font-size: 18px;
		line-height: 1.8em;
	}

	.ten_root h6 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.ten_root p {
		font-size: 16px;
		line-height: 1.5em;
	}

	.ten_banner h2,
    .ten_subbanner--type2 h2 {
		font-size: 30px;
		line-height: 1.4em;
	}
}
.ten_share img {
	width: 18px;
	height: 18px;
}

.ten_album .ten_img .ten_img_mag {
	display: none !important;
}

.ten_album .ten_img .ten_img_blue {
	display: none;
}

.ten_album .ten_img .ten_img_txt {
	display: none;
}
/*--------------------------------------------------------------------------------*/
.ten_tagline,
.ten_tagline--fill {
	font-family: 'TencentSansw7';
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	height: 30px;
	display: inline-block;
	position: relative;
	border-top: 1px solid #0052D9;
	padding: 0px 30px;
	color: #0052D9;
}

.ten_tagline:before,
.ten_tagline--fill:before {
	content: "";
	display: block;
	position: absolute;
	left: calc(100% - 12px);
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #0052D9;
	transform: rotate(-69deg) translate(-1px,0px);
	transform-origin: 0px 0px;
}

.ten_tagline:after,
.ten_tagline--fill:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 12px);
	border-top: 1px solid #0052D9;
}

.ten_tagline--fill {
	color: #FFF;
}

.ten_tagline--fill:before {
	background: #0052D9;
	height: 36px;
	transform-origin: 0px 100%;
}

.ten_tagline--fill:after {
	background: #0052D9;
	height: 36px;
}

.ten_tagline--fill span {
	position: relative;
	z-index: 1;
}
/*--------------------------------------------------------------------------------*/
.ten_date {
	font-family: 'TencentSansw3';
	display: inline-block;
	padding: 8px 0px 0px 0px;
	background: #0052D9;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	width: 60px;
	height: 60px;
}

.ten_date span {
	display: block;
	font-size: 12px;
}

.ten_floating_btn {
	position: fixed;
	right: 120px;
	bottom: 45px;
	z-index: 2;
}

.ten_floating_btn a {
	display: inline-block;
	margin-right: 5px;
	padding: 12px 24px;
	border-radius: 6px;
	border: 1px solid #0052D9;
	color: #1B1F25 !important;
	background: #FFF;
}

.ten_floating_btn a img {
	width: 20px;
	height: 20px;
	filter: none;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.ten_floating_btn a:hover {
	background: #0052D9;
	color: #FFF !important;
}

.ten_floating_btn a:hover img {
	filter: invert(1);
}

@media screen and (max-width: 767px) {
	.ten_floating_btn {
		right: auto;
		top: auto;
		left: 24px;
		bottom: 24px;
		width: 300px;
	}

	.ten_floating_btn a {
		margin-top: 6px;
		width: 125px;
		padding: 10px;
	}

	.en-us .ten_floating_btn a {
		width: 200px;
		padding: 12px;
	}
}
/*--------------------------------------------------------------------------------*/
.ten_share {
	display: inline-block;
	vertical-align: middle;
}

.ten_download {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	text-align: center;
	border: 1px solid #0052D9;
	border-radius: 50%;
	font-size: 10px;
	overflow: hidden;
	color: #0052D9 !important;
	line-height: 18px;
	font-family: 'OpenSans', 'PingFang SC','Microsoft YaHei','Hiragino Sans GB','WenQuanYi Micro Hei','Helvetica Neue', Arial, sans-serif !important;
}

a:hover .ten_download,
.ten_download:hover {
	background: #0052D9;
	color: #FFF !important;
	border: 1px solid #0052D9;
}

.ten_download:before {
	content: "";
	display: block;
	margin: 8px auto 0px auto;
	width: 14px;
	height: 14px;
	background-image: url(../images/52sd5fs5sf.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover .ten_download:before,
.ten_download:hover:before {
	filter: brightness(0) invert(1) !important;
}

.ten_download--cal:before {
	background-image: url(../images/icon_cal.png);
	width: 18px;
	height: 18px;
	position: absolute;
	margin: 0px;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
}

/*--------------------------------------------------------------------------------*/
.ten_logo {
	display: block;
	width: 160px;
	height: 30px;
	font-size: 0px;
	color: rgba(0,0,0,0);
	background-image: url(../images/menu_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}
/*--------------------------------------------------------------------------------*/
.ten_header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	color: #FFF;
}

@media screen and (max-width: 1159px) {
	.ten_header {
		visibility: hidden;
	}
}

.ten_header_pad {
	height: 72px;
	display: none;
}

.ten_root--inner .ten_header_pad {
	display: block;
}

.ten_header--float,
.ten_header:hover,
.ten_root--inner .ten_header {
	background: #FFF;
	color: #2b2e2e;
}

.ten_header .ten_header_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 72px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: ease all 0.3s;
}

.ten_header--float .ten_header_menu {
	height: 48px;
}

.ten_header .ten_header_menu > li {
	list-style: none;
	padding: 0px 24px;
	margin: 0px;
	font-size: 16px;
}

[lang="zh-hant"] .ten_header .ten_header_menu > li,
[lang="zh-hans"] .ten_header .ten_header_menu > li {
	font-size: 18px;
}

.ten_header .ten_header_menu > li > a {
	display: block;
	height: 48px;
	line-height: 48px;
}

.ten_header .ten_header_menu > li > a:after {
	content: "";
	display: block;
	position: relative;
	top: -12px;
	height: 3px;
	width: 10%;
	margin: 0px auto;
	background: rgba(255,255,255,0);
	transition: ease all 0.3s;
}

.ten_header .ten_header_menu > li.active > a:after,
.ten_header .ten_header_menu > li:hover > a:after {
	background: #0052D9;
	width: 100%;
}

.ten_header .ten_header_menu .ten_header_logo {
	padding: 0px 48px 0px 0px;
}
[lang="zh-hant"] .ten_header .ten_header_menu .ten_header_logo,
[lang="zh-hans"] .ten_header .ten_header_menu .ten_header_logo {
	padding: 0px 60px 0px 0px;
}

.ten_header--float .ten_logo,
.ten_header:hover .ten_logo,
.ten_root--inner .ten_header .ten_logo {
	background-image: url(../images/menu_logo_hover.png);
	transition: ease all 0.3s;
}

.ten_header--float .ten_logo {
	transform: scale(0.8);
	transform-origin: 0% 50%;
}

.ten_header .ten_header_menu .ten_header_lang {
	margin: 0px 0px 0px auto;
	padding-right: 0px;
	font-size: 16px;
}

.ten_header .ten_header_menu .ten_header_lang span {
	font-size: 10px;
}

.ten_header .ten_header_menu .ten_header_lang a {
	display: inline-block;
	padding: 0px 6px;
}

.ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_header .ten_header_menu .ten_header_lang a.active {
	opacity: 0.6;
}

.ten_header .ten_header_menu .ten_header_lang a:after {
	display: none;
}

.ten_root--inner .ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_root--inner .ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_header:hover .ten_header_menu .ten_header_lang a:hover,
.ten_header:hover .ten_header_menu .ten_header_lang a:hover,
.ten_header--float .ten_header_menu .ten_header_lang a:hover,
.ten_header--float .ten_header_menu .ten_header_lang a.active {
	color: #0052D9;
}

.ten_header .ten_header_submenu {
	display: none;
	padding-bottom: 12px;
	transition: ease all 0.3s;
}

.ten_header .ten_header_submenu:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -2560px;
	width: 5120px;
	height: 100%;
	background: #FFF;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	transition: ease all 0.3s;
}

.ten_header .ten_header_submenu ul,
.ten_header .ten_header_submenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ten_header .ten_header_submenu li {
	margin: 12px 0px;
	font-size: 14px;
}

.ten_header .ten_header_submenu ul {
	position: relative;
	transform: translateY(-24px);
	transition: ease all 0.3s;
}

.ten_header .ten_header_submenu a:hover {
	color: #0052D9;
}

[lang="zh-hant"] .ten_header .ten_header_submenu li,
[lang="zh-hans"] .ten_header .ten_header_submenu li {
	font-size: 16px;
}

.ten_header .ten_header_menu > li:hover .ten_header_submenu {
	display: block;
	position: absolute;
}

.ten_header .ten_header_menu li.entered .ten_header_submenu {
	padding-bottom: 72px;
}

.ten_header .ten_header_menu li.entered .ten_header_submenu ul {
	transform: translateY(0px);
}
/*--------------------------------------------------------------------------------*/
.ten_header .ten_header_search .ten_main {
	max-width: 640px;
}

.ten_header .ten_header_search > a {
	position: relative;
}

.ten_header .ten_header_search > a:after {
	display: none;
}

.ten_header .ten_header_search > a:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/search-01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	filter: brightness(0) invert(1);
}

.ten_header--float .ten_header_search > a:before,
.ten_header:hover .ten_header_search > a:before,
.ten_root--inner .ten_header .ten_header_search > a:before {
	filter: none;
}

.ten_header .ten_header_search .ten_search {
	position: fixed;
	left: 0px;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}

.ten_header .ten_header_search .ten_search .ten_main {
	transform: translateY(-24px);
	transition: ease all 0.3s;
}

.ten_header .ten_header_search.entered .ten_search .ten_main {
	transform: translateY(0px);
}
/*--------------------------------------------------------------------------------*/
.ten_mobile {
	display: none;
	position: fixed;
	z-index: 102;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 24px;
}

.ten_mobile .ten_mobile_col:nth-of-type(1) {
	width: 75%;
	text-align: left;
}

.ten_mobile .ten_mobile_col:nth-of-type(2) {
	width: 25%;
	text-align: right;
}

.ten_mobile .ten_mobile_col:nth-of-type(2) {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ten_mobile .ten_logo {
	margin: 0px 0px;
	height: 18px;
	background-position: center left;
}

.ten_mobile .ten_mobile_nav {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.ten_mobile .ten_mobile_nav span {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 1;
	transition: ease all 0.3s;
	transform: rotate(0deg);
	transform-origin: 0% 50%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(1) {
	left: 0%;
	top: 30%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(2) {
	left: 0%;
	top: 50%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(3) {
	left: 0%;
	top: 70%;
	width: 80%;
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(1) {
	left: 20%;
	top: 20%;
	width: 84.85%;
	transform: rotate(45deg);
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(2) {
	left: 45%;
	width: 10%;
	opacity: 0;
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(3) {
	left: 20%;
	top: 80%;
	width: 84.85%;
	transform: rotate(-45deg);
}

.ten_mobile--float,
.ten_root--inner .ten_mobile {
	background: #FFF;
}

.ten_mobile--float .ten_logo,
.ten_root--inner .ten_mobile .ten_logo {
	background-image: url(../images/menu_logo_hover.png);
	transition: ease all 0.3s;
}

.ten_mobile--float .ten_mobile_nav span,
.ten_root--inner .ten_mobile .ten_mobile_nav span {
	background: #0052D9;
}

@media screen and (max-width: 1159px) {
	.ten_mobile {
		display: flex;
	}

	.ten_header_pad {
		height: 48px;
	}
}
/*--------------------------------------------------------------------------------*/
.ten_mobile_menu {
	display: block;
	position: fixed;
	z-index: 101;
	top: -100%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 72px 24px 120px 24px;
	overflow: auto;
	background: rgba(255,255,255,0.95);
	transition: ease all 0.3s;
	opacity: 0;
}

.ten_mobile_menu--show {
	top: 0%;
	opacity: 1;
}

@media screen and (min-width: 1240px) {
	.ten_mobile_menu {
		display: none;
	}
}

.ten_mobile_menu ul,
.ten_mobile_menu li {
	list-style: none;
	padding: 0px;
	margin: 12px 0px;
	font-size: 18px;
	font-weight: 500;
}

.ten_mobile_menu > ul > li {
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 12px 0px;
}

.ten_mobile_menu > ul > li li {
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

.ten_mobile_menu > ul > li ul {
	display: none;
	padding: 1px 0px;
}

.ten_mobile_menu > ul > li li:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0052D9;
	border-right: 1px solid #0052D9;
	transform: rotate(45deg);
	position: absolute;
	right: 6px;
	top: calc(50% - 3px);
}

.ten_mobile_menu p {
	margin: 24px 0px 0px 0px;
}

.ten_mobile_menu p a,
.ten_mobile_menu p span {
	display: inline-block;
	vertical-align: middle;
}

.ten_mobile_menu p span {
	margin: 0px 6px;
}

.ten_mobile_menu .toggle {
	display: block;
	float: right;
	margin-top: 4px;
	width: 20px;
	height: 20px;
	position: relative;
}

.ten_mobile_menu .toggle:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0052D9;
	border-right: 1px solid #0052D9;
	position: absolute;
	right: calc(50% - 4px);
	top: calc(50% - 8px);
	transform: rotate(135deg);
	transition: ease all 0.3s;
}

.ten_mobile_menu .toggle.toggled:after {
	transform: rotate(-45deg);
	top: calc(50% - 2px);
}
/*--------------------------------------------------------------------------------*/
.ten_footer {
	color: #5f6464;
	background-color: #FBFBFB;
}

.ten_footer_follow {
	border-bottom: 1px solid #FBFBFB;
	margin-bottom: 48px;
	padding: 24px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ten_footer_follow p {
	margin: 0px;
	font-size: 16px;
}

.ten_footer_follow a {
	display: block;
	margin-left: 36px;
	position: relative;
}

.ten_footer_follow a:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	transition: ease all 0.3s;
	background-size: contain;
}

.ten_footer_follow a img {
	display: none;
}

.ten_footer_follow a:hover img {
	display: block;
	position: absolute;
	bottom: 36px;
	left: 0px;
	z-index: 99;
	width: 180px;
	height: 180px;
}

.ten_footer_follow a.wechat:after {
	background-image: url(../images/icon_wechat.png);
}

.ten_footer_follow a.weibo:after {
	background-image: url(../images/icon_weibo.png);
}

.ten_footer_follow a.twitter:after {
	background-image: url(../images/icon_twitter.png);
}

.ten_footer_follow a.linkedin:after {
	background-image: url(../images/icon_in.png);
}

.ten_footer_follow a.wechat:hover:after {
	background-image: url(../images/icon_wechat_hover.png);
}

.ten_footer_follow a.weibo:hover:after {
	background-image: url(../images/icon_weibo_hover.png);
}

.ten_footer_follow a.twitter:hover:after {
	background-image: url(../images/icon_twitter_hover.png);
}

.ten_footer_follow a.linkedin:hover:after {
	background-image: url(../images/icon_in_hover.png);
}

@media screen and (max-width: 767px) {
	.ten_footer_follow a:after {
		width: 24px;
		height: 24px;
	}

	.ten_footer_follow {
		margin-bottom: 24px;
	}
}

.ten_footer_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ten_footer_links h3 {
	margin: 0px 0px 12px 0px;
	position: relative;
	font-weight: normal;
}

.ten_footer_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ten_footer_links li {
	list-style: none;
	font-size: 14px;
}

.ten_footer_links > ul {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	width: 720px;
}

.ten_footer_links > ul > li {
	width: calc(33.33% - 12px);
}

.ten_footer_links > ul > li li {
	margin-bottom: 12px;
}

.ten_footer_links a:hover {
	color: #0052D9;
}

.ten_footer_links .toggle {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	right: 0px;
}

.ten_footer_links .toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: calc(50% - 4px);
	width: 8px;
	height: 8px;
	transform: rotate(-135deg);
	transition: ease all 0.3s;
	border-left: 1px solid #2b2e2e;
	border-top: 1px solid #2b2e2e;
}

.ten_footer_links li.toggled .toggle:after {
	transform: rotate(45deg);
	top: calc(50% - 2px);
}

.ten_footer .ten_logo {
	width: 220px;
	height: 30px;
	background-image: url(../images/menu_logo_hover.png);
}

@media screen and (max-width: 1279px) {
	.ten_footer_links > ul {
		width: 75%;
	}
}

@media screen and (max-width: 1023px) {
	.ten_footer_links > ul {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.ten_footer_links > ul > li {
		width: calc(100%);
	}

	.ten_footer_links > ul > li li {
		margin-bottom: 5px;
	}

	.ten_footer_links > ul > li ul {
		height: 0px;
		overflow: hidden;
	}

	.ten_footer_links > ul > li ul li {
		transform: translateY(-48px);
		opacity: 0;
		transition: ease all 0.3s;
	}

	.ten_footer_links > ul > li ul li:last-of-type {
		padding-bottom: 24px;
	}

	.ten_footer_links > ul > li.toggled ul {
		height: auto;
	}

	.ten_footer_links > ul > li.toggled ul li {
		transform: translateY(0px);
		opacity: 1;
	}

	.ten_footer_links .toggle {
		display: block;
	}

	.ten_footer .ten_logo {
		display: none;
	}
}

.ten_footer_copy {
	padding: 48px 0px 96px 0px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.ten_footer_copy a {
	display: block;
	margin-right: 24px;
}

.ten_footer_copy a:hover {
	color: #0052D9;
}

.ten_footer_copy span {
	display: block;
	margin: 0px 0px 0px auto;
}

.ten_footer_copy span br {
	display: none;
}
/*--------------------------------------------------------------------------------*/
.ten_totop {
	display: none;
	background: #FBFBFB;
	padding: 12px 24px;
	text-align: center;
}

.ten_totop--float {
	display: block;
	position: fixed;
	bottom: -200px;
	right: 40px;
	z-index: 98;
	width: 60px;
	height: 60px;
	transition: ease all 0.3s;
	background: #FFF;
	border-radius: 50%;
	;
    border: 1px solid #0052D9;
	padding: 0px;
}

.ten_totop--float:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 6px);
	transform: rotate(-135deg);
	border-bottom: 1px solid #0052D9;
	border-right: 1px solid #0052D9;
	;
}

.ten_totop--float:hover {
	background: #0052D9;
	;
}

.ten_totop--float:hover:after {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.ten_totop--float--show {
	bottom: 40px;
}

@media screen and (max-width: 1279px) {
	.ten_footer_copy span {
		width: 100%;
		margin: 0px;
	}
}

@media screen and (max-width: 767px) {
	.ten_footer_copy {
		font-size: 12px;
		padding: 24px 0px 96px 0px;
	}

	.ten_footer_copy .link {
		display: none;
	}

	.ten_footer_copy span br {
		display: block;
	}
    /*.ten_totop{ display: block; }*/

	.ten_totop--float {
		right: 24px;
		width: 48px;
		height: 48px;
	}

	.ten_totop--float--show {
		bottom: 24px;
	}
}
/*--------------------------------------------------------------------------------*/
.en-us .ten_banner {
	font-family: 'TencentSansw3';
}

.ten_banner .ten_banner_swiper {
	position: relative;
}

.ten_banner .ten_banner_swiper .ten_banner_slide  img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ten_banner .ten_banner_slide {
	height: 100vh;
	position: relative;
}

.ten_banner .ten_banner_slide > video,
.ten_banner .ten_banner_slide > img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ten_banner .ten_banner_slide .ten_banner_text {
	position: absolute;
	top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.ten_banner .ten_banner_slide .ten_banner_text h2 {
	max-width: 1440px;
}

.ten_banner .ten_banner_slide .ten_banner_text h3 {
	max-width: 480px;
}

.ten_banner .ten_banner_slide .ten_banner_text h4,
.ten_banner .ten_banner_slide .ten_banner_text h6,
.ten_banner .ten_banner_slide .ten_banner_text p {
	max-width: 1260px;
}

.ten_banner .ten_banner_slide .ten_banner_text span {
	width: 550px;
}

.ten_banner .ten_banner_slide .ten_banner_text h5 {
	max-width: 1440px;
	font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}

.ten_banner .ten_banner_nav {
	position: absolute;
	bottom: 60px;
	width: 100%;
	z-index: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ten_banner_nav {
		padding-bottom: 0px;
	}
}


.ten_banner_arr_l,
.ten_banner_arr_r {
	display: inline-block;
	width: 54px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../images/index/icon_arrow_r.png);
	margin: 0px 24px 0px 0px;
}

.ten_banner_arr_l {
	transform: scaleX(-1);
}

.ten_banner_arr_l:focus {
	outline: none;
}

.ten_banner_arr_r:focus {
	outline: none;
}

.ten_banner_arr span {
	cursor: pointer;
}

.ten_banner .swiper-slide h2 {
	opacity: 0;
	transition: ease all 0.5s;
	transform: translate(120px);
	transition-delay: 0.2s;
}

.ten_banner .swiper-slide h5 {
	opacity: 0;
	transition: ease all 0.5s;
	transform: translate(120px);
	transition-delay: 0.4s;
}

.ten_banner .swiper-slide-active h2 {
	opacity: 1;
	transform: translate(0px);
}

.ten_banner .swiper-slide-active h5 {
	opacity: 1;
	transform: translate(0px);
}

.ten_banner_shadow {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.ten_banner_shadow--20 {
	background: rgba(0,0,0,0.1);
}

.ten_banner_shadow--30 {
	background: rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px) {
	.ten_banner .ten_banner_slide h5 br {
		display: none;
	}
}
/*--------------------------------------------------------------------------------*/
.ten_subbanner .ten_subbanner_txt a:hover h2 {
	color: #0052D9;
}

.ten_subbanner .ten_subbanner_txt .ten_subbanner_arr {
	display: inline-block;
	width: 48px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../images/index/icon_arrow_r_dark.png);
	margin: 0px 24px 0px 0px;
}
/*--------------------------------------------------------------------------------*/
.ten_subbanner--type1 {
	padding: 100px 0px;
	font-family: 'TencentSansw3';
}

.ten_subbanner--type1 .ten_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ten_subbanner--type1 .swiper-container {
	width: 50%;
}

.ten_subbanner--type1 .ten_subbanner_txt {
	width: 50%;
	padding-left: 110px;
	box-sizing: border-box;
}

.ten_subbanner_txt .news-title {
	bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #252423;
    position: relative;
}
.news-title .btn-arrow {
    position: absolute;
    right: 0;
}

.btn-arrow-bg {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #252423;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.btn-arrow-bg:hover {
    background-color: #0055DD;
}
.ten_subbanner_txt .news-detial {
  color: #252423;
  font-size: 18px;
  font-weight: 300;
  height: 100px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.ten_subbanner_txt .news-detial .time {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  color: #252423;
  padding-left: 10px;
  padding-right: 10px;
}

.ten_subbanner_txt .news-detial .detail {
  font-size: 18px;
	padding-top:10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #252423;
}

.ten_subbanner_txt .current .time {
  color: #fff !important;
}
.ten_subbanner_txt  .current .detail {
  color: #fff !important;
}
.news-detial:hover .time{
  color: #fff !important;
}

.ten_subbanner_txt .current {
  background-color: #0055DD;
  color: #fff !important;
}




.ten_subbanner--type1 h2,
.ten_subbanner--type1 h3 {
	font-family: 'TencentSansw7';
}

.ten_subbanner--type1 .ten_img_txt {
	color: #FFF;
	padding: 48px 96px 48px 48px;
	box-sizing: border-box;
}

.ten_subbanner--type1 .ten_subbanner_nav {
	position: relative;
}

.ten_subbanner--type1 .ten_banner_arr {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: right;
	padding-bottom: 12px;
	z-index: 1;
	opacity: 0;
	transition: ease all 0.3s;
}

.ten_subbanner--type1 .ten_banner_arr a {
	margin: 0px;
	position: relative;
	width: 30px;
	height: 30px;
	background: none;
}

.ten_subbanner--type1 .ten_banner_arr .ten_banner_arr_r {
	margin-right: 60px;
}

.ten_subbanner--type1 .ten_banner_arr a:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	right: calc(50% - 6px);
	top: calc(50% - 6px);
	transform: rotate(45deg);
}

.ten_subbanner--type1 .swiper-container:hover .ten_banner_arr {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.ten_subbanner--type1 .ten_main {
		flex-direction: column-reverse;
	}

	.ten_subbanner--type1 .swiper-container {
		width: 100%;
	}

	.ten_subbanner--type1 .ten_subbanner_txt {
		width: 100%;
		padding-left: 0px;
	}

	.ten_subbanner--type1 .ten_img:after {
		display: none;
	}

	.ten_subbanner--type1 .ten_img_txt {
		padding: 48px 24px;
	}

	.ten_subbanner--type1 .ten_banner_arr .ten_banner_arr_r {
		margin-right: 24px;
	}

	.ten_subbanner--type1 .swiper-container .ten_banner_arr {
		opacity: 1;
	}
}
/*--------------------------------------------------------------------------------*/
.ten_subbanner--type2 {
	position: relative;
	font-family: 'TencentSansw3';
}

.ten_subbanner--type2 h2 {
	font-family: 'TencentSansw7';
}

.ten_subbanner--type2 .ten_main {
	max-width: none;
}

.ten_subbanner--type2 .ten_subbanner_txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	padding: 8vw 6vw;
	box-sizing: border-box;
}

.ten_subbanner--type2 .ten_subbanner_nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 1;
	text-align: right;
	padding: 24px 6vw;
	box-sizing: border-box;
}

.ten_subbanner--type2 .ten_subbanner_nav .ten_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.ten_subbanner--type2 .ten_subbanner_txt {
		position: static;
		padding: 0px 0px;
	}

	.ten_subbanner--type2 .ten_subbanner_txt br {
		display: none;
	}

	.ten_subbanner--type2 .ten_subbanner_nav {
		padding: 0px 0px;
	}
}
/*--------------------------------------------------------------------------------*/
.swiper-pagination-bullet {
	border-radius: 0px;
	background: #FFF;
	opacity: 1;
	/* margin-left: 12px; */
	width: 10px;
	height: 10px;
	margin: 10px;
	border-radius: 50%;
	transition: ease all 0.3s;
}

.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0052D9;
}
#narrow {
  position: absolute;
  top: 40px;
  margin-left: -18px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_banner__slide-tip {
	z-index: 2;
	width: 42px;
	height: 60px;
	cursor: pointer;
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: 35px;
	transform: translate(-50%);
}

.slide-arrow {
	transform-origin: 50%;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(-50%,-50%)
}

.slide-arrow-1 {
	animation: arrow-movement 2s ease-in-out infinite;
}

.slide-arrow-2 {
	animation: arrow-movement 2s ease-in-out 1s infinite
}

.slide-arrow:before,.slide-arrow:after {
	width: 30px;
	height: 3px;
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.slide-arrow:before {
	transform-origin: 0 0;
	transform: rotate(45deg)translate(-23%)
}

.slide-arrow:after {
	transform-origin: 100% 0;
	transform: rotate(-45deg)translate(23%);
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 10%
	}

	70% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}
