.banner {
	width: 100%
}
.banner .swiper-pagination {
	bottom: 20px;
	position: absolute;
	z-index: 99
}
.banner .swiper-pagination-bullet:after {
	border-width: 2px
}
.banner .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 8px!important
}
.tab-item {
	background: #fff;
	position: relative;
	top: -64px;
	z-index: 2;
	box-shadow: 0 0 26px -8px #acacac
}
.tab-list {
	width: 33.33%;
	padding: 22px 0;
	text-align: center;
	border-right: 1px solid #d0d0d0;
	position: relative;
	overflow: hidden
}
.tab-list .mobile {
	display: none
}
.tab-list:last-child {
	border-right: 0
}
.tab-list:nth-child(1) {
	transition-delay: .3s
}
.tab-list:nth-child(1):after {
	background: #000
}
.tab-list:nth-child(2) {
	transition-delay: .5s
}
.tab-list:nth-child(2):after {
	background: #e80000
}
.tab-list:nth-child(2) .t-mask {
	left: -114px
}
.tab-list:nth-child(3) {
	transition-delay: .6s
}
.tab-list:nth-child(3):after {
	background: #ffcc01
}
.tab-list:nth-child(3) .t-mask {
	left: -156px
}
.tab-list:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px
}
@media (min-width:1200px) {
.tab-list:hover .t-mask {
	width: 450px;
	height: 450px;
	border-radius: 0;
	left: 0
}
.tab-list:hover .desc {
	transform: translateX(-190px)
}
.tab-list:hover .desc p {
	color: #fff
}
.tab-list:hover .desc span {
	color: #fff
}
.tab-list:hover i {
	opacity: 0;
	transition: .2s
}
}
.tab-list i {
	width: 78px;
	height: 78px;
	transition: opacity .8s .6s
}
.tab-list .t-mask {
	width: 76px;
	height: 76px;
	top: 0;
	left: -120px;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	border-radius: 50%;
	transition: .8s;
	z-index: -1
}
.tab-list .desc {
	text-align: left;
	margin-left: 25px;
	transition: .8s
}
.tab-list .desc p {
	font-size: 20px;
	color: #444;
	transition: .8s
}
.tab-list .desc span {
	font-size: 14px;
	color: #d0d0d0;
	font-family: Arial;
	transition: .8s
}
.product {
	overflow: hidden
}
.product .swiper-container {
	padding: 20px
}
.product .swiper-pagination {
	padding: 10px 0
}
.product .swiper-pagination-bullet:before {
	background: #d8d8d8
}
.product .swiper-pagination-bullet-active:before {
	background: #004098
}
.product .more {
	margin: 50px 0 67px
}
.product-list {
	padding: 0 16px 40px 16px;
	background: #f6f5f5;
	transition: transform cubic-bezier(.215, .61, .355, 1) .8s, box-shadow .8s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) .8s, box-shadow .8s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) .8s, box-shadow .8s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) .8s, box-shadow .8s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) .8s, box-shadow .8s
}
@media (min-width:640px) {
.product-list:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	box-shadow: 0 3px 21px -7px #000
}
.product-list:hover .more {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0)
}
.product-list:hover .pro:after {
	width: 100%
}
.product-list:hover .desc p {
	color: #004098
}
.product-list:hover 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)
}
}
.product-list .pro {
	height: 360px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	line-height: 360px;
	overflow: hidden;
	position: relative
}
.product-list .pro img {
	width: auto
}
.product-list .pro:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #004098;
	transition: ease .6s
}
.product-list .pro img {
	max-height: 360px;
	transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) .8s
}
.product-list .desc {
	margin-top: 20px
}
.product-list .desc p {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	position: relative
}
.product-list .desc p:after {
	content: '';
	float: right;
	width: 22px;
	height: 9px;
	background: url(../images/icon4.png) no-repeat center
}
.product-list .desc span {
	color: #999;
	font-size: 14px
}
.product-list .more {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	background: url(../images/more.png) no-repeat center;
	opacity: 0;
	filter: blur(4px);
	transform: translateY(20px);
	transition: ease .6s
}
.techo {
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #c6c6c6
}
.techo .mobile {
	display: none
}
.techo p {
	width: 1020px;
	max-width: 100%;
	margin: 50px auto 75px;
	font-size: 14px;
	color: #666;
	line-height: 30px
}
.techo .more {
	margin: 70px 0 100px
}
.process-item {
	position: relative
}
.process-list {
	position: relative;
	z-index: 2
}
.process-list:nth-child(1) {
	left: 155px;
	z-index: 4
}
.process-list:nth-child(2) {
	left: 80px;
	transition-delay: 150ms;
	z-index: 3
}
.process-list:nth-child(2) .pro2 {
	left: 36px;
	top: 74px
}
.process-list:nth-child(3) {
	transition-delay: .3s
}
.process-list:nth-child(3) .pro2 {
	left: 36px;
	top: 93px
}
.process-list:nth-child(4) {
	transition-delay: 450ms;
	left: -80px;
	z-index: 1
}
.process-list:nth-child(5) {
	transition-delay: .6s;
	left: -160px;
	z-index: 0
}
.process-list:nth-child(6) {
	transition-delay: .8s;
	left: -194px
}
.process-list:nth-child(6) .desc {
	width: 100px;
	bottom: -347px
}
.process-list:nth-child(6) .desc:before {
	height: 100px;
	top: -109px
}
.process-list .pro {
	position: relative
}
.process-list .pro2 {
	position: absolute;
	left: 7px;
	top: 55px;
	z-index: 11
}
.process-list .desc {
	position: absolute;
	left: 0;
	bottom: -108px
}
.process-list .desc:before {
	content: '';
	width: 1px;
	height: 30px;
	background: #d5d5d5;
	position: absolute;
	left: 50%;
	top: -41px
}
.process-list .desc .num {
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 35px;
	font-size: 20px;
	color: #004098;
	border: 1px solid #004098;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 15px
}
.process-list .desc span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 20px
}
.cross {
	width: 1153px;
	position: absolute;
	top: 56%;
	transform: translate(-50%, -50%);
	z-index: 10;
	left: 45%;
	transition: cubic-bezier(.4, 0, .2, 1) 1s;
	-ms-transition: cubic-bezier(.4, 0, .2, 1) 1s;
	-o-transition: cubic-bezier(.4, 0, .2, 1) 1s;
	-webkit-transition: cubic-bezier(.4, 0, .2, 1) 1s;
	-moz-transition: cubic-bezier(.4, 0, .2, 1) 1s
}
.cross>div {
	overflow: hidden;
	width: 0;
	transition: cubic-bezier(.4, 0, .2, 1) 1.3s;
	-ms-transition: cubic-bezier(.4, 0, .2, 1) 1.3s;
	-o-transition: cubic-bezier(.4, 0, .2, 1) 1.3s;
	-webkit-transition: cubic-bezier(.4, 0, .2, 1) 1.3s;
	-moz-transition: cubic-bezier(.4, 0, .2, 1) 1.3s;
	transition-delay: .8s
}
.cross.scroll-watch-in-view>div {
	width: 100%
}
.point {
	width: 100%;
	height: 1px;
	position: absolute!important;
	top: 0;
	z-index: 11
}
.point .point-box {
	position: relative;
	height: 1px;
	width: 816px;
	margin: 0 auto
}
.point .point1 {
	position: absolute;
	top: 60px;
	left: 4px
}
.point .point2 {
	position: absolute;
	top: 79px;
	left: 183px;
	transition-delay: .2s
}
.point .point3 {
	position: absolute;
	top: 94px;
	left: 330px;
	transition-delay: .3s
}
.process-gif img {
	max-width: 100%
}
.create {
	font-size: 0;
	position: relative;
	border-top: 1px solid #c6c6c6
}
.create .title {
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: lighter
}
.create .more {
	text-align: right;
	margin-top: 50px
}
.create .more a {
	text-align: center
}
.create .left {
	width: 50%
}
.create .left .swiper-container {
	width: 70%
}
.create .left .desc {
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.create .right {
	float: right;
	width: 50%
}
.create .right .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 2px
}
.create .right .swiper-pagination-bullet:after {
	border-width: 2px
}
.create .right .swiper-pagination {
	position: absolute;
	text-align: left;
	bottom: 70px;
	left: 40px
}
.right-list {
height:calc(.4647 * 100vw)
}
.right-list .pic {
	opacity: 0;
	background-size: cover;
	transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	background-position: center
}
.left-page {
	position: absolute;
	bottom: 88px;
	left: 7.2%
}
.left-page .swiper-pagination-bullet {
	opacity: 1;
	width: auto;
	height: auto;
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #dfdfdf
}
.left-page .swiper-pagination-bullet:before {
	display: none
}
.left-page .swiper-pagination-bullet a {
	display: inline-block;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s
}
.left-page .swiper-pagination-bullet:last-child {
	border-right: 0
}
.left-page .swiper-pagination-bullet:after {
	display: none
}
.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active a {
	color: #004098;
	font-size: 16px
}
.left-page a {
	font-size: 14px;
	color: #666
}
.video {
	position: relative;
	overflow: hidden
}
.video .fengmian {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer
}
.video .fengmian .pro {
	position: absolute;
	z-index: 1;
	transition: 6s;
	-ms-transition: 6s;
	-o-transition: 6s;
	-webkit-transition: 6s;
	-moz-transition: 6s
}
.video:hover .play-icon i {
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px)
}
.video:hover .play-icon p {
	opacity: 1;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px)
}
.video:hover .pro {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.video .play-icon {
	position: absolute;
	width: 600px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	z-index: 11
}
.video .play-icon i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/play-icon.png) no-repeat center;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}
.video .play-icon p {
	margin-top: 40px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s;
	opacity: 0
}
.video-lp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}
.v-mask:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5)
}
.news {
	font-size: 0;
	padding: 105px 0 0
}
.news:hover .logen i:after {
	height: 100%
}
.news .title {
	color: #022f5d;
	text-align: left
}
.news .title .line {
	margin-bottom: 10px
}
.news .logen {
	width: 5%;
	text-align: center
}
.news .logen span {
	display: block;
	font-size: 48px;
	width: 100%;
	word-break: break-all;
	font-family: Arial;
	writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	color: #e9e9e9;
	float: left
}
.news .logen i {
	margin-top: 20px;
	display: inline-block;
	width: 1px;
	height: 156px;
	background: #e9e9e9;
	position: relative
}
.news .logen i:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: #004098;
	top: 0;
	left: 0;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}
.news .more {
	margin: 83px 0 105px
}
.news-left {
	padding: 60px 45px 90px;
	width: 41%;
	background: #f3f3f3
}
.news-left .time {
	font-size: 30px;
	color: #b1b1b1;
	font-family: HNT;
	margin-bottom: 30px
}
.news-left h3 {
	font-size: 18px;
	color: #333
}
.news-left p {
	font-size: 14px;
	color: #666;
	margin: 40px 0;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
	max-height: 75px;
	overflow: hidden
}
.news-left p:before {
	content: '';
	width: 1px;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	background: #d3d3d3
}
.news-left .pro {
	display: inline-block;
	overflow: hidden
}
.news-left .pic {
	width: 401px;
	height: 178px;
	transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) .8s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) .8s
}
.news-left .more2 {
	text-align: left;
	margin-top: 35px
}
.news-left .more2 a {
	text-align: center;
	background: 0 0;
	color: #9d9d9d;
	font-family: Arial;
	border: 1px solid #dadada;
	line-height: 40px
}
.news-left:hover {
	box-shadow: 6px 14px 20px -10px #c8c8c8
}
.news-left:hover .pic {
	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-right {
	width: 58%;
	padding-left: 5.7%
}
.news-list {
	padding: 25px 20px;
	border-bottom: 1px solid #e0dde8;
	transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s
}
.news-list:first-child {
	border-top: 1px solid #e0dde8
}
.news-list>div {
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}
.news-list:hover {
	box-shadow: 0 2px 16px -2px #d9d9d9
}
.news-list:hover>div {
	transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px)
}
.news-list:hover h3 {
	color: #004098
}
.news-list:hover h3:before {
	background: #004098
}
.news-list h3 {
	color: #494949;
	font-size: 18px;
	/*margin-bottom: 20px;*/
	display: block;
	position: relative;
	padding-right: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s
}
.news-list h3 .date {
	font-family: HNT;
	font-size: 22px;
	color: #919191;
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 1
}
.news-list h3:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #494949;
	display: inline-block;
	margin: 0 12px 2px 0;
	transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s
}
.news-list p {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 24px;
	width: 80%;
	padding-left: 20px;
	transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.news-list .desc {
	position: relative
}
.news-list .icon {
	width: 36px;
	height: 16px;
	position: absolute;
	right: 7px;
	top: 17px;
	background: url(../images/icon.jpg) no-repeat center
}
@media (max-width:1200px) {
.tab-list .t-mask {
	display: none
}
.process-item {
	display: none
}
.techo .mobile {
	display: block;
	width: 10rem
}
.techo .more {
margin:.8rem 0 1.2rem
}
.m-process-item {
	margin-top: 1rem;
	margin-left: 1.4rem
}
.m-process-list {
	font-size: 20px;
	color: #666;
	width: 50%;
margin-bottom:.3rem
}
.m-process-list:nth-child(2n) span {
padding-left:.4rem
}
.m-process-list span {
	display: block;
	text-align: left
}
.create .left {
	width: 100%;
	position: static;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0)
}
.create .left .swiper-container {
	width: 80%;
	padding: 1rem 0 0
}
.create .right {
	width: 100%;
	float: none
}
.create .right .swiper-pagination {
	bottom: 30px;
	left: 0;
	text-align: center
}
.left-page {
	position: static;
	width: 80%;
margin:.4rem auto 1rem
}
.video .play-icon i {
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px)
}
.video .play-icon p {
	opacity: 1;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px)
}
.news-left .pic {
	width: 3.2rem;
	height: 1.5rem
}
}
@media (max-width:780px) {
.m-process-list {
	font-size: 18px
}
.news .logen {
	display: none
}
.news-left {
	width: 100%
}
.news-right {
	width: 100%;
	padding-left: 0
}
.news-left .pic {
	width: 8rem;
	height: 3rem
}
.product-list .desc span {
	display: block;
	line-height: 18px;
	height: 36px;
	overflow: hidden
}
.create .right .swiper-pagination {
	bottom: 15px
}
}
.product {
	margin-top: 95px;
	margin-bottom: 40px
}
.product-list2 {
	width: 33.33%;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-bottom: 80px
}
.product-list2 .pro {
	text-align: center;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 1px solid#f6f6f6;
}
.product-list2 .pro img {
	width: 100%;
}
.product-list2 .desc {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1
}
.product-list2 .desc:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #004098;
	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-list2 .desc p {
	font-size: 18px;
	color: #333
}
.product-list2 .desc span {
	font-size: 14px;
	color: #999
}
.product-list2 .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-list2 .intro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
	background: rgba(255,255,255,.8);
	border: 1px solid #e9e9e9;
	opacity: 0
}
.product-list2 .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-list2 .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-list2 .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-list2:hover .intro {
	opacity: 1
}
.product-list2:hover .intro h4 {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list2:hover .intro p {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list2:hover .intro i {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list2:hover .desc:after {
	width: 100%
}
.product-list2:hover .desc a {
	color: #004098;
	border-color: #004098
}
.product-list2:hover .desc p {
	color: #004098;
}
.product-list3 {
	width: 25%;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-bottom: 80px
}
.product-list3 .pro {
	text-align: center;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 1px solid#f6f6f6;
}
.product-list3 .pro img {
	width: 100%;
}
.product-list3 .desc {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1
}
.product-list3 .desc:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #004098;
	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-list3 .desc p {
	font-size: 18px;
	color: #333
}
.product-list3 .desc span {
	font-size: 14px;
	color: #999
}
.product-list3 .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-list3 .intro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
	background: rgba(255,255,255,.8);
	border: 1px solid #e9e9e9;
	opacity: 0
}
.product-list3 .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-list3 .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-list3 .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-list3:hover .intro {
	opacity: 1
}
.product-list3:hover .intro h4 {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list3:hover .intro p {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list3:hover .intro i {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.product-list3:hover .desc:after {
	width: 100%
}
.product-list3:hover .desc a {
	color: #004098;
	border-color: #004098
}
.product-list3:hover .desc p {
	color: #004098;
}
 @media (min-width: 991px) {
/*新闻详情*/
.detail-choose p a {
	max-width: 48%;
	float: left;
}
.detail-choose p a:nth-of-type(2) {
	float: right;
	margin-top: 0
}
.detail-choose p a:hover {
	color: #4485c6;
}
}
.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(239,130,0,.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;
	display: none
}
.about-title {
	font-size: 30px;
	color: #333;
	text-align: center
}
/*.brand{padding:55px 0 75px;border-bottom:1px solid #e1e1e1}*/
.brand {
	padding: 55px 0 45px;
}
.data-item {
	font-size: 0;
	text-align: center;
	margin: 36px 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: #004098;
	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:#004098
}
.advantage-list2 {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent
}
.advantage-list2 .pro {
	width: 100%;
	height: 264px;
	margin-bottom: 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}
.advantage-list2 .desc {
	margin-bottom: 50px
}
.advantage-list2 .desc strong {
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px
}
.advantage-list2 .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: #004098;
	border-color: #004098
}
.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 #004098;
	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 #004098;
	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: #ea8002;
	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: #004098
}
.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: #004098;
	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%)
}
.culture .about-tab {
	padding-bottom: 0;
	border-bottom: 0
}
.culture .purchase-item {
	margin: 60px 0
}
.culture .purchase-list .desc {
	margin-top: 10px
}
.culture .purchase-list .desc a {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	background: #004098;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	line-height: 30px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent
}
.culture .purchase-list .desc a span {
	position: relative;
	z-index: 1
}
.culture .purchase-list .desc a:hover {
	text-decoration: none
}
.culture .purchase-list .desc a:hover span {
	color: #004098
}
.culture .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%
}
.inbanner .pro {
	height: 40vw
}
.inbanner .pro .img {
	background-position: center 240px
}
.inbanner .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-list2 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 50
}
.advantage-list2 .pro {
	height: 1.8rem;
	margin-bottom: 20px
}
.advantage-list2 .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 {
	width: 100%;
}
.product-list .intro {
	opacity: 0!important
}
.product-list2 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}
.product-list2 .desc {
	padding: 15px 0
}
.product-list2 .desc p {
	overflow: hidden
}
.product-list2 .desc p em, .product-list2 .desc p span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block
}
.product-list2 .desc a {
	top: 25px;
	padding: 6px 14px;
	font-size: 11px;
	position: static;
	margin: 5px 0 0
}
.product-list2 .pro {
	height: 300px;
	line-height: 300px
}
.product-list2 .pro img {
	width: 100%;
}
.product-list2 .intro {
	opacity: 0!important
}
.product-list3 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-bottom:10px;
}
.product-list3 .desc {
	padding: 15px 0
}
.product-list3 .desc p {
	overflow: hidden
}
.product-list3 .desc p em, .product-list3 .desc p span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block
}
.product-list3 .desc a {
	top: 25px;
	padding: 6px 14px;
	font-size: 11px;
	position: static;
	margin: 5px 0 0
}
.product-list3 .pro {
	height: 300px;
	line-height: 300px
}
.product-list3 .pro img {
	width: 100%;
}
.product-list3 .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 #004098;
	border-right: 0
}
.tab .item.this {
	background: #004098
}
.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: #004098;
	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-list2 .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:1000px) {
.product-list {
	width: 100%;
	height: auto;
}
.product-list .pro {
	width: 100%;
	height: auto;
}
.product-list2 {
	width: 100%;
	height: auto;
}
.product-list2 .pro {
	width: 100%;
	height: auto;
}
.product-list3 {
	width: 100%;
	height: auto;
}
.product-list3 .pro {
	width: 100%;
	height: auto;
}
/*.about-tab{ display:block; padding-top:50px; margin-top:50px;}*/
.nav-bar {
	display: none;
}
.about-tab {
	display: block;
}
}
 @media (max-width:640px) {
.banner .swiper-pagination {
	bottom: 20px
}
.tab-item {
	top: 0;
	box-shadow: none
}
.tab-list {
padding:.3rem 0 .45rem
}
.tab-list .mobile {
	display: block
}
.tab-list .pc {
	display: none
}
.tab-list i {
	background-size: contain!important;
	width: 50px;
	height: 50px;
	text-align: center
}
.tab-list .desc {
	text-align: center;
	margin-left: 0;
	display: block;
	line-height: 1
}
.tab-list .desc p {
	font-size: 14px;
	margin: 10px 0 3px
}
.tab-list .desc span {
	font-family: 'Microsoft YaHei';
	font-weight: lighter;
	font-size: 12px
}
.product {
padding:1rem .1rem .8rem;
margin-top:0.5rem;    
margin-bottom: 0.1rem;
}
.product .swiper-container {
	padding: 0
}
.product .swiper-pagination {
padding:.3rem 0 0
}
.product .more {
margin:.5rem 0 0
}
.product-list .desc span {
	line-height: 20px;
	font-size: 13px;
	height: 40px
}
.product-list {
padding:0 .2rem 20px .2rem;
border-left:.1rem solid #fff;
border-right:.1rem solid #fff
}
.product-list .pro {
	height: 5rem;
	line-height: 5rem
}
.product-list .pro img {
	max-height: 4rem
}
.product-list .desc p {
	font-size: 14px
}
.product-list .desc p:after {
	display: none
}
.techo {
padding:0 .5rem
}
.techo p {
	font-size: 13px;
margin:.6rem 0 .4rem;
	text-align: justify;
	line-height: 24px
}
.techo .mobile {
margin-left:-.4rem
}
.techo .more {
margin:.5rem 0 1.4rem
}
.m-process-item {
	margin-top: 1rem;
	margin-left: 1rem
}
.m-process-list {
	font-size: 13px
}
.create .left .swiper-container {
	width: 90%;
	padding: 1.5rem 0 1rem
}
.create .left .desc {
	font-size: 13px;
	line-height: 24px
}
.create .title {
margin-bottom:.6rem
}
.create .more {
margin-top:.5rem;
	text-align: center
}
.right-list {
height:calc(.6 * 100vw)
}
.left-page {
	position: absolute;
	top: calc(60vw);
	bottom: auto;
	width: 90%;
margin:.5rem auto .5rem
}
.video .play-icon i {
	background-size: 40px
}
.video .play-icon p {
	margin-top: 10px;
	font-size: 16px;
	color: #dcd9d9
}
.video .responsive {
	height: 5.6rem
}
.news {
	padding: 1rem 0
}
.news .more {
margin:.5rem 0 0
}
.news-left {
padding:.8rem .5rem .8rem
}
.news-list {
padding:.5rem .4rem
}
.news-list h3 {
	margin-bottom: 15px;
	font-size: 16px
}
.news-list h3 .date {
	font-size: 16px;
	top: 5px
}
.news-list p {
	height: 50px
}
.news-left .pic {
	width: 9rem;
	height: 3.6rem
}
.news-left p {
	margin: 25px 0;
	font-size: 13px;
	line-height: 24px
}
}
@media (max-width:480px) {
.title {
	font-size: 18px
}
.title i {
	margin-right: 10px;
	width: 30px;
	height: 21px
}
.news-left p {
	margin-top: 10px;
	margin-bottom: 15px
}
.news-list h3 {
	margin-bottom: 8px
}
.news-list p {
	line-height: 22px;
	height: 44px;
	font-size: 13px
}
.create .left .swiper-container {
	padding: 1.8rem 0 1rem
}
}
@media (max-width:360px) {
.m-process-item {
margin-left:.2rem
}
.m-process-list {
	font-size: 12px
}
.left-page a {
	font-size: 12px
}
.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active a {
	font-size: 14px
}
}
