body {
	width: 100%;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

.row {
	padding: 0;
}

/* 合规清算解决方案开始 */
.newbox {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0 40px;
	background: url('../images/chanpin-banner.jpg') center no-repeat;
	background-size: 900%;
	color: #FFFFFF;
}

.flo {
	color: #FFFFFF;
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.flo1 {
	line-height: 80px;
	font-size: 30px;
	margin: 20px auto;
	text-align: center;
}

.flo2 {
	width: 100%;
	margin: 0 auto;
	line-height: 36px;
	text-align: left;
	font-size: 18px;
	letter-spacing: .05rem;
	text-indent: 4rem;
}

.flo3 {
	margin: 0 auto;
}

.flo3img>img {
	height: 56px;
	display: block;
	margin: 15px auto;
}

.flo3touch{
	width: 100%;
}

.flo3touch>a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
}

.flo3touch>a:hover{
	color: #fff !important;
}

.flo3touch>a:hover {
	color: #0062CC;
}

/* 合规清算解决方案结束 */

/* 市场痛点开始 */
.marketbox {
	padding: 30px 0 80px;
}

.marktop{
	width: 100%;
}

.marketlt {
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	font-weight: 700;
	margin: 50px auto 30px;
}

.markcon{
	font-size: 18px;
	line-height: 50px;
	/* margin-bottom: 20px; */
	text-align: center;
}

.tconplate {
	width: 84%;
	margin: 0 auto;
}

.tconplate>.platetlt {
	line-height: 50px;
	font-size: 16px;
	font-weight: 550;
	color: #202020;
	text-align: center;
}

.tconplate>.platecon {
	line-height: 40px;
	font-size: 16px;
	color: #404040;
	text-align: left;
}

/* 市场痛点结束 */

/* 全方位服务开始 */
.servicebox {
	padding-bottom: 50px;
}

.servetlt {
	text-align: center;
	margin: 30px auto 50px;
}

.servetlt>.servetlt1 {
	font-size: 30px;
	color: #202020;
	font-weight: 700;
	line-height: 80px;
}

.servetlt>.servetlt2 {
	color: #212121;
	line-height: 40px;
}

.serveconl>img {
	width: 100%;
}

.serveconr {
	text-align: left;
}

.servecontxt>div:not(last-child){
	margin-bottom: 38px;
}

.servecontxt>div {
	line-height: 24px;
	font-size: 14px;
	color: dimgray;
}

/* 全方位服务结束 */

/* 合作银行开始 */
.coopbox {
	padding-bottom: 100px;
}

.copbank {
	margin: 20px auto 0;
}

.copbanktlt {
	font-size: 28px;
	line-height: 80px;
	font-weight: 700;
	color: #0A0A0A;
	margin-bottom: 40px;
	text-align: center;
}

.copbankcon {
	width: 96%;
	display: flex;
	justify-content: space-between;
	color: #212121;
	line-height: 36px;
	font-size: 15px;
	margin: 30px auto;
}

.bank {
	width: 100%;
	box-shadow: 0px 8px 13px 0px rgba(166, 179, 210, 0.47);
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 20px 0;
}

.bank>img {
	width: 100%;
}

/* 合作银行结束 */

/* company开始 */
.companybox {
	padding-bottom: 60px;
}

.companyl {
	margin-right: 50px;
	box-sizing: border-box;
}

.companyl>img {
	width: 160px;
}

.companyr {
	text-align: left;
	line-height: 48px;
	font-size: 20px;
	color: dimgrey;
}
/* company结束 */

/* 图片放大 */
.over {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.tempContainer {
	position: fixed;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	z-index: 101;
}
/* 图片放大 */

.row1>div{
	margin: 20px 0 !important;
}

@media screen and (max-width: 768px) {
	.flo1 {
		line-height: 40px;
		font-size: 28px;
	}

	.flo2 {
		width: 70%;
	}

	.bank {
		width: 100%;
		padding: 10px 20px;
	}

	.banktlt {
		line-height: 38px;
	}

	.bankcon {
		line-height: 34px;
	}
	
}

@media screen and (max-width: 414px) {
	.newbox{
		box-sizing: border-box;
	}
}

@media screen and (max-width: 320px) {
	.flo1 {
		line-height: 40px;
		font-size: 28px;
	}

	.flo2 {
		width: 90%;
	}
	.newbox{
		padding: 20px 0 50px;
	}
	.newbox>.container{
		padding-top: 100px;
	}
}
@media screen and (max-width: 280px) {
	.newbox{
		background-size: 1600%;
	}
}