/* header 头部导航 */
.header .container::before,
.header .container::after {
	display: none;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 95px;
	/* line-height: 95px; */
	border-bottom: 1px solid #808080;
	display: flex;
	align-items: center;
	transition: all .5s;
}

.header {
	background: #ffffff;
}

.header>.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 15px;
}

.header>.nav .logo {
	position: relative;
}


.header>.nav .logo img {
	width: 100%;
}

.header>.nav .logo .logo1 {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.header>.nav .logo .logo1 {
	opacity: 0;
}

.header>.nav>ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	height: 100%;
	align-items: center;
}

.header>.nav>ul>li {
	width: 10%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header>.nav>ul>li a {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	transition: all .5s;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 56%;
	transition: all .5s;
	position: relative;
}

.header>.nav>ul>li a::after {
	content: '';
	width: 0;
	height: 2px;
	background: #1959A3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
}

.header.nav>ul>li>a {
	color: #333333;
}


.header>.nav>ul>li a:hover {
	color: #1959A3;
}

.header>.nav>ul>li a:hover::after {
	width: 100%;
}

.header>.nav>.phone {
	display: flex;
	align-items: center;
}

.header>.nav>.phone>span {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	transition: all .5s;
}

.header>.nav>.phone>span {
	color: #333333;
}

.header>.nav>.phone>span:first-child {
	position: relative;
}

.header>.nav>.phone>span:first-child .pho1 {
	position: absolute;
	right: 0;
	transition: all .5s;
}

.header>.nav>.phone>span:first-child .pho1 {
	opacity: 0;
}

@media (max-width:992px) {
	.header>.nav {
		width: 94%;
	}

	.header>.nav>ul {
		justify-content: space-around;
	}

	.header>.nav>ul>li {
		width: auto;
	}

	.header>.nav>ul>li a {
		font-size: 18px;
	}

	.header>.nav>.phone {
		width: auto;
	}

	.header>.nav>.phone>span {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.header {
		/* border: none; */
		height: 46px;
		z-index: 99;
	}

	.header {
		background: transparent;
	}

	.header>.nav .logo img {
		max-width: 88px;
	}

	.header>.nav .logo .logo1 {
		opacity: 1;
	}

	.nav-selec {
		position: fixed;
		z-index: 98;
		top: -100%;
		width: 100%;
		/*height: 100vh;*/
		height: 395px overflow: hidden;
		background-color: #FFFFFF;
		transition: all .5s;
		padding-top: 46px;
	}

	.nav-selec>ul {
		margin-top: 30px;
	}

	.nav-selec>ul>li {
		text-align: center;
		line-height: 36px;
	}

	.nav-selec>ul>li>a {
		color: #333333;
		font-size: 18px;
		font-weight: 500;
	}
}

/* header 头部导航 end */

/* banner swiper 轮播 start */

.banner img {
	width: 100%;
}

.banner {
	width: 100%;
	height: 1080px;
	background-image: url(../img/2025.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-container {
	position: relative;
	/* display: flex;*/
	/*justify-content: center; */
}

.swiper-container1 {
	height: 1080px;
}


/* swiper pagination */
.pagination {
	position: absolute;
	bottom: 0;
	width: 180px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	z-index: 10;

	left: 50%;
	transform: translateX(-50%);
}

.pagination>div {
	width: 30px;
	height: 4px;
	background: rgba(255, 255, 255, .5);
}

.pagination>div>span {
	display: block;
	width: 0px;
	height: 100%;
	background: #ffffff;
}


@media (max-width:768px) {
	.swiper-container1 {
		height: 84vh;
	}

	.banner .img {
		height: 84vh;
	}
	.paying-background2>.paying-content1>.paying-cont22{
	width: 100% !important;
	    height: 23rem !important;
	    margin-bottom: 2rem !important;
}
}

/* banner swiper 轮播 end */


/* 众世通解决方案 start */
.solution {
	height: 382px;
	display: flex;
	align-items: center;
	margin-top: -120px;
}

.solution>div::after {
	content: '';
	width: 120px;
	height: 2px;
	background: #1959A3;
}

.solution>div>div:first-child {
	font-size: 24px;
	font-weight: 400;
	line-height: 41px;
	color: #333333;
}

.solution>div>div:last-child {
	font-size: 36px;
	font-weight: bold;
	line-height: 61px;
	color: #333333;
	margin-bottom: 20px;
}

.solution1 {
	height: 288px;
	display: flex;
	align-items: center;
}

.solution1>div::after {
	content: '';
	width: 120px;
	height: 2px;
	background: #1959A3;
}

.solution1>div>div:first-child {
	font-size: 24px;
	font-weight: 400;
	line-height: 41px;
	color: #333333;
}

.solution1>div>div:last-child {
	font-size: 36px;
	font-weight: bold;
	line-height: 61px;
	color: #333333;
	margin-bottom: 20px;
}
.paying-cont {
	display: flex;
	width: 124rem;
	margin: 0px auto ;
	margin-bottom: 11.6rem;
	justify-content: space-between;
}
.paying-cont > .paying-cont-div1{
	width: 64.6rem;
	padding: 4.2rem 0 0 0;
	font-size: 2rem;
}
.paying-cont > .paying-cont-div1 >.cont-title{
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 3rem;
	display: flex;
}
.paying-cont > .paying-cont-div1 >.cont-title > .cont-title-num{
	width: 5.6rem;
	height: 4.4rem;
	background-image: url(./../img/payingEnterprises/num.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color:#fff;
	margin-right:1.9rem;
	line-height: 4.4rem;
}
.paying-cont > .paying-cont-div2{
	width: 51rem;
	height: 34rem;
	overflow: hidden;
}
.paying-cont > .paying-cont-div2 > img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.paying-cont > .paying-cont-div2 > img:hover{
	transform: scale(1.2);
}
.paying-img{
	width: 90%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.paying-img > img{
	width: 23%;
	height: 18rem;
}

@media (max-width:767px) {
	 .paying-cont ,.paying-img{
		display: block !important;
		width: 95% !important;
		text-align: center !important;
		margin: 10px auto !important;
	}
	.paying-cont > .paying-cont-div1{
		width:100% !important;
		height: auto !important;
	}

	.paying-cont > .paying-cont-div2{
		width:100% !important;
		margin-top:1rem !important;
		
	}
	.paying-img > img{
		width: 100% !important;
		height: 18rem !important;
		margin-top: 1rem !important;
	}
	.manage-content{
		height: auto !important;
	}
	.manage-cont1{
		height: 82.2rem !important;
	}
	.manage-cont1 > .manage-div{
		height: 23.4rem !important;
		width: 100% !important;
	}
	.manage-cont1 > .manage-div >.manage-nav>div{
		font-size:1.4rem !important;
		padding: 3.5rem !important;
		padding-right: 4rem !important;
	}
	.manage-cont1 > .manage-div >.manage-nav>div >.nav-sel{
		width: 100%  !important;
	}
	.manage-cont1 > .manage-div >.manage-nav>div::after{
		margin-right: 0 !important;
	}
	.manage-cont1 > .manage-div > .manage-nav-content{
		height: 51.9rem !important;
		width: 100% !important;
		font-size: 1.6rem !important;
		line-height: 2.8rem !important;
		padding: 2.3rem 2.3rem 0 2.3rem !important;
	}
	.manage-cont1 > .manage-div > .manage-nav-content >.show-cont{
		width: 88% !important;
	}
	.paying-cont2{
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	.paying-background1{
		width: 100%;
	}
	.paying-background1{
		height: 104rem !important;
	}
	.manage-content>.paying-cont{
		height: auto !important;
	}
	.manage-content>.paying-cont>.paying-cont-div1{
		padding:2.3rem 2.3rem 0 2.3rem !important;
	}
	.manage-content>.paying-cont > .paying-cont-div2{
		height: auto !important;
	}
	.paying-background1 > .paying-content1{
		width: 100% !important;
		display: block !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}
	.paying-background1>.paying-content1>.paying-cont11{
		width: 100% !important;
		padding: 2rem !important;
		background-color: #fff;
	}
	.paying-background1>.paying-content1>.paying-cont11>.paying-cont1-div2{
		width: 100% !important;
		height: 15rem !important;
	}
	.paying-background1>.paying-content1> .paying-cont12{
		height: 25.5rem !important;
	}
	.paying-background2{
		height: 100rem !important;
	}
	.paying-background2 > .paying-content1{
		width: 100% !important;
		display: block !important; 
		height: 100% !important; 
	}
	.paying-background2 > .paying-content1 >.paying-content22{
		width: 100% !important;
		display: block !important; 
		height: 30rem !important; 
	}
	.paying-background2 > .paying-content1 > .paying-cont22 > .paying-cont1-div2{
		width: 90% !important;
		margin: 2rem !important;
		padding-top: 15rem;
	}
	.paying-background2 >.paying-content1 > .paying-content22 > .paying-cont1-div1{
		top: 8.8rem !important;
	}
}

.solu-swiper {
	height: 400px;
	background-image: url(../img/fa-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	/* margin-bottom: 120px; */
}



.solu-swiper>.soulSwiper {
	position: absolute;
	top: -90px;
	left: 50%;
	right: 0;
	height: 100%;
	/* width: 1240px; */
	/* padding-left: 83px; */
	height: 368px;
	transform: translateX(-50%);

}

.swiper-container2 {
	height: 100%;
}

.solu-swiper .slide-item {
	height: 100%;
	background: #ffffff;
}

.solu-swiper .slide-item>.item-img {
	height: 66.85%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
}

.solu-swiper .slide-item>.item-text {
	height: 33.15%;
	font-size: 22px;
	font-weight: 500;
	line-height: 37px;
	color: #333333;
	background: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}

.solu-swiper .slide-item>.item-text div {
	width: 62%;
	overflow: hidden;
	height: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	transition: all .3s;

}

.solu-swiper .slide-item>.item-text div>span {
	display: block;
	width: 65px;
	height: 26px;
	background: #EFF3F5;
	text-align: center;
}


.solu-swiper .slide-item:hover .item-img {
	height: 59.78%;
}

.solu-swiper .slide-item:hover .item-text {
	height: 40.22%;
	color: #1959A3;
}

.solu-swiper .slide-item:hover>.item-text div {
	height: 26px;
	margin-top: 20px;
}

.solu-swiper .swiper-button-prev,
.solu-swiper .swiper-button-next {
	position: absolute;
	width: auto;
	background-image: none !important;
	top: 72% !important;
	z-index: 99;
}

.solu-swiper .swiper-button-prev {
	left: -60px !important;
}

.solu-swiper .swiper-button-next {
	right: -60px !important;
}


.solu-swiper .swiper-slide {
	/* padding: 0 42px; */
	box-sizing: border-box;
}



@media (max-width:1100px) {


	.solu-swiper .swiper-button-prev,
	.solu-swiper .swiper-button-next {
		top: 36% !important;
	}

	.solu-swiper .swiper-button-prev {
		left: 5% !important;
	}

	.solu-swiper .swiper-button-next {
		right: 5% !important;
	}
}

@media (max-width:767px) {

	.solution {
		height: 110px;
	}

	.solution>div>div:first-child {
		font-size: 14px;
		line-height: 20px;
	}

	.solution>div>div:last-child {
		font-size: 16px;
		line-height: 22px;
	}

	.solu-swiper>.soulSwiper {
		height: 356px !important;
	}

	.solu-swiper>.soulSwiper {
		position: initial;
		height: 100%;
		/* width: 1240px; */
		/* padding-left: 83px; */
		height: 368px;
		transform: translateX(0);
	}

	.solu-swiper {
		height: auto !important;
		background-image: none;
		text-align: center;
	}

	.solu-swiper .slide-item .item-img {
		height: 64%;
	}

	.solu-swiper .slide-item:hover .item-img {
		height: 64%;
	}

	.solu-swiper .slide-item .item-text {
		height: 37%;
		color: #333333;
	}

	.solu-swiper .slide-item:hover .item-text {
		height: 37%;
		color: #333333;
	}

	.solu-swiper .slide-item>.item-text div {
		justify-content: space-around;
		height: auto;
		margin-top: 20px;
	}

	.solu-swiper .slide-item:hover>.item-text div {
		height: auto;
	}
}

.solu-swiper .btn {
	width: 60%;
	height: 44px;
	background: #1959A3;
	color: #ffffff;
	border-radius: 0;
	line-height: 30px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	margin-top: 30px;
}

/* 众世通解决方案 end */


/*  Case 经典案例 start  */
.case {
	/* background-color: #f6f6f6; */
}

.case .case-h {
	height: auto;
	padding-top: 120px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.case .case-h a {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 43px;
	color: #333333;
	text-decoration: none;
}

.case .case-h a>img {
	margin-left: 4px;
	transition: all .3s;
}

.case .case-h a:hover img {
	margin-right: -6px;
	margin-left: 14px;
}

.case .case-nav {
	margin-bottom: 92px;
}

.case .case-nav ul {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;
}

.case .case-nav ul>li {
	font-size: 24px;
	font-weight: 500;
	line-height: 44px;
	color: #333333;
	cursor: pointer;
}

.case .case-nav ul>li:hover {
	color: #1959A3;
}

.case .case-nav ul>li:not(:first-child) {
	text-align: center;
}


.case .case-nav ul>.c-active {
	color: #1959A3;
	font-weight: 600;
}

.case .case-con {
	max-width: 1200px;
	margin: 0 auto;
}

.case .case-con .con-item {
	display: none;
}

.case .case-con .con-item-active {
	display: block;
}

.case .case-con .con-item>div>a {
	display: flex;
	justify-content: left;
	height: 254px;
	box-sizing: content-box;
	padding: 30px;
	margin-bottom: 58px;
	/* border-bottom: 1px solid #E3E3E3; */
	transition: all .8s;
}

.case .case-con .con-item>div .l-img {
	position: relative;
	/* overflow: hidden;
    display: flex;
    justify-content: center; */
	margin-right: 36px;
	width: 31.6%;
	height: 254px;
	overflow: hidden;
}

.case .case-con .con-item>div .l-img img {
	/* height: 100%; */
	width: auto;
	transition: all .5s;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* .case .case-con .con-item>div .l-img>div {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(25, 89, 163, .4);
    transition: all .5s;
    z-index: 9;
} */

.case .case-con .con-item>div:hover>a {
	background-color: #ffffff;
	box-shadow: 0px 3px 6px #E2EFFF;
}

.case .case-con .con-item>div:hover .l-img img {
	transform: scale(1.3) translateX(-40%);
}

.case .case-con .con-item>div .r-con {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 62.9%;
}

.case .case-con .con-item>div .r-con>.tit {
	font-size: 28px;
	font-weight: 400;
	line-height: 48px;
	color: #333333;
}

.case .case-con .con-item>div .r-con>.txt {
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
	color: #333333;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case .case-con .con-item>div:hover .r-con>.tit,
.case .case-con .con-item>div:hover .r-con>.txt {
	color: #1959A3;
}

.case .case-con .con-item>div .r-con>.c-img {
	display: flex;
	width: 100%;
}

.case .case-con .con-item>div .r-con>.c-img img {
	margin-right: 36px;
}




@media (max-width:1200px) {
	.case .case-nav ul>li {
		text-align: center;
	}
}

@media (max-width:992px) {
	.case .case-nav ul>li {
		font-size: 20px;
	}

	.case .case-con .con-item>div .r-con>.tit {
		font-size: 26px;
	}

	.case .case-con .con-item>div .r-con>.txt {
		font-size: 20px;
		line-height: 32px;
	}

	.case .case-con .con-item>div .r-con>.c-img {
		justify-content: space-between;
		align-items: center;
	}

	.case .case-con .con-item>div .r-con>.c-img img {
		margin-right: 0;
	}
}

@media (max-width:767px) {

	.case .case-h {
		padding-top: 36px;
		margin-bottom: 20px;
	}

	.case .case-nav {
		margin-bottom: 20px;
	}

	.case .case-nav ul {
		overflow-x: scroll;
		-webkit-scrollbar: none;

	}

	.case .case-nav ul>li {
		white-space: nowrap;
		padding: 0 15px;
		font-size: 15px;
	}

	.case .case-nav ul>li:first-child {
		padding-left: 0;
	}

	.case .case-nav ul::-webkit-scrollbar {
		display: none;
	}

	.case .case-con .con-item>div>a {
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 0;
		padding: 0 0 30px 0;
	}

	.case .case-con .con-item>div .l-img {
		width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: center;
		height: auto;
	}

	.case .case-con .con-item>div .l-img img {
		width: 100%;
		position: initial;
		top: 0;
		left: 50%;
		transform: translateX(0);
	}

	.case .case-con .con-item>div:hover .l-img img {
		transform: scale(1) translateX(0);
	}

	.case .case-con .con-item>div .r-con {
		width: 100%;
	}

	.case .case-con .con-item>div .r-con>.c-img {
		display: none;
	}


	.case .case-con .con-item>div .r-con>.tit {
		font-size: 14px;
		font-weight: bold;
	}

	.case .case-con .con-item>div .r-con>.txt {
		color: #999999;
		font-size: 11px;
		line-height: 20px;
	}

	.case .case-con .con-item>div:hover .r-con>.tit {
		color: #333333;
	}

	.case .case-con .con-item>div:hover .r-con>.txt {
		color: #999999;
	}
}

/*  Case 经典案例 end */


/* About us 关于我们 start */

#about {
	background-image: url(../img/about-bag.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 53px;
	position: relative;
	z-index: 0;
}

#about>img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#about .about-h>div>div {
	color: #ffffff;
}

.about .ab-con {
	display: flex;
	justify-content: space-between;
}

.about .ab-con .l-txt {
	width: 100%;
	margin-right: 36px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}

.about .ab-con .l-txt div {
	/* font-size: 22px; */
	/* font-weight: 400; */
	/* line-height: 38px; */
	/* color: #333333; */

	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 34px;
	color: #FFFFFF;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;

	margin-bottom: 40px;
}

.about .ab-con .r-img {
	width: 50.64%;
}

.about .ab-con .r-img img {
	width: 100%;
}

@media (max-width:1200px) {
	.about .ab-con .l-txt div {
		font-size: 18px;
		line-height: 31px;
	}
}

@media (max-width:992px) {
	.about .ab-con .l-txt div {
		font-size: 13px;
		line-height: 23px;
	}
}

@media screen and (max-width:767px) {
	.about .about-h {
		margin-top: 40px !important;
	}

	.about .ab-con .l-txt div {
		margin-bottom: 10px;
	}

	.about .ab-con {
		width: 100%;
		padding: 0 15px;
	}

	.about .ab-con .l-txt {
		margin-right: 0;
	}
}

/* About us 关于我们 end */

/* Service process 服务流程 start */

.service .ser-con {
	display: flex;
	justify-content: space-between;
	/* width: 1240px; */
}

.service .ser-con .s-item {
	width: 20%;
	height: 380px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .5s;
	display: flex;
	padding: 0 0 0 30px;
	position: relative;
	overflow: hidden;
}

.service .ser-con .s-item::before {
	content: '';
	display: block;
	width: 6px;
	height: 60px;
	background: #4A9EFF;
	margin-right: 18px;
	transition: all .6s;
	margin-top: 20px;
	position: relative;
	z-index: 99;
}



.service .ser-con .s-item:hover {
	width: 100%;
}



@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service .ser-con .s-item.da {
		width: 48.3% !important;
	}

	.service .ser-con .s-item.xiao {
		width: 12.9%;
	}
}

.service .ser-con .s-item:hover::before {
	height: 218px;
	margin-top: 0px;
}

.service .ser-con .s-item>span {
	display: block;
	font-size: 22px;
	font-weight: 400;
	/* line-height: 37px; */
	color: #FFFFFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	padding-top: 20px;
	overflow: hidden;
	transition: all .3s;
}

.service .ser-con .s-item:hover>span {
	opacity: 0;
}

.service .ser-con .s-item>div {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 80px;
	opacity: 0;
	transition: all .5s;
	background: #F5F7F8;
}

.service .ser-con .s-item:hover>div {
	opacity: 1;
}

.service .ser-con .s-item>div span {
	display: block;
}

.service .ser-con .s-item>div span:first-child {
	font-size: 24px;
	font-weight: bold;
	line-height: 41px;
	color: #1959A3;
}

.service .ser-con .s-item>div span:last-child {
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	color: #333333;
	padding-right: 15px;
}

@media screen and (max-width:767px) {

	.service .service-h {
		margin-bottom: 24px !important;
		margin-top: 36px !important;
	}

	.service .ser-con {
		flex-wrap: wrap;
	}

	.service .ser-con .s-item {
		width: 100%;
		height: 158px;
		margin-bottom: 1px;
	}

	.service .ser-con .s-item:nth-child(1) {
		background-image: url(../img/fuwu/1.png) !important;
	}

	.service .ser-con .s-item:nth-child(2) {
		background-image: url(../img/fuwu/2.png) !important;
	}

	.service .ser-con .s-item:nth-child(3) {
		background-image: url(../img/fuwu/3.png) !important;
	}

	.service .ser-con .s-item:nth-child(4) {
		background-image: url(../img/fuwu/4.png) !important;
	}

	.service .ser-con .s-item:nth-child(5) {
		background-image: url(../img/fuwu/5.png) !important;
		margin-bottom: 0;
	}

	.service .ser-con .s-item {
		padding-left: 18px;
		position: relative;
	}

	.service .ser-con .s-item>img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.service .ser-con .s-item:hover::before {
		height: 60px;
		margin-top: 20px;
	}

	.service .ser-con .s-item>span {
		display: none;
	}

	.service .ser-con .s-item>div {
		opacity: 1;
		background: none;
		padding-left: 36px;
	}

	.service .ser-con .s-item>div span:first-child {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}

	.service .ser-con .s-item>div span:last-child {
		color: #ffffff;
		font-size: 11px;
		font-weight: 400;
		line-height: 22px;
		margin-top: 18px;
	}
}

/* Service process 服务流程 end */

/* Cooperation 合作共赢 start */
.cooper {
	margin-bottom: 120px;

}

.cooper .coop-con {
	display: flex;
	flex-flow: column;
}

.cooper .coop-con>div {
	display: flex;
	justify-content: space-around;

}

.cooper .coop-con>div:first-child {
	border-bottom: 1px solid #CCCCCC;
}

.cooper .coop-con>div .c-item {
	width: 25%;
	position: relative;
}


.cooper .coop-con>div .c-item:not(:first-child) {
	border-left: 1px solid #CCCCCC;
}

.cooper .coop-con>div .c-item>div {
	width: 100%;
	transition: all .8s;
	backface-visibility: hidden;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cooper .coop-con>div .c-item img {
	width: auto;
	max-width: 80%;
}

.cooper .coop-con>div .c-item .img2 {
	position: absolute;
	top: 0;
}

@media screen and (max-width:992px) {
	.cooper .coop-con>div .c-item>div {
		height: 120px;
	}
}

/* .cooper .coop-con>.c-item .img1{

} */

.cooper .coop-con>div .c-item .img2 {
	/* opacity: 0; */
	transform: rotateY(-180deg);
}

.cooper .coop-con>div .c-item:hover .img1 {
	/* opacity: 0; */
	transform: rotateY(180deg);
}

.cooper .coop-con>div .c-item:hover .img2 {
	/* opacity: 1; */
	transform: rotateY(0deg);
}


@media screen and (max-width:767px) {
	.cooper {
		margin-bottom: 0;
	}

	.cooper .cooper-h {
		margin-bottom: 24px !important;
		margin-top: 36px !important;
	}

	.swiper-container3 {
		width: 100%;
		padding-bottom: 38px;
	}

	.swiper-container3 .swiper-slide {
		display: flex;
		flex-flow: column;

	}

	.swiper-container3 .swiper-slide>div {
		display: flex;
		justify-content: space-between;
	}

	.swiper-container3 .swiper-slide>div>div {
		width: 33.33% !important;
		border-left: none !important;
	}

	.pagination2 {
		position: absolute;
		bottom: 0;
		width: 40px;
		margin: 18px auto;
		display: flex;
		justify-content: space-around;
		z-index: 10;
		left: 50%;
		transform: translateX(-50%);
	}

	.pagination2>div {
		width: 8px;
		height: 2px;
		background: rgba(25, 89, 163, .5);
	}

	.pagination2>div>span {
		display: block;
		width: 0px;
		height: 100%;
		background: #1959A3;
	}
}



/* Cooperation 合作共赢 end */

@media (max-width:1200px) {
	.solu-swiper .slide-item>.item-text div {
		width: 78%;
	}
}


@media (max-width:992px) {
	.solu-swiper {
		height: 310px;
	}

	.solu-swiper>.soulSwiper {
		height: 290px;
	}

	.solu-swiper .slide-item>.item-text {
		font-size: 18px;
	}

	.solu-swiper .slide-item>.item-text div {
		width: 82%;
		font-size: 14px;
		line-height: 20px;
	}

	.solu-swiper .slide-item>.item-text div>span {
		width: 50px;
		height: 20px;
	}
}