.hidden-pc {
		display: none!important
	}

em {
	font-style: normal;
}

.section {
	padding: 70px 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: #000000;
}

.section-head-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 14px;
	color: #000000;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.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)
}


	.element-entrance-container {
		padding: 10px;
		background: #f2f2f2;
		margin: 20px;
		text-align: center
	}

	.element-entrance-1 {
		-webkit-transition: .5s;
		transition: .5s
	}

	
	.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)
	}



.events-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.event-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.event-icon,.event-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .2s;
	transition: all .2s
}

.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
}

.event-title {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	font-weight: 700;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-bottom: 4px
}

.event-desc,.event-title {
	color: #252b3a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.event-desc {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	width: 100%
}

.event-item:hover {
	background: hsla(0,0%,100%,.5)
}

.event-item:hover .event-icon i {
	height: 80%;
	width: 80%
}

.event-item:hover .event-title {
	color: #c7000b
}}



@media (min-width:768px) and (min-width:1600px) {
	.event-item:first-child {
		margin-left: -28px
	}

	.event-item:last-child {
		margin-right: -28px
	}
}




.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
	}
}


.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.4/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 4px;
	border: 1px solid #c7000b;
	border-radius: 2px;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	color: #fff
}

.product-tag-outline {
	padding: 0 8px;
	background-color: transparent;
	color: #c7000b
}

.product-tag-outline-grey {
	padding: 0 8px;
	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: #3a4254;
	-webkit-transition: .2s;
	transition: .2s;
}

.product-nav-more a:hover {
	color: #2469C5
}

.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%;
	border-left: 1px solid #dfe1e6;
}

.product-list>li {
	width: 33.33333333%;
	height: 33.33333333%;
	border-right: 1px solid #dfe1e6;
	border-bottom: 1px solid #dfe1e6;
}

.product-list>li:nth-child(n+4) {
	border-bottom: 0px 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: 10px;
	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: 16px;
}

.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 (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: 426px;
	}
}


.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: 425px;
}

.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: 26px 25px 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: #575d6c;
	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(../images/checked.png);
	background-size: cover;
}

.company-nav-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #242a38;
	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 (min-width:1024px) {
	.home-solutions .section-body {
		height: 648px
	}
}

.home-solutions .solutions-container {
	width: 1300px;
	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
}


.home-solutions .solutions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}

.home-solutions .solutions-list>li {
	width: 25%;
	-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: 316px;
	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: 0;
	left: 32px;
	right: 32px;
	height: 164px;
	-webkit-transition: .65s;
	transition: .65s;
	margin-top: 180px;
}

.home-solutions .solutions-card-text i {
	display: block;
	width: 42px;
	height: 42px;
	background-size: cover;
	margin-bottom: 16px;
	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: 23px;
	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 (min-width:1024px) {
	.home-stack {
		background-image: none!important
	}

	.home-stack .section {
		padding-bottom: 156px;
		background-size: cover;
		background-position: 50%;
	}
}

.home-stack .section-body {
	text-align: center
}


@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 (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%;
	background-repeat: no-repeat;
	-webkit-transition: right .2s;
	transition: right .2s
}




.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: 12px;
}

.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
}




.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
}



.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
}




.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
}


.img2{width: 70px;display: block;margin: 0 auto;}

.section-ul {margin: 0 -0.5% 0 -0.5%;box-sizing: border-box;}
.section-ul li {float: left;width: 15.666666666%;text-align: center;margin: 0 0.5% 15px 0.5%;border: 1px solid #d0d0d0;overflow: hidden;line-height: 0;box-sizing: border-box;}
.curPartner{transition: ease .6s;}
.curPartner:hover{ transform: scale(1.1);



    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    }