@charset "UTF-8";

:root {
	--swiper-theme-color: #007aff
}

/*.swiper-container {*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	z-index: 1*/
/*}*/

/*.swiper-container-vertical>.swiper-wrapper {*/
/*	flex-direction: column*/
/*}*/

/*.swiper-wrapper {*/
/*	position: relative;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	z-index: 1;*/
/*	display: flex;*/
/*	transition-property: transform;*/
/*	box-sizing: content-box*/
/*}*/

/*.swiper-container-android .swiper-slide,*/
/*.swiper-wrapper {*/
/*	transform: translate3d(0px, 0, 0)*/
/*}*/

/*.swiper-container-multirow>.swiper-wrapper {*/
/*	flex-wrap: wrap*/
/*}*/

/*.swiper-container-multirow-column>.swiper-wrapper {*/
/*	flex-wrap: wrap;*/
/*	flex-direction: column*/
/*}*/

/*.swiper-container-free-mode>.swiper-wrapper {*/
/*	transition-timing-function: ease-out;*/
/*	margin: 0 auto*/
/*}*/

/*.swiper-slide {*/
/*	flex-shrink: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: relative;*/
/*	transition-property: transform*/
/*}*/

/*.swiper-slide-invisible-blank {*/
/*	visibility: hidden*/
/*}*/

/*.swiper-container-autoheight,*/
/*.swiper-container-autoheight .swiper-slide {*/
/*	height: auto*/
/*}*/

/*.swiper-container-autoheight .swiper-wrapper {*/
/*	align-items: flex-start;*/
/*	transition-property: transform, height*/
/*}*/

/*.swiper-container-3d {*/
/*	perspective: 1200px*/
/*}*/

/*.swiper-container-3d .swiper-cube-shadow,*/
/*.swiper-container-3d .swiper-slide,*/
/*.swiper-container-3d .swiper-slide-shadow-bottom,*/
/*.swiper-container-3d .swiper-slide-shadow-left,*/
/*.swiper-container-3d .swiper-slide-shadow-right,*/
/*.swiper-container-3d .swiper-slide-shadow-top,*/
/*.swiper-container-3d .swiper-wrapper {*/
/*	transform-style: preserve-3d*/
/*}*/

/*.swiper-container-3d .swiper-slide-shadow-bottom,*/
/*.swiper-container-3d .swiper-slide-shadow-left,*/
/*.swiper-container-3d .swiper-slide-shadow-right,*/
/*.swiper-container-3d .swiper-slide-shadow-top {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	pointer-events: none;*/
/*	z-index: 10*/
/*}*/

/*.swiper-container-3d .swiper-slide-shadow-left {*/
/*	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
/*}*/

/*.swiper-container-3d .swiper-slide-shadow-right {*/
/*	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
/*}*/

/*.swiper-container-3d .swiper-slide-shadow-top {*/
/*	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
/*}*/

/*.swiper-container-3d .swiper-slide-shadow-bottom {*/
/*	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
/*}*/

/*.swiper-container-css-mode>.swiper-wrapper {*/
/*	overflow: auto;*/
/*	scrollbar-width: none;*/
/*	-ms-overflow-style: none*/
/*}*/

/*.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {*/
/*	display: none*/
/*}*/

/*.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {*/
/*	scroll-snap-align: start start*/
/*}*/

/*.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {*/
/*	scroll-snap-type: x mandatory*/
/*}*/

/*.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {*/
/*	scroll-snap-type: y mandatory*/
/*}*/

:root {
	--swiper-navigation-size: 44px
}

/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	width: calc(var(--swiper-navigation-size)/ 44 * 27);*/
/*	height: var(--swiper-navigation-size);*/
/*	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
/*	z-index: 10;*/
/*	cursor: pointer;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	color: var(--swiper-navigation-color, var(--swiper-theme-color))*/
/*}*/

/*.swiper-button-next.swiper-button-disabled,*/
/*.swiper-button-prev.swiper-button-disabled {*/
/*	opacity: .35;*/
/*	cursor: auto;*/
/*	pointer-events: none*/
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-button-prev:after {*/
/*	font-family: swiper-icons;*/
/*	font-size: var(--swiper-navigation-size);*/
/*	text-transform: none !important;*/
/*	letter-spacing: 0;*/
/*	text-transform: none;*/
/*	font-variant: initial*/
/*}*/

/*.swiper-button-prev,*/
/*.swiper-container-rtl .swiper-button-next {*/
/*	left: 10px;*/
/*	right: auto*/
/*}*/

/*.swiper-button-prev:after,*/
/*.swiper-container-rtl .swiper-button-next:after {*/
/*	content: 'prev'*/
/*}*/

/*.swiper-button-next,*/
/*.swiper-container-rtl .swiper-button-prev {*/
/*	right: 10px;*/
/*	left: auto*/
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-container-rtl .swiper-button-prev:after {*/
/*	content: 'next'*/
/*}*/

/*.swiper-button-next.swiper-button-white,*/
/*.swiper-button-prev.swiper-button-white {*/
/*	--swiper-navigation-color: #ffffff*/
/*}*/

/*.swiper-button-next.swiper-button-black,*/
/*.swiper-button-prev.swiper-button-black {*/
/*	--swiper-navigation-color: #000000*/
/*}*/

/*.swiper-button-lock {*/
/*	display: none*/
/*}*/

/*.swiper-pagination {*/
/*	position: absolute;*/
/*	text-align: center;*/
/*	transition: .3s opacity;*/
/*	transform: translate3d(0, 0, 0);*/
/*	z-index: 10*/
/*}*/

/*.swiper-pagination.swiper-pagination-hidden {*/
/*	opacity: 0*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-bullets,*/
/*.swiper-pagination-custom,*/
/*.swiper-pagination-fraction {*/
/*	bottom: 10px;*/
/*	left: 0;*/
/*	width: 100%*/
/*}*/

/*.swiper-pagination-bullets-dynamic {*/
/*	overflow: hidden;*/
/*	font-size: 0*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*	transform: scale(.33);*/
/*	position: relative*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {*/
/*	transform: scale(1)*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {*/
/*	transform: scale(1)*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {*/
/*	transform: scale(.66)*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {*/
/*	transform: scale(.33)*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {*/
/*	transform: scale(.66)*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {*/
/*	transform: scale(.33)*/
/*}*/

/*.swiper-pagination-bullet {*/
/*	width: 8px;*/
/*	height: 8px;*/
/*	display: inline-block;*/
/*	border-radius: 100%;*/
/*	background: #000;*/
/*	opacity: .2*/
/*}*/

/*button.swiper-pagination-bullet {*/
/*	border: none;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	box-shadow: none;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	appearance: none*/
/*}*/

/*.swiper-pagination-clickable .swiper-pagination-bullet {*/
/*	cursor: pointer*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*	opacity: 1;*/
/*	background: var(--swiper-pagination-color, var(--swiper-theme-color))*/
/*}*/

/*.swiper-container-vertical>.swiper-pagination-bullets {*/
/*	right: 10px;*/
/*	top: 50%;*/
/*	transform: translate3d(0px, -50%, 0)*/
/*}*/

/*.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*	margin: 6px 0;*/
/*	display: block*/
/*}*/

/*.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	width: 8px*/
/*}*/

/*.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*	display: inline-block;*/
/*	transition: .2s transform, .2s top*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*	margin: 0 4px*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	white-space: nowrap*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*	transition: .2s transform, .2s left*/
/*}*/

/*.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*	transition: .2s transform, .2s right*/
/*}*/

/*.swiper-pagination-progressbar {*/
/*	background: rgba(0, 0, 0, .25);*/
/*	position: absolute*/
/*}*/

/*.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*	background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	transform: scale(0);*/
/*	transform-origin: left top*/
/*}*/

/*.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*	transform-origin: right top*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-progressbar,*/
/*.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {*/
/*	width: 100%;*/
/*	height: 4px;*/
/*	left: 0;*/
/*	top: 0*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,*/
/*.swiper-container-vertical>.swiper-pagination-progressbar {*/
/*	width: 4px;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0*/
/*}*/

/*.swiper-pagination-white {*/
/*	--swiper-pagination-color: #ffffff*/
/*}*/

/*.swiper-pagination-black {*/
/*	--swiper-pagination-color: #000000*/
/*}*/

/*.swiper-pagination-lock {*/
/*	display: none*/
/*}*/

/*.swiper-scrollbar {*/
/*	border-radius: 10px;*/
/*	position: relative;*/
/*	-ms-touch-action: none;*/
/*	background: rgba(0, 0, 0, .1)*/
/*}*/

/*.swiper-container-horizontal>.swiper-scrollbar {*/
/*	position: absolute;*/
/*	left: 1%;*/
/*	bottom: 3px;*/
/*	z-index: 50;*/
/*	height: 5px;*/
/*	width: 98%*/
/*}*/

/*.swiper-container-vertical>.swiper-scrollbar {*/
/*	position: absolute;*/
/*	right: 3px;*/
/*	top: 1%;*/
/*	z-index: 50;*/
/*	width: 5px;*/
/*	height: 98%*/
/*}*/

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

/*.swiper-container .swiper-notification {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	pointer-events: none;*/
/*	opacity: 0;*/
/*	z-index: -1000*/
/*}*/

/*.swiper-container-fade.swiper-container-free-mode .swiper-slide {*/
/*	transition-timing-function: ease-out*/
/*}*/

/*.swiper-container-fade .swiper-slide {*/
/*	pointer-events: none;*/
/*	transition-property: opacity*/
/*}*/

/*.swiper-container-fade .swiper-slide .swiper-slide {*/
/*	pointer-events: none*/
/*}*/

/*.swiper-container-fade .swiper-slide-active,*/
/*.swiper-container-fade .swiper-slide-active .swiper-slide-active {*/
/*	pointer-events: auto*/
/*}*/

/*.swiper-container-cube {*/
/*	overflow: visible*/
/*}*/

/*.swiper-container-cube .swiper-slide {*/
/*	pointer-events: none;*/
/*	-webkit-backface-visibility: hidden;*/
/*	backface-visibility: hidden;*/
/*	z-index: 1;*/
/*	visibility: hidden;*/
/*	transform-origin: 0 0;*/
/*	width: 100%;*/
/*	height: 100%*/
/*}*/

/*.swiper-container-cube .swiper-slide .swiper-slide {*/
/*	pointer-events: none*/
/*}*/

/*.swiper-container-cube.swiper-container-rtl .swiper-slide {*/
/*	transform-origin: 100% 0*/
/*}*/

/*.swiper-container-cube .swiper-slide-active,*/
/*.swiper-container-cube .swiper-slide-active .swiper-slide-active {*/
/*	pointer-events: auto*/
/*}*/

/*.swiper-container-cube .swiper-slide-active,*/
/*.swiper-container-cube .swiper-slide-next,*/
/*.swiper-container-cube .swiper-slide-next+.swiper-slide,*/
/*.swiper-container-cube .swiper-slide-prev {*/
/*	pointer-events: auto;*/
/*	visibility: visible*/
/*}*/

/*.swiper-container-cube .swiper-slide-shadow-bottom,*/
/*.swiper-container-cube .swiper-slide-shadow-left,*/
/*.swiper-container-cube .swiper-slide-shadow-right,*/
/*.swiper-container-cube .swiper-slide-shadow-top {*/
/*	z-index: 0;*/
/*	-webkit-backface-visibility: hidden;*/
/*	backface-visibility: hidden*/
/*}*/

/*.swiper-container-cube .swiper-cube-shadow {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0px;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: #000;*/
/*	opacity: .6;*/
/*	-webkit-filter: blur(50px);*/
/*	filter: blur(50px);*/
/*	z-index: 0*/
/*}*/

/*.swiper-container-flip {*/
/*	overflow: visible*/
/*}*/

/*.swiper-container-flip .swiper-slide {*/
/*	pointer-events: none;*/
/*	-webkit-backface-visibility: hidden;*/
/*	backface-visibility: hidden;*/
/*	z-index: 1*/
/*}*/

/*.swiper-container-flip .swiper-slide .swiper-slide {*/
/*	pointer-events: none*/
/*}*/

/*.swiper-container-flip .swiper-slide-active,*/
/*.swiper-container-flip .swiper-slide-active .swiper-slide-active {*/
/*	pointer-events: auto*/
/*}*/

/*.swiper-container-flip .swiper-slide-shadow-bottom,*/
/*.swiper-container-flip .swiper-slide-shadow-left,*/
/*.swiper-container-flip .swiper-slide-shadow-right,*/
/*.swiper-container-flip .swiper-slide-shadow-top {*/
/*	z-index: 0;*/
/*	-webkit-backface-visibility: hidden;*/
/*	backface-visibility: hidden*/
/*}*/


.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-20200528-SA-02:before {
	content: "\e675";
}

.icon-20200528-SN-02:before {
	content: "\e676";
}

.icon-popup-icon:before {
	content: "\e674";
}

.icon-header-language-new:before {
	content: "\e670";
}

.icon-header-linkgroup-new:before {
	content: "\e671";
}

.icon-header-login-new:before {
	content: "\e672";
}



.icon-special-icon1new:before {
	content: "\e66c";
}

.icon-special-icon2new:before {
	content: "\e66d";
}

.icon-header-language:before {
	content: "\e66e";
}

.icon-header-linkgroup:before {
	content: "\e66f";
}

.icon-special-icon5:before {
	content: "\e65e";
}

.icon-special-icon8:before {
	content: "\e65f";
}

.icon-special-icon6:before {
	content: "\e660";
}

.icon-special-icon1:before {
	content: "\e661";
}

.icon-special-icon4:before {
	content: "\e662";
}

.icon-special-icon11:before {
	content: "\e663";
}

.icon-special-icon7:before {
	content: "\e664";
}

.icon-special-icon3:before {
	content: "\e665";
}

.icon-special-icon9:before {
	content: "\e666";
}

.icon-special-icon12:before {
	content: "\e667";
}

.icon-special-icon2:before {
	content: "\e668";
}

.icon-special-icon10:before {
	content: "\e669";
}

.icon-about-icon2:before {
	content: "\e657";
}

.icon-about-icon1:before {
	content: "\e658";
}

.icon-icon-who1:before {
	content: "\e659";
}

.icon-icon-who3:before {
	content: "\e65a";
}

.icon-about-icon4:before {
	content: "\e65b";
}

.icon-about-icon3:before {
	content: "\e65c";
}

.icon-icon-who2:before {
	content: "\e65d";
}

.icon-video-puse-new:before {
	content: "\e652";
}

.icon-video-music-new:before {
	content: "\e653";
}

.icon-video-download-new:before {
	content: "\e654";
}

.icon-video-full-new:before {
	content: "\e655";
}

.icon-video-play-new:before {
	content: "\e656";
}

.icon-in-new:before {
	content: "\e651";
}

.icon-inner-right:before {
	content: "\e64c";
}

.icon-inner-left:before {
	content: "\e64e";
}

.icon-home-right:before {
	content: "\e64f";
}

.icon-home-left:before {
	content: "\e650";
}

.icon-developer-new:before {
	content: "\e64b";
}

.icon-ict-new1:before {
	content: "\e64d";
}

.icon-header-yun:before {
	content: "\e64a";
}

.icon-header-shop:before {
	content: "\e649";
}

.icon-icon-pad-new:before {
	content: "\e648";
}

.icon-icon-vr-new:before {
	content: "\e647";
}

.icon-icon-choose-new:before {
	content: "\e646";
}

.icon-icon-login-new:before {
	content: "\e645";
}

.icon-icon-language-new:before {
	content: "\e644";
}

.icon-icon-header-new:before {
	content: "\e643";
}

.icon-share-ttnew:before {
	content: "\e63e";
}

.icon-fenxiang-1:before {
	content: "\e63f";
}

.icon-fenxiang-2:before {
	content: "\e640";
}

.icon-fenxiang-3:before {
	content: "\e641";
}

.icon-fenxiang-4:before {
	content: "\e642";
}

.icon-vr:before {
	content: "\e63b";
}

.icon-erji:before {
	content: "\e63c";
}

.icon-accessories:before {
	content: "\e63d";
}

.icon-download1:before {
	content: "\e63a";
}

.icon-image-text:before {
	content: "\e639";
}

.icon-wzwt:before {
	content: "\e631";
}

.icon-fenzhi:before {
	content: "\e632";
}

.icon-fwrx:before {
	content: "\e633";
}

.icon-xxls:before {
	content: "\e634";
}

.icon-jyfk:before {
	content: "\e635";
}

.icon-czbsc:before {
	content: "\e636";
}

.icon-tianxie:before {
	content: "\e637";
}

.icon-weigui:before {
	content: "\e638";
}

.icon-denglu:before {
	content: "\e62a";
}

.icon-phone:before {
	content: "\e619";
}

.icon-zhaiquan:before {
	content: "\e61d";
}

.icon-pic:before {
	content: "\e61f";
}

.icon-down:before {
	content: "\e620";
}

.icon-pdf:before {
	content: "\e621";
}

.icon-key:before {
	content: "\e622";
}

.icon-filter:before {
	content: "\e623";
}

.icon-rar:before {
	content: "\e624";
}

.icon-sound-filling:before {
	content: "\e625";
}

.icon-website:before {
	content: "\e626";
}

.icon-rss:before {
	content: "\e627";
}

.icon-mail:before {
	content: "\e628";
}

.icon-jituanwangzhan:before {
	content: "\e629";
}

.icon-yuyan:before {
	content: "\e62b";
}

.icon-play2:before {
	content: "\e62c";
}

.icon-cart-Empty:before {
	content: "\e62e";
}

.icon-search:before {
	content: "\e62f";
}

.icon-bags:before {
	content: "\e630";
}

.icon-feedback:before {
	content: "\e61c";
}

.icon-yun:before {
	content: "\e61b";
}

.icon-audio:before {
	content: "\e76e";
}

.icon-Lock:before {
	content: "\e67f";
}

.icon-suspended:before {
	content: "\e768";
}

.icon-play1:before {
	content: "\e75d";
}

.icon-sound-Mute:before {
	content: "\e766";
}

.icon-e-user:before {
	content: "\e61a";
}

.icon-download:before {
	content: "\e61e";
}

.icon-play:before {
	content: "\e62d";
}

.icon-bussiness-man:before {
	content: "\e6ef";
}

.icon-Exportservices:before {
	content: "\e702";
}

.icon-clock:before {
	content: "\e74b";
}

.icon-map:before {
	content: "\e758";
}

.icon-who-:before {
	content: "\e612";
}

.icon-who-1:before {
	content: "\e613";
}

.icon-who:before {
	content: "\e614";
}

.icon-email:before {
	content: "\e74f";
}

.icon-Rightarrow:before {
	content: "\e761";
}

.icon-yinhao:before {
	content: "\e610";
}

.icon-user:before {
	content: "\e60f";
}

.icon-falling:before {
	content: "\e750";
}

.icon-monkey:before {
	content: "\e60c";
}

.icon-ranger:before {
	content: "\e60d";
}

.icon-mobile:before {
	content: "\e60e";
}

.icon-add-select:before {
	content: "\e7b0";
}

.icon-sami-select:before {
	content: "\e7b1";
}

.icon-close:before {
	content: "\e747";
}

.icon-coin:before {
	content: "\e608";
}

.icon-users:before {
	content: "\e609";
}

.icon-network:before {
	content: "\e60a";
}

.icon-rise:before {
	content: "\e60b";
}

.icon-arrow-right:before {
	content: "\e743";
}

.icon-arrow-lift:before {
	content: "\e744";
}

.icon-arrow-up:before {
	content: "\e745";
}

.icon-arrow-down:before {
	content: "\e7b2";
}

.icon-service:before {
	content: "\e606";
}

.icon-support:before {
	content: "\e607";
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
	text-align: center;
}

@font-face {
	font-family: VideoJS;
	src: url('../img/icon/VideoJS.eot?utuc4q');
	src: url('../img/icon/VideoJS.eot?utuc4q#iefix') format('embedded-opentype'), url('../img/icon/VideoJS.ttf?utuc4q') format('truetype'), url('../img/icon/VideoJS.woff?utuc4q') format('woff'), url('../img/icon/VideoJS.svg?utuc4q#VideoJS') format('svg');
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
	content: '\f101';
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	font-family: "iconfont";
	content: '\e652' !important;
}

.vjs-play-control:before {
	font-family: "iconfont";
	content: '\e656' !important;
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play-circle:before {
	content: '\f102';
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	content: '\f103';
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: '\f104' !important;
	font-family: 'VideoJS' !important;
	font-size: 19px;
	margin-top: -6px;
	margin-left: -6px;
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: '\f105';
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: '\f106';
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
	content: '\f107';
}

.vjs-volume-menu-button:before {
	font-family: "iconfont";
	content: '\e653' !important;
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	content: '\f108';
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	font-family: "iconfont";
	content: '\e655' !important;
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: '\f109';
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-square:before {
	content: '\f10a';
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-spinner:before {
	content: '\f10b';
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
	content: '\f10c';
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
	content: '\f10d';
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
	content: '\f10e';
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-share:before {
	content: '\f10f';
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cog:before {
	content: '\f110';
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: '\f111';
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-outline:before {
	content: '\f112';
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
	content: '\f113';
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-hd:before {
	content: '\f114';
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
	content: '\f115';
}

.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay:before {
	content: '\f116';
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-facebook:before {
	content: '\f117';
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-gplus:before {
	content: '\f118';
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-linkedin:before {
	content: '\f119';
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-twitter:before {
	content: '\f11a';
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-tumblr:before {
	content: '\f11b';
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pinterest:before {
	content: '\f11c';
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
	content: '\f11d';
}

.vjs-icon-audio,
.video-js .vjs-audio-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
	content: '\f11e';
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.video-js:-moz-full-screen {
	position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0;
}

.video-js.vjs-16-9 {
	padding-top: 56.25%;
}

.video-js.vjs-4-3 {
	padding-top: 75%;
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}

.vjs-hidden {
	display: none !important;
}

.vjs-disabled {
	opacity: 0.5;
	cursor: default;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66a8cc;
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.7);
	border-radius: 0.3em;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	-webkit-transition: all 0s;
	transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block;
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
	cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block;
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.22222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	transition: none;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table;
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	flex: none;
}

.video-js .vjs-control:before {
	font-size: 1.3em;
	line-height: 2.2;
	display: none !important;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
	text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-width: 4em;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.66666667em;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
}

.video-js .vjs-mouse-display:before {
	display: none;
}

.video-js .vjs-play-progress {
	background-color: #c7000b;
}

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -0.33333333em;
	right: -0.5em;
	font-size: 0.9em;
	margin-top: -1px;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: 0.9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px 8px;
	border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
	z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none;
}

.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
	background: white;
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto;
}

.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em;
}

.vjs-tooltip-progress-bar {
	visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #6d7673;
}

.video-js .vjs-slider:focus {
	text-shadow: 0em 0em 1em white;
	box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	flex: none;
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	flex: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em;
	margin: 1.35em auto;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -0.35em;
	right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 8em;
	width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important;
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 101%;
	background-color: #000000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}

.vjs-has-started .vjs-poster {
	display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block;
}

.vjs-using-native-controls .vjs-poster {
	display: none;
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left;
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-live .vjs-time-control {
	display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: none;
}

.vjs-time-divider {
	display: none;
	line-height: 3em;
}

.vjs-live .vjs-time-divider {
	display: none;
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	flex: none;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	-ms-transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-ms-transform: translateY(-1.5em);
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, 0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
	content: '';
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: white;
	-webkit-animation-delay: 0.44s;
	animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}

	20% {
		border-top-color: #73859f;
	}

	35% {
		border-top-color: white;
	}

	60% {
		border-top-color: #73859f;
	}

	100% {
		border-top-color: #73859f;
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}

	20% {
		border-top-color: #73859f;
	}

	35% {
		border-top-color: white;
	}

	60% {
		border-top-color: #73859f;
	}

	100% {
		border-top-color: #73859f;
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
	display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
	display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
	display: none;
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.75);
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 16em;
	font-size: 12px;
	width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 1em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
	float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	width: 100px;
	margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
	vertical-align: top;
	float: right;
}

.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0;
}

.vjs-caption-settings label>input {
	margin-right: 10px;
}

.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: 0.5em;
}

.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.vjs-caption-settings input[type='button'] {
	width: 40px;
	height: 40px;
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

@media print {
	.video-js>*:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden;
	}
}

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: '';
	}
}

@media \0screen {
	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		visibility: hidden;
	}
}

.vjs-resolution-button {
	color: #ccc;
	font-family: VideoJS;
}

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
	content: '\f110';
	font-size: 1.8em;
	line-height: 1.67;
}

.vjs-resolution-button .vjs-resolution-button-label {
	font-size: 1em;
	line-height: 3em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

.vjs-resolution-button ul.vjs-menu-content {
	width: 4em !important;
}

.vjs-resolution-button .vjs-menu {
	left: 0;
}

.vjs-resolution-button .vjs-menu li {
	text-transform: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.icon-video-download-new {
	color: #fff;
	font-size: 1.5em !important;
}

.no-download .vjs-control-bar .vjs-download-control {
	display: none !important;
}

@font-face {
	font-family: 'corpfont';
	src: url('../img/icon/corpfont.eot');
	src: url('../img/icon/corpfont.eot') format('embedded-opentype'), url('../img/icon/corpfont.ttf') format('truetype'), url('../img/icon/corpfont.woff') format('woff'), url('../img/icon/corpfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='hwic_'],
[class*=' hwic_'] {
	font-family: 'corpfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hwic_smart-screen:before {
	content: '\e936';
}

.hwic_emui:before {
	content: '\e937';
}

.hwic_smarthome-navbar:before {
	content: '\e92e';
}

.hwic_Wearables-navbar:before {
	content: '\e92f';
}

.hwic_tablets-navbar:before {
	content: '\e930';
}

.hwic_solutions-nav:before {
	content: '\e931';
}

.hwic_pc-navbar:before {
	content: '\e932';
}

.hwic_mobile-navbar:before {
	content: '\e933';
}

.hwic_accessories-navbar:before {
	content: '\e934';
}

.hwic_mobile-nav:before {
	content: '\e935';
}

.hwic_icon_nav_phones:before {
	content: '\e92c';
}

.hwic_icon_nav_pc:before {
	content: '\e92d';
}

.hwic_icon_rss:before {
	content: '\e92b';
}

.hwic_icon_link:before {
	content: '\e92a';
}

.hwic_icon_camera:before {
	content: '\e929';
}

.hwic_toutiao:before {
	content: '\e927';
}

.hwic_zhihu:before {
	content: '\e928';
}

.hwic_icon_pic:before {
	content: '\e926';
}

.hwic_icon_VK1:before {
	content: '\e919';
}

.hwic_icon_habrahabr:before {
	content: '\e924';
}

.hwic_icon_instagram:before {
	content: '\e925';
}

.hwic_icon_print2:before {
	content: '\e922';
}

.hwic_icon_print3:before {
	content: '\e923';
}

.hwic_icon_print:before {
	content: '\e91c';
}

.hwic_icon_building:before {
	content: '\e91d';
}

.hwic_icon_time:before {
	content: '\e91f';
}

.hwic_icon_user:before {
	content: '\e920';
}

.hwic_open-in-new3:before {
	content: '\e921';
}

.hwic_open-in-new-3:before {
	content: '\e900';
}

.hwic_open-in-new-2:before {
	content: '\e90e';
}

.hwic_download:before {
	content: '\e913';
}

.hwic_download2:before {
	content: '\e918';
}

.hwic_remove:before {
	content: '\e15b';
}

.hwic_to_left:before {
	content: '\e901';
}

.hwic_to_right:before {
	content: '\e902';
}

.hwic_lamp:before {
	content: '\e903';
}

.hwic_down:before {
	content: '\e904';
}

.hwic_lock:before {
	content: '\e905';
}

.hwic_sharing_email:before {
	content: '\e906';
}

.hwic_add:before {
	content: '\e907';
}

.hwic_sharing_print:before {
	content: '\e908';
}

.hwic_sharing_share:before {
	content: '\e909';
}

.hwic_browser:before {
	content: '\e90a';
}

.hwic_sharing_wechat:before {
	content: '\e90b';
}

.hwic_cross:before {
	content: '\e90c';
}

.hwic_dehaze:before {
	content: '\e90d';
}

.hwic_email:before {
	content: '\e90f';
}

.hwic_files:before {
	content: '\e910';
}

.hwic_top:before {
	content: '\e911';
}

.hwic_pdf:before {
	content: '\e914';
}

.hwic_left:before {
	content: '\e915';
}

.hwic_right:before {
	content: '\e916';
}

.hwic_search:before {
	content: '\e917';
}

.hwic_telphone:before {
	content: '\e91a';
}

.hwic_tick:before {
	content: '\e91b';
}

.hwic_zoom-out:before {
	content: '\e91e';
}

.hwic_play2:before {
	content: '\ea1c';
}

.hwic_google-plus:before {
	content: '\ea8b';
}

.hwic_facebook:before {
	content: '\ea91';
}

a:hover .hwic_twitter:before {
	filter: invert(21%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(89%) contrast(94%);
}

.hwic_twitter:before {
	content: '';
	width: 26px;
	display: inline-block;
	height: 26px;
	filter: invert(36%) sepia(99%) saturate(19%) hue-rotate(339deg) brightness(87%) contrast(83%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve"><path d="M20.8,14.8L33.5,0h-3L19.4,12.9L10.6,0H0.4l13.4,19.5L0.4,35h3l11.7-13.6L24.4,35h10.2L20.8,14.8L20.8,14.8z M16.6,19.6 l-1.4-1.9L4.5,2.3h4.6l8.7,12.4l1.4,1.9l11.3,16.2h-4.6L16.6,19.6L16.6,19.6z"/></svg>')
}

.hwic_sina-weibo:before {
	content: '\ea9a';
}

.hwic_youtube:before {
	content: '\ea9d';
}

.hwic_linkedin:before {
	content: '\eaca';
}

.hwic_caret_left:before {
	content: '\f0d9';
}

.hwic_caret_right:before {
	content: '\f0da';
}

.hwic_sort_desc:before {
	content: '\f0dd';
}

.hwic_sort_asc:before {
	content: '\f0de';
}

.hwic_to-right:before {
	content: '\e912';
}

.iconcrown-1:before {
	content: "\e67e";
}

.iconwholehome:before {
	content: "\e67a";
}

.iconsignal-1:before {
	content: "\e673";
}

.icondigital-power-1:before {
	content: "\e674";
}

.iconserver-1:before {
	content: "\e675";
}

.iconsubscribe:before {
	content: "\e66b";
}

.iconmc-audio_mc-audio:before {
	content: "\e668";
}

.iconhwiconinfo:before {
	content: "\e667";
}

.iconaccessories-new:before {
	content: "\e666";
}

.iconoslock:before {
	content: "\e65d";
}

.iconoseye:before {
	content: "\e65e";
}

.iconosdollar:before {
	content: "\e65f";
}

.iconosrocket:before {
	content: "\e660";
}

.iconosshare:before {
	content: "\e661";
}

.iconostalent:before {
	content: "\e662";
}

.iconossupport:before {
	content: "\e663";
}

.iconosstar:before {
	content: "\e664";
}

.iconostrust:before {
	content: "\e665";
}

.iconic-star-lined:before {
	content: "\e656";
}

.iconHMos-2:before {
	content: "\e655";
}

.iconHMos:before {
	content: "\e654";
}

.iconFM:before {
	content: "\e64e";
}

.iconShoppingCart:before {
	content: "\e644";
}

.iconHMS_logo:before {
	content: "\e643";
	color: #777;
}




.iconblog:before {
	content: "\e631";
}

.iconKEY:before {
	content: "\e62d";
}

.iconPDF:before {
	content: "\e62e";
}

.iconZIP:before {
	content: "\e62f";
}

.iconMP4:before {
	content: "\e630";
}

.iconearphones:before {
	content: "\e608";
}

.iconMore:before {
	content: "\e609";
	background: #f6f6f6;
	border-radius: 50%;
	color: #b3b3b3;
}

.iconAccessories:before {
	content: "\e610";
}

.iconAppGallery:before {
	content: "\e611";
}

.iconEMUI:before {
	content: "\e612";
}

.iconMateBook:before {
	content: "\e613";
}

.iconMatePad:before {
	content: "\e614";
}

.iconPhones:before {
	content: "\e615";
}

.iconSmart:before {
	content: "\e616";
}

.iconRouters:before {
	content: "\e617";
}

.iconVR:before {
	content: "\e618";
}

.iconWearables:before {
	content: "\e619";
}

.iconTalkaboutICT-puse:before {
	content: "\e601";
}

.iconvideo-download:before {
	content: "\e607";
}

.iconTalkaboutICT-shenyingclose:before {
	content: "\e602";
}

.iconTalkaboutICT-shenyingopen:before {
	content: "\e603";
}

.iconTalkaboutICT-down:before {
	content: "\e604";
}

.iconTalkaboutICT-jiaoben:before {
	content: "\e605";
}

.iconTalkaboutICT-play:before {
	content: "\e606";
}

.vjs-control-bar .iconvideo-download {
	font-size: 1.5em !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 20px 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '•';
	width: 20px;
	height: 20px;
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*html {*/
/*	line-height: 1.15;*/
/*	-webkit-text-size-adjust: 100%;*/
/*}*/

body {
	margin: 0;
}

main {
	display: block;
}



hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*img {*/
/*	border-style: none;*/
/*	max-width: 100%*/
/*}*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.pd30 {
	padding: 15px !important;
}

@media (min-width: 992px) {
	.pd30 {
		padding: 30px !important;
	}
}

.mt100 {
	margin-top: 50px !important;
}

.mr30 {
	margin-right: 15px !important;
}

.mt90 {
	margin-top: 45px !important;
}

@media (min-width: 992px) {
	.mt90 {
		margin-top: 90px !important;
	}
}

.mb18 {
	margin-bottom: 9px !important;
}

.mb20 {
	margin-bottom: 10px !important;
}

.mb30 {
	margin-bottom: 15px !important;
}

.mb50 {
	margin-bottom: 25px !important;
}

.mb60 {
	margin-bottom: 30px !important;
}

.mb70 {
	margin-bottom: 35px !important;
	margin-top: 35px !important;
}

.mb90 {
	margin-bottom: 45px !important;
}

.mb100 {
	margin-bottom: 50px !important;
}

.mb120 {
	margin-bottom: 60px !important;
}

.mb150 {
	margin-bottom: 75px !important;
}

.mb200 {
	margin-bottom: 100px !important;
}

.imgauto {
	width: 100%;
}

.font-note {
	color: #999;
	font-size: 1em;
	padding: 0 15%;
	margin-bottom: 15px;
	text-align: center;
	height: 6.825em;
	overflow: hidden;
}

.color-note {
	color: #999;
}

.color-white {
	color: #fff !important;
}

.color-gray {
	color: #666 !important;
}

.color-black {
	color: #000 !important;
}

@media (min-width: 992px) {
	span.pc-block {
		display: block;
	}
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.grey-container {
	background-color: #f5f5f5;
	padding: 40px 0;
}

@media (min-width: 992px) {
	.grey-container {
		padding: 70px 0;
	}
}

.vertical-middle-sm {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-middle-sm>div {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	min-height: 100%;
	float: none !important;
}

@media (max-width:991px) {
	.passbars-slick-box .vertical-middle-sm>div {
		display: block;
	}
}

.main>h1 {
	padding-top: 40px;
	padding-left: 4%;
	padding-right: 4%;
}

.main h1 {
	text-align: center;
	margin-top: 0;
}

@media (min-width: 992px) {
	.mt100 {
		margin-top: 100px !important;
	}

	.mr30 {
		margin-right: 30px !important;
	}

	.mb18 {
		margin-bottom: 18px !important;
	}

	.mb20 {
		margin-bottom: 20px !important;
	}

	.mb30 {
		margin-bottom: 30px !important;
	}

	.mb50 {
		margin-bottom: 50px !important;
	}

	.mb60 {
		margin-bottom: 60px !important;
	}

	.mb70 {
		margin-bottom: 70px !important;
		margin-top: 70px !important;
	}

	.mb90 {
		margin-bottom: 90px !important;
	}

	.mb100 {
		margin-bottom: 100px !important;
	}

	.mb120 {
		margin-bottom: 120px !important;
	}

	.mb150 {
		margin-bottom: 150px !important;
	}

	.mb200 {
		margin-bottom: 200px !important;
	}

	.main>h1 {
		padding-top: 70px;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #333333;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	list-style-type: none;
}

/*p {*/
/*	margin: 0;*/
/*	color: #666;*/
/*	font-size: 1em;*/
/*	line-height: 1.95em;*/
/*}*/


@media (min-width: 768px) {
	h1 {
		font-size: 2.5em;
	}
}

h2 {
	font-size: 1.9em;
	line-height: 1.5em;
	color: #333;
}

@media (min-width: 768px) {
	h2 {
		font-size: 1.9em;
		padding: 0 10%;
	}
}

h3 {
	font-size: 1.5em;
	color: #333;
	line-height: 1.5em;
}

h4 {
	font-size: 1em;
	color: #333;
	line-height: 1.95em;
	margin: 0;
}

h4.big-size {
	font-size: 2em;
	text-align: center;
	font-weight: 500;
}

@media (min-width: 992px) {
	h4.big-size {
		font-size: 3em;
	}
}

@media (max-width: 767px) {
	h4 {
		font-size: 1.1em;
	}
}

.mobile-menu-open {
	overflow: hidden;
}

.mobile-menu-open header.fixed.header-hide {
	top: 0;
}

.container-custom {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*@media (min-width: 768px) {*/
/*	.container {*/
/*		width: 100%;*/
/*	}*/
/*}*/

@media (min-width: 992px) {


	.container-custom {
		width: 85.652%;
		max-width: 1430px;
	}

	/*.container {*/
	/*	width: 93.705%;*/
	/*	max-width: 1799.136px;*/
	/*}*/
}




@media (min-width: 1500px) {
	.col-ls-4 {
		width: 33.33333333%;
	}

	.col-ls-3 {
		width: 25%;
	}
}

.form-box .bootstrap-select {
	width: 100% !important;
}

.form-box .bootstrap-select button {
	outline: none;
}

.form-box .bootstrap-select .dropdown-toggle {
	border-radius: 0;
}

.form-box span[type='check-box'] {
	border: 1px solid #999999;
	display: inline-block;
	font-size: 0;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
}

.form-box span[type='check-box'].checked:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 9px;
	height: 9px;
	background-color: #c7000b;
	border-radius: 2px;
}

.form-box span[type='check-box'].radio {
	border: 1px solid #999999;
	display: inline-block;
	font-size: 0;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
	border-radius: 50%;
}

.form-box span[type='check-box'].radio.checked:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	background-color: #c7000b;
	border-radius: 2px;
	border-radius: 50%;
}

a.btn-rect-file {
	border: 1px solid #ddd;
	padding: 20px 8% 20px 80px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	position: relative;
}

a.btn-rect-file.no-icon {
	padding: 20px 8% 20px 20px;
}

a.btn-rect-file .iconfont {
	margin-right: 10px;
	height: 50px;
	float: left;
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -25px;
}

a.btn-rect-file .iconfont.icon-Lock {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	height: auto;
	left: auto;
}



a.btn-rect-file p {
	float: left;
	text-indent: 0 !important;
}

a.btn-rect-file p span {
	display: block;
	font-size: 1em;
	text-align: left;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

a.btn-rect-file p span:nth-child(1) {
	color: #999;
	font-size: 12px;
}

a.btn-rect-file p span:nth-child(2) {
	height: 51px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

a.btn-rect-file:hover p span:nth-child(2) {
	text-decoration: underline;
}

@media (min-width: 992px) {
	a.btn-rect-file {
		margin-bottom: 30px;
		padding: 40px 8% 40px 100px;
	}

	a.btn-rect-file.no-icon {
		padding: 40px 8% 40px 40px;
	}


	a.btn-rect-file:hover {
		border-color: #c7000b;
	}

	a.btn-rect-file:hover p span:nth-child(2) {
		border-color: #666;
	}
}

.btn-arrow {
	width: 66px;
	height: 66px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}

.btn-arrow:hover {
	background-color: #fff;
}

.btn-arrow:hover i {
	color: #000;
}

.btn-arrow i {
	color: #fff;
	font-size: 30px;
	line-height: 66px;
}

.btn-mail {
	width: 66px;
	height: 66px;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 100%;
	padding-top: 20px;
	text-decoration: none;
}

.btn-mail:hover {
	background-color: #fff;
}

.btn-mail:hover .hwic_email {
	color: #000;
}

.btn-mail .hwic_email {
	color: #fff;
	font-size: 24px;
}

.read-more,
.read-more-white {
	position: relative;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-size: 0.875em;
	line-height: 1.5em;
	outline: none;
}

@media (min-width: 992px) {

	.read-more,
	.read-more-white {
		font-size: 0.875em;
		line-height: 1.875em;
	}
}

.read-more.read-more-white,
.read-more-white.read-more-white {
	color: #fff;
}

.read-more .iconfont,
.read-more-white .iconfont {
	float: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #0089d3;
	font-size: 1.5em;
	line-height: inherit;
	display: inline;
	vertical-align: middle;
}

@media (min-width: 992px) {
	@-moz-document url-prefix() {

		.read-more .iconfont,
		.read-more-white .iconfont {
			line-height: 1.35em;
		}
	}
}

.read-more:hover .iconfont,
.read-more-white:hover .iconfont {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

.read-more span,
.read-more-white span {
	float: left;
	display: inline;
	vertical-align: middle;
}

.read-more .icon-btn-arrow,
.read-more-white .icon-btn-arrow {
	margin-left: 8px;
}

.btn-play,
.btn-play-1 {
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-decoration: none;
	z-index: 10;
	border: 1px solid #fff;
	padding: 0;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
}

.btn-play.def {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0;
	margin-left: auto;
	display: inline-block;
}

.btn-play:hover,
.btn-play-1:hover {
	background-color: #fff;
}

.btn-play:hover i,
.btn-play-1:hover i {
	color: #000;
}

.btn-play i,
.btn-play-1 i {
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -8px;
	color: #fff;
}

@media (min-width: 992px) {

	.btn-play,
	.btn-play-1 {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		margin-top: -40px;
	}
}

@media (max-width: 991px) {

	.btn-play,
	.btn-play-1 {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
	}
}

.btn-nav-back {
	font-size: 16px;
	border: none !important;
}

.btn-nav-back .iconfont {
	float: left;
}

.btn-nav-back:hover {
	text-decoration: none;
}

.btn-go-top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #7c7c7c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	z-index: 101;
	opacity: 0.7;
}

.btn-go-top .iconfont {
	font-size: 44px;
	color: #fff;
}

.btn-go-top:hover {
	background-color: #888888;
	opacity: 1;
}

.btn-loadmore {
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #666666;
	margin-top: 35px;
}

.btn-loadmore span {
	vertical-align: middle;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.btn-loadmore:hover,
.btn-loadmore:hover span {
	color: #333333;
}

.btn-loadmore .iconfont {
	font-size: 22px;
	font-weight: bold;
	line-height: 0;
	color: #c7000b !important;
	margin-left: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

@media (min-width: 992px) {
	.btn-loadmore {
		margin-top: 75px;
	}

	.story-list .btn-loadmore {
		margin-top: 30px;
	}
}

.btn-rect {
	padding: 0 30px;
	min-width: 140px;
	height: 32px !important;
	line-height: 30px !important;
	text-align: center;
	border: 1px solid #111;
	display: inline-block;
	color: #111;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.875em;
}

@media (max-width: 360px) {
	.btn-rect {
		min-width: 120px;
	}
}

@media (min-width: 992px) {
	.btn-rect {
		min-width: 170px;
		height: 40px !important;
		line-height: 38px !important;
	}

	.btn-rect:hover {
		border-color: #c7000b;
		background-color: #c7000b;
		color: #fff;
	}
}

.btn-rect-white {
	padding: 0 30px;
	min-width: 140px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	color: white;
	height: 32px !important;
	line-height: 30px !important;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.875em;
}

@media (max-width: 360px) {
	.btn-rect-white {
		min-width: 120px;
	}
}

@media (min-width: 992px) {
	.btn-rect-white {
		min-width: 170px;
		height: 40px !important;
		line-height: 40px !important;
	}
}

.btn-rect-white:hover {
	border-color: #c7000b;
	background-color: #c7000b;
	color: #fff;
}

.btn-rect-white:focus {
	color: white;
}

a.btn-rect.btn-rect-icon span,
a.btn-rect-white.btn-rect-icon span {
	margin-left: 10px;
	display: inline-block;
}

.slick-dots li {
	display: inline-block;
	border: 1px solid #858585;
	border-radius: 100%;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 5px 10px;
	cursor: pointer;
}

.tuijian-img .slick-dots li {
	border: 1px solid #fff;
}

.slick-dots li button {
	display: none;
}

.slick-dots li.slick-active {
	background-color: #858585;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	z-index: 10;
	width: 40px;
	height: 40px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	color: #333;
	font-family: 'iconfont' !important;
	font-size: 40px;
}

.slick-slider .slick-prev {
	left: -15px;
}

.slick-slider .slick-prev:before {
	content: "\e64e";
}

.slick-slider .slick-next {
	right: -15px;
}

.slick-slider .slick-next:before {
	content: "\e64c";
}

.nav-tabs {
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	border-bottom: 1px solid #dfdfdf;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 30px !important;
	position: relative;
}

@media (min-width: 992px) {
	.nav-tabs {
		margin-bottom: 50px !important;
		margin: 0 auto;
	}
}

@media (max-width: 1199px) {
	.nav-tabs {
		overflow-x: auto;
	}
}

.toolsbar+.tab-content {
	margin-top: 0 !important;
}

.nav-tabs.row {
	width: auto;
	border-color: transparent;
}

.nav-tabs.row li {
	float: left;
}

.nav-tabs.row .col-md-3 {
	text-align: left;
}

.nav-tabs.row .col-md-3 a {
	text-align: center;
	display: inline-block;
	max-width: 100%;
}

.nav-tabs.row .col-md-3 a .break-text {
	white-space: normal;
}

.nav-tabs.row .col-xs-4,
.nav-tabs.row .col-sm-4 {
	text-align: center;
}

@media (min-width: 992px) {

	.nav-tabs.row .col-xs-4,
	.nav-tabs.row .col-sm-4 {
		text-align: left;
	}
}

.nav-arrow {
	position: absolute;
	top: 0px;
	right: 15px;
	background: #fff;
	height: 47px;
	line-height: 47px;
	width: 8%;
	margin: 0;
	z-index: 2;
	cursor: pointer;
	text-align: center;
}

.nav-arrow i {
	color: #c7000b;
	font-size: 24px;
}

.nav-arrow.fixed {
	position: fixed;
	z-index: 91;
	right: 0;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}

.management-content .nav-arrow.fixed {
	position: absolute;
}

.nav-arrow.nav-arrow-prev {
	right: auto;
	left: 15px;
}

@media(min-width: 992px) {
	.nav-arrow {
		right: 15px;
		width: 55px;
		top: 5px;
		box-shadow: -3px 0px 2px rgba(0, 0, 0, 0.05);
	}

	.nav-arrow.nav-arrow-prev {
		left: 15px;
		width: 55px;
		box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.05);
	}
}

@media (min-width: 992px) and (max-width:1700px) {
	.nav-arrow {
		top: 2px;
	}
}

@media (max-width: 767px) {
	.nav-arrow {
		right: 0;
	}

	.nav-arrow.nav-arrow-prev {
		left: 0;
	}
}

.nav-arrow.fixed.nav-arrow-prev {
	left: 0 !important;
}

.nav-tabs.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 90;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}

.nav-tabs.top {
	top: 0;
}

.tab-content.tabs-fixed {
	padding-top: 30px;
}

@media (min-width: 992px) {
	.tab-content.tabs-fixed {
		padding-top: 100px;
	}

	.ul-list-style .tab-content.tabs-fixed {
		padding-top: 30px;
	}
}

.nav-tabs>li {
	margin-left: 10px;
	margin-right: 10px;
	float: none;
	display: inline-block;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-width: 0;
}

.nav-tabs>li>a {
	border: none;
	font-size: 1em;
	padding: 14px 0;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #666666;
}

.nav-tabs>li>a .iconfont {
	display: block;
	font-size: 50px;
}

.nav-tabs>li[class*='col-'] {
	margin-left: 0;
	margin-right: 0;
}

.nav-tabs>li[class*='col-'] a {
	margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
	border: none;
	color: #000000 !important;
	background: transparent;
}

.nav-tabs>li>a::after {
	content: '';
	background: #c7000b;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 1px;
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tab-nav>li>a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.nav-tabs::-webkit-scrollbar {
	display: none;
}

.btn-left {
	top: 68%;
	left: 13%;
	position: absolute;
	margin: 0;
}

.btn-center {
	top: 68%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btn-right {
	top: 68%;
	right: 13%;
	position: absolute;
	margin: 0;
}

input::-ms-clear {
	display: none;
}

.share-box {
	text-align: center;
	margin: 0;
	margin-top: -4px;
}

.share-box.share-box-bottom {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
}

.share-box.share-box-bottom li {
	margin: 0 20px;
}

.share-box.share-box-white li a span {
	color: #fff;
}

@media (min-width: 992px) {
	.share-box.share-box-white li a:hover span {
		opacity: 0.8;
		color: #fff;
	}
}

.share-box li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}

.share-box li a {
	position: relative;
	text-decoration: none;
}

.share-box li a span {
	font-size: 30px;
	color: #666666;
}

.share-box li a span.iconFM {
	font-size: 27px;
	position: relative;
	top: -2px;
}

.share-box li a span.hwic_icon_VK1 {
	font-size: 24px;
}

/*footer .share-box li a span.hwic_facebook,*/
/*footer .share-box li a span.hwic_icon_instagram {*/
/*	font-size: 26px;*/
/*}*/

.share-box li a .icon-in-new {
	display: inline-block;
	margin-top: -4px;
}

.share-box li a span.iconblog {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

@media (max-width:991px) {
	.share-box li a span.iconblog {
		margin-top: 1px;
	}
}

@media (min-width: 992px) {
	.share-box li a.btn-wechat .wechat-qrcode.show {
		display: block;
	}

	.share-box li a:hover span {
		color: #333333;
	}
}

.share-box li .wechat-qrcode {
	position: absolute;
	z-index: 999;
	top: -246px;
	left: -89px;
	width: 200px;
	height: 222px;
	color: #666;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	display: none;
}

@media (min-width:1025px) {
	.share-box li .wechat-qrcode {
		height: 176px;
		top: -196px;
	}

	.share-box li .wechat-qrcode .qrcode p {
		display: none;
	}
}

@media (min-width:768px) {
	.share-box li .wechat-qrcode {
		border: 1px solid #eee;
		background-color: #fff;
		box-shadow: 0 2px 10px #aaa;
	}

}

/*footer .share-box li .wechat-qrcode {*/
/*	border: 1px solid #eee;*/
/*	background-color: #fff;*/
/*	box-shadow: 0 2px 10px #aaa;*/
/*}*/

.share-box li .wechat-qrcode.show {
	display: block;
}

.share-box li .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -13px;
	width: 0;
	height: 0;
	border-width: 6px 6px 8px 6px;
	border-style: solid;
	border-color: transparent transparent #f3f3f3 transparent;
}

.share-box li .wechat-qrcode button,
.share-box li .wechat-qrcode .share-close {
	background: transparent;
	border: 0;
	font-size: 25px;
	position: absolute;
	top: -6px;
	right: 2px;
	color: #000 !important;
}

.share-box li .wechat-qrcode h4 {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}

.share-box li .wechat-qrcode .qrcode {
	width: 138px;
	margin: 5px auto;
}

.share-box li .wechat-qrcode img {
	width: 100%;
	vertical-align: middle;
}

/*footer .share-box li .wechat-qrcode:after {*/
/*	border-width: 8px 6px 6px 6px;*/
/*	top: auto;*/
/*	border-color: #f3f3f3 transparent transparent transparent;*/
/*}*/

.search-box {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-right: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	transform-origin: 100% center;
	background-color: #fff;
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 9px;
	left: 0;
	top: 0;
	z-index: 98;
}

.search-box.search-hide {
	visibility: hidden;
	left: 100%;
}

.search-box .b-search-keyword {
	display: none;
	position: absolute;
	z-index: 2;
	width: calc(100% - 70px);
}

.search-box .b-search-keyword a {
	display: block;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	padding: 5px 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	float: none;
	height: auto;
}

.search-box input {
	width: 100%;
	height: 48px;
	border: 1px solid #d4d4d4;
	line-height: 48px;
	padding-left: 20px;
	outline: none;
	font-size: 16px;
	padding-right: 50px;
	background-color: #fff;
}

.search-box input:focus {
	border: 1px solid #bebdbd;
	color: #282828;
	-webkit-box-shadow: 0px 3px 8px #d4d4d4;
	box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btn-close {
	position: absolute;
	right: 15px;
	top: 22px;
	color: #86807f;
	text-decoration: none;
	margin: 0 !important;
}

.search-box a.btn-close .hwic_cross {
	font-size: 20px;
}

.search-box a.btn-search {
	position: absolute;
	right: 60px;
	top: 22px;
	color: #86807f;
	text-decoration: none;
	margin: 0 !important;
}

.search-box a.btn-search span {
	font-size: 24px;
}

.search-box .search-keyword {
	position: absolute;
	background-color: #f8f8f8;
	left: 0;
	right: 0;
	bottom: 0;
	top: 66px;
	overflow-y: auto;
	border-top: 1px solid #d4d4d4;
}

.search-box .search-keyword .search-keyword-title {
	margin: 0 15px;
	margin-top: 20px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.search-box .search-keyword ul {
	padding: 15px;
	padding-top: 0;
}

.search-box .search-keyword ul li {
	border-bottom: 1px solid #d4d4d4;
}

.search-box .search-keyword ul li a {
	line-height: 44px;
	font-weight: bold;
}

@media (min-width: 1025px) {
	.search-box {
		width: 500px;
		height: 76px;
		padding-top: 15px;
		right: 8px;
		position: absolute;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		left: auto;
	}

	.search-box.search-hide {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		left: auto;
	}

	.search-box a.btn-close,
	.search-box a.btn-search {
		top: 27px;
	}

	/*footer .search-box a.btn-search {*/
	/*	top: 28px;*/
	/*}*/

	.search-box .b-search-keyword {
		display: none !important;
		position: static;
		width: 100%;
	}

	.search-box .b-search-keyword a {
		background: #fff;
		display: block;
		text-align: left;
		line-height: 24px;
		font-size: 14px;
		padding: 5px 20px;
		overflow: hidden;
		border: 1px solid #ccc;
		border-top: none;
		float: none;
		height: auto;
	}

	.search-box .b-search-keyword a:hover {
		color: #c7000b;
	}
}

@media (min-width: 992px) {
	/*footer .search-box {*/
	/*	width: 40%;*/
	/*	left: auto !important;*/
	/*}*/
}

/*@media (min-width: 1201px) and (max-width:1400px){
    footer .search-box {
        width:40%;
    }
}
@media (min-width: 992px) and (max-width:1200px){
    footer .search-box {
        width:350px;
    }
}*/
/*footer #footer-search {*/
/*	visibility: visible !important;*/
/*	-webkit-transform: scale(1);*/
/*	-ms-transform: scale(1);*/
/*	transform: scale(1);*/
/*	padding-right: 0;*/

/*}*/

/*footer #footer-search a.btn-close {*/
/*	display: none;*/
/*}*/

/*footer .top-line a.btn-open-search {*/
/*	display: none;*/
/*}*/

/*footer .top-line>.pull-left {*/
/*	float: none !important;*/
/*	display: flex;*/
/*	max-width: 58%;*/
/*}*/

/*footer .search-box a.btn-search {*/
/*	right: 15px;*/
/*	padding-left: 15px;*/
/*}*/

/*footer .search-box a.btn-search:before {*/
/*	content: "";*/
/*	width: 1px;*/
/*	height: 120%;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 0;*/
/*	transform: translateY(-50%);*/
/*	background-color: #ccc;*/
/*}*/

/*footer .top-line .search-box {*/
/*	right: 0 !important;*/
/*	top: -10px !important;*/
/*}*/

.content-list-box.content-list-box .text-box .overtext,
.content-list-box-other.content-list-box .text-box .overtext,
.content-list-box.content-list-box-other .text-box .overtext,
.content-list-box-other.content-list-box-other .text-box .overtext {
	height: 7.8em;
	overflow: hidden;
}

.content-list-box.content-list-box .text-box .overtext h4,
.content-list-box-other.content-list-box .text-box .overtext h4,
.content-list-box.content-list-box-other .text-box .overtext h4,
.content-list-box-other.content-list-box-other .text-box .overtext h4 {
	height: auto;
	display: block;
}

.content-list-box.content-list-box .text-box .overtext p,
.content-list-box-other.content-list-box .text-box .overtext p,
.content-list-box.content-list-box-other .text-box .overtext p,
.content-list-box-other.content-list-box-other .text-box .overtext p {
	height: auto;
	display: block;
}

.content-list-box.content-list-box .text-box .c-other,
.content-list-box-other.content-list-box .text-box .c-other,
.content-list-box.content-list-box-other .text-box .c-other,
.content-list-box-other.content-list-box-other .text-box .c-other {
	color: #999;
	font-size: 0.875em;
	line-height: 14px;
	margin-top: 10px;
}

@media (min-width: 992px) {

	.content-list-box.content-list-box .text-box .c-other,
	.content-list-box-other.content-list-box .text-box .c-other,
	.content-list-box.content-list-box-other .text-box .c-other,
	.content-list-box-other.content-list-box-other .text-box .c-other {
		bottom: 20px;
		left: 20px;
	}
}

.content-list-box.content-list-box .text-box .c-other,
.content-list-box-other.content-list-box .text-box .c-other,
.content-list-box.content-list-box-other .text-box .c-other,
.content-list-box-other.content-list-box-other .text-box .c-other {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-size: 0.875em;
}

.content-list-box.content-list-box .text-box .c-other .label-span,
.content-list-box-other.content-list-box .text-box .c-other .label-span,
.content-list-box.content-list-box-other .text-box .c-other .label-span,
.content-list-box-other.content-list-box-other .text-box .c-other .label-span {
	display: inline-block;
	border-radius: 20px;
	padding: 6px 12px;
	background: #e9e9e9;
	margin-right: 5px;
	line-height: 14px;
}

.content-list-box .c-box,
.content-list-box-other .c-box {
	overflow: hidden;
	margin-bottom: 15px;
}

.content-list-box .c-box .img-box,
.content-list-box-other .c-box .img-box {
	overflow: hidden;
	position: relative;
}

.content-list-box .c-box .imgbox,
.content-list-box-other .c-box .imgbox {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1920px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 280px;
	}
}

@media (max-width: 1920px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 280px;
	}
}

@media (max-width: 1680px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 240px;
	}
}

@media (max-width: 1440px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 230px;
	}
}

@media (max-width: 1366px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 200px;
	}
}

@media (max-width: 1200px) {

	.content-list-box .c-box .imgbox,
	.content-list-box-other .c-box .imgbox {
		height: 230px;
	}
}

.content-list-box .c-box .imgbox img,
.content-list-box-other .c-box .imgbox img {
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

@media (max-width: 992px) {

	.content-list-box .c-box .imgbox img,
	.content-list-box-other .c-box .imgbox img {
		height: auto;
		width: 100%;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.color-white{
	    color: #000 !important;
	}
}

.content-list-box .c-box a,
.content-list-box-other .c-box a {
	overflow: hidden;
	display: block;
}

.content-list-box .c-box:hover img,
.content-list-box-other .c-box:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.content-list-box .c-box:hover .text-box,
.content-list-box-other .c-box:hover .text-box {
	background: #f2f2f2;
}

@media (min-width: 992px) {

	.content-list-box .c-box:hover .imgbox img,
	.content-list-box-other .c-box:hover .imgbox img {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		top: 50%;
		width: 105%;
	}
}

.content-list-box img,
.content-list-box-other img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.content-list-box .text-box,
.content-list-box-other .text-box {
	width: 100%;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.content-list-box .text-box h4,
.content-list-box-other .text-box h4 {
	font-size: 1em;
	line-height: 1.625em;
	height: 3.25em;
	color: #333;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.content-list-box .text-box p,
.content-list-box-other .text-box p {
	font-size: 0.875em;
	height: 3.875em;
	color: #666;
	overflow: hidden;
}

@media (min-width: 992px) {

	.content-list-box .row,
	.content-list-box-other .row {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}

	.content-list-box .row>[class*='col-'],
	.content-list-box-other .row>[class*='col-'] {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.content-list-box .c-no-img .c-box,
	.content-list-box-other .c-no-img .c-box {
		height: 100%;
	}

	.content-list-box .c-no-img .c-box a,
	.content-list-box-other .c-no-img .c-box a {
		height: 100%;
	}

	.content-list-box .c-no-img .c-box .text-box,
	.content-list-box-other .c-no-img .c-box .text-box {
		height: 100%;
	}

	.content-list-box .c-no-img:after,
	.content-list-box-other .c-no-img:after {
		content: '';
		display: table;
		clear: both;
	}

	.content-list-box .c-box,
	.content-list-box-other .c-box {
		margin-bottom: 30px;
	}

	.content-list-box .text-box,
	.content-list-box-other .text-box {
		padding: 20px;
	}
}

.content-row>ul,
.news-detail-content>ul {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 18px;
}

.content-row>ul li,
.news-detail-content>ul li {
	font-size: 1em;
	line-height: 1.875em;
	list-style: disc;
	color: #666;
}

.content-row>ol,
.news-detail-content>ol {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 18px;
}

.content-row>ol li,
.news-detail-content>ol li {
	font-size: 1em;
	line-height: 1.875em;
	list-style: decimal;
	color: #666;
}

@media (min-width: 992px) {

	.content-row>ul,
	.news-detail-content>ul {
		text-align: left;
		margin-bottom: 20px;
		padding-left: 18px;
	}

	.content-row>ul li,
	.news-detail-content>ul li {
		font-size: 1em;
		line-height: 1.875em;
		list-style: disc;
		color: #666;
	}

	.content-row>ol,
	.news-detail-content>ol {
		text-align: left;
		margin-bottom: 40px;
		padding-left: 18px;
	}

	.content-row>ol li,
	.news-detail-content>ol li {
		font-size: 1em;
		line-height: 1.875em;
		list-style: decimal;
		color: #666;
	}
}

.page-list-box {
	text-align: center;
	margin-top: 35px;
}

.page-list-box .page-list {
	display: inline-block;
}

.page-list-box .page-list a.prev,
.page-list-box .page-list a.next {
	float: left;
	border: 1px solid #a0a0a0;
	background-image: url('../img/page-arrow.png');
	background-size: 200% auto;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.page-list-box .page-list a.prev.next,
.page-list-box .page-list a.next.next {
	background-position: 100% 0;
}

.page-list-box .page-list ul {
	float: left !important;
	overflow: hidden !important;
	margin: 0 !important;
}

.page-list-box .page-list ul li {
	float: left !important;
	overflow: hidden !important;
	margin: 0 4px !important;
	padding: 0 !important;
	background: none !important;
}

.page-list-box .page-list ul li a {
	float: left !important;
	font-size: 1em !important;
	color: #7e7e7e !important;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.page-list-box .page-list ul li a.active {
	color: #c7000b !important;
}

.page-list-box .page-list .linkto {
	display: inline-block;
	color: #898989;
	vertical-align: middle;
	height: 38px;
	line-height: 33px;
	font-size: 18px;
}

.page-list-box .page-list .linkto .input-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
	margin-right: 29px;
}

.page-list-box .page-list .linkto a {
	vertical-align: middle;
	color: #898989;
	font-size: 18px;
	display: inline-block;
}

.page-list-box .page-list .linkto a span {
	float: left;
}

.page-list-box .page-list .linkto a .iconfont {
	color: #c7000b;
	font-size: 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: bold;
	float: left;
}

.page-list-box .page-list .linkto a:hover .iconfont {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

.page-list-box .page-list .linkto input {
	width: 40px;
	height: 26px;
	color: #898989;
	border: 1px solid #898989;
	margin: 0 6px;
	padding: 0 5px;
	font-size: 16px;
	text-align: center;
}

@media (max-width: 1300px) {
	.page-list-box .page-list {
		margin: 0;
	}

	.page-list-box .page-list .linkto {
		margin-top: 50px;
		display: block;
		font-size: 1em;
	}

	.page-list-box .page-list .linkto .input-box {
		margin-left: 0;
	}

	.page-list-box .page-list .linkto a {
		font-size: 1em;
	}
}

@media (max-width: 992px) {
	.page-list-box .page-list .linkto {
		margin-top: 30px;
	}

	.page-list-box .page-list .linkto input {
		height: 25px;
	}
}

@media (max-width: 767px) {
	.page-list-box .page-list ul li {
		margin: 0 2px !important;
	}
}

@media (max-width: 320px) {
	.page-list-box a.prev {
		margin-right: 5px;
	}

	.page-list-box a.next {
		margin-left: 5px;
	}

	.page-list-box .page-list ul li {
		margin: 0 !important;
	}

	.page-list-box .page-list .linkto {
		margin-top: 30px;
	}

	.page-list-box .page-list .linkto input {
		height: 25px;
	}
}

@media (min-width: 992px) {
	.page-list-box {
		margin-top: 70px;
	}

	.page-list-box .page-list a.prev,
	.page-list-box .page-list a.next {
		width: 38px;
		height: 38px;
		margin: 0 14px;
	}

	.page-list-box .page-list ul li a {
		font-size: 1.25rem !important;
		width: 35px !important;
		height: 38px !important;
		line-height: 38px !important;
	}
}

@media (min-width: 1679px) {
	.page-list-box .page-list ul li a {
		width: 42px !important;
	}
}

.video-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.video-box.show {
	visibility: visible;
	opacity: 1;
	z-index: 1001;
}

.video-box .content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.video-box .content .video-js {
	width: 100%;
	height: 100%;
}

.video-box .content a.btn-close {
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 2;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	top: 5px;
	right: 5px;
}

.video-box .content a.btn-close .iconfont {
	color: #fff;
	font-size: 28px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.video-box .content video {
	width: 100%;
	height: 100%;
}

.ie8 .content-img-box>video,
.ie8 .content-img-box>video，.ie10 .content-img-box>video {
	display: none;
}

.sharing-video-box p {
	font-size: .78em;
	margin-top: 10px;
	display: block;
	text-align: center;
}

@media (min-width: 992px) {
	.video-box .content {
		top: 50%;
		left: 50%;
		width: 960px;
		height: 540px;
		margin-left: -480px;
		margin-top: -270px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.video-box .content a.btn-close {
		top: 10px;
		right: 10px;
		bottom: auto;
		margin: 0;
	}
}

@media (max-width:1024px) {
	.video-box {
		display: none;
	}

	.video-box.show {
		display: block;
	}
}

.screen-select-box {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 4;
}

.screen-select-box .screen-list {
	overflow: hidden;
	line-height: 0;
	margin-top: 15px;
	float: left;
	text-align: left;
	width: 100%;
}

.screen-select-box .screen-list .choose-list {
	display: inline-block;
}

.screen-select-box .screen-list .clear-btn {
	float: right;
	margin-left: 10px;
	display: none;
}

.screen-select-box .screen-list .clear-btn span {
	background: none;
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

.screen-select-box .screen-list .clear-btn span .iconfont {
	font-size: 1em;
}

.screen-select-box .screen-list .clear-btn span:after {
	content: '';
}

.screen-select-box .screen-list .clear-btn .iconfont {
	font-weight: bold;
}

.screen-select-box .screen-list span {
	padding: 0;
	line-height: 20px;
	height: 20px;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
	cursor: pointer;
	color: #666;
	font-family: 'iconfont' !important;
	position: relative;
}

.screen-select-box .screen-button {
	line-height: 38px;
	height: 40px;
	overflow: hidden;
}

.screen-select-box .screen-button a {
	text-decoration: none;
	float: left;
	font-size: 1.3em;
}

.screen-select-box .screen-button a .iconfont {
	font-size: 30px;
}

.screen-select-box .screen-button a span {
	float: left;
}

.screen-select-box .screen-button a.open .icon-arrow-down {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.screen-select-box .screen-selected-box {
	min-height: 48px;
	position: relative;
	overflow: hidden;
}

.screen-select-box .screen-option {
	display: none;
	margin-bottom: 20px;
	background: #f8f8f8;
	margin: 0 -30px;
	padding: 15px 30px 10px 30px;
	border-top: 1px solid #d5d5d5;
}

.screen-select-box .screen-option .col-md-9 {
	width: 100%;
	padding: 0;
}

.screen-select-box .screen-option dl {
	margin-bottom: 0;
}

.screen-select-box .screen-option dl dt {
	text-align: left;
	font-size: 1.05em;
	line-height: 38px;
	float: none;
	margin-bottom: 15px;
	font-weight: normal;
}

.screen-select-box .screen-option dl dd ul {
	overflow: hidden;
}

.screen-select-box .screen-option dl dd li {
	float: left;
}

.screen-select-box .screen-option dl dd li.active a {
	color: #fff;
	background-color: #666666;
	border: 1px solid #666666;
	line-height: 40px;
	height: 40px;
}

.screen-select-box .screen-option dl dd li.active a:after {
	content: '\e747';
	position: absolute;
	right: 9px;
	top: -12px;
	font-size: 12px;
	font-family: 'iconfont' !important;
}

.screen-select-box .screen-option dl dd li a {
	border-radius: 20px;
	line-height: 38px;
	height: 40px;
	float: left;
	font-size: 0.8em;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	color: #666666;
	width: auto;
	position: relative;
	text-align: center;
	padding: 0 20px;
}

.screen-select-box .screen-option .story-tag-search {
	height: 50px;
	width: 100%;
	position: relative;
}

.screen-select-box .screen-option .story-tag-search input {
	border: 1px solid #dfdfdf;
	width: 100%;
	height: inherit;
	padding: 0 24px;
	font-size: 1em;
	line-height: inherit;
}

.screen-select-box .screen-option .story-tag-search a {
	position: absolute;
	right: 5px;
}

.screen-select-box .screen-option .story-tag-search a .iconfont {
	font-size: 35px;
	color: #666666;
}

.screen-select-box .screen-option .story-tag-search p {
	text-align: left;
	margin: 10px 0;
	color: #c7000b;
	font-size: 0.875em;
}

@media (min-width: 992px) {
	.screen-select-box .screen-selected-box {
		position: relative;
	}

	.screen-select-box .screen-list {
		overflow: hidden;
		line-height: 0;
		margin-top: 15px;
		display: inline-block;
		float: left;
		width: auto;
	}

	.screen-select-box .screen-list .choose-list {
		display: inline-block;
	}

	.screen-select-box .screen-list .clear-btn {
		float: right;
		margin-left: 10px;
		display: none;
	}

	.screen-select-box .screen-list .clear-btn span {
		background: none;
		color: #666;
		padding: 0;
		margin: 0;
		font-size: 0.9em;
	}

	.screen-select-box .screen-list .clear-btn span .iconfont {
		font-size: 1em;
	}

	.screen-select-box .screen-list .clear-btn span:after {
		content: '';
	}

	.screen-select-box .screen-list .clear-btn .iconfont {
		font-weight: bold;
	}

	.screen-select-box .screen-list span {
		border-radius: 20px;
		padding: 0 30px;
		line-height: 40px;
		height: 40px;
		float: left;
		font-size: 0.8em;
		margin-right: 10px;
		margin-bottom: 10px;
		cursor: pointer;
		background-color: #666666;
		color: #fff;
		font-family: 'iconfont' !important;
		position: relative;
	}

	.screen-select-box .screen-list span:after {
		content: '\e747';
		position: absolute;
		right: 8px;
		top: -6px;
		font-size: 12px;
	}

	.screen-select-box .screen-list span.all:after {
		content: '';
	}

	.screen-select-box .screen-option {
		background: none;
		border: none;
	}

	.screen-select-box .screen-option dl.dl-horizontal dt {
		width: 100%;
	}

	.screen-select-box .screen-option dl.dl-horizontal dd {
		margin-left: 0;
	}

	.screen-select-box .screen-option dl dd ul li {
		width: auto;
	}

	.screen-select-box .screen-option dl dd ul li a {
		padding: 0 30px;
		width: auto;
		margin-left: 0;
	}

	.screen-select-box .screen-option dl dd ul li a:hover {
		background-color: #666666;
		color: #fff;
	}

	.screen-select-box .screen-option dl dd ul li.active a:after {
		position: absolute;
		right: 8px;
		top: -6px;
		font-size: 12px;
	}

	.screen-select-box .screen-button a:hover {
		color: #c7000b;
	}
}

@media (max-width: 992px) {
	.screen-select-box {
		display: inline-block;
		position: relative;
		width: 100%;
		z-index: 4;
	}

	.screen-select-box .screen-list .choose-list {
		max-width: 250px;
	}

	.screen-select-box .screen-list .choose-list span {
		padding: 0 0 0 9px;
		line-height: 20px;
		height: 20px;
		float: left;
		font-size: 0.9em;
		margin-bottom: 10px;
		margin-right: 5px;
		cursor: pointer;
		color: #666;
		font-family: 'iconfont' !important;
		position: relative;
	}

	.screen-select-box .screen-list .choose-list span:nth-child(1) {
		padding: 0;
	}

	.screen-select-box .screen-list .choose-list span:nth-child(1)::before {
		content: '';
	}

	.screen-select-box .screen-list .choose-list span::before {
		content: '/';
		position: absolute;
		left: 0;
		top: -1px;
		font-size: 12px;
	}
}

.point-content-box .audiojs {
	padding: 0;
}

.audiojs {
	width: 100%;
	height: 42px;
	position: relative;
	background-color: transparent;
	box-shadow: none;
	background-image: none;
}

.audiojs .loading {
	display: none !important;
}

.audiojs .play-pause {
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	margin-left: 0px;
	margin-top: 4px;
}

.audiojs .play-pause .play,
.audiojs .play-pause .pause {
	background: none;
	font-size: 42px;
	line-height: 42px;
	color: #c7000b;
	width: 32px;
	height: 32px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.audiojs .play-pause .play.pause,
.audiojs .play-pause .pause.pause {
	line-height: 44px;
}

.audiojs .scrubber {
	width: 100%;
	height: 4px;
	margin: 19px 0;
	background-color: #cccccc;
	border-radius: 4px;
	border: 0;
	overflow: visible;
	position: relative;
	z-index: 5;
	float: left;
}

.audiojs .scrubber .progress {
	background-color: #c7000b;
	height: 100%;
	margin: 0;
	box-shadow: none;
	background-image: none;
	overflow: visible;
}

.audiojs .scrubber .progress:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
	border-radius: 100%;
	background-color: #c7000b;
}

.audiojs .scrubber .loaded {
	height: 100%;
	background-image: none;
	background-color: #cccccc;
	border-radius: 4px;
	box-shadow: none;
}

.audiojs .time {
	height: 42px;
	border: none;
	line-height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 37px;
	right: 85px;
	padding-left: 44px;
	padding-right: 44px;
	text-shadow: none;
}

.audiojs .time .played {
	position: absolute;
	left: 0;
	border: 0;
	color: #666666;
	padding: 0;
}

.audiojs .time .duration {
	position: absolute;
	right: 25px;
	border: 0;
	color: #666666;
	padding: 0;
}

.audiojs .volume {
	height: 42px;
	float: right;
	width: 80px;
	margin-right: 5px;
}

.audiojs .volume p {
	float: left;
}

.audiojs .volume p.mute,
.audiojs .volume p.sound {
	width: 30px;
	height: 42px;
	font-size: 24px;
	line-height: 42px;
	color: #cccccc;
	text-align: center;
	margin-right: 5px;
}

.audiojs .volume p.mute.sound,
.audiojs .volume p.sound.sound {
	display: block;
	color: #c7000b;
}

.audiojs .volume .volume-progress {
	width: 45px;
	height: 100%;
	margin: 0;
	float: left;
}

.audiojs .volume .volume-progress div.volume-line {
	border-radius: 4px;
	background-color: #c7000b;
	height: 4px;
	background-color: #cccccc;
	position: relative;
	float: left;
	margin: 19px 0;
	width: 100%;
}

.audiojs .volume .volume-progress div.volume-line span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c7000b;
	border-radius: 4px;
}

.audiojs .volume .volume-progress div.volume-line span:after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #c7000b;
	border-radius: 100%;
	position: absolute;
	top: -3px;
	right: -5px;
}

@media (min-width: 992px) {
	.audiojs .time {
		right: 115px;
	}

	.audiojs .volume {
		width: 110px;
	}

	.audiojs .volume .volume-progress {
		width: 75px;
	}

	.detail-audiojs .audiojs {
		padding: 0;
		width: 83%;
		margin: 0 auto;
	}
}

.video-js .vjs-big-play-button {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: transparent;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	line-height: 2.6em;
	border: 1px solid #fff;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	font-size: 18px;
}

.video-js .vjs-big-play-button:hover {
	background-color: #fff;
}

.video-js .vjs-big-play-button:hover:before {
	color: #000;
}

.video-js .vjs-big-play-button:hover .vjs-icon-placeholder {
	color: #000;
}

.point-content-nav {
	padding: 0 15px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #ddd;
	position: absolute;
}

.point-content-nav.fixed {
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
	position: fixed;
	top: 0;
}

.point-content-nav .point-content-nav-active {
	line-height: 50px;
	font-weight: bold;
}

.point-content-nav .point-content-nav-active .icon-arrow-down {
	float: right;
	color: #c7000b;
	font-size: 20px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.point-content-nav .point-content-nav-active.collapsed .icon-arrow-down {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.point-content-nav ul {
	margin-left: -15px;
	margin-right: -15px;
}

.point-content-nav li {
	line-height: 50px;
	border-top: 1px solid #ddd;
}

.point-content-nav li a {
	display: block;
	font-size: 0.9375em;
}

.point-content-nav li.active a {
	font-weight: bold;
	color: #c7000b;
}

@media (min-width:1025px) and (max-width:1199px) {
	.point-content-nav .point-content-nav-active {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.point-content-nav {
		background-color: #f5f5f5;
		text-align: center;
	}

	.point-content-nav.fixed.ptop {
		top: 78px;
	}

	.point-content-nav ul {
		margin-bottom: 0;
		height: 50px !important;
	}

	.point-content-nav ul li {
		display: inline-block;
		border: none;
		line-height: 50px;
		height: 50px;
	}

	.point-content-nav ul li a {
		line-height: inherit;
		padding: 0 30px;
		position: relative;
	}

	.point-content-nav ul li a:after {
		content: '';
		width: 1px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 15px;
		background-color: #ccc;
	}

	.point-content-nav ul li:last-child a:after {
		content: none;
	}
}

.point-top,
.point-top-1 {
	padding-top: 40px !important;
}

@media (min-width: 992px) {

	.point-top,
	.point-top-1 {
		padding-top: 70px !important;
	}
}

.content-title-left {
	position: relative;
}

.content-title-left .content-title-left-r .r-c-text {
	width: 100%;
}

.content-title-left .content-title-left-r .r-c-text p a {
	color: #666;
	text-decoration: underline;
}

.content-title-left .content-title-left-r .r-c-text p a:hover {
	color: #000;
}

.content-title-left .content-title-left-r .r-c-text h2 {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.content-title-left .content-title-left-r .r-c-text h2 {
		margin-bottom: 40px;
	}
}

.content-title-left .content-title-left-r .r-c-text h3 {
	margin-top: 0;
}

.content-title-left .content-title-left-r .r-c-text h2:after {
	height: 0;
}

.content-title-left .content-title-left-r .r-c-text h4 {
	margin-bottom: 10px;
}

.content-title-left .content-title-left-r .r-c-text h2,
.content-title-left .content-title-left-r .r-c-text h3,
.content-title-left .content-title-left-r .r-c-text h4 {
	max-width: 100%;
	text-align: left !important;
	margin-bottom: 20px;
}

.content-title-left .content-title-left-r .r-c-text p {
	text-align: left;
	text-indent: 0em;
	margin-bottom: 20px;
}

.content-title-left .content-title-left-r .r-c-text .c-tab {
	text-align: center;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #999;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a.active {
	color: #111;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a.active span {
	border-bottom: 2px solid #c7000b;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a .iconfont {
	display: block;
	font-size: 50px;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text ul {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text ul li {
	list-style-type: disc;
	color: #666;
	margin: 10px 0;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text h3 {
	margin: 20px 0 !important;
}

.content-title-left .content-title-left-r .r-c-text .text-img p,
.content-title-left .content-title-left-r .r-c-text .photo-box p,
.content-title-left .content-title-left-r .r-c-text .image-box p {
	color: #999;
	font-size: 0.875em;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.content-title-left {
		padding-left: 315px;
	}

	.content-title-left .content-title-left-l {
		width: 300px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.content-title-left .content-title-left-r .r-c-text {
		margin-left: 17%;
		width: auto;
	}

	.content-title-left .content-title-left-r .r-c-text>ul.row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.content-title-left .content-title-left-r .r-c-text>ul.row li.col-md-6 {
		margin-bottom: 30px;
	}

	.content-title-left .content-title-left-r .r-c-text>ul.row li.col-md-6 a.btn-rect-file {
		margin-bottom: 0px;
		height: 100%;
	}

	.content-title-left .content-title-left-r .r-c-text .c-tab {
		text-align: left;
	}
}

.content-title-left a.read-more {
	float: left;
}

.content-title-left .tools {
	margin: 80px 0 0 0;
}

.content-title-left .tools a {
	display: inline-block;
	width: 25%;
}

.content-title-left .tools a .iconfont,
.content-title-left .tools a .myiconfont {
	color: #4c4c4c;
	font-size: 60px;
	font-weight: normal;
	font-family: "myiconfont" !important;
}

.content-title-left .tools a .title {
	margin: 10px 0;
	color: #666;
	font-size: 18px;
}

.content-title-left .tools a:hover .title {
	color: #c7000b;
}

.content-title-left .tools a:hover .iconfont,
.content-title-left .tools a:hover .myiconfont {
	color: #c7000b;
}

@media (max-width: 992px) {
	.content-title-left .tools {
		margin-top: 30px;
	}

	.content-title-left .tools a {
		display: inline-block;
		width: 50%;
		margin-bottom: 20px;
	}

	.content-title-left .tools a .iconfont,
	.content-title-left .tools a .myiconfont {
		color: #4c4c4c;
		font-size: 50px;
		font-weight: normal;
	}

	.content-title-left .tools a .title {
		margin-top: 10px;
		color: #666;
		font-size: 16px;
	}

	.content-title-left .tools a:hover .title {
		color: #666;
	}

	.content-title-left .tools a:hover .iconfont,
	.content-title-left .tools a:hover .myiconfont {
		color: #4c4c4c;
	}
}

.well-known-saying {
	padding-bottom: 90px;
}

.well-known-saying .slick-list {
	padding-bottom: 90px;
}

.well-known-saying .slick-dots {
	position: static;
}

.well-known-saying .slick-arrow {
	display: none !important;
}

.well-known-saying .saying-box {
	background-color: #f5f5f5;
	position: relative;
	padding-top: 60px;
}

.well-known-saying .saying-box img.wface {
	width: 80%;
	margin: 0 auto;
	margin-bottom: -90px;
}

.well-known-saying .saying-box .text-box {
	font-size: 1em;
	color: #595959;
	text-align: center;
}

.well-known-saying .saying-box .text-box p {
	position: relative;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
	line-height: 30px;
	padding: 20px;
	padding-top: 0;
	color: #111;
	font-size: 16px;
}

.well-known-saying .saying-box .text-box p .icon-yinhao {
	color: #c7000b;
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 24px;
}

.well-known-saying .saying-box .text-box p span {
	display: block;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.well-known-saying {
		padding-bottom: 0;
		background-color: #f5f5f5;
	}

	.well-known-saying .slick-list {
		padding-bottom: 0;
	}

	.well-known-saying .saying-box {
		padding-left: 90px;
		padding-right: 220px;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.well-known-saying .saying-box .text-box {
		position: relative;
		background-color: #fff;
		line-height: 40px;
		padding-top: 70px;
		padding-bottom: 80px;
		padding-left: 74px;
		padding-right: 180px;
	}

	.well-known-saying .saying-box .text-box img {
		position: absolute;
		right: -130px;
		width: 238px;
		top: 50%;
		margin-top: -168px;
		bottom: auto;
		left: auto;
	}

	.well-known-saying .saying-box .text-box p {
		font-size: 1.5em;
		line-height: 42px;
		padding: 0;
		text-align: left;
	}

	.well-known-saying .saying-box .text-box p .iconfont {
		font-size: 40px;
		margin-bottom: 10px;
		text-align: left;
	}

	.well-known-saying .saying-box .text-box p span {
		margin-top: 20px;
		font-size: 18px;
		color: #666;
	}

	.well-known-saying .saying-box .text-box .read-more {
		margin-top: 20px;
		float: left;
	}

	.well-known-saying .slick-arrow {
		display: block !important;
	}

	.well-known-saying .slick-dots {
		position: absolute !important;
		bottom: 0px;
	}
}

@media (min-width:992px) and (max-width:1280px) {
	.well-known-saying .saying-box {
		padding-left: 0;
		padding-right: 130px;
	}

}

.filter-box {
	position: relative;
}

.filter-box .filter-options h2 {
	font-size: 18px;
	color: #666;
	margin-left: -4px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 0;
}

.filter-box .filter-options h2 .icon-filter {
	font-size: 24px;
	margin-right: 4px;
}

.filter-box .filter-options .form-box .filter-show-more .c-hide {
	display: none;
}

.filter-box .filter-options .form-box .filter-show-more.collapsed .c-hide {
	display: block;
}

.filter-box .filter-options .form-box .filter-show-more.collapsed .c-open {
	display: none;
}

.filter-box .filter-options .form-box .filter-show-more .c-open span[class*="iconfont"] {
	display: inline-block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.filter-box .filter-options .form-box .filter-show-more span {
	display: inline-block;
	vertical-align: middle;
	color: #cb0007;
	font-weight: bold;
}

.filter-box .filter-options .form-box .filter-show-more span[class*="iconfont"] {
	font-size: 22px;
}

.filter-box .filter-options .form-box dt {
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.filter-box .filter-options .form-box dt h4 {
	float: left;
	line-height: inherit;
	font-size: 20px;
}

.filter-box .filter-options .form-box dt a {
	float: right;
	line-height: inherit;
	color: #c7000b;
	font-size: 15px;
}

.filter-box .filter-options .form-box dd {
	margin-bottom: 15px;
}

.filter-box .filter-options .form-box dd ul {
	margin-bottom: 0;
}

.filter-box .filter-options .form-box dd li {
	overflow: hidden;
	line-height: 38px;
}

.filter-box .filter-options .form-box dd li [type='check-box'] {
	margin-top: 11.5px;
	margin-right: 8px;
	float: left;
}

.filter-box .filter-options .form-box dd li p {
	font-size: 18px;
	line-height: inherit;
	float: left;
	width: 90%;
	width: calc(100% - 23px);
	cursor: pointer;
}

.filter-box .filter-options .form-box dd a.filter-show-more {
	color: #7f7e7e;
	font-size: 16px;
}

@media (min-width: 992px) {
	.filter-box {
		padding-left: 370px;
	}

	.filter-box .filter-options {
		position: absolute;
		left: 15px;
		top: 0px;
		width: 250px;
	}
}

@media(max-width: 991px) {
	body.mobile-search-filter {
		overflow: hidden;
	}

	.filter-box .filter-options .filter-box-d {
		display: none;
	}

	.mobile-search-filter .filter-box .filter-options .filter-box-d {
		display: block;
		position: fixed;
		background: #fff;
		z-index: 100000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 0 20px;
		overflow-y: auto;
	}

	.mobile-search-filter .filter-box .filter-options .filter-box-d>* {
		max-width: 500px;
		margin: 0 auto;
	}

	.mobile-search-filter .filter-box .filter-options .filter-box-d .text-center {
		line-height: 50px;
		font-size: 24px;
	}

	.mobile-search-filter .filter-box .filter-options .filter-box-d .title-mob {
		border-bottom: 1px solid #ddd;
		margin-bottom: 30px;
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
	}

	.mobile-search-filter .filter-box .filter-options .filter-box-d .title-mob .colse {
		position: absolute;
		top: 15px;
		right: 20px;
		font-size: 18px;
	}

	.mobile-search-filter .apply {
		height: 42px;
		line-height: 42px;
		border-radius: 5px;
		background: #f66f6a;
		text-align: center;
		display: block;
		margin: 50px 0px 40px 0px;
	}

	.mobile-search-filter .apply a {
		color: #fff;
		display: block;
	}

	.trust-news-slick .slick-slider .slick-next,
	.trust-news-slick .slick-slider .slick-prev {
		display: none !important;
	}
}

.trust-news-slick {
	position: relative;
	padding-bottom: 30px;
}

.b-search {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	height: 54px;
	padding-left: 15px;
	padding-right: 15px;
}

.b-search .form-control {
	height: inherit;
	border-radius: 0;
	padding: 0 115px;
	font-size: 16px;
	padding-left: 15px;
}

.b-search a.btn-b-search {
	position: absolute;
	right: 35px;
	z-index: 4;
	height: inherit;
	line-height: 54px;
	padding-left: 20px;
}

.b-search a.btn-b-search::before {
	content: "";
	width: 1px;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #ccc;
}

.b-search a.btn-b-search span {
	font-size: 26px;
	color: #999;
}

/*.b-search a.btn-b-clear,*/
/*footer a.btn-b-clear {*/
/*	position: absolute;*/
/*	right: 100px;*/
/*	z-index: 4;*/
/*	height: inherit;*/
/*	line-height: 55px;*/
/*	display: none;*/
/*}*/

/*footer a.btn-b-clear {*/
/*	right: 70px;*/
/*	top: 28px;*/
/*}*/

/*.b-search a.btn-b-search:hover span,*/
/*.b-search a.btn-b-clear:hover span,*/
/*footer a.btn-b-clear:hover span {*/
/*	color: #333;*/
/*}*/

/*.b-search a.btn-b-clear span,*/
/*footer a.btn-b-clear span {*/
/*	font-size: 20px;*/
/*	color: #999;*/
/*	border: 1px solid #999;*/
/*	border-radius: 100%;*/
/*}*/

@media(max-width:767px) {
	/*footer a.btn-b-clear {*/
	/*	top: 22px;*/
	/*}*/
}

.b-search .b-search-keyword {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 54px;
	background-color: #fff;
	z-index: 6;
	border: 1px solid #ccc;
	border-top: none;
	display: none;
}

.b-search .b-search-keyword a {
	display: block;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	padding: 5px 15px;
}

.b-search .b-search-keyword a:hover {
	color: #c7000b;
}

.online-service {
	text-align: center;
}

.filter-box .filter-options .input-group.b-search {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 40px;
	margin-top: 15px;
}

.filter-box .filter-options .input-group.b-search input {
	background: #fff;
	padding: 0 50px 0 20px;
}

.filter-box .filter-options .input-group.b-search .btn-b-search {
	left: auto;
	right: 18px;
	line-height: 40px;
}

.filter-box .filter-options .input-group.b-search .btn-b-search span {
	font-size: 18px;
}

.filter-mob-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	margin-bottom: 30px;
}

.filter-mob-btn a {
	display: block;
}

@media (max-width: 991px) {
	.filter-box .filter-options .input-group.b-search .btn-b-search span {
		position: relative;
		top: 5px;
	}
}

@media (min-width: 992px) {
	.online-service .modal-lg {
		width: 1000px;
		margin-left: -500px;
	}
}

.online-service .modal-content {
	padding: 15px !important;
}

.online-service .modal-content h2 {
	margin: 0 0 30px 0;
}

@media (min-width: 992px) {
	.online-service .modal-content h2 {
		margin: 0 0 60px 0;
	}
}

.online-service .modal-content a.btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.online-service .modal-content a.btn-close span {
	font-size: 30px;
}

@media (min-width: 992px) {
	.online-service .modal-content {
		padding: 30px 60px !important;
		padding-top: 40px !important;
	}
}

.online-service .online-service-list {
	background-color: #f5f5f5;
	padding: 20px 15px 15px 15px;
	margin-bottom: 15px;
	padding-left: 90px;
	text-align: left;
	position: relative;
}

.online-service .online-service-list span.iconfont {
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	left: 20px;
}

.online-service .online-service-list span.iconfont.icon-feedback {
	left: 7px;
	font-size: 45px;
}

.online-service .online-service-list h3 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
}

.online-service .online-service-list p {
	font-size: 12px;
	color: #999;
}

.online-service .online-service-list a.btn-rect {
	font-size: 12px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	height: auto !important;
	line-height: 36px !important;
	min-width: auto;
}

@media (min-width: 768px) {
	.online-service .online-service-list {
		margin-bottom: 30px;
		padding-left: 15px;
		text-align: center;
		padding: 45px 20px 20px 20px;
	}

	.online-service .online-service-list:hover .iconfont {
		color: #c7000b;
	}

	.online-service .online-service-list h3 {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.online-service .online-service-list span.iconfont {
		position: static;
		margin-bottom: 20px;
		font-size: 60px;
	}

	.online-service .online-service-list span.iconfont.icon-feedback {
		font-size: 60px;
	}
}

.consultation-feedback,
.developer-support {
	text-align: center;
}

.consultation-feedback .modal-content,
.developer-support .modal-content {
	padding: 15px !important;
	padding-bottom: 0;
}

.consultation-feedback .modal-content h2,
.developer-support .modal-content h2 {
	margin: 0 0 10px 0;
}

@media (min-width: 992px) {

	.consultation-feedback .modal-content h2,
	.developer-support .modal-content h2 {
		margin: 0 0 10px 0;
	}
}

.consultation-feedback .modal-content a.btn-close,
.developer-support .modal-content a.btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.consultation-feedback .modal-content a.btn-close span,
.developer-support .modal-content a.btn-close span {
	font-size: 30px;
}

.consultation-feedback .modal-content dl,
.developer-support .modal-content dl {
	background-color: #f5f5f5;
	padding: 20px;
}

.consultation-feedback .modal-content dl.dl-min,
.developer-support .modal-content dl.dl-min {
	height: 78.5px;
	padding-top: 0;
	padding-bottom: 0;
}

.consultation-feedback .modal-content dl.dl-min span,
.developer-support .modal-content dl.dl-min span,
.consultation-feedback .modal-content dl.dl-min h4,
.developer-support .modal-content dl.dl-min h4 {
	line-height: 78.5px;
}

.consultation-feedback .modal-content dl dt,
.developer-support .modal-content dl dt {
	width: 70px;
	font-weight: normal;
	text-align: left;
	float: left;
}

.consultation-feedback .modal-content dl dt .iconfont,
.developer-support .modal-content dl dt .iconfont {
	font-size: 50px;
}

.consultation-feedback .modal-content dl dd,
.developer-support .modal-content dl dd {
	margin-left: 80px;
	text-align: left;
}

.consultation-feedback .modal-content dl dd h4,
.developer-support .modal-content dl dd h4 {
	font-size: 20px;
}

.consultation-feedback .modal-content dl dd p,
.developer-support .modal-content dl dd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.consultation-feedback .modal-content dl dd p span,
.developer-support .modal-content dl dd p span {
	font-size: 20px;
	display: block;
}

.consultation-feedback .modal-content dl dd a.btn-rect,
.developer-support .modal-content dl dd a.btn-rect {
	padding: 7px 40px;
	margin-top: 5px;
	font-size: 14px;
	height: auto !important;
	min-width: auto;
	line-height: 1.42857143 !important;
}

.consultation-feedback .modal-content dl dd a.btn-rect:hover,
.developer-support .modal-content dl dd a.btn-rect:hover {
	background-color: #c7000b;
	color: #fff;
}

.consultation-feedback .modal-content .one-line,
.developer-support .modal-content .one-line {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: left;
}

.consultation-feedback .modal-content .one-line .iconfont,
.developer-support .modal-content .one-line .iconfont {
	width: 60px;
	font-size: 60px;
	float: left;
}

.consultation-feedback .modal-content .one-line h4,
.developer-support .modal-content .one-line h4 {
	float: left;
	margin-left: 28px;
	font-size: 20px;
}

.consultation-feedback .modal-content .one-line a.btn-rect,
.developer-support .modal-content .one-line a.btn-rect {
	padding: 7px 40px;
	margin-top: 5px;
	font-size: 14px;
	margin-left: 29px;
	line-height: 1.42857143 !important;
	height: auto !important;
	min-width: auto;
}

.consultation-feedback .modal-content .one-line a.btn-rect:hover,
.developer-support .modal-content .one-line a.btn-rect:hover {
	background-color: #c7000b;
	color: #fff;
}

@media (min-width: 992px) {

	.consultation-feedback .modal-content,
	.developer-support .modal-content {
		padding: 30px !important;
	}

	.consultation-feedback .modal-content dl,
	.developer-support .modal-content dl {
		padding: 30px 40px;
	}

	.consultation-feedback .modal-content dl:hover .iconfont,
	.developer-support .modal-content dl:hover .iconfont {
		color: #c7000b;
	}

	.consultation-feedback .modal-content dl.dl-max,
	.developer-support .modal-content dl.dl-max {
		height: 100%;
		padding-top: 113.5px;
		padding-bottom: 113.5px;
	}

	.consultation-feedback .modal-content dl.dl-max dd p,
	.developer-support .modal-content dl.dl-max dd p {
		height: auto;
	}

	.consultation-feedback .modal-content dl dd p,
	.developer-support .modal-content dl dd p {
		height: 40px;
	}

	.consultation-feedback .modal-content .one-line,
	.developer-support .modal-content .one-line {
		padding: 0 40px;
		overflow: hidden;
	}

	.consultation-feedback .modal-content .one-line:hover .iconfont,
	.developer-support .modal-content .one-line:hover .iconfont {
		color: #c7000b;
	}

	.consultation-feedback .modal-content .one-line h4,
	.developer-support .modal-content .one-line h4 {
		margin-top: 28px;
	}

	.consultation-feedback .modal-content .one-line p,
	.developer-support .modal-content .one-line p {
		float: right;
		width: 50%;
		overflow: hidden;
	}

	.consultation-feedback .modal-content .one-line a.btn-rect,
	.developer-support .modal-content .one-line a.btn-rect {
		margin-left: 144px;
		margin-top: 24px;
		padding: 7px 40px;
		height: auto !important;
		line-height: 1.42857143 !important;
		min-width: auto;
	}
}

.developer-support h2 {
	margin-bottom: 40px !important;
}

.developer-support .row .iconfont {
	display: inline-block;
	margin-top: 6px;
	font-size: 43px !important;
	font-weight: bold !important;
}

.developer-support .row dt {
	width: 76px !important;
}

.developer-support .row dd {
	margin-left: 98px !important;
}

.modal .nav-tabs .nav-arrow {
	position: absolute;
	top: 74px;
	right: 0;
}

.modal .nav-tabs .nav-arrow i {
	color: #c7000b;
	font-size: 24px;
}

.content-box {
	text-align: center;
	position: relative;
}

.content-box h1 {
	max-width: 80%;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0 auto;
	font-size: 2.4em;
	color: #fff;
	padding-bottom: 0;
}

.content-box h2 {
	color: #333;
	text-align: center;
	position: relative;
	padding: 0;
	padding-bottom: 8px;
	display: inline-block;
	margin: 0;
	float: none !important;
	max-width: 80%;
}

.content-box h2:after {
	content: '';
	width: 30%;
	height: 2px;
	background-color: #c7000b;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: 0;
	min-width: 35px;
}

@media (min-width: 992px) {
	.content-box h2.pull-right {
		float: right !important;
	}

	.content-box h2.pull-right:after {
		right: 0;
		margin-left: auto;
	}

	.content-box h2.pull-left {
		float: left !important;
		text-align: left;
		max-width: none;
	}

	.content-box h2.pull-left:after {
		left: 0;
		margin-left: auto;
	}
}

.content-box .subtitle {
	margin: 0 auto;
	margin-top: 11px;
	font-size: 1em;
	line-height: 1.95em;
	color: #666;
	text-align: center;
	padding: 0 20px;
}

.content-box .subtitle.text-style-l-m {
	text-align: left;
}

.content-box .subtitle.text-style-l-m h3,
.content-box .subtitle.text-style-l-m h4 {
	margin-bottom: 20px;
}

.content-box .subtitle.text-style-l-m ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.content-box .subtitle.text-style-l-m p {
	margin-bottom: 20px;
}

.content-box .numbers {
	padding: 0 20px;
}

.img-a-ul-m>a,
.img-a-ul-m img,
.img-a-ul-m ul {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.content-box .subtitle.pull-left {
		text-align: left;
		padding: 0;
	}

	.content-box .subtitle.pull-right {
		text-align: right;
		padding: 0;
		clear: both;
	}

	.content-box .numbers {
		max-width: 75%;
		margin: 0 auto;
	}
}

.content-box .bottom-c {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.4em;
	text-align: left;
}

.content-box .bottom-c span {
	display: block;
	font-size: 16px;
}

.content-box .panel-img-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.content-box .panel-img-box a {
	color: #fff;
	text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.content-box .panel-img-box .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-image: url('../img/mask_grad.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
	visibility: visible;
	opacity: 0;
}

.content-box .panel-img-box img {
	float: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	position: relative;
}

.content-box .panel-img-box .text-box {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	color: #fff;
	text-align: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 4;
	bottom: 0;
	padding: 15px;
	font-size: 14px;
}

.tuijian-img.content-box .panel-img-box .btn-play,
.tuijian-img .panel-img-list-mobile-slide .slide>.btn-play {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	border: 0;
	border-radius: 0;
	position: static;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 {
	background-color: #fff;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 i {
	color: #000;
}

@media (min-width: 992px) {
	.content-box .panel-img-box .text-box {
		font-size: 16px;
	}

	.tuijian-img.content-box .panel-img-box .btn-play-1 {
		height: 80px;
		position: absolute;
	}
}

@media (min-width: 1440px) {
	.content-box .panel-img-box .text-box {
		font-size: 18px;
	}
}

@media (min-width: 1680px) {
	.content-box .panel-img-box .text-box {
		font-size: 20px;
	}
}

.content-box .panel-img-box .text-box .category {
	font-size: 0.875em;
	line-height: 1.8em;
	color: #fff;
}

.content-box .panel-img-box .text-box .name {
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
}

.content-box .panel-img-box .text-box .text {
	font-size: 0.75em;
	line-height: 1.8em;
	opacity: 0.7;
	/*display: none;*/
}

.content-box .panel-img-box .text-box .read-more {
	opacity: 1;
	margin-top: 15px;
}

@media (min-width: 992px) {
	.content-box h1 {
		font-size: 2.5em;
	}

	.content-box .subtitle {
		margin-top: 22px;
		max-width: 75%;
	}

	.content-box .subtitle.pull-left {
		max-width: 100%;
	}

	.content-box .panel-img-list {
		font-size: 0;
		-webkit-text-size-adjust: none;
	}

	.content-box .panel-img-box {
		width: auto;
		margin-bottom: 30px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}

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

	.content-box .panel-img-box.mr {
		margin-right: 30px;
	}
	.content-box .panel-img-box.mr:nth-child(3n){
	margin-right: 0px;
}
	.content-box .panel-img-box .mask {
		visibility: visible;
		opacity: 1;
		height: 70%;
		width: 100%;
		content: "";
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
		display: block;
		top: auto;
		bottom: 0;
	}

	.content-box .panel-img-box .text-box {
		padding: 25px 30px;
		bottom: -50px;
	}

	.content-box .panel-img-box .btn-play .text-box {
		bottom: -20px;
	}

	.content-box .panel-img-box .text-box .name {
		margin-bottom: 12px;
		font-size: 1.2em;
		line-height: 1.4em;
	}

	.content-box .panel-img-box .text-box.text-box-1 .name {
		margin-bottom: 0;
	}

	.content-box .panel-img-box .text-box.text-box-1 .text {
		margin-bottom: 12px;
	}

	.content-box .panel-img-box .text-box .text {
		font-size: 0.875em;
		display: block;
	}

	.content-box .panel-img-box .text-box .category {
		font-size: 0.91em;
	}

	.content-box .panel-img-box .text-box .read-more {
		opacity: 0;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		font-size: 0.875em;
	}

	.content-box .panel-img-box:hover .text-box {
		bottom: 0;
	}

	.content-box .panel-img-box:hover .text-box .read-more {
		visibility: visible;
		opacity: 1;
	}

	.content-box .panel-img-box:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.content-box .panel-img-box:hover .mask {
		opacity: 1;
		visibility: visible;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
		background-image: url(../img/mask_grad.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: auto 100%;
	}

	.content-box .panel-img-box:hover .read-more {
		opacity: 1;
	}

	.content-box .bottom-c {
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.content-img-box {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.content-img-box .mobile-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content-img-box video {
	width: 100%;
	display: block;
}

.content-img-box img.bg {
	width: 100%;
	height: auto;
	float: left;
}

.event-card .content-img-box img.bg {
	float: none;
}

/*.content-img-box .banner-mask {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	background: url(../img/mask05.png);*/
/*}*/

.content-img-box .content-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (min-width:992px) {

	.h1style .content-box .vertical-middle-sm,
	.inside-swiper-banner .content-box .vertical-middle-sm {
		width: 80%;
		margin: 0 auto;
		max-width: 1366px;
	}
}

.content-img-box .content-box h1,
.content-img-box .content-box h2,
.content-img-box .content-box h3 {
	color: #fff;
}

.h1style.content-img-box .content-box h3 {
	padding: 0 15px;
}

.content-img-box .content-box .subtitle,
.content-img-box .content-box .subtitle p {
	color: #fff;
	font-size: 1em;
	line-height: 1.95em;
}

.content-img-box .content-box .subtitle.p1 {
	font-size: 1em;
	line-height: 1.95em;
}

.content-img-box .content-box a.btn-more {
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	padding: 12px 60px;
	margin-top: 34px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.content-img-box .content-box a.btn-more:hover {
	background-color: #fff;
	color: #000;
}

.main {
	display: inline-block;
	width: 100%;
}

.main>.subtitle {
	text-align: center;
	max-width: 53%;
	margin-top: 22px;
	margin: 22px auto 0 auto;
}

@media (max-width:991px) {
	.main>.subtitle {
		max-width: 75%;
	}
}

/*.content-img-box .banner-mask+.content-box .subtitle {*/
/*	display: -webkit-box;*/
/*	-webkit-box-orient: vertical;*/
/*	-webkit-line-clamp: 6;*/
/*	overflow: hidden;*/
/*}*/

@media (min-width: 992px) {
	.content-img-box .content-box .subtitle {
		max-width: 50%;
	}

	.container-custom .content-img-box .content-box .subtitle {
		max-width: 75%;
	}
}

.content-icon-box .row {
	margin: 70px auto 0 auto;
	width: 85.652%;
	max-width: 1430.016px;
	text-align: center;
}

.content-icon-box .col-xs-6 {
	float: none;
	display: inline-block;
	width: 24%;
}

.content-icon-box .col-xs-6 .iconfont,
.content-icon-box .col-xs-6 .myiconfont {
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}

.content-icon-box .col-xs-6 .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	margin: 5px 0 15px 0;
}

.content-icon-box .col-xs-6 p {
	font-size: 0.875em;
	line-height: 1.7em;
	color: #d4d3d3;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 992px) {
	.content-icon-box .row {
		margin: 30px auto 0 auto;
		width: 100%;
	}

	.content-icon-box .col-xs-6 {
		margin-bottom: 20px;
		width: 49%;
	}

	.content-icon-box .col-xs-6 .iconfont,
	.content-icon-box .col-xs-6 .myiconfont {
		color: #fff;
		font-size: 40px;
		font-weight: normal;
	}

	.content-icon-box .col-xs-6 .title {
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		margin: 5px 0 5px 0;
	}

	.content-icon-box .col-xs-6 p {
		font-size: 0.875em;
		line-height: 1.7em;
		color: #eee;
		padding: 0;
	}

	.tuijian-img.content-box .panel-img-box a {
		background: #f5f5f5;
	}
}

@media (max-width: 767px) {
	.tuijian-img .content-box .subtitle {
		display: none;
	}

	.tuijian-img .content-box h2:after {
		display: none;
	}
}

@media (max-width: 320px) {
	.content-icon-box h2 {
		font-size: 2em;
	}

	.content-icon-box .row {
		margin: 10px auto 0 auto;
	}
}

.top-nav {
	z-index: 130;
	position: relative;
}

.top-nav .top-nav-height {
	background-color: #111111;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 100%;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: transparent;
	height: 100px;
}

.top-nav .top-nav-height.hide-down {
	bottom: -100px;
}

.top-nav .top-nav-height.in {
	left: 0;
}

.top-nav .top-nav-height .pull-right {
	float: none !important;
}

.top-nav .top-nav-height a {
	display: inline-block;
	line-height: 48px;
	overflow: hidden;
	margin: 0;
	width: 24%;
	color: #666666;
	vertical-align: top;
}

@media (max-width: 1025px) {
	.top-nav .top-nav-height a {
		line-height: 20px;
	}
}

.top-nav .top-nav-height a span {
	line-height: inherit;
}

.top-nav .top-nav-height a .iconfont {
	width: 48px;
	height: 48px;
	border: 1px solid #666666;
	font-size: 24px;
	border-radius: 100%;
	color: #333333;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.top-nav .top-nav-height a .iconfont {
		line-height: 46px;
	}
}

.top-nav .top-nav-height a .iconfont.icon-arrow-right {
	display: none;
}

@media (max-width: 1024px) {
	.top-nav .top-nav-height a .text {
		display: inline-block;
		margin-top: 5px;
	}
}

.top-nav .top-nav-content {
	width: 100%;
	position: fixed;
	left: 100%;
	top: 66px;
	bottom: 0;
	z-index: 130;
	background-color: #f7f7f7;
	padding-top: 30px;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.top-nav .top-nav-content.in {
	left: 0;
}

.top-nav .top-nav-content .title {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

@media (max-width: 992px) {
	.top-nav .top-nav-content .title {
		margin: 20px 0 13px 0;
	}
}

.top-nav .top-nav-content .group-website {
	padding: 0 6px;
}

.top-nav .top-nav-content .group-website.chide {
	display: none;
}

.top-nav .top-nav-content .group-website .title {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl {
	border-bottom: 1px solid #d4d4d4;
	padding: 0 5px;
	margin-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl dt {
	font-size: 1em;
}

.top-nav .top-nav-content .group-website dl dt>span {
	display: inline-block;
	margin-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl dt a {
	font-weight: normal;
	min-height: 36px;
	display: block;
}

.top-nav .top-nav-content .group-website dl dt a .iconfont {
	display: none;
}

.top-nav .top-nav-content .group-website dl dt a.active {
	font-weight: bold;
}

@media (max-width: 992px) {
	.top-nav .top-nav-content .group-website dl dt a {
		display: block;
		margin-bottom: 10px;
		min-height: auto;
	}
}

.top-nav .top-nav-content .group-website dl dd {
	padding: 10px 0;
	font-size: 0.875em;
	color: #808080;
}

@media (max-width: 992px) {
	.top-nav .top-nav-content .group-website dl dd {
		display: none;
	}
}

.top-nav .top-nav-content .worldwide {
	padding: 0 6px;
}

.top-nav .top-nav-content .worldwide .title {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.top-nav .top-nav-content .worldwide.chide {
	display: none;
}

.top-nav .top-nav-content .worldwide .worldwide-language {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.top-nav .top-nav-content .worldwide .worldwide-language .hwic_browser {
	margin-right: 4px;
	margin-top: 3px;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li {
	line-height: 26px;
	color: #333333;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li .iconfont {
	display: none;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li.active a {
	font-weight: bold;
}

@media (min-width: 1025px) {
	.top-nav {
		z-index: 110;
	}

	.top-nav .top-nav-height {
		height: 25px;
		position: static;
		text-align: right;
		background-color: #111111;
	}

	.top-nav .top-nav-height .pull-right {
		float: right !important;
	}

	.top-nav .top-nav-height a {
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0;
		font-size: 12px;
		float: left;
		color: #ccc;
		width: auto;
		padding: 0 10px;
	}

	.top-nav .top-nav-height a span {
		float: left;
	}

	.top-nav .top-nav-height a .iconfont {
		margin-right: 5px;
		border: none;
		font-size: 12px;
		color: #ccc;
		width: auto;
		height: auto;
		float: left;
	}

	.top-nav .top-nav-height a .icon-arrow-down {
		margin-right: 0;
	}

	.top-nav .top-nav-height a.in {
		color: #818181;
	}

	.top-nav .top-nav-height a.in .iconfont {
		color: #818181;
	}

	.top-nav .top-nav-height a.in .icon-arrow-down {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.top-nav .top-nav-height a.in {
		background: #f7f7f7;
	}

	.top-nav .top-nav-content {
		position: static;
		padding-top: 0;
	}

	.top-nav .top-nav-content .group-website,
	.top-nav .top-nav-content .worldwide {
		display: none;
		width: 100%;
	}

	.top-nav .top-nav-content .group-website dl {
		float: left;
		width: 20%;
		border: none;
		padding: 40px 0;
		padding-right: 60px;
		margin-bottom: 0;
	}

	.top-nav .top-nav-content .group-website dl dt {
		margin-bottom: 5px;
		font-size: 0.95em;
	}

	.top-nav .top-nav-content .group-website dl dt a,
	.top-nav .top-nav-content .group-website dl dt span {
		position: relative;
		color: #4d4d4d;
	}

	.top-nav .top-nav-content .group-website dl dt a span,
	.top-nav .top-nav-content .group-website dl dt span span {
		vertical-align: middle;
	}

	.top-nav .top-nav-content .group-website dl dt a .iconfont,
	.top-nav .top-nav-content .group-website dl dt span .iconfont {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		display: inline;
		font-size: 20px;
		line-height: 22px;
	}

	.top-nav .top-nav-content .group-website dl dt a:hover {
		color: #000;
	}

	.top-nav .top-nav-content .group-website dl dt a:hover span {
		border-bottom: 1px solid #333333;
	}

	.top-nav .top-nav-content .group-website dl dt a:hover .iconfont {
		border: none;
		color: #c7000b;
		margin-left: 5px;
	}

	.top-nav .top-nav-content .group-website dl dt span.active {
		cursor: default;
		font-weight: bold;
	}

	.top-nav .top-nav-content .group-website dl dt span.active .iconfont {
		color: #c7000b;
		left: 0;
	}

	.top-nav .top-nav-content .group-website dl dt span.active:hover {
		border: none;
	}

	.top-nav .top-nav-content .group-website dl dt span.active:hover .iconfont {
		margin-left: 0px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.top-nav .top-nav-content .group-website dl dd {
		line-height: 1.5em;
		font-size: 0.825em;
	}

	.top-nav .top-nav-content .worldwide .worldwide-language {
		border: none;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact {
		padding: 40px 0;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul {
		overflow: hidden;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li {
		width: 20%;
		float: left;
		line-height: 3em;
		border: none;
		padding: 0;
		color: #808080;
		font-size: 0.92em;
		height: 49px;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li .iconfont {
		display: inline;
		color: #c7000b;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li.active {
		color: #000000;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li.active a {
		color: #000000;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li a {
		color: #808080;
	}

	.top-nav .top-nav-content .worldwide .worldwide-contact ul li a:hover {
		color: #000000;
		border-bottom: 1px solid #000000;
	}
}

@media (min-width: 992px) and (max-width:1024px) {
	.top-nav .top-nav-content .group-website .title {
		display: block !important;
	}
}

.main-subnav {
	text-align: center;
	height: 50px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 110;
	border-top: 1px solid #e5e5e5 \0;
	position: relative;
}

.main-subnav.fixed {
	position: fixed;
	top: 66px;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}

.main-subnav.fixed.top {
	top: 0;
}

.main-subnav #main-subnav-list {
	border: none;
	background-color: #fff;
}

.main-subnav ul {
	overflow: hidden;
	text-align: left;
	margin: 0;
	width: 100%;
}

.main-subnav ul li {
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0;
	overflow: hidden;
}

@media (min-width:1025px) {
	.main-subnav ul li.nav-select>a::after {
		content: "\e7b2";
		font-family: "iconfont" !important;
		font-size: 16px;
		margin-left: 3px;
		transition: all .3s;
		display: inline-block;
	}

	.main-subnav ul li.nav-select.hover>a::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.main-subnav ul li.active>a:before {
	content: '\e743';
	font-family: 'iconfont' !important;
	font-size: 16px;
	color: #c7000b;
	float: left;
}

.main-subnav ul li a {
	font-size: 1em;
	line-height: 22px;
	height: 22px;
	display: block;
}

.main-subnav ul li a.no-link {
	pointer-events: none;
	color: #999;
	border-bottom: 0 !important;
}

.main-subnav ul li a span {
	margin-left: 10px;
	color: #c7000b;
}

.main-subnav .dropdown .dropdown-menu {
	font-size: inherit;
	position: static;
	float: none;
	display: block;
	border: none;
	box-shadow: none;
}

.main-subnav .dropdown button {
	border: none;
	display: none;
}

.main-subnav .dropdown ul {
	background-color: #fff;
	border-radius: 0;
}

.main-subnav .dropdown ul li {
	display: block;
	float: none;
}

.main-subnav .dropdown ul li.active a,
.main-subnav .dropdown ul li:hover a,
.main-subnav .dropdown ul li:focus a {
	border-bottom: none;
	background-color: transparent;
	color: #c7000b;
}

.main-subnav .dropdown ul li a {
	font-size: 1em;
	padding: 0;
}

@media (min-width: 1025px) {
	.main-subnav ul.nav-dropdown {
		width: 100%;
		height: 50px;
		background-color: #fff;
		/*border-bottom: 1px solid #e5e5e5;*/
		z-index: 10;
		border-top: 1px solid #e5e5e5 \0;
		position: absolute;
		top: 50px;
		left: 0;
		text-align: center;
		letter-spacing: -0.32em;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.65s;
		transition: all 0.65s;
		box-shadow: 1px 1px 0 rgba(0, 0, 0, .07);
	}

	/*.main-subnav .nav-select.active ul.nav-dropdown,*/
	.main-subnav .nav-select:hover ul.nav-dropdown {
		top: 50px;
		visibility: visible;
		opacity: 1;
		-webkit-transition: all 0.05s;
		transition: all 0.05s;
	}

	.main-subnav ul.nav-dropdown li {
		float: none;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}
}

@media (min-width: 992px) {
	.main-subnav .dropdown {
		float: left;
	}

	.main-subnav .dropdown.open .dropdown-menu {
		display: block;
		left: auto;
		right: 0;
		min-width: 100px;
	}

	.main-subnav .dropdown .dropdown-menu {
		position: absolute;
		float: left;
		display: none;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
	}

	.main-subnav .dropdown button {
		display: block;
		font-size: 0.8125em;
		line-height: 50px;
		background-color: transparent;
		margin: 0 10px;
	}

	.main-subnav .dropdown button .caret {
		margin-top: -1px;
	}

	.main-subnav .dropdown ul {
		margin-left: 0;
	}

	.main-subnav .dropdown ul li a {
		height: auto;
		line-height: 24px;
		font-size: 0.8125em;
	}
}

@media (max-width:1024px) {
	.main-subnav ul.nav-dropdown {
		visibility: hidden;
		max-height: 0;
		transition: all .5s;
	}

	.main-subnav .nav-select a.hover+ul.nav-dropdown {
		visibility: visible;
		max-height: 500px;
	}

	.main-subnav .nav-select a.active+ul.nav-dropdown {
		visibility: visible;
		max-height: 500px;
	}

	.main-subnav ul.nav-dropdown li {
		padding-left: 20px;
	}

	.main-subnav ul.nav-dropdown li:last-child {
		border-bottom: 0;
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.main-subnav .dropdown {
		float: none;
	}

	.main-subnav .dropdown button {
		border: none;
		display: none;
	}

	.main-subnav .dropdown .dropdown-menu {
		position: static;
		border: 0;
		box-shadow: none;
		float: none;
		width: 100%;
		display: block;
	}

	.main-subnav .dropdown ul li a {
		font-size: 1em;
	}
}



.main-subnav .nav-box {
	height: 50px;
	line-height: 50px;
}

.main-subnav .name {
	width: 100%;
	float: left;
	line-height: inherit;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.main-subnav .name.collapsed .iconfont {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.main-subnav .name .iconfont {
	float: right;
	font-size: 20px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	color: #c7000b;
}

@media (min-width: 1025px) {
	.main-subnav.fixed {
		top: 78px;
	}

	.main-subnav #main-subnav-list {
		float: left;
		background-color: transparent;
	}

	.main-subnav .nav-box {
		display: inline-block;
		width: auto;
		height: inherit;
	}

	.main-subnav .name {
		line-height: 22px;
		padding-right: 30px;
		float: left;
		border-right: 1px solid #e5e5e5;
		width: auto;
		margin-top: 14px;
		font-size: 0.8125em;
	}

	.main-subnav .name[href="javascript:;"] {
		cursor: default;
	}

	.main-subnav .name .iconfont {
		display: none;
	}

	.main-subnav ul {
		float: left;
		background-color: transparent;
		width: auto;
	}

	.main-subnav ul li {
		float: left;
		margin: 0 15px;
		border: none;
		padding: 0;
		overflow: visible;
	}

	.main-subnav ul li.active a,
	.main-subnav ul li.hover>a,
	.main-subnav ul li ul.nav-dropdown li>a:hover {
		border-bottom: 2px solid #c7000b;
	}

	.main-subnav ul li.active ul.nav-dropdown a {
		border: 0;
	}

	.main-subnav ul li.active ul.nav-dropdown li.active a {
		border-bottom: 2px solid #c7000b;
	}

	.main-subnav ul li.active a:before {
		content: '';
	}

	.main-subnav ul li a {
		font-size: 0.8125em;
		line-height: 50px;
		height: 50px;
	}

	.main-subnav ul li a span {
		margin-left: 10px;
		color: #c7000b;
		visibility: hidden;
		opacity: 0;
	}

	.main-subnav ul li a:hover span {
		visibility: visible;
		opacity: 1;
	}
}

.main-subnav.main-subnav2 .name {
	font-weight: normal;
	border-right: 0;
	padding-right: 0;
}

.main-subnav.main-subnav2 #main-subnav-list,
.main-subnav.main-subnav2 .name .iconfont {
	display: none !important;
}


.hw-contact {
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.hw-contact .col-md-6:nth-child(1) {
	margin-bottom: 40px;
}

.hw-contact .col-md-6:nth-child(2) {
	border-left: 1px solid #ccc;
}

.hw-contact p {
	font-size: 1.375em;
	margin-bottom: 24px;
}

.hw-contact a {
	display: inline-block;
	margin: 0 6px;
	margin-bottom: 15px;
}

.hw-contact span.border {
	margin-top: 30px;
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: #ccc;
}

.hw-contact img {
	margin: 0 15px;
}

.hw-contact .email-btn {
	margin-top: 30px !important;
}

@media (min-width: 992px) {
	.hw-contact {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.hw-contact .col-md-6:nth-child(1) {
		margin-bottom: 0;
	}

	.hw-contact p {
		margin-bottom: 48px;
	}
}

.popup-icon {
	position: fixed;
	bottom: 67px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 101;
	text-align: center;
	background: #c7000b;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-bottom: 0px;
}

.popup-icon img {
	max-width: 100%;
}

.popup-icon .iconfont {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.popup-icon:hover {
	background: #b0000d;
}

.popup-service {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.popup-service .iconfont {
	font-family: "iconfont" !important;
}

.popup-service .mask-img {
	width: 100%;
	height: 100%;
}

.popup-service .service-box {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 83.5%;
	max-width: 1400px;
	text-align: center;
	padding: 50px 70px 70px 70px;
	margin-top: -310px;
}

@media (min-width: 1680px) {
	.popup-service .service-box {
		left: 50%;
		margin-left: -700px;
	}
}

@media (max-width: 1680px) {
	.popup-service .service-box {
		left: 8.25%;
		margin-left: 0;
	}
}

.popup-service .service-box .btn-close-service {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.popup-service .service-box .btn-close-service span {
	font-size: 30px;
}

.popup-service .service-box h2 {
	color: #333;
	text-align: center;
	position: relative;
	padding: 0;
	padding-bottom: 8px;
	display: inline-block;
	margin: 0;
	float: none !important;
	max-width: 80%;
	margin-bottom: 50px;
}

.popup-service .service-box h2::after {
	content: '';
	width: 30%;
	height: 2px;
	background-color: #c7000b;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: 0;
}

.popup-service .service-box .row {
	margin-bottom: 60px;
}

.popup-service .service-box .row p {
	font-size: 14px;
}

.popup-service .service-box .row .btn-box {
	overflow: hidden;
}

.popup-service .service-box .row .read-more {
	font-size: 14px;
	margin: 0 5px;
}

.popup-service .service-box .row .read-more .iconfont {
	font-size: 20px;
}

.popup-service .service-box .row .line {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #c1c1c1;
}

.popup-service .service-box .img-box {
	position: relative;
	height: 140px;
}

.popup-service .service-box .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-service .service-box .btn-rect {
	margin-top: 28px;
}

@media (max-width: 992px) {
	.popup-service .service-box {
		width: 92%;
		height: 97%;
		top: 1%;
		left: 4%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 30px 0;
		margin-top: 0;
	}

	.popup-service .service-box .row {
		margin-bottom: 20px;
	}

	.popup-service .service-box h2 {
		margin-bottom: 10px;
	}

	.popup-service .service-box .btn-rect {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.popup-service .service-box .line {
		display: none;
	}

	.popup-service .service-box .img-box {
		height: 100px;
	}

	.popup-service .service-box .img-box img {
		height: 50px;
	}
}

@media (min-width: 600px) and (max-width:991px) {
	.popup-service .service-box .col-xs-12 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.popup-service .service-box .btn-close-service {
		position: fixed;
		right: 25px;
	}
}

.content-box .panel-img-box .text-box .read-more {
	margin-top: 0;
}

#scroller {
	overflow: auto;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-remark {
	font-size: 0.875em;
	line-height: 1.875em;
	text-align: center !important;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.news-detail-content .img-responsive {
	margin: 0 auto;
}

.img-rounded {
	border-radius: 5px;
}

.img-circle {
	border-radius: 50%;
}

.col-item {
	position: relative;
	margin-bottom: 30px;
}

.col-item a {
	display: block;
	overflow: hidden;
}

.col-item .imgbox {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1920px) {
	.col-item .imgbox {
		height: 280px;
	}
}

@media (max-width: 1920px) {
	.col-item .imgbox {
		height: 280px;
	}
}

@media (max-width: 1680px) {
	.col-item .imgbox {
		height: 240px;
	}
}

@media (max-width: 1440px) {
	.col-item .imgbox {
		height: 220px;
	}
}

@media (max-width: 1366px) {
	.col-item .imgbox {
		height: 200px;
	}
}

@media (max-width: 1200px) {
	.col-item .imgbox {
		height: 180px;
	}
}

@media (max-width: 992px) {
	.col-item .imgbox {
		height: 180px;
	}
}

.col-item .imgbox img {
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.col-item .photo {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.col-item .type {
	top: 0;
	left: 15px;
	position: absolute;
	padding: 7px 20px;
	text-align: center;
	max-width: 90%;
	z-index: 8;
}

.col-item .type span {
	color: #fff;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
}

.col-item .textbox {
	background: #f8f8f8;
	text-align: left;
	padding: 32px 28px 36px 28px;
}

.col-item .textbox .overtext {
	height: 10.6em;
	overflow: hidden;
}

@media (min-width: 1366px) and (max-width:1700px) {
	.col-item .textbox .overtext {
		height: 11.1em;
	}
}

@media (min-width: 992px) and (max-width:1365px) {
	.col-item .textbox .overtext {
		height: 10em;
	}
}

@media (max-width: 992px) {
	.col-item .textbox .overtext {
		height: 6em;
	}

	.index-service .col-item .textbox .overtext {
		height: auto;
	}
}

.event-card .col-item .textbox .overtext {
	height: 6.7em;
}

.event-card .col-item .textbox .overtext .title {
	max-height: 62px;
}

.col-item .textbox .overtext .title {
	height: auto;
	display: block;
}

.col-item .textbox .overtext .text {
	height: auto;
	display: block;
}

.index-service .col-item .textbox .overtext .text {
	display: block;
	overflow: hidden;
}

.col-item .textbox .title {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.625em;
	height: 62px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

.col-item .textbox .info {
	font-size: 0.875em;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
}

.index-service .col-item .textbox .info {
	height: 46px;
}

.col-item .textbox .info .address {
	display: inline-block;
	margin-right: 18px;
}

.col-item .textbox .info .address span {
	margin-top: -3px;
	display: inline-block;
	font-weight: bold;
}

.col-item .textbox .info .time {
	display: inline-block;
}

.col-item .textbox .info .time span {
	margin-top: -3px;
	display: inline-block;
	font-weight: normal;
}

.col-item .textbox .info span {
	vertical-align: middle;
	margin-right: 6px;
	font-family: "myiconfont" !important;
}

.col-item .textbox .text {
	font-size: 0.875em;
	line-height: 1.6875em;
	color: #666;
	clear: both;
	height: 60px;
}

.col-item .textbox .reg-more {
	font-size: 0.875em;
	color: #666;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-top: 20px;
}

.col-item .textbox .reg-more span {
	float: left;
}

.col-item .textbox .reg-more .iconfont {
	color: #c7000b;
	font-weight: bold;
	float: left;
	margin-left: 4px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
}

.col-item .textbox .reg-more:hover .iconfont {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

@media (min-width: 992px) {

	.type1 a:hover .imgbox img,
	.type2 a:hover .imgbox img {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		top: 50%;
		width: 105%;
	}

	.type1 a:hover .photo,
	.type2 a:hover .photo {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.type1 a:hover .textbox,
.type2 a:hover .textbox,
.type3 a:hover .textbox {
	background-color: #f2f2f2;
}

.col-item.type1 .type {
	background: url(../img/exhibition/type1.png);
}

.col-item.type2 .type {
	background: url(../img/exhibition/type2.png);
}

.col-item.type3 .type {
	background: url(../img/exhibition/type2.png);
}

.col-item.news-item .type {
	background: url(../img/exhibition/type2.png);
}

@media (max-width: 992px) {
	.col-item.type3 .reg-more {
		display: none;
	}

	.col-item {
		margin-bottom: 15px;
	}

	.col-item .textbox {
		padding: 20px 15px !important;
	}

	.col-item .textbox .info {
		font-size: 14px;
		margin-top: 0;
	}

	.col-item .textbox .info .address {
		margin-bottom: 6px;
	}

	.col-item .textbox .info .time {
		margin-bottom: 6px;
	}

	.col-item .textbox .text {
		margin: 9px 0 25px 0;
	}

	.col-item .textbox a:hover .iconfont {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 768px) {
	.col-item .textbox .title {
		height: auto;
		font-size: 1.1em;
	}

	.col-item .textbox .text {
		height: auto;
	}

}

@media (max-width: 767px) {
	.tab-content .events-top .col-item .imgbox img {
		height: 100%;
		width: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		left: 50%;
	}

	.event-card .col-item .textbox .overtext {
		height: auto;
	}
}

.news-item {
	overflow: hidden;
	position: relative;
	text-align: left;
}

.news-item .list-box {
	width: 100%;
	background: #f8f8f8;
	padding: 20px 20px 0 28px;
}

.news-item #wrapper:before {
	content: "";
	height: 80px;
	right: 15px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 80%);
	left: 15px;
}

.news-item #wrapper::after {
	content: "";
	height: 32px;
	right: 15px;
	position: absolute;
	top: 0;
	background: linear-gradient(rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 80%);
	left: 15px;
}

.news-item #wrapper.ended:before {
	display: none !important;
}

@media (max-width: 1200px) {
	.news-item .list-box {
		padding: 20px 15px 0 15px;
	}
}

@media (max-width: 992px) {
	.news-item .list-box {
		padding: 20px 15px 10px 15px;
	}

	.news-item #wrapper:before {
		display: none;
	}
}

.news-item a {
	margin: 7% 0;
}

.news-item a h4 {
	font-size: 1em;
	line-height: 1.625em;
}

@media (max-width: 767px) {
	.news-item a h4 {
		font-size: 1.1em;
	}
}

.news-item a .time {
	font-size: 0.875em;
	color: #666;
}

.news-item a:hover h4 {
	color: #c7000b;
}

.news-item a:hover .time {
	color: #c7000b;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99999;
	display: none;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -25px;
}

.title-box h2 {
	clear: both;
	display: table;
	margin: 0 auto;
}

.title-box h2+a {
	margin-top: 15px;
}

.title-box .subtitle {
	font-size: 1em;
	line-height: 1.95em;
}

.title-box .subtitle p a {
	color: #666;
	text-decoration: underline;
}

.title-box .subtitle p a:hover {
	color: #000;
}

.video_box {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.video-dialog .modal-dialog {
		top: 0;
		left: 0;
	}
}

@media (min-width: 992px) {
	header .navbar-toggle {
		display: block;
	}

	header .navbar-header {
		float: none;
	}

	header .container,
	.main-subnav .container {
		width: 100%;
	}

	header .container>.navbar-header,
	header .container-fluid>.navbar-header,
	header .container>.navbar-collapse,
	header .container-fluid>.navbar-collapse,
	.main-subnav .container>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

	header .navbar-nav {
		float: none;
		margin: 0;
	}

	header .navbar-nav>li {
		float: none;
	}

	header .container-custom {
		width: 100%;
		max-width: 1430.016px;
	}
}

@media (min-width: 1025px) {
	header .navbar-toggle {
		display: none;
	}

	header .navbar-header {
		float: left;
	}

	header .container {
		width: 93.705%;
	}

	.main-subnav .container {
		width: auto;
	}

	header .container-custom {
		width: 85.652%;
		max-width: 1430.016px;
	}

	header .container>.navbar-header,
	header .container-fluid>.navbar-header,
	header .container>.navbar-collapse,
	header .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	header .navbar-nav {
		float: left;
		margin: 0;
	}

	header .navbar-nav>li {
		float: left;
	}
}

@media (min-width: 992px) and (max-width:1024px) {
	.btn-shop {
		display: none;
	}

	header .navbar nav#hw-navbar .navbar-nav li.menu-list a.btn-next .icon-arrow-right,
	.search-box .search-keyword,
	.btn-nav-back,
	header .navbar nav#hw-navbar .nav-open .title {
		display: block !important;
	}

	header .navbar nav#hw-navbar .nav-open .nav-ani .container-custom>.row>[class*="col-md"],
	header .navbar nav#hw-navbar .nav-open .nav-ani .container-custom>.row>[class*="col-md"]>.row>[class*="col-md"],
	header .navbar nav#hw-navbar .nav-open .nav-open-other .container-custom>.row>[class*="col-md"] {
		width: 100%;
	}

	header .navbar nav#hw-navbar .header-content-n1 img.mate30pro,
	header .navbar a.btn-close-nav-ani,
	header .navbar nav#hw-navbar .nav-open .nav-ani .container-custom>.row>[class*="col-md"] .nav-img,
	.top-nav .top-nav-height a .iconfont.icon-arrow-down {
		display: none !important;
	}
}

.no-img-banner h1 {
	color: #282828;
	padding-top: 0;
}

.no-img-banner {
	margin-top: 35px;
}

.no-img-banner .btn-rect {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	.no-img-banner {
		margin-top: 70px;
	}

	.no-img-banner .subtitle {
		max-width: 50%;
	}

	.no-img-banner>div {
		width: 80%;
		margin: 0 auto;
		max-width: 1366px;
	}
}

.psiet-detail {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.corporate-pb .col-sm-9 {
		margin: 0 auto;
		float: none;
		width: 83.33333333%;
	}

	.psiet-detail {
		margin-top: 70px;
	}
}

.news-detail-box img {
	max-width: 100%;
	height: auto !important;
}

.authors-box .row {
	display: flex;
}

.authors-box .row [class*="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #666;
}

/*footer .navbar-collapse {*/
/*	padding-left: 0;*/
/*	padding-right: 0;*/
/*}*/

@media (min-width: 992px) {
	.authors-box {
		width: 83%;
		margin: 0 auto;
		text-align: left;
	}
}

@media (min-width: 992px) {
	/*footer .navbar-collapse.collapse {*/
	/*	display: block !important;*/
	/*	height: auto !important;*/
	/*	padding-bottom: 0;*/
	/*	overflow: visible !important;*/
	/*}*/
}

@media (min-width: 1200px) and (max-width:1499px) {
	.event-card .col-item .imgbox {
		height: 320px !important;
	}
}

.link-submit.disabled em {
	color: #949494;
}

.link-submit {
	padding: 0 30px;
	min-width: 140px;
	height: 32px !important;
	line-height: 30px !important;
	text-align: center;
	border: 1px solid #111;
	display: inline-block;
	color: #111;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.875em;
}

.link-submit:hover {
	color: #fff;
}

@media (max-width: 360px) {
	.link-submit {
		min-width: 120px;
	}
}

@media (min-width: 992px) {
	.link-submit {
		min-width: 170px;
		height: 50px !important;
		line-height: 50px !important;
	}

	.link-submit:hover {
		border-color: #c7000b;
		background-color: #c7000b;
		color: #fff;
	}
}

.publication-detail-list .content-list-box .c-box {
	background-color: #f2f2f2;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	position: absolute;
	top: 53px;
	left: 0;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion {
	margin: 5px 0;
	position: relative;
	cursor: pointer;
	padding: 0 0.6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.02em;
	color: #333;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion b {
	font-weight: normal;
	color: #1f8dd6;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion.selected {
	background: #f0f0f0;
}

.results-box {
	background: #fff;
	border-radius: 5px;
	margin-top: 17px;
	padding: 20px 0 30px;
	position: absolute;
	z-index: 119;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion {
	padding: 10px 30px;
	font-size: 18px;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #999;
	cursor: pointer;
}

.complete-search-result.js-complete-search-result.autocomplete-suggestions {
	max-height: none;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border: 0;
	margin-top: 17px;
	border-radius: 5px;
}

.js-complete-search-result.complete-search-result.autocomplete-suggestions .autocomplete-suggestion:hover {
	color: #333 !important;
}

.results-box .results1 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.results-box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0 30px;
}

.results-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.results-box ul li {
	padding: 0 30px;
	line-height: 100%;
}

.results-box ul li:hover {
	background: #999;
}

.results-box ul li:hover a {
	color: #fff !important;
}

.results-box a {
	font-size: 18px;
	display: block;
	padding: 10px 0;
}

.results-box {
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	display: none;
}

.results-box .search-keyword {
	margin-top: 20px;
}

.results-box .search-keyword-title {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding: 0 30px;
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.js-complete-search-result.complete-search-result.autocomplete-suggestions {
		margin-top: 10px;
		border-radius: 0px;
		left: 0 !important;
		width: 100% !important;
	}

	.results-box {
		z-index: 1000;
		margin-top: 10px;
		left: 0 !important;
		width: 100% !important;
		border-radius: 0;
		background: transparent;
		padding: 0;
		box-shadow: none;
	}

	.results-box .results2 {
		background: #fff;
		box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
		padding: 20px 0 30px;
	}

	body.open-search {
		overflow: hidden;
	}
}

.show-more-text {
	text-align: left;
}

.show-more-text a span {
	vertical-align: middle;
	color: #7f7e7e;
	font-size: 16px;
}

.show-more-text a .iconfont {
	font-size: 22px;
	font-weight: bold;
	line-height: 0;
	color: #c7000b;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
}

.numbers .font-note {
	max-height: 120px;
	line-height: 1.75em;
	margin-bottom: 0;
}

.numbers .big-size {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 991px) {
	.numbers ul li {
		margin: 30px 0;
	}
}

@media (max-width: 767px) {
	.numbers .big-size {
		font-size: 24px;
		clear: both;
	}
}

@media (min-width: 992px) and (max-width:1100px) {
	.popup-service .service-box .img-box {
		height: 100px;
	}

	.popup-service .service-box .row p {
		font-size: 12px;
	}

	.btn-rect {
		min-width: 120px;
		height: 40px !important;
		line-height: 40px !important;
	}

	.popup-service .service-box .row {
		margin-bottom: 30px;
	}

	.popup-service .service-box {
		padding: 40px 50px 40px 50px;
		margin-top: -264px;
	}

	.popup-service .service-box .row .read-more {
		font-size: 12px;
	}

	.popup-service .service-box h2 {
		margin-bottom: 30px;
	}

	.index-service .col-item .imgbox {
		height: 160px;
	}

	.index-service .news-item a h4 {
		font-size: 1em;
	}

	.btn-rect-white {
		height: 40px !important;
		line-height: 40px !important;
	}
}

.consent_preferences .content-box {
	text-align: left;
}

.consent_preferences .cookie-tab .nav-tabs>li {
	margin-left: 0;
	text-align: left;
}

.consent_preferences .cookie-tab .nav-tabs>li>a {
	margin-left: 0;
}

.consent_preferences .nav-tabs>li>a::after {
	display: none;
}

.content-title-left-r img {
	max-width: 100%;
}

.ReadPolicy {
	background-color: #eeeeee;
	color: #282828;
	display: none;
	padding: 16px 0;
}

.ReadPolicy p {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.225;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	width: 93.705%;
	max-width: 1799.136px;
	text-align: center;
}

.ReadPolicy p span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.ReadPolicy p a em {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	transition: all 0.5s;
	letter-spacing: normal;
}

.ReadPolicy a {
	color: #c7000b;
}

.ReadPolicy p a:hover em {
	transform: translateX(10px);
}

.ReadPolicy .close {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0px;
	display: block;
	height: 30px;
	width: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	float: right;
	margin-top: -7px;
	opacity: 1;
}

.ReadPolicy .close:before {
	content: "\e90c";
	width: 30px;
	height: 30px;
	display: block;
	font-family: 'corpfont' !important;
	color: #333;
	font-size: 15px;
}

@media (max-width: 1024px) {
	.ReadPolicy {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}

	.ReadPolicy[style*="block"]~.btn-go-top {
		bottom: 100px;
	}

	.ReadPolicy[style*="block"]~.popup-icon {
		bottom: 143px;
	}

	/*.ReadPolicy[style*="block"]~footer {*/
	/*	margin-bottom: 66px;*/
	/*}*/
}

@media (min-width: 767px) and (max-width:991px) {
	.panel-img-list-mobile-slide .text-box .name {
		font-size: 1.5em;
	}

	.panel-img-list .panel-img-box .text-box .name {
		font-size: 1.2em;
	}

	.col-item .textbox .overtext .title {
		font-size: 1.4em;
	}

	.news-item a h4 {
		font-size: 1.1em;
		line-height: 1.95em;
	}
}

header.navbar-collapse.collapsing {
	height: auto !important;
}

.tab-slick-list-box .slick-slider .slick-prev,
.tab-slick-list-box .slick-slider .slick-next {
	top: 45%;
}

.tab-slick-list-box .tab-content.tabs-fixed {
	padding-top: 0;
}

.toolsbar {
	position: relative;
}

.tab-slick-list-box .nav-arrow.fixed {
	position: absolute;
}

@media (max-width: 991px) {
	.tab-slick-list-box .nav-tabs {
		overflow-x: auto;
	}
}

.vertical-middle-sm+.btn-play {
	top: 70%;
}

@media (max-width: 991px) {
	.vertical-middle-sm+.btn-play {
		top: 75%;
	}
}

@media (min-width: 1025px) {

	[data-useragent*="Intel Mac OS"] .content-list-box .row>[class*='col-'],
	[data-useragent*="Intel Mac OS"] .content-list-box-other .row>[class*='col-'] {
		width: 33%;
	}
}

@media (min-width: 1025px) {
	.r-text-img {
		margin-top: 38px;
	}

	.r-text-img span {
		position: absolute;
		top: 25%;
		width: 80%;
		text-align: center;
		left: 14%;
		z-index: 10;
		transition: all .5s;
	}

	.r-text-img span+span {
		opacity: 0;
		visibility: hidden;
	}

	a:hover .r-text-img img+span {
		opacity: 0;
		visibility: hidden;
	}

	a:hover .r-text-img span+span {
		opacity: 1;
		visibility: visible;
	}

	a:hover .r-text-img:before {
		content: "";
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
	}

	header .navbar nav#hw-navbar .navbar-nav li.menu-list .nav-open .r-text-img img.nav-img {
		margin-top: 0;
	}
}

[data-useragent*="Intel Mac OS"] .management-content .tab-content .item {
	max-width: 24.95%;
}

@media (max-width: 767px) {
	.my-video-0-dimensions {
		width: auto;
		height: auto;
		padding-top: 56.25% !important;
	}
}

@media (min-width: 992px) {

	.content-list-box .trust-news-slick .row,
	.content-list-box-other .trust-news-slick .row {
		display: block;
	}

	.content-list-box .trust-news-slick .slick-slider .slick-prev {
		left: -45px;
	}

	.content-list-box .trust-news-slick .slick-slider .slick-next {
		right: -45px;
	}
}

.passbars-slick-box .slide {
	position: relative;
}

.passbars-slick-box .pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
	bottom: 0;
	display: none;
}

.passbars-slick-box .pagination a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	padding: 20px 0;
	font-size: 0.875em;
	text-decoration: none;
	opacity: 1;
}

.passbars-slick-box .pagination a .progress-div {
	width: 100px;
	height: 3px;
	background: rgba(230, 230, 230, 0.7);
	position: relative;
}

.passbars-slick-box .pagination a .progress-div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.passbars-slick-box .pagination a.active .progress-div div {
	display: block;
	animation: showdiv 2.2s 1 linear;
	-webkit-animation: showdiv 2.2s 1 linear;
}

.passbars-slick-box .slick-prev {
	opacity: 0;
	visibility: hidden;
	left: 2%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.passbars-slick-box .slick-prev:before {
	font-size: 35px;
	line-height: 35px;
	content: "\e650";
	color: #fff;
}

.passbars-slick-box .slick-next {
	opacity: 0;
	visibility: hidden;
	right: 2%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.passbars-slick-box .slick-next:before {
	font-size: 35px;
	line-height: 35px;
	content: "\e64f";
	color: #fff;
}

.passbars-slick-box .slick .slick-dots {
	display: block !important;
}

.passbars-slick-box .slick-dots {
	bottom: -10px;
}

.passbars-slick-box .slick-dots li {
	border: 1px solid #fff;
}

.passbars-slick-box .slick-dots .slick-active {
	background: #fff;
}

@media (min-width: 992px) {
	.passbars-slick-box .pagination {
		display: block;
	}

	.passbars-slick-box:hover .slick-prev {
		opacity: 1;
		visibility: visible;
	}

	.passbars-slick-box .slick-dots {
		display: none !important;
	}

	.passbars-slick-box:hover .slick-next {
		opacity: 1;
		visibility: visible;
	}

	.passbars-slick-box img.lazyload::after {
		padding-top: 30%;
	}
}

.storyBlockBox {
	background: #daedf1;
	margin: 0 8.5%;
	margin-bottom: 30px;
	padding: 50px 15px;
	max-width: 100%;
}

.storyBlockBox>.row {
	display: flex;
	flex-wrap: wrap;
}

.storyBlockBox .font-note {
	text-align: center;
	height: auto;
	color: #666;
	padding: 0 10px 0 10px;
}

.storyBlockBox ul li {
	border-left: 1px #59baca solid;
}

.storyBlockBox ul li:first-child {
	border-left: none;
}

.storyBlockBox li.col-sm-12 .font-note {
	padding: 0 25px 0 25px;
}

.storyBlockBox .big-size {
	color: #59baca;
	white-space: normal;
	line-height: 1.5;
	margin-bottom: 5px;
	text-overflow: inherit;
}

.storyBlockBox .big-size span {
	font-size: 20px;
	padding-left: 10px;
}

@media(min-width:992px) and (max-width:1279px) {
	.storyBlockBox h4.big-size {
		font-size: 2em;

	}

	.storyBlockBox {
		margin-left: 0;
		margin-right: 0;
		padding: 50px 15px;
	}
}

@media (max-width: 767px) {
	.storyBlockBox {
		margin: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.storyBlockBox ul li {
		border-left: 0;
	}

	.storyBlockBox ul li+li:before {
		width: 70%;
		margin: 0 auto;
		border-bottom: 1px #59baca solid;
		content: "";
		height: 1px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
	}

	.storyBlockBox ul li {
		margin: 0;
		padding: 30px 0;
	}

	.storyBlockBox .big-size span {
		font-size: 16px;
		padding-left: 5px;
	}

	.storyBlockBox li.col-sm-6 .font-note {
		padding: 0 25px 0 25px
	}
}

.content-img-box.mb70 img.lazyload::after {
	padding-top: 32%;
}

@media (max-width: 991px) {

	.tuijian-img+.content-img-box.mb70 img.lazyload::after,
	.passbars-slick-box.content-img-box.mb70 img.lazyload::after {
		padding-top: 65%;
	}
}

body.video-popup {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.video-box .content a.btn-close {
		top: -30px;
	}
}


a,
a:focus,
a.active {
	outline: none;
}

@media (max-width:991px) {
	.numbers .big-size {
		overflow: inherit;
		white-space: normal;
	}
}

@media(max-width:767px) {
	.numbers .font-note {
		height: 6.625em;
		padding: 0;
	}
}

@media(max-width:360px) {
	.numbers .font-note {
		height: auto;
	}

	.numbers ul li {
		margin: 20px 0;
	}
}

.main .share-box li .wechat-qrcode .mob-wechat {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	background: #fff;
	width: 250px;
	height: 170px;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 15px 15px 10px 15px;
	text-align: center;
}

.main .share-box li .wechat-qrcode .mob-wechat em {
	font-size: 34px;
	color: #cb0007;
}

.main .share-box li .wechat-qrcode .mob-wechat h3 {
	margin-top: 5px;
	margin-bottom: 0;
}

.main .share-box li .wechat-qrcode .mob-wechat p {
	text-align: center;
	color: #999;
}

.main .share-box li .wechat-qrcode .mob-wechat .colse-btn {
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}

.main .share-box li .wechat-qrcode .mob-wechat .colse-btn button {
	position: static;
	font-size: 14px;
	color: #1f8dd6 !important;
}

.bottom-box .share-box {
	display: none;
}

.share-box li .wechat-qrcode>p {
	display: none;
}

@media (max-width:767px) {
	.share-box li .wechat-qrcode {
		/*border: 0;
        box-shadow: none;
        background: none;*/
		top: -247px;
		height: 222px;
	}

	.share-box li .wechat-qrcode .qrcode>p {
		display: block;
		padding: 0px 5px;
		line-height: 1.5;
	}

	.mobile-share-open {
		overflow: hidden;
	}

	.mobile-share-open:before {
		position: fixed;
		background: rgba(0, 0, 0, .4);
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		z-index: 121;
	}

	.mobile-share-open .main .share-box,
	.mobile-share-open .main .share-box li,
	.mobile-share-open .share-box li .wechat-qrcode {
		z-index: initial;
	}

	.mobile-share-open .main .share-box li .wechat-qrcode .mob-wechat {
		z-index: 122;
	}
}

.img-a-ul-m h3,
.content-box .subtitle h3,
.content-box .detail-box .pic-text h3 {
	margin-bottom: 20px;
}

@media(min-width:992px) {
	.resource-down-box .content-title-left .content-title-left-r .r-c-text {
		margin-left: 0;
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.resource-down-box .content-title-left {
		padding-left: 0px;
	}

	.resource-down-box .content-title-left .content-title-left-l {
		width: 100%;
		position: static;
	}

	.resource-down-box .content-title-left .content-title-left-l h2 {
		float: none !important;
	}

	.resource-down-box .content-title-left .content-title-left-l h2::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.resource-down-box .content-box h2.pull-left {
		float: none !important;
	}

	.resource-down-box .content-box h2.pull-left:after {
		left: 50%;
		margin-left: -15%;
	}

	.resource-down-box .content-title-left .content-title-left-r .r-c-text {
		margin-left: 0%;
	}

	.content-title-left .content-title-left-r .r-c-text>ul.row li.col-md-6 a.btn-rect-file {
		padding: 20px 8% 20px 100px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.resource-down-box a.btn-rect-file {
		margin-bottom: 30px;
	}
}

/*7.10.2 video news css bof 2021-4-16*/
.video-js .vjs-play-control .vjs-icon-placeholder:before {
	font-family: "iconfont";
	content: '\e656' !important;
	font-size: 1.3em;
	line-height: 2.4em;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
	font-family: "iconfont";
	content: '\e652' !important;
	font-size: 1.3em;
	line-height: 2.4em;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
	font-family: "iconfont";
	content: '\e653' !important;
	font-size: 1.3em;
	line-height: 2.4em;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
	content: '\f104' !important;
	font-family: 'VideoJS' !important;
	font-size: 1.8em;
	line-height: 1.8em;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
	font-family: "iconfont";
	content: '\e655' !important;
	font-size: 1.3em;
	line-height: 2.4em;
}

.news-detail-box .news-detail-content a.js_video_player,
.news-detail-box .news-detail-content a.js_video_player:hover {
	color: transparent;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	display: none;
}

/*IE hack*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */
	.video-js .vjs-play-control .vjs-icon-placeholder::before {
		font-size: 14px;
		line-height: 2.2em;
	}

	.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
	.vjs-icon-pause:before {
		font-size: 14px;
		line-height: 2.2em;
	}

	.video-js .vjs-mute-control .vjs-icon-placeholder:before,
	.vjs-icon-volume-high:before {
		font-size: 14px;
		line-height: 2.2em;
	}

	.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder::before {
		font-size: 20px;
		line-height: 2.2em;
		margin-top: -6px
	}

	.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
	.vjs-icon-fullscreen-enter:before {
		font-size: 14px;
		line-height: 2.2em;
	}

	.vjs-resolution-button .vjs-resolution-button-label {
		line-height: 2.5 !important;
		font-size: 1.3em;
	}

	body .video-js .vjs-big-play-button {
		width: 80px !important;
		height: 80px !important;
		border-radius: 100% !important;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -40px;
		line-height: 2.6em;
		border: 1px solid #fff;
	}

	.vjs-menu-button-popup .vjs-menu {
		left: 0 !important;
	}

}

/*富文本可选编辑样式*/
.rich-text-left {
	text-align: left;
}

.rich-text-right {
	text-align: right;
}

/*富文本可选编辑样式*/


/*laoding*/
.show .load-box .loading {
	display: block;
}

.show .loading .ie-loading {
	display: none;
}

.loading .spinner,
.loading .ie-loading {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
	text-align: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.loading .spinner {
		display: none;
	}

	.show .loading .ie-loading {
		display: block;
	}

}

.loading .spinner img {
	position: static;
	margin-left: 0;
	margin-top: -15px;
}

.loading .spinner>div {
	background-color: #f66f6a;
	height: 20px;
	width: 6px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 25%;
	-webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
	animation: sk-stretchdelay 2s infinite ease-in-out;
}

.loading .spinner .rect2 {
	-webkit-animation-delay: -1.9s;
	animation-delay: -1.9s;
	background-color: #f7a655;
}

.loading .spinner .rect3 {
	-webkit-animation-delay: -1.7s;
	animation-delay: -1.7s;
	background-color: #ffdf4f;
}

.loading .spinner .rect4 {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	background-color: #84d0a2;
}

.loading .spinner .rect5 {
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
	background-color: #15b0e8;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-10px);
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	20% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
}

/*富文本图片样式*/
.text-img {
	padding: 0 5%;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

.text-img img {
	margin-bottom: 20px;
}

.text-img p {
	color: #999;
	font-size: 0.875em;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

.right-img {
	padding: 0 0 0 0;
	margin: 10px 0px 0px 20px;
	float: right;
}

.left-img {
	padding: 0;
	margin: 10px 20px 0px 0px;
	float: left;
}

.left-img p,
.right-img p {
	color: #999;
	font-size: 0.875em;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

@media (max-width:767px) {
	.right-img {
		padding: 0;
		margin: 10px 0px 20px 0px;
		float: none;
	}

	.left-img {
		padding: 0;
		margin: 10px 0px 20px 0px;
		float: none;
	}

	.right-img-mob {
		padding: 0 0 0 0;
		margin: 10px 0px 0px 20px;
		float: right;
	}

	.left-img-mob {
		padding: 0;
		margin: 10px 20px 0px 0px;
		float: left;
	}

	.left-img img,
	.right-img img {
		margin: 0 auto !important;
	}

}

.psirt-table-box {
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	display: block;
}


/*common swiper css b 202106301702*/
/*.swiper-box {*/
/*	position: relative;*/
/*}*/

/*.swiper-button-prev,*/
/*.swiper-button-next {*/
/*	color: #333;*/
/*	font-family: 'iconfont' !important;*/
/*	font-size: 40px;*/
/*	z-index: 10;*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	-webkit-transition: all 0.4s;*/
/*	transition: all 0.4s;*/
/*	font-weight: bold;*/
/*}*/

.swiper-button-next {
	right: -60px;
}

.swiper-button-prev {
	left: -60px;
}

/*.swiper-button-prev::before,*/
/*.swiper-button-next::before {*/
/*	opacity: 0.75;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*	content: "";*/
/*	font-size: 40px;*/
/*	line-height: 40px;*/
/*	color: #333;*/
/*}*/

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	opacity: 1;
}

/*.swiper-button-prev::before {*/
/*	content: "\e650";*/
/*}*/

/*.swiper-button-next::before {*/
/*	content: "\e64f";*/
/*}*/

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-pagination {
	width: 100%;
	bottom: 15px;
	left: 0;
/*}*/

/*.swiper-pagination .swiper-pagination-bullet {*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	border-radius: 100%;*/
/*	overflow: hidden;*/
/*	border: 1px solid #858585;*/
/*	background: transparent;*/
/*	opacity: 1;*/
/*	margin: 0 7px;*/
/*}*/

/*.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*	background: #858585;*/
/*	border: 1px solid #858585;*/
/*}*/

@media (max-width:991px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

}

.swiper-pagination-none .swiper-pagination,
.swiper-pagination-none .swiper-button-prev,
.swiper-pagination-none .swiper-button-next {
	display: none !important;
}

.swiper-button-disabled.swiper-button-prev,
.swiper-button-disabled.swiper-button-next {
	display: none !important;
}

.swiper-pagination-none .swiper-wrapper {
	transform: translate3d(0px, 0px, 0px) !important;
	justify-content: center;
}

.swiper-pagination-none .swiper-slide {
	width: 100%;
}

.highlight-img-box .swiper-pagination-none .swiper-slide,
.well-known-saying .swiper-pagination-none .swiper-slide,
.analysts-vision .swiper-pagination-none .swiper-slide,
.pic-box .swiper-pagination-none .swiper-slide,
.whitepaper .swiper-pagination-none .swiper-slide,
.swiper-box-2 .swiper-pagination-none .swiper-slide,
.inside-swiper-banner.swiper-pagination-none .swiper-slide,
.miyagi-swiper .swiper-pagination-none .swiper-slide {
	width: 100%;
}

@media(min-width:768px) {
	.swiper-pagination-none .swiper-slide {
		width: 50%;
	}

	.group-index-banner .swiper-pagination-none .swiper-slide,
	.index-banner.swiper-pagination-none .swiper-slide,
	.passbars-slick-box.swiper-pagination-none .swiper-slide {
		width: auto;
		max-width: 100%;
	}

	.highlight-img-box .swiper-pagination-none .swiper-slide,
	.well-known-saying .swiper-pagination-none .swiper-slide,
	.analysts-vision .swiper-pagination-none .swiper-slide,
	.pic-box .swiper-pagination-none .swiper-slide,
	.whitepaper .swiper-pagination-none .swiper-slide,
	.swiper-box-2 .swiper-pagination-none .swiper-slide， .inside-swiper-banner.swiper-pagination-none .swiper-slide,
	.miyagi-swiper .swiper-pagination-none .swiper-slide {
		width: 100%;
	}

	.speaker-swiper .swiper-pagination-none .swiper-slide {
		width: 33%;
	}
}

@media(min-width:992px) {
	.swiper-pagination-none .swiper-slide {
		width: 33%;
	}

	.group-index-banner .swiper-pagination-none .swiper-slide,
	.index-banner.swiper-pagination-none .swiper-slide,
	.passbars-slick-box.swiper-pagination-none .swiper-slide {
		width: auto;
		max-width: 100%;
	}

	.highlight-img-box .swiper-pagination-none .swiper-slide,
	.well-known-saying .swiper-pagination-none .swiper-slide,
	.analysts-vision .swiper-pagination-none .swiper-slide,
	.pic-box .swiper-pagination-none .swiper-slide,
	.whitepaper .swiper-pagination-none .swiper-slide,
	.swiper-box-2 .swiper-pagination-none .swiper-slide， .inside-swiper-banner.swiper-pagination-none .swiper-slide,
	.miyagi-swiper .swiper-pagination-none .swiper-slide {
		width: 100%;
	}
}

@media(min-width:1024px) {
	.speaker-swiper .swiper-pagination-none .swiper-slide {
		width: 25%;
	}
}

@media (max-width:767px) {
	.speaker-swiper .swiper-pagination-none .swiper-slide {
		width: 50%;
	}

	.speaker-swiper .swiper-wrapper {
		margin: 0 auto;
	}
}

/*common swiper css e 202106301702*/
/*index top banner swiper css b 202106301702*/
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
	color: #333;
	font-family: 'iconfont' !important;
	font-size: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.index-banner .swiper-button-next {
	right: 2%;
}

.index-banner .swiper-button-prev {
	left: 2%;
}

.index-banner:hover .swiper-button-prev,
.index-banner:hover .swiper-button-next {
	opacity: 1;
	visibility: visible;
}

/*.index-banner .swiper-button-prev::before,*/
/*.index-banner .swiper-button-next::before {*/
/*	opacity: 0.75;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*	content: "";*/
/*	font-size: 35px;*/
/*	line-height: 35px;*/
/*	color: #f66f6a;*/
/*}*/

.index-banner .swiper-button-prev:hover::before,
.index-banner .swiper-button-next:hover::before {
	opacity: 1;
}

/*.index-banner .swiper-button-prev::before {*/
/*	content: "\e650";*/
/*}*/

/*.index-banner .swiper-button-next::before {*/
/*	content: "\e64f";*/
/*}*/

.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
	display: none;
}

.index-banner .swiper-pagination {
	width: 100%;
	bottom: 15px;
}

/*.index-banner .swiper-pagination .swiper-pagination-bullet::before {*/
/*	content: '';*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 0;*/
/*}*/

/*.index-banner .swiper-pagination .swiper-pagination-bullet {*/
/*	position: relative;*/
/*	width: 100px;*/
/*	border-radius: 0;*/
/*	margin: 0 7px;*/
/*	height: 3px;*/
/*	background: rgba(230, 230, 230, 0.7);*/
/*	border: 0;*/
/*}*/

/*.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {*/
/*	transition: width 4s;*/
/*	width: 100%;*/
/*	background-color: #fff;*/
/*}*/

/*.swiper-no-running~.swiper-pagination .swiper-pagination-bullet::before {*/
/*	transition: none !important;*/
/*}*/

/*@media (max-width:991px) {*/

/*	.index-banner:hover .swiper-button-prev,*/
/*	.index-banner:hover .swiper-button-next {*/
/*		display: none;*/
/*	}*/

/*	.index-banner .swiper-pagination .swiper-pagination-bullet {*/
/*		width: 10px;*/
/*		height: 10px;*/
/*		border-radius: 100%;*/
/*		overflow: hidden;*/
/*		border: 1px solid #fff;*/
/*		background: transparent;*/
/*		opacity: 1;*/
/*	}*/

/*	.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*		background: #fff;*/
/*	}*/

/*	.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {*/
/*		transform: inherit;*/
/*	}*/

/*	.storyBlockBox .font-note {*/
/*		bottom: 30px;*/
/*		height: auto;*/
/*	}*/
/*}*/

/*index top banner swiper css e 202106301702*/

/*首页手机推荐轮播 b 202107011029*/
/*@media (max-width:991px) {*/
/*	.panel-img-list-mobile-slide {*/
/*		position: relative;*/
/*	}*/

/*	.tuijian-img .swiper-pagination {*/
/*		width: 100%;*/
/*		bottom: 10px;*/
/*	}*/

/*	.tuijian-img .swiper-pagination .swiper-pagination-bullet {*/
/*		width: 10px;*/
/*		height: 10px;*/
/*		border-radius: 100%;*/
/*		overflow: hidden;*/
/*		border: 1px solid #fff;*/
/*		background: transparent;*/
/*		opacity: 1;*/
/*		margin: 0 7px;*/
/*	}*/

/*	.tuijian-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*		background: #fff;*/
/*	}*/
/*}*/

/*首页手机推荐轮播 e 202107011029*/

/*可持续发展通栏轮播 b 202107011029*/
.passbars-slick-box .swiper-button-prev,
.passbars-slick-box .swiper-button-next {
	color: #333;
	font-family: 'iconfont' !important;
	font-size: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.passbars-slick-box .swiper-button-next {
	right: 2%;
}

.passbars-slick-box .swiper-button-prev {
	left: 2%;
}

.passbars-slick-box:hover .swiper-button-prev,
.passbars-slick-box:hover .swiper-button-next {
	opacity: 1;
	visibility: visible;
}

/*.passbars-slick-box .swiper-button-prev::before,*/
/*.passbars-slick-box .swiper-button-next::before {*/
/*	opacity: 0.75;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*	content: "";*/
/*	font-size: 35px;*/
/*	line-height: 35px;*/
/*	color: #fff;*/
/*}*/

.passbars-slick-box .swiper-button-prev:hover::before,
.passbars-slick-box .swiper-button-next:hover::before {
	opacity: 1;
}

.passbars-slick-box .swiper-button-prev:after,
.passbars-slick-box .swiper-button-next:after {
	display: none;
}

.passbars-slick-box .swiper-pagination {
	width: 100%;
	bottom: 15px;
}

/*.passbars-slick-box .swiper-pagination .swiper-pagination-bullet::before {*/
/*	content: '';*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 0;*/
/*}*/

.passbars-slick-box .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 100px;
	border-radius: 0;
	margin: 0 7px;
	height: 3px;
	background: rgba(230, 230, 230, 0.7);
	border: 0;
}

.passbars-slick-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	transition: width 4s;
	width: 100%;
	background-color: #fff;
}

.passbars-slick-box .swiper-button-prev:hover::before,
.passbars-slick-box .swiper-button-next:hover::before {
	opacity: 1;
}

/*.passbars-slick-box .swiper-button-prev::before {*/
/*	content: "\e650";*/
/*}*/

/*.passbars-slick-box .swiper-button-next::before {*/
/*	content: "\e64f";*/
/*}*/

@media (max-width:991px) {

	.passbars-slick-box:hover .swiper-button-prev,
	.passbars-slick-box:hover .swiper-button-next {
		display: none;
	}

	.passbars-slick-box .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		overflow: hidden;
		border: 1px solid #fff;
		background: transparent;
		opacity: 1;
	}

	.passbars-slick-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}

	.passbars-slick-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		transform: inherit;
	}
}

/*可持续发展通栏轮播 e 202107011029*/


/*分析师轮播 b 202107021031*/
/*.analysts-vision .swiper-button-prev,*/
/*.analysts-vision .swiper-button-next {*/
/*	color: #333;*/
/*	font-family: 'iconfont' !important;*/
/*	font-size: 40px;*/
/*	z-index: 10;*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	-webkit-transition: all 0.4s;*/
/*	transition: all 0.4s;*/
/*	font-weight: bold;*/
/*}*/

/*.analysts-vision .swiper-button-next {*/
/*	right: -60px;*/
/*}*/

/*.analysts-vision .swiper-button-prev {*/
/*	left: -60px;*/
/*}*/

/*.analysts-vision .swiper-button-prev::before,*/
/*.analysts-vision .swiper-button-next::before {*/
/*	opacity: 0.75;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*	content: "";*/
/*	font-size: 40px;*/
/*	line-height: 40px;*/
/*	color: #333;*/
/*}*/

/*.analysts-vision .swiper-button-prev:hover::before,*/
/*.analysts-vision .swiper-button-next:hover::before {*/
/*	opacity: 1;*/
/*}*/

/*.analysts-vision .swiper-button-prev::before {*/
/*	content: "\e650";*/
/*}*/

/*.analysts-vision .swiper-button-next::before {*/
/*	content: "\e64f";*/
/*}*/

/*.analysts-vision .swiper-button-prev::after,*/
/*.analysts-vision .swiper-button-next::after {*/
/*	display: none;*/
/*}*/

/*.analysts-vision .swiper-pagination {*/
/*	width: 100%;*/
/*	bottom: -38px;*/
/*}*/

/*.analysts-vision .swiper-pagination .swiper-pagination-bullet {*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	border-radius: 100%;*/
/*	overflow: hidden;*/
/*	border: 1px solid #858585;*/
/*	background: transparent;*/
/*	opacity: 1;*/
/*	margin: 0 7px;*/
/*}*/

/*.analysts-vision .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*	background: #858585;*/
/*	border: 1px solid #858585;*/
/*}*/

/*@media (max-width:991px) {*/

/*	.analysts-vision .swiper-button-prev,*/
/*	.analysts-vision .swiper-button-next {*/
/*		display: none;*/
/*	}*/

/*	.analysts-vision .swiper-box {*/
/*		margin-bottom: 70px;*/
/*	}*/
/*}*/

/*分析师轮播 e 202107021031*/

/*事件详情页面 b 202107061031*/
.well-known-saying .swiper-button-prev {
	left: 0;
}

.well-known-saying .swiper-button-next {
	right: 0;
}

.well-known-saying .swiper-pagination {
	bottom: 25px;
}

.exhibition-video-pic .swiper-box {
	padding-bottom: 50px;
}

.highlight-img-box .swiper-box {
	padding-bottom: 50px;
}


@media (max-width:991px) {
	.well-known-saying .saying-box img.wface {
		margin-bottom: 0;
		max-width: 420px;
	}

	.well-known-saying .saying-box {
		padding-bottom: 70px;
	}
}

@media(min-width:992px) {
	.speaker-swiper .swiper-pagination {
		display: none;
	}

	.exhibition-video-pic .swiper-pagination {
		display: none;
	}
}

@media(max-width:992px) {
	.speaker-swiper .swiper-box {
		padding-bottom: 50px;
	}
}

/*事件详情页面 e 202107061031*/


/*trust-news-slick 组件 B 202107151552*/
/*.none-swiper-container+.swiper-pagination,*/
/*.none-swiper-container+.swiper-pagination+.swiper-button-prev,*/
/*.none-swiper-container+.swiper-pagination+.swiper-button-prev+.swiper-button-next {*/
/*	display: none !important;*/
/*}*/

/*trust-news-slick 组件 e 202107151552*/


/*facts 组件 B 202107151552*/
.journals .swiper-pagination {
	display: none;
}

.journals .silde-box {
	position: relative;
}

.facts-speaker .container {
	position: relative;
}

.facts-speaker .swiper-pagination {
	display: none;
}

.facts-speaker .js-slider-responsive-banner>div:first-child {
	display: flex;
}

.group-index-banner .swiper-button-next {
	right: 60px;
	opacity: 0;

}

.group-index-banner .swiper-button-prev {
	left: 60px;
	opacity: 0;
}

.group-index-banner:hover .swiper-button-next,
.group-index-banner:hover .swiper-button-prev {
	opacity: 1;
}

/*.group-index-banner .swiper-button-prev::before,*/
/*.group-index-banner .swiper-button-next::before {*/
/*	color: #f66f6a;*/
/*}*/

.group-index-banner .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
}

.group-index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #fff;
}

@media (max-width:991px) {

	.journals .swiper-button-prev,
	.journals .swiper-button-next {
		display: block;
	}

	.journals .swiper-button-prev {
		left: -10px;
	}

	.journals .swiper-button-next {
		right: -10px;
	}

	.facts-speaker .swiper-button-prev,
	.facts-speaker .swiper-button-next {
		display: block;
	}

	.facts-speaker .swiper-button-prev {
		left: -10px;
	}

	.facts-speaker .swiper-button-next {
		right: -10px;
	}
}

/*facts 组件 e 202107151552*/

.no-link {
	pointer-events: none;
	display: inline-block;
}

.h1-box h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.inside-swiper-banner .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.inside-swiper-banner .swiper-button-prev,
.inside-swiper-banner .swiper-button-next {
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	visibility: hidden;
}

.inside-swiper-banner:hover .swiper-button-prev,
.inside-swiper-banner:hover .swiper-button-next {
	visibility: visible;
}

.inside-swiper-banner .swiper-button-prev:hover,
.inside-swiper-banner .swiper-button-next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-color: #cb0007;
	background: #c7000b;
}

.inside-swiper-banner .swiper-button-prev {
	left: 2%;
}

.inside-swiper-banner .swiper-button-next {
	right: 2%;
}

/*.inside-swiper-banner .swiper-button-prev::before,*/
/*.inside-swiper-banner .swiper-button-next::before {*/
/*	color: #fff;*/
/*	font-size: 14px;*/
/*	line-height: 42px;*/
/*}*/

.inside-swiper-banner .swiper-pagination {
	bottom: 5%;
}

.inside-swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 48px;
	height: 3px;
	border: none;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 0;
	margin: 0 8px;
}

.inside-swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #c7000b;
	border: 0;
}

.inside-swiper-banner .subtitle {
	max-height: 70px;
}

@media (max-width:991px) {
	.inside-swiper-banner .imgbox {
		text-align: center;
	}

	.inside-swiper-banner .subtitle {
		max-height: 110px;
	}
}

.video-icon-play i,
.video-icon-play-1 i {
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -8px;
	color: #fff;
}

.video-icon-play,
.video-icon-play-1 {
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-decoration: none;
	z-index: 10;
	border: 1px solid #fff;
	padding: 0;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
}

.contact-us-box {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.contact-us-box a {
	margin-top: 25px;
	color: #c7000b;
	display: inline-block;
}

.contact-us-box a:hover {
	text-decoration: underline;
}

span.red {
	color: #c7000b;
}

body.dialog-has-open {
	overflow: hidden;
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.modal-mask>a {
	display: none;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.modal-container {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
}

.modal-container>.icon-close {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-container .modal-header,
.modal-container .modal-footer {
	display: none;
}

.modal-body {
	padding: 0;
}

.modal-body .icon-close {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	text-shadow: 0 0 10px #666666;
	z-index: 1;
	opacity: 1;
	font-size: 1em;
}

/*live new css*/
.live-box {
	padding-top: 0px;
	margin-bottom: 60px;
}

.live-box .container {
	width: 93.705%;
	max-width: 1799.136px;
}

.live-box .content {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.content .live-content {
	position: absolute;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	top: 25%;
	right: 10%;
	left: auto;
}

#countdown-box span {
	font-size: 3em;
	color: #c7000b;
}

.video-iframe .live-content {
	position: absolute;
	width: 99%;
	height: 93.5%;
	top: 6px;
	left: 5px;
	right: auto;
}

.video-iframe .live-content iframe {
	border: 0;
}

.txt-tit {
	font-size: 3em;
	color: #c7000b;
}

.live-box .text-bg {
	display: block;
}

.live-box .iframe-bg {
	display: none;
}

.live-box.video-iframe .text-bg {
	display: none;
}

.live-box.video-iframe .iframe-bg {
	display: block;
	background: #000;
}

.content-box .title-box {
	margin-bottom: 35px;
}

.live-box .content .paddin {
	padding-top: 56.25%;
}

.live-box .live-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 6px solid #000101;
	overflow: hidden;

}

.live-box .live-content.video-container {
	background-color: #000101;
}

.live-box .live-content:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: #000101;
	z-index: 5;
}

.live-box .live-content:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0px;
	background-color: #000101;
	z-index: 5;
}

.live-box .live-content.time-conainer>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	width: 90%;
}

@media (min-width:2500px) {

	.live-box .live-content:after,
	.live-box .live-content:before {
		width: 7px;
	}

	.live-box .live-content {
		border-top: 7px solid #000101;
	}
}

@media (min-width: 992px) {
	.content-box .title-box {
		margin-bottom: 70px;
	}
}

.content .live-content {
	display: none;
}

@media (max-width:767px) {
	.live-box .content {
		width: 100%;
	}

	.content .live-content h3 {
		font-size: 1em;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.content .live-content #countdown-box span {
		font-size: 1.5em;
	}

	.live-box .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.txt-tit {
		font-size: 1.5em;
	}

	.live-content.video-container:before {
		width: 3px;
	}

	.live-content.video-container:after {
		width: 3px;
	}

	.live-box .live-content {
		border-top: 3px solid #000101;
	}

}


/**2023-6-5 live v2 new b**/
.live-v2 {
	background-color: #f8f8f8;
	display: flex;
	margin-bottom: 70px;
}

.live-v2>div {
	flex: 1;
}

.live-v2 .live-box .content {
	width: 80%;
	margin: 0 auto;
	position: relative;
	background-color: #f5f5f5 !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.live-v2 .live-box .content .padding {
	padding-top: 56.25%;
	position: relative;

}

.live-v2 .live-box .live-content {
	border: 0;
	display: none;

}

.live-v2 .live-box .live-content.video-container {
	background-color: #fff;
}

.live-v2 .live-box .live-content .tab-content,
.live-v2 .live-box .live-content .tab-pane {
	height: 100%;
}

.live-v2 .live-box .live-content::after,
.live-v2 .live-box .live-content::before {
	display: none;
}

.live-v2 .live-box .live-content h3 {
	font-size: 1em;
	color: #666;
	margin-bottom: 1em;
}

.live-v2 .live-box .live-content #countdown-box {
	color: #999;
	display: flex;
	justify-content: center;
}

.live-v2 .live-box .live-content #countdown-box>div {
	padding: 0 20px;
	border-right: 1px solid #e6e6e6;
}

.live-v2 .live-box .live-content #countdown-box span {
	font-weight: bold;
	color: #333;
	font-size: 3.33em;
	font-family: 'Microsoft Yahei', '微软雅黑', 'SimHei' !important;
	line-height: 1.1;
}

.live-v2 .live-box .live-content #countdown-box em {
	font-style: normal;
	color: #999;
	display: block;
	font-family: 'Microsoft Yahei', '微软雅黑', 'SimHei' !important;
}

.live-v2 .live-box .live-content iframe {
	width: 100%;
	height: 100%;
}

.live-v2 .live-info {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px 30px 30px 30px;
	text-align: left;
}

.live-v2 .live-info h3 {
	margin-top: 0;
	text-align: left;
}

.live-v2 .live-info .lang-tab {
	align-self: flex-end;
	max-width: 35%;
	display: none;
}

.live-v2 .live-box.live-stream .live-info .lang-tab {
	display: block;
}

.live-v2 .live-info span.red {
	font-weight: bold;
}

.live-v2 .live-info .title-info {
	max-width: 65%;
	padding-right: 50px;
}

.live-v2 .live-info .lang-tab a {
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0;
	margin-top: 10px;
	font-size: .875em;
	transition: all .5s;
}

.live-v2 .live-info .lang-tab .nav-tabs {
	border-color: transparent;
	border-width: 1px;
	padding-bottom: 1px;
	margin-bottom: 0 !important;
	white-space: normal;
	text-align: left;
}

.live-v2 .live-info .lang-tab li {
	margin-left: 5px;
	margin-right: 5px;
}

.live-v2 .live-info .lang-tab li:hover a,
.live-v2 .live-info .lang-tab li.active a {
	background-color: #c7000b;
	color: #fff !important;
	border-color: #c7000b;
	border-width: 1px;
}

.live-v2 .live-info .lang-tab .nav-arrow {
	display: none;
}

.live-v2 .nav-tabs>li>a::after {
	display: none;
}

.live-v2 .live-waiting .lang-tab {
	display: block;
}

.live-v2 .live-box {
	margin-bottom: 0px;
}

@media(min-width:1025px) and (max-width:1600px) {
	.live-v2 .live-info .lang-tab .nav-tabs {
		text-align: right;
	}
}

@media(max-width:1024px) {
	.live-v2 .live-info {
		flex-direction: column;
	}

	.live-v2 .live-info .title-info {
		order: 2;
	}

	.live-v2 .live-box .content {
		width: 100%;
	}

	.live-v2 .live-info .lang-tab {
		max-width: 100%;
		align-self: auto;
		margin-bottom: 10px;
	}

	.live-v2 .live-info .lang-tab a {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.live-v2 .live-info .title-info {
		max-width: 100%;
	}


}

@media(max-width:767px) {
	.live-v2 {
		margin-bottom: 35px;
	}

	.live-v2 .live-box .live-content #countdown-box>div {
		padding: 0 15px;
	}

	.live-v2 .live-box .live-content #countdown-box span {
		font-size: 2.33em;
	}

	.live-v2 .live-info {
		padding: 20px 20px 30px 20px;
	}

	.live-v2 .live-info .title-info {
		padding-right: 0;
	}

	.live-v2 .live-info .lang-tab .nav-tabs {
		margin-left: -5px;
	}
}

/**2023-6-5 live v2 new e**/
/*nav flexd css 2023-2-22*/
.header-affix header.affix {
	position: fixed;
	top: 0;
	transition: transform 0.5s;
}

.subnav-affix .main-subnav.affix {
	position: fixed;
	top: 78px;
	transition: all 0.5s;
}

.tab-affix .scroll-tab-arrow-box.affix {
	position: fixed;
	top: 78px;
	z-index: 100;
	width: 100%;
	left: 0;
	background: #fff;
	transition: all 0.5s;
}

.pointNav-affix .point-content-nav.affix {
	position: fixed;
	top: calc(78px);
	z-index: 100;
	width: 100%;
	left: 0;
	background: #fff;
	transition: top 0.5s;
}

.subnav-hide.subnav-affix .main-subnav.affix {
	transform: translateY(-100%) !important;
}

.subnav-affix.tab-affix .scroll-tab-arrow-box.affix {
	position: fixed;
	top: calc(78px + 50px);
	z-index: 100;
	width: 100%;
	left: 0;
	background: #fff;
}

.subnav-affix.pointNav-affix .point-content-nav.affix {
	position: fixed;
	top: calc(78px + 50px);
	z-index: 100;
	width: 100%;
	left: 0;
	background: #fff;
}

.scrollDown.header-affix header.affix {
	transform: translateY(-100%);
}

.scrollDown.pointNav-affix .point-content-nav.affix {
	top: 0 !important;
}

.scrollDown.subnav-affix .main-subnav.affix {
	top: 0px;
}

.scrollDown.tab-affix.subnav-affix .main-subnav.affix,
.scrollDown.pointNav-affix.subnav-affix .main-subnav.affix {
	transform: translateY(-100%);
}

.scroll-tab-arrow-box {
	background: #fff;
	transition: all .5s;
	width: 100%;
}

.scrollDown.tab-affix .scroll-tab-arrow-box.affix {
	top: 0px;
	left: 0;
	z-index: 111;
}

.tab-affix .scroll-tab-arrow-box.affix .nav-tabs {
	margin-bottom: 0px !important;
}

@media (min-width:768px) {
	.subnav-affix.tab-affix .pvp-tab-box .scroll-tab-arrow-box.affix {
		position: static;
	}
}

@media (max-width:1025px) {
	.subnav-affix .main-subnav.affix {
		top: 66px;
	}

	.tab-affix .scroll-tab-arrow-box.affix {
		top: calc(66px);
	}

	.subnav-affix.tab-affix .scroll-tab-arrow-box.affix {
		top: calc(66px + 50px);
	}

	.scrollDown.tab-affix .scroll-tab-arrow-box.affix {
		top: 0px;
		left: 0;
		z-index: 111;
	}

	.subnav-affix.tab-affix .pvp-tab-box .scroll-tab-arrow-box.affix {
		border-bottom: 1px solid #e5e5e5;
	}

	.pvp-tab-box .scroll-tab-arrow-box .nav-arrow {
		top: 4px;
	}

	.pointNav-affix .point-content-nav.affix {
		top: 66px;
	}

	.subnav-affix.pointNav-affix .point-content-nav.affix {
		top: calc(66px + 50px);
	}
}

@media(max-width:1024px) {
	header .navbar nav#hw-navbar .navbar-nav li.menu-list a>span.hwic_open-in-new3.corpfont {
		float: right;
		margin-right: 5px;
		margin-top: 5px;
		font-size: 12px;
	}

	/*footer .footer-nav ul li a span.hwic_open-in-new3.corpfont {*/
	/*	font-size: 10px;*/
	/*	margin-left: 6px;*/
	/*}*/
}

.mobile-menu-open .play-box {
	display: none;
}

@media(prefers-color-scheme: dark) {
	header .navbar .navbar-header button.navbar-toggle .icon-bar {
		background-color: rgb(235, 235, 235);
	}
}

.affix-placeholder .affix-top .navbar .nav-container .nav-right .icon-search {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25.12'%3E%3Cpath d='M11.38 20.33c-2.5-.07-4.58-.93-6.25-2.6s-2.53-3.76-2.6-6.27c.06-2.5.93-4.59 2.6-6.26s3.75-2.54 6.25-2.61c2.51.07 4.6.93 6.27 2.61 1.67 1.67 2.53 3.76 2.6 6.26-.07 2.51-.93 4.6-2.6 6.27s-3.76 2.53-6.27 2.6zm0-16.29c-2.1.05-3.84.78-5.23 2.18-1.39 1.4-2.12 3.15-2.19 5.24.05 2.1.78 3.84 2.18 5.24 1.4 1.4 3.15 2.13 5.24 2.18 2.11-.05 3.86-.78 5.25-2.18 1.39-1.4 2.12-3.15 2.19-5.24-.07-2.1-.79-3.84-2.19-5.24-1.39-1.4-3.14-2.13-5.25-2.18zm10.37 18.49c-.2 0-.37-.07-.51-.2l-4.39-4.41c-.2-.2-.26-.42-.19-.68a.67.67 0 0 1 .5-.5c.26-.07.49-.02.7.17l4.39 4.41c.1.1.17.22.2.36.03.14.01.27-.04.41a.686.686 0 0 1-.66.44z' fill='%23040000'/%3E%3C/svg%3E") !important;
}

.affix-placeholder .affix-top .navbar .nav-container .nav-right .icon-search::before {
	content: '' !important;
}

.affix-placeholder .affix .navbar .nav-container .nav-right .icon-search {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25.12'%3E%3Cpath d='M11.38 20.33c-2.5-.07-4.58-.93-6.25-2.6s-2.53-3.76-2.6-6.27c.06-2.5.93-4.59 2.6-6.26s3.75-2.54 6.25-2.61c2.51.07 4.6.93 6.27 2.61 1.67 1.67 2.53 3.76 2.6 6.26-.07 2.51-.93 4.6-2.6 6.27s-3.76 2.53-6.27 2.6zm0-16.29c-2.1.05-3.84.78-5.23 2.18-1.39 1.4-2.12 3.15-2.19 5.24.05 2.1.78 3.84 2.18 5.24 1.4 1.4 3.15 2.13 5.24 2.18 2.11-.05 3.86-.78 5.25-2.18 1.39-1.4 2.12-3.15 2.19-5.24-.07-2.1-.79-3.84-2.19-5.24-1.39-1.4-3.14-2.13-5.25-2.18zm10.37 18.49c-.2 0-.37-.07-.51-.2l-4.39-4.41c-.2-.2-.26-.42-.19-.68a.67.67 0 0 1 .5-.5c.26-.07.49-.02.7.17l4.39 4.41c.1.1.17.22.2.36.03.14.01.27-.04.41a.686.686 0 0 1-.66.44z' fill='%23040000'/%3E%3C/svg%3E") !important;
}

.affix-placeholder .affix .navbar .nav-container .nav-right .icon-search::before {
	content: '' !important;
}


@media (max-width: 600px) {
	.affix-placeholder header.affix-top {
		position: fixed;
	}
}

/*footer.not-content {*/
/*	padding-top: 0 !important;*/
/*}*/

/*footer.not-content .copy {*/
/*	margin-top: 0 !important;*/
/*}*/

header .navbar .navbar-header button.navbar-toggle .icon-bar {
	background-color: #333;
}