.product-banner {
	width: 100%
}

.product-banner .swiper-pagination {
	position: absolute;
	bottom: 32px
}

.product-banner .swiper-pagination-bullet {
	transition: .4s;
	margin: 0 7px !important;
	opacity: 1
}

.product-banner .swiper-pagination-bullet-active:after {
	border-width: 2px
}

.tab {
	border-bottom: 1px solid #e1e1e1
}

.tab-list {
	width: 25%;
	text-align: center;
	padding: 24px 0;
	border-left: 1px solid #e1e1e1;
	position: relative
}

.tab-list:last-child {
	border-right: 1px solid #e1e1e1
}

.tab-list:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #f21616;
	transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s
}

.tab-list:hover p {
	transform: translateY(-60px)
}

.tab-list:hover i {
	transform: translateY(-60px)
}

.tab-list:hover:after {
	width: 100%
}

.tab-list.this p {
	transform: translateY(-60px)
}

.tab-list.this i {
	transform: translateY(-60px)
}

.tab-list.this:after {
	width: 100%;
	right: auto;
	left: 0
}

.tab-list .effect {
	overflow: hidden
}

.tab-list i {
	width: 36px;
	height: 54px;
	margin-right: 20px;
	position: relative;
	transition: transform ease .5s;
	-ms-transition: transform ease .5s;
	-o-transition: transform ease .5s;
	-webkit-transition: transform ease .5s;
	-moz-transition: transform ease .5s
}

.tab-list i:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform ease .4s;
	-ms-transition: transform ease .4s;
	-o-transition: transform ease .4s;
	-webkit-transition: transform ease .4s;
	-moz-transition: transform ease .4s;
	transform: translateY(60px)
}

.tab-list p {
	font-size: 16px;
	color: #666;
	transition: transform ease .4s;
	-ms-transition: transform ease .4s;
	-o-transition: transform ease .4s;
	-webkit-transition: transform ease .4s;
	-moz-transition: transform ease .4s;
	position: relative
}

.tab-list p:after {
	content: attr(data-hover);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	color: #f21616;
	transform: translateY(60px)
}

.product {
	margin-top: 95px;
	margin-bottom: 90px
}

.product-list {
	width: 33.33%;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-bottom: 80px
}

.product-list .pro {
	height: 420px;
	line-height: 420px;
	text-align: center;
	background: #f6f6f6;
	border-radius: 3px;
	position: relative
}

.product-list .pro img {
	max-height:100%;
	max-width:100%
}

.product-list .desc {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1
}

.product-list .desc:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #f21616;
	left: 0;
	bottom: -1px;
	position: absolute;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

.product-list .desc p {
	font-size: 18px;
	color: #333
}

.product-list .desc span {
	font-size: 14px;
	color: #999
}

.product-list .desc a {
	position: absolute;
	display: inline-block;
	padding: 10px 31px;
	font-size: 14px;
	color: #666;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	right: 0;
	top: 33px
}

.product-list .intro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
	background: rgba(255, 255, 255, .8);
	border: 4px solid #e9e9e9;
	opacity: 0
}

.product-list .intro h4 {
	font-size: 24px;
	color: #666;
	margin-top: 43px;
	margin-bottom: 74px;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s;
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px)
}

.product-list .intro p {
	font-size: 14px;
	line-height: 28px;
	color: #5d5d5d;
	width: 84%;
	margin: 0 auto 50px;
	text-align: left;
	transition: ease .6s 50ms;
	-ms-transition: ease .6s 50ms;
	-o-transition: ease .6s 50ms;
	-webkit-transition: ease .6s 50ms;
	-moz-transition: ease .6s 50ms;
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px)
}

.product-list .intro i {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/icon13.png) no-repeat center;
	transition: ease .6s .1s;
	-ms-transition: ease .6s .1s;
	-o-transition: ease .6s .1s;
	-webkit-transition: ease .6s .1s;
	-moz-transition: ease .6s .1s;
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px)
}

.product-list:hover .intro {
	opacity: 1
}

.product-list:hover .intro h4 {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.product-list:hover .intro p {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.product-list:hover .intro i {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.product-list:hover .desc:after {
	width: 100%
}

.product-list:hover .desc a {
	color: #f21616;
	border-color: #f21616
}

.product-list:hover .desc p {
	color: #f21616
}

.nav-bar {
	padding: 25px 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .07)
}

.nav-bar.hidden {
	position: fixed;
	top: -20px;
	margin-top: -60px;
	left: 0;
	z-index: 99;
	background: #fff;
	width: 100%;
	transform: translateZ(0);
	transition: margin-top .3s linear;
	-ms-transition: margin-top .3s linear;
	-o-transition: margin-top .3s linear;
	-webkit-transition: margin-top .3s linear;
	-moz-transition: margin-top .3s linear
}

.nav-bar.fixed {
	visibility: visible;
	top: 78px;
	margin-top: 0
}

.nav-bar h2 {
	font-size: 16px;
	color: #666
}

.nav-bar .anchor {
	font-size: 14px;
	color: #888;
	margin-right: 24px;
	display: inline-block
}

.nav-bar .anchor.this,
.nav-bar .anchor:hover {
	color: #f21616
}

.nav-bar .buy {
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background: #f21616;
	padding: 5px 15px
}

.D-part1 {
	position: relative;
	overflow: hidden
}

.D-part1 .desc {
	font-family: 'Adobe é»‘ä½“ Std';
	color: #745141;
	text-align: center;
	left: 42%;
	top: 40%
}

.D-part1 .desc h2 {
	font-size: 42px;
	line-height: 1
}

.D-part1 .desc p {
	font-size: 24px;
	margin: 20px 0 20px;
	line-height: 1
}

.D-part1 .desc span {
	font-size: 14px
}

.D-part2 {
	padding: 80px 0 0;
	text-align: center;
	overflow: hidden
}

.D-part2 .desc h3 {
	font-size: 28px;
	color: #333
}

.D-part2 .desc p {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	margin: 30px 0 50px;
	text-align: left
}

.D-part2 .pro {
	display: inline-block;
	margin-bottom: 80px;
	font-size: 0
}

.D-part2 .swiper-slide {
	height: auto
}

.D-part2 .swiper-slide img {
	opacity: 0;
	transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s
}

.D-part2 .page_style2 {
	bottom: 20px
}

.D-part2 .page_style2 .page-list {
	height: 5px;
	cursor: pointer
}

.D-part3 {
	position: relative;
	/*text-align: center;*/
	overflow: hidden
}

.D-part3 .desc {
	/*z-index: 11;*/
	width: 1390px;
	margin: 0 auto;
	overflow: hidden;
/*	top: 7%;
	transform: translate(-50.3%, 0);
	-ms-transform: translate(-50.3%, 0);
	-o-transform: translate(-50.3%, 0);
	-webkit-transform: translate(-50.3%, 0);
	-moz-transform: translate(-50.3%, 0)*/
}

.D-part3 h3 {
	font-size: 28px;
	color: #333
}

.D-part3 p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 30px 0
}

.D-part3 a {
	font-size: 14px;
	color: #f21616
}

.D-part3 a:hover {
	text-decoration: underline
}

.D-part4 {
	position: relative;
	overflow: hidden
}

.D-part4 .desc {
	width: 865px;
	max-width: 100%;
	z-index: 11;
	text-align: center;
	top: 7%;
	transform: translate(-50.3%, 0);
	-ms-transform: translate(-50.3%, 0);
	-o-transform: translate(-50.3%, 0);
	-webkit-transform: translate(-50.3%, 0);
	-moz-transform: translate(-50.3%, 0)
}

.D-part4 h3 {
	font-size: 28px;
	color: #333
}

.D-part4 p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: left;
	margin: 30px 0 50px
}

.D-part4 .pro {
	font-size: 0
}

.D-part5 {
	overflow: hidden
}

.D-part5 .desc {
	text-align: center;
	padding-top: 100px
}

.D-part5 .desc h3 {
	font-size: 28px;
	color: #333
}

.D-part5 .desc p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	margin: 30px 0;
	text-align: left
}

.D-part5 .desc a {
	color: #f21616;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 35px
}

.D-part5 .desc a:hover {
	text-decoration: underline
}

.D-part5 .pro {
	border: 6px solid #f1f1f1
}

.D-part5 .swiper-slide .pic {
	width: 1300px;
	height: 693px;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s
}

.D-part5 .page_style2 {
	display: none;
	width: 100%;
	text-align: center
}

.D-part6 {
	overflow: hidden;
	margin-bottom: 125px
}

.D-part6 h2 {
	text-align: center;
	font-size: 28px;
	color: #333;
	margin: 50px 0
}

.lazyImg {
	opacity: 0;
	transition: opacity 1s
}

.scene {
	font-size: 0
}

.scene h3 {
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 45px
}

.scene1 {
	margin-top: 45px
}

.scene5 .swiper-pagination {
	position: relative;
	bottom: 40px
}

.scene5 .swiper-pagination-bullet {
	margin: 0 8px !important
}

.scene-item {
	text-align: center
}

.scene-list {
	display: inline-block;
	width: 508px;
	margin-right: 100px;
	cursor: pointer
}

.scene-list:first-child {
	margin-bottom: 100px;
	transition-delay: .1s
}

.scene-list:nth-child(2) {
	transition-delay: .2s
}

.scene-list:nth-child(2n) {
	margin-right: 0
}

.scene-list:last-child {
	margin-bottom: 30px;
	transition-delay: .1s
}

.scene-list.this .desc,
.scene-list:hover .desc {
	background: #f21616;
	color: #fff
}

.scene-list.this .scene-line-tb:after,
.scene-list.this .scene-line-tb:before,
.scene-list:hover .scene-line-tb:after,
.scene-list:hover .scene-line-tb:before {
	width: 100%
}

.scene-list.this .scene-line-lr:after,
.scene-list:hover .scene-line-lr:after {
	height: 100%;
	left: auto;
	right: 0
}

.scene-list.this .scene-line-lr:before,
.scene-list:hover .scene-line-lr:before {
	height: 100%;
	top: auto;
	bottom: 0
}

.scene-list span {
	font-family: 'Helvetica Neue LT Pro';
	color: #f21616;
	font-size: 22px;
	margin-right: 20px
}

.scene-list .warper {
	width: calc(100% - 40px);
	position: relative
}

.scene-list .pro {
	width: 100%
}

.scene-list .desc {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #666;
	background: #f4f4f4
}

.scene-list .scene-line-tb:after,
.scene-list .scene-line-tb:before {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #f21616;
	transition: .8s 50ms;
	-ms-transition: .8s 50ms;
	-o-transition: .8s 50ms;
	-webkit-transition: .8s 50ms;
	-moz-transition: .8s 50ms
}

.scene-list .scene-line-tb:after {
	right: auto;
	left: 0;
	top: auto;
	bottom: 0
}

.scene-list .scene-line-lr:after,
.scene-list .scene-line-lr:before {
	content: ' ';
	position: absolute;
	left: -1px;
	top: 0;
	width: 4px;
	height: 0;
	background: #f21616;
	transition: .8s 50ms;
	-ms-transition: .8s 50ms;
	-o-transition: .8s 50ms;
	-webkit-transition: .8s 50ms;
	-moz-transition: .8s 50ms
}

.scene-list .scene-line-lr:after {
	left: auto;
	right: 0
}

.scene-list .scene-line-lr:before {
	top: auto;
	bottom: 0
}

.option {
	padding-left: 120px
}

.option-list {
	margin-right: 80px;
	cursor: pointer
}

.option-list:nth-child(2) {
	transition-delay: .1s
}

.option-list:nth-child(3) {
	transition-delay: .2s
}

.option-list:nth-child(4) {
	transition-delay: .3s
}

.option-list:last-child {
	margin-right: 0;
	margin-bottom: 70px
}

.option-list.this p,
.option-list:hover p {
	color: #fff;
	background: #f21616
}

.option-list span {
	font-size: 22px;
	font-family: 'Helvetica Neue LT Pro';
	margin-right: 20px;
	display: inline-block;
	color: #f21616
}

.option-list p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 16px;
	color: #333;
	padding: 0 30px;
	min-width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	background: #d8d8d8;
	border-radius: 3px
}

.depart {
	height: 20px;
	background: #f2f1f1;
	width: 100%
}

.more-product {
	margin-bottom: 95px
}

.more-product h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin: 55px 0
}

.more-product .product-list {
	margin-bottom: 35px
}

.more-product .swiper-pagination-bullet:before {
	background: #d8d8d8
}

.more-product .swiper-pagination-bullet-active:before {
	background: #f21616
}

.clean {
	text-align: center;
	overflow: hidden;
	margin-bottom: 75px;
	height: auto;
}

.clean h2 {
	font-size: 30px;
	color: #333;
	margin: 80px 0 35px
}

.clean p {
	font-size: 16px;
	color: #666;
	line-height: 34px;
	width: 88%;
	margin: 0 auto
}

.clean img {
	max-width: 100%
}

.clean-show .swiper-container {
	height: 780px
}

.clean-list {
	font-size: 0;
	cursor: -webkit-grab;
	cursor: grab
}

.clean-list:nth-child(1) {
	background: #f0f0f0
}

.clean-list:nth-child(2) {
	background: #f0f0f0
}

.clean-list:nth-child(3) {
	background: #396ba2
}

.clean-list:nth-child(3) .desc h3 {
	color: #fff
}

.clean-list:nth-child(3) .desc p {
	color: #fff
}

.clean-list:nth-child(4) {
	background: #444
}

.clean-list:nth-child(4) .desc h3 {
	color: #fff
}

.clean-list:nth-child(4) .desc p {
	color: #fff
}

.clean-list:nth-child(5) {
	background: #0083cd
}

.clean-list:nth-child(5) .desc h3 {
	color: #fff
}

.clean-list:nth-child(5) .desc p {
	color: #fff
}

.clean-list:nth-child(6) {
	background: #1bc5b9
}

.clean-list:nth-child(6) .desc h3 {
	color: #fff
}

.clean-list:nth-child(6) .desc p {
	color: #fff
}

.clean-list.swiper-slide-active .img {
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.clean-list.swiper-slide-active .show_bottom {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.clean-list .pro {
	width: 50%;
	overflow: hidden
}

.clean-list .img {
	transition: 5s;
	-ms-transition: 5s;
	-o-transition: 5s;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.clean-list .desc {
	width: 50%;
	text-align: center
}

.clean-list .desc h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 35px;
	transition-delay: .2s
}

.clean-list .desc p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 61%;
	margin: 0 auto 70px;
	transition-delay: .4s
}

.clean-list .desc .icon img {
	margin: 0 50px;
	transition-delay: .6s
}

.aside {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -90px;
	width: 25px;
	height: 210px;
	background: #424242;
	z-index: 1;
	border-radius: 20px;
	padding: 1px 0
}

.aside-list {
	width: 8px;
	height: 8px;
	background: #898989;
	border-radius: 50%;
	display: block !important;
	margin: 23px auto;
	cursor: pointer;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s
}

.aside-list.this,
.aside-list:hover {
	background: #fff
}

.question.fixed aside {
	position: fixed;
	top: 85px;
	z-index: 10
}

.question.fixed .content-warrper {
	margin-left: 287px
}

aside {
	width: 210px;
	background: #f5f5f5;
	top: 120px;
	z-index: -1;
	transition: .6s
}

.mobile-aside {
	display: none
}

.side-list,
.side-list-last {
	text-align: left;
	border-bottom: 1px dashed #d5d5d5;
	display: block !important;
	transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s
}

.side-list .iconfont,
.side-list-last .iconfont {
	float: right;
	opacity: 0;
	transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

.side-list-last.this a,
.side-list.this a {
	color: #f21616;
	border-left-color: #f21616;
	background: #fff
}

.side-list a,
.side-list-last a {
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s;
	color: #666;
	font-size: 14px;
	display: block;
	padding: 15px 0 15px 38px;
	border-left: 4px solid transparent
}

.side-list-last {
	border-bottom: 0
}

.side-list-last a {
	cursor: inherit
}

.content-warrper {
	width: 67%;
	width: calc(100% - 287px);
	margin-left: 73px;
	position: relative;
	border: 1px solid #e1e1e1
}

.content-warrper .name {
	color: #333;
	font-size: 18px;
	padding: 20px 40px;
	background: #f5f5f5;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1
}

.question {
	padding-top: 60px;
	margin-bottom: 160px
}

.question-list {
	display: block !important;
	border-bottom: 1px solid #e1e1e1;
	padding: 45px 40px
}

.question-list:last-child {
	border-bottom: 0
}

.question-list h3 {
	font-size: 16px;
	color: #000;
	display: block;
	vertical-align: middle
}

.question-list h3:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-bottom: 3px;
	background: url(../images/icon22.png) no-repeat center
}

.question-list div {
	color: #888;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 0;
	padding-left: 33px;
	position: relative
}

.question-list div i {
	width: 22px;
	height: 22px;
	left: 0;
	top: 3px;
	position: absolute;
	background: url(../images/icon23.png) no-repeat center
}

.question-list p,
.question-list span {
	color: #888 !important;
	font-size: 14px !important;
	line-height: 28px !important;
	font-family: 'Microsoft YaHei' !important
}

.suppose .content-warrper {
	border: 0
}

.suppose .content-warrper .name {
	border: 1px solid #e1e1e1
}

.suppose .suppose-item {
	border: 1px solid #e1e1e1;
	border-top: 0
}

.suppose-list {
	display: block !important;
	border-bottom: 1px solid #e1e1e1;
	padding: 45px 40px
}

.suppose-list:last-child {
	border-bottom: 0
}

.suppose-list h1,
.suppose-list h2,
.suppose-list h3,
.suppose-list h4,
.suppose-list h5,
.suppose-list h6 {
	color: #000;
	font-weight: 700
}

.suppose-list h3 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px
}

.suppose-list p,
.suppose-list span {
	color: #888;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	position: relative
}

.promise-item {
	margin-top: 40px;
	border: 1px solid #e1e1e1
}

.promise-list {
	height: 130px;
	line-height: 130px;
	text-align: center;
	display: inline-block;
	width: 25%;
	background: #f4f3f3;
	border-right: 1px dashed #e1e1e1;
	border-bottom: 1px dashed #e1e1e1
}

.promise-list:nth-child(5),
.promise-list:nth-child(6),
.promise-list:nth-child(7),
.promise-list:nth-child(8) {
	border-bottom: 0
}

.purchase-item {
	margin-top: 105px;
	margin-bottom: 120px
}

.purchase-list {
	padding: 33px 0;
	border-top: 1px solid #e1e1e1
}

.purchase-list:last-child {
	border-bottom: 1px solid #e1e1e1
}

.purchase-list .pro {
	width: 340px;
	height: 160px
}

.purchase-list .ma {
	margin: 0 15px 0 60px
}

.purchase-list .desc h3 {
	font-size: 18px;
	color: #333
}

.purchase-list .desc p {
	font-size: 14px;
	color: #777;
	margin-top: 25px
}

.purchase-list .desc a {
	color: #f21616
}

.purchase-list .desc a:hover {
	text-decoration: underline
}

.contact {
	height:1056px;
	background: url(../images/contact-bg2.jpg) no-repeat center
}

.contact .desc {
	width: 40%;
	display: inline-block
}

.contact .desc h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 40px
}

.contact .desc p {
	font-size: 14px;
	line-height: 36px;
	color: #666
}

.contact .desc a {
	display: inline-block;
	margin-top:5px;
	width: 20px;
	height: 28px;
	background: url(../images/icon322.png) no-repeat center;
	animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-webkit-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-moz-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-o-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite
}

.contact .map-point {
	width: 10%;
	float: left;
	position: relative;
	display: inline-block
}

.contact .map-point i {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	content: '';
	left: 50%;
	top: 106%;
/*	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	height: 11px;
	width: 160%;
	background: -webkit-radial-gradient(center, ellipse, #f6d9b5 0, transparent 75%);
	background: radial-gradient(ellipse at center, #f6d9b5 0, transparent 75%);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: width;
	transition-property: width;
	animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-webkit-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-moz-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-o-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite*/
}

.form {
	width: 56%;
	font-size: 0;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	margin-left: 48px
}

.form form {
	display: inline-block;
	width: 100%;
	padding: 0 27px
}

.form form>div {
	background: #fff
}

.form form h3 {
	text-align: center;
	font-size: 24px;
	margin: 30px 0;
	color: #333
}

.form form .input-box {
	position: relative;
	margin-bottom: 25px;
	width: 49%
}

.form form .input-box.name {
	margin-right: 13px
}

.form form .input-box.width-100 {
	width: 100%
}

.form form input {
	width: 100%;
	height: 40px;
	border: 1px solid #dbdbdb;
	padding-left: 10px;
	position: relative;
	z-index: 1;
	background: 0 0
}

.form form input:active+span {
	display: none
}

.form form input:focus+span {
	display: none
}

.form form input:hover {
	border-color: #f21616
}

.form form textarea {
	width: 100%;
	height: 83px;
	padding: 5px 0 0 5px;
	border: 1px solid #dbdbdb;
	resize: none;
	position: relative;
	z-index: 1;
	background: 0 0
}

.form form textarea:active+span {
	display: none
}

.form form textarea:focus+span {
	display: none
}

.form form textarea:hover {
	border-color: #f21616
}

.form form .searchfont {
	position: absolute;
	font-size: 14px;
	top: 10px;
	left: 10px;
	letter-spacing: 1px;
	z-index: 0;
	color: #666
}

.form form .more {
	background: 0 0;
	margin-bottom: 50px
}

.form form .more a {
	width: 100%
}

.form .message button {
	margin-top: 28px
}

@keyframes jump {
	0% {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0)
	}

	100% {
		transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px)
	}
}

@keyframes sf {
	0% {
		width: 160%
	}

	100% {
		width: 90%
	}
}

.news {
	padding-top: 70px;
	font-size: 0
}

.news .left {
	width: 60%
}

.news .right {
	width: 29.6%;
	margin-left: 10.4%
}

.news .right h3 {
	font-size: 20px;
	color: #333;
	background: #f3f3f3;
	padding: 17px 20px
}

.news-tab {
	font-size: 18px;
	color: #333
}

.news-tab h1 {
	padding: 5px 10px;
	font-size: 16px;
	min-width: 85px;
	color: #666;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #c7c7c7
}

.news-tab-list {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #d9d9d9;
	margin-right: 10px;
	overflow: hidden
}

.news-tab-list.this,
.news-tab-list:hover {
	background: #f21616;
	border-radius: 3px;
	border-color: transparent
}

.news-tab-list.this a,
.news-tab-list:hover a {
	color: #fff;
	border-radius: 3px
}

.news-tab-list.this {
	background: #f21616;
}

.news-tab-list a {
	color: #333;
	display: block;
	overflow: hidden;
	position: relative
}

.news-tab-list span {
	position: relative;
	z-index: 2
}

.news-tab-list .btn-circle-hover {
	background: #f21616
}

.news-item {
	margin-top: 60px
}

.news-list {
	padding: 25px;
	border-bottom: 1px solid #e1e1e1
}

.news-list:first-child {
	border-top: 1px solid #e1e1e1
}

.news-list:hover {
	box-shadow: 2px 1px 20px -7px #000
}

.news-list:hover .pro .img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.news-list:hover .desc h3 {
	color: #f21616
}

.news-list:hover i:before {
	transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%)
}

.news-list:hover i:after {
	transform: translateX(140%);
	-ms-transform: translateX(140%);
	-o-transform: translateX(140%);
	-webkit-transform: translateX(140%);
	-moz-transform: translateX(140%)
}

.news-list .pro {
	width: 288px;
	height: 192px;
	margin-right: 50px;
	overflow: hidden
}

.news-list .img {
	transition: transform cubic-bezier(.215, .61, .355, 1) 2s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) 2s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) 2s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) 2s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) 2s
}

.news-list .desc {
	width: calc(100% - 338px);
	margin-top: 10px
}

.news-list .desc h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 4px
}

.news-list .desc .date {
	font-family: HNT;
	font-size: 14px;
	color: #999
}

.news-list .desc p {
	font-size: 14px;
	color: #777;
	line-height: 27px;
	margin: 25px 0;
	max-height: 50px;
	overflow: hidden
}

.news-list .desc .jiantou i {
	display: inline-block;
	width: 22px;
	height: 9px;
	position: relative;
	overflow: hidden
}

.news-list .desc .jiantou i:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 9px;
	background: url(../images/icon4.png) no-repeat center;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

.news-list .desc .jiantou i:after {
	content: '';
	position: absolute;
	background: url(../images/icon4-c.png) no-repeat center;
	width: 22px;
	height: 9px;
	left: -30px;
	top: 0;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

.recommend-list {
	padding: 32px 35px 32px 24px;
	border-bottom: 1px dashed #e7e7e7;
	background: #f9f9f9
}

.recommend-list:last-child {
	border-bottom: 0
}

.recommend-list:hover a {
	transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px)
}

.recommend-list:hover p {
	color: #f21616
}

.recommend-list a {
	display: block;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

.recommend-list p {
	font-size: 14px;
	color: #555;
	transition: color .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.recommend-list .date {
	font-size: 14px;
	color: #999;
	font-family: HNT;
	margin-left: 26px;
	margin-top: 5px;
	display: inline-block
}

.newsdet .left {
	width: 62.8%;
	top: -42px;
	position: relative
}

.newsdet .right {
	margin-left: 7.4%
}

.crumb {
	font-size: 13px;
	color: #999
}

.crumb a {
	color: #999
}

.crumb a:hover {
	text-decoration: underline
}

.news-det {
	margin-top: 25px;
	border: 1px solid #e1e1e1
}

.news-det .titlex {
	text-align: center
}

.news-det .titlex .tps {
	margin: 15px 0 50px
}

.news-det .titlex .tps>div {
	margin-right: 30px
}

.news-det .titlex .tps>div:last-child {
	margin-right: 0
}

.news-det .titlex h2 {
	font-size: 24px;
	color: #333;
	padding: 35px 0;
	border-bottom: 1px dashed #e1e1e1;
	text-align: center
}

.news-det .titlex .date {
	font-size: 14px;
	color: #999
}

.news-det .titlex .date i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: -2px;
	background: url(../images/icon33.png) no-repeat center
}

.news-det .titlex .author {
	font-size: 14px;
	color: #999
}

.news-det .titlex .author i {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -4px;
	width: 14px;
	height: 17px;
	background: url(../images/icon34.png) no-repeat center
}

.news-det .content {
	padding: 0 50px;
	font-size: 14px;
	line-height: 32px;
	color: #666
}

.tips {
	border-top: 1px dashed #e1e1e1;
	padding: 25px 50px 10px
}

.biaoqian {
	font-size: 14px;
	color: #999;
	float: right
}

.biaoqian strong {
	font-weight: 400
}

.biaoqian a {
	min-width: 85px;
	color: #999;
	text-align: center;
	padding: 5px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #e5e5e5
}

.biaoqian a:hover {
	border-color: transparent;
	border-radius: 3px;
	background: #f21616;
	color: #fff
}

.read {
	margin: 40px 0 120px;
	border: 1px solid #e1e1e1
}

.read h3 {
	font-size: 18px;
	color: #333;
	padding: 17px 0 17px 50px;
	background: #f3f3f3;
	border-bottom: 1px solid #e1e1e1
}

.read-item {
	padding: 40px 45px
}

.read-list {
	width: 50%;
	padding-bottom: 20px
}

.read-list:nth-child(2n) {
	text-align: right;
	border-left: 1px dashed #e1e1e1
}

.read-list:nth-child(2n) a {
	text-align: left
}

.read-list:last-child {
	padding-bottom: 0
}

.read-list:nth-last-child(2) {
	padding-bottom: 0
}

.read-list a {
	font-size: 14px;
	color: #999;
	transition: .4s;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	width: 88%
}

.read-list a:hover {
	color: #f21616
}

.sight .crumb {
	margin: 25px 0 35px
}

.sight .news-tab {
	text-align: center;
	margin-bottom: 50px
}

.sight .news-tab-list {
	width: 160px
}

.sight .part1 .pro {
	position: relative;
	width: 100%;
	height: calc(.333 * 100vw)
}

.sight .part1 .pro .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateZ(0);
	background-position: center 140px;
	background-attachment: fixed !important;
	background-size: contain;
	background-repeat: no-repeat
}

.sight .part1 .intro {
	color: #fff;
	top: 38%;
	text-align: center
}

.sight .part1 .intro h2 {
	font-size: 38px
}

.sight .part1 .intro p {
	font-size: 16px;
	color: #f4f3f3;
	font-weight: lighter;
	letter-spacing: 9px;
	margin-top: 15px
}

.sight .part1 .desc {
	padding: 70px 100px;
	text-align: center;
	font-size: 14px;
	color: #888;
	box-shadow: 0 1px 23px -8px #7e7e7e;
	width: 1070px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 27px;
	position: relative;
	top: -95px;
	background: #fff
}

.sight .part2 {
	margin-bottom: 120px
}

.sight .part2 h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 40px
}

.sight .part2 .warrper {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px
}

.sight .part2 .warrper:hover .desc {
	opacity: 1;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.sight .part2 .pro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.sight .part2 .desc {
	opacity: 0;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transition: ease 1s;
	-ms-transition: ease 1s;
	-o-transition: ease 1s;
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	color: #fff;
	display: inline-block;
	width: 450px;
	height: 680px;
	background: rgba(242,22,22, .9);
	padding: 150px 72px 0
}

.sight .part2 .desc h4 {
	font-size: 24px;
	font-weight: 700
}

.sight .part2 .desc p {
	font-size: 14px;
	line-height: 36px;
	margin-top: 25px
}

.sight .part3 {
	margin-top: 50px;
	margin-bottom: 120px
}

.about-tab {
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid #e1e1e1
}

.about-title {
	font-size: 30px;
	color: #333;
	text-align: center
}

.brand {
	padding: 55px 0 75px;
	border-bottom: 1px solid #e1e1e1
}

.data-item {
	font-size: 0;
	text-align: center;
	margin: 96px 0 90px
}

.data-list {
	border-right: 1px solid #e1e1e1;
	text-align: center;
	padding: 0 65px
}

.data-list:last-child {
	border-right: 0;
	padding-right: 0
}

.data-list:first-child {
	padding-left: 0
}

.data-list span {
	font-size: 60px;
	display: inline-block;
	color: transparent;
	line-height: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.data-list i {
	font-size: 14px;
	color: #333
}

.data-list p {
	margin-top: 10px;
	font-size: 14px;
	color: #999
}

.company {
	padding: 76px 0 115px
}

.company .about-title {
	margin-bottom: 60px
}

.company .swiper-container {
	margin-top: 20px
}

.company .page_style2 {
	display: none
}

.company .pro {
	position: relative
}

.about-fixbg {
	height: 454px
}

.history {
	padding: 90px 0 120px
}

.history .line-ef {
	position: absolute;
	left: calc(50% - 15px);
	top: 80px;
	width: 1px;
	height: 48px;
	transition: height ease .6s;
	-ms-transition: height ease .6s;
	-o-transition: height ease .6s;
	-webkit-transition: height ease .6s;
	-moz-transition: height ease .6s;
	background: #f21616;
	z-index: 1
}

.flow {
	margin-top: 75px;
	position: relative;
	left: -15px
}

.flow-list {
	float: right;
	width: 100%;
	position: relative
}

.flow-list .flow-warrper {
	float: right;
	width: 50%;
	left: -18px;
	position: relative
}

.flow-list .flow-warrper:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #666;
	position: absolute;
	left: 18px
}

.flow-list:first-child .flow-warrper:before {
	height: 200%;
	top: -40px
}

.flow-list:last-child .desc {
	margin-bottom: 0
}

.flow-list:last-child .flow-warrper:before {
	display: none
}

.flow-list:nth-child(2n) .flow-warrper {
	float: left;
	left: 17px
}

.flow-list:nth-child(2n) .flow-warrper:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #666;
	position: absolute;
	right: 16px;
	left: auto
}

.flow-list:nth-child(2n) .pro {
	float: right;
	margin-right: 0;
	margin-left: 35px
}

.flow-list:nth-child(2n) .desc {
	float: right;
	width: calc(100% - 100px)
}

.flow-list:nth-child(2n) .desc h3 {
	text-align: right
}

.flow-list:nth-child(2n) .desc p {
	text-align: right
}

.flow-list.this .pro:after {
	opacity: 1
}

.flow-list .pro {
	position: relative;
	float: left;
	width: 34px;
	height: 45px;
	background-color: #fff !important;
	border-radius: 50%;
	margin-right: 35px;
	z-index: 2
}

.flow-list .pro:after {
	content: '';
	transition: opacity .6s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/icon38-c.png) no-repeat center;
	opacity: 0
}

.flow-list .desc {
	float: left;
	width: calc(100% - 85px);
	position: relative;
	margin-bottom: 55px
}

.flow-list .desc h3 {
	text-align: left;
	font-size: 24px;
	font-family: syzt;
	margin-bottom: 10px;
	color: #333
}

.flow-list .desc p {
	font-size: 14px;
	line-height: 20px;
	color: #666
}

.merchants-tab {
	padding: 60px 0;
	text-align: center
}

.advantage {
	border-bottom: 1px solid #e2e2e2
}

.advantage .title3 {
	padding-left: 15px;
	margin-bottom: 40px
}

.advantage .swiper-slide {
	font-size: 0
}

.advantage .swiper-pagination-bullet {
	margin: 0 7px !important
}

.advantage .swiper-pagination {
	margin: 30px 0 80px
}

.advantage .swiper-pagination-bullet:before {
	background: #d8d8d8
}

.advantage .swiper-pagination-bullet-active:before {
	background: #f21616
}

.advantage-list {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent
}

.advantage-list .pro {
	width: 100%;
	height: 264px;
	margin-bottom: 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}

.advantage-list .desc {
	margin-bottom: 50px
}

.advantage-list .desc strong {
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px
}

.advantage-list .desc p {
	font-size: 14px;
	color: #888;
	line-height: 21px
}

.profit .title3 {
	margin: 90px 0 68px
}

.profit-item {
	margin-bottom: 55px
}

.profit-list {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 65px
}

.profit-list:nth-child(2) {
	transition-delay: .1s
}

.profit-list:nth-child(3) {
	transition-delay: .2s
}

.profit-list:nth-child(4) {
	transition-delay: .3s
}

.profit-list:nth-child(5) {
	transition-delay: .4s
}

.profit-list .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative
}

.profit-list .icon:hover i:before {
	animation: serv_one_border .9s 0s ease 1;
	-webkit-animation: serv_one_border .9s 0s ease 1;
	-moz-animation: serv_one_border .9s 0s ease 1;
	-o-animation: serv_one_border .9s 0s ease 1
}

.profit-list .icon:hover i:after {
	animation: serv_one_border 1.5s 0s ease 1;
	-webkit-animation: serv_one_border 1.5s 0s ease 1;
	-moz-animation: serv_one_border 1.5s 0s ease 1;
	-o-animation: serv_one_border 1.5s 0s ease 1
}

.profit-list .icon:hover i {
	background: #f21616;
	border-color: #f21616
}

.profit-list .icon:hover span {
	opacity: 0
}

.profit-list .icon:hover span.hide {
	opacity: 1
}

.profit-list .icon i {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100px;
	height: 100px;
	border: 1px solid #dedede;
	border-radius: 50%;
	transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s
}

.profit-list .icon i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #f21616;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0
}

.profit-list .icon i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #f21616;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0
}

.profit-list .icon span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s
}

.profit-list .icon span.hide {
	opacity: 0
}

.profit-list:last-child .desc {
	border: 0
}

.profit-list h3 {
	font-size: 16px;
	margin: 20px 0 5px;
	color: #333
}

.profit-list p {
	font-size: 14px;
	line-height: 22px;
	color: #888
}

.condition {
	background: #343434;
	font-size: 0
}

.condition .title3 {
	padding-left: 116px;
	margin-bottom: 40px
}

.condition .title3 h3 {
	color: #fff;
	font-weight: lighter
}

.condition .left {
	width: 50%
}

.condition .left .pro {
	height: 778px
}

.condition .right {
	width: 50%;
	position: relative;
	left: -44px
}

.condition-list {
	width: 100%;
	margin-bottom: 30px
}

.condition-list:last-child {
	margin-bottom: 0
}

.condition-list i {
	display: inline-block;
	width: 88px;
	height: 88px;
	margin-right: 33px
}

.condition-list .desc {
	width: calc(100% - 280px)
}

.condition-list .desc h3 {
	font-size: 14px;
	color: #f21616;
	margin-bottom: 5px;
	font-weight: lighter
}

.condition-list .desc p {
	line-height: 21px;
	font-size: 14px;
	color: #9a9a9a;
	width: calc(100% - 110px)
}

.process .title3 {
	margin: 125px 0 65px
}

.process-item {
	margin-bottom: 130px
}

.process-list {
	width: 16.667%;
	position: relative;
	text-align: center;
	visibility: hidden
}

.process-list:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 76px;
	right: -6px;
	width: 0;
	height: 0;
	border-bottom: 4px transparent solid;
	border-left: 4px #b2b2b2 solid;
	border-right: 4px transparent solid;
	border-top: 4px transparent solid;
	background: 0 0
}

.process-list:last-child:after {
	display: none
}

.process-list:last-child .pro:after {
	display: none
}

.process-list .pro {
	width: 158px;
	height: 158px;
	display: inline-block;
	position: relative
}

.process-list .pro:after {
	content: '';
	border-top: 1px dashed #b2b2b2;
	position: absolute;
	width: 53%;
	left: 100%;
	top: 50%
}

.process-list .num {
	font-size: 28px;
	color: transparent;
	margin: 15px 0 5px
}

.process-list p {
	font-size: 20px;
	color: #333
}

.process-list span {
	font-size: 14px;
	color: #333
}

.case {
	background-color: #f6f6f6;
	overflow: hidden;
	padding-bottom: 140px
}

.case .title3 {
	margin: 85px 0 40px
}

.case .swiper-pagination-bullet {
	display: none
}

.case-list {
	position: relative
}

.case-list .pro {
	height: 264px;
	border-radius: 5px
}

.case-list .desc {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 10px 0
}

.agency .page {
	margin: 60px 0 100px
}

.agency-item {
	border: 1px solid #e1e1e1
}

.agency-list {
	display: block !important;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	-webkit-transition: background .4s;
	-moz-transition: background .4s
}

.agency-list:first-child {
	font-weight: 700;
	background-color: #f5f5f5
}

.agency-list:first-child>div {
	font-size: 16px
}

.agency-list:last-child {
	border-bottom: 0
}

.agency-list>div {
	padding: 15px 0;
	display: inline-block;
	font-size: 14px
}

.agency-list:hover:not(:first-child) {
	color: #fff;
	background: #f21616
}

.agency-list:hover:not(:first-child) span {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2)
}

.agency-list span {
	display: inline-block;
	transition: transform .4s;
	-ms-transition: transform .4s;
	-o-transition: transform .4s;
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s
}

.agency-list .sort {
	width: 19%;
	padding-left: 45px
}

.agency-list .area {
	width: 15%
}

.agency-list .name {
	width: 35%
}

.agency-list .address {
	width: 25%
}

.client {
	padding: 95px 0 75px
}

.client-item {
	margin-bottom: 85px
}

.client-item h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px
}

.client-item ul {
	display: inline-block;
	font-size: 0;
	border-top: 1px solid #e1e1e1
}

.client-list {
	position: relative;
	border: 1px solid #e1e1e1;
	border-top: 0;
	width: 268px;
	height: 147px;
	line-height: 147px;
	text-align: center;
	overflow: hidden
}

.client-list:hover .pro {
	-webkit-filter: grayscale(0) opacity(1);
	-moz-filter: grayscale(0) opacity(1);
	-ms-filter: grayscale(0) opacity(1);
	-o-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1);
	transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	-o-transform: translateY(-5%);
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%)
}

.client-list:hover .desc {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.client-list:not(:first-child) {
	border-left: 0
}

.client-list:nth-child(5n+1) {
	border-left: 1px solid #e1e1e1
}

.client-list .pro {
	-webkit-filter: grayscale(100%) opacity(.85);
	-moz-filter: grayscale(100%) opacity(.85);
	-ms-filter: grayscale(100%) opacity(.85);
	-o-filter: grayscale(100%) opacity(.85);
	filter: grayscale(100%) opacity(.85)
}

.client-list .pro img {
	max-width: 100%;
	max-height: 100%
}

.client-list .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #f21616;
	transition: cubic-bezier(.215, .61, .355, 1) .8s;
	-ms-transition: cubic-bezier(.215, .61, .355, 1) .8s;
	-o-transition: cubic-bezier(.215, .61, .355, 1) .8s;
	-webkit-transition: cubic-bezier(.215, .61, .355, 1) .8s;
	-moz-transition: cubic-bezier(.215, .61, .355, 1) .8s;
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%)
}

.certification .about-tab {
	padding-bottom: 0;
	border-bottom: 0
}

.certification .purchase-item {
	margin: 60px 0
}

.certification .purchase-list .desc {
	width: calc(100% - 450px);
	margin-top: 10px
}

.certification .purchase-list .desc a {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	background: #f21616;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	line-height: 30px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent
}

.certification .purchase-list .desc a span {
	position: relative;
	z-index: 1
}

.certification .purchase-list .desc a:hover {
	text-decoration: none
}

.certification .purchase-list .desc a:hover span {
	color: #f21616
}

.certification .purchase-list .desc p {
	margin: 15px 0 15px;
	max-height: 74px;
	overflow: hidden
}

@media (max-width:1700px) {
	.condition-list .desc {
		width: calc(100% - 190px)
	}

	.condition-list .desc p {
		width: 100%
	}
}

@media (max-width:1350px) {
	.sight .container_1350 {
		padding: 0 2%
	}

	.choose.container_1350 {
		padding: 0 2%
	}

	.question .container_1350 {
		padding: 0 2%
	}

	.mrc .container_1382 {
		padding: 0 2%
	}

	.mrc .container_1348 {
		padding: 0 2%
	}

	.client .container_1340 {
		padding: 0 2%
	}

	.client-list {
		width: 230.2px
	}

	.nav-bar .container_1350 {
		padding: 0 2%
	}
}

@media (max-width:1300px) {
	.D-part5 .swiper-slide .pic {
		width: 100%;
		height: 483px
	}

	.D-part5 .container_1314 {
		width: 85%
	}

	.container_1240 {
		padding: 0 2%
	}

	.history .container_1240 {
		padding: 0
	}

	.container_1300 {
		padding: 0 2%
	}

	.contact .form {
		margin-left: 0
	}
}

@media (max-width:1200px) {
	.news {
		padding: 70px 2%
	}

	.news .left {
		width: 65%
	}

	.news .right {
		margin-left: 5.4%
	}

	.nav-bar {
		padding: 25px 2%
	}

	.D-part5 .container_1314 {
		width: 98%
	}

	.D-part5 .btn {
		display: none
	}

	.D-part5 .page_style2 {
		display: block
	}

	.D-part5 .swiper-slide .pic {
		height: 5rem
	}

	.clean_banner {
		height: 34vw
	}

	.clean_banner .desc {
		width: 100%
	}

	.aside {
		display: none
	}

	.clean-show .swiper-wrapper {
		display: block !important
	}

	.clean-show .show_bottom {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0)
	}

	.sight .part1 .pro {
		height: 40vw
	}

	.sight .part1 .pro .img {
		background-position: center 240px
	}

	.sight .part1 .desc {
		padding: 50px 60px;
		width: 80%
	}

	.choose_banner {
		height: 50vw
	}

	.scene {
		margin-top: 22px
	}

	.scene h3 {
		margin-bottom: .3rem
	}

	.scene-list {
		width: 4rem;
		margin-right: 1rem
	}

	.scene-list:first-child {
		margin-bottom: .8rem
	}

	.scene-list .desc {
		height: 40px;
		line-height: 40px
	}

	.option {
		padding-left: 1rem
	}

	.option-list {
		margin-right: .9rem;
		margin-bottom: .4rem !important
	}

	.advantage .swiper-pagination {
		margin: 20px 0 50px
	}

	.advantage-list {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent
	}

	.advantage-list .pro {
		height: 1.8rem;
		margin-bottom: 20px
	}

	.advantage-list .desc {
		margin-bottom: 20px
	}

	.case-list .pro {
		height: 1.8rem
	}

	.process .title3 {
		margin: 1rem 0 .8rem
	}

	.process-item {
		margin-bottom: 1rem
	}

	.process-list {
		width: 33.333%;
		margin-bottom: .6rem
	}

	.process-list:after {
		display: none
	}

	.process-list .pro:after {
		display: none
	}

	.history .line-ef {
		display: none
	}

	.about-fixbg {
		height: 4rem;
		background-attachment: inherit !important;
		background-size: cover !important
	}

	.client {
		padding: 1.3rem 0 1rem
	}

	.client-list {
		width: 1.92rem;
		height: 1.2rem;
		line-height: 1.2rem
	}

	.client-list .pro img {
		max-width: 1.5rem;
		max-height: 1rem
	}
}

@media (max-width:940px) {
	.purchase-list .pro {
		width: 3rem;
		height: 1.5rem;
		background-size: cover !important
	}

	.purchase-list .ma {
		width: 100px;
		margin: 0 15px 0 20px
	}

	.purchase-list .ma img {
		max-width: 100%
	}

	.buyyet .purchase-list .desc {
		width: calc(100% - 422px)
	}
}

@media (max-width:800px) {
	.news_banner .desc {
		background-size: 66% !important
	}

	.news .left {
		width: 100%
	}

	.news .right {
		display: none
	}

	.news-list {
		padding: 25px 0
	}

	.product-list {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent
	}

	.product-list .desc {
		padding: 15px 0
	}

	.product-list .desc p {
		overflow: hidden
	}

	.product-list .desc p em,
	.product-list .desc p span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		display: inline-block
	}

	.product-list .desc a {
		top: 25px;
		padding: 6px 14px;
		font-size: 11px;
		position: static;
		margin: 5px 0 0
	}

	.product-list .pro {
		height: 300px;
		line-height: 300px
	}

	.product-list .pro img {
		max-height: 172px;
		max-width: 145px
	}

	.product-list .intro {
		opacity: 0 !important
	}

	.D-common .desc {
		padding: 0 4%
	}

	.D-common .desc h3 {
		font-size: 24px
	}

	.D-part1 .desc h2 {
		font-size: 30px
	}

	.D-part1 .desc p {
		font-size: 20px;
		margin: 10px 0 10px
	}

	.D-part1 .desc span {
		font-size: 12px
	}

	.D-part2 {
		padding: 1rem 0 0
	}

	.D-part2 .desc p {
		font-size: 14px;
		margin: 20px 0 30px
	}

	.D-part2 .pro {
		margin-bottom: 1rem
	}

	.D-part2 .pro img {
		max-width: 100%
	}

	.D-part3 .desc {
		top: 10%
	}

	.D-part4 .desc {
		top: 10%
	}

	.D-part5 {
		padding: 1rem 0 0
	}

	.D-part6 {
		padding: 0 2%;
		margin-bottom: 1.3rem
	}

	.clean {
		height: auto
	}

	.clean-show .swiper-container {
		height: auto
	}

	.clean-list .pro {
		width: 100%;
		height: 5rem
	}

	.clean-list .desc {
		padding: 1rem 0;
		width: 100%
	}

	.sight .part2 .pro {
		position: static;
		height: 5rem;
		background-size: cover !important
	}

	.sight .part2 .desc {
		padding: .6rem .8rem .6rem;
		width: 100%;
		height: auto;
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0)
	}

	aside {
		display: none !important
	}

	.mobile-aside {
		opacity: 0;
		transition: .4s;
		-ms-transition: .4s;
		-o-transition: .4s;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		display: block;
		margin-bottom: .8rem
	}

	.question .tab {
		border-bottom: 0
	}

	.tab .owl-item:last-child .item {
		border-right: 1px solid #c0a267
	}

	.tab .item {
		text-align: center;
		float: left;
		width: 100%;
		border: 1px solid #f21616;
		border-right: 0
	}

	.tab .item.this {
		background: #f21616
	}

	.tab .item.this a {
		color: #fff
	}

	.tab .item a {
		display: block;
		padding: 10px 0;
		color: #000
	}

	.tab .dot {
		text-align: right;
		margin-top: 5px;
		margin-right: 10px
	}

	.tab.owl-theme .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
		margin: 5px 3px;
		background: #323232;
		display: block;
		-webkit-backface-visibility: visible;
		-webkit-transition: opacity .2s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px
	}

	.tab.owl-theme .owl-dots .owl-dot.active span {
		background: #f21616;
		width: 20px
	}

	.tab.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1
	}

	.tab .owl-dots {
		text-align: right;
		margin-top: 5px;
		margin-right: 10px
	}

	.owl-nav {
		display: none !important
	}

	.question {
		padding-top: .8rem;
		margin-bottom: 1.3rem
	}

	.content-warrper {
		width: 100%;
		margin-left: 0
	}

	.content-warrper .name {
		font-size: 16px;
		padding: 15px 20px
	}

	.question.fixed .content-warrper {
		margin-left: 0
	}

	.question-list {
		padding: 25px 20px
	}

	.question-list h3 {
		font-size: 15px
	}

	.question-list p {
		font-size: 13px
	}

	.suppose-list {
		padding: 25px 20px
	}

	.promise-list img {
		transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7)
	}

	.merchants-tab {
		padding: 1rem 0
	}

	.advantage-list .desc p {
		max-height: 60px;
		overflow: hidden
	}

	.profit .title3 {
		margin: 1rem 0 .5rem
	}

	.condition .title3 {
		padding-left: 0
	}

	.condition .left {
		display: none
	}

	.condition .right {
		padding: 1rem .2rem;
		width: 100%;
		left: 0
	}

	.case {
		padding-bottom: 1rem
	}

	.case .swiper-pagination-bullet {
		display: inline-block;
		top: 18px
	}

	.case .title3 {
		margin: 1rem 0 .8rem
	}

	.company .page2 {
		text-align: center;
		position: relative;
		bottom: -15px
	}

	.history {
		padding: 1.6rem 0
	}

	.flow {
		left: 0;
		padding: 0 2.5%
	}

	.flow-list {
		float: none
	}

	.flow-list .flow-warrper {
		display: block;
		width: 100%;
		float: none !important;
		left: 0 !important
	}

	.flow-list .flow-warrper:before {
		display: block !important;
		left: 18px !important;
		right: 0
	}

	.flow-list .pro {
		display: inline-block;
		vertical-align: top;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 15px !important
	}

	.flow-list .desc {
		display: inline-block;
		vertical-align: middle;
		float: none !important;
		margin-bottom: 40px
	}

	.flow-list .desc h3 {
		text-align: left !important;
		font-size: 21px;
		margin-top: 8px
	}

	.flow-list .desc p {
		text-align: left !important;
		font-size: 13px
	}

	.clean h2 {
		margin: 40px 0 25px
	}

	.clean p {
		line-height: 24px;
		font-size: 14px
	}

	.form form .input-box {
		width: 100%
	}

	.contact .desc {
		width: 50%
	}

	.form {
		width: 49%
	}
}

@media (max-width:640px) {
	.news {
		padding: 1rem 2% 0
	}

	.news-item {
		margin-top: 1rem
	}

	.news-tab-list {
		width: 2.8rem;
		font-size: 13px;
		height: 34px;
		line-height: 32px;
		margin-right: .2rem
	}

	.news-list {
		padding: 20px 0
	}

	.news-list .pro {
		width: 3.4rem;
		height: 1.7rem;
		margin-right: .4rem
	}

	.news-list .desc {
		width: calc(100% - 3.8rem);
		margin-top: 2px
	}

	.news-list .desc h3 {
		font-size: 16px;
		max-height: 42px;
		margin-bottom: 10px;
		overflow: hidden
	}

	.news-list .desc p {
		display: none
	}

	.news-list .desc .date {
		font-size: 13px
	}

	.news-list .jiantou {
		display: none
	}

	.newsdet {
		padding: .5rem 2% 0
	}

	.newsdet .left {
		top: 0
	}

	.news-det {
		margin-top: 0
	}

	.news-det .titlex h2 {
		font-size: 20px;
		padding: 20px
	}

	.news-det .titlex .tps {
		margin: 15px 0 30px
	}

	.news-det .content {
		padding: 0 2%
	}

	.crumb {
		margin: 0 0 .5rem
	}

	.tips {
		padding: 15px 10px 0
	}

	.biaoqian {
		margin-bottom: 10px;
		float: none
	}

	.read {
		margin: 1rem 0 1.5rem
	}

	.read h3 {
		font-size: 16px;
		padding: 10px 0 10px 15px
	}

	.read-item {
		padding: 18px 17px 0
	}

	.read-list {
		width: 100%;
		border: 0 !important;
		text-align: left !important;
		padding-bottom: 18px !important
	}

	.product-banner .swiper-pagination {
		bottom: 10px
	}

	.swiper-pagination-bullet:after {
		width: 14px;
		height: 14px;
		margin-left: -7px;
		margin-top: -7px
	}

	.swiper-pagination-bullet {
		width: 4px;
		height: 4px
	}

	.product {
		margin: 1rem 0;
		padding: 0 .2rem
	}

	.product-list {
		width: 50%;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		margin-bottom: 1rem;
		vertical-align: top
	}

	.product-list .pro {
		height: 5.8rem;
		line-height: 5.8rem
	}

	.product-list .pro img {
		max-height: 3.2rem;
		max-width: 3.3rem
	}

	.product-list .desc {
		padding: 15px 0 20px 0
	}

	.product-list .desc p {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 5px
	}

	.product-list .desc br {
		display: none
	}

	.product-list .desc span {
		font-size: 12px
	}

	.product-list .desc a {
		top: 23px;
		padding: 5px 8px;
		right: 5px
	}

	.tab-list {
		padding: 15px 0
	}

	.tab-list:nth-child(1) i {
		background-size: 50% !important
	}

	.tab-list:nth-child(1) i:after {
		background-size: 50% !important
	}

	.tab-list:nth-child(2) i {
		left: 6px
	}

	.tab-list.this i,
	.tab-list:hover i {
		transform: translateY(-78px)
	}

	.tab-list.this p,
	.tab-list:hover p {
		transform: translateY(-80px)
	}

	.tab-list i {
		margin-right: 0;
		background-size: 80% !important
	}

	.tab-list i:after {
		transform: translateY(80px);
		background-size: 80% !important
	}

	.tab-list p {
		font-size: 14px;
		display: block
	}

	.tab-list p:after {
		transform: translateY(80px)
	}

	.nav-bar {
		padding: 15px 0
	}

	.nav-bar h2 {
		font-size: 14px;
		max-width: 170px;
		max-height: 20px;
		overflow: hidden
	}

	.nav-bar .buy {
		font-size: 12px
	}

	.nav-bar .anchor {
		display: none
	}

	.D-common .desc {
		padding: 0 6%
	}

	.D-part1 .desc {
		display: none
	}

	.D-part2 .pro {
		width: 70%
	}

	.D-part2 .page_style2 {
		bottom: 8px
	}

	.D-part2 .page_style2 .page-list {
		height: 2px
	}

	.D-part3 .desc {
		display: none
	}

	.D-part4 .desc {
		display: none
	}

	.D-part5 .pro {
		border: 3px solid #f1f1f1
	}

	.D-part6 h2 {
		font-size: 24px;
		margin: 1rem 0
	}

	.clean_banner {
		height: 70vw
	}

	.clean_banner .desc {
		left: 50%
	}

	.clean_banner .desc h2 {
		font-size: 32px
	}

	.clean_banner .desc span {
		font-size: 14px;
		margin-top: 10px
	}

	.clean h2 {
		font-size: 24px;
		margin: 1rem 0 .5rem
	}

	.clean p {
		font-size: 13px;
		line-height: 24px;
		text-align: justify
	}

	.clean-list .pro {
		height: 6rem
	}

	.clean-list:nth-child(6) .pro {
		height: 8rem
	}

	.clean-list .desc {
		padding: 1.3rem 0
	}

	.clean-list .desc h3 {
		font-size: 24px;
		margin-bottom: .5rem
	}

	.clean-list .desc p {
		font-size: 13px;
		line-height: 24px;
		text-align: justify;
		width: 80%;
		margin: 0 auto .8rem
	}

	.clean-list .desc .icon img {
		height: 85px;
		margin: 0 1.2rem
	}

	.sight .crumb {
		margin: .5rem 0 .5rem
	}

	.sight .news-tab-list {
		width: 25%;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: -1px
	}

	.sight .news-tab-list:last-child {
		margin-bottom: 0
	}

	.sight .news-tab-list:nth-last-child(2) {
		margin-bottom: 0
	}

	.sight .news-tab {
		margin-bottom: 1rem;
		font-size: 0
	}

	.sight .part1 .pro {
		height: 65vw
	}

	.sight .part1 .pro .img {
		background-position: center !important;
		background-attachment: initial !important;
		background-size: cover
	}

	.sight .part1 .intro {
		width: 100%;
		top: 26%
	}

	.sight .part1 .intro h2 {
		font-size: 26px
	}

	.sight .part1 .intro p {
		font-size: 14px;
		letter-spacing: 5px
	}

	.sight .part1 .desc {
		width: 90%;
		padding: 25px 15px;
		font-size: 13px;
		top: 0;
		margin-top: .6rem
	}

	.sight .part2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.sight .part2 .warrper {
		margin-bottom: 1rem
	}

	.sight .part2 h2 {
		font-size: 26px;
		margin-bottom: .7rem
	}

	.sight .part2 .desc h4 {
		font-size: 22px
	}

	.sight .part2 .desc p {
		font-size: 13px;
		line-height: 22px;
		margin-top: 12px
	}

	.sight .part3 {
		margin: 1rem 0 1.5rem
	}

	.choose_banner {
		height: 70vw
	}

	.choose_banner .desc {
		background-size: contain
	}

	.scene {
		margin-top: 28px
	}

	.scene h3 {
		font-size: 15px;
		margin-bottom: .8rem;
		padding-bottom: 10px
	}

	.scene-list {
		width: 4.6rem;
		margin-right: .2rem
	}

	.scene-list:last-child {
		margin-bottom: .2rem
	}

	.scene-list .warper {
		width: calc(100% - 25px)
	}

	.scene-list .desc {
		height: 30px;
		line-height: 30px;
		font-size: 13px
	}

	.scene-list span {
		font-size: 18px;
		margin-right: 10px
	}

	.scene5 .swiper-pagination {
		bottom: 19px
	}

	.option-list p {
		padding: 0 20px;
		min-width: 80px;
		height: 30px;
		font-size: 13px;
		line-height: 30px
	}

	.option-list span {
		font-size: 18px;
		margin-right: 15px
	}

	.more-product {
		margin-bottom: 1.3rem;
		width: 90%;
		margin: 0 auto
	}

	.more-product h3 {
		margin: 1rem 0 .6rem
	}

	.question-list {
		padding: 20px 15px
	}

	.suppose-list h3 {
		margin-bottom: 15px
	}

	.question-list div {
		margin: 10px 0 0
	}

	.question-list p,
	.question-list span {
		font-size: 13px !important;
		line-height: 24px !important
	}

	.suppose-list p,
	.suppose-list span {
		font-size: 13px;
		line-height: 24px
	}

	.merchants-tab {
		padding: .8rem 0 .8rem;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: .8rem
	}

	.agency .page {
		margin: .8rem 0 1.3rem
	}

	.agency-list:first-child>div {
		font-size: 15px
	}

	.agency-list>div {
		padding: 10px 15px 10px 0;
		vertical-align: middle
	}

	.agency-list .sort {
		padding-left: 15px
	}

	.profit-item {
		margin-bottom: .5rem
	}

	.profit-list {
		width: 100%;
		margin-bottom: .35rem;
		text-align: left;
		padding: 0 .5rem
	}

	.profit-list .icon {
		margin: 0;
		width: 1.8rem;
		height: 1.8rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: .5rem
	}

	.profit-list .icon i {
		width: 1.8rem;
		height: 1.8rem
	}

	.profit-list .icon span {
		width: 1.8rem;
		height: 1.8rem;
		background-size: .8rem !important
	}

	.profit-list .desc {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 2.3rem)
	}

	.profit-list h3 {
		margin: 0 0 .15rem;
		font-size: 15px;
		line-height: 1
	}

	.profit-list p {
		font-size: 13px;
		padding: 0;
		line-height: 1
	}

	.advantage .title3 {
		margin-bottom: .5rem
	}

	.advantage .title3 span {
		line-height: 1
	}

	.advantage .title3 h3 {
		margin-top: 0;
		line-height: .8
	}

	.advantage .swiper-pagination {
		margin: .3rem 0 .8rem
	}

	.advantage-list {
		width: 50%;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent
	}

	.advantage-list .pro {
		height: 2.8rem;
		margin-bottom: 10px
	}

	.advantage-list .desc strong {
		font-size: 13px;
		text-align: center;
		color: #666;
		font-weight: 400
	}

	.advantage-list .desc p {
		display: none
	}

	.condition .right {
		padding: 1rem 15px
	}

	.condition-list i {
		width: 68px;
		height: 68px;
		background-size: contain !important;
		margin-right: 20px
	}

	.condition-list .desc {
		width: calc(100% - 90px)
	}

	.condition-list .desc h3 {
		font-size: 16px;
		font-weight: 400
	}

	.condition-list .desc p {
		font-size: 13px;
		line-height: 20px
	}

	.title3 h3 {
		margin-top: 0;
		line-height: .8
	}

	.process-item {
		margin-bottom: .5rem
	}

	.process-list {
		vertical-align: top;
		margin-bottom: .8rem
	}

	.process-list .pro {
		width: 2.5rem;
		height: 2.5rem
	}

	.process-list .num {
		font-size: 12px;
		background-size: contain !important
	}

	.process-list p {
		font-size: 16px;
		margin: 10px 0 0
	}

	.process-list span {
		font-size: .3rem;
		color: #666;
		line-height: 1.2
	}

	.case {
		padding-bottom: 1.3rem
	}

	.case-list .pro {
		height: 2.6rem
	}

	.case-list .desc {
		font-size: 13px;
		padding: 5px 0
	}

	.about-tab {
		padding: 1rem 0 .8rem
	}

	.brand {
		padding: 1rem 0 1.3rem
	}

	.about-title {
		font-size: 24px
	}

	.data-item {
		margin: .88rem 0
	}

	.data-list {
		padding: 0 .8rem
	}

	.data-list span {
		font-size: .6rem;
		background-size: contain !important
	}

	.data-list p {
		font-size: 13px;
		margin-top: 5px;
		line-height: 1
	}

	.container_1240 {
		padding: 0 4%
	}

	.content p {
		font-size: 13px
	}

	.content h3 {
		margin: 10px 0 20px 0 !important
	}

	.company {
		padding: 1rem 0 1.3rem
	}

	.company .about-title {
		margin-bottom: .8rem
	}

	.history {
		padding: 1rem 0
	}

	.flow-list .desc h3 {
		font-size: 18px
	}

	.history .container_1240 {
		padding: 0 4%
	}

	.flow {
		padding: 0
	}

	.flow-list .desc p {
		line-height: 22px
	}

	.flow-list .desc {
		margin-bottom: 20px;
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px)
	}

	.flow-list:nth-child(2n) .desc {
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px)
	}

	.flow-list .desc h3 {
		margin-bottom: 5px
	}

	.certification .purchase-item {
		margin: .8rem 0
	}

	.purchase-list {
		padding: 15px 0
	}

	.purchase-list .pro {
		width: 2.8rem;
		height: 2rem
	}

	.purchase-list .ma {
		display: none
	}

	.purchase-list .desc {
		width: calc(100% - 3.8rem) !important;
		margin-left: .4rem;
		margin-top: 5px
	}

	.purchase-list .desc h3 {
		max-height: 48px;
		overflow: hidden;
		font-size: 14px
	}

	.purchase-list .desc p {
		display: none
	}

	.purchase-list .desc a {
		display: block
	}

	.certification .purchase-list .desc a {
		width: 75px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		margin-top: 6px
	}

	.client-item {
		margin-bottom: 1rem
	}

	.client-item h2 {
		font-size: 16px;
		margin-bottom: 20px
	}

	.client-list {
		border-left: 1px solid #e1e1e1 !important;
		width: 4.8rem;
		height: 2.2rem;
		line-height: 2.2rem
	}

	.client-list .pro {
		-webkit-filter: grayscale(0) opacity(1);
		-moz-filter: grayscale(0) opacity(1);
		-ms-filter: grayscale(0) opacity(1);
		-o-filter: grayscale(0) opacity(1);
		filter: grayscale(0) opacity(1);
		transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		-o-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		-moz-transform: translateY(0) !important
	}

	.client-list .pro img {
		max-width: 3rem;
		height: auto;
		max-height: 1.5rem
	}

	.client-list .desc {
		display: none
	}

	.client-list:nth-child(2n) {
		border-left: 0 !important
	}

	.purchase-item {
		margin: 1.3rem 0
	}

	.buyyet .purchase-list .desc h3 {
		display: none
	}

	.buyyet .purchase-list .desc p {
		margin-top: 0;
		display: block;
		word-break: break-all
	}

	.container_1300 {
		padding: 0 4%
	}

	.contact .desc h3 {
		font-size: 19px
	}

	.contact .map-point {
		margin-top: 15px
	}

	.contact {
		padding: 1rem 0;
		height: auto
	}

	.contact .desc {
		width: 100%
	}

	.contact .desc h3 {
		margin-bottom: 20px
	}

	.contact .desc a {
		margin-top: 10px
	}

	.contact .desc p {
		line-height: 20px;
		margin-bottom: 8px
	}

	.contact .form {
		width: 100%;
		margin-top: 1rem
	}

	.contact .form form {
		padding: 0 10px
	}

	.contact .form form h3 {
		font-size: 19px;
		margin: 25px 0 20px 0
	}

	.contact .form form .input-box {
		width: 100%
	}

	.contact .form textarea {
		height: 120px
	}

	.form form .input-box {
		margin-bottom: 20px
	}

	.help-info {
		bottom: -16px
	}

	.help-info .error {
		display: none
	}

	.form form .input-box.name {
		margin-right: 0
	}

	.form form .more {
		margin-bottom: 30px
	}

	.agency-list>div {
		font-size: 13px
	}
}

@media (max-width:480px) {
	.container_1300 {
		padding: 0 15px
	}
}

@media (max-width:360px) {
	.product-list {
		width: 100%
	}

	.tab-list p {
		font-size: 12px
	}

	.product-list .desc a {
		position: absolute;
		margin: 0
	}
}

@media (max-width:330px) {
	.news-tab-list {
		font-size: 12px
	}

	.news-list .pro {
		height: 2.2rem
	}
}


.suppose-item img{max-width: 100%;height: auto;}
.question-list img{max-width: 100%;height: auto;}


.lx{width: 40%;display: inline-block;margin-top: 90px;}
.contact .desc2 {
	width:100%;
	display: inline-block;
	margin:0 0 20px 0;
}
.contact .desc2 .add-ce{width:100%;height: auto;overflow: hidden;}

.contact .desc2 h3 {
	width:93%;float: right;
	font-size: 24px;
	color: #333;
	margin-bottom:20px;
	margin-top: -35px;
}

.contact .desc2 p {
	font-size: 14px;
	line-height: 36px;
	color: #666;
	width: 100%;
	display: block;
}

.contact .desc2 a {
	display: inline-block;
	margin-top:30px;
	width: 20px;
	height: 28px;
	background: url(/public/home/images/icon322.png) no-repeat center;
	animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-webkit-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-moz-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
	-o-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite
}


.about-tit {
    margin: 50px auto;
    text-align: center;
    font-size: 24px;
}


.xfoamfpu {
    display: inline-block;
    width: 100%
}

.xfoamfpu ul {
    margin-right: -2%
}

.xfoamfpu li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 25px
}

.xfoamfpu li .dc {
    position: relative;
    height: 101px;
    padding: 20px 106px 20px 106px;
    background: #fff;
    text-align: left;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer
}

.xfoamfpu li .file-head {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 76px;
    height: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.xfoamfpu li .file-title {
    width: 100%;
    font-size: 17px;
    color: #101010;
    font-weight: bold
}

.xfoamfpu li .file-info {
    position: absolute;
    bottom: 25px;
    left: 106px;
    font-size: 12px;
    color: #999
}

.xfoamfpu li .file-download-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    text-align: center;
    outline: 0;
    background: transparent;
    border: 1px solid #707070;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    box-sizing: border-box;
    cursor: pointer
}

.xfoamfpu li:hover {
    border-color: rgba(244,69,52,0.7);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,.1)
}

.xfoamfpu li:hover .file-download-btn {
    border: 1px solid #f44534;
    color: #fff;
    background: #f44534;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3)
}

.xfoamfpu li,.xfoamfpu li:hover .file-download-btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.download-tags {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px
}

.download-tags a {
    font-size: 14px;
    color: #707070;
    margin: 0 15px
}

@media (max-width:760px) {
	.lx{width: 100%;margin-top:-39px;}
}

@media (width:768px) {
	.lx{
		width: 47%;
		margin-top: 10px;
		margin-right: 20px;

	}
}
@media (width:800px) {
	.lx {
	    width: 48%;
	    display: inline-block;
	    margin-top: -200px;
	    margin-right: 17px;
	}
}

@media (width:1024px) {
	.lx{
		width: 43%;
		display: inline-block;
		margin-top: -186px;

	}
}

@media (width:1280px) {
	.lx{
		margin-top:0;

	}
}

@media (max-width:640px) {
	.xfoamfpu li{width: 100%;clear: both;margin-right: 0;}
	.xfoamfpu li .dc{
		padding: 20px 0px 20px 106px;
	}
    .about-tit{margin: 30px auto;font-size: 20px;}
	.xfoamfpu li .file-download-btn{
		top:58%;
		margin-top: 0;
	}

	.xfoamfpu li .file-title {

	    font-size: 14px;
        font-weight: lighter;
	}
}