* {
	margin: 0;
	padding: 0;
}

.row {
	padding: 0;
}

/* 轮播图部分开始 */
.carousel{
	padding-top: 60px;
}
.carousel-item {
	padding: 50px 0 80px;
	height: 400px;
}

.carousel-item1{
	background: url('../images/index-banner1.png') no-repeat center;
}
.carousel-item2{
	background: url('../images/index-banner2.png') no-repeat center;
}
.carousel-item3{
	display: flex !important;
}
.carousel-item4{
	background: url('../images/index-banner4.png') no-repeat center;
}
.carousel-item5{
	background: url('../images/index-banner5.jpg') no-repeat center;
}
.warcimg{
	width: 50%;
}
.warcimg>img{
	width: 80%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}
.warctxt {
	width: 50%;
	float: left;
	padding-left: 6%;
	box-sizing: border-box;
}

.swipetlt {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	line-height: 80px;
	box-sizing: border-box;
}

.swipedetail {
	color: #fff;
	font-size: 20px;
	text-align: left;
	line-height: 50px
}


.carousel-item3>.warctxt{
	width: 50%;
}
.carousel-item3>.warctxt .swipetlt,.carousel-item3>.warctxt .swipedetail{
	color: #000000 !important;
}

/* 轮播图部分结束 */

/* 企业支付难点开始 */
.box {
	width: 100%;
	padding: 0.1rem 0 0.1rem;
}

.container1 {
	margin: 3rem auto;
}

.container1 .fanwei{
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	width: 100%;
	margin: 40px 0;
}

.container1>div:nth-of-type(1) {
	margin-bottom: 0.4rem;
}

.container1>div:nth-of-type(2)>div {
	border: none;
	border-radius: unset;
	border: #E1E1E3 solid 1px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.container1>div:nth-of-type(1) {
	text-align: center;
}

.con2bot1>div {
	text-align: center;
}

.con2bot1tlt>div:first-child>div:first-child{
	font-size: 22px;
	color: #666;
	line-height: 60px;
}

.con2bot1tlt>div:first-child>div:last-child{
	color: #c1c1c1;
	font-size: 14px;
}

.con2bot1tlt>div:last-child>img{
	width: 100%;
	margin-top: 20px;
	border-radius: 5px;
}

.con2bot1con {
	width: 100%;
	background-color: rgba(151,33,55,0.8);
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
	color: #ffffff;
	transform: translateY(0);
	transition: transform 1100ms;
}

.container1>div:nth-of-type(2)>div:hover .con2bot1con{
	transform: translateY(100%);
	transition: transform 1100ms;
}

.con2bot1con>div:first-child{
	line-height: 60px;
	font-weight: 700;
	font-size: 22px;
	border-bottom: #fff dashed 1px;
}

.con2bot1con>div:last-child{
	padding-top: 15px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
/* 企业支付难点结束 */

/* 合规清算解决方案 */
.box-con4 {
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	background: url("../images/deposit-bg.png") no-repeat center;
}

.rule {
	color: #F0F4FC;
	text-align: left;
	padding: 3% 0 0 4%;
	box-sizing: border-box;
}

.rule>div:first-child {
	line-height: 80px;
	font-size: 32px;
	font-weight: 700;
}

.rule>div:nth-of-type(2) {
	width: 90%;
	line-height: 40px;
	font-size: 24px;
}

.rule>div:last-child>div {
	width: 100px;
	line-height: 46px;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
}

.rule>div:last-child>div a {
	color: #1746AF;
}
/* 合规清算解决方案 */

@media screen and (min-width: 1176px) {
	.warctxt {
		
	}
	
	.swipetlt {
		
	}
	
	.swipedetail {
		
	}
}

@media screen and (max-width: 540px) {
	.carousel {
	    padding-top: 56px;
	}
	.swipetlt {
		font-size: 16px;
		line-height: 32px;
		margin-top: unset;
		letter-spacing: 0.04rem;
	}

	.swipedetail {
		font-size: 8px;
		line-height: 22px;
		letter-spacing: 0.04rem;
	}
	
	
	.carousel-item{
		height: 200px;
		padding: 20px 0 80px;
	}
	.warctxt{
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.warcimg>img {
	    width: 96%;
	    height: 200px;
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 auto;
	}
	.carousel-item3>.warctxt{
		width: 70%;
	}
	.carousel-item3{
		padding: 30px 0 80px;
	}
}

@media screen and (max-width: 360px) {
	.swipetlt {
		font-size: 14px;
		line-height: 28px;
		margin-top: unset;
		letter-spacing: 0.04rem;
	}

	.swipedetail {
		font-size: 8px;
		line-height: 18px;
		letter-spacing: 0.04rem;
	}
}

@media screen and (max-width: 320px) {
	.swipetlt {
		font-size: 14px;
		line-height: 20px;
		margin-top: unset;
		letter-spacing: 0.04rem;
	}

	.swipedetail {
		font-size: 8px;
		line-height: 16px;
		letter-spacing: 0.04rem;
	}

	.rule>div:first-child {
		line-height: 50px;
	}

	.rule>div:nth-of-type(2) {
		font-size: 20px;
		line-height: 36px;
		margin: 10px 0 15px;
	}
}

@media screen and (max-width: 280px) {
	.swipetlt {
		font-size: 14px;
		line-height: 18px;
		margin-top: unset;
	}

	.swipedetail {
		font-size: 8px;
		line-height: 16px;
		letter-spacing: 0.04rem;
	}
}