@media (max-width:1023px) {
	.hidden-m {
		display: none!important
	}
}

@media (min-width:1024px) {
	.hidden-pc {
		display: none!important
	}
}

em {
	font-style: normal;
	color: #c7000b
}

.section {
	padding: 0px 0;
	padding-top:0;
}

.section-merge-spacing {
	padding-top: 0
}

.section-container {
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto
}

.section-head {
	padding-bottom: 32px;
	text-align: center
}

.section-head-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #252b3a
}

.section-head-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 14px;
	color: #575d6c
}

.section-head-subtitle a {
	margin-left: 1em;
	-webkit-transition: .2s;
	transition: .2s
}

.section-head-subtitle a i {
	margin-top: -4px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.section-head-subtitle a:hover {
	color: #c7000b
}

.section-head-subtitle a:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.section-head[data-theme=light] .section-head-subtitle,.section-head[data-theme=light] .section-head-title {
	color: #fff
}

.section-more {
	font-size: 0
}

.section-more a {
	font-size: 14px;
	line-height: 18px;
	color: #252b3a
}

.section-more a i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 28px;
	height: 6px;
	margin-top: -4px;
	margin-left: 10px;
	-webkit-transition: .2s;
	transition: .2s
}

.section-more a i:before {
	width: 100%
}

.section-more a i:after,.section-more a i:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid;
	border-radius: 1px
}

.section-more a i:after {
	width: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	transform-origin: right
}

.section-more a:hover i {
	-webkit-transform: translate(5px);
	transform: translate(5px)
}

@media (max-width:1023px) {
	.section {
		padding-top: 28px;
		padding-bottom: 28px
	}

	.section-merge-spacing {
		padding-top: 0
	}

	.section-head {
		padding-bottom: 16px;
		text-align: center
	}

	.section-head-title {
		font-size: 18px;
		line-height: 22px
	}

	.section-head-subtitle {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}
}

@media (min-width:1024px) {
	.element-entrance-container {
		padding: 10px;
		background: #f2f2f2;
		margin: 20px;
		text-align: center
	}

	.element-entrance-1 {
		-webkit-transition: .5s;
		transition: .5s
	}

	.element-entrance-1.ee-out {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	.element-entrance-1.ee-enter {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	.element-entrance-2 {
		-webkit-transition: .5s;
		transition: .5s
	}

	.element-entrance-2.ee-out {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	.element-entrance-2.ee-enter {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media (min-width:768px) {
	.banner {
		position: relative
	}

	.banner .por-btn-lg-middle {
		line-height: 30px
	}

	.banner .banner-container {
		position: relative;
		height: 650px
	}

	.banner .carousel-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		background: #dae6f0
	}

	.banner .carousel-container {
		background: none!important
	}

	.banner .carousel-slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		background-image: none!important
	}

	.banner .carousel-slide-current {
		visibility: visible;
		opacity: 1
	}

	.banner .carousel-slide-current a {
		z-index: 2
	}

	.banner .carousel-slide-active {
		z-index: 1;
		opacity: 1;
		visibility: visible
	}

	.banner .carousel-indicator-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 127px;
		width: 100%;
		font-size: 0;
		text-align: center
	}

	.banner .carousel-indicator {
		display: inline-block;
		position: relative;
		z-index: 99;
		padding: 5px 3px;
		cursor: pointer
	}

	.banner .carousel-indicator span {
		display: block;
		width: 40px;
		height: 2px;
		background: rgba(0,0,0,.15);
		opacity: .7;
		-webkit-transition: .2s;
		transition: .2s
	}

	.banner .carousel-indicator:first-child {
		margin-left: -3px
	}

	.banner .carousel-indicator:hover span {
		background: #252b3a
	}

	.banner .carousel-indicator-active span {
		opacity: 1;
		background: #252b3a
	}

	.banner .banner-content {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		height: 100%
	}

	.banner .banner-content-bg {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		background-size: cover;
		background-position: 50%
	}

	.banner .banner-content-inner {
		display: block;
		position: relative;
		z-index: 1;
		height: 100%
	}

	.banner .banner-content-main {
		height: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}

	.banner .banner-content-main-inner {
		position: relative;
		height: 100%
	}

	.banner .banner-content-main-inner:after,.banner .banner-content-main-inner:before {
		content: "";
		display: table;
		clear: both
	}

	.banner .banner-text {
		margin-top: 188px;
		width: 60%
	}

	.banner .banner-text h5 {
		font-weight: 700;
		font-size: 52px;
		line-height: 66px;
		color: #252b3a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.banner .banner-text h5+p {
		margin-top: 12px
	}

	.banner .banner-text p {
		font-size: 20px;
		line-height: 30px;
		color: #252b3a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.banner .banner-text-btn-wrapper {
		margin-top: 32px
	}

	.banner .banner-learn-more {
		font-size: 18px;
		line-height: 24px;
		color: #252b3a
	}

	.banner .banner-learn-more i {
		display: inline-block;
		vertical-align: middle;
		width: 27px;
		border-top: 1px solid;
		border-radius: 1px;
		margin-left: 13px;
		-webkit-transition: .2s;
		transition: .2s
	}

	.banner .banner-learn-more i:before {
		content: "";
		float: right;
		width: 7px;
		border-bottom: 1px solid;
		border-radius: 1px;
		margin-top: -1px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}

	.banner .banner-learn-more:hover i {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}

	.banner .banner-text-mb {
		display: none
	}

	.banner .banner-icon {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 66.796875%;
		width: 430px;
		height: 100%;
		margin: auto
	}

	.banner .banner-icon-cover,.banner .banner-icon-default {
		display: block;
		position: absolute;
		top: -1050px;
		bottom: -1000px;
		width: 100%;
		margin: auto
	}

	.banner .banner-icon-default {
		z-index: 1
	}

	.banner .banner-icon-cover {
		z-index: 0
	}

	.banner [data-enter-transition=banner-text-enter] {
		opacity: 0
	}

	.banner .banner-text-enter {
		opacity: 1;
		-webkit-transition: .8s;
		transition: .8s
	}

	.banner [data-enter-transition=banner-icon-default-enter] {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	.banner .banner-icon-default-enter {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0);
		-webkit-transition: .8s;
		transition: .8s
	}

	.banner [data-enter-transition=banner-icon-cover-enter] {
		opacity: 0
	}

	.banner .banner-icon-cover-enter {
		opacity: 1;
		-webkit-transition: .8s;
		transition: .8s
	}

	.banner .banner-exit-none {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}@	-webkit-keyframes fadeOut {
		0%{opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.banner .banner-fadeOut {
	-webkit-animation: fadeOut .65s forwards;
	animation: fadeOut .65s forwards
}

.banner [data-enter-transition=banner-trans-fadeInUp] {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0)
}

.banner .banner-trans-fadeInUp {
	opacity: 1
}

.banner .banner-trans-fadeInUp,.banner .banner-trans-fadeOut {
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.banner .banner-trans-fadeOut {
	opacity: 0
}

.banner [data-enter-transition=banner-trans-fadeInLeft] {
	opacity: 0;
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0)
}

.banner .banner-trans-fadeInLeft {
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.banner .banner-trans-fadeOutLeft {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0)
}

.banner .banner-products {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 30px
}

.banner .banner-products .section-head {
	display: none
}

.banner .banner-products ul {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.banner .banner-product {
	display: block;
	padding-bottom: 8px;
	text-align: center;
	width: 100px
}

.banner .banner-product i {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% auto;
	background-position: 0 top
}

.banner .banner-product p {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	-webkit-transition: .2s;
	transition: .2s
}

.banner .banner-product:hover p {
	font-weight: 700
}

.events-container {
	width: 100%;
	height: 100px;
	z-index: 99;
	position: absolute;
	bottom: 0;
	background: hsla(0,0%,100%,.3)
}

.events-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}


.event-icon {
	width: 100px;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-size: 100% 100%
}

.event-icon i {
	-webkit-transition: all .2s;
	transition: all .2s;
	display: none;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==)
}

.event-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 100px);
	padding-right: 10px
}


}

@media (min-width:768px) and (max-width:1439px) {
	.banner .banner-content-main {
		max-width: 1200px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-content-main {
		max-width: none;
		padding-left: 3%;
		padding-right: 3%
	}
}

@media (min-width:768px) and (max-width:1439px) {
	.banner .banner-products ul {
		max-width: 1200px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-products ul {
		max-width: none;
		padding-left: 3%;
		padding-right: 3%
	}
}

@media (min-width:768px) and (min-width:1921px) {
	.banner .banner-content-main-inner {
		position: static
	}

	.banner .banner-icon {
		width: 22.39583333%;
		left: 61.19791667%
	}
}

@media (min-width:768px) and (max-width:1599px) {
	.banner .banner-container {
		height: 490px
	}

	.banner .banner-content-main-inner {
		position: static
	}

	.banner .carousel-indicator-wrapper {
		bottom: 105px
	}

	.banner .banner-text {
		margin-top: 113px;
		width: 55%
	}

	.banner .banner-text h5 {
		font-size: 40px;
		line-height: 50px
	}

	.banner .banner-text h5+p {
		margin-top: 8px
	}

	.banner .banner-text p {
		font-size: 18px;
		line-height: 22px
	}

	.banner .banner-learn-more {
		font-size: 16px;
		line-height: 24px
	}

	.banner .banner-icon {
		width: 22.39583333%;
		left: 61.19791667%
	}
}

@media (min-width:768px) and (max-width:1446px) {
	.banner .banner-icon {
		width: 334px;
		left: calc(50% + 157px)
	}
}

@media (min-width:768px) and (max-width:1376px) {
	.banner .banner-icon {
		width: 301px;
		left: calc(50% + 162px)
	}

	.banner .banner-icon-cover,.banner .banner-icon-default {
		top: -1030px
	}

	.banner .banner-container {
		height: 470px
	}

	.banner .banner-text {
		margin-top: 111px;
		margin-left: 40px
	}

	.banner .carousel-indicator-wrapper {
		bottom: 95px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-container {
		height: 350px
	}

	.banner .banner-text {
		margin-top: 78px;
		margin-left: 40px
	}

	.banner .banner-text h5 {
		font-size: 32px;
		line-height: 40px
	}

	.banner .banner-text p {
		font-size: 14px;
		line-height: 22px
	}

	.banner .banner-icon {
		width: 19.43151596%;
		left: 62.5%
	}

	.banner .banner-text-btn-wrapper {
		margin-top: 24px
	}

	.banner .carousel-indicator-wrapper {
		bottom: 75px
	}

	.banner .banner-learn-more {
		font-size: 14px;
		line-height: 22px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.banner .banner-container {
		height: 350px
	}

	.banner .banner-text-more {
		margin-top: 12px
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.banner .carousel-indicator-wrapper {
		bottom: 75px
	}

	.banner .banner-icon {
		width: 197px;
		left: calc(50% + 130px)
	}
}



@media (min-width:768px) and (max-width:1599px) {
	.event-icon {
		width: 90px;
		height: 90px;
		margin-left: 0
	}

	.event-content {
		width: calc(100% - 90px)
	}

	.event-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 4px
	}

	.events-container {
		height: 90px
	}
}

@media (min-width:768px) and (max-width:1599px) and (min-width:1377px) {
	.event-item:first-child {
		margin-left: -25px
	}

	.event-item:last-child {
		margin-right: -25px
	}
}

@media (min-width:768px) and (max-width:1376px) {
	.events-container {
		height: 80px
	}

	.event-icon {
		width: 80px;
		height: 80px;
		margin-left: 10px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.events-container {
		height: 60px
	}

	.event-icon {
		width: 60px;
		height: 60px;
		margin-left: 10px
	}

	.event-desc {
		display: none
	}

	.event-title {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.event-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.event-icon {
		width: 60px;
		height: 60px;
		margin-left: -10px
	}

	.event-content {
		width: auto;
		margin-left: 10px
	}

	.event-title {
		margin-bottom: 0;
		font-size: 14px
	}

	.event-desc {
		display: none
	}
}

@media (max-width:767px) {
	.carousel-slide {
		position: relative
	}

	.carousel-slide img {
		display: block;
		width: 100%
	}

	.carousel-wrapper {
		background: none!important;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

	.banner-container:not(.init-img),.banner-container:not(.init-img) .carousel-slide {
		height: 106.66666667vw;
		overflow: hidden;
		background-size: cover
	}

	.banner-container {
		height: 106.66667vw;
		background-size: cover;
		position: relative
	}

	.banner-icon,.banner-text-more {
		display: none
	}

	.banner-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-top: 24px;
		text-align: center;
		color: #252b3a
	}

	.banner-text h5 {
		font-size: 24px;
		line-height: 30px;
		padding-left: 30px;
		padding-right: 30px
	}

	.banner-text h5+p {
		margin-top: 4px
	}

	.banner-text p {
		font-size: 14px;
		line-height: 22px;
		padding-left: 30px;
		padding-right: 30px
	}

	.banner-text-pc {
		display: none
	}

	.banner-text-mb {
		display: block
	}

	.banner-container .carousel-indicator-wrapper {
		position: absolute;
		z-index: 999;
		bottom: 97px;
		left: 0;
		right: 0;
		font-size: 0;
		text-align: center
	}

	.banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 24px;
		height: 2px;
		margin-left: 2px;
		margin-right: 2px;
		background: rgba(0,0,0,.15);
		border-radius: 0;
		opacity: .4
	}

	.banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #252b3a;
		opacity: 1
	}

	.banner-products {
		padding: 28px 18px 16px
	}

	.banner-products ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		margin-left: -16px;
		margin-right: -16px
	}

	.banner-products li {
		width: 25%;
		padding-left: 16px;
		padding-right: 16px
	}

	.banner-product {
		display: block;
		padding-bottom: 12px;
		text-align: center
	}

	.banner-product i {
		display: block;
		width: 60px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		background-size: 100% auto;
		background-position: 0 top
	}

	.banner-product p {
		margin-top: 4px;
		font-size: 12px;
		line-height: 18px;
		color: #333
	}

	.events-container {
		z-index: 99;
		position: absolute;
		background: hsla(0,0%,100%,.3);
		height: 80px;
		width: 100%;
		bottom: 0
	}

	.events-container .events-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%
	}

	.events-container .event-item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.events-container .event-item .event-icon {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50px;
		height: 50px;
		background-size: 100% 100%
	}

	.events-container .event-item .event-icon i {
		display: none;
		width: 50px;
		height: 50px;
		background-size: 100% 100%;
		background-image: url(data:image/png;
		base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==)
	}

	.events-container .event-item .event-content {
		padding-bottom: 12px
	}

	.events-container .event-item .event-content .event-title {
		font-size: 12px;
		color: #252b3a;
		height: 18px;
		line-height: 18px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.events-container .event-item .event-content .event-desc {
		display: none
	}
}

.home-frames {
	padding-top: 40px;
	background-color: #fff
}

.home-frames-head {
	padding-bottom: 24px
}

.home-frames-head-title {
	font-size: 20px;
	line-height: 22px;
	color: #252b3a
}

.home-frames-wrapper {
	padding-bottom: 8px
}

.home-frames-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-frames-wrapper li {
	width: 12.5%;
	padding: 0 5px 24px
}

.home-frame-card {
	display: block
}

.home-frame-card i {
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	overflow: hidden;
	margin: 0 auto 4px
}

.home-frame-card i img {
	display: block;
	width: 100%;
	opacity: 0
}

.home-frame-card p {
	font-size: 12px;
	line-height: 16px;
	color: #252b3a;
	text-align: center
}

.home-frame-card:hover p {
	font-weight: 700
}

.home-frame-card.loaded i {
	background: none!important
}

.home-frame-card.loaded i img {
	opacity: 1
}

@media (max-width:1599px) {
	.home-frames {
		padding-top: 24px
	}

	.home-frames-head {
		padding-bottom: 16px
	}

	.home-frames-head-title {
		font-size: 16px;
		line-height: 20px
	}
}

@media (max-width:767px) {
	.home-frames {
		padding-top: 28px
	}

	.home-frames p {
		color: #333
	}

	.home-frames i {
		width: 32px;
		height: 32px;
		margin-bottom: 8px
	}

	.home-frames-head-title {
		font-size: 18px;
		line-height: 22px;
		text-align: center
	}

	.home-frames-wrapper {
		padding-bottom: 24px
	}

	.home-frames-wrapper li {
		width: 25%;
		padding: 8px
	}
}

.section-group-product {
	background-size: 1920px auto
}

@media (min-width:1920px) {
	.section-group-product {
		background-size: cover
	}
}

.section-product {
	position: relative
}

.section-product .por-container {
	position: relative;
	z-index: 1
}

.section-product-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: bottom
}

@media (min-width:1920px) {
	.section-product-bg {
		background-size: 100% auto
	}
}

.section-product-bg.init-parallax {
	background-image: url(//res.hc-cdn.com/cpage-pep-home-page/2.0.3/images/products/productBg.jpg)
}

.product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
	box-shadow: 0 2px 20px rgba(0,0,0,.2)
}

.product-tag {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	background: #c7000b;
	padding: 0 8px;
	border: 1px solid #c7000b;
	border-radius: 2px;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	color: #fff
}

.product-tag-outline {
	background-color: transparent;
	color: #c7000b
}

.product-tag-outline-grey {
	background-color: transparent;
	border-color: #adb0b8;
	color: #8a8e99
}

.product-label-angel {
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
	height: 66px;
	padding-top: 10px;
	overflow: hidden
}

.product-label-angel span {
	display: block;
	width: 200px;
	height: 23px;
	margin: 0 -67px;
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.product-label-angel-red span {
	background-color: #c7000b
}

.product-label-angel-orange span {
	background-color: #fa9841
}

.product-label-angel-blue span {
	background-color: #5e7ce0
}

.product-nav {
	width: 21.875%;
	min-height: 604px;
	padding-top: 16px;
	background-size: cover
}

.product-nav,.product-nav-menu {
	position: relative
}

.product-nav-menu-inner {
	position: relative;
	padding: 16px 16px 16px 32px;
	font-size: 16px;
	line-height: 20px;
	color: #252b3a;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-menu-inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 3px solid #c7000b;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-menu.active .product-nav-menu-inner {
	font-weight: 700;
	background-color: hsla(0,0%,100%,.68)
}

.product-nav-menu.active .product-nav-menu-inner:before {
	opacity: 1
}

.product-nav-more {
	position: absolute;
	bottom: 32px;
	left: 32px
}

.product-nav-more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #252b3a;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-more a:hover {
	color: #c7000b
}

.product-nav-more i {
	font-size: 16px;
	color: inherit;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.product-nav-more a:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.product-wrapper {
	position: relative;
	width: 78.125%
}

.product-content:not(.show) {
	display: none
}

.product-content {
	height: 100%;
	background-color: #fff
}

.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}

.product-list>li {
	width: 33.33333333%;
	height: 33.33333333%;
	border-left: 1px solid #dfe1e6
}

.product-list>li:nth-child(n+4) {
	border-top: 1px solid #dfe1e6
}

.product-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 32px;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: .2s;
	transition: .2s
}

.product-card i {
	display: block;
	width: 36px;
	height: 36px;
	background-size: cover;
	font-size: 36px;
	margin-bottom: 8px
}

.product-card h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #252b3a;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.product-card h5 .product-tag {
	margin-left: 4px;
	margin-top: -4px;
	margin-right: -46px
}

.product-card p {
	font-size: 14px;
	line-height: 22px;
	color: #575d6c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 44px
}

.product-card .product-btns,.product-card .product-labels,.product-card .product-price,.product-card p {
	margin-bottom: 12px
}

.product-card .product-btns:last-child,.product-card .product-labels:last-child,.product-card .product-price:last-child,.product-card p:last-child {
	margin-bottom: 0
}

.product-card:hover {
	z-index: 1;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,.1);
	box-shadow: 0 8px 20px rgba(0,0,0,.1)
}

.product-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-labels .product-tag+.product-tag {
	margin-left: 4px
}

.product-price {
	font-size: 12px;
	line-height: 14px;
	color: #575d6c;
	overflow: hidden
}

.product-price em {
	font-style: normal;
	font-weight: 700;
	color: #c7000b
}

.product-price span {
	font-size: 20px;
	line-height: 20px
}

.product-card-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;
	color: #252b3a;
	-webkit-transition: .2s;
	transition: .2s
}

.product-card:hover .product-card-more {
	color: #c7000b
}

.product-card:hover .product-card-more .por-icon {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.product-card-more .por-icon {
	font-size: 16px;
	color: inherit;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.product-mb-container {
	display: none
}

@media (max-width:1023px) {
	.section-group-product {
		background-image: none!important
	}

	.section-product {
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(38%,#e6eff6))!important;
		background-image: linear-gradient(180deg,#fff,#e6eff6 38%)!important;
		background-size: 100% 100%
	}

	.section-product .product-container {
		display: none
	}

	.product-mb-container {
		display: block;
		background-color: #fff
	}

	.product-m-tab,.product-m-tab a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.product-m-tab a {
		position: relative;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
		height: 60px;
		padding-left: 16px;
		padding-right: 16px;
		border: 1px solid #dfe1e6;
		font-weight: 700;
		color: #252b3a
	}

	.product-m-tab a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: -1px;
		right: -1px;
		border-bottom: 2px solid #c7000b;
		opacity: 0;
		-webkit-transition: .2s;
		transition: .2s
	}

	.product-m-tab a i {
		font-size: 24px;
		width: 24px;
		height: 24px;
		color: inherit;
		margin-right: 10px
	}

	.product-m-tab a+a {
		border-left: none
	}

	.product-m-tab a.active:before {
		opacity: 1
	}

	.product-m-tab-wrapper+.product-m-tab {
		margin-top: -1px
	}

	.product-m-tab-wrapper {
		border-left: 1px solid #dfe1e6;
		border-right: 1px solid #dfe1e6;
		overflow: hidden;
		-webkit-transition: .35s;
		transition: .35s
	}

	.product-m-tab-content {
		padding: 5px 15px
	}

	.product-m-tab-content:not(.show) {
		display: none
	}

	.product-m-card {
		display: block;
		padding: 10px 0
	}

	.product-m-card h5 {
		font-weight: 500;
		font-size: 14px;
		color: #252b3a
	}

	.product-m-card h5,.product-m-card p {
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.product-m-card p {
		margin-top: 4px;
		font-size: 12px;
		color: #575d6c
	}

	.product-mb-more {
		padding-top: 16px;
		text-align: center
	}
}

@media (min-width:1024px) {
	.section-company .por-collapse-container {
		border: none
	}

	.section-company .por-collapse-trigger {
		display: none
	}

	.section-company .por-collapse {
		display: block
	}

	.section-company .por-tab-wrapper {
		height: 386px
	}
}

@media (max-width:1023px) {
	.section-company .por-collapse-container {
		margin-top: -1px;
		background: #fff
	}

	.section-company .por-tab {
		display: none
	}

	.section-company .por-tab-wrapper {
		padding-top: 0
	}

	.section-company .por-tab-content {
		display: block
	}
}

.section-company .preload {
	width: 0;
	height: 0;
	opacity: 0
}

.section-company .por-tab {
	border-bottom: none
}

.section-company .por-tab-wrapper {
	padding-top: 1px
}

.section-company .por-tab-text {
	font-size: 16px
}

.section-company .product-container {
	height: 385px
}

.section-company .product-nav {
	min-height: auto;
	height: 100%
}

.section-company .product-nav-more {
	position: static
}

.section-company .product-recommends>li {
	height: 50%
}

.company-nav-text {
	padding: 14px 24px 0
}

.company-nav-text ul {
	margin-bottom: 24px
}

.company-nav-text li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px;
	line-height: 22px;
	color: #252b3a;
	padding-top: 3px;
	padding-bottom: 3px
}

.company-nav-text li i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin: 6px 8px 6px 0;
	font-size: 10px;
	background-image: url(//res.hc-cdn.com/cpage-pep-home-page/2.0.3/components/company/images/checked.svg);
	background-size: cover
}

.company-nav-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #252b3a;
	margin-bottom: 8px
}

.company-nav-desc {
	font-size: 14px;
	line-height: 22px;
	color: #575d6c;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 88px
}

.section-company .market {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 64px
}

@media (min-width:1024px) {
	.section-company .market {
		height: 136px
	}
}

.section-company .market>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section-company .market>ul,.section-company .market>ul>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.section-company .market-main {
	width: 32.8125%
}

.section-company .market-main p {
	font-size: 24px;
	line-height: 36px;
	color: #252b3a
}

.section-company .market-main .por-btn {
	margin-top: 24px
}

.section-company .market-item {
	text-align: center;
	color: #252b3a
}

.section-company .market-item-desc {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 8px
}

.section-company .market-item-title {
	font-size: 16px;
	line-height: 22px
}

@media (max-width:1023px) {
	.section-company {
		background: #e6eff6
	}

	.section-company .product-container {
		display: block;
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.section-company .product-wrapper {
		width: 100%
	}

	.section-company .product-nav {
		width: 100%;
		height: auto;
		padding-top: 0;
		background-position: 100%
	}

	.section-company .company-nav-text {
		width: 67%;
		padding: 20px 17px
	}

	.section-company .company-nav-text ul {
		display: none
	}

	.section-company .company-nav-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px
	}

	.section-company .company-nav-desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px
	}

	.section-company .product-nav-more a {
		font-size: 12px;
		line-height: 18px
	}

	.section-company .product-nav-more a i {
		font-size: 14px
	}

	.section-company .product-recommends {
		display: block;
		padding: 5px 0
	}

	.section-company .product-recommends>li {
		height: auto;
		width: auto;
		border: none
	}

	.section-company .product-recommends .product-card {
		display: block;
		padding: 10px 15px
	}

	.section-company .product-recommends .product-card:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.section-company .product-recommends .product-card-inner>* {
		display: none
	}

	.section-company .product-recommends .product-card-inner>h5,.section-company .product-recommends .product-card-inner>p {
		display: block
	}

	.section-company .product-recommends .product-card-inner>h5 {
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 4px
	}

	.section-company .product-recommends .product-card-inner>p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.section-company .market {
		margin-top: 28px
	}

	.section-company .market>ul {
		display: none
	}

	.section-company .market-main {
		width: 100%;
		text-align: center
	}

	.section-company .market-main p {
		font-weight: 500;
		font-size: 18px;
		line-height: 22px
	}

	.section-company .market-main .por-btn {
		margin-top: 16px
	}
}

@media (min-width:1024px) {
	.home-solutions .section-body {
		height: 648px
	}
}

.home-solutions .solutions-container {
	max-width: 1440px;
	margin: 0 auto
}

.home-solutions .solutions-wrapper {
	position: relative
}

.home-solutions .solutions-wrapper .por-carousel {
	margin-left: -8px;
	margin-right: -8px
}

.home-solutions .solutions-next,.home-solutions .solutions-prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer
}

.home-solutions .solutions-next i,.home-solutions .solutions-prev i {
	display: block;
	font-size: 40px;
	color: #575d6c
}

.home-solutions .solutions-next.disabled i,.home-solutions .solutions-prev.disabled i {
	color: #dfe1e6;
	cursor: default
}

.home-solutions .solutions-prev {
	right: 100%;
	margin-right: 32px
}

.home-solutions .solutions-next {
	left: 100%;
	margin-left: 32px
}

@media (max-width:1580px) {
	.home-solutions .solutions-container {
		padding-left: 118px;
		padding-right: 118px;
		max-width: 1516px
	}

	.home-solutions .solutions-prev {
		right: 100%;
		margin-right: 10px
	}

	.home-solutions .solutions-next {
		left: 100%;
		margin-left: 10px
	}
}

.home-solutions .solutions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-solutions .solutions-list>li {
	width: 20%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: .65s;
	transition: .65s
}

@media (min-width:1024px) {
	.home-solutions .solutions-list>li:hover {
		width: 40%!important
	}
}

.home-solutions .solutions-list+.solutions-list {
	margin-top: 16px
}

.home-solutions .solutions-card {
	display: block;
	position: relative;
	height: 256px;
	padding: 32px;
	background-size: cover;
	background-position: 0;
	overflow: hidden;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.home-solutions .solutions-card-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
	-webkit-transition: .65s;
	transition: .65s
}

.home-solutions .solutions-card-text {
	position: absolute;
	top: 0px;
	left: 32px;
	right: 32px;
	height: 164px;
	-webkit-transition: .65s;
	transition: .65s;
	margin-top: 196px
}

.home-solutions .solutions-card-text i {
	display: block;
	width: 48px;
	height: 48px;
	background-size: cover;
	margin-bottom: 16px;
	font-size: 48px;
	color: inherit
}

.home-solutions .solutions-card-text p {
	font-size: 14px;
	line-height: 22px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.home-solutions .solutions-card-title {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 34px
}

.home-solutions .solutions-card-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 34px;
	border-top: 2px solid;
	margin-top: 16px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

@media (min-width:1024px) {
	.home-solutions .solutions-list li:hover .solutions-card-cover {
		background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
		background-image: linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5))
	}

	.home-solutions .solutions-list li:hover .solutions-card-text {
		margin-top: 76px
	}

	.home-solutions .solutions-list li:hover .solutions-card-text p {
		opacity: 1;
		-webkit-transition: .65s .1s;
		transition: .65s .1s
	}

	.home-solutions .solutions-list li:hover .solutions-card-title:after {
		opacity: 1;
		-webkit-transition: .65s;
		transition: .65s
	}
}

@media (max-width:1023px) {
	.home-solutions .solutions-container {
		padding-left: 15px;
		padding-right: 15px
	}

	.home-solutions .solutions-next,.home-solutions .solutions-prev {
		display: none
	}

	.home-solutions .solutions-content {
		padding-bottom: 16px
	}

	.home-solutions .por-carousel-pagination {
		bottom: -6px
	}

	.home-solutions .por-carousel-bullet {
		height: 2px;
		margin: 0 2px
	}

	.home-solutions .por-carousel-bullet.active {
		background-color: #252b3a
	}

	.home-solutions .solutions-wrapper {
		overflow: hidden
	}

	.home-solutions .solutions-wrapper .por-carousel {
		margin-left: -2px;
		margin-right: -2px
	}

	.home-solutions .solutions-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0
	}

	.home-solutions .solutions-list>li {
		width: 50%;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 4px
	}

	.home-solutions .solutions-list+.solutions-list {
		margin-top: 0
	}

	.home-solutions .solutions-card {
		height: auto;
		padding: 64.70588235% 0 0
	}

	.home-solutions .solutions-card-cover {
		background-image: none;
		background: rgba(0,0,0,.5)
	}

	.home-solutions .solutions-card-text {
		top: 50%;
		left: 0;
		right: 0;
		height: auto;
		margin-top: 0;
		text-align: center;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.home-solutions .solutions-card-text i {
		width: 34px;
		height: 34px;
		font-size: 32px;
		margin: 0 auto 8px
	}

	.home-solutions .solutions-card-text p {
		display: none
	}

	.home-solutions .solutions-card-title {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0
	}

	.home-solutions .solutions-card-title:after {
		display: none
	}
}

.home-stack .section {
	padding-bottom: 176px;
	background-size: cover;
	background-position: 50%
}

.home-stack .section-body {
	text-align: center
}

@media (max-width:1023px) {
	.home-stack .section {
		padding: 55px 0 85px
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.home-customers {
	color: #fff
}

.home-customers .section {
	position: relative;
	background-size: cover
}

.home-customers .section-head {
	text-align: center
}

.home-customers .customers-bgs {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.home-customers .customers-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: top;
	-webkit-animation: fadeIn .4s forwards;
	animation: fadeIn .4s forwards
}

.home-customers .customers-bg:first-child {
	z-index: 2
}

.home-customers .customers-bg:nth-child(2) {
	z-index: 1
}

.home-customers .customers-bg:nth-child(2)~* {
	visibility: hidden
}

.home-customers .por-container {
	position: relative;
	z-index: 2
}

.home-customers .customers-tab-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid hsla(0,0%,100%,.2)
}

.home-customers .customers-tab-item {
	display: block;
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: -1px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-tab-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #d64a52;
	margin: auto;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-tab-item:hover {
	color: #d64a52
}

.home-customers .customers-tab-item.active {
	font-weight: 700
}

.home-customers .customers-tab-item.active:after {
	width: 100%
}

.home-customers .customers-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: -1px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-more i {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.home-customers .customers-more:hover {
	color: #d64a52
}

.home-customers .customers-more:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.home-customers .customers-tab-content:not(.show) {
	display: none
}

.home-customers .customers-texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 362px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-customers .customers-text {
	max-width: 716px
}

.home-customers .customers-text:not(.show) {
	display: none
}

.home-customers .customers-text-title {
	font-weight: 700;
	margin-bottom: 12px;
	opacity: 0;
	-webkit-animation: textIn .4s forwards;
	animation: textIn .4s forwards
}

.home-customers .customers-text-title>* {
	display: inline-block;
	vertical-align: middle
}

.home-customers .customers-text-title>span {
	max-width: 100%;
	font-size: 24px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.home-customers .customers-text-title .por-player-btn {
	margin: -20px -56px -20px 16px
}

.home-customers .customers-text-desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
	opacity: 0;
	-webkit-animation: textIn .4s .1s forwards;
	animation: textIn .4s .1s forwards
}

.home-customers .customers-text-btn {
	margin-top: 8px;
	opacity: 0;
	-webkit-animation: textIn .4s .15s forwards;
	animation: textIn .4s .15s forwards
}

.home-customers .customers-logos {
	overflow: hidden
}

.home-customers .customers-logo {
	float: left;
	width: 190px;
	height: 74px;
	background-color: hsla(0,0%,100%,.1);
	background-repeat: no-repeat;
	background-size: 140px 60px;
	background-position: 50%;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-logo.active,.home-customers .customers-logo:hover {
	background-color: hsla(0,0%,100%,.2)
}

@-webkit-keyframes textIn {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes textIn {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@media (max-width:1023px) {
	.home-customers .section {
		background-color: #fff;
		background-image: none!important
	}

	.home-customers .customers-m-logos {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home-customers .customers-m-logo {
		width: 50%;
		height: 80px;
		background-size: 112px 48px;
		background-position: 50%;
		background-repeat: no-repeat
	}
}

@media (min-width:1024px) {
	.home-information {
		background-image: none!important
	}

	.home-information .section-body {
		height: 520px
	}
}

.home-information .section {
	background-size: cover;
	background-position: 50%
}

.home-information .section-head {
	text-align: center
}

.home-information .information-main {
	position: relative;
	z-index: 1;
	padding-top: 68px;
	padding-bottom: 110px
}

@media (min-width:1024px) {
	.home-information .information-main {
		background-image: none!important
	}
}

.home-information .information-title {
	width: 424px;
	font-size: 24px;
	line-height: 30px;
	color: #252b3a;
	margin-bottom: 12px
}

.home-information .information-desc {
	width: 424px;
	font-size: 14px;
	line-height: 22px;
	color: #575d6c;
	margin-bottom: 16px
}

.home-information .information-frontground {
	position: absolute;
	right: 125px;
	bottom: -60px;
	width: 615px;
	height: 379px;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: right .2s;
	transition: right .2s
}

@media (min-width:1024px) {
	.home-information .information-frontground:not(.init-parallax) {
		display: none
	}
}

@media (max-width:1180px) {
	.home-information .information-frontground {
		right: 50px
	}
}

@media (max-width:1080px) {
	.home-information .information-frontground {
		right: 0
	}
}

.home-information .information-news {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff
}

.home-information .information-news-column {
	width: 33.33333333%
}

.home-information .information-news-column+.information-news-column {
	border-left: 1px solid #dfe1e6
}

.home-information .information-news-card {
	padding: 32px;
	background-color: #fff;
	text-align: left
}

.home-information .information-news-card-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-information .information-news-card-title span {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #252b3a;
	-webkit-transition: .2s;
	transition: .2s
}

.home-information .information-news-card-title .por-icon {
	font-size: 14px;
	color: #252b3a;
	margin-left: 8px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-information .information-news-card-title:hover .por-icon,.home-information .information-news-card-title:hover span {
	color: #c7000b
}

.home-information .information-news-card-title:hover .por-icon {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.home-information .information-news-card-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 12px;
	background-size: cover
}

.home-information .information-news-card-list {
	margin-top: 24px
}

.home-information .information-news-card-list>li+li {
	margin-top: 16px
}

.home-information .information-news-card-list a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #252b3a;
	-webkit-transition: .2s;
	transition: .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.home-information .information-news-card-list a em {
	font-style: normal;
	font-weight: 600;
	color: inherit
}

.home-information .information-news-card-list a:hover {
	color: #c7000b
}

@media (max-width:1023px) {
	.home-information {
		background-size: cover;
		background-position: top;
		background-color: #e6eff6
	}

	.home-information .section {
		background-image: none!important
	}

	.home-information .information-main {
		padding: 12px 15px 32px;
		background-size: 100% auto;
		background-position: 100% 0
	}

	.home-information .information-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 4px
	}

	.home-information .information-desc {
		width: 50%;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px
	}

	.home-information .information-frontground-m {
		position: absolute;
		top: 0;
		right: 0;
		bottom: -100%;
		width: 50%;
		background-size: auto 100%;
		background-position: top;
		background-repeat: no-repeat
	}

	.home-information .information-news {
		display: block;
		margin-top: 0
	}

	.home-information .information-news-column {
		width: auto
	}

	.home-information .information-news-column+.information-news-column {
		position: relative;
		border-left: none
	}

	.home-information .information-news-column+.information-news-column:before {
		content: "";
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		border-top: 1px solid #dfe1e6
	}

	.home-information .information-news-card {
		padding: 20px 15px
	}

	.home-information .information-news-card-title {
		margin-bottom: 12px
	}

	.home-information .information-news-card-title span {
		font-size: 14px;
		line-height: 18px
	}

	.home-information .information-news-card-title .por-icon {
		margin-left: 4px
	}

	.home-information .information-news-card-icon {
		width: 30px;
		height: 30px;
		margin-right: 12px
	}

	.home-information .information-news-card-list {
		margin-top: 12px
	}

	.home-information .information-news-card-list>li+li {
		margin-top: 8px
	}

	.home-information .information-news-card-list a {
		font-size: 12px;
		line-height: 18px
	}
}

@media (max-width:1023px) and (max-width:580px) {
	.home-information .information-frontground-m {
		bottom: -25%
	}
}

@media (max-width:1023px) and (max-width:374px) {
	.home-information .information-frontground-m {
		background-size: 100% auto
	}
}

.home-safety .section-head {
	text-align: center
}

@media (min-width:1024px) {
	.home-safety .section-body {
		height: 168px
	}
}

.home-safety .safety-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-safety .safety-card {
	display: block;
	width: 157px;
	height: 168px;
	padding-top: 21px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-safety .safety-card p {
	font-size: 14px;
	line-height: 22px;
	color: #252b3a;
	text-align: center
}

.home-safety .safety-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}

.home-safety .safety-card:hover p {
	color: #c7000b
}

.home-safety .safety-card-icon {
	width: 92px;
	height: 92px;
	background-size: cover;
	margin: 0 auto 13px
}

@media (max-width:1023px) {
	.home-safety .section-body {
		height: 236px
	}

	.home-safety .safety-card-list {
		margin-left: -8px;
		margin-right: -8px
	}

	.home-safety .safety-card-item {
		width: 33.33333333%;
		padding-left: 8px;
		padding-right: 8px;
		margin: auto
	}

	.home-safety .safety-card {
		width: 102px;
		height: auto;
		padding-top: 14px;
		padding-bottom: 14px;
		margin: auto
	}

	.home-safety .safety-card p {
		font-size: 12px;
		line-height: 16px
	}

	.home-safety .safety-card-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 6px
	}
}

.home-world-sites .section {
	background-size: 1920px auto;
	background-position: bottom;
	color: #fff
}

@media (min-width:1920px) {
	.home-world-sites .section {
		background-size: 100% auto
	}
}

@media (min-width:1024px) {
	.home-world-sites .section {
		padding-bottom: 0
	}

	.home-world-sites .section:not(.init-parallax) {
		background-image: none!important
	}

	.home-world-sites .section .section-body {
		overflow: hidden;
		height: 358px
	}
}

.home-world-sites .section-head {
	text-align: center
}

.home-world-sites .section-head a {
	color: #fff;
	margin-left: 20px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-world-sites .section-head a:hover {
	color: #c7000b
}

.home-world-sites .sites-tab {
	margin-top: 32px
}

.home-world-sites .sites-tab-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid hsla(0,0%,100%,.2)
}

.home-world-sites .sites-tab-item {
	display: block;
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: -1px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.home-world-sites .sites-tab-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #d64a52;
	margin: auto;
	-webkit-transition: .2s;
	transition: .2s
}

.home-world-sites .sites-tab-item+.sites-tab-item {
	margin-left: 100px
}

.home-world-sites .sites-tab-item:hover {
	color: #d64a52
}

.home-world-sites .sites-tab-item.active {
	font-weight: 700
}

.home-world-sites .sites-tab-item.active:after {
	width: 100%
}

.home-world-sites .sites-tab-content:not(.show) {
	display: none
}

.home-world-sites .sites-more-pc {
	text-align: center;
	margin-bottom: 70px
}

.home-world-sites .sites-regions {
	margin-top: 40px;
	margin-bottom: 80px;
	color: #fff
}

.home-world-sites .sites-regions ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home-world-sites .sites-region-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px
}

.home-world-sites .sites-region-desc {
	font-size: 14px;
	line-height: 18px
}

.home-world-sites .sites-bar {
	position: relative;
	height: 134px;
	background-color: rgba(7,21,35,.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px)
}

.home-world-sites .sites-bar-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-world-sites .sites-bar-item {
	display: block;
	width: 25%;
	padding: 24px 0;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s
}

.home-world-sites .sites-bar-item:hover {
	background-color: hsla(0,0%,100%,.14)
}

.home-world-sites .sites-bar-item-desc {
	display: block;
	font-size: 48px;
	line-height: 60px
}

.home-world-sites .sites-bar-item-title {
	font-size: 16px;
	line-height: 26px
}

@media (max-width:1023px) {
	.home-world-sites .section {
		background-size: cover;
		background-position: top
	}

	.home-world-sites .sites-more-m {
		text-align: center;
		margin-bottom: 28px
	}

	.home-world-sites .sites-tab {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 22px
	}

	.home-world-sites .sites-tab-item {
		width: 100%;
		padding: 18px 0;
		font-size: 14px;
		line-height: 24px;
		text-align: center
	}

	.home-world-sites .sites-tab-item+.sites-tab-item {
		margin-left: 20px
	}

	.home-world-sites .sites-regions {
		margin: 24px 0 0
	}

	.home-world-sites .sites-regions ul {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.home-world-sites .sites-regions li {
		width: 33.33333333%
	}

	.home-world-sites .sites-region {
		margin-bottom: 24px
	}

	.home-world-sites .sites-region-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 4px
	}

	.home-world-sites .sites-region-desc {
		font-size: 12px;
		line-height: 18px
	}

	.home-world-sites .sites-bar {
		height: 176px;
		-webkit-backdrop-filter: none;
		backdrop-filter: none
	}

	.home-world-sites .sites-bar,.home-world-sites .sites-bar .sites-bar-item:hover {
		background: none
	}

	.home-world-sites .sites-bar-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home-world-sites .sites-bar-item {
		width: 50%;
		padding: 15px 0
	}

	.home-world-sites .sites-bar-item-desc {
		font-size: 32px;
		line-height: 40px
	}

	.home-world-sites .sites-bar-item-title {
		font-size: 12px;
		line-height: 18px
	}
}

@media (max-width:767px) {
	.home-world-sites .section {
		background-size: auto 150%;
		background-position: top
	}
}

.home-register {
	position: relative
}

.home-register-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50%;
	background-size: cover
}

.home-register-content {
	position: relative;
	z-index: 1;
	height: 150px;
	line-height: 150px;
	font-size: 0;
	text-align: center
}

.home-register-text {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 170px);
	padding-right: 150px;
	font-size: 32px;
	line-height: 45px;
	color: #fff
}

.home-register-text-dark {
	color: #252b3a
}

@media (max-width:1023px) {
	.home-register-content {
		height: 128px
	}

	.home-register-text {
		font-size: 24px;
		line-height: 1.5
	}
}

@media (max-width:767px) {
	.home-register-content {
		padding-top: 37px;
		height: 128px;
		line-height: 0
	}

	.home-register-text {
		display: block;
		max-width: none;
		padding: 0;
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 20px
	}
}
