@import "normalize.min.css";

a {
	text-decoration: none
}

.container {
	width: 1180px;
	margin: auto
}

@media (max-width:900px) {
	.container {
		width: 100%
	}
}

.full-container {
	width: 100%
}

.full-width {
	width: 100%
}

.full-height {
	height: 100%
}

.box-size-border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.no-pd {
	margin: 0;
	padding: 0
}

.nav-ns {
	margin: 0;
	padding: 0;
	list-style: none
}

.hori-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.hori-nav li {
	display: block;
	float: left
}

.a-default {
	color: #ffffff;
	text-decoration: none
}

.clearfix:before {
	content: '';
	display: block;
	clear: both
}

.clearfix:after {
	content: '';
	display: block;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.hidden {
	display: none
}

.pointer {
	cursor: pointer
}

.abs-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.abs-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

@media (min-width:480px) {
	.c-xs {
		width: 480px
	}
}

@media (min-width:768px) {
	.c-sm {
		width: 720px
	}
}

@media (min-width:992px) {
	.c-md {
		width: 940px
	}
}

@media (min-width:1200px) {
	.c-lg {
		width: 1180px
	}
}

body {
	font-family: "Microsoft YaHei", sans-serif, Arial;
	position: relative;
	padding: 70px 0 868px;
	overflow-x: hidden
}

@media (max-width:900px) {
	body {
		padding: 80px 0 0
	}
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav li {
	display: block;
	float: left
}

.nav:before {
	content: '';
	display: block;
	clear: both
}

.nav:after {
	content: '';
	display: block;
	clear: both
}

header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #333333;
	color: #ffffff;
	line-height: 36px;
	width: 1200px;
	font-size: 16px
}

header .base-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
	margin: auto;
	padding: 17px 0
}

header .logo {
	display: block;
	float: left;
	width: 163px;
	height: 36px
}

header .nav {
	float: left;
	padding: 0 30px 0 80px
}

header .nav li {
	cursor: pointer;
	padding: 17px 0;
	margin-top: -17px
}

header .nav li:hover {
	background-color: #666666
}

header .nav li:hover .dl-nav {
	display: block
}

header .nav li:hover .shade {
	display: block
}

header .nav .nav-btn {
	padding: 0 30px
}

header .nav .active {
	color: #ff8d1f
}

header .fr {
	margin-left: 24px
}

header .dl-nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 5;
	padding: 20px 0;
	display: none;
	justify-content: space-between;
	word-break: keep-all
}

header .dl-nav:before {
	content: '';
	display: block;
	clear: both
}

header .dl-nav:after {
	content: '';
	display: block;
	clear: both
}

header .dl-nav .section {
	float: left
}

header .dl-nav dt {
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 0 10px
}

header .dl-nav dt:hover {
	color: #1c93f1;
	background-color: rgba(255, 255, 255, 0.1)
}

header .dl-nav dd {
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #a8a9aa
}

header .dl-nav dd:hover {
	background-color: rgba(255, 255, 255, 0.1)
}

header .shade {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 3;
	background-color: rgba(24, 24, 24, 0.9);
	width: 100%;
	height: 400px
}

@media (max-width:900px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		font-size: 15px
	}

	header .base-header {
		width: 100%;
		height: auto;
		padding: 10px 0 0
	}

	header .logo {
		width: 150px;
		height: auto;
		display: block;
		margin: 0 auto;
		float: none
	}

	header .nav {
		width: 100%;
		display: flex;
		padding: 0;
		line-height: 1;
		float: none;
		justify-content: space-around
	}

	header .nav li {
		height: 20px;
		line-height: 20px;
		margin: 0;
		padding: 10px 0
	}

	header .nav .nav-btn {
		padding: 0
	}

	header .dl-nav {
		top: 20px
	}

	header .shade {
		height: 200px
	}

	header #register-btn {
		display: none
	}

	header #login-btn {
		display: none
	}
}

footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333333;
	color: #a8a9aa;
	width: 1200px;
	font-size: 16px
}

footer .feature-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	margin: auto
}

footer .feature-list .feature {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	padding: 23px 0;
	line-height: 50px
}

footer .feature-list .feature .feature-img {
	width: 42px;
	height: 50px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle
}

footer .split-line {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #525252
}

footer .guide-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 300px;
	margin: auto;
	padding: 65px 0
}

footer .guide-container .guide-list {
	width: 860px
}

footer .guide-container .guide-list .section {
	float: left;
	width: 25%
}

footer .guide-container .guide-list .guide-title {
	font-size: 16px;
	color: #ffffff
}

footer .guide-container .guide-list .guide-cell {
	margin: 10px 0 0;
	padding-left: 10px;
	white-space: nowrap
}

footer .guide-container .guide-list .a-default {
	color: #a8a9aa
}

footer .guide-container .guide-list .a-default:hover {
	color: #ffffff
}

footer .guide-container .qrcode {
	width: 100px;
	margin-left: 60px
}

footer .reference {
	text-align: center
}

@media (max-width:900px) {
	footer {
		position: static;
		width: 100%;
		font-size: 14px;
		padding: 0 10px 10px
	}

	footer .feature-list {
		font-size: 16px;
		height: auto
	}

	footer .feature-list .feature {
		width: 50%;
		padding: 10px 0;
		line-height: 25px
	}

	footer .feature-list .feature .feature-img {
		display: block;
		margin: 0 auto 10px
	}

	footer .guide-container {
		padding: 20px 0;
		height: auto
	}

	footer .guide-container .guide-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0
	}

	footer .guide-container .guide-list .section {
		width: 50%;
		margin-bottom: 20px
	}

	footer .guide-container .guide-list .guide-cell {
		padding-left: 6px
	}
}

.try-wrp {
	padding: 70px 0 80px;
	width: 1200px
}

.try-wrp .p {
	margin: 0;
	padding: 0;
	margin-bottom: 80px;
	font-size: 28px;
	color: white;
	text-align: center
}

.try-wrp .try-form {
	display: flex;
	justify-content: space-between
}

.try-wrp .try-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 19%;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid white;
	outline: none;
	font-family: "Microsoft YaHei", sans-serif, Arial
}

.try-wrp .try-input::placeholder {
	font-size: 16px;
	color: #999999;
	font-family: "Microsoft YaHei", sans-serif, Arial
}

.try-wrp .try-input:hover {
	border-color: #ff8f16
}

.try-wrp .btn {
	font-size: 16px;
	color: white;
	background-color: #ff8f16;
	border-color: #ff8f16;
	cursor: pointer
}

.try-wrp .btn:hover {
	background-color: #f6860d
}

@media (max-width:900px) {
	.try-wrp {
		width: 100%;
		padding: 30px 0
	}

	.try-wrp .p {
		font-size: 20px;
		margin-bottom: 30px
	}

	.try-wrp .try-form {
		display: flex;
		flex-wrap: wrap
	}

	.try-wrp .try-input {
		width: 100%;
		margin-bottom: 10px
	}
}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}

.modal-container .modal-wrp {
	background-color: white
}

.try-modal {
	display: none;
	color: #666666
}

.try-modal .red {
	color: #FF3F3F
}

.try-modal .try-title {
	margin: 0;
	padding: 0;
	padding: 20px 0;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #E6E6E6
}

.try-modal .try-form {
	margin: 30px auto 10px
}

.try-modal .cell-name {
	color: #666666;
	padding-bottom: 20px
}

.try-modal .cell-ipt {
	width: 388px;
	display: flex;
	padding-bottom: 20px
}

.try-modal .cell-ipt .ipt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #C4E5FF;
	padding-left: 20px
}

.try-modal .cell-ipt .ckcode-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border: 1px solid #C4E5FF;
	width: 30%;
	min-width: 120px;
	margin-left: 10px;
	cursor: pointer
}

.try-modal .cell-ipt .ckcode-btn:hover {
	background-color: #1C93FE;
	color: white
}

.try-modal .cell-ipt .ckbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	cursor: pointer;
	padding-left: 50px;
	line-height: 35px;
	position: relative
}

.try-modal .cell-ipt .ckbox:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #C4E5FF;
	position: absolute;
	top: 10px;
	left: 25px
}

.try-modal .cell-ipt .ckbox-act:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #1C93FE;
	position: absolute;
	top: 13px;
	left: 28px
}

.try-modal .btn-group {
	padding: 30px 0;
	border-top: 1px solid #E6E6E6
}

.try-modal .btn-group .sub-btn {
	margin: auto;
	width: 390px;
	height: 50px;
	line-height: 50px;
	background-color: #1c93f1;
	color: white;
	font-size: 18px;
	text-align: center;
	cursor: pointer
}

.try-modal .btn-group .sub-btn:hover {
	background-color: #0b82e0
}

@media (max-width:900px) {
	.try-modal .modal-wrp {
		width: 95%
	}

	.try-modal .try-title {
		font-size: 18px;
		padding: 10px 0
	}

	.try-modal .try-form {
		margin: 15px 0 5px
	}

	.try-modal .cell-name {
		word-break: keep-all;
		padding-bottom: 10px
	}

	.try-modal .cell-ipt {
		width: 100%;
		padding-bottom: 10px
	}

	.try-modal .cell-ipt .ipt {
		padding-left: 5px
	}

	.try-modal .cell-ipt .ckbox {
		width: 100%
	}

	.try-modal .cell-ipt .ckcode-btn {
		min-width: 100px
	}

	.try-modal .btn-group {
		padding: 15px 0
	}

	.try-modal .btn-group .sub-btn {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
		width: 60%
	}
}

.NS-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: white;
	background: #000000 url("/img/product/newSale/sale_header.png") center 0 repeat;
	width: 100%;
	height: 610px;
	font-size: 50px;
	text-align: center;
	vertical-align: middle
}

.NS-header .p1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	margin-bottom: 50px
}

.NS-header .p2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 50px
}

.NS-header .exp-btn {
	display: block;
	width: 130px;
	line-height: 34px;
	font-size: 18px;
	color: #357dcf;
	border: 1px solid #357dcf;
/* 	color: #1c93f1;
	border: 1px solid #1c93f1; */
	border-radius: 100px
}

.NS-header .exp-btn:hover {
	color: white;
	background-color: #1c93f1
}

@media (max-width:900px) {
	.NS-header {
		height: 300px;
		font-size: 23px
	}

	.NS-header .p1 {
		margin: 0;
		padding: 0;
		font-size: 30px;
		margin-bottom: 20px
	}

	.NS-header .p2 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		margin-bottom: 20px
	}

	.NS-header .exp-btn {
		font-size: 14px;
		line-height: 25px;
		width: 100px
	}
}

.title {
	margin: 0 auto 50px;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	color: #333333
}

@media (max-width:900px) {
	.title {
		margin-bottom: 25px;
		font-size: 20px
	}
}

.product-container .product-list {
	display: flex;
	padding: 50px 0 10px;
	margin: 0 auto
}

.product-container .product-list:before {
	content: '';
	display: block;
	clear: both
}

.product-container .product-list:after {
	content: '';
	display: block;
	clear: both
}

.product-container .product-list .product {
	width: 232px;
	line-height: 60px;
	margin-right: 4px;
	margin-bottom: 4px;
	color: #1c93f1;
	background-color: #f0f8ff;
	display: block;
	text-align: center
}

.product-container .product-list .active {
	color: #ffffff;
	background: url('/img/product/newSale/avtive_btn.png') 100% 100%;
	background-size: 100% 100%
}

@media (max-width:900px) {
	.product-container .product-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start !important;
		padding: 15px 0
	}

	.product-container .product-list li {
		width: 46%;
		margin: 0 2% 6px
	}

	.product-container .product-list .product {
		font-size: 14px;
		width: 100%;
		background-color: #f0f8ff
	}

	.product-container .product-list .active {
		background-color: #3399ff
	}
}

.display-container {
	width: 100%;
	overflow: hidden
}

.display-container .hori-container {
	width: 500%;
	margin-left: 0;
	display: flex;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	transition: margin-left 1s
}

.display-container .hori-container:before {
	content: '';
	display: block;
	clear: both
}

.display-container .hori-container:after {
	content: '';
	display: block;
	clear: both
}

.display-container .product-display {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.display-container .product-display .banner {
	width: 100%;
	display: block
}

.display-container .product-display .product-slogan {
	position: absolute;
	top: 100px;
	left: 55%;
	color: #ffffff
}

.display-container .product-display .product-slogan .slogan {
	margin: 0;
	padding: 0;
	font-size: 46px;
	font-weight: normal;
	margin-bottom: 35px
}

.display-container .product-display .product-slogan .p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-top: 30px
}

.display-container .product-display .product-introduce {
	padding: 60px 0 110px;
	width: 100%
}

.display-container .product-display .product-introduce .product-img-container {
	height: 650px;
	position: relative;
	margin: auto
}

.display-container .product-display .product-introduce .product-img-container .img1 {
	width: 931px;
	position: absolute;
	left: 160px;
	top: 300px
}

.display-container .product-display .product-introduce .product-img-container .img2 {
	width: 317px;
	position: absolute;
	top: 130px;
	left: 1225px
}

.display-container .product-display .product-introduce .product-img-container .img3 {
	width: 205px;
	position: absolute;
	top: 46px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-21 {
	width: 843px;
	position: absolute;
	left: 140px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-22 {
	width: 326px;
	position: absolute;
	top: 100px;
	left: 1240px
}

.display-container .product-display .product-introduce .product-img-container .img-31 {
	width: 573px;
	position: absolute;
	left: 800px
}

.display-container .product-display .product-introduce .product-img-container .img-32 {
	width: 339px;
	position: absolute;
	left: 140px;
	top: 170px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-33 {
	width: 339px;
	position: absolute;
	left: 160px;
	top: 270px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-34 {
	width: 339px;
	position: absolute;
	left: 180px;
	top: 370px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-41 {
	width: 300px;
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 1;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-42 {
	width: 931px;
	position: absolute;
	left: 560px
}

.display-container .product-display .product-introduce .product-img-container .img-51 {
	width: 575px;
	position: absolute;
	left: 160px;
	margin-left: -300px
}

.display-container .product-display .product-introduce .product-img-container .img-52 {
	width: 339px;
	position: absolute;
	left: 740px;
	top: 150px;
	margin-left: 300px
}

.display-container .product-display .product-introduce .product-img-container .img-53 {
	width: 339px;
	position: absolute;
	left: 720px;
	top: 250px;
	margin-left: 300px
}

.display-container .product-display .product-introduce .product-img-container .img-54 {
	width: 339px;
	position: absolute;
	left: 700px;
	top: 350px;
	margin-left: 300px
}

@media (max-width:900px) {
	.display-container .product-display {
		height: 300px
	}

	.display-container .product-display .product-introduce {
		height: 225px;
		padding: 30px 0 50px
	}

	.display-container .product-display .product-introduce .product-img-container {
		transform: scale(.3);
		transform-origin: left top
	}
}

.trait-container {
	padding: 80px 0;
	text-align: center
}

.trait-container .name {
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 80px
}

.trait-container .trait-wrp .left-side {
	float: left
}

.trait-container .trait-wrp .btn-group .btn {
	font-size: 14px;
	line-height: 34px;
	color: #1c93f1;
	border: 1px solid #1c93f1;
	padding: 0 10px;
	margin-top: 20px;
	border-radius: 100px;
	cursor: pointer
}

.trait-container .trait-wrp .btn-group .active {
	color: #ffffff;
	background-color: #1c93f1
}

.trait-container .trait-wrp .trait-list {
	margin-top: 40px;
	text-align: left
}

.trait-container .trait-wrp .trait-list .ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.trait-container .trait-wrp .trait-list .li {
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666666;
	position: relative
}

.trait-container .trait-wrp .trait-list .li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ff8d1f;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 10px
}

.trait-container .trait-wrp .right-side {
	position: relative;
	float: left;
	margin-left: 180px;
	font-size: 14px;
	line-height: 2;
	color: #333333
}

.trait-container .trait-wrp .right-side .pic {
	margin: auto
}

.trait-container .trait-wrp .right-side .blue {
	color: #1c93f1
}

.trait-container .trait-wrp .right-side .desc {
	padding: 100px 50px 0
}

@media (max-width:900px) {
	.trait-container {
		height: 300px;
		padding: 40px 0
	}

	.trait-container .name {
		font-size: 20px;
		margin-bottom: 40px
	}

	.trait-container .trait-wrp {
		margin-left: 10px;
		width: 1200px;
		transform: scale(.3);
		transform-origin: left top
	}
}

.container-3d {
	width: 800px;
	height: 600px;
	perspective: 1920px;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	align-items: center
}

.container-3d .origin {
	position: relative
}

.container-3d .origin .page {
	width: 292px;
	height: 595px;
	cursor: pointer;
	position: absolute;
	margin: -298px 0 0 -146px;
	transition: all 500ms ease-in-out
}

.container-3d .origin .show-page {
	display: block;
	z-index: 30;
	transform: translateZ(50px)
}

.container-3d .origin .pre-page {
	display: block;
	opacity: .55;
	z-index: 20;
	transform: translateZ(-150px) translateX(-280px)
}

.container-3d .origin .next-page {
	display: block;
	opacity: .55;
	z-index: 20;
	transform: translateZ(-150px) translateX(280px)
}

.container-3d .origin .hide-page {
	opacity: 0;
	transform: translateZ(-150px) translateX(0)
}

.product-advantage {
	background-color: #f2f2f2;
	padding: 145px 0
}

.product-advantage .advantage-list:before {
	content: '';
	display: block;
	clear: both
}

.product-advantage .advantage-list:after {
	content: '';
	display: block;
	clear: both
}

.product-advantage .advantage-list .advantage {
	width: 280px;
	float: left;
	margin-right: 20px
}

.product-advantage .advantage-list .advantage:last-of-type {
	margin-right: 0
}

.product-advantage .advantage-list .advantage .advantage-img-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fafafa;
	padding: 12px 0;
	height: 125px
}

.product-advantage .advantage-list .advantage .advantage-img-container .advantage-img {
	display: block;
	margin: auto;
	width: 100px
}

.product-advantage .advantage-list .advantage .advantage-img-container .advantage-img:hover {
	transform: rotateY(360deg);
	-webkit-transition: transform 2s;
	-moz-transition: transform 2s;
	-ms-transition: transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s
}

.product-advantage .advantage-list .advantage .advantage-info-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 30px 20px;
	height: 250px
}

.product-advantage .advantage-list .advantage .advantage-info-container .advantage-name {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto 30px
}

.product-advantage .advantage-list .advantage .advantage-info-container .advantage-desc {
	color: #999999;
	line-height: 1.6
}

@media (max-width:900px) {
	.product-advantage {
		padding: 70px 0
	}

	.product-advantage .advantage-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
	}

	.product-advantage .advantage-list .advantage {
		margin: 0 0 10px
	}
}

.case-container {
	padding: 110px 0
}

.case-container .case-index {
	margin: 0 auto 40px;
	text-align: center
}

.case-container .case-index .index {
	padding: 0 25px;
	font-size: 20px;
	color: #333333
}

.case-container .case-index .active {
	color: #1c93f1
}

.case-container .case-wrapper {
	width: 1180px;
	overflow: hidden
}

.case-container .case-wrapper:before {
	content: '';
	display: block;
	clear: both
}

.case-container .case-wrapper:after {
	content: '';
	display: block;
	clear: both
}

.case-container .case-wrapper .display-container {
	width: 200%;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;
	-ms-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s
}

.case-container .case-wrapper .case-show-0 {
	margin-left: 0
}

.case-container .case-wrapper .case-show-1 {
	margin-left: -1180px
}

.case-container .case-display {
	float: left;
	width: 1180px
}

.case-container .case-display .case-desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 380px;
	padding: 0 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
	font-size: 20px;
	color: #333333;
	background-color: #f0f8ff
}

.case-container .case-display .case-img {
	float: right;
	display: block;
	width: 50%
}

.case-container .img-container {
	display: flex;
	justify-content: space-between
}

.case-container .img-wrp {
	position: relative
}

.case-container .img-wrp:hover:after {
	display: block
}

.case-container .img-wrp:after {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.3) url("/img/product/wechat/case_sp/qrcode.png") center no-repeat;
	background-size: 190px 190px;
	width: 100%;
	height: 100%;
}

@media (max-width:900px) {
	.case-container {
		height: 405px;
		padding: 50px 0
	}

	.case-container .case-index {
		margin: 0 auto 20px
	}

	.case-container .case-index .index {
		padding: 0 10px;
		font-size: 14px
	}

	.case-container .case-wrapper {
		transform: scale(.3);
		transform-origin: left top;
		margin-left: 10px
	}

	.case-container .case-display .case-desc {
		font-size: 50px;
		float: none;
		width: 100%
	}

	.case-container .case-display .case-img {
		float: none;
		width: 100%
	}
}

.miniPg-container {
	background-color: #f1f1f1;
	padding: 95px 0
}

.miniPg-container .example-wrp .example-img {
	float: left
}

.miniPg-container .example-wrp .example-img .img:first-of-type {
	margin-right: 50px
}

.miniPg-container .example-wrp .example-flow {
	padding-top: 60px
}

.miniPg-container .example-wrp .flow-wrp {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	margin-left: 500px;
	height: 380px;
	padding-top: 80px
}

.miniPg-container .example-wrp .flow-wrp .flow-process {
	padding: 0 50px 0 80px;
	position: relative
}

.miniPg-container .example-wrp .flow-wrp .flow-process:after {
	content: '';
	width: 70%;
	height: 4px;
	background-color: #5D6674;
	position: absolute;
	top: 48px;
	left: 110px
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	line-height: 1.4;
	border-radius: 50%;
	color: white;
	background-color: #5D6674;
	border: 5px solid white;
	position: relative
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(2) {
	left: 10px
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(3) {
	left: 20px
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(4) {
	left: 30px
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(5) {
	left: 40px
}

.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #5D6674;
	position: absolute;
	top: -6px;
	left: -6px
}

.miniPg-container .example-wrp .flow-wrp .intro {
	margin: 0;
	padding: 0;
	padding: 30px 50px 0 80px;
	font-size: 22px;
	line-height: 1.5;
	color: #898989
}

@media (max-width:900px) {
	.miniPg-container {
		padding: 40px 0
	}

	.miniPg-container .example-wrp .example-img {
		float: none;
		padding-left: 5px
	}

	.miniPg-container .example-wrp .example-img .img {
		width: 170px
	}

	.miniPg-container .example-wrp .example-img .img:first-of-type {
		margin-right: 20px
	}

	.miniPg-container .example-wrp .example-flow {
		padding-top: 30px
	}

	.miniPg-container .example-wrp .flow-wrp {
		margin-left: 0;
		padding-top: 40px;
		height: auto
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process {
		padding: 0 0 0 2px
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process:after {
		display: none
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point {
		width: 70px;
		height: 70px
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:after {
		display: none
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(2) {
		left: 5px
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(3) {
		left: 10px
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(4) {
		left: 15px
	}

	.miniPg-container .example-wrp .flow-wrp .flow-process .flow-point:nth-of-type(5) {
		left: 20px
	}

	.miniPg-container .example-wrp .flow-wrp .intro {
		padding: 15px 20px;
		font-size: 16px
	}
}

.probation-container {
	padding: 110px 0;
	background-color: #ffffff
}

.probation-container:before {
	content: '';
	display: block;
	clear: both
}

.probation-container:after {
	content: '';
	display: block;
	clear: both
}

.probation-container .probation-img {
	width: 665px;
	display: block;
	margin: 0 auto 50px
}

.probation-container .probation-list {
	display: flex;
	justify-content: space-around;
	width: 1220px;
	margin: auto
}

.probation-container .probation-list li {
	margin-right: 15px
}

.probation-container .probation-list li:last-of-type {
	margin-right: 0
}

.probation-container .probation-list .probation-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 232px;
	background-color: #ffffff;
	border: 1px solid #bfe2ff;
	height: 330px;
	padding: 30px 10px
}

.probation-container .probation-list .probation-item .title {
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin: 0 auto 30px;
	position: relative
}

.probation-container .probation-list .probation-item .title:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #1c93f1;
	position: absolute;
	top: 35px;
	left: 85px
}

.probation-container .probation-list .probation-item .desc {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin: 0 auto 40px
}

.probation-container .probation-list .probation-item .img {
	height: 60px;
	display: block;
	margin: 0 auto 45px
}

.probation-container .probation-list .probation-item .btn {
	display: block;
	width: 150px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #6db7f2;
	font-size: 14px;
	color: #1e93f1;
	margin: auto
}

.probation-container .probation-list .probation-item .btn:hover {
	color: #ffffff;
	background-color: #1c93f1
}

.probation-container .probation-list .probation-item:hover {
	border-color: #6db7f2
}

@media (max-width:900px) {
	.probation-container {
		padding: 50px 0
	}

	.probation-container .probation-img {
		width: 90%;
		margin-bottom: 25px
	}

	.probation-container .probation-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.probation-container .probation-list li {
		margin: 0
	}

	.probation-container .probation-list .probation-item {
		height: 260px
	}

	.probation-container .probation-list .probation-item .btn {
		display: none
	}
}

.core-fct {
	padding: 100px 0;
	background-color: #F2F2F2
}

.core-fct .core-img {
	width: 74.5%;
	display: block;
	margin: 0 auto
}

@media (max-width:900px) {
	.core-fct {
		padding: 50px 0
	}

	.core-fct .core-img {
		width: 96%
	}
}

.rfid-core .core-img {
	width: 527px
}

@media (max-width:900px) {
	.rfid-core .core-img {
		width: 90%
	}
}

.wechat-core .core-img {
	width: 1044px
}

@media (max-width:900px) {
	.wechat-core .core-img {
		width: 96%
	}
}
