@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: url("/static/images/ABUIABAEGAAgmYSQ9gUo1oDU1QMwugU4ugU.png") center center no-repeat;*/
	background-size: 24px 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;
}

/* 版心 */
.we-container {
	width: 10.4rem;
	margin: 0 auto;
}

.item-active {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
}

.we-banner {
	height: 4.8rem;
}

.we-banner .carousel {
	height: 4.8rem;
}

.we-banner .carousel .carousel-indicators li {
	width: .24rem;
	height: .06rem;
	background-color: #E6E6E6;
	border-color: #E6E6E6;
}

.we-banner .carousel .carousel-indicators li.active {
	background-color: #478CFF;
	border-color: #478CFF;
}

.we-banner .carousel .carousel-inner {
	height: 100%;
}

.we-banner .carousel .carousel-inner .item {
	width: 100%;
	height: 100%;
	position: absolute;
}

.we-banner .carousel .carousel-inner .item.banner-0 {
	background: url("/static/images/home/happynewyare.jpg") center center no-repeat;
	background-size: cover;
}

.we-banner .carousel .carousel-inner .item.banner-1 {
	background: url("/static/images/face/index_LC2000B_banner1@2x.jpg") center center no-repeat;
	background-size: cover;
}

.we-banner .carousel .carousel-inner .item.banner-2 {
	background: url("/static/images/face/index_LC2000B_banner2@2x.jpg") center center no-repeat;
	background-size: cover;
}

.we-banner .carousel .carousel-inner .item.banner-3 {
	background: url("/static/images/face/index_LC2000B_banner3@2x.jpg") center center no-repeat;
	background-size: cover;
}

.we-banner .carousel .carousel-inner .item .carousel-caption {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0 auto;
	text-shadow: none;
}

.we-banner .carousel .carousel-inner .item .carousel-caption>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.we-banner .carousel .carousel-inner .item .carousel-caption .we-container {
	position: relative;
}

.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title {
	position: absolute;
	top: 1.43rem;
	left: 1.3rem;
	text-align: left;
}

.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>h3 {
	font-size: .54rem;
	line-height: .75rem;
	color: #333333;
}

.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>p {
	font-size: .4rem;
	line-height: .5rem;
	color: #666666;
}

.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>span {
	font-size: .44rem;
	color: #FF5E52;
	line-height: .62rem;
	margin-top: .2rem;
}

.we-banner .carousel>.left {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 48px;
	height: 80px;
	transform: translateY(-50%);
	background: url("/static/images/home/icon_default_back.svg") center center no-repeat;
	background-size: 24px 24px;
}

.we-banner .carousel>.left:hover {
	background: url("/static/images/home/icon_hover_back.svg") center center no-repeat;
	background-color: rgba(144, 145, 147, 0.9);
	background-size: 24px 24px;
}

.we-banner .carousel>.right {
	position: absolute;
	width: 48px;
	height: 80px;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	background: url("/static/images/home/icon_default_next.svg") center center no-repeat;
	background-size: 24px 24px;
}

.we-banner .carousel>.right:hover {
	background: url("/static/images/home/icon_hover_next.svg") center center no-repeat;
	background-color: rgba(144, 145, 147, 0.9);
	background-size: 24px 24px;
}

.we-section .title h3 {
	font-size: .3rem;
}

.we-section .title p {
	font-size: .16rem;
}

.we-section.pg-2 .we-row .home-img {
	width: 3.2rem;
	height: 2rem;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	transition: all .2s linear;
	cursor: pointer;
}

.we-section.pg-2 .we-row .home-img:nth-child(2) {
	margin: 0rem .39rem;
}

.we-section.pg-2 .we-row .home-img .home-img-title {
	position: absolute;
	width: 2.5rem;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.we-section.pg-2 .we-row .home-img .home-img-title>h3 {
	margin: 0;
	font-size: .3rem;
}

.we-section.pg-2 .we-row .home-img .home-img-title>p {
	margin: 0;
	font-size: .3rem;
}

.we-section.pg-2 .we-row .home-img.icon-1 {
	background: url("/static/images/home/BG_yige@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section.pg-2 .we-row .home-img.icon-2 {
	background: url("/static/images/home/BG_zhineng@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section.pg-2 .we-row .home-img.icon-3 {
	background: url("/static/images/home/BG_huayang@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section.pg-3 .we-row {
	perspective: 1000;
	-webkit-perspective: 1000;
}

.we-section.pg-3 .we-row .home-img {
	width: 2.45rem;
	height: 2.8rem;
	background-color: #ffffff;
	margin-right: .2rem;
	border-radius: .05rem;
	transition: all .2s linear;
}

.we-section.pg-3 .we-row .home-img:nth-last-child(1) {
	margin-right: 0;
}

.we-section.pg-3 .we-row .home-img>img {
	width: 100%;
	height: 1.3rem;
}

.we-section.pg-3 .we-row .home-img>.pg-3-title {
	padding: .15rem;
	text-align: center;
}

.we-section.pg-3 .we-row .home-img>.pg-3-title h3 {
	font-size: .24rem;
	color: #666666;
	margin: 0;
	margin-bottom: .11rem;
}

.we-section.pg-3 .we-row .home-img>.pg-3-title p {
	color: #999999;
	font-size: .14rem;
}

.we-section.pg-4 .title p {
	width: 6rem;
	margin: 0 auto;
}

.we-section.pg-4 .we-row {
	margin-top: .2rem;
}

.we-section.pg-4 .we-row .home-img {
	width: 2.45rem;
	height: 1.6rem;
	background-color: #ffffff;
	margin-right: .2rem;
	border-radius: .05rem;
	position: relative;
	text-align: center;
}

.we-section.pg-4 .we-row .home-img>p {
	position: absolute;
	width: 100%;
	font-size: .16rem;
	color: #ffffff;
	top: 1rem;
}

.we-section.pg-4 .we-row .home-img>img {
	width: .56rem;
	top: .4rem;
	margin-top: .4rem;
}

.we-section.pg-4 .we-row .home-img.icon-1 {
	background: url("/static/images/home/img_znjj@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-2 {
	background: url("/static/images/home/img_fwzm@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-3 {
	background: url("/static/images/home/img_sczt@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-4 {
	background: url("/static/images/home/img_yxdj@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-5 {
	background: url("/static/images/home/img_aczs@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-6 {
	background: url("/static/images/home/img_dgjs@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-6>img {
	top: .1rem;
	margin-top: .1rem;
}

.we-section.pg-4 .we-row .home-img.icon-7 {
	background: url("/static/images/home/img_ktv@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img.icon-7>img {
	top: .2rem;
	margin-top: .2rem;
}

.we-section.pg-4 .we-row .home-img.icon-8 {
	background: url("/static/images/home/img_diy@2x.jpg") center center no-repeat;
	background-size: 2.45rem 1.6rem;
}

.we-section.pg-4 .we-row .home-img:nth-last-child(1) {
	margin-right: 0;
}

.we-section.pg-5 {
	padding: .8rem 0;
}

.we-section.pg-5 .title {
	padding: 0;
	margin-bottom: .3rem;
}

.we-section.pg-5 .title h3 {
	margin: 0;
}

.we-section.pg-5 .title p {
	width: 6rem;
	margin: 0 auto;
}

.we-section.pg-5 .we-row {
	margin: 0 auto;
	margin-top: .2rem;
	width: 10.1rem;
}

.we-section.pg-5 .we-row .home-img {
	width: 2.3rem;
	height: 1rem;
	background-color: #ffffff;
	margin-right: .29rem;
	border-radius: .05rem;
	text-align: center;
}

.we-section.pg-5 .we-row .home-img img {
	height: 100%;
}

.we-section.pg-5 .we-row .home-img:nth-last-child(1) {
	margin-right: 0;
}

.we-section .row>div {
	margin: 10px 0;
}

.we-section .row>div .home-img {
	width: 3.2rem;
	height: 2rem;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
}

.we-section .row>div .home-img>h3 {
	position: absolute;
	top: .45rem;
	left: .4rem;
	font-size: .3rem;
}

.we-section .row>div .home-img p {
	position: absolute;
	font-size: .3rem;
	top: 1rem;
	left: .4rem;
}

.we-section .row>div .home-img.icon-1 {
	background: url("/static/images/home/BG_huayang@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section .row>div .home-img.icon-2 {
	background: url("/static/images/home/BG_yige@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section .row>div .home-img.icon-3 {
	background: url("/static/images/home/BG_zhineng@2x.jpg") center center no-repeat;
	background-size: 3.2rem 2rem;
}

.we-section .row>div img {
	width: 100%;
}

@media (max-width: 767px) {
	.we-container {
		width: 90%;
		margin: 0 auto;
	}

	.pb-80 {
		padding-bottom: 50px;
	}

	.we-banner {
		height: 4.8rem;
		margin-top: 48px;
	}

	.we-banner .carousel {
		height: 4.8rem;
	}

	.we-banner .carousel .carousel-indicators li {
		width: .24rem;
		height: .06rem;
		background-color: #E6E6E6;
		border-color: #E6E6E6;
	}

	.we-banner .carousel .carousel-indicators li.active {
		background-color: #478CFF;
		border-color: #478CFF;
	}

	.we-banner .carousel .carousel-inner {
		height: 100%;
	}

	.we-banner .carousel .carousel-inner .item {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.we-banner .carousel .carousel-inner .item.banner-0 {
		background: url("/static/images/home/iphonHappy.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-1 {
		background: url("/static/images/face/index_face_banner.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-2 {
		background: url("/static/images/home/banner_T1@2x.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-3 {
		background: url("/static/images/home/banner_D1@2x.jpg") center center no-repeat;
		background-size: cover;
		background-position-x: -2rem;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption {
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		margin: 0 auto;
		text-shadow: none;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption>a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container {
		position: relative;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title {
		position: absolute;
		top: 1rem;
		left: .2rem;
		text-align: left;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>h3 {
		font-size: .54rem;
		line-height: .75rem;
		color: #333333;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>p {
		font-size: .4rem;
		line-height: .5rem;
		color: #666666;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>span {
		font-size: .44rem;
		color: #FF5E52;
		line-height: .62rem;
		margin-top: .2rem;
	}

	.we-banner .carousel>.left {
		position: absolute;
		display: none;
		top: 50%;
		left: 2rem;
		width: 32px;
		height: 32px;
		transform: translateY(-50%);
		background: url("/static/images/左箭头.png") center center no-repeat;
		background-size: 32px 32px;
	}

	.we-banner .carousel>.right {
		position: absolute;
		display: none;
		width: 32px;
		height: 32px;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		background: url("/static/images/右箭头.png") center center no-repeat;
		background-size: 32px 32px;
	}

	.we-section .title h3 {
		font-size: 0.4rem;
	}

	.we-section .title p {
		font-size: 0.28rem;
	}

	.we-section.pg-2 .we-row {
		width: 100%;
	}

	.we-section.pg-2 .we-row .home-img {
		width: 100%;
		height: 4rem;
		margin: 0 auto;
		position: relative;
		border-radius: 5px;
		color: #ffffff;
	}

	.we-section.pg-2 .we-row .home-img:nth-child(2) {
		margin: .2rem auto;
	}

	.we-section.pg-2 .we-row .home-img:nth-child(1) .home-img-title {
		width: 3rem;
	}

	.we-section.pg-2 .we-row .home-img .home-img-title {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 4rem;
		transform: translateX(-50%) translateY(-50%);
	}

	.we-section.pg-2 .we-row .home-img .home-img-title>h3 {
		margin: 0;
		font-size: .48rem;
	}

	.we-section.pg-2 .we-row .home-img .home-img-title>p {
		margin: 0;
		font-size: .48rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-1 {
		background: url("/static/images/home/BG_zhineng@2x.jpg") center center no-repeat;
		background-size: 100% 4.22rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-2 {
		background: url("/static/images/home/BG_yige@2x.jpg") center center no-repeat;
		background-size: 100% 4.22rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-3 {
		background: url("/static/images/home/BG_huayang@2x.jpg") center center no-repeat;
		background-size: 100% 4.22rem;
	}

	.we-section.pg-3 .we-row .home-img {
		width: 100%;
		height: 6rem;
		background-color: #ffffff;
		margin-right: .2rem;
		border-radius: 5px;
		margin-bottom: .2rem;
	}

	.we-section.pg-3 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-3 .we-row .home-img>img {
		width: 100%;
		height: 3.6rem;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title {
		padding: .2rem;
		text-align: center;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title h3 {
		font-size: .4rem;
		color: #666666;
		margin: 0;
		margin-bottom: .11rem;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title p {
		color: #999999;
		font-size: .28rem;
	}

	.we-section.pg-4 .title p {
		width: 6rem;
		margin: 0 auto;
	}

	.we-section.pg-4 .we-row {
		margin-top: 0rem;
	}

	.we-section.pg-4 .we-row .home-img {
		width: calc(50% - .1rem);
		height: 2.14rem;
		background-color: #ffffff;
		margin-right: 0rem;
		margin-bottom: .2rem;
		border-radius: .05rem;
		position: relative;
		text-align: center;
	}

	.we-section.pg-4 .we-row .home-img>p {
		position: absolute;
		width: 100%;
		font-size: .28rem;
		color: #ffffff;
		top: 1.1rem;
	}

	.we-section.pg-4 .we-row .home-img>img {
		width: .56rem;
		top: .4rem;
		margin-top: .4rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-1 {
		margin-right: .2rem;
		background: url("/static/images/home/img_znjj@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-2 {
		background: url("/static/images/home/img_fwzm@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-3 {
		margin-right: .2rem;
		background: url("/static/images/home/img_sczt@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-4 {
		background: url("/static/images/home/img_yxdj@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-5 {
		margin-right: .2rem;
		background: url("/static/images/home/img_aczs@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-6 {
		background: url("/static/images/home/img_dgjs@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-7 {
		margin-right: .2rem;
		background: url("/static/images/home/img_ktv@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-8 {
		background: url("/static/images/home/img_diy@2x.jpg") center center no-repeat;
		background-size: 100% 2.14rem;
	}

	.we-section.pg-4 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-5 {
		padding: .8rem 0;
	}

	.we-section.pg-5 .title {
		padding: 0;
		margin-bottom: .3rem;
	}

	.we-section.pg-5 .title h3 {
		margin: 0;
	}

	.we-section.pg-5 .title p {
		width: 6rem;
		margin: 0 auto;
	}

	.we-section.pg-5 .we-row {
		margin-top: 0rem;
		width: 100%;
	}

	.we-section.pg-5 .we-row .home-img {
		width: calc(50% - .1rem);
		height: 1.424rem;
		background-color: #ffffff;
		margin-right: 0rem;
		border-radius: .05rem;
		text-align: center;
		margin-bottom: .2rem;
	}

	.we-section.pg-5 .we-row .home-img img {
		height: 100%;
	}

	.we-section.pg-5 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-5 .we-row .home-img:nth-child(odd) {
		margin-right: .2rem;
	}

	.we-section .row>div {
		margin: 10px 0;
	}

	.we-section .row>div .home-img {
		width: 3.2rem;
		height: 2rem;
		margin: 0 auto;
		position: relative;
		color: #ffffff;
	}

	.we-section .row>div .home-img>h3 {
		position: absolute;
		top: .45rem;
		left: .4rem;
		font-size: .3rem;
	}

	.we-section .row>div .home-img p {
		position: absolute;
		font-size: .3rem;
		top: 1rem;
		left: .4rem;
	}

	.we-section .row>div .home-img.icon-1 {
		background: url("/static/images/home/BG_huayang@2x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div .home-img.icon-2 {
		background: url("/static/images/home/BG_yige@2x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div .home-img.icon-3 {
		background: url("/static/images/home/BG_zhineng@2x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div img {
		width: 100%;
	}
}

@media (min-width: 1921px) {
	.we-banner {
		height: 4.8rem;
	}

	.we-banner .carousel {
		height: 4.8rem;
	}

	.we-banner .carousel .carousel-indicators li {
		width: .24rem;
		height: .06rem;
		background-color: #E6E6E6;
		border-color: #E6E6E6;
	}

	.we-banner .carousel .carousel-indicators li.active {
		background-color: #478CFF;
		border-color: #478CFF;
	}

	.we-banner .carousel .carousel-inner {
		height: 100%;
	}

	.we-banner .carousel .carousel-inner .item {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.we-banner .carousel .carousel-inner .item.banner-0 {
		background: url("/static/images/home/happynewyare.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-1 {
		background: url("/static/images/home/banner_D1@3x.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-2 {
		background: url("/static/images/home/banner_T1@3x.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item.banner-3 {
		background: url("/static/images/home/banner_saomaqing@3x.jpg") center center no-repeat;
		background-size: cover;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption {
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		margin: 0 auto;
		text-shadow: none;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption>a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container {
		position: relative;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title {
		position: absolute;
		top: 1.55rem;
		left: 1.3rem;
		text-align: left;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>h3 {
		font-size: .54rem;
		line-height: .75rem;
		color: #333333;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>p {
		font-size: .4rem;
		line-height: .5rem;
		color: #666666;
	}

	.we-banner .carousel .carousel-inner .item .carousel-caption .we-container .banner-title>span {
		font-size: .44rem;
		color: #FF5E52;
		line-height: .62rem;
		margin-top: .2rem;
	}

	.we-banner .carousel>.left {
		position: absolute;
		top: 50%;
		left: 2rem;
		width: 48px;
		height: 80px;
		transform: translateY(-50%);
		background: url("/static/images/home/icon_default_back.svg") center center no-repeat;
		background-size: 24px 24px;
	}

	.we-banner .carousel>.right {
		position: absolute;
		width: 48px;
		height: 80px;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		background: url("/static/images/home/icon_default_next.svg") center center no-repeat;
		background-size: 24px 24px;
	}

	.we-section .title h3 {
		font-size: .3rem;
	}

	.we-section .title p {
		font-size: .16rem;
	}

	.we-section.pg-2 .we-row .home-img {
		width: 3.2rem;
		height: 2rem;
		margin: 0 auto;
		position: relative;
		color: #ffffff;
		transition: all .2s linear;
		cursor: pointer;
	}

	.we-section.pg-2 .we-row .home-img:nth-child(2) {
		margin: 0rem .4rem;
	}

	.we-section.pg-2 .we-row .home-img .home-img-title {
		position: absolute;
		width: 2.5rem;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.we-section.pg-2 .we-row .home-img .home-img-title>h3 {
		margin: 0;
		font-size: .3rem;
	}

	.we-section.pg-2 .we-row .home-img .home-img-title>p {
		margin: 0;
		font-size: .3rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-1 {
		background: url("/static/images/home/BG_zhineng@3x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-2 {
		background: url("/static/images/home/BG_yige@3x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section.pg-2 .we-row .home-img.icon-3 {
		background: url("/static/images/home/BG_huayang@3x.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section.pg-3 .we-row {
		perspective: 1000;
		-webkit-perspective: 1000;
	}

	.we-section.pg-3 .we-row .home-img {
		width: 2.45rem;
		height: 2.8rem;
		background-color: #ffffff;
		margin-right: .2rem;
		border-radius: .05rem;
		transition: all .2s linear;
	}

	.we-section.pg-3 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-3 .we-row .home-img>img {
		width: 100%;
		height: 1.3rem;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title {
		padding: .15rem;
		text-align: center;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title h3 {
		font-size: .24rem;
		color: #666666;
		margin: 0;
		margin-bottom: .11rem;
	}

	.we-section.pg-3 .we-row .home-img>.pg-3-title p {
		color: #999999;
		font-size: .14rem;
	}

	.we-section.pg-4 .title p {
		width: 6rem;
		margin: 0 auto;
	}

	.we-section.pg-4 .we-row {
		margin-top: .2rem;
	}

	.we-section.pg-4 .we-row .home-img {
		width: 2.45rem;
		height: 1.6rem;
		background-color: #ffffff;
		margin-right: .2rem;
		border-radius: .05rem;
		position: relative;
		text-align: center;
	}

	.we-section.pg-4 .we-row .home-img>p {
		position: absolute;
		width: 100%;
		font-size: .16rem;
		color: #ffffff;
		top: 1rem;
	}

	.we-section.pg-4 .we-row .home-img>img {
		width: .56rem;
		top: .4rem;
		margin-top: .4rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-1 {
		background: url("/static/images/home/img_znjj@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-2 {
		background: url("/static/images/home/img_fwzm@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-3 {
		background: url("/static/images/home/img_sczt@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-4 {
		background: url("/static/images/home/img_yxdj@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-5 {
		background: url("/static/images/home/img_aczs@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-6 {
		background: url("/static/images/home/img_dgjs@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-6>img {
		top: .1rem;
		margin-top: .1rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-7 {
		background: url("/static/images/home/img_ktv@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-7>img {
		top: .2rem;
		margin-top: .2rem;
	}

	.we-section.pg-4 .we-row .home-img.icon-8 {
		background: url("/static/images/home/img_diy@2x.jpg") center center no-repeat;
		background-size: 2.45rem 1.6rem;
	}

	.we-section.pg-4 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section.pg-5 {
		padding: .8rem 0;
	}

	.we-section.pg-5 .title {
		padding: 0;
		margin-bottom: .3rem;
	}

	.we-section.pg-5 .title h3 {
		margin: 0;
	}

	.we-section.pg-5 .title p {
		width: 6rem;
		margin: 0 auto;
	}

	.we-section.pg-5 .we-row {
		margin: 0 auto;
		margin-top: .2rem;
		width: 10.1rem;
	}

	.we-section.pg-5 .we-row .home-img {
		width: 2.3rem;
		height: 1rem;
		background-color: #ffffff;
		margin-right: .29rem;
		border-radius: .05rem;
		text-align: center;
	}

	.we-section.pg-5 .we-row .home-img img {
		height: 100%;
	}

	.we-section.pg-5 .we-row .home-img:nth-last-child(1) {
		margin-right: 0;
	}

	.we-section .row>div {
		margin: 10px 0;
	}

	.we-section .row>div .home-img {
		width: 3.2rem;
		height: 2rem;
		margin: 0 auto;
		position: relative;
		color: #ffffff;
	}

	.we-section .row>div .home-img>h3 {
		position: absolute;
		top: .45rem;
		left: .4rem;
		font-size: .3rem;
	}

	.we-section .row>div .home-img p {
		position: absolute;
		font-size: .3rem;
		top: 1rem;
		left: .4rem;
	}

	.we-section .row>div .home-img.icon-1 {
		background: url("/static/images/home/BG_huayang@.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div .home-img.icon-2 {
		background: url("/static/images/home/BG_yige@.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div .home-img.icon-3 {
		background: url("/static/images/home/BG_zhineng@.jpg") center center no-repeat;
		background-size: 3.2rem 2rem;
	}

	.we-section .row>div img {
		width: 100%;
	}
}
