@charset "UTF-8";
	.c-hd {
	position:absolute;
	background-color:transparent
}
.banner-wrap {
	height:400px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#090c4f
}
.banner-wrap .banner-content {
	display:table;
	height:100%
}
.banner-wrap .banner-content .banner-content-l,.banner-wrap .banner-content .banner-content-r {
	display:table-cell;
	width:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle
}
.banner-wrap .banner-content-l {
	padding-top:65px;
	padding-right:68px
}
.banner-wrap .banner-content-r img {
	float:right;
	max-width:100%;
	height:400px
}
.banner-wrap .banner-title {
	color:#fff;
	font-size:48px;
	font-weight:500;
	margin-bottom:14px
}
.banner-wrap .banner-desc {
	color:#fff;
	font-size:14px;
	line-height:2;
	margin-bottom:50px
}
.banner-wrap .banner-btn-group .banner-btn {
	display:inline-block;
	width:144px;
	height:48px;
	line-height:48px;
	font-size:16px;
	color:#fff;
	background-color:#2368f2;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s
}
.banner-wrap .banner-btn-group .banner-btn+.banner-btn {
	margin-left:36px
}
.banner-wrap .banner-btn-group .banner-btn:active {
	opacity:.7
}
.banner-wrap .banner-btn-group .banner-btn:hover {
	-webkit-box-shadow:0 1px 8px #2368f2;
	box-shadow:0 1px 8px #2368f2
}
.banner-wrap .banner-btn-group .banner-btn-ghost {
	background-color:transparent;
	border:1px solid #fff
}
.banner-wrap .banner-btn-group .banner-btn-ghost:active {
	opacity:.7
}
.banner-wrap .icon-play {
	display:inline-block;
	vertical-align:sub;
	margin-left:8px;
	width:20px;
	height:20px;
	background:url(./g-icon-btn-play.svg) no-repeat center;
	background-size:contain
}
.secondary-nav-wrap {
	position:relative;
	height:60px;
	width:100%;
	min-width:1200px;
	background-color:#002258;
	font-size:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.secondary-nav-wrap.secondary-nav-fixed {
	background-color:#f5f6f8;
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow:0 5px 10px 0 rgba(0,0,0,.2);
	height:60px;
	-webkit-transition:background .35s ease-in-out;
	-o-transition:background .35s ease-in-out;
	transition:background .35s ease-in-out
}
.secondary-nav-wrap.secondary-nav-fixed .breadcrumb-nav,.secondary-nav-wrap.secondary-nav-fixed .breadcrumb-right {
	width:auto;
	opacity:1;
	visibility:visible
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list {
	margin:0 48px
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list li {
	width:auto;
	color:#000;
	height:60px;
	line-height:60px;
	margin:0 10px;
	padding:0 5px
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list li.active {
	position:relative;
	color:#00b2e5
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list li.active::after {
	position:absolute;
	content:"";
	width:100%;
	height:3px;
	bottom:1px;
	left:0;
	background-color:#00b2e5
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list li:hover {
	color:#00b2e5
}
.secondary-nav-wrap.secondary-nav-fixed .secondary-nav-list-4 li {
	width:auto
}
.secondary-nav-wrap .secondary-nav-content {
	position:relative;
	width:1200px;
	margin:0 auto
}
.secondary-nav-wrap .breadcrumb-nav,.secondary-nav-wrap .breadcrumb-right {
	display:inline-block;
	width:0;
	height:60px;
	line-height:60px;
	vertical-align:top;
	font-size:14px;
	-webkit-transition:opacity .1s ease-in-out;
	-o-transition:opacity .1s ease-in-out;
	transition:opacity .1s ease-in-out;
	opacity:0;
	visibility:hidden;
	overflow:hidden
}
.secondary-nav-wrap .breadcrumb-right {
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.secondary-nav-wrap .breadcrumb-nav {
	color:#9b9b9b
}
.secondary-nav-wrap .breadcrumb-nav a,.secondary-nav-wrap .breadcrumb-nav span {
	display:inline-block
}
.secondary-nav-wrap .breadcrumb-nav a {
	color:#080d46
}
.secondary-nav-wrap .breadcrumb-nav a:hover {
	color:#00b2e5;
	text-decoration:underline
}
.secondary-nav-wrap .breadcrumb-nav span {
	color:#9b9b9b
}
.secondary-nav-wrap .secondary-nav-list {
	display:inline-block;
	margin:0 auto;
	font-size:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.secondary-nav-wrap .secondary-nav-list li {
	display:inline-block;
	width:170px;
	height:60px;
	font-size:14px;
	line-height:60px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	-webkit-transition:width .35s ease-in-out;
	-o-transition:width .35s ease-in-out;
	transition:width .35s ease-in-out
}
.secondary-nav-wrap .secondary-nav-list li:hover {
	color:#2368f2
}
.secondary-nav-wrap .secondary-nav-list li a {
	display:block;
	color:inherit
}
.secondary-nav-wrap .secondary-nav-list-4 li {
	width:300px
}
.secondary-nav-wrap .secondary-nav-list-5 li {
	width:236px
}
.secondary-nav-wrap .secondary-nav-list-6 li {
	width:200px
}
.secondary-nav-wrap .secondary-nav-list-7 li {
	width:170px
}
.secondary-nav-wrap .secondary-nav-list-8 li {
	width:150px
}
.g-plv-btn {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#fff;
	background-color:#2469f3
}
.g-plv-btn:hover {
	opacity:.9
}
.g-plv-btn:active {
	opacity:.7
}
.g-plv-btn--white {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#2469f3;
	background-color:#fff
}
.g-plv-btn--white:hover {
	background-color:#ffb21e;
	border-color:#ffb21e;
	color:#fff
}
.g-plv-btn--white:active {
	opacity:.7
}
.g-plv-btn--plain {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#8c8d9e;
	background-color:transparent;
	border:1px solid currentColor
}
.g-plv-btn--plain:hover {
	color:#fff;
	background-color:#2469f3;
	border:none
}
.g-plv-btn--plain-blue {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#2469f3;
	background-color:transparent;
	border:1px solid currentColor
}
.g-plv-btn--plain-blue:hover {
	color:#fff;
	background-color:#2469f3;
	border-color:transparent
}
.g-plv-btn--plain-white {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#fff;
	background-color:transparent;
	border:1px solid currentColor
}
.g-plv-btn--plain-white:hover {
	opacity:.7
}
.g-plv-btn--text {
	display:inline-block;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#2469f3
}
.g-plv-btn--text:hover {
	opacity:.7
}
.g-plv-btn--square {
	display:inline-block;
	width:144px;
	height:48px;
	line-height:48px;
	border-radius:24px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#fff;
	background-color:#2469f3;
	border-radius:4px;
	font-size:16px
}
.g-plv-btn--square:hover {
	-webkit-box-shadow:0 2px 4px #003091;
	box-shadow:0 2px 4px #003091
}
.g-plv-btn--square:active {
	opacity:.7
}
.g-plv-btn--group .g-plv-btn {
	float:left
}
.g-plv-btn--group__two {
	margin-top:64px;
	text-align:center
}
.g-plv-btn--group__two:last-child {
	margin-left:36px
}
.g-plv-button {
	display:inline-block;
	line-height:1;
	min-width:140px;
	height:40px;
	white-space:nowrap;
	cursor:pointer;
	-webkit-appearance:none;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:0;
	margin:0;
	-webkit-transition:.1s;
	-o-transition:.1s;
	transition:.1s;
	font-weight:400;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	padding:12px 20px;
	font-size:14px;
	border:none;
	border-radius:20px
}
.g-plv-button.hover-yellow:hover {
	opacity:1;
	background-color:#ffb21e;
	border-color:#ffb21e;
	color:#fff
}
.g-plv-button--default {
	color:#fff;
	border:1px solid #2469f3;
	background-color:#2469f3
}
.g-plv-button--default:hover {
	color:#fff;
	border:1px solid #74aefe;
	background-color:#74aefe
}
.g-plv-button--default:active {
	color:#fff;
	border:1px solid #3c88f3;
	background-color:#3c88f3
}
.g-plv-button--default.is-plain {
	color:#2469f3;
	border:1px solid #2469f3;
	background-color:transparent
}
.g-plv-button--default.is-plain:hover {
	color:#fff;
	border:1px solid #2469f3;
	background-color:#2469f3
}
.g-plv-button--default.is-plain:active {
	color:#fff;
	border:1px solid #3c88f3;
	background-color:#3c88f3
}
.g-plv-button--default.is-plain--white {
	color:#fff;
	border:1px solid #fff;
	background-color:transparent
}
.g-plv-button--default.is-plain--white:hover {
	color:#fff;
	border:1px solid #2469f3;
	background-color:#2469f3
}
.g-plv-button--default.is-plain--white:active {
	color:#fff;
	border:1px solid #3c88f3;
	background-color:#3c88f3
}
.g-plv-button--blue {
	color:#2469f3;
	border:1px solid #fff;
	background-color:#fff
}
.g-plv-button--blue:hover {
	color:#fff;
	border:1px solid #74aefe;
	background-color:#74aefe
}
.g-plv-button--blue:active {
	color:#fff;
	border:1px solid #3c88f3;
	background-color:#3c88f3
}
.g-plv-button--blue.is-plain {
	color:#fff;
	border:1px solid #fff;
	background-color:transparent
}
.g-plv-button--blue.is-plain:hover {
	color:#2469f3;
	border:1px solid #fff;
	background-color:#fff
}
.g-plv-button--blue.is-plain:active {
	color:#2469f3;
	border:1px solid #fff;
	background-color:#fff
}
.g-plv-button--yellow {
	color:#171c3c;
	border:1px solid #fec741;
	background-color:#fec741
}
.g-plv-button--yellow:hover {
	color:#171c3c;
	border:1px solid #fcd26a;
	background-color:#fcd26a
}
.g-plv-button--yellow:active {
	border:1px solid #fec741;
	background-color:#fec741
}
.g-plv-button--yellow.is-plain {
	color:#fff;
	border:1px solid #fec741;
	background-color:transparent
}
.g-plv-button--yellow.is-plain:hover {
	color:#171c3c;
	border:1px solid #fec741;
	background-color:#fec741
}
.g-plv-button--yellow.is-plain:active {
	opacity:.9
}
.g-plv-text--30 {
	font-size:30px!important;
	line-height:1
}
.g-plv-text--24 {
	font-size:24px!important;
	line-height:1
}
.g-plv-text--20 {
	font-size:20px!important;
	line-height:1
}
.g-plv-text--18 {
	font-size:18px!important;
	line-height:1
}
.g-plv-text--16 {
	font-size:16px!important;
	line-height:1
}
.g-plv-text--14 {
	font-size:14px!important;
	line-height:26px;
	letter-spacing:1px
}
.g-plv-text--12 {
	font-size:12px!important;
	line-height:1
}
.g-plv-layout-w {
	width:1180px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:auto;
	margin-left:auto
}
.g-plv-md-title {
	color:#171c3c;
	font-size:30px;
	line-height:42px;
	font-weight:600
}
.g-plv-md-title+.g-plv-md-title-desc {
	color:#9798a9;
	font-size:14px;
	letter-spacing:1px;
	margin-top:20px
}
.g-plv-md-title+.g-plv-md-subtitle-desc {
	margin-top:10px;
	color:#8c8d9e;
	font-size:14px;
	line-height:26px
}
.g-plv-md-subtitle {
	color:#171c3c
}
.g-plv-md-subtitle+.g-plv-md-subtitle-desc {
	margin-top:14px;
	color:#8c8d9e
}
.g-plv-text-justify {
	text-align:justify!important
}
.g-plv-text-center {
	text-align:center!important
}
.g-plv-text-right {
	text-align:right!important
}
.g-plv-text-left {
	text-align:left!important
}
.g-plv-mt--8 {
	margin-top:8px!important
}
.g-plv-ml--8 {
	margin-left:8px!important
}
.g-plv-mr--8 {
	margin-right:8px!important
}
.g-plv-mb--8 {
	margin-bottom:8px!important
}
.g-plv-pt--8 {
	padding-top:8px!important
}
.g-plv-pl--8 {
	padding-left:8px!important
}
.g-plv-pr--8 {
	padding-right:8px!important
}
.g-plv-pb--8 {
	padding-bottom:8px!important
}
.g-plv-mt--10 {
	margin-top:10px!important
}
.g-plv-ml--10 {
	margin-left:10px!important
}
.g-plv-mr--10 {
	margin-right:10px!important
}
.g-plv-mb--10 {
	margin-bottom:10px!important
}
.g-plv-pt--10 {
	padding-top:10px!important
}
.g-plv-pl--10 {
	padding-left:10px!important
}
.g-plv-pr--10 {
	padding-right:10px!important
}
.g-plv-pb--10 {
	padding-bottom:10px!important
}
.g-plv-mt--16 {
	margin-top:16px!important
}
.g-plv-ml--16 {
	margin-left:16px!important
}
.g-plv-mr--16 {
	margin-right:16px!important
}
.g-plv-mb--16 {
	margin-bottom:16px!important
}
.g-plv-pt--16 {
	padding-top:16px!important
}
.g-plv-pl--16 {
	padding-left:16px!important
}
.g-plv-pr--16 {
	padding-right:16px!important
}
.g-plv-pb--16 {
	padding-bottom:16px!important
}
.g-plv-mt--20 {
	margin-top:20px!important
}
.g-plv-ml--20 {
	margin-left:20px!important
}
.g-plv-mr--20 {
	margin-right:20px!important
}
.g-plv-mb--20 {
	margin-bottom:20px!important
}
.g-plv-pt--20 {
	padding-top:20px!important
}
.g-plv-pl--20 {
	padding-left:20px!important
}
.g-plv-pr--20 {
	padding-right:20px!important
}
.g-plv-pb--20 {
	padding-bottom:20px!important
}
.g-plv-mt--24 {
	margin-top:24px!important
}
.g-plv-ml--24 {
	margin-left:24px!important
}
.g-plv-mr--24 {
	margin-right:24px!important
}
.g-plv-mb--24 {
	margin-bottom:24px!important
}
.g-plv-pt--24 {
	padding-top:24px!important
}
.g-plv-pl--24 {
	padding-left:24px!important
}
.g-plv-pr--24 {
	padding-right:24px!important
}
.g-plv-pb--24 {
	padding-bottom:24px!important
}
.g-plv-mt--30 {
	margin-top:30px!important
}
.g-plv-ml--30 {
	margin-left:30px!important
}
.g-plv-mr--30 {
	margin-right:30px!important
}
.g-plv-mb--30 {
	margin-bottom:30px!important
}
.g-plv-pt--30 {
	padding-top:30px!important
}
.g-plv-pl--30 {
	padding-left:30px!important
}
.g-plv-pr--30 {
	padding-right:30px!important
}
.g-plv-pb--30 {
	padding-bottom:30px!important
}
.g-plv-mt--36 {
	margin-top:36px!important
}
.g-plv-ml--36 {
	margin-left:36px!important
}
.g-plv-mr--36 {
	margin-right:36px!important
}
.g-plv-mb--36 {
	margin-bottom:36px!important
}
.g-plv-pt--36 {
	padding-top:36px!important
}
.g-plv-pl--36 {
	padding-left:36px!important
}
.g-plv-pr--36 {
	padding-right:36px!important
}
.g-plv-pb--36 {
	padding-bottom:36px!important
}
.g-plv-mt--40 {
	margin-top:40px!important
}
.g-plv-ml--40 {
	margin-left:40px!important
}
.g-plv-mr--40 {
	margin-right:40px!important
}
.g-plv-mb--40 {
	margin-bottom:40px!important
}
.g-plv-pt--40 {
	padding-top:40px!important
}
.g-plv-pl--40 {
	padding-left:40px!important
}
.g-plv-pr--40 {
	padding-right:40px!important
}
.g-plv-pb--40 {
	padding-bottom:40px!important
}
.g-plv-mt--48 {
	margin-top:48px!important
}
.g-plv-ml--48 {
	margin-left:48px!important
}
.g-plv-mr--48 {
	margin-right:48px!important
}
.g-plv-mb--48 {
	margin-bottom:48px!important
}
.g-plv-pt--48 {
	padding-top:48px!important
}
.g-plv-pl--48 {
	padding-left:48px!important
}
.g-plv-pr--48 {
	padding-right:48px!important
}
.g-plv-pb--48 {
	padding-bottom:48px!important
}
.g-plv-mt--50 {
	margin-top:50px!important
}
.g-plv-ml--50 {
	margin-left:50px!important
}
.g-plv-mr--50 {
	margin-right:50px!important
}
.g-plv-mb--50 {
	margin-bottom:50px!important
}
.g-plv-pt--50 {
	padding-top:50px!important
}
.g-plv-pl--50 {
	padding-left:50px!important
}
.g-plv-pr--50 {
	padding-right:50px!important
}
.g-plv-pb--50 {
	padding-bottom:50px!important
}
.g-plv-mt--54 {
	margin-top:54px!important
}
.g-plv-ml--54 {
	margin-left:54px!important
}
.g-plv-mr--54 {
	margin-right:54px!important
}
.g-plv-mb--54 {
	margin-bottom:54px!important
}
.g-plv-pt--54 {
	padding-top:54px!important
}
.g-plv-pl--54 {
	padding-left:54px!important
}
.g-plv-pr--54 {
	padding-right:54px!important
}
.g-plv-pb--54 {
	padding-bottom:54px!important
}
.g-plv-mt--60 {
	margin-top:60px!important
}
.g-plv-ml--60 {
	margin-left:60px!important
}
.g-plv-mr--60 {
	margin-right:60px!important
}
.g-plv-mb--60 {
	margin-bottom:60px!important
}
.g-plv-pt--60 {
	padding-top:60px!important
}
.g-plv-pl--60 {
	padding-left:60px!important
}
.g-plv-pr--60 {
	padding-right:60px!important
}
.g-plv-pb--60 {
	padding-bottom:60px!important
}
.g-plv-mt--64 {
	margin-top:64px!important
}
.g-plv-ml--64 {
	margin-left:64px!important
}
.g-plv-mr--64 {
	margin-right:64px!important
}
.g-plv-mb--64 {
	margin-bottom:64px!important
}
.g-plv-pt--64 {
	padding-top:64px!important
}
.g-plv-pl--64 {
	padding-left:64px!important
}
.g-plv-pr--64 {
	padding-right:64px!important
}
.g-plv-pb--64 {
	padding-bottom:64px!important
}
.g-plv-mt--70 {
	margin-top:70px!important
}
.g-plv-ml--70 {
	margin-left:70px!important
}
.g-plv-mr--70 {
	margin-right:70px!important
}
.g-plv-mb--70 {
	margin-bottom:70px!important
}
.g-plv-pt--70 {
	padding-top:70px!important
}
.g-plv-pl--70 {
	padding-left:70px!important
}
.g-plv-pr--70 {
	padding-right:70px!important
}
.g-plv-pb--70 {
	padding-bottom:70px!important
}
.g-plv-mt--80 {
	margin-top:80px!important
}
.g-plv-ml--80 {
	margin-left:80px!important
}
.g-plv-mr--80 {
	margin-right:80px!important
}
.g-plv-mb--80 {
	margin-bottom:80px!important
}
.g-plv-pt--80 {
	padding-top:80px!important
}
.g-plv-pl--80 {
	padding-left:80px!important
}
.g-plv-pr--80 {
	padding-right:80px!important
}
.g-plv-pb--80 {
	padding-bottom:80px!important
}
.c-hd {
	background-color:transparent
}
.c-hd.active {
	background-color:#080d46
}
.g-plv-mt--40 {
	margin-top:40px
}
.related-products {
	margin-left:-10px;
	margin-right:-10px;
	font-size:0;
	text-align:center
}
.related-products .product-item {
	padding-left:10px;
	padding-right:10px
}
.related-products.spacing--30 {
	margin-left:-15px;
	margin-right:-15px
}
.related-products.spacing--30 .product-item {
	padding-left:15px;
	padding-right:15px
}
.related-products.spacing--120 {
	margin-left:-60px;
	margin-right:-60px
}
.related-products.spacing--120 .product-item {
	padding-left:60px;
	padding-right:60px
}
.related-products .product-item {
	display:inline-block;
	font-size:14px;
	width:380px
}
.related-products .product-item-inside {
	display:block;
	padding-top:40px;
	width:100%;
	height:304px;
	text-align:center;
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0 0 4px 0 rgba(140,141,158,.3);
	box-shadow:0 0 4px 0 rgba(140,141,158,.3)
}
.related-products .product-item-inside:hover {
	-webkit-box-shadow:0 0 8px 0 rgba(153,153,153,.4);
	box-shadow:0 0 8px 0 rgba(153,153,153,.4)
}
.related-products .product-item-inside:hover .item-btn {
	color:#fff;
	background-color:#2469f3
}
.related-products .product-item-inside .icon-item {
	width:64px;
	height:64px;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover
}
.related-products .product-item-inside .icon-item-vod {
	background-image:url(./product-icon-vod.svg)
}
.related-products .product-item-inside .icon-item-live {
	background-image:url(./product-icon-live.svg)
}
.related-products .product-item-inside .icon-item-class {
	background-image:url(./product-icon-class.svg)
}
.related-products .product-item-inside h3 {
	margin-top:40px;
	font-size:20px;
	font-weight:400;
	line-height:28px;
	color:#2f3250
}
.related-products .product-item-inside p {
	font-size:14px;
	line-height:28px;
	color:#464964;
	margin-top:16px
}
.related-products .product-item-inside .item-btn {
	display:block;
	margin-top:40px;
	height:48px;
	line-height:48px;
	font-size:14px;
	color:#2f3250;
	background-color:#f5f8fd;
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s
}
.g-plv-show-customers-md {
	padding:80px 0
}
.g-plv-show-customers-md .show-customers-title .g-scroll-num {
	position:relative;
	display:inline-block;
	font-size:inherit;
	color:#171c3c;
	padding-bottom:4px;
	margin:0 15px;
	letter-spacing:2px;
	vertical-align:bottom
}
.g-plv-show-customers-md .show-customers-title .g-scroll-num::after {
	position:absolute;
	content:"";
	left:0;
	bottom:-2px;
	width:100%;
	height:3px;
	background-color:currentColor
}
.g-plv-show-customers-md .show-customers-content {
	margin-top:40px
}
.g-plv-show-customers-md .show-customers-content .row img {
	width:172px;
	height:68px
}
.g-plv-show-customers-md .show-customers-content .row:hover {
	background-color:#f5f5f5
}
.g-plv-show-customers-md .show-customers-content .row:hover .row-title a {
	color:#2469f3;
	border-bottom:1px solid currentColor
}
.g-plv-show-customers-md .show-customers-content .row .row-title {
	float:left;
	margin-left:20px;
	height:68px;
	line-height:68px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.g-plv-show-customers-md .show-customers-content .row .row-title a {
	font-size:20px;
	color:#8c8d9e;
	border-bottom:1px solid transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.g-plv-show-customers-md .show-customers-content .row .row-lists {
	float:right;
	width:1032px
}
.g-plv-show-customers-md .show-customers-content .row .row-lists .row-logos {
	overflow:hidden
}
.g-plv-show-customers-md .show-customers-content .row .row-lists .row-logos li {
	float:left;
	width:16%;

	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-size:contain
}
body {
	background-color:#001132
}
.c-hd {
	background-color:transparent
}
.p-mr-live__button {
	display:block;
	margin:0 auto;
	width:300px;
	height:56px;
	line-height:56px;
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%);
	font-size:20px;
	color:#fff;
	text-align:center;
	border:none
}
.p-mr-live__button:hover {
	background-image:-webkit-gradient(linear,left top,right top,from(#2469f3),to(#00d3ff));
	background-image:-webkit-linear-gradient(left,#2469f3 0,#00d3ff 100%);
	background-image:-o-linear-gradient(left,#2469f3 0,#00d3ff 100%);
	background-image:linear-gradient(90deg,#2469f3 0,#00d3ff 100%)
}
.g-plv-layout-w {
	width:1200px
}
.p-mr-live__title {
	font-size:40px;
	color:#00d3ff;
	letter-spacing:0;
	text-align:center
}
.p-mr-live__banner {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:35.62%
}
.p-mr-live__banner__video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.p-mr-live__banner__container {
	position:absolute;
	width:100%;
	height:100%;
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,17,50,.6)),color-stop(50%,rgba(255,255,255,.2)),to(rgba(0,17,50,.6)));
	background-image:-webkit-linear-gradient(left,rgba(0,17,50,.6) 0,rgba(255,255,255,.2) 50%,rgba(0,17,50,.6) 100%);
	background-image:-o-linear-gradient(left,rgba(0,17,50,.6) 0,rgba(255,255,255,.2) 50%,rgba(0,17,50,.6) 100%);
	background-image:linear-gradient(90deg,rgba(0,17,50,.6) 0,rgba(255,255,255,.2) 50%,rgba(0,17,50,.6) 100%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.p-mr-live__banner__content {
	width:700px;
	text-align:center
}
.p-mr-live__banner__title {
	width:90%;
	font-size:70px;
	color:#fff;
	line-height:70px;
	margin:0 auto;
	margin-bottom:54px;
	text-shadow:0 2px 2px rgba(0,0,0,.5)
}
.p-mr-live__banner__desc {
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:32px;
	margin-top:26px;
	margin-bottom:56px;
	text-shadow:0 1px 1px rgba(0,0,0,.5)
}
.secondary-nav {
	-webkit-transform:translate3d(0,-40px,0);
	transform:translate3d(0,-40px,0);
	-webkit-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s
}
.secondary-nav-fixed {
	width:100%;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	background-color:#212530;
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow:0 5px 10px 0 rgba(0,0,0,.2)
}
.secondary-nav .secondary-nav-list {
	font-size:0
}
.secondary-nav .secondary-nav-list li {
	position:relative;
	display:inline-block;
	width:25%;
	padding: 1rem;
	background-color:#212530;
	text-align:center
}
.secondary-nav .secondary-nav-list li:not(:last-child)::after {
	position:absolute;
	content:"";
	top:8px;
	width:1px;
	height:44px;
	background-color:#111216;
	right:0;
	z-index:2
}
.secondary-nav .secondary-nav-list li a {
	display:block;
	font-size:16px;
	line-height:16px;
	color:#fff;
	height:100%;
	line-height:inherit
}
.secondary-nav .secondary-nav-list li.active,.secondary-nav .secondary-nav-list li:hover {
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%)
}
.secondary-nav .secondary-nav-list li.active::after,.secondary-nav .secondary-nav-list li:hover::after {
	background-color:transparent
}
.p-mr-live__effect {
	position:relative;
	width:100%;
	height:810px;
	background:#001132 url(./effect-bg.png) no-repeat top;
	background-size:100% 810px
}
.p-mr-live__effect::before {
	content:'';
	position:absolute;
	bottom:7.96875rem;
	right:7.23958rem;
	width:26.5625rem;
	height:10.05208rem;
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%);
	-webkit-box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	z-index:2
}
.p-mr-live__effect::after {
	content:'';
	position:absolute;
	width:100%;
	height:201px;
	left:0;
	bottom:0;
	-webkit-transform:scaleY(-1);
	-ms-transform:scaleY(-1);
	transform:scaleY(-1);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#00153d),to(rgba(0,17,50,0)));
	background-image:-webkit-linear-gradient(top,#00153d 0,rgba(0,17,50,0) 100%);
	background-image:-o-linear-gradient(top,#00153d 0,rgba(0,17,50,0) 100%);
	background-image:linear-gradient(180deg,#00153d 0,rgba(0,17,50,0) 100%);
	z-index:1
}
.p-mr-live__effect__title {
	font-size:40px;
	color:#00d3ff;
	letter-spacing:0;
	text-align:center;
	padding-top:79px;
	margin-bottom:25px
}
.p-mr-live__effect__tab {
	border-bottom:1px solid #2469f3;
	font-size:0;
	text-align:center
}
.p-mr-live__effect__tab .nav-item {
	position:relative;
	display:inline-block;
	width:25%;
	padding:24px 0;
	font-size:20px;
	color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
.p-mr-live__effect__tab .nav-item::after {
	position:absolute;
	content:"";
	bottom:-1px;
	left:0;
	width:0%;
	height:4px;
	background-image:-webkit-gradient(linear,left top,right top,from(#02b9df),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#02b9df 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#02b9df 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#02b9df 0,#2469f3 100%);
	opacity:0;
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s
}
.p-mr-live__effect__tab .nav-item.active,.p-mr-live__effect__tab .nav-item:hover {
	color:#00d3ff
}
.p-mr-live__effect__tab .nav-item.active::after,.p-mr-live__effect__tab .nav-item:hover::after {
	width:100%;
	opacity:1
}
.p-mr-live__effect__list {
	position:relative
}
.p-mr-live__effect__content {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-top:61px;
	padding-left:51px;
	z-index:1;
	visibility:hidden;
	opacity:0
}
.p-mr-live__effect__content.active {
	visibility:visible;
	z-index:2;
	opacity:1
}
.p-mr-live__effect__content__left {
	width:485px
}
.p-mr-live__effect__content__left .p-mr-live__button {
	position:absolute;
	bottom:0;
	left:51px
}
.p-mr-live__effect__content__title {
	font-size:20px;
	color:#00d3ff;
	line-height:20px
}
.p-mr-live__effect__content__desc {
	font-size:16px;
	color:#ccc;
	line-height:2;
	margin-top:20px;
	margin-bottom:46px
}
.p-mr-live__effect__content__desc span {
	font-weight:600;
	color:#00d3ff;
	font-style:oblique;
	letter-spacing:1px
}
.p-mr-live__effect__content__img {
	width:600px;
	height:338px
}
.p-mr-live__point {
	position:relative;
	height:1056px
}
.p-mr-live__point::before {
	position:absolute;
	left:0;
	bottom:50px;
	content:'';
	width:76.66667rem;
	height:14.79167rem;
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%);
	-webkit-box-shadow:0 2px 100px 0 rgba(1,209,255,.4);
	box-shadow:0 2px 100px 0 rgba(1,209,255,.4)
}
.p-mr-live__point::after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	width:1034px;
	height:901px;
	background:url(./superiority-bg.png) no-repeat bottom;
	background-size:1034px 901px;
	z-index:-1;
	opacity:.6
}
.p-mr-live__point__container {
	position:absolute;
	top:130px;
	width:1038px;
	height:826px;
	background:#222530
}
.p-mr-live__point__container::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
	background:url(./point-line.png) no-repeat top;
	background-size:100% 4px
}
.p-mr-live__point__container__top {
	margin-top:62px;
	margin-left:50px;
	margin-bottom:41px
}
.p-mr-live__point__container__top .p-mr-live__button {
	margin:0;
	margin-bottom:41px
}
.p-mr-live__point__title {
	font-size:40px;
	color:#00d3ff;
	line-height:56px
}
.p-mr-live__point__desc {
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:19px;
	margin-bottom:30px
}
.p-mr-live__point__list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.p-mr-live__point__list__item {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:346px;
	height:238px;
	padding-top:45px;
	padding-left:59px
}
.p-mr-live__point__list__item:nth-of-type(2n+1) {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#222530),to(#323647));
	background-image:-webkit-linear-gradient(top,#222530 0,#323647 100%);
	background-image:-o-linear-gradient(top,#222530 0,#323647 100%);
	background-image:linear-gradient(180deg,#222530 0,#323647 100%)
}
.p-mr-live__point__list__item h3 {
	position:relative;
	font-size:24px;
	color:#00d3ff;
	line-height:24px;
	padding-bottom:40px
}
.p-mr-live__point__list__item h3::before {
	content:'';
	position:absolute;
	top:48px;
	left:0;
	display:block;
	width:30px;
	height:3px;
	background-image:-webkit-gradient(linear,left top,right top,from(#02b9df),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#02b9df 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#02b9df 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#02b9df 0,#2469f3 100%)
}
.p-mr-live__point__list__item p {
	width:248px;
	height:84px;
	font-size:16px;
	color:#ccc;
	line-height:28px
}
.p-mr-live__scene {
	position:relative;
	z-index:1;
	padding-top:60px
}
.p-mr-live__scene .p-mr-live__title {
	margin-bottom:63px
}
.p-mr-live__scene .p-mr-live__button {
	margin-top:66px;
	margin-bottom:154px
}
.p-mr-live__scene__container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.p-mr-live__scene__container__left {
	width:480px
}
.p-mr-live__scene__container__left>li {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:88px;
	padding:32px 35px 23px 51px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#222530),to(#313546));
	background-image:-webkit-linear-gradient(top,#222530 0,#313546 100%);
	background-image:-o-linear-gradient(top,#222530 0,#313546 100%);
	background-image:linear-gradient(180deg,#222530 0,#313546 100%);
	cursor:pointer
}
.p-mr-live__scene__container__left>li.active::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:188px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#02b9df),to(#2469f3));
	background-image:-webkit-linear-gradient(top,#02b9df 0,#2469f3 100%);
	background-image:-o-linear-gradient(top,#02b9df 0,#2469f3 100%);
	background-image:linear-gradient(180deg,#02b9df 0,#2469f3 100%)
}
.p-mr-live__scene__container__left>li .p-mr-live__scene__item__content li {
	font-size:0
}
.p-mr-live__scene__container__left>li.active {
	width:100%;
	height:188px;
	background-image:-webkit-gradient(linear,right top,left top,from(#222530),to(#323647));
	background-image:-webkit-linear-gradient(right,#222530 0,#323647 100%);
	background-image:-o-linear-gradient(right,#222530 0,#323647 100%);
	background-image:linear-gradient(270deg,#222530 0,#323647 100%)
}
.p-mr-live__scene__container__left>li.active .p-mr-live__scene__item__title {
	color:#00d3ff
}
.p-mr-live__scene__container__left>li.active .p-mr-live__scene__item__content li {
	font-size:16px;
	color:#fff;
	line-height:32px
}
.p-mr-live__scene__item__title {
	color:#c6c6c6;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.p-mr-live__scene__item__title h3 {
	font-size:24px;
	color: #fff;
	line-height:24px
}
.p-mr-live__scene__item__title span {
	font-size:32px;
	line-height:32px
}
.p-mr-live__scene__container__right {
	width:720px;
	height:540px
}
.p-mr-live__scene__container__desc {
	position:relative;
	width:100%;
	height:100%;
	display:none
}
.p-mr-live__scene__container__desc.active {
	display:block
}
.p-mr-live__scene__item__video {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.p-mr-live__scene__item__desc {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:170px;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#222530),to(rgba(50,54,71,0)));
	background-image:-webkit-linear-gradient(bottom,#222530 0,rgba(50,54,71,0) 100%);
	background-image:-o-linear-gradient(bottom,#222530 0,rgba(50,54,71,0) 100%);
	background-image:linear-gradient(0deg,#222530 0,rgba(50,54,71,0) 100%);
	padding:66px 36px 26px;
	font-size:16px;
	color:#fff;
	line-height:26px
}
.p-mr-live__service {
	position:relative;
	width:100%;
	height:1400px;
	border-top:1px solid transparent;
	margin-top:-515px;
	background:url(./service-bg.png) no-repeat bottom;
	background-size:cover
}
.p-mr-live__service .p-mr-live__button {
	margin-top:65px
}
.p-mr-live__service .p-mr-live__title {
	margin-top:515px
}
.p-mr-live__service__desc {
	font-size:20px;
	color:#fff;
	text-align:center;
	margin-top:18px;
	margin-bottom:38px
}
.p-mr-live__service__list {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
	z-index:1
}
.p-mr-live__service__list::before {
	display:none;
	content:'';
	position:absolute;
	left:-214px;
	bottom:-56px;
	width:368px;
	height:193px;
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%);
	-webkit-box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	z-index:-1
}
.p-mr-live__service__list::after {
	display:none;
	content:'';
	position:absolute;
	top:-45px;
	right:-45px;
	width:120px;
	height:120px;
	background-image:-webkit-gradient(linear,left top,right top,from(#00d3ff),to(#2469f3));
	background-image:-webkit-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:-o-linear-gradient(left,#00d3ff 0,#2469f3 100%);
	background-image:linear-gradient(90deg,#00d3ff 0,#2469f3 100%);
	-webkit-box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	box-shadow:0 2px 40px 0 rgba(1,209,255,.4);
	z-index:-1
}
.p-mr-live__service__list__item {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	height:274px;
	padding:15px
}
.p-mr-live__service__list__item dl.content {
	padding:70px 48px;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#1a1a1a;
	border-radius:6px
}
.p-mr-live__service__list__item dl.content dt {
	height:31px;
	margin-left:8px;
	font-size:32px;
	font-weight:400;
	line-height:16px;
	color:#fff;
	margin-bottom:30px
}
.p-mr-live__service__list__item dl.content dd {
	font-size:16px;
	line-height:28px;
	color:#fff
}
.p-mr-live__service__list__item:nth-child(1) .content {
	background-image:url(./service-1.png)
}
.p-mr-live__service__list__item:nth-child(1) .content.active,.p-mr-live__service__list__item:nth-child(1) .content:hover {
	background-color:#222530;
	background-image:url(./service-1-active.png)
}
.p-mr-live__service__list__item:nth-child(2) .content {
	background-image:url(./service-2.png);
	padding:84px 48px
}
.p-mr-live__service__list__item:nth-child(2) .content.active,.p-mr-live__service__list__item:nth-child(2) .content:hover {
	background-color:#222530;
	background-image:url(./service-2-active.png)
}
.p-mr-live__service__list__item:nth-child(3) .content {
	background-image:url(./service-3.png)
}
.p-mr-live__service__list__item:nth-child(3) .content.active,.p-mr-live__service__list__item:nth-child(3) .content:hover {
	background-color:#222530;
	background-image:url(./service-3-active.png)
}
.p-mr-live__service__list__item:nth-child(4) .content {
	background-image:url(./service-4.png)
}
.p-mr-live__service__list__item:nth-child(4) .content.active,.p-mr-live__service__list__item:nth-child(4) .content:hover {
	background-color:#222530;
	background-image:url(./service-4-active.png)
}
.p-mr-live__service__list__item:nth-of-type(4) dl.content {
	padding-bottom:42px
}
.g-plv-show-customers-md {
	position:relative;
	z-index:1;
	padding-top:60px;
	padding-bottom:150px
}
.g-plv-show-customers-md .g-plv-layout-w {
	background-color:#fff
}
.g-plv-show-customers-md .show-customers-head {
	background:url(./customers-head.png) no-repeat -1px center;
	background-size:cover;
	background-color:#03c7fe;
	height:148px
}
.g-plv-show-customers-md .show-customers-head .show-customers-title {
	padding-top:50px;
	font-size:40px;
	font-weight:400;
	letter-spacing:1px;
	color:#fff
}
.g-plv-show-customers-md .show-customers-head .show-customers-title .g-scroll-num {
	color:#fff;
	font-weight:700
}
.g-plv-show-customers-md .show-customers-head .g-plv-md-title-desc {
	font-size:14px;
	color:#fff;
	margin-top:14px
}
.g-plv-show-customers-md .show-customers-content {
	margin:0;
	padding:15px 0
}
.g-plv-show-customers-md .show-customers-content .row {
	padding:0 16px 0 40px
}
.p-mr-live_adv {
	width:100%;
	height:606px;
	background:url(./live-new.png) no-repeat bottom;
	background-size:100% 100%;
	position:relative;
	margin-top:-340px
}
.p-mr-live_adv .p-mr-live_adv__container {
	position:absolute;
	bottom:307px;
	left:0;
	right:0;
	margin:0 auto
}
.p-mr-live_adv .g-plv-layout-w {
	margin-top:229px
}
.p-mr-live_adv .p-mr-live_adv__title {
	font-size:40px;
	color:#fff;
	text-align:center;
	margin-bottom:48px
}
.sect-module {
	padding:80px 0;
	padding-top:140px
}
.sect-module.sect-module-bg {
	background-color:#f7f8fa
}
.sect-module.sect-module-bg2 {
	background-color:#12254c
}
.sect-module .related-products .product-item:nth-child(1) {
	margin-right:100px
}



/*手机的响应式代码*/

@media only screen and (max-width: 500px) {
  .g-doc, .g-hd { width:100%; min-width: 300px;  }
  .g-plv-layout-w { width: 90%; margin: 0px; }
  .p-mr-live__banner__content { width: 70%; }
  .p-mr-live__button { height: 40px; width: 240px; line-height:40px; }
  .p-mr-live__effect__content__left { width: 100%; }
  .p-mr-live__effect__content__img { width: 100%; height: auto; }
  .cta-one { width: 100%; }
  .p-mr-live__point__list__item { width: 100%;  }
  .secondary-nav .secondary-nav-list li { width: 50%; }
  .secondary-nav-wrap { width: 100%; }
  .secondary-nav-wrap .secondary-nav-content { width: 100%; }
  .g-plv-layout-w { width: 100%; }
 
  .related-products .product-item { display: block; }
  .g-plv-show-customers-md .show-customers-content .row .row-lists { width: 100%; }
  .p-mr-live__banner { height: 580px; }
  .p-mr-live__banner__title { font-size: 50px; }
  .p-mr-live__effect__content { display: block; padding: 2rem; }
  .p-mr-live__point__container { top: 0px; width: 100%;  }
  .p-mr-live__point { height: 1800px; }
  .p-mr-live__point__container__top { margin: 2rem; }
  .p-mr-live__point::before { display: none; }
  .p-mr-live__scene__container { display: block; }
  .p-mr-live__scene__container__left { display: block; width: 100%; }
  .p-mr-live__scene__container__right { width: 100%; height: 400px; }
  .p-mr-live__service__list__item { height: 255px; width: 100%; }
  .p-mr-live__service__desc { margin-bottom: 60px; }
  .cta-one img { width: 252%; margin-left:-5.2rem }
  .p-mr-live__effect__content__left .p-mr-live__button { bottom: -30px; }
  .p-mr-live__effect { height: 810px; }
  .p-mr-live__effect__title { padding-top: 28px; }
  .p-mr-live__point__title { font-size: 30px}
  .p-mr-live__title { font-size: 30px;}
}


