@import url(//at.alicdn.com/t/font_648013_neqdggxhlpgphkt9.css);
@charset "UTF-8";

/* 色值 */
/* 版心 */
.we-container {
	width: 10rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.we-container {
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1240px;
	}
}

/* 对齐 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearFix:before {
	content: " ";
	display: table;
}

.clearFix:after {
	content: " ";
	display: table;
	clear: both;
}

.ui-loader-default {
	display: none;
}

li {
	list-style: none;
}

html {
	font-size: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	html {
		font-size: 42.67px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	html {
		font-size: 64px !important;
	}
}

@media only screen and (min-width: 640px) and (max-width: 749px) {
	html {
		font-size: 85.34px !important;
	}
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
	html {
		font-size: 100px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 68px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 72.62px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	html {
		font-size: 100px !important;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1899px) {
	html {
		font-size: 102.49px !important;
	}
}

@media only screen and (min-width: 1900px) and (max-width: 1999px) {
	html {
		font-size: 139.09px !important;
	}
}

@media only screen and (min-width: 2000px) {
	html {
		font-size: 146.41px !important;
	}
}

html,
body {
	height: 100%;
	font-weight: 300;
	font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "sans-serif";
}

body {
	position: relative;
}

a,
button {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

section {
	width: 100%;
	display: table;
	background-color: #ffffff;
}

section .title {
	padding: 80px 0 60px;
}

section .title h3 {
	position: relative;
	font-size: 30px;
	color: #333333;
	font-weight: 300;
}

section .title p {
	padding: 20px 0 0;
	font-size: 16px;
	color: #666666;
	color: #696969;
}

section.banner {
	background-size: cover;
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	background-color: #F7F7F7;
	height: 480px;
}

section.banner .title {
	padding: 20px;
	position: relative;
	z-index: 1;
	background-color: rgba(46, 105, 255, 0.8) !important;
	width: 100%;
}

section.banner .title h3,
section.banner .title p {
	color: #ffffff;
}

section.banner .title h3 {
	margin-bottom: 0;
}

section.banner .title h3::before {
	display: none;
}

section.banner .title .line {
	position: absolute;
	height: 3px;
	width: 30px;
	background-color: #FF3333;
}

section.banner .title .line:nth-of-type(odd) {
	transform: rotate(90deg);
}

section.banner .title .line:nth-child(1) {
	top: 12px;
	left: -16px;
}

section.banner .title .line:nth-child(2) {
	top: -2px;
	left: -2px;
}

section.banner .title .line:nth-child(3) {
	bottom: 12px;
	right: -16px;
}

section.banner .title .line:nth-child(4) {
	bottom: -2px;
	right: -2px;
}

section.banner .title .line:nth-child(5) {
	top: 12px;
	right: -16px;
}

section.banner .title .line:nth-child(6) {
	top: -2px;
	right: -2px;
}

section.banner .title .line:nth-child(7) {
	bottom: 12px;
	left: -16px;
}

section.banner .title .line:nth-child(8) {
	bottom: -2px;
	left: -2px;
}

.we-nav.nav-bar .nav>li>a:not(.btn-language):active,
.we-nav.nav-bar .nav>li>a:not(.btn-language):hover {
	background: rgba(0, 0, 0, 0.3);
}

.we-nav.nav-bar .nav>li>a {
	color: #333333;
}

.nav-expand {
	min-height: 100% !important;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

.we-nav {
	padding: 0 40px;
	width: 100%;
	min-height: 48px;
	border: 0;
	background: none;
	margin-bottom: 0;
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #ffffff;
	border-bottom: 1px solid #E6E6E6;
}

.we-nav .we-sub-nav {
	top: 48px;
	left: 0px;
	height: 160px;
	line-height: 250px;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	border-top: 1px solid #E6E6E6;
	display: none;
}

.we-nav .we-sub-nav .container {
	height: 100%;
	position: relative;
}

.we-nav .we-sub-nav .container>div {
	height: 100%;
	position: absolute;
	right: 0px;
}

.we-nav .we-sub-nav .container>div a {
	height: 100%;
	width: 124px;
	text-align: center;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}

.we-nav .we-sub-nav .container>div a:hover {
	color: #478CFF;
}

.we-nav .we-sub-nav .container>div a.icon-1 {
	background: url("/static/images/img_controller_LC2000B@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-2 {
	background: url("/static/images/img_phone_T1@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-3 {
	background: url("/static/images/img_phone_saomaqiang@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-4 {
	background: url("/static/images/img_phone_weos@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-5 {
	background: url("/static/images/img_phone_houtai@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-6 {
	background: url("/static/images/img_phone_xiaochengxu@2x.png") left top no-repeat;
	background-size: 124px;
}

.we-nav .we-sub-nav .container>div a.icon-7 {
	background: url("/static/images/img_phone_lingshou.svg") center top no-repeat;
	background-size: 110px;
	background-position-y: 15px;
}

.we-nav .we-sub-nav .container>div a.icon-8 {
	background: url("/static/images/img_phone_shop.svg") center top no-repeat;
	background-size: 110px;
	background-position-y: 15px;
}

.we-nav .we-sub-nav .container>div a.icon-9 {
	background: url("/static/images/img_phone_huiyuanyingxiao.svg") center top no-repeat;
	background-size: 110px;
	background-position-y: 15px;
}

.we-nav .navbar-collapse {
	border: none;
	padding: 0;
}

.we-nav .navbar-collapse .nav>li.open>.dropdown-menu {
	display: none;
}

.we-nav .navbar-brand {
	padding: 0;
	margin-top: 12px;
	width: 350px;
	height: 24px;
	background-size: 130px 24px;
}

.we-nav .nav {
	margin-right: 0;
}

.we-nav .nav>li {
	position: relative;
}

.we-nav .nav>li>a {
	font-size: 16px;
	font-weight: 300;
	line-height: 48px;
	padding: 0 25px 0;
	background-color: #ffffff !important;
	color: #333333;
}

.we-nav .nav>li:not(.login)>a:hover {
	color: #3A78FF;
}

.we-nav .nav>li:not(.login)>a:hover::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 20px;
	height: 4px;
	background-color: #3A78FF;
	margin-left: -10px;
}

.we-nav .nav>li.active>a {
	color: #3A78FF;
	background: none;
}

.we-nav .nav>li.active>a:hover {
	color: #478CFF;
	background: none;
}

.we-nav .nav>li.active::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 20px;
	height: 4px;
	background-color: #3A78FF;
	margin-left: -10px;
}

.we-nav .login {
	padding: 3px 0 0 20px;
}

.we-nav .login .btn-language {
	color: #666666;
	line-height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	border: none;
	cursor: default;
}

.we-nav .login .btn-language>span:nth-child(2) {
	color: #478CFF;
}

footer {
	line-height: 40px;
	color: #999999;
	padding: 40px 0 0 0;
	background-color: #ffffff;
}

footer .menu>.row ul li {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}

footer .menu>.row ul li:nth-child(1) {
	font-size: 16px;
	color: #333333;
}

footer .menu>.row ul li>a {
	color: #999999;
}

footer .attention>div:nth-child(1) {
	font-size: 16px;
	color: #333333;
}

footer .attention>div:nth-child(2) {
	font-size: 32px;
	color: #478CFF;
	font-weight: 500;
}

footer .attention>div:nth-child(3) {
	font-size: 12px;
}

footer .qrcode {
	width: 100px;
	height: 100px;
	background: url("/static/images/wechat-code.png") center center no-repeat;
	background-size: 100px;
}

footer .copyright {
	border-top: 1px solid #E6E6E6;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
}

.we-tooltip {
	display: none;
	z-index: 999;
	position: absolute;
	min-width: 130px;
	left: -100%;
	top: -100%;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	line-height: 24px;
}

.we-tooltip .arrow {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	border-top-color: #cccccc;
}

.we-tooltip .arrow::after {
	content: ' ';
	bottom: 1px;
	margin-left: -5px;
	width: 0;
	height: 0;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-top-color: #ffffff;
	border-width: 5px;
	border-bottom-width: 0;
}

@media (max-width: 990px) {
	section.banner .title .line {
		height: 2px;
	}

	footer {
		padding: 25px 0 0 0;
	}

	footer .attention {
		text-align: left;
	}

	footer .attention>div:nth-child(1) {
		line-height: 14px;
		font-size: 14px;
		color: #333333;
	}

	footer .attention>div:nth-child(2) {
		font-size: 24px;
		color: #478CFF;
		line-height: 45px;
		font-weight: 500;
	}

	footer .attention>div:nth-child(3) {
		line-height: 12px;
		font-size: 12px;
	}

	footer ul {
		text-align: left;
		padding-left: 0px;
		margin-right: 20px;
		width: 100%;
	}

	footer ul li {
		width: 100%;
		color: #333333;
		border-bottom: 1px solid #E6E6E6;
		background: url("/static/images/right-1.png") right center no-repeat;
		background-size: 16px;
	}

	footer ul li>a {
		width: 100%;
		display: inline-block;
		color: #333333;
	}

	footer .qrcode {
		width: 80px;
		height: 80px;
		background: url("/static/images/wechat-code.png") center center no-repeat;
		background-size: 80px;
	}

	footer .menu {
		width: 100%;
	}

	footer .copyright,
	footer .menu {
		text-align: center;
	}

	footer .copyright {
		font-size: 12px;
	}

	footer .attention .tel {
		margin-left: 10px;
		padding-left: 0;
	}

	footer .attention .tel::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.we-nav {
		min-height: 48px;
		padding: 0 14px;
		width: 100%;
		text-align: center;
		z-index: 10000;
		position: fixed;
		top: 0px;
		left: 0px;
	}

	.we-nav.nav-expand {
		height: 100%;
		width: 100%;
	}

	.we-nav.nav-expand .container {
		height: 100%;
		width: 100%;
		overflow: auto;
		background-color: #ffffff;
		padding-top: 48px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10001;
	}

	.we-nav .navbar-header {
		min-height: 48px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 15px;
		z-index: 20000;
		background-color: #ffffff;
	}

	.we-nav .navbar-header .navbar-brand {
		position: absolute;
		height: 24px;
		margin-top: 12px;
		left: 50%;
		margin-left: -65px;
		background-size: 130px 24px;
	}

	.we-nav .navbar-header .navbar-toggle {
		position: absolute;
		left: 15px;
		margin-right: 0;
		border: none;
		padding: 9px 0;
		margin-top: 9px;
	}

	.we-nav .navbar-header .navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
		transform: rotate(-45deg);
	}

	.we-nav .navbar-header .navbar-toggle .icon-bar {
		width: 17px;
		background-color: #666666;
		height: 1px;
		transform-origin: 20%;
		transform: rotate(45deg);
	}

	.we-nav .navbar-header .navbar-toggle:focus,
	.we-nav .navbar-header .navbar-toggle:hover {
		background: none;
	}

	.we-nav .navbar-header .navbar-toggle.collapsed .icon-bar {
		transform-origin: 20%;
		transform: rotate(0deg);
	}

	.we-nav .navbar-header .navbar-toggle.collapsed .icon-bar+.icon-bar {
		transform: rotate(0deg);
	}

	.we-nav .navbar-nav {
		margin: 0;
	}

	.we-nav .navbar-collapse {
		border: none;
		padding: 0;
	}

	.we-nav .navbar-collapse .nav>li.active::after {
		display: none;
	}

	.we-nav .navbar-collapse .nav>li.active>a {
		color: #333333;
		background: none;
	}

	.we-nav .navbar-collapse .nav>li a {
		line-height: 60px;
		text-align: left;
		padding: 0 15px;
		border-bottom: 1px solid #E6E6E6;
		background-color: #ffffff !important;
		position: relative;
		z-index: 10000;
	}

	.we-nav .navbar-collapse .nav>li a:hover::after {
		display: none;
	}

	.we-nav .navbar-collapse .nav>li a.dropdown-toggle>i {
		position: absolute;
		right: .2rem;
		top: 0;
		transition: all .3s linear;
		z-index: 2000;
	}

	.we-nav .navbar-collapse .nav>li.open>.dropdown-menu {
		display: block;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li:nth-last-child(1) {
		border-bottom: 0;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a {
		text-align: right;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-1 {
		background: url("/static/images/img_controller_LC2000B@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-2 {
		background: url("/static/images/img_phone_T1@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-3 {
		background: url("/static/images/img_phone_saomaqiang@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-4 {
		background: url("/static/images/img_phone_weos@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-5 {
		background: url("/static/images/img_phone_houtai@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-6 {
		background: url("/static/images/img_phone_xiaochengxu@2x.png") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-7 {
		background: url("/static/images/img_phone_lingshou.svg") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-8 {
		background: url("/static/images/img_phone_shop.svg") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	.we-nav .navbar-collapse .nav>li>.dropdown-menu>li>a.icon-9 {
		background: url("/static/images/img_phone_huiyuanyingxiao.svg") left center no-repeat;
		background-size: 62px;
		background-position-x: .2rem;
	}

	footer {
		padding: 25px 0 0 0;
	}

	footer .attention {
		text-align: left;
	}

	footer .attention>div:nth-child(1) {
		line-height: 14px;
		font-size: 14px;
		color: #333333;
	}

	footer .attention>div:nth-child(2) {
		font-size: 24px;
		color: #478CFF;
		line-height: 45px;
		font-weight: 500;
	}

	footer .attention>div:nth-child(3) {
		line-height: 12px;
		font-size: 12px;
	}

	footer ul {
		text-align: left;
		padding-left: 0px;
		margin-right: 20px;
		width: 100%;
	}

	footer ul li {
		width: 100%;
		color: #333333;
		border-bottom: 1px solid #E6E6E6;
		background: url("/static/images/right-1.png") right center no-repeat;
		background-size: 16px;
	}

	footer ul li>a {
		width: 100%;
		display: inline-block;
		color: #333333;
	}

	footer .qrcode {
		width: 80px;
		height: 80px;
		background: url("/static/images/wechat-code.png") center center no-repeat;
		background-size: 80px;
	}

	footer .menu {
		width: 100%;
	}

	footer .copyright,
	footer .menu {
		text-align: center;
	}

	footer .copyright {
		font-size: 12px;
	}

	footer .attention .tel {
		margin-left: 10px;
		padding-left: 0;
	}

	footer .attention .tel::before {
		display: none;
	}

	section .title {
		padding: 50px 0 30px;
	}

	section .title h3 {
		font-size: 26px;
		margin: 0;
	}

	section .title h3::before {
		width: 20px;
		margin-left: -10px;
		bottom: -8px;
		border-bottom-width: 1px;
	}

	section .title p {
		font-size: 18px;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background: inherit;
		color: inherit;
	}

	section.banner .title {
		margin-top: -55%;
	}

	section.banner .title p>span {
		display: block;
	}

	section.banner::after {
		background-position: center 80%;
		background-size: 90%;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.we-nav .nav {
		margin-right: 15px;
	}

	.navbar>.container .navbar-brand {
		margin-left: -30px;
	}

	footer {
		padding: 25px 0 0 0;
	}

	footer .attention {
		text-align: left;
	}

	footer .attention>div:nth-child(1) {
		line-height: 14px;
		font-size: 14px;
		color: #333333;
	}

	footer .attention>div:nth-child(2) {
		font-size: 24px;
		color: #478CFF;
		line-height: 45px;
		font-weight: 500;
	}

	footer .attention>div:nth-child(3) {
		line-height: 12px;
		font-size: 12px;
	}

	footer ul {
		text-align: left;
		padding-left: 0px;
		margin-right: 20px;
		width: 100%;
	}

	footer ul li {
		width: 100%;
		color: #333333;
		border-bottom: 1px solid #E6E6E6;
		background: url("/static/images/right-1.png") right center no-repeat;
		background-size: 16px;
	}

	footer ul li>a {
		width: 100%;
		display: inline-block;
		color: #333333;
	}

	footer .qrcode {
		width: 80px;
		height: 80px;
		background: url("/static/images/wechat-code.png") center center no-repeat;
		background-size: 80px;
	}

	footer .menu {
		width: 100%;
	}

	footer .copyright,
	footer .menu {
		text-align: center;
	}

	footer .copyright {
		font-size: 12px;
	}

	footer .attention .tel {
		margin-left: 10px;
		padding-left: 0;
	}

	footer .attention .tel::before {
		display: none;
	}
}

.m-top-12 {
	margin-top: 12px;
}

.text-right {
	text-align: right;
}

.ts-bg {
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.ts-all {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bg-1 {
	background-color: #ffffff;
}

.bg-2 {
	background-color: #F7F7F7;
}

.bg-3 {
	background-color: #FAFBFC;
}

.bg-4 {
	background-color: #FAFBFC;
}

.bg-5 {
	background-color: #F7F8FA;
}

.block-center {
	margin: auto;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.mtop-48 {
	margin-top: 48px;
}

.isAstShow {
	display: none;
}

.isFacShow {
	display: block;
}

.par-section {
	overflow: hidden;
}

.par-section .container {
	border-bottom: 1px solid #E6E6E6;
}

.par-section .container.pg-1 {
	padding: .6rem 0 .6rem 0;
}

.par-section .container.pg-2 {
	padding: .6rem 0 .6rem 0;
}

.par-section .container .row>div h4 {
	font-size: .28rem;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
}

.par-section .container .row>div img {
	width: 4.56rem;
}

.par-section .container .row>div ul li {
	color: #666666;
	font-size: .16rem;
	line-height: .22rem;
	margin-bottom: .2rem;
}

.par-section .container .row>div ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.fac-buy {
	width: 100%;
	overflow: hidden;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	border-bottom-color: #e6e6e6;
	-moz-box-shadow: 2px 2px 5px #e6e6e6;
	/*firefox*/
	-webkit-box-shadow: 2px 2px 5px #e6e6e6;
	/*webkit*/
	box-shadow: 0px 2px 5px #e6e6e6;
	/*opera或ie9*/
}

.fac-buy .container>.fl {
	font-size: 24px;
	color: #333333;
}

.fac-buy .container>.fr {
	font-size: 16px;
	padding-right: 10px;
}

.fac-buy .container>.fr>span {
	color: #999999;
	cursor: pointer;
}

.fac-buy .container>.fr>span.x-Astion {
	color: blue;
}

.fac-buy .container>.fr>span:nth-child(2) {
	margin: 0 53px 0 49px;
}

.fac-buy .container>.fr>a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	background-color: #478CFF;
	border-radius: 5px;
}

.fac-banner {
	height: 4.4rem;
	background: url("/static/images/products/bg_banner.jpg") center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.fac-banner .we-container {
	height: 100%;
	position: relative;
}

.fac-banner .we-container>.fac-img {
	position: absolute;
	top: .89rem;
	left: 5.9rem;
	width: 5.05rem;
	height: 3.49rem;
	background: url("/static/images/products/LC2000B_top.png") center center no-repeat;
	background-size: 5.05rem 3.49rem;
}

.fac-banner .we-container>.fac-title {
	position: absolute;
	top: 1.43rem;
	left: 1rem;
}

.fac-banner .we-container>.fac-title>span {
	font-size: .4rem;
	line-height: .48rem;
	color: #666666;
}

.fac-banner .we-container>.fac-title>h3 {
	font-size: .54rem;
	line-height: .75rem;
	color: #333333;
	margin-top: .1rem;
}

.fac-banner .we-container>.fac-title>p {
	color: #FF5E52;
	font-size: .44rem;
	line-height: .53rem;
	margin-top: .2rem;
}

.fac-parameter {
	height: 3.2rem;
}

.fac-parameter .we-container>div {
	text-align: center;
	width: 20%;
	height: 1.6rem;
	margin-top: .8rem;
	color: #333333;
	font-size: .16rem;
	line-height: .22rem;
}

.fac-parameter .we-container>div>img {
	width: .64rem;
	height: .64rem;
	margin-bottom: .14rem;
}

.fac-parameter .we-container>div>span {
	font-size: .14rem;
	line-height: .16rem;
	margin-top: .04rem;
	color: #999999;
}

.we-section {
	height: 6.8rem;
	overflow: hidden;
}

.we-section h3 {
	font-size: 0.4rem;
	color: #333333;
	line-height: .58rem;
}

.we-section p {
	font-size: 0.16rem;
	line-height: .33rem;
	color: #333333;
}

.we-section.pg-2 .we-container {
	height: 100%;
	position: relative;
}

.we-section.pg-2 .we-container>h3 {
	position: absolute;
	top: 2.45rem;
	left: .3rem;
}

.we-section.pg-2 .we-container>p {
	position: absolute;
	width: 5.29rem;
	left: .3rem;
	margin-top: 3.36rem;
}

.we-section.pg-2 .we-container>.fac-img {
	position: absolute;
	right: .3rem;
	top: .86rem;
	width: 5.76rem;
	height: 5rem;
	background: url("/static/images/products/LC2000B_jiegou.png") center center no-repeat;
	/*background-size: 4.76rem 3.5rem;*/
}

.we-section.pg-3 {
	background: url("/static/images/products/LC2000B_pcb.jpg") center center no-repeat;
	background-size: cover;
}

.we-section.pg-3 .we-container {
	margin-top: 1.88rem;
}

.we-section.pg-3 .we-container>h3 {
	color: #ffffff;
	text-align: center;
}

.we-section.pg-3 .we-container>p {
	width: 6.33rem;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.we-section.pg-3 .we-container>ul {
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	margin-top: .62rem;
	padding: 0;
}

.we-section.pg-3 .we-container>ul>li {
	display: inline-block;
	padding: 0 .32rem;
}

.we-section.pg-3 .we-container>ul>li>h6 {
	font-size: .3rem;
	line-height: .42rem;
}

.we-section.pg-3 .we-container>ul>li>p {
	font-size: .24rem;
	line-height: .33rem;
	color: #ffffff;
}

.we-section.pg-3 .we-container>ul>li:nth-child(2) {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

.we-section.pg-4 .we-container {
	height: 100%;
	position: relative;
}

.we-section.pg-4 .we-container>h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 3.68rem;
	left: 0;
}

.we-section.pg-4 .we-container>p {
	width: 6.6rem;
	position: absolute;
	top: 4.56rem;
	left: 50%;
	text-align: center;
	margin-left: -3.3rem;
}

.we-section.pg-4 .we-container>.fac-img {
	position: absolute;
}

.we-section.pg-4 .we-container>.fac-img:nth-of-type(1) {
	width: 6.34rem;
	height: 2.98rem;
	top: 0rem;
	left: .1rem;
	/*background: url("/static/images/products/LC2000B_wangxian1.png") center center no-repeat;*/
	background-size: 6.34rem 2.98rem;
}

.we-section.pg-4 .we-container>.fac-img:nth-of-type(2) {
	width: 5.71rem;
	height: 3.7rem;
	top: .46rem;
	right: -1.8rem;
	background: url("/static/images/products/LC2000B_wangxian2.png") center center no-repeat;
	background-size: 3.71rem 3.3rem;
}

.we-section.pg-4 .we-container>.fac-img:nth-of-type(3) {
	width: 2.29rem;
	height: 1.14rem;
	bottom: 0rem;
	left: -1.4rem;
	/*background: url("/static/images/products/img_yuanzhuang_03.png") center center no-repeat;*/
	/*background-size: 2.29rem 1.14rem;*/
}

.we-section.pg-5 .we-container {
	height: 100%;
	position: relative;
}

.we-section.pg-5 .we-container>h3 {
	position: absolute;
	width: 4.5rem;
	top: 0.8rem;
	left: 8.51rem;
}

.we-section.pg-5 .we-container>p {
	position: absolute;
	top: 1.68rem;
	left: 8.51rem;
	width: 2.5rem;
}

.we-section.pg-5 .we-container>img {
	position: absolute;
	width: 4.67rem;
	top: 1.6rem;
	left: 0rem;
}

.we-section.pg-5 .we-container>.fac-img {
	position: absolute;
	width: 7.67rem;
	height: 6.00rem;
	top: .30rem;
	left: 0rem;
	background: url("/static/images/products/APP.png") center center no-repeat;
	background-size: 7.67rem 6.00rem;
}

.we-section.pg-6 .we-container {
	height: 100%;
	position: relative;
}

.we-section.pg-6 .we-container>h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 4.53rem;
	left: 0rem;
}

.we-section.pg-6 .we-container>p {
	position: absolute;
	text-align: center;
	width: 6rem;
	top: 5.54rem;
	left: 50%;
	margin-left: -3rem;
}

.we-section.pg-6 .we-container>img {
	position: absolute;
	width: 11.2rem;
	top: 0rem;
	left: .35rem;
}

.we-section.pg-6 .we-container>.fac-img {
	position: absolute;
	width: 10.2rem;
	height: 3.1rem;
	top: 1rem;
	background: url("/static/images/products/LC2000B_yinpin.png") center center no-repeat;
	background-size: 10.2rem 3.1rem;
}

.we-section.pg-7 .we-container {
	height: 100%;
	margin-top: .9rem;
	position: relative;
}

.we-section.pg-7 .we-container>h3 {
	width: 100%;
	text-align: center;
}

.we-section.pg-7 .we-container>p {
	width: 6rem;
	margin: 0 auto;
	text-align: center;
}

.we-section.pg-7 .we-container .we-row {
	margin-top: .2rem;
}

.we-section.pg-7 .we-container .we-row .home-img {
	width: 2.35rem;
	height: 1.6rem;
	background-color: #ffffff;
	margin-right: .19rem;
	border-radius: .05rem;
	position: relative;
	text-align: center;
}

.we-section.pg-7 .we-container .we-row .home-img>p {
	position: absolute;
	width: 100%;
	font-size: .16rem;
	color: #ffffff;
	top: 1rem;
}

.we-section.pg-7 .we-container .we-row .home-img>img {
	width: .56rem;
	top: .4rem;
	margin-top: .4rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-1 {
	background: url("/static/images/home/img_lingshou@2x.jpg") center center no-repeat;
	background-size: 2.35rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-2 {
	background: url("/static/images/home/img_canyin@2x.jpg") center center no-repeat;
	background-size: 2.35rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-3 {
	background: url("/static/images/home/img_yiyao@2x.jpg") center center no-repeat;
	background-size: 2.35rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-4 {
	background: url("/static/images/home/img_wujin@2x.jpg") center center no-repeat;
	background-size: 2.35rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-5 {
	background: url("/static/images/home/img_4S@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-6 {
	background: url("/static/images/home/img_clothes@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-6>img {
	top: .1rem;
	margin-top: .1rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-7 {
	background: url("/static/images/home/img_Leisure_time@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-7>img {
	top: .2rem;
	margin-top: .2rem;
}

.we-section.pg-7 .we-container .we-row .home-img.icon-8 {
	background: url("/static/images/home/img_3C@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-7 .we-container .we-row .home-img:nth-last-child(1) {
	margin-right: 0;
}

.we-section.pg-8 .we-container {
	height: 100%;
	margin-top: 1.3rem;
	position: relative;
	text-align: center;
}

.we-section.pg-8 .we-container>h3 {
	width: 100%;
	text-align: center;
}

.we-section.pg-8 .we-container>p {
	width: 6.8rem;
	margin: 0 auto;
	text-align: center;
	margin-top: .24rem;
}

.we-section.pg-8 .we-container>img {
	width: 6.74rem;
	margin-top: 1.1rem;
}

.we-section.pg-8 .we-container>.fac-img {
	width: 6.74rem;
	height: 1.62rem;
	margin: 0 auto;
	margin-top: 1.1rem;
	background: url("/static/images/products/img_shujudaoru.png") center center no-repeat;
	background-size: 6.74rem 1.62rem;
}

.we-section.pg-9 .we-container {
	height: 100%;
	position: relative;
}

.we-section.pg-9 .we-container>h3 {
	position: absolute;
	left: .33rem;
	top: 2.38rem;
}

.we-section.pg-9 .we-container>p {
	position: absolute;
	left: .33rem;
	top: 3.24rem;
	width: 4.8rem;
}

.we-section.pg-9 .we-container>a {
	position: absolute;
	left: .33rem;
	top: 4.1rem;
	font-size: .16rem;
	color: #478CFF;
}

.we-section.pg-9 .we-container>img {
	position: absolute;
	width: 4rem;
	right: .33rem;
	top: 1.7rem;
}

.we-section.pg-9 .we-container>.fac-img {
	position: absolute;
	width: 4rem;
	height: 3.4rem;
	right: .33rem;
	top: 1.7rem;
	background: url("/static/images/products/img_xitong.png") center center no-repeat;
	background-size: 4rem 3.4rem;
}

@media (max-width: 767px) {
	.fac-buy {
		padding: 0 .2rem;
		height: 1.2rem;
		line-height: 1.2rem;
		border-bottom-color: #ffffff;
		-moz-box-shadow: 2px 2px 5px #ffffff;
		/*firefox*/
		-webkit-box-shadow: 2px 2px 5px #ffffff;
		/*webkit*/
		box-shadow: 0px 2px 5px #ffffff;
		/*opera或ie9*/
	}

	.fac-buy .container>.fl {
		font-size: .48rem;
		color: #333333;
	}

	.fac-buy .container>.fr {
		font-size: .32rem;
		padding-right: .1rem;
	}

	.fac-buy .container>.fr>span:nth-child(2) {
		margin: 0 0 0 .49rem;
	}

	.fac-buy .container>.fr>a {
		display: inline-block;
		width: 1.2rem;
		height: .6rem;
		line-height: .6rem;
		color: #ffffff;
		text-align: center;
		background-color: #478CFF;
		border-radius: .05rem;
	}

	.par-section {
		width: 90%;
		margin: 0 auto;
	}

	.par-section .container {
		border-bottom: 1px solid #E6E6E6;
	}

	.par-section .container.pg-1 {
		padding: .6rem 0rem .6rem 0rem;
	}

	.par-section .container.pg-2 {
		padding: .6rem 0rem .6rem 0rem;
	}

	.par-section .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.par-section .container .row>div {
		padding-left: 0;
	}

	.par-section .container .row>div h4 {
		font-size: .4rem;
		color: #333333;
		margin-top: 0;
		margin-bottom: 0;
		margin-bottom: .6rem;
	}

	.par-section .container .row>div img {
		width: 4.56rem;
	}

	.par-section .container .row>div ul {
		padding-left: 0px;
	}

	.par-section .container .row>div ul li {
		color: #666666;
		font-size: .3rem;
		line-height: .28rem;
		margin-bottom: .45rem;
	}

	.par-section .container .row>div ul li:nth-last-child(1) {
		margin-bottom: 0;
	}

	.fac-banner {
		height: 4.4rem;
		background: url("/static/images/products/bg_banner.jpg") top left no-repeat;
		background-size: cover;
		overflow: hidden;
		margin-top: 0px;
	}

	.fac-banner .we-container {
		height: 100%;
		position: relative;
	}

	.fac-banner .we-container>.fac-img {
		position: absolute;
		top: .89rem;
		left: 4.9rem;
		width: 5.05rem;
		height: 3.49rem;
		background: url("/static/images/products/banner_pos.png") center center no-repeat;
		background-size: 5.05rem 3.49rem;
	}

	.fac-banner .we-container>.fac-title {
		position: absolute;
		top: 1.43rem;
		left: .1rem;
	}

	.fac-banner .we-container>.fac-title>span {
		font-size: .4rem;
		line-height: .48rem;
		color: #666666;
	}

	.fac-banner .we-container>.fac-title>h3 {
		font-size: .54rem;
		line-height: .75rem;
		color: #333333;
		margin-top: .1rem;
	}

	.fac-banner .we-container>.fac-title>p {
		color: #FF5E52;
		font-size: .44rem;
		line-height: .53rem;
		margin-top: .1rem;
	}

	.fac-parameter {
		height: 3.2rem;
	}

	.fac-parameter .we-container>div {
		text-align: center;
		width: 20%;
		height: 1.6rem;
		margin-top: .8rem;
		color: #333333;
		font-size: .16rem;
		line-height: .22rem;
	}

	.fac-parameter .we-container>div>img {
		width: .64rem;
		height: .64rem;
		margin-bottom: .14rem;
	}

	.fac-parameter .we-container>div>span {
		font-size: .14rem;
		line-height: .16rem;
		margin-top: .04rem;
		color: #999999;
	}

	.we-section {
		height: 6.8rem;
		overflow: hidden;
	}

	.we-section h3 {
		font-size: 0.4rem;
		color: #333333;
		line-height: .58rem;
	}

	.we-section p {
		font-size: 0.28rem;
		line-height: .43rem;
		color: #333333;
	}

	.we-section.pg-2 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-2 .we-container>h3 {
		position: absolute;
		top: .85rem;
		left: 0rem;
		width: 5.6rem;
	}

	.we-section.pg-2 .we-container>p {
		position: absolute;
		width: 5.6rem;
		left: 0rem;
		top: -1.2rem;
	}

	.we-section.pg-2 .we-container>.fac-img {
		position: absolute;
		right: 0rem;
		top: .86rem;
		width: 5.76rem;
		height: 5rem;
		background: url("/static/images/products/img_shuangpin.png") center center no-repeat;
		background-size: 5.76rem 5rem;
	}

	.we-section.pg-3 {
		background: url("/static/images/products/bg_cpu.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-section.pg-3 .we-container {
		margin-top: 1.88rem;
	}

	.we-section.pg-3 .we-container>h3 {
		color: #ffffff;
		text-align: center;
	}

	.we-section.pg-3 .we-container>p {
		width: 100%;
		color: #ffffff;
		margin: 0 auto;
		text-align: center;
	}

	.we-section.pg-3 .we-container>ul {
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
		margin-top: .62rem;
		padding: 0;
	}

	.we-section.pg-3 .we-container>ul>li {
		display: inline-block;
		padding: 0 .1rem;
		height: .9rem;
	}

	.we-section.pg-3 .we-container>ul>li>h6 {
		font-size: .24rem;
		line-height: .24rem;
	}

	.we-section.pg-3 .we-container>ul>li>p {
		font-size: .24rem;
		line-height: .24rem;
		color: #ffffff;
	}

	.we-section.pg-3 .we-container>ul>li:nth-child(2) {
		border-right: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
	}

	.we-section.pg-4 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-4 .we-container>h3 {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 2.68rem;
		left: 0;
	}

	.we-section.pg-4 .we-container>p {
		width: 6.6rem;
		position: absolute;
		top: 3.9rem;
		left: 50%;
		text-align: center;
		margin-left: -3.3rem;
	}

	.we-section.pg-4 .we-container>.fac-img {
		position: absolute;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(1) {
		width: 6.34rem;
		height: 2.98rem;
		top: 0rem;
		left: .1rem;
		background: url("/static/images/products/img_yuanzhuang_02.png") center center no-repeat;
		background-size: 6.34rem 2.98rem;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(2) {
		width: 3.71rem;
		height: 3.7rem;
		top: .46rem;
		right: -1.8rem;
		background: url("/static/images/products/img_yuanzhuang_01.png") center center no-repeat;
		background-size: 3.71rem 3.7rem;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(3) {
		width: 2.29rem;
		height: 1.14rem;
		bottom: 0rem;
		left: -1.4rem;
		background: url("/static/images/products/img_yuanzhuang_03.png") center center no-repeat;
		background-size: 2.29rem 1.14rem;
	}

	.we-section.pg-5 .we-container {
		height: 100%;
		position: relative;
		text-align: center;
	}

	.we-section.pg-5 .we-container>h3 {
		position: absolute;
		width: 100%;
		top: .8rem;
		left: 0rem;
		margin: 0;
	}

	.we-section.pg-5 .we-container>p {
		position: absolute;
		width: 100%;
		top: 1.6rem;
		left: 0rem;
	}

	.we-section.pg-5 .we-container>.fac-img {
		position: absolute;
		width: 4.67rem;
		height: 3.39rem;
		top: 3.2rem;
		left: 50%;
		margin-left: -2.335rem;
		background: url("/static/images/products/img_jijianquxian.png") center center no-repeat;
		background-size: 4.67rem 3.39rem;
	}

	.we-section.pg-6 {
		height: 5rem;
	}

	.we-section.pg-6 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-6 .we-container>h3 {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 2.03rem;
		left: 0rem;
	}

	.we-section.pg-6 .we-container>p {
		position: absolute;
		text-align: center;
		width: 100%;
		top: 3.2rem;
		left: 0;
		margin-left: 0rem;
	}

	.we-section.pg-6 .we-container>img {
		position: absolute;
		width: 11.2rem;
		top: 0rem;
		left: .35rem;
	}

	.we-section.pg-6 .we-container>.fac-img {
		position: absolute;
		width: 6.75rem;
		height: 3.04rem;
		top: 0rem;
		left: 1.3rem;
		background: url("/static/images/products/img_chusekuozhan.png") center center no-repeat;
		background-size: 6.75rem 3.04rem;
	}

	.we-section.pg-7 .we-container {
		height: 100%;
		margin-top: .9rem;
		position: relative;
		padding-bottom: .2rem;
	}

	.we-section.pg-7 .we-container>h3 {
		width: 100%;
		text-align: center;
	}

	.we-section.pg-7 .we-container>p {
		width: 7.6rem;
		margin: 0 auto;
		text-align: center;
		margin-top: .3rem;
	}

	.we-section.pg-7 .we-container .we-row {
		margin-top: 0rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img {
		width: calc(50% - .2rem);
		height: 2.42rem;
		background-color: #ffffff;
		margin-right: 0rem;
		border-radius: .05rem;
		position: relative;
		text-align: center;
		margin-top: .2rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img:nth-child(odd) {
		margin-right: .2rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img>p {
		position: absolute;
		width: 100%;
		font-size: .16rem;
		color: #ffffff;
		top: 1.4rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img>img {
		width: .56rem;
		top: .4rem;
		margin-top: .7rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-1 {
		background: url("/static/images/home/img_lingshou@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-2 {
		background: url("/static/images/home/img_canyin@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-3 {
		background: url("/static/images/home/img_yiyao@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-4 {
		background: url("/static/images/home/img_wujin@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-5 {
		margin-right: .2rem;
		background: url("/static/images/home/img_4S@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-5>img {
		margin-top: .8rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-6 {
		background: url("/static/images/home/img_clothes@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-6>img {
		margin-top: .3rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-7 {
		margin-right: .2rem;
		background: url("/static/images/home/img_Leisure_time@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-7>img {
		margin-top: .6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-8 {
		background: url("/static/images/home/img_3C@2x.jpg") center center no-repeat;
		background-size: 100% 2.42rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-8 .we-container {
		height: 100%;
		margin-top: 1.3rem;
		position: relative;
		text-align: center;
	}

	.we-section.pg-8 .we-container>h3 {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.we-section.pg-8 .we-container>p {
		width: 6.8rem;
		margin: 0 auto;
		text-align: center;
		margin-top: .24rem;
	}

	.we-section.pg-8 .we-container>img {
		width: 6.74rem;
		margin-top: 1.1rem;
	}

	.we-section.pg-8 .we-container>.fac-img {
		width: 6.74rem;
		height: 1.62rem;
		margin: 0 auto;
		margin-top: 1.1rem;
		background: url("/static/images/products/img_shujudaoru.png") center center no-repeat;
		background-size: 6.74rem 1.62rem;
	}

	.we-section.pg-9 .we-container {
		height: 100%;
		position: relative;
		text-align: center;
	}

	.we-section.pg-9 .we-container>h3 {
		position: absolute;
		width: 100%;
		left: 0;
		top: .8rem;
		margin: 0;
	}

	.we-section.pg-9 .we-container>p {
		position: absolute;
		width: 100%;
		left: 0rem;
		top: 1.6rem;
	}

	.we-section.pg-9 .we-container>a {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 2.5rem;
		font-size: .16rem;
		color: #478CFF;
	}

	.we-section.pg-9 .we-container>.fac-img {
		position: absolute;
		width: 4rem;
		height: 3.4rem;
		left: 50%;
		margin-left: -2rem;
		top: 3rem;
		background: url("/static/images/products/img_xitong.png") center center no-repeat;
		background-size: 4rem 3.4rem;
	}
}

@media (min-width: 1921px) {
	.fac-banner {
		height: 4.4rem;
		background: url("/static/images/products/bg_banner.jpg") center center no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	.fac-banner .we-container {
		height: 100%;
		position: relative;
	}

	.fac-banner .we-container>.fac-img {
		position: absolute;
		top: .89rem;
		left: 5.9rem;
		width: 5.05rem;
		height: 3.49rem;
		background: url("/static/images/products/banner_pos@3x.png") center center no-repeat;
		background-size: 5.05rem 3.49rem;
	}

	.fac-banner .we-container>.fac-title {
		position: absolute;
		top: 1.58rem;
		left: 1rem;
	}

	.fac-banner .we-container>.fac-title>span {
		font-size: .4rem;
		line-height: .48rem;
		color: #666666;
	}

	.fac-banner .we-container>.fac-title>h3 {
		font-size: .54rem;
		line-height: .75rem;
		color: #333333;
		margin-top: .1rem;
	}

	.fac-banner .we-container>.fac-title>p {
		color: #FF5E52;
		font-size: .44rem;
		line-height: .53rem;
		margin-top: .2rem;
	}

	.we-section {
		height: 6.8rem;
	}

	.we-section h3 {
		font-size: 0.4rem;
		color: #333333;
		line-height: .58rem;
	}

	.we-section p {
		font-size: 0.16rem;
		line-height: .33rem;
		color: #333333;
	}

	.we-section.pg-2 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-2 .we-container>h3 {
		position: absolute;
		top: 2.45rem;
		left: .3rem;
	}

	.we-section.pg-2 .we-container>p {
		position: absolute;
		width: 5.29rem;
		left: .3rem;
		margin-top: 3.36rem;
	}

	.we-section.pg-2 .we-container>.fac-img {
		position: absolute;
		right: .3rem;
		top: .86rem;
		width: 5.76rem;
		height: 5rem;
		background: url("/static/images/products/img_shuangpin@3x.png") center center no-repeat;
		background-size: 5.76rem 5rem;
	}

	.we-section.pg-3 {
		background: url("/static/images/products/bg_cpu.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-section.pg-3 .we-container {
		margin-top: 1.88rem;
	}

	.we-section.pg-3 .we-container>h3 {
		color: #ffffff;
		text-align: center;
	}

	.we-section.pg-3 .we-container>p {
		width: 6.33rem;
		color: #ffffff;
		margin: 0 auto;
		text-align: center;
	}

	.we-section.pg-3 .we-container>ul {
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
		margin-top: .62rem;
		padding: 0;
	}

	.we-section.pg-3 .we-container>ul>li {
		display: inline-block;
		padding: 0 .32rem;
	}

	.we-section.pg-3 .we-container>ul>li>h6 {
		font-size: .3rem;
		line-height: .42rem;
	}

	.we-section.pg-3 .we-container>ul>li>p {
		font-size: .24rem;
		line-height: .33rem;
		color: #ffffff;
	}

	.we-section.pg-3 .we-container>ul>li:nth-child(2) {
		border-right: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
	}

	.we-section.pg-4 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-4 .we-container>h3 {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 3.68rem;
		left: 0;
	}

	.we-section.pg-4 .we-container>p {
		width: 6.6rem;
		position: absolute;
		top: 4.56rem;
		left: 50%;
		text-align: center;
		margin-left: -3.3rem;
	}

	.we-section.pg-4 .we-container>.fac-img {
		position: absolute;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(1) {
		width: 6.34rem;
		height: 2.98rem;
		top: 0rem;
		left: .1rem;
		background: url("/static/images/products/img_yuanzhuang_02@3x.png") center center no-repeat;
		background-size: 6.34rem 2.98rem;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(2) {
		width: 3.71rem;
		height: 3.7rem;
		top: .46rem;
		right: -1.8rem;
		background: url("/static/images/products/img_yuanzhuang_01@3x.png") center center no-repeat;
		background-size: 3.71rem 3.7rem;
	}

	.we-section.pg-4 .we-container>.fac-img:nth-of-type(3) {
		width: 2.29rem;
		height: 1.14rem;
		bottom: 0rem;
		left: -1.4rem;
		background: url("/static/images/products/img_yuanzhuang_03@3x.png") center center no-repeat;
		background-size: 2.29rem 1.14rem;
	}

	.we-section.pg-5 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-5 .we-container>h3 {
		position: absolute;
		width: 4.5rem;
		top: 1.8rem;
		left: 4.51rem;
	}

	.we-section.pg-5 .we-container>p {
		position: absolute;
		top: 2.68rem;
		left: 4.51rem;
	}

	.we-section.pg-5 .we-container>img {
		position: absolute;
		width: 4.67rem;
		top: 1.6rem;
		left: 0rem;
	}

	.we-section.pg-5 .we-container>.fac-img {
		position: absolute;
		width: 4.67rem;
		height: 3.39rem;
		top: 1.6rem;
		left: 0rem;
		background: url("/static/images/products/img_jijianquxian@3x.png") center center no-repeat;
		background-size: 4.67rem 3.39rem;
	}

	.we-section.pg-6 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-6 .we-container>h3 {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 4.03rem;
		left: 0rem;
	}

	.we-section.pg-6 .we-container>p {
		position: absolute;
		text-align: center;
		width: 6rem;
		top: 4.94rem;
		left: 50%;
		margin-left: -3rem;
	}

	.we-section.pg-6 .we-container>img {
		position: absolute;
		width: 11.2rem;
		top: 0rem;
		left: .35rem;
	}

	.we-section.pg-6 .we-container>.fac-img {
		position: absolute;
		width: 11.2rem;
		height: 5.1rem;
		top: 0rem;
		left: .35rem;
		background: url("/static/images/products/img_chusekuozhan@3x.png") center center no-repeat;
		background-size: 11.2rem 5.1rem;
	}

	.we-section.pg-7 .we-container {
		height: 100%;
		margin-top: .9rem;
		position: relative;
	}

	.we-section.pg-7 .we-container>h3 {
		width: 100%;
		text-align: center;
	}

	.we-section.pg-7 .we-container>p {
		width: 6rem;
		margin: 0 auto;
		text-align: center;
	}

	.we-section.pg-7 .we-container .we-row {
		margin-top: .2rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img {
		width: 2.35rem;
		height: 1.6rem;
		background-color: #ffffff;
		margin-right: .19rem;
		border-radius: .05rem;
		position: relative;
		text-align: center;
	}

	.we-section.pg-7 .we-container .we-row .home-img>p {
		position: absolute;
		width: 100%;
		font-size: .16rem;
		color: #ffffff;
		top: 1rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img>img {
		width: .56rem;
		top: .4rem;
		margin-top: .4rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-1 {
		background: url("/static/images/home/img_lingshou@3x.jpg") center center no-repeat;
		background-size: 2.35rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-2 {
		background: url("/static/images/home/img_canyin@3x.jpg") center center no-repeat;
		background-size: 2.35rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-3 {
		background: url("/static/images/home/img_yiyao@3x.jpg") center center no-repeat;
		background-size: 2.35rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-4 {
		background: url("/static/images/home/img_wujin@3x.jpg") center center no-repeat;
		background-size: 2.35rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-5 {
		background: url("/static/images/home/img_4S@3x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-6 {
		background: url("/static/images/home/img_clothes@3x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-6>img {
		top: .1rem;
		margin-top: .1rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-7 {
		background: url("/static/images/home/img_Leisure_time@3x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-7>img {
		top: .2rem;
		margin-top: .2rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img.icon-8 {
		background: url("/static/images/home/img_3C@3x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-7 .we-container .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-8 .we-container {
		height: 100%;
		margin-top: 1.3rem;
		position: relative;
		text-align: center;
	}

	.we-section.pg-8 .we-container>h3 {
		width: 100%;
		text-align: center;
	}

	.we-section.pg-8 .we-container>p {
		width: 6.8rem;
		margin: 0 auto;
		text-align: center;
		margin-top: .24rem;
	}

	.we-section.pg-8 .we-container>img {
		width: 6.74rem;
		margin-top: 1.1rem;
	}

	.we-section.pg-8 .we-container>.fac-img {
		width: 6.74rem;
		height: 1.62rem;
		margin: 0 auto;
		margin-top: 1.1rem;
		background: url("/static/images/products/img_shujudaoru.png") center center no-repeat;
		background-size: 6.74rem 1.62rem;
	}

	.we-section.pg-9 .we-container {
		height: 100%;
		position: relative;
	}

	.we-section.pg-9 .we-container>h3 {
		position: absolute;
		left: .33rem;
		top: 2.38rem;
	}

	.we-section.pg-9 .we-container>p {
		position: absolute;
		left: .33rem;
		top: 3.24rem;
		width: 4.8rem;
	}

	.we-section.pg-9 .we-container>a {
		position: absolute;
		left: .33rem;
		top: 4.1rem;
		font-size: .16rem;
		color: #478CFF;
	}

	.we-section.pg-9 .we-container>img {
		position: absolute;
		width: 4rem;
		right: .33rem;
		top: 1.7rem;
	}

	.we-section.pg-9 .we-container>.fac-img {
		position: absolute;
		width: 4rem;
		height: 3.4rem;
		right: .33rem;
		top: 1.7rem;
		background: url("/static/images/products/img_xitong@3x.png") center center no-repeat;
		background-size: 4rem 3.4rem;
	}
}
