@charset "utf-8";
/*---------------- global ----------------*/
.lg {
	display: block;
}

img.lg {
	display: block !important;
}

.xs {
	display: none;
}

img.xs {
	display: none !important;
}

#wrapper {
	width: 100%;
	overflow: visible;
}

.container {
	width: 1720px;
	width: 90%;
	min-width: 1144px;
}

.main {
	width: 1200px;
}

.content {
	width: 1200px;
}

.btn-app.lg {
	display: flex;
}

/*---------------- select region ----------------*/
.select-region {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1900;
	display: none;
	background: #1A202F;
	font-family: Helvetica;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-o-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.select-region.show {
	height: 374px;
}

.select-region .main {
	padding-bottom: 10px;
}

.select-region h3 {
	width: 100%;
	height: auto;
	margin: 144px 0 60px 0;
	color: #F5F6F7;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
	text-align: center;
	overflow: visible;
}

.select-region p {
	width: 1016px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	overflow: visible;
}

.select-region p a {
	color: #d8d8d8;
	overflow: visible;
}

.select-region p a:hover {
	color: #C8152D;
}

.close-region {
	width: 16px;
	height: auto;
	position: absolute;
	right: 0;
	top: 74px;
	cursor: pointer;
}

/*---------------- over ----------------*/
.over-video-max {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.over-video-max.show {
	opacity: 1;
}

.ov-video-main {
	width: 1200px;
	height: auto;
	position: relative;
}

#over-video {
	width: 100%;
	display: block;
}

.btn-close-video {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3500;
	background: url(../images/btn_close_video_x2.png) no-repeat center center;
	background-size: 28px;
	cursor: pointer;
}

/*---------------- header ----------------*/
.top-shadow {
	width: 100%;
	height: 64px;
	background: url(../images/top_shadow.png) repeat-x top;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
}

.top-shadow.no-banner-page {
	display: none;
}

.header {
	width: 100%;
	height: 64px;
	background: rgba(26, 32, 47, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	overflow: visible;
}

.header::before {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(245, 246, 247, 0.05);
	opacity: 0;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.header .container {
	width: 79.1666%;
	height: 100%;
	display: flex;
	align-items: center;
	position: static;
	overflow: visible;
}

.header .logo {
	width: 85px;
	height: 28px;
	margin: 0 40px 0 0;
	width: 115px;/* 换联名logo */
	height: 40px;/* 换联名logo */
}

.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.header .logo a img {
	width: 100%;
	display: block;
}

.header .logo i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat 0 0;
	background-size: 100%;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.header .logo i.white {
	background-image: url(../images/logo_white.png);
}

.header .logo i.red {
	background-image: url(../images/logo_red.png);
	opacity: 0;
}

.menu, .sub-menu, .m-top-search-box {
	display: none;
}


.nav {
	width: auto;
	height: 100%;
	display: flex;
	overflow: visible;
}

.nav li {
	height: 100%;
	overflow: visible;
}

.nav>li {
	padding: 0 22px;
}

.nav>li:nth-child(1) {
	padding-left: 0;
}

.nav li a.max-nav {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
	overflow: visible;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav li a.max-nav::before {
	content: " ";
	width: 0%;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	background: #EE3120;
	opacity: 1;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav li:hover a.max-nav::before {
	width: 100%;
}

.header .search {
	width: 184px;
	height: 32px;
	margin-left: auto;
	background: rgba(145, 145, 145, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 16px;
}

.header .search form {
	width: 100%;
	height: 100%;
	padding: 0 12px;
	display: flex;
	align-items: center;
}

.header .search img {
	width: 18px;
	height: auto;
	display: block;
	cursor: pointer;
}

.header .search input {
	width: 120px;
	height: 22px;
	margin-left: 10px;
	background: none;
	border: 0;
	color: #ffffff;
	font-size: 12px;
}


.btn-region {
	width: 90px;
	height: 24px;
	margin: 0 10px;
	padding-left: 36px;
	display: flex;
	align-items: center;
	background: url(../images/icon_lan.svg) no-repeat 10px center #656565;
	background-size: 16px;
	border-radius: 12px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	cursor: pointer;
}

.btn-region:hover {
	background-color: #C8152D;
}


/* fixed */
.header.fixed, .header:hover {
	background: rgba(26, 32, 47, 1);
}

.header.fixed::before, .header:hover::before {
	opacity: 1;
}

.header.fixed .logo i.white, .header:hover .logo i.white {
	opacity: 0;
}

.header.fixed .logo i.red, .header:hover .logo i.red {
	opacity: 1;
}

.header.fixed .nav li a.max-nav, .header:hover .nav li a.max-nav {
	color: #ffffff;
}

.header.fixed .nav li:hover a.max-nav, .header:hover .nav li:hover a.max-nav {
	color: #C8152D;
}

.header.fixed .search, .header:hover .search {
	border: 1px solid rgba(255, 255, 255, 1);
}

/* no banner page */
.header.no-banner-page::before {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.05);
}


/*---------------- sub nav ----------------*/
.nav-bg {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 64px;
	z-index: 950;
	background: rgba(26, 32, 47, .98);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.sub-nav {
	width: 100%;
	height: auto;
	padding: 25px 0 22px 0;
	position: absolute;
	left: 0;
	top: 63px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	display: none;
	opacity: 0;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
}

.sub-nav.show {
	opacity: 1;
	overflow: visible;
}

.sub-nav .main {
	display: flex;
	align-items: stretch;
}

.sub-nav a {
	color: #d8d8d8;
	font-size: 14px;
	line-height: 14px;
	overflow: visible;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.sub-nav ul {
	opacity: 0;
	transform: translate3d(0, 25px, 0);
	-webkit-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.sub-nav ul.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

/* product first nav class */
.f-nav-class {
	width: 366px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.f-nav-class ul {
	display: flex;
	flex-direction: column;
}

.f-nav-class ul li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.f-nav-class ul li:nth-child(1) {
	margin-top: 0;
}

.f-nav-class ul li .icon {
	width: 50px;
	height: 42px;
	margin-right: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-nav-class ul li .icon img {
	width: 100%;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.f-nav-class ul li .icon .red {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.f-nav-class ul li:hover .gray, .f-nav-class ul li.show .gray {
	opacity: 0;
}

.f-nav-class ul li:hover .red, .f-nav-class ul li.show .red {
	opacity: 1;
}

.f-nav-class ul li:hover a, .f-nav-class ul li.show a {
	color: #C8152D;
}

/* product secound nav class */
.s-nav-class {
	width: 355px;
	height: auto;
	margin-bottom: auto;
	padding: 0 0 0 138px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	overflow: visible;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.s-nav-class ul {
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-moz-transition-delay: .1s;
}

.nav-class-text {
	margin-top: 14px;
	display: none;
	flex-direction: column;
}

.nav-class-text.show {
	display: flex;
}

.nav-class-text li {
	margin-top: 48px;
	height: auto;
	display: flex;
	align-items: center;
}

.nav-class-text li:nth-child(1) {
	margin-top: 0;
}

.nav-class-text a {
	padding: 0 0 0 12px;
	position: relative;
}

.nav-class-text a::before {
	content: ">";
	position: absolute;
	left: 0;
	top: -1px;
	color: #C8152D;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav-class-text a:hover, .nav-class-text li.show a {
	color: #C8152D;
}

.nav-class-text a:hover::before, .nav-class-text li.show a::before {
	opacity: 1;
}

.sub-nav-thumb {
	width: 360px;
	height: 270px;
	margin-left: auto;
	opacity: 0;
	transform: translate3d(0, 25px, 0);
	-webkit-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transition: all .2s ease-in-out .2s;
	-webkit-transition: all .2s ease-in-out .2s;
	-ms-transition: all .2s ease-in-out .2;
	-moz-transition: all .2s ease-in-out .2;
}

.sub-nav-thumb.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.sub-nav-thumb a {
	width: 100%;
	height: auto;
	display: none;
}

.sub-nav-thumb a.show {
	display: block;
}

.sub-nav-thumb img {
	width: 100%;
	display: block;
}

/* single row nav class */
.sr-nav-class {
	width: 100%;
	margin-bottom: 3px;
	overflow: visible;
}

.sr-nav-class ul {
	display: flex;
	justify-content: center;
	/*
	opacity: 1;
	*/
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	overflow: visible;
}

.sub-nav.show .sr-nav-class ul {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.sr-nav-class ul li {
	padding: 0 28px;
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: visible;
}

.sr-nav-class ul li:first-child {
	border-left: 0;
}

.sr-nav-class ul li .icon {
	width: 50px;
	height: 42px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sr-nav-class ul li .icon img {
	width: 100%;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.sr-nav-class ul li .icon .red {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.sr-nav-class ul li:hover .gray, .sr-nav-class ul li.show .gray {
	opacity: 0;
}

.sr-nav-class ul li:hover .red, .sr-nav-class ul li.show .red {
	opacity: 1;
}

.sr-nav-class ul li:hover a, .sr-nav-class ul li.show a {
	color: #C8152D;
}

.sr-nav-class ul li .qrcode {
	width: 128px;
	height: 135px;
	margin-left: -52px;
	position: absolute;
	left: 50%;
	top: 35px;
	z-index: 30;
	background: url(../images/qrcode_bg_nav.png) no-repeat 0 0;
	background-size: 100%;
	display: none;
	opacity: 0;
	transform: translate3d(0, 15px, 0);
	-webkit-transform: translate3d(0, 15px, 0);
	-ms-transform: translate3d(0, 15px, 0);
	-moz-transform: translate3d(0, 15px, 0);
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.sr-nav-class ul li .qrcode img {
	width: 106px;
	display: block;
	margin: 17px auto 0 auto;
}

.sr-nav-class ul li .qrcode.show {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}


/*---------------- footer ----------------*/
.footer{
	width: 100%;
	height: auto;
	background: #84919E;
	background: #A5AFB9;
	border-top: 0px solid #C8152D; /* 6px */
	color: #F5F6F7;
	overflow: visible;
}

.footer .main {
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.ft-title {
	margin: 30px 0 20px 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
}

.ft-info {
	width: 100%;
	height: auto;
	margin-bottom: 19px;
	display: flex;
	justify-content: space-between;
	overflow: visible;
}


/* footer sns icon */
.ft-sns-icon {
	width: auto;
	height: auto;
	display: flex;
	overflow: visible;
}

.ft-sns-icon li {
	width: 30px;
	height: 30px;
	margin-right: 30px;
	position: relative;
	overflow: visible;
}

.ft-sns-icon li .ft-qrcode {
	width: 131px;
	height: 138px;
	margin-left: -65px;
	position: absolute;
	left: 50%;
	bottom: 35px;
	z-index: 100;
	background: url(../images/ft_qrcode_box.png) no-repeat 0 0;
	background-size: 100%;
	display: none;
	opacity: 0;
	transform: translate3d(0, -15px, 0);
	-webkit-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-moz-transition: all .15s linear;
}

.ft-sns-icon li .ft-qrcode.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.ft-sns-icon li .ft-qrcode img {
	width: 104px;
	height: 104px;
	display: block;
	margin: 11px auto 0 auto;
}

.ft-sns-icon a {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	background: no-repeat 0 0;
	background-size: 100%;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.ft-sns-icon a img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.ft-sns-icon a img.base {
	opacity: 1;
}

.ft-sns-icon a img.on {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ft-sns-icon a:hover img.base {
	opacity: 0;
}

.ft-sns-icon a:hover img.on {
	opacity: 1;
}

.ft-sns-icon a.weibo {
	background-image: url(../images/icon_weibo.svg);
}

.ft-sns-icon a.wechat {
	background-image: url(../images/icon_wechat.svg);
}

.ft-sns-icon a.channels {
	background-image: url(../images/icon_channels.svg);
}

.ft-sns-icon a.douyin {
	background-image: url(../images/icon_douyin.svg);
}

.ft-sns-icon a.xhs {
	background-image: url(../images/icon_xhs.svg);
}

.ft-sns-icon a.kuaishou {
	background-image: url(../images/icon_kuaishou.png);
}

.ft-sns-icon a.weibo:hover {
	background-image: url(../images/icon_weibo_on.png);
}

.ft-sns-icon a.wechat:hover {
	background-image: url(../images/icon_wechat_on.svg);
}

.ft-sns-icon a.channels:hover {
	background-image: url(../images/icon_channels_on.svg);
}

.ft-sns-icon a.douyin:hover {
	background-image: url(../images/icon_douyin_on.svg);
}

.ft-sns-icon a.xhs:hover {
	background-image: url(../images/icon_xhs_on.svg);
}
.ft-sns-icon a.kuaishou:hover {
	background-image: url(../images/icon_kuaishou_on.png);
}

.ft-app {
	display: flex;
	align-items: center;
	color: #F5F6F7;
	font-size: 12px;
	line-height: 12px;
}


/* footer nav */
.ft-nav {
	width: 100%;
	height: auto;
	padding: 30px 0;
	display: flex;
	border-top: 1px solid rgba(216, 216, 216, 0.3);
	border-bottom: 1px solid rgba(216, 216, 216, 0.3);
	overflow: visible;
}

.ft-nav dl {
	width: 186px;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.ft-nav dl:last-child {
	flex: 1;
	width: auto;
}

.ft-nav dt{
	width: auto;
	height: auto;
	margin-bottom: 32px;
	font-family: "scb";
	font-size: 14px;
	line-height: 20px;
}

.ft-nav a {
	color: #F5F6F7;
}

.ft-nav dt i {
	display: none;
}

.ft-nav dd{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 12px;
	overflow: visible;
}

.ft-nav dd a {
	margin-bottom: 19px;
	position: relative;
	overflow: visible;
}

.ft-nav a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.ft-nav dd a:hover {
	color: #C8152D;
}

.ft-nav a .qrcode {
	width: 130px;
	height: 138px;
	position: absolute;
	left: -48px;
	bottom: 10px;
	z-index: 30;
	background: url(../images/qrcode_bg_foot.png) no-repeat 0 0;
	background-size: 100%;
	display: none;
	opacity: 0;
	transform: translate3d(0, -15px, 0);
	-webkit-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.ft-nav a .qrcode img {
	width: 106px;
	display: block;
	margin: 13px auto 0 auto;
}

.ft-nav a .qrcode.show {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}


/* footer copyright */
.copyright{
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 30px 0;
	color: rgba(245, 246, 247, 0.6);
	font-size: 12px;
	line-height: 21px;
}

.copyright a {
	color: rgba(245, 246, 247, 0.6);
}


/*---------------- bar ----------------*/
.bar {
	width: 59px;
	height: 165px;
	padding: 7px;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 800;
	background: url(../images/bar_bg.png) no-repeat 0 0;
	background-size: 100%;
	overflow: visible;
}

.bar ul {
	overflow: visible;
}

.bar ul li {
	width: 100%;
	height: 50px;
	position: relative;
}

.bar ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bar ul li a img{
	width: 24px;
}

.bar ul li:nth-child(2) a img{
	width: 28px;
}

.bar ul li:hover {
	overflow: visible;
}

.bar ul li:hover .bar-tips, .bar ul li.show .bar-tips {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.bar-tips {
	background: no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	right: 56px;
	opacity: 0;
	transform: translate3d(-15px, 0, 0);
	-webkit-transform: translate3d(-15px, 0, 0);
	-ms-transform: translate3d(-15px, 0, 0);
	-moz-transform: translate3d(-15px, 0, 0);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.bar-tips-contact {
	width: 164px;
	height: 70px;
	margin-top: -35px;
	padding: 18px 0 0 22px;
	top: 50%;
	background-image: url(../images/bar_contact_bg.png);
}

.bar-tips-contact h3 {
	width: 100%;
	height: auto;
	float: left;
	color: #474747;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
}

.bar-tips-contact h4 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	color: #C8152D;
	font-size: 18px;
	font-family: "scb";
	line-height: 18px;
}

.bar ul li .bar-tips-contact h4 a {
	display: inline;
	color: #C8152D;
	font-size: 18px;
	font-family: "scb";
	line-height: 18px;
}

.bar-tips-service {
	width: 154px;
	height: 166px;
	margin-top: -83px;
	padding: 20px 0 0 21px;
	top: 50%;
	background-image: url(../images/bar_service_bg.png);
}

.bar-tips-service img {
	width: 104px;
	height: auto;
	display: block;
}

.bar-tips-service h3 {
	width: 104px;
	height: auto;
	float: left;
	margin-top: 5px;
	color: #474747;
	font-size: 12px;
	font-family: "scm";
	line-height: 12px;
	text-align: center;
}

.bar-tips-gotop {
	width: 94px;
	height: 50px;
	margin-top: -25px;
	padding: 18px 0 0 17px;
	top: 50%;
	background-image: url(../images/bar_gotop_bg.png);
}

.bar-tips-gotop h3 {
	width: 100%;
	color: #939393;
	font-size: 14px;
	line-height: 14px;
}


/*---------------- public ----------------*/
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner-block {
	width: 100%;
	height: 64px;
}

/* part title */
.part-title {
	width: 100%;
	height: 56px;
	float: left;
	position: relative;
}

.part-title span {
	color: #F5F6F7;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;

}

.part-title::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(245, 246, 247, 0.6);
}

/* single-title */
.single-title {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	overflow: visible;
}

.single-title img {
	width: 60px;
	display: block;
	margin: 0 auto 20px auto;
}

.single-title h3 {
	width: 100%;
	height: auto;
	padding-bottom: 13px;
	position: relative;
	color: #474747;
	font-size: 22px;
	font-family: "scb";
	line-height: 33px;
}

.single-title h3::after {
	content: " ";
	width: 38px;
	height: 3px;
	margin-left: -19px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #C8152D;
}

.single-title p {
	width: 100%;
	height: auto;
	margin-top: 14px;
	color: #474747;
	font-size: 12px;
	line-height: 12px;
}

.single-title.big h3 {
	color: #000000;
	font-size: 30px;
	font-family: "scb";
}

.single-title.big p {
	margin-top: 20px;
	font-size: 14px;
}

/* btn box */
.btn-box {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	justify-content: center;
}

/* cat nav */
.cat-nav {
	height: auto;
	background: #F5F6F7;
}

.cat-nav ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.cat-nav ul li {
	width: 260px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
}

.cat-nav ul li .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.cat-nav ul li a, .cat-nav ul li span {
	color: #939393;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
 }

 .cat-nav ul li:hover a, .cat-nav ul li:hover span {
	color: #C8152D;
}

.cat-nav ul li.on {
	background: #C8152D;
}

.cat-nav ul li.on a,.cat-nav ul li.on span {
	color: #ffffff;
}

/* tab icon title */
.tab-icon-title {
	height: auto;
	position: relative;
}

.tab-icon-title::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.tab-icon-title ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.tab-icon-title ul li {
	width: 180px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
}

.tab-icon-title ul li .icon {
	width: 27px;
	height: 27px;
	margin-right: 6px;
}

.tab-icon-title ul li a, .tab-icon-title ul li span {
	color: #939393;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
 }

 .tab-icon-title ul li:hover a, .tab-icon-title ul li:hover span {
	color: #C8152D;
}

.tab-icon-title ul li.on {
	background: #C8152D;
}

.tab-icon-title ul li.on a,.tab-icon-title ul li.on span {
	color: #ffffff;
}

/* tab line title */
.tab-line-title {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.tab-line-title::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.5px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.tab-line-title li {
	width: auto;
	height: 100%;
	position: relative;
	z-index: 20;
	color: #939393;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	cursor: pointer;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tab-line-title li::after {
	content: " ";
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #C8152D;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tab-line-title li:hover {
	color: #C8152D;
}

.tab-line-title li.on {
	color: #C8152D;
}

.tab-line-title li.on::after {
	width: 100%;
}

/* tab block title */
.tab-block-title {
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 24px;
}

.tab-block-title::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.tab-block-title ul {
	width: 100%;
}

.tab-block-title ul li {
	width: auto;
	height: 40px;
	float: left;
	padding: 0 38px;
	color: #191919;
	font-size: 16px;
	font-family: "scm";
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tab-block-title ul li:hover {
	color: #C8152D;
}

.tab-block-title ul li.on {
	background: #C8152D;
	color: #ffffff;
}

/* breadcrumb */
.breadcrumb {
	width: 100%;
	height: auto;
	display: flex;
	color: #939393;
	font-size: 14px;
	line-height: 14px;
	overflow: visible;
}

.breadcrumb li {
	position: relative;
	padding: 0 25px 0 0;
}

.breadcrumb li::after {
	content: ">";
	position: absolute;
	right: 8px;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	color: #939393;
}

.breadcrumb li.active {
	flex: 1;
	color: #939393;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.breadcrumb li.active::after {
	display: none;
}


/* swiper */
.swiper, .swiper *, .swiper-container,  .swiper-container * {
	overflow: visible;
}

.swiper-container .swiper-slide img, .swiper-container .swiper-slide img.lg {
	display: block;
}

.swiper-container .swiper-slide img.xs {
	display: none;
}

.swiper-slide img, .swiper-slide video {
	width: 100%;
}

.swiper-ctrl {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
}

.swiper-arrow{
	cursor: pointer;
	color: #f20521;
	font-size: 20px;
	display: none;
}

.swiper-arrow:hover{
	color: #f20521;
}

.swiper-ctrl .swiper-pagination {
	
}

.pagination{
	width: auto;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination span{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 1;
}

.pagination span.swiper-pagination-bullet-active{
	width: 12px;
	height:  12px;
}

/* swiper pagination reset */
.swiper-pagination {
	height: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #D8D8D8;
	border-radius: 5px;
	opacity: 1;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-mozt-transition: all .2s ease-in-out;
}

.swiper-pagination-bullet-active {
	width: 28px;
	background: #C8152D;
}

.swiper-pagination.small .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

.swiper-pagination.small .swiper-pagination-bullet-active {
	width: 20px;
}

/*---------------- home ----------------*/
/* banner */
.home-banner .swiper-slide{
	max-height: 300vh;
}

.oc-pagination-circle {
	margin-left: 0;
	bottom: 34px !important;
}

.home-banner-info {
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	pointer-events: none;
}

.home-banner-info * {
	animation-fill-mode: forwards;
}

.home-banner-info.t-black {
	color: #262626;
}

.home-banner-info h3 {
	width: 100%;
	height: auto;
	font-size: 48px;
	font-family: "scm";
	line-height: 62px;
	overflow: visible;
	opacity: 0;
}

.home-banner-info h4 {
	width: 100%;
	height: auto;
	margin: 16px 0 50px 0;
	font-size: 30px;
	line-height: 39px;
	overflow: visible;
	opacity: 0;
}

.home-banner-info h5 {
	height: 40px;
}

.home-banner-info a.btn-base {
	margin-right: auto;
	opacity: 0;
	pointer-events: visible;
}

.home-banner-info a.btn-youtube{
	width: 194px;
	width: auto;
	height: 51px;
	margin-right: auto;
	padding: 0 36px;
	border-radius: 6px;
	opacity: 0;
	font-size: 22px;
	line-height: 26px;
	pointer-events: visible;
}

.home-banner-info .btn-youtube span {
	padding-left: 48px;
	background-size: 36px;
}

/* home products */
.home-products .container {
	padding: 65px 0 107px 0;
}

.home-products .product-item {
	background: #f5f6f7;
}

.rec-title-box {
	width: 100%;
	height: 85px;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rec-title-box span {
	color: #F5F6F7;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
	overflow: visible;
}

.rec-title-box::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(245, 246, 247, 0.7);
}

.rec-tab-title {
	width: auto;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 20;
}

.rec-tab-title li {
	width: auto;
	height: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	color: #AFAFAF;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	overflow: visible;
	cursor: pointer;
}

.rec-tab-title li i {
	font-style: normal;
	cursor: pointer;
	transition: all .2s linear;
	overflow: visible;
	color: #F5F6F7;
}

.rec-tab-title li img {
	width: 50px;
	height: auto;
	display: block;
	margin-right: 6px;
}

.rec-tab-title li:hover {
	background: #C8152D;
}

.rec-tab-title li.on {
	background: #C8152D;
}


.rec-content-box {
	margin: 40px 0 0 0;
	padding-bottom: 72px;
	overflow: visible;
}

.rec-tab-content {
	display: none;
}

.rec-tab-content.on {
	display: block;
}

.rec-tab-content .swiper {
	width: 100%;
	margin-top: 16px;
	overflow: visible;
}

.rec-tab-content .swiper-wrapper {
	overflow: visible;
}

.rec-product-big {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
}

.rec-product-big .thumb-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.rec-product-big .thumb-icon img {
	width: 100%;
	display: block;
}

.rec-product-big .thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.rec-product-big .info {
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 17.4419%;
	top: 0;
}

.rec-product-big .info h3 {
	overflow: visible;
}

.rec-product-big .info h3 a {
	color: #000000;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
	overflow: visible;
}

.rec-product-big .info p {
	margin: 15px 0 30px 0;
	color: #474747;
	font-size: 14px;
	line-height: 14px;
	overflow: visible;
}

.rec-product-big .info.t-white a, .rec-product-big .info.t-white p {
	color: #ffffff;
}

.rec-product-small {
	width: 49.5%;
	height: 366px;
	display: flex;
	position: relative;
	background: #5F6673;
	border-radius: 8px;
	overflow: hidden;
}

.rec-product-small .thumb-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.rec-product-small .thumb-icon img {
	width: 100%;
	display: block;
}

.rec-product-small .thumb {
	width: 300px;
	height: 366px;
	margin-right: 5.85%;
	position: relative;
	overflow: hidden;
}

.rec-product-small .info {
	width: auto;
	height: 100%;
	margin-left: 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.rec-product-small .info h3 {
	overflow: visible;
}

.rec-product-small .info h3 a {
	color: #F5F6F7;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
	overflow: visible;
}

.rec-product-small .info p {
	margin: 25px 0 30px 0;
	color: #D8D8D8;
	font-size: 14px;
	line-height: 22px;
	overflow: visible;
}

/* home space */
.home-space {
	width: 100%;
	height: 800px;
}

.space-box {
	width: auto;
	height: 100%;
	position: relative;
}

.space-info {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	left: 407px;
	top: 0;
	z-index: 20;
}

.space-info img {
	width: 406px;
	display: block;
}

.space-img {
	width: auto;
	height: 100%;
}


/* home company */
.home-company {
	
}

.home-company img {
	width: auto;
	height: 800px;
	display: block;
	margin-left: 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.home-company-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	overflow: visible;
}

.hci-1::before, .hci-2::before, .hci-2::after, .hci-3::after {
	content: " ";
	width: 1px;
	height: 203px;
	display: block;
	background: url(../images/home_company_line_x2.png) no-repeat center left;
	background-size: 100% 100%;
	position: absolute;
	top: 182px;
}

.hci-1::before, .hci-2::before {
	left: -1px;
}

.hci-3::after, .hci-2::after {
	right: -1px;
}

.home-company-info {
	height: 100%;
	padding: 260px 30px 0 30px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	overflow: visible;
	color: #ffffff;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-info.hci-1 {
	width: 265px;
	position: absolute;
	right: 750px;
	top: 0;
	width: 13.8vw;
	right: 57.3vw;
	width: 268px;
	padding-left: 40px;
	padding-right: 40px;
	right: calc(50% - 413px + 296px + 265px);/* (100vw - 826px)/2 + 296px + 265px -7px (滚动条宽度) */
	align-items: flex-end;
}

.home-company-info.hci-2 {
	width: 296px;
	width: 15.3646vw;
	width: 295px;
	padding-left: 20px;
	padding-right: 40px;
}

.home-company-info.hci-3 {
	width: 264px;
	position: absolute;
	left: 748px;
	top: 0;
	width: 13.8vw;
	left: 57.3vw;
	width: 265px;
	left: calc(50% - 413px + 296px + 265px);/* (100vw - 826px)/2 + 296px + 265px */
}

.home-company-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(255, 0, 0, 0.2);
	background: linear-gradient(rgba(200, 21, 45, 0.8),rgba(200, 21, 45, 0.4));
	opacity: 0;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-content {
	width: 100%;
	height: 56px;
	display: block;
	overflow: visible;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-info.hci-1 .home-company-content {
	width: 185px;
}

.home-company-info.hci-1 .home-company-content h3 {
	padding-left: 45px;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-content h3 {
	font-size: 56px;
	line-height: 56px;
	overflow: visible;
	white-space: nowrap;
}

.home-company-content h3 span {
	display: block;
	float: left;
	position: relative;
	font-family: "scb";
	overflow: visible;
}

.home-company-content h3 span::after {
	content: " ";
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/plus.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: -32px;
	top: -2px;
}

.home-company-content h3 i {
	margin-left: 25px;
	font-size: 16px;
	font-family: "scm";
	font-style: normal;
}

.home-company-info.hci-1 .home-company-content h3 span::after {
	
}

.home-company-content p {
	width: 100%;
	height: auto;
	margin-top: 22px;
	font-size: 14px;
	line-height: 28px;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
}

.home-company-info.hci-2 .home-company-content p {
	width: 90%;
}

.home-company-content a.btn-white {
	margin-top: auto;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
}

.home-company-content a.btn-white.lg {
	display: flex;
}

/* home company info hover */
.home-company-info.on .home-company-mask {
	opacity: 1;
}

.home-company-info.on .home-company-content {
	height: 280px;
	display: flex;
	flex-direction: column;
	overflow: visible;
}


.hci-1.on .home-company-content {
	width: 415px;
	max-width: 100%;
}

.hci-1.on .home-company-content h3 {
	padding-left: 0;
}

.hci-3.on .home-company-content {
	width: 375px;
	max-width: 100%;
	height: 355px;
}

.home-company-info.on .home-company-content p, .home-company-info.on .home-company-content  a.btn-white  {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
}

.home-company-info.on .home-company-content  a.btn-white  {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-moz-transition-delay: .7s;
}

.hci-1.on {
	/*
	width: 450px;
	*/
	width: calc(50vw - 413px + 265px); /* (100vw - 826px)/2 + 265px */
}

.hci-2.on {
	width: 816px;
}

.hci-3.on {
	width: calc(50vw - 413px + 265px); /* (100vw - 826px)/2 + 265px */
}

.home-company-box.hci-hover-2 .hci-3 {
	left: calc(50vw - 673px + 816px + 265px); /* (100vw - (816 + 265 + 265))/2 + 816 + 265 */
}

.home-company-box.hci-hover-2 .hci-1 {
	right: calc(50vw - 673px + 816px + 265px); /* (100vw - (816 + 265 + 265))/2 + 816 + 265 */
}

.btn-white {
	width: 103px;
	height: 30px;
	background: #C8152D;
	border: 0px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
}

/* home service */
.home-service {
	margin-top: 120px;
	margin-bottom: 115px;
}

.home-service-box {
	width: 100%;
	height: 500px;
	float: left;
	margin-top: 40px;
	position: relative;
}

.home-service-bg {
	width: 100%;
	height: 100%;
}

.home-service-bg img {
	height: 100%;
	display: block;
}

.home-service-title {
	width: 100%;
	height: auto;
	padding: 9px 19px;
	position: absolute;
	left: 0;
	top: 0;
	color: #474747;
}

.home-service-title p {
	font-size: 16px;
	line-height: 27px;
}

.home-service-title h3 {
	margin-top: 10px;
	font-size: 24px;
	line-height: 27px;
}

.home-service-content {
	width: 400px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #5F6673;
	border-left: 10px solid #87909C;
}

.home-service-content::before {
	content: " ";
	width: 330px;
	height: 0px;
	display: block;
	border-bottom: 1px dashed #939393;
	position: absolute;
	right: 30px;
	top: 50%;
}

.home-service-content ul {
	width: 100%;
	height: 100%;
}

.home-service-content ul li {
	width: 100%;
	height: 50%;
	padding: 56px 30px 0 30px;
	position: relative;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.home-service-content ul li:hover {
	background: #C8152D;
}

.home-service-content ul li h3 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	overflow: visible;
}

.hsc-box {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	justify-content: space-between;
}

.hsc-box-info {
	width: 220px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hsc-box-info p {
	color: #D8D8D8;
	font-size: 12px;
	line-height: 24px;
}

.hsc-box-info h4 {
	width: 100%;
	height: 24px;
	position: relative;
	color: #F5F6F7;
	font-size: 14px;
	line-height: 24px;
}

.hsc-box-info h4 * {
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 16px;
	background: url(../images/home_service_arrow.png) no-repeat right center;
	background-size: 6px;
	font-style: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.hsc-box-info h4 span, .home-service-content ul li:hover .hsc-box-info h4 i  {
	opacity: 1;
}

.home-service-content ul li:hover .hsc-box-info h4 span, .hsc-box-info h4 i {
	opacity: 0;
}

.hsc-box-pic {
	width: 90px;
	height: 90px;
}

.hsc-box-pic img {
	width: 100%;
	display: block;
}

.hsc-box-qrcode {
	width: 116px;
	height: 116px;
	position: absolute;
	right: 15px;
	top: 78px;
	z-index: 10;
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.home-service-content ul li:hover .hsc-box-qrcode {
	opacity: 1;
}

.hsc-box-qrcode img {
	width: 100%;
	display: block;
}
/*---------------- product ----------------*/
.product-list-page {
	padding: 60px 0 100px 0;
	background: #e7ebf1;
	display: flex;
	overflow: visible;
}

.product-sticky-box {
	overflow: visible;
}

.product-list-box {
	width: 910px;
	height: auto;
	float: right;
}

.product-list-box .btn-box {
	width: 100%;
	margin: 40px 0 0 0;
}

.product-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: visible;
}

.product-item {
	width: 290px;
	height: 370px;
	margin: 0 20px 20px 0;
	background: #A5AFB9;
	border-radius: 0;
	position: relative;
	transition: ease-out .2s;
	-webkit-transition: ease-out .2s;
	-moz-transition: ease-out .2s;
	-ms-transition: ease-out .2s;
	-o-transition: ease-out .2s;
}

.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-item .thumb-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
}

.product-item .thumb {
	width: 100%;
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item .thumb img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-item .info {
	width: 100%;
	height: 80px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.product-item .info h3{
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	overflow: visible;
}

.product-item .info h3 a {
	color: #FFFFFF;
	font-family: "scm";
	overflow: visible;
	transition: ease-out .2s;
	-webkit-transition: ease-out .2s;
	-moz-transition: ease-out .2s;
	-ms-transition: ease-out .2s;
	-o-transition: ease-out .2s;
}

.product-item .info p {
	margin: 10px 0 20px 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	overflow: visible;
}

.product-item .info .btn-more.tp {
	width: 86px;
	height: 22px;
	border-radius: 4px;
	font-size: 12px;
}

.product-item .info .btn-more.tp span{
	padding-right: 10px;
}

.product-item .info .btn-more.tp span::before{
	width: 5px;
	height: 9px;
	margin: -4px 0 0 0;
}

/* product item hover */
.product-item:hover {
	background: #ffffff;
}

.product-item:hover h3 a {
	color: #C8152D;
}

.product-item:hover p {
	color: #939393;
}

.product-item:hover .btn-more.tp {
	background: #C8152D;
}

.product-item:hover .btn-more.tp span {
	color: #ffffff;
}

.product-item:hover .btn-more.tp span::before{
	background-image: url(../images/btn_more_arrow.png);
	transform: translate3d(5px, 0, 0);
	-webkit-transform: translate3d(5px, 0, 0);
	-ms-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
}

/* sift */
.product-sift {
	width: 260px;
	height: 100%;
	padding: 30px 10px 30px 30px;
	float: left;
	background: #ffffff;
	position: sticky;
    position: -webkit-sticky;
	left: 0;
	top: 64px;
}

.product-sift-bar {
	width: 100%;
	height: 100%;
	padding-right: 20px;
	overflow-y: auto;
}

.product-sift-scroll {
	width: 100%;
	height: auto;
}

.sift-title {
	width: 100%;
	height: 22px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 14px;
	font-family: "scm";
	line-height: 20px;
}

.sift-title img {
	width: 12px;
	height: 12px;
	display: block;
	margin-right: 5px;
}

.sift-title a {
	margin-left: auto;
	position: relative;
	color: #C8152D;
	font-size: 12px;
	line-height: 17px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.sift-title a::after {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C8152D;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.sift-title a:hover::after {
	opacity: 0;
}

/* no sift */
.product-sift.no-sift .sift-title, .product-sift.no-sift .sift-title a {
	color: #939393;
}

.product-sift.no-sift .sift-title a::after {
	background: #939393;
}

.no-sift-tips {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: #939393;
	font-size: 12px;
	line-height: 17px;
}

/* select row */
.select-row {
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.select-row h3 {
	width: 100%;
	height: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-size: 14px;
	font-family: "scm";
	line-height: 20px;
	overflow: visible;
	cursor: pointer;
}

.select-row h3 i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/icon_sift_show.png) no-repeat center center;
	background-size: 10px;
	cursor: pointer;
}

.select-row.show h3 i {
	background-image: url(../images/icon_sift_hide.png);
}

.select-row ul {
	display: none;
	flex-wrap: wrap;
}

/*
.select-row.show ul {
	display: flex;
}
*/

.select-row ul li {
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 15px;
	align-items: center;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

.select-row ul li:nth-child(1) {
	margin-top: 20px;
}

.select-row ul li label {
	display: flex;
	cursor: pointer;
}

.select-row ul li i {
	width: 14px;
	height: 14px;
	margin-right: 15px;
	display: block;
	border: 1px solid #262626;
	border-radius: 3px;
}

.select-row ul li.on {
	color: #C8152D;
}

.select-row ul li.on i {
	background: url(../images/selected.svg) no-repeat 0 0;
	background-size: 100%;
	border: 0;
}

.sift-tips {
	width: 100%;
	height: auto;
	display: none;
	margin: 120px 0 0 0;
	color: #939393;
	font-size: 48px;
	font-family: "xh";
	line-height: 60px;
	text-align: center;
}

.products-sift-tips {
	width: 100%;
	height: auto;
	padding: 240px 0;
	display: none;
	opacity: 0.6;
	color: #939393;
	font-size: 55px;
	text-align: center;
	line-height: 150%;
}

/*---------------- products show ----------------*/
.product-show-page {
	padding: 30px 0 0 0;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-detail {
	width: 1060px;
	margin: 40px auto 35px auto;
}

.product-pic-box {
	width: 420px;
	height: 480px;
	float: left;
}

.product-pic {
	width: 420px;
	height: auto;
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-pic.on {
	display: block;
	opacity: 1;
}

.product-big-pic {
	width: 400px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-big-pic img {
	max-width: 100%;
	display: block;
	transform: scale(1.01, 1.01);
	-webkit-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-small-pic {
	width: 420px;
	height: auto;
	float: left;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.product-small-pic li {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.4;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-small-pic li:hover {
	opacity: 1;
}

.product-small-pic li.on {
	border-color: #C8152D;
	opacity: 1;
}

.product-small-pic li:nth-child(1) {
	margin-left: 0;
}

.product-small-pic li img {
	max-width: 100%;
	display: block;
}

.product-info {
	width: 500px;
	height: auto;
	float: right;
	margin-top: 95px;
	color: #000000;
}

.product-title {
	font-size: 36px;
	font-family: "scb";
	line-height: 36px;
	overflow: visible;
}

.product-slogan {
	padding: 15px 0 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #C8152D;
	font-size: 12px;
	line-height: 12px;
	overflow: visible;
}

.product-subtitle {
	margin: 30px 0 9px 0;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.product-intro {
	color: #939393;
	font-size: 12px;
	line-height: 24px;
}

.product-params {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.product-params li {
	width: auto;
	min-width: 80px;
	height: 24px;
	float: left;
	margin-top: 20px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EDEDEF;
	border-radius: 12px;
	box-shadow: inset 0 0 3px #D8D8D8;
	font-size: 16px;
}

.product-params li.red {
	background: none;
	border: 1px solid #C8152D;
	color: #C8152D;
}


.product-color {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.product-color li {
	width: auto;
	min-width: 80px;
	height: 24px;
	float: left;
	margin-top: 20px;
	padding: 0 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f5f6f7;
	border-radius: 12px;
	color: #939393;
	font-size: 12px;
	cursor: pointer;
}

.product-color li.on {
	border: 1px solid #C8152D;
}

.product-color li i {
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 4px;
	border-radius: 7px;
	box-shadow: inset 0 0 3px #D8D8D8;
}

.product-show {
	padding-bottom: 120px;
}

.product-tab-title {
	height: 50px;
	background: #f5f6f7;
}

.product-tab-title ul li {
	height: 100%;
	float: left;
	margin-right: 80px;
	position: relative;
	color: #939393;
	font-size: 16px;
	font-family: "scm";
	line-height: 50px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	cursor: pointer;
}

.product-tab-title ul li.on, .product-tab-title ul li:hover {
	color: #C8152D;
}

.product-tab-title ul li::before {
	content: " ";
	width: 0;
	height: 2px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.product-tab-title ul li.on::before {
	width: 100%;
}

.product-tab-content {
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.product-tab-content.on {
	opacity: 1;
	display: block;
}

.product-table-box {
	width: 1200px;
	height: auto;
	margin: 60px auto 0 auto;
	display: none;
}

.product-table {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	display: flex;
}

.product-table-header {
	min-width: 300px;
	margin-right: 20px;
}

.product-table-header dt, .product-table-header dd {
	border-radius: 6px;
}

.product-table-body {
	padding-bottom: 10px;
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	border-radius: 6px;
}

.product-table-body dl:first-child dt, .product-table-body dl:first-child dd {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.product-table-body dl:last-child dt, .product-table-body dl:last-child dd {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.product-table dl {
	flex: none;
	display: flex;
	flex-direction: column;
}

.product-table dl dt {
	height: 40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: #C8152D;
	color: #ffffff;
	font-size: 14px;
	font-family: "scm";
	line-height: 21px;
	white-space: nowrap;
}

.product-table dl dd {
	height: 40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	white-space: nowrap;
}

.product-table dl dd:nth-child(2n) {
	background: #f5f6f7;
}

.product-params-tips {
	width: 100%;
	height: auto;
	margin-bottom: 120px;
	font-size: 12px;
	line-height: 18px;
}

.product-params-tips .box {
	margin-top: 40px;
}

.product-pdf {
	width: 1200px;
	margin: 40px auto 400px auto;
	display: none;
}

.pdf-list {
	width: 100%;
	height: auto;
}

.pdf-item {
	width: 585px;
	height: 60px;
	float: left;
	margin: 0 30px 30px 0;
	padding: 20px 40px 20px 30px;
	box-sizing: border-box;
	background: #F5F6F7;
	border-radius: 6px;
}

.pdf-item:nth-child(2n) {
	margin-right: 0;
}

.pdf-item h3 {
	width: 435px;
	height: 20px;
	float: left;
	padding-left: 15px;
	border-left: 4px solid #C8152D;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 20px;
}

.pdf-item a {
	float: right;
	padding-right: 12px;
	background: url(../images/pdf_arrow.png) no-repeat right 4.5px;
	background-size: 7px;
	color: #C8152D;
	font-size: 12px;
	font-family: "scm";
	line-height: 20px;
}

.pdf-item a span {
	border-bottom: 1px solid #C8152D;
}

.pdf-item a:hover {
	color: #EC0020;
	background-image: url(../images/pdf_arrow_on.png);
}

/* more products */
.more-products {
	padding: 60px 0;
	background: #f5f6f7;
}

.more-products .swiper {
	padding: 30px 0 40px 0;
	overflow: visible;
}

.more-products .swiper * {
	overflow: visible;
}

.more-products .swiper-slide, .more-products .swiper-slide .thumb {
	overflow: hidden;
}
/*---------------- products show model ----------------*/
.kv {
	width: 100%;
	height: auto;
	position: relative;
}

.kv .thumb {
	width: 100%;
}

.kv .info {
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: visible;
}

.kv .info-box {
	width: auto;
	height: auto;
	position: absolute;
	overflow: visible;
}

.kv .info.xs {
	display: none;
}

.kv .info.t-white {
	color: #ffffff;
}

.kv .info h3 {
	font-size: 40px;
	font-family: "scb";
	line-height: 60px;
}

.kv .info p {
	margin-top: 30px;
	font-size: 24px;
	line-height: 24px;
}

.product-style {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	color: #000000;
}

.product-style .thumb img {
	max-width: 100%;
	display: block;
}

.product-style .info {
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.product-style .info h3 {
	font-size: 24px;
	font-family: "scm";
	line-height: 36px;
}

.product-style .info p {
	margin-top: 15px;
	color: #939393;
	font-size: 14px;
	line-height: 21px;
}

/* ps-up */
.ps-up {
	margin-top: 50px;
	flex-direction: column;
}

.ps-up .info {
	width: 100%;
	text-align: center;
}


.ps-up .thumb {
	margin-top: 20px;
}

/* ps-left */
.ps-left {
	justify-content: space-between;
}

.ps-left .info {
	width: 50%;
	height: auto;
	padding-right: 20px;
	padding-right: 0px;
	justify-content: center;
	text-align: center;
}

.ps-left .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

/* ps-right */
.ps-right {
	justify-content: space-between;
}

.ps-right .info {
	width: 50%;
	height: auto;
	padding-left: 50px;
	display: flex;
	justify-content: center;
	order: 2;
	text-align: center;
}

.ps-right .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	order: 1;
}

/* long pic */
.product-long-pic {
	width: 100%;
}

.product-long-pic img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

/*---------------- news ----------------*/
.news-list-page {
	padding: 60px 0 120px 0;
	background: #f5f6f7;
}

.news-list-page .btn-box {
	margin: 30px 0 0 0;
}

.news-list-page .tab-icon-title {
	margin: 60px 0 40px 0;
}

.rec-news-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.rec-news {
	position: relative;
}

.rec-news .oc-pagination-circle {
	width: 560px;
	left: auto;
	right: 0;
	bottom: 40px;
}

.rec-news .oc-swiper-circle::before {
	background: #d8d8d8;
}

.rec-news .oc-swiper-circle-active::before {
	background: none;
}

.rec-news-item {
	width: 100%;
	height: 500px;
	background: #EAEAEB;
}

.rec-news-item .thumb {
	width: 640px;
	height: 500px;
	float: left;
	overflow: hidden;
}

.rec-news-item .info {
	width: 560px;
	height: auto;
	float: left;
	padding: 60px 50px 0 50px;
}

.rec-news-item .info h3 {
	width: 100%;
	height: 66px;
	float: left;
	color: #474747;
	font-size: 22px;
	font-family: "scm";
	line-height: 33px;
}

.rec-news-item .info h3 a {
	color: #474747;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.rec-news-item .info h3 a:hover {
	color: #C8152D;
}

.rec-news-item .info p {
	width: 100%;
	height: 96px;
	float: left;
	margin: 50px 0 100px 0;
	color: #939393;
	font-size: 14px;
	line-height: 24px;
}

.rec-news-item .info h5 {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: auto;
	display: flex;
	align-items: center;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
}

.rec-news-item .info h5 img {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin-right: 2px;
}

.news-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}

.news-item {
	width: 390px;
	height: 380px;
	margin: 0 15px 15px 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.news-item:nth-child(3n) {
	margin-right: 0;
}

.news-item .thumb {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.news-item .thumb a {
	width: 100%;
	height: 100%;
	display: block;
}

.news-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item .info {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.news-item .info h3 a, .news-item .info h3 {
	color: #474747;
	font-size: 16px;
	font-family: "scm";
	line-height: 24px;
}

.news-item .info h5 {
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
}

.news-item .info h5 img {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin-right: 2px;
}


/* show */
.news-show {
	padding: 30px 0 0 0;
	background: #ffffff;
}

.news-title {
	padding: 60px 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-title.center {
	text-align: center;
}

.news-title.no-border {
	border: 0;
}

.news-title h1 {
	color: #000000;
	font-size: 30px;
	font-family: "scm";
	line-height: 30px;
}

.news-title h5 {
	margin-top: 20px;
	color: #939393;
	font-size: 12px;
	line-height: 16px;
}

.news-title h5 img {
	height: 16px;
	float: left;
	margin-right: 5px;
}

.news-content {
	margin: 20px 0 120px 0;
	color: #474747;
	font-size: 14px;
	line-height: 28px;
}

.news-content h2{
	margin-bottom: 40px;
	color: #C8152D;
	font-size: 22px;
	font-family: "scm";
	line-height: 28px;
}

.news-content h3{
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
	font-family: "scm";
	line-height: 27px;
}

.news-content img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-content table {
	border: 1px solid #EDEDED;
	color: #333333;
	font-size: 14px;
}

.news-content table thead td {
	background: #f5f5f5;
	font-family: "scm";
}

.news-content table td {
	height: 46px;
	padding: 0 15px;
	border: 1px solid #EDEDED;
}

.news-more {
	padding: 60px 0;
	background: #F5F6F7;
}

.news-more-title {
	width: 100%;
	margin-bottom: 30px;
	color: #000000;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
}

.news-more .news-list {
	float: left;
	margin-top: 60px;
}

.news-more .btn-box {
	margin-top: 25px;
}

/*---------------- video ----------------*/
.video-list-page {
	padding: 60px 0 120px 0;
	background: #f5f6f7;
}

.video-list-page .btn-box {
	margin: 30px 0 0 0;
}

.video-list-page .tab-icon-title {
	margin: 60px 0 40px 0;
}

.rec-video {
	position: relative;
}

.rec-video .oc-pagination-circle {
	bottom: 22px !important;
}

.rec-video .oc-swiper-circle::before {
	background: #d8d8d8;
}

.rec-video .oc-swiper-circle-active::before {
	background: none;
}

.rec-video-item {
	width: 100%;
	height: 550px;
	background: #FFFFFF;
}

.rec-video-item .thumb {
	width: 100%;
	height: 490px;
	float: left;
	overflow: hidden;
}

.rec-video-item .info {
	width: 100%;
	height: 60px;
	float: left;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rec-video-item .info h3 {
	width: auto;
	height: auto;
	color: #474747;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.rec-video-item .info h3 a {
	color: #474747;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.rec-video-item .info h3 a:hover {
	color: #C8152D;
}

.rec-video-item .info h5 {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
}

.rec-video-item .info h5 img {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin-right: 2px;
}

.video-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}

.video-item {
	width: 390px;
	height: 360px;
	margin: 0 15px 15px 0;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.video-item:nth-child(3n) {
	margin-right: 0;
}

.video-item .thumb {
	width: 100%;
	height: 220px;
}

.video-item .thumb a {
	width: 100%;
	height: 100%;
	display: block;
}

.video-item .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-item .thumb::after {
	content: " ";
	width: 27px;
	height: 27px;
	display: block;
	background: url(../images/icon_video_list.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.video-item .info {
	width: 100%;
	height: 101px;
	margin-top: 20px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.video-item .thumb {
	overflow: hidden;
}

.video-item .info h3 a, .video-item .info h3 {
	color: #474747;
	font-size: 16px;
	font-family: "scm";
	line-height: 24px;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.video-item .info h3 a:hover {
	color: #C8152D;
}

.video-item .info h5 {
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
}

.video-item .info h5 img {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin-right: 2px;
}


/* show */
.video-show {
	padding: 30px 0 0 0;
	background: #ffffff;
}

.video-content {
	margin: 20px 0 120px 0;
	position: relative;
}

.video-content video {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #000000;
}


.news-more .video-list {
	float: left;
	margin-top: 60px;
}

/*---------------- history ----------------*/
.about-cat-nav {
	background: #ffffff;
}

.history-page {
	padding: 0 0 200px 0;
	background: #f5f6f7;
}

.brand {
	position: relative;
}

.brand img {
	width: 1200px;
	display: block;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
}

.brand .single-title {
	margin-top: 100px;
	z-index: 20;
}

.brand .single-title p {
	margin: 40px auto;
	font-size: 16px;
	line-height: 32px;
}

.brand-info {
	width: 900px;
	height: auto;
	margin: 60px auto 472px auto;
	padding: 25px 0 41px 0;
	background: rgba(245, 246, 247, 0.88);
	position: relative;
	z-index: 20;
}

.brand-info ul {
	width: 480px;
	padding: 0 70px 0 90px;
	float: left;
	color: #C8152D;
	font-size: 16px;
	line-height: 48px;
}

.brand-info ul:nth-child(1) {
	width: 420px;
	padding: 0 90px;
	border-right: 1px dashed #979797;
}

.brand-info ul li {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 8px;
	position: relative;
}

.brand-info ul li::before {
	content: "·";
	position: absolute;
	left: 0;
}

.history-container .single-title {
	margin: 160px 0 73px 0;
}

.history-tab {
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.history-tab.on {
	display: block;
	opacity: 1;
}

.history-class {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.history-class ul {
	height: 40px;
	display: flex;
	background: #A5AFB9;
	border-radius: 20px;
}

.history-class ul li {
	height: 40px;
	padding: 0 52px;
	display: flex;
	align-items: center;
	border-radius: 20px;
}

.history-class ul li a {
	color: #ffffff;
	font-size: 16px;
	font-family: "scm";
	line-height: 24px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-class ul li a:hover {
	color: #C8152D;
}

.history-class ul li.on {
	background: #C8152D;
}

.history-class ul li.on a {
	color: #ffffff;
}

.history-year-box {
	width: 100%;
	height: 56px;
	margin: 60px 0 60px 0;
	border-top: 1px solid #939393;
	position: relative;
}

.history-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 22px;
	top: 366px;
	z-index: 200;
	background: no-repeat center center;
	background-size: 20px;
	cursor: pointer;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-arrow.prev {
	left: 50%;
	margin-left: -520px;
	background-image: url(../images/history_arrow_l.svg);
}

.history-arrow.prev:hover {
	background-image: url(../images/history_arrow_l_red.svg);
}

.history-arrow.next {
	right: 50%;
	margin-right: -520px;
	background-image: url(../images/history_arrow_r.svg);
}

.history-arrow.next:hover {
	background-image: url(../images/history_arrow_r_red.svg);
}

.history-year {
	width: 1116px;
	height: 100%;
	margin: 0 auto;
	margin: 0;
	position: relative;
}

.history-year ul {
	width: auto;
	height: 100%;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.history-year ul li {
	width: 124px;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	color: #474747;
	font-size: 16px;
	line-height: 16px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
}

.history-year ul li::before {
	content: " ";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	background: #939393;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.history-year ul li span{
	cursor: pointer;
}

.history-year ul li span:hover{
	color: #C8152D;
}

.history-year ul li.on {
	color: #C8152D;
	font-size: 22px;
	font-family: "scb";
	line-height: 22px;
}

.history-year ul li.on span {
	color: #C8152D !important;
}

.history-year ul li.on::before {
	width: 3px;
	background: #C8152D;
}

.history-list {
	height: 420px;
	z-index: 100;
	opacity: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.history-list.move {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.history-item {
	width: 400px;
	height: 300px;
	float: left;
	margin: 0 40px;
	background: #ffffff;
	border-radius: 10px;
	transform: translate3d(0, 60px, 0);
	-webkit-transform: translate3d(0, 60px, 0);
	-ms-transform: translate3d(0, 60px, 0);
	-moz-transform: translate3d(0, 60px, 0);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-moz-transition: all .4s linear;
}


.history-item .thumb {
	width: 400px;
	height: 300px;
	float: left;
	background: #ffffff;
	border-radius: 10px;
}

.history-item .info {
	width: 400px;
	height: 300px;
	float: left;
	margin-left: 40px;
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	color: #000000;
}

.history-item .nicescroll-rails {
	background: #d8d8d8;
	border-radius: 6px;
}

.history-item .nicescroll-cursors {
	box-sizing: content-box;
}

.history-item .info h5 {
	width: 400px;
	height: auto;
	float: left;
	color: #939393;
	font-size: 22px;
	font-family: "scm";
	line-height: 22px;
}

.history-item .info h3 {
	width: 400px;
	height: 52px;
	float: left;
	margin-bottom: 24px;
	padding: 18px 0 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	font-size: 18px;
	font-family: "scb";
	line-height: 23px;
}

.history-item .info p {
	width: 400px;
	height: auto;
	float: left;
	padding: 0 0.5px;
	color: #474747;
	font-size: 16px;
	line-height: 30px;
}

.history-item.on {
	width: 940px;
	height: 420px;
	padding: 60px 30px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.history-item.on .info.show {
	opacity: 1;
}


/* .history company */
.history-item.history-company .thumb {
	float: right;
}

.history-item.history-company .info {
	width: 445px;
	float: left;
	margin-left: 5px;
	overflow-y: auto;
}

.history-item.history-company .info h4 {
	width: 100%;
	height: 18px;
	position: relative;
	margin-bottom: 16px;
}

.history-item.history-company .info h4::before {
	content: " ";
	width: 325px;
	height: 1px;
	display: block;
	margin-top: -0.5px;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.history-item.history-company .info h4 span {
	height: 100%;
	display: block;
	float: right;
	margin-right: 10px;
	padding: 0 14px 3px 0;
	position: relative;
	background: url(../images/history_show.svg) no-repeat right 2px;
	background-size: 12px;
	color: #C8152D;
	font-size: 12px;
	line-height: 16px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	cursor: pointer;
}

.history-item.history-company .info h4 span::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C8152D;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-item.history-company .info h4 span:hover::before {
	opacity: 1;
}

.history-item.history-company .info p {
	display: none;
}

.history-item.history-company.on .info h4 span {
	background: url(../images/history_hide.svg) no-repeat right 0px;
	background-size: 16px;
	color: #898989;
}

.history-item.history-company.on .info h4 span::before {
	display: none;
}

.history-item.history-company.on .info p {
	display: block;
}

/*---------------- about ----------------*/
.strength-page {
	padding: 70px 0 160px 0;
	background: #F5F6F7;
}

.strength-main {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.strength-intro {
	position: relative;
}

.strength-intro img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.strength-intro .single-title {
	margin: 15px 0 561px 0;
	z-index: 20;
}

.strength-intro .single-title p {
	width: 960px;
	margin: 38px auto;
	font-size: 16px;
	line-height: 36px;
}

.strength-item {
	width: 100%;
	height: auto;
	display: flex;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.strength-item .info {
	flex: 1;
}

.strength-item .info h3 {
	margin-bottom: 25px;
	padding-left: 8px;
	border-left: 3px solid #C8152D;
	color: #191919;
	font-size: 20px;
	font-family: "scm";
	line-height: 20px;
}

.strength-item .info ul {
	width: 360px;
	height: 240px;
	display: flex;
	flex-direction: column;
}

.strength-item .info ul li {
	margin-top: 20px;
	padding-left: 10px;
	position: relative;
	color: #191919;
	font-size: 14px;
	line-height: 28px;
}

.strength-item .info ul li:nth-child(1) {
	margin-top: 0;
}

.strength-item .info ul li::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
	color: #191919;
	font-size: 14px;
	line-height: 28px;
}

.strength-list {
	margin: 80px 0 110px 0;
	overflow: visible;
}

.strength-list .strength-item {
	margin-bottom: 40px;
}

.strength-list .strength-item .thumb {
	width: 800px;
	height: 400px;
}

.strength-list .strength-item .info {
	padding: 79px 0 0 60px;
}

.strength-list .strength-item:nth-child(2n) .thumb {
	order: 2;
}

.strength-list .strength-item:nth-child(2n) .info {
	order: 1;
}


.network-tab-content .strength-item {
	height: 534px;
}

.network-tab-content .strength-item .thumb {
	width: 654px;
	height: 474px;
	margin: 30px;
}

.network-tab-content .strength-item .info {
	margin: 98px 47px 0 0;
}


/*---------------- tech ----------------*/
.tech-page {
	background: #f5f6f7;
}

.tech-intro {
	width: 1280px;
	height: auto;
	margin: 100px auto 60px auto;
	overflow: visible;
}

.tech-intro .single-title p {
	width: 992px;
	margin: 40px auto 80px auto;
	color: #191919;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.tech-intro-content {
	width: 100%;
	height: 400px;
	display: flex;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.tech-intro-content img {
	width: auto;
	height: 100%;
	display: block;
}

.tech-intro-content ul {
	padding: 77px 50px 0 72px;
	flex: 1;
}

.tech-intro-content ul li {
	padding-left: 14px;
	position: relative;
	color: #474747;
	font-size: 16px;
	line-height: 42px;
}

.tech-intro-content ul li:nth-child(1) {
	margin-bottom: 45px;
}

.tech-intro-content ul li::before {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 19px;
	display: block;
	background: #474747;
	border-radius: 50%;
}


.tech-patent {
	width: 100%;
	height: 740px;
	margin-bottom: 120px;
	position: relative;
}

.tech-patent-pic {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.tech-patent-content {
	width: 1280px;
	height: 486px;
	margin: -243px 0 0 -640px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.88);
	border: 2px solid #ffffff;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.tech-patent-content::before {
	content: " ";
	width: 0px;
	height: 377px;
	margin: -188.5px 0 0 -0.5px;
	display: block;
	border-right: 1px dashed #979797;
	position: absolute;
	left: 50%;
	top: 50%;
}

.tech-patent-content .tech-list {
	width: 50%;
	padding: 57px 90px 0 90px;
	padding: 57px 69px 0 69px;
	float: left;
}

.tech-list h3 {
	margin-bottom: 40px;
	padding-left: 11px;
	border-left: 3px solid #C8152D;
	color: #191919;
	font-size: 20px;
	font-family: "scm";
	line-height: 20px;
}

.tech-list ul li {
	margin-bottom: 15px;
	padding-left: 11px;
	position: relative;
	color: #191919;
	font-size: 14px;
	line-height: 28px;
}

.tech-list ul li::before {
	content: " ";
	width: 2px;
	height: 2px;
	display: block;
	background: #474747;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
}

.tech-list ul li.no-dot::before {
	display: none;
}

.awards-title {
	width: 1240px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.awards-title h3 {
	width: 100%;
	margin-bottom: 40px;
	padding-left: 11px;
	border-left: 3px solid #C8152D;
	color: #191919;
	font-size: 20px;
	font-family: "scm";
	line-height: 20px;
}

.awards-title p {
	width: 756px;
	padding-left: 11px;
	color: #191919;
	font-size: 14px;
	line-height: 28px;
}

.awards-ctrl {
	width: 78px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 3px;
}

.awards-ctrl a {
	width: 24px;
	height: 24px;
	display: block;
	background: no-repeat 0 0;
	background-size: 100%;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.awards-ctrl a.prev {
	float: left;
	background-image: url(../images/awards_arrow_l.png);
}

.awards-ctrl a.prev:hover {
	background-image: url(../images/awards_arrow_l_on.png);
}

.awards-ctrl a.next {
	float: right;
	background-image: url(../images/awards_arrow_r.png);
}

.awards-ctrl a.next:hover {
	background-image: url(../images/awards_arrow_r_on.png);
}

.awards-list-container {
	width: 100%;
	height: 571px;
	margin-top: 34px;
	position: relative;
	overflow: hidden;
}

.awards-list {
	width: 100000px;
	height: auto;
	margin-left: -620px;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.awards-item {
	width: 403px;
	height: 571px;
	float: left;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.awards-item .thumb {
	width: 100%;
}

.awards-item .info {
	width: 100%;
	height: auto;
	padding: 20px 37px 43px 20px;
	background: #f5f6f7;
	position: absolute;
	left: 0;
	top: 403px;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.awards-item .info h3 {
	margin-bottom: 33px;
	color: #474747;
	font-size: 18px;
	font-family: "scm";
	line-height: 32px;
}

.awards-item .info p {
	color: #474747;
	font-size: 14px;
	line-height: 28px;
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.awards-item:hover .info {
	transform: translate3d(0, calc(168px - 100%), 0);
	-webkit-transform: translate3d(0, calc(168px - 100%), 0);
	-ms-transform: translate3d(0, calc(168px - 100%), 0);
	-moz-transform: translate3d(0, calc(168px - 100%), 0);
}

.awards-item:hover .info p {
	opacity: 1;
}

.tech-cert {
	width: 1280px;
	height: auto;
	margin: 140px auto;
}

.cert-tab-title {
	margin-bottom: 24px !important;
}

.cert-tab-container {
	width: 100%;
}

.cert-tab-content {
	width: 100%;
	height: 598px;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.cert-tab-content .thumb {
	width: 580px;
	height: auto;
	margin: 30px 40px;
	float: left;
}

.cert-1 .tech-list {
	width: 460px;
	float: left;
	margin: 104px 0 0 120px;
}

.cert-2 .tech-list {
	width: 495px;
	float: left;
	margin: 47px 0 0 43px;
	padding: 0;
}

.leading {
	width: 1280px;
	height: auto;
	margin: 0 auto 70px auto;
}

.leading ul {
	width: 100%;
	height: auto;
	margin-top: 24px;
	padding-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leading ul li {
	width: 403px;
	height: auto;
	float: left;
	margin: 0 35px 64px 0;
}

.leading ul li:nth-child(3n) {
	margin-right: 0;
}

.leading ul li .info {
	margin-top: 20px;
	text-align: center;
}

.leading ul li .info a {
	color: #474747;
	font-size: 18px;
	font-family: "scm";
	line-height: 18px;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.leading ul li:hover .info a {
	color: #C8152D;
}

/*---------------- search ----------------*/
.search-page {
	padding: 0 0 140px 0;
}

.search-top {
	padding: 40px 0 60px 0;
	display: flex;
	flex-direction: column;
}

.search-top  p {
	color: #939393;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
}

.search-box {
	width: 400px;
	height: 50px;
	padding: 0 18px 0 0;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #D0D0D0;
	border-radius: 6px;
}

.search-box .m-btn-search-form {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin: 14px 15px 0 15px;
	cursor: pointer;
}

.search-box input {
	width: 300px;
	height: 100%;
	float: left;
	background: none;
	border: 0;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
}

.search-box img {
	width: 18px;
	float: right;
	margin-top: 16px;
	display: block;
}

.search-tab::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: rgba(0, 0, 0, 0.05);
}

.search-tab a {
	width: auto;
	height: 35px;
	display: block;
	float: left;
	margin-right: 40px;
	color: #939393;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.search-tab a:hover {
	color: #C8152D;
}

.search-tab a.on {
	border-bottom: 3px solid #C8152D;
	color: #C8152D;
}

.rs-tips {
	width: 100%;
	height: auto;
	margin: 40px 0 400px 0;
	color: #939393;
	font-size: 24px;
	font-family: "scm";
	line-height: 24px;
}

.rs-list {
	margin: 40px 0;
}

.rs-list li {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}

.rs-list a {
	color: #000000;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
}

.rs-list li:hover a {
	color: #C8152D;
}

/* rs product */
.rs-product-item {
	height: auto;
	margin: 0 0 20px 0;
}

.rs-product-item .thumb {
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 20px;
	background: #ffffff;
}

.rs-product-item .info {
	flex: 1;
}

.rs-product-item .info h3, .rs-product-item .info h3 a {
	font-size: 16px;
	font-family: "scb";
	line-height: 16px;
}

.rs-product-item .info p {
	margin-top: 15px;
	color: #939393;
	font-size: 14px;
	line-height: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
}

.rs-product-item:hover .info p {
	color: #C8152D;
}

/* rs news */
.rs-news-item {
	height: 100px;
	background: url(../images/page_next_gray.png) no-repeat right center;
	background-size: 8px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
}

.rs-news-item:hover {
	background-image: url(../images/page_next_red.png);
}

.rs-news-item a {
	font-size: 16px;
	font-family: "scm";
	line-height: 150%;
}


/* rs video */
.rs-video-item {
	height: auto;
	margin: 0 0 40px 0;
}

.rs-video-item .thumb {
	width: 155px;
	height: 88px;
	float: left;
	margin-right: 20px;
	background: #ffffff;
}

.rs-video-item .thumb::after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/icon_video_list.png) no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 27px;
    position: absolute;
    left: 0;
    top: 0;
	pointer-events: none;
}

.rs-video-item .thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.rs-video-item .info {
	flex: 1;
}

.rs-video-item .info a {
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

/*---------------- pages ----------------*/
.pages {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pages a {
	width: auto;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	margin: 40px 11.5px 0 11.5px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: #474747;
	font-size: 14px;
	line-height: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.pages a.current {
	color: #C8152D;
	border-color: #C8152D;
}

.pages a:hover {
	color: #C8152D;
}

.pages .prev {
	width: 24px;
	background: url(../images/page_prev_gray.png) no-repeat center center;
	background-size: 7px;
}

.pages .prev:hover {
	background-image: url(../images/page_prev_red.png);
}

.pages .next {
	width: 24px;
	background: url(../images/page_next_gray.png) no-repeat center center;
	background-size: 7px;
}

.pages .next:hover {
	background-image: url(../images/page_next_red.png);
}

/*---------------- service ----------------*/
.service-page .single-title {
	margin: 70px 0 50px 0;
}

.service-home-banner {
	height: 564px;
}

.service-home-banner img {
	width: auto;
	height: 100%;
	margin-left: 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
}

.service-search {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 143px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.service-search-home-tel {
	display: flex;
	flex-direction: column;
}

.service-search h3 {
	color: #ffffff;
	font-size: 42px;
	font-family: "scm";
	line-height: 42px;
}

.service-search h4 {
	height: 60px;
	margin: 14px 0 13px 0;
	background: rgba(200, 21, 45, 0.7);
	color: #ffffff;
	font-size: 56px;
	font-family: "scm";
	line-height: 56px;
	text-align: center;
	letter-spacing: 4px;
}

.service-search h5 {
	margin-top: 18px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2.5px;
}

.service-search-form {
	width: 540px;
	height: 59px;
	margin: 47px auto 0 auto;
	display: flex;
	align-items: center;
	background: #F5F6F7;
	border: 1px solid #979797;
}

.service-search-form img {
	width: 18px;
	height: auto;
	display: block;
	margin: 0 18px 0 22px;
}

.service-search-form input {
	height: 100%;
	margin-right: 22px;
	flex: 1;
	background: none;
	border: 0;
	color: #474747;
	font-size: 14px;
}

.service-search-form input::placeholder {
	color: #939393;
}

.service-page {
	background: #F5F6F7;
}

.service-icon-list {
	width: 100%;
	height: auto;
	padding: 0 134px 113px 134px;
	border-bottom: 1px solid rgba(147, 147, 147, 0.3);
	overflow: visible;
}

.service-icon-item {
	width: 116px;
	height: 124px;
	margin-left: 20px;
	margin: 0;
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.04);
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.service-icon-item:nth-child(1) {
	margin-left: 0;
}

.service-icon-item .icon {
	width: 100%;
	height: auto;
	position: relative;
}

.service-icon-item .icon img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 20;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}


.service-icon-item .icon img.white {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	opacity: 0;
}

.service-icon-item h3 {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 30;
	color: #474747;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	overflow: visible;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.service-icon-item:hover {
	background: #C8152D;
	transform: scale(1.2, 1.2);
}

.service-icon-item:hover .icon img.gray{
	opacity: 0;
}

.service-icon-item:hover .icon img.white{
	opacity: 1;
}

.service-icon-item:hover h3 {
	color: #F5F6F7;
}

.service-list {
	width: 100%;
	height: auto;
}

.service-item {
	width: 390px;
	height: 230px;
	float: left;
	margin: 0 15px 40px 0;
	position: relative;
	background: #ffffff;
}

.service-item.big {
	width: 590px;
	height: 300px;
	margin-right: 20px;
}

.service-item:nth-child(2), .service-item:nth-child(5), .serivce-text-box .service-item:nth-child(3) {
	margin-right: 0;
}

.serivce-text-box .service-item:nth-child(2) {
	margin-right: 15px;
}

.service-item .thumb {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.service-item .intro {
	width: 100%;
	height: 120px;
	margin-top: 55px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	color: #474747;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.service-item .intro h3 {
	font-size: 18px;
	font-family: "scb";
	line-height: 18px;
}

.service-item .intro p {
	margin-top: 13px;
	font-size: 12px;
	line-height: 22px;
}

.service-item .intro h5 {
	height: 12px;
	margin-top: auto;
	line-height: 12px;
	overflow: visible;
}

.service-item .intro h5 span {
	width: auto;
	height: 12px;
	float: left;
	display: block;
	padding-right: 13px;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	overflow: visible;
}

.service-item .intro h5 span::after {
	content: " ";
	width: 5px;
	height: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/btn_arrow_gray.png) no-repeat right center;
	background-size: 5px;
}

.service-item .title {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	background: url(../images/service_item_title_bg.png) repeat-x 0 0;
	background-size: auto 100%;
	color: #ffffff;
	font-size: 18px;
	font-family: "scm";
	line-height: 18px;
}

.service-item .info {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(rgba(200, 21, 45, 0.8),rgba(0, 0, 0, 0.4)) rgba(200, 21, 45, 0.8);
	opacity: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	cursor: pointer;
}

.service-item .info h3 {
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 18px;
	font-family: "scm";
	line-height: 18px;
	text-decoration: underline;
	overflow: visible;
}

.service-item .info h3 a {
	color: #ffffff;
}

.service-item .info p {
	height: 44px;
	margin-bottom: -11px;
	color: #f5f6f7;
	font-size: 12px;
	line-height: 22px;
}

.service-item.big .info p {
	height: auto;
	margin-bottom: 0;
}

.service-item .info ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.service-item .info ul li {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
}

.service-item .info ul li:nth-child(1) {
	margin-left: 0;
}

.service-item .info ul li .qrcode-box {
	width: 155px;
	height: 155px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.service-item .info ul li .qrcode-box img {
	width: 140px;
	height: auto;
	display: block;
}

.service-item .info ul li h5{
	color: #ffffff;
	font-size: 14px;
	font-family: "scm";
	line-height: 18px;
}

.service-item:hover .thumb, .service-item:hover .intro {
	filter: blur(24px);
}

.service-item:hover .info {
	opacity: 1;
}

.service-home-title {
	width: 100%;
	height: auto;
	padding: 0 20px 22px 20px;
	border-bottom: 1px solid rgba(147, 147, 147, 0.3);
	color: #474747;
	font-size: 14px;
	font-family: "scm";
	line-height: 26px;
}

.service-home-content, .service-home-tips {
	width: 100%;
	height: auto;
	padding: 13px 20px 30px 20px;
	color: #474747;
	font-size: 12px;
	line-height: 24px;
}

.service-home-tips {
	margin-bottom: 76px;
	color: #B11227;
}


/*---------------- service show ----------------*/
.service-banner {
	width: 100%;
	height: 564px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.service-banner img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.service-list-page {
	width: 100%;
	height: auto;
	padding: 286px 0 130px 0;
	z-index: 2;
}

.service-list-page .service-search-form {
	margin-top: 0;
	margin-bottom: 150px;
}

.service-box {
	width: 100%;
	height: auto;
	background: #ffffff;
	position: relative;
}

.service-box::before {
	content: " ";
	width: 220px;
	height: 100%;
	background: #EAEAEB;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.service-ctrl {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
}

.service-ctrl::before, .service-ctrl::after {
	content: " ";
	width: 100%;
	height: 1.2px;
	display: block;
	position: absolute;
	left: 0;
	top: 5.4px;
	background: #979797;
	/*
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	*/
}

.service-ctrl::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.service-class {
	width: 220px;
	height: auto;
	float: left;
	padding: 20px 0 40px 0;
	position: relative;
	z-index: 2;
}

.service-class dl {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.service-class dl::after {
	content: " ";
	width: 180px;
	height: 1px;
	display: block;
	background: #d8d8d8;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.service-class dl dt {
	width: 180px;
	height: 18px;
	float: left;
	margin: 20px;
	position: relative;
	line-height: 18px;
	cursor: pointer;
}

.service-class dl dt span {
	padding-left: 10px;
	border-left: 3px solid #EAEAEB;
	color: #191919;
	font-size: 16px;
	font-family: "scm";
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.service-class dl dt:hover span {
	color: #C8152D;
}

.service-class dl.show dt span {
	color: #C8152D;
	border-left: 3px solid #C8152D;
}

.service-class dl.show .service-ctrl::after {
	opacity: 0;
}

.service-class dl dd {
	width: 100%;
	height: 0;
	float: left;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.service-class dl dd a {
	width: 100%;
	height: 34px;
	display: block;
	padding: 0 20px 0 40px;
	color: #191919;
	font-size: 14px;
	line-height: 34px;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.service-class dl dd a:last-child {
	margin-bottom: 10px;
}

.service-class dl dd a:hover {
	color: #C8152D;
}

.service-class dl dd a.on {
	background: #C8152D;
	color: #ffffff;
}


.service-content-box {
	width: 980px;
	height: auto;
	float: right;
	padding: 36px 50px 90px 50px;
	background: #ffffff;
}

.service-pos {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-title {
	margin: 22px 0 0 0;
	color: #C8152D;
	font-size: 16px;
	line-height: 16px;
	overflow: visible;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.service-title span {
	line-height: 16px;
	overflow: visible;
}

.service-content-box .news-content {
	margin: 30px 0 0 0;
}

.service-list-item {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-list-item .service-title {
	margin-bottom: 10px;
	color: #474747;
	cursor: pointer;
}

.service-list-item.show .service-title, .service-list-item .service-title:hover {
	color: #C8152D;
}

.service-list-item.show .service-title .service-ctrl::after {
	opacity: 0;
}

.service-content {
	margin: 0 0 18px 0;
	padding: 20px 30px 30px 30px;
	background: #F5F6F7;
	display: none;
}

.single-service-content {
	display: block;
	margin-top: 30px;
	padding: 0;
	background: none;
}

.service-content .news-content {
	margin: 0;
}

.service-list-close {
	margin-top: 30px;
	cursor: pointer;
}

.service-list-close span {
	float: right;
	padding-right: 16px;
	background: url(../images/knowledge_close.png) no-repeat right center;
	background-size: 10px;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
	overflow: visible;
}

.service-search-result {
	padding: 30px 50px 80px 50px;
	background: #ffffff;
}

.service-result-tips {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #474747;
	font-size: 12px;
	line-height: 12px;
}

.service-search-no-result {
	width: 100%;
	margin: 20px 0;
	color: #939393;
	font-size: 14px;
}

/*---------------- business ----------------*/
.cat-container {
	background: #ffffff;
}

/*
.cat-tab-content {
	opacity: 1;
}
*/
.business-page {
	background: #ffffff;
}

/* market */
.market {
	margin: 100px 0 120px 0;
}

.market-icon-list {
	width: 100%;
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.market-icon-list li {
	width: 124px;
	height: 124px;
	margin: 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #C8152D;
	border-radius: 5px;
}

.market-icon-list li img {
	width: 70px;
	display: block;
}

.market-icon-list li h3 {
	margin-top: 8px;
	color: #C8152D;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
	overflow: visible;
}

.market-content {
	width: 1148px;
	height: auto;
	margin: 0 auto;
	color: #474747;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

/* advantage */
.advantage-list {
	width: 100%;
	height: auto;
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.advantage-list li {
	width: 390px;
	height: auto;
	margin-right: 15px;
}

.advantage-list li:nth-child(3n) {
	margin-right: 0;
}

.advantage-list li img {
	width: 100%;
	display: block;
}

.advantage-list li h3 {
	width: 100%;
	margin: 20px 0 10px 0;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	overflow: visible;
}

.advantage-list li p {
	width: 100%;
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

.advantage-content {
	width: 100%;
	height: 242px;
	margin: 20px 0 60px 0;
	padding: 0 20px 0 30px;
	background: #F5F6F7;
	display: flex;
	align-items: center;
}

.advantage-content .intro {
	width: 242px;
	margin-right: 38px;
}

.advantage-content .intro h3 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.advantage-content .intro p {
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

.advantage-content ul {
	flex: 1;
	display: flex;
}


.advantage-content ul li {
	width: 280px;
	height: 142px;
	margin-left: 15px;
	background: #ffffff;
	border-radius: 6px;
	text-align: center;
}

.advantage-content ul li:nth-child(1) {
	margin-left: 0;
}

.advantage-content ul li h3 {
	width: 100%;
	margin: 43px 0 11px 0;
	color: #000000;
	font-size: 12px;
	font-family: "scm";
	line-height: 12px;
}

.advantage-content ul li p {
	width: 100%;
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

.advantage-icon-list {
	width: 100%;
	margin-bottom: 88px;
	display: flex;
	flex-wrap: wrap;
}

.advantage-icon-list li {
	width: 25%;
	height: auto;
	margin-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantage-icon-list li img {
	width: 70px;
	display: block;
}

.advantage-icon-list li h3 {
	margin-top: 12px;
	color: #474747;
	font-size: 14px;
	line-height: 14px;
}

.crm .intro {
	width: 100%;
	margin: 20px 0 40px 0;
	color: #474747;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.crm-tab-title {
	width: 804px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: visible;
}

.crm-tab-title::before {
	content: " ";
	width: 100%;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px dashed #C8152D;
}

.crm-tab-title li {
	width: 166px;
	height: 166px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 9px 1px rgba(31, 34, 91, 0.04);
	position: relative;
	z-index: 20;
	cursor: pointer;
}

.crm-tab-title li img {
	width: 100px;
	height: auto;
	display: block;
	margin: 26px 0 10px 0;
}

.crm-tab-title li h3 {
	color: #C8152D;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.crm-arrow {
	width: 100%;
	height: 12px;
	margin-top: 20px;
	position: relative;
}

.crm-arrow img {
	width: 35px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-o-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.crm-arrow img.tab-1 {
	margin-left: -337.5px;
}

.crm-arrow img.tab-2 {
	margin-left: -17.5px;
}

.crm-arrow img.tab-3 {
	margin-left: 302.5px;
}

.crm-tab-container {
	margin-bottom: 120px;
	padding: 38px 0 60px 0;
	background: #f5f6f7;
	border-radius: 8px;
}

.crm-tab-content {
	display: none;
	opacity: 0;
}

.crm-tab-content.on {
	display: block;
	opacity: 1;
}

.crm-tab-content .single-title h3 {
	font-size: 16px;
	font-family: "scb";
	line-height: 16px;
}

.crm-tab-content .info {
	width: 810px;
	margin: 19px auto 0 auto;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
}

.crm-tab-content .info h3 {
	font-family: "scm";
}

.join {
	margin: 120px 0 100px 0;
}

.join-email {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.join-email img {
	width: 83px;
	height: auto;
	display: block;
	margin: 60px 0 20px 0;
}

.join-email h3 {
	color: #000000;
	font-size: 18px;
	font-family: "scm";
	line-height: 18px;
}

.join-email a {
	margin: 10px 0 60px 0;
	color: #939393;
	font-size: 14px;
	line-height: 14px;
}

.join img.arrow {
	width: 18px;
	display: block;
	margin: 0 auto;
}

.join-form {
	padding: 100px 0;
	background: #F5F6F7;
}

.join-form ul {
	width: 1030px;
	height: auto;
	margin: 40px auto 10px auto;
}

.join-form ul li {
	width: 500px;
	height: 50px;
	float: left;
	margin: 0 30px 30px 0;
	padding: 0 14px;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
}

.join-form ul li:nth-child(2n) {
	margin-right: 0;
}

.join-form ul li img {
	width: 30px;
	display: block;
}

.join-form ul li span {
	margin: 0 6px;
	color: #939393;
	font-size: 14px;
	line-height: 14px;
}

.join-form ul li input {
	height: 100%;
	flex: 1;
	background: none;
	border: 0;
	color: #474747;
	font-size: 14px;
	line-height: 14px;
}

.join-form .btn-base {
	width: 151px;
	height: 36px;
	color: #F5F6F7;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
}

.join-form .tips {
	margin-top: 20px;
	color: #939393;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

/*---------------- engineering ----------------*/
.engineering-page {
	background: #ffffff;
}

.engineering {
	width: 900px;
	height: auto;
	margin: 100px auto;
}

.engineering .content {
	width: 100%;
	margin-top: 20px;
	color: #474747;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.engineering .content img {
	max-width: 100%;
	display: block;
	margin-top: 40px;
}

.client {
	padding: 100px 0 105px 0;
	background: #f5f6f7;
}

.client-box {
	width: 1140px;
	margin: 0 auto;
}

.client-tab-title {
	width: 450px;
	margin: 60px auto 40px auto;
}

.client-logo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.client-logo img {
	width: 220px;
	height: auto;
	display: block;
	border-radius: 8px;
	margin: 0 10px 10px 0;
}

.client-logo img:nth-child(5n) {
	margin-right: 0;
}

.client-swiper-1, .client-swiper-2, .client-swiper-3 {
	display: none;
}


/* case */
.case {
	width: 1200px;
	margin: 100px auto 0 auto;
}

.case .tab-line-title {
	width: 700px;
	margin: 60px auto 30px auto;
}

.case-tab-container {
	width: 100%;
}

.case-item {
	background: #F5F6F7;
	border-radius: 6px;
}

.case-item .info {
	flex: 1;
}

.case-item .info h3 {
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000000;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
}

.case-item .info  p {
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

/* case-list-1 */
.case-list-1 .case-item {
	width: 590px;
	height: 260px;
	padding: 30px 15px;
	float: left;
	margin: 0 0 -5px 0;
	display: flex;
}

.case-list-1 .case-item:nth-child(2n) {
	margin-right: 0;
}

.case-list-1 .case-item:nth-child(3), .case-list-1 .case-item:nth-child(4) {
	margin-bottom: 0;
}

.case-list-1 .case-item .thumb {
	width: 330px;
	height: 200px;
	margin-right: 15px;
}

.case-list-1 .case-item .info {
	margin-top: 10px;
}

/* case-list-2 */
.case-list-2 .case-item {
	width: 100%;
	height: 270px;
	padding: 15px;
	float: left;
	display: flex;
	align-items: center;
}

.case-list-2 .case-item:nth-child(1) {
	margin-top: 0;
}

.case-list-2 .case-item .thumb {
	width: 660px;
	height: 240px;
	margin-right: 30px;
}

/* case-list-3 */
.case-list-3 .case-item {
	width: 285px;
	height: 220px;
	padding: 14px 15px 17px 15px;
	float: left;
	margin: 0 15px 0 0;
}

.case-list-3 .case-item:nth-child(1) {
	margin-top: 0;
}

.case-list-3 .case-item .thumb {
	width: 100%;
	height: 163px;
}

.case-list-3 .case-item .info h3 {
	height: 14px;
	margin-top: 12px;
	margin-bottom: 0;
	border-bottom: 0;
}

.case-list-3 .case-item.big {
	width: 300px;
	height: 455px;
}

.case-list-3 .case-item.big .thumb{
	height: 398px;
}

.case-list-3 .case-item:nth-child(4), .case-list-3 .case-item:nth-child(7) {
	margin-right: 0;
}

.case-list-3 .case-item:nth-child(2), .case-list-3 .case-item:nth-child(3), .case-list-3 .case-item:nth-child(4) {
	margin-bottom: 15px;
}

/* case-list-4 */
.case-list-4 .case-item {
	width: 100%;
	height: 270px;
	padding: 15px;
	float: left;
}

.case-list-4 .case-item:nth-child(1) {
	margin-top: 0;
}

.case-list-4 .case-item .lg-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.case-list-4 .case-item .thumb {
	width: 42.6667vw;
	height: 58.6667vw;
	margin-right: 2.6667vw;
}

.case-list-4 .case-item .thumb img.big {
	width: 400px;
	margin-right: 15px;
}

.case-list-4 .case-item .thumb img.small {
	width: 260px;
}

.case-list-4 .case-item .info {
	margin-left: 30px;
}

/* process */
.process {
	padding: 120px 0;
}

.process .content {
	margin: 20px auto 70px auto;
	color: #474747;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.process-scroll {
	width: 100%;
}

.process ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.process ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.process ul li img {
	width: 70px;
	height: auto;
	display: block;
}

.process ul li h3 {
	margin: 30px 0 5px 0;
	color: #000000;
	font-size: 14px;
	font-family: "scm";
	line-height: 14px;
}

.process ul li p {
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

.process ul li.gap img {
	width: 6px;
	margin-top: 31px;
}

.contact {
	padding: 100px 0 108px 0;
	background: #f5f6f7;
}

.contact ul {
	width: 1020px;
	height: auto;
	margin: 40px auto 0 auto;
	overflow: visible;
}

/*
.contact ul li {
	width: 100%;
	height: 100px;
	padding: 0 60px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
*/

.contact ul li {
	width: 500px;
	height: 100px;
	padding: 0 60px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.contact ul li:nth-child(1) {
	margin-right: 20px;
}

.contact ul li img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.contact ul li .info {
	
}

.contact ul li .info h3 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
	font-family: "scm";
	line-height: 18px;
}

.contact ul li .info p {
	color: #939393;
	font-size: 14px;
	line-height: 22px;
}

.contact.one-row ul li {
	width: 100%;
	margin-right: 0;
	display: flex;
	justify-content: center;
}

.contact.one-row ul li .info {
	flex: inherit;
}

.contact .tips {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

/*---------------- customization ----------------*/
.customization-page {
	background: #f5f6f7;
}

.fashion {
	background: #ffffff;
	padding: 100px 0;
	text-align: center;
}


.fashion h3 {
	color: #000000;
	font-size: 48px;
	font-family: "scm";
	line-height: 48px;
}

.fashion p {
	margin: 20px 0 40px 0;
	color: #474747;
	font-size: 14px;
	line-height: 24px;
}

.fashion img {
	width: 100%;
	display: block;
}

.space-8 {
	padding-top: 100px;
}

.space-8 img {
	width: 100%;
	margin-top: 60px;
	display: block;
}

.join-reason {
	margin-top: 160px;
}

.join-reason ul {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.join-reason-item {
	width: 390px;
	height: 420px;
	margin: 0 15px 11px 0;
	background: #ffffff;
}

.join-reason-item:nth-child(3), .join-reason-item:nth-child(5) {
	margin-right: 0;
}

.join-reason-item.big {
	width: 592.5px;
	height: 420px;
}

.join-reason-item img {
	width: 100%;
	display: block;
}

.join-reason-item .info {
	width: 100%;
	padding: 20px 20px 0 20px;
}


.join-reason-item h3 {
	width: 100%;
	padding: 0 0 0 15px;
	position: relative;
	color: #474747;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.join-reason-item h3::before {
	content: " ";
	width: 3px;
	height: 16px;
	background: #C8152D;
	position: absolute;
	left: 0;
	top: 0;
}

.join-reason-item p {
	margin-top: 5px;
	color: #474747;
	font-size: 12px;
	line-height: 20px;
}

.train {
	margin-top: 149px;
}

.train ul {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.train ul li {
	width: auto;
	height: 260px;
	margin: 0 10px 10px 0;
}

.train ul li:nth-child(2n) {
	margin-right: 0;
}

.train ul li img {
	width: auto;
	height: 100%;
	display: block;
}

.customization-page .contact {
	padding: 160px 0;
}


/*---------------- club ----------------*/
.club-page {
	background: #f5f6f7;
}


.club-banner-info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.club-banner-info h3 {
	color: #ffffff;
	font-size: 48px;
	line-height: 100px;
	opacity: 0;
	transform: translate3d(0, 60px, 0);
	-webkit-transform: translate3d(0, 60px, 0);
	-ms-transform: translate3d(0, 60px, 0);
	-moz-transform: translate3d(0, 60px, 0);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

.club-banner-info.active h3 {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.club-banner-info h3:nth-child(1) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
}

.club-banner-info h3:nth-child(2) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
}

.club-banner-info h3:nth-child(3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
}

.club-banner-info h3:nth-child(4) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
}

.club-banner-info h3:nth-child(5) {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
}

.club-box {
	padding: 100px 0;
}

.club-box ul {
	width: 100%;
	height: auto;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	overflow: visible;
}

.club-box ul li {
	width: 200px;
	height: 40px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #C8152D;
	border-radius: 6px;
}

.club-box ul li label {
	width: 50px;
	height: 40px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C8152D;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.club-box ul li span {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

.club-box .content {
	width: 100%;
}

.club-box .content img {
	max-width: 100%;
	display: block;
}

/*---------------- mall ----------------*/
.mall-page {
	padding-top: 100px;
	background: #ffffff;
}

.mall-banner {
	height: 530px;
}

.mall-banner .mall-banner-pic {
	width: auto;
	height: 530px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.mall-banner-info {
	width: 800px;
	height: auto;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 100px;
	color: #000000;
}

.mall-banner-info h4 {
	margin: 20px 0 8px 0;
	font-size: 16px;
	font-family: "scm";
	line-height: 28px;
}

.mall-banner-info p {
	font-size: 14px;
	line-height: 28px;
}

.mall-banner-info h5 {
	margin: 14px 0 0 0;
	font-size: 16px;
	font-family: "scm";
	line-height: 28px;
	text-align: right;
}

.mall-list {
	width: 956px;
	height: auto;
	margin: 0 auto 105px auto;
}

.mall-list ul {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mall-list ul li {
	width: 224px;
	height: 80px;
	margin: 0 20px 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5F6F7;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

.mall-list ul li:nth-child(4n) {
	margin-right: 0;
}



/*---------------- job ----------------*/
.job-page {
	padding: 120px 0;
	background: #f5f6f7;
}

.job-list {
	width: 960px;
	height: auto;
	margin: 60px auto 0 auto;
	display: flex;
}

.job-list li {
	width: 300px;
	height: 390px;
	margin-right: 30px;
	background: #ffffff;
	border-radius: 8px;
}

.job-list li:nth-child(3n) {
	margin-right: 0;
}

.job-list li img {
	width: 80px;
	display: block;
	margin: 87px auto 0 auto;
}

.job-list li h3 {
	width: 100%;
	margin: 20px 0 60px 0;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
	text-align: center;
}


/*---------------- course ----------------*/
.course-page {
	padding: 120px 0;
	background: #f5f6f7;
}

.course-page .tab-icon-title {
	margin: 60px 0 40px 0;
}


.course-list {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.course-item {
	width: 380px;
	height: 160px;
	float: left;
	margin: 0 30px 30px 0;
	background: #ffffff;
}

.course-item:nth-child(3n) {
	margin-right: 0;
}

.course-item .info {
	width: 170px;
	height: auto;
	float: left;
	margin: 50px 40px 0 30px;
}

.course-item .info h3 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 3px solid #C8152D;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.course-item .info h3 a {
	color: #000000;
}

.course-item .info p {
	width: 100%;
	height: auto;
	color: #474747;
	font-size: 14px;
	line-height: 21px;
}

.course-item .info p a {
	color: #474747;
}

.course-item .info a {
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.course-item .info a:hover {
	color: #C8152D;
}

.course-item .thumb {
	width: 140px;
	height: 160px;
	float: right;
	overflow: hidden;
}

/* show */
.course-show {
	padding: 30px 0 0 0;
	background: #ffffff;
}

.course-more .course-list {
	float: left;
	margin-top: 60px;
}


/*---------------- store ----------------*/
.store-page {
	padding: 160px 0 160px 0;
	position: relative;
	z-index: 2;
}

.store-page.network {
	padding-top: 225px;
}

.store-page .single-title h3 {
	color: #ffffff;
}

.store-page .single-title h3.t-black {
	color: #000000;
}

.store-title {
	width: 100%;
	height: 50px;
	margin: 60px 0 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	position: relative;
}

.store-title h3 {
	color: #ffffff;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.store-title h3.t-black {
	color: #000000;
}

.store-title .btn-base {
	width: 150px;
	height: 50px;
	padding: 0;
	border-radius: 6px;
	font-size: 16px;
	font-family: "scm";
}

.store-search-box {
	width: 540px;
	height: 50px;
	margin: 0 10px;
	background: #ffffff;
	border-radius: 6px;
	position: relative;
	overflow: visible;
}

.store-search-over {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3200;
	background: #ffffff;
	border-radius: 6px;
}

.store-search-form {
	width: 100%;
	height: 50px;
}

.store-search-form input {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	background: none;
	border: 0;
	color: #474747;
	font-size: 14px;
}

.store-search-form input::placeholder {
	color: #939393;
}

.store-mask {
	width: 300vw;
	height: 300vh;
	position: absolute;
	left: -50%;
	top: -50%;
	z-index: 2500;
	display: none;
}

.store-select {
	width: 100%;
	height: auto;
	min-height: 215px;
	padding: 15px 30px 30px 30px;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3000;
	background: #ffffff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	display: none;
}

.store-select-title {
	width: 100%;
	height: 35px;
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.store-select-title i {
	width: 33.3333%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #939393;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
}

.store-select-title i.on {
	background: #C8152D;
	color: #ffffff;
}

.store-select-list {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.store-select-item {
	width: 100%;
	height: auto;
	display: none;
	flex-wrap: wrap;
}

.store-select-item.on {
	display: flex;
}

.store-select-item i {
	width: 25%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #474747;
	font-size: 12px;
	font-style: normal;
	cursor: pointer;
}

.store-select-item i.on {
	background: #C8152D;
	color: #ffffff;
}

.store-search-result {
	width: 100%;
}

.result-info {
	width: 340px;
	height: 800px;
	float: left;
}

.result-tips {
	width: 100%;
	height: 100%;
	padding: 58px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.result-tips img {
	width: 33px;
	display: block;
	margin-bottom: 10px;
}

.result-tips p {
	color: #939393;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

.geo-error-tips {
	display: none;
}

.result-title {
	width: 100%;
	height: 40px;
	float: left;
	padding: 0 25px;
	background: #eaeaea;
	color: #474747;
	font-size: 12px;
	line-height: 40px;
}

.result-list-container {
	width: 100%;
	height: 760px;
	padding: 22px 0 22px 25px;
	float: left;
	background: #ffffff;
}

.result-list {
	width: 305px;
	height: 100%;
	padding-right: 20px;
	overflow-y: auto;
}

.result-list ul  {
	width: 100%;
	height: auto;
}

.result-list ul li {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.result-list ul li:nth-child(1) {
	margin-top: 0;
}

.result-list ul li h3 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	color: #000000;
	font-size: 16px;
	font-family: "scm";
	line-height: 16px;
}

.result-list ul li p {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	display: flex;
	color: #474747;
	font-size: 12px;
	line-height: 18px;
}

.result-list ul li p img {
	width: 16px;
	height: 16px;
	display: block;
	margin: 1px 6px 0 0;
}

.result-list ul li p span {
	flex: 1;
}

.result-list ul li.on h3 {
	color: #C8152D;
}

.result-map {
	width: 860px;
	height: 800px;
	float: left;
}

.result-map * {
	overflow: visible;
}

.result-map img {
	max-width: 100%;
	display: block;
}

/*---------------- app ----------------*/
.app-banner {
	height: 800px;
}

.app-banner-bg {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.app-bannner-info {
	width: 800px;
	height: auto;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 264px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	overflow: visible;
}

.app-bannner-info .icon {
	width: 144px;
	display: block;
	margin: 0 auto
}

.app-bannner-info h3 {
	margin: 20px 0 22px 0;
	font-size: 28px;
}


.app-bannner-info p {
	font-size: 14px;
}

.app-arrow {
	width: 18px !important;
	display: block;
	margin-left: -9px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 80px;
	opacity: 0;
	animation: fadeInDown 1.2s infinite .4s;
	-webkit-animation: fadeInDown 1.2s infinite .4s;
	-ms-animation: fadeInDown 1.2s infinite .4s;
	-moz-animation: fadeInDown 1.2s infinite .4s;
}

.app-page {
	padding: 60px 0 130px 0;
	background: #f5f6f7;
}

.app-info {
	width: 620px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	color: #474747;
	font-size: 14px;
	line-height: 14px;
}

.app-download {
	width: auto;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: visible;
}

.app-download img {
	width: 106px;
	height: auto;
	display: block;
	padding: 6px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.06);
	box-sizing: content-box;
}

.app-download p {
	margin-top: 12px;
}

.app-ver {
	width: 430px;
	height: auto;
	float: left;
	margin-left: 70px;
}

.app-ver ul {
	width: 100%;
	margin-bottom: 20px;
	border-top: 0.5px solid #979797;
	border-left: 0.5px solid #979797;
}

.app-ver ul li {
	width: 50%;
	height: 37px;
	float: left;
	border-bottom: 0.5px solid #979797;
	border-right: 0.5px solid #979797;
	line-height: 37px;
	text-align: center;
}

.app-phone {
	width: 960px;
	height: auto;
	margin: 100px auto 0 auto;
	overflow: visible;
}

.app-phone .swiper-slide {
	width: 216px;
}

.app-phone img {
	width: 100%;
	display: block;
}


.app-phone .swiper-slide:nth-child(2n) img {
	margin-top: 56px;
}


/*---------------- 404 ----------------*/
.error-404 {
	background: #ffffff;
}

.box-404 {
	margin: 260px auto 210px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-404 img {
	width: 200px;
}

.box-404 p {
	margin: 40px 0;
	color: #474747;
	font-size: 40px;
	font-family: "scm";
	line-height: 40px;
	text-align: center;
}

.box-404 a {
	width: 140px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000000;
	border-radius: 8px;
	color: #000000;
	font-size: 20px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.box-404 a:hover {
	border: 1px solid #C8152D;
	color: #C8152D;
}



/*---------------- home ----------------*/








/*---------------- home ----------------*/







