/*banner*/
.w1180 {
	width: 1180px;
	margin: 0 auto;
}

.banner-big-box {
	width: 100%;
	height: 300px;
}

.banner-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111115191898218.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-box .ny p {
	text-align: center;
}

.banner-box .ny p:first-child {
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: -0.96px;
	line-height: 72px;
	font-weight: 400;
	padding: 80px 0 20px 0;
}

.banner-box .ny p:last-child {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 400;
}

/*中间内容*/
.content-box {
	width: 100%;
	padding: 80px 0 0 0;
}

.w1180 {
	width: 1180px;
	margin: 0 auto;
}

/*模块css*/
.ty-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	width: 100%;
	height: 380px;
}

.ty-img {
	width: 680px;
}

.ty-word-box {
	width: 440px;
}

.img-ts-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.word-ts-box p:first-child {
	font-size: 24px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 500;
	margin-top: 50px;
}

.word-ts-box p:last-child {
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.5px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 20px;
}

/*海融易贷产品简介*/
.ppjs {
	padding-bottom: 80px;
}

.hryd-js-box {
	margin-bottom: 40px;
}

.hryd-js-box p:first-child {
	font-size: 24px;
	color: #222222;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hryd-js-box p:last-child {
	font-size: 16px;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
}


.hryd-cptd-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.hryd-cptd-box .cptd-small-box {
	width: 380px;
	height: 343px;
}

.hryd-cptd-box .cptd-small-box .one-img {
	width: 100%;
	height: 213px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hryd-cptd-box .cptd-small-box .two-word-box {
	width: 100%;
	height: 130px;
	padding-top: 30px;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

.hryd-cptd-box .cptd-small-box .two-word-box p:first-child {
	font-size: 18px;
	color: #222222;
	letter-spacing: 1px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hryd-cptd-box .cptd-small-box .two-word-box p:last-child {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
}

/*横线*/
.hx-e1e1e1 {
	width: 100%;
	height: 1px;
	background: #e1e1e1;
}

/*发展历程*/
.hrydcp-box {
	margin-top: 80px;
}








/*手机端CSS*/
/*控制pc与mobile显示代码在头部*/
/*当屏幕宽度小于1200时，pc页面隐藏，移动端展示*/
@media screen and (max-width: 1200px) {
	.w1180 {
		width: auto;
	}

	.content-box {
		padding: 40px 0 0 0;
	}

	/*banner以及文字介绍*/
	.m-banner-box {
		width: 100%;
		height: 150px;
		background-image: url(/eportal/uiFramework/commonResource/image/2022111117442965101.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 28px;
		color: #FFFFFF;
		letter-spacing: 1px;
		line-height: 48px;
		font-weight: 400;
	}

	.m-banner-word {
		padding: 20px 20px 0 20px;
		font-size: 14px;
		color: #222222;
		letter-spacing: 0.5px;
		line-height: 28px;
		font-weight: 400;
	}

	/*业务*/
	.ty-box {
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 40px !important;
	}

	.img-ts-box {
		padding: 20px;
	}

	.ty-img,
	.ty-word-box {
		width: 100%;
	}

	.word-ts-box {
		display: none;
	}

	.m-title-box p {
		font-size: 18px;
		color: #222222;
		letter-spacing: 1px;
		text-align: center;
		line-height: 28px;
		font-weight: 600;
	}

	.content-box .w1180 .ty-box:nth-child(even) {
		flex-direction: column-reverse;
	}


	/*业务子类*/
	.small-nav2 {
		width: 100% !important;
	}

	.nav-list2 {
		margin-top: 0 !important;
	}

	.nav-list2 a {
		width: 50%;
		display: flex;
		justify-content: center;
		padding: 0 !important;
		font-size: 14px !important;
		line-height: 24px !important;
		margin-bottom: 15px !important;
	}

	.nav-list2 a:nth-child(odd)::after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 1px;
		height: 16px;
		background: #E1E1E1;
		top: 4px;
		right: 0;
	}

	.nav-list2 a:nth-child(even)::after {
		display: none;
	}

	/*品牌介绍*/
	.ppjs {
		padding-bottom: 60px;
		border: none;
	}
	.hx-box{
		padding: 0 20px;
	}
	.hryd-cptd-box {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.hryd-js-box p:first-child {
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 28px;
		font-weight: 600;
	}

	.hryd-js-box p:last-child {
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		padding: 0 20px;
	}

	.hryd-cptd-box .cptd-small-box {
		width: 100%;
		height: 288px;
		margin-bottom: 20px;
	}

	.hryd-cptd-box .cptd-small-box:last-child {
		margin-bottom: 0;
	}

	.hryd-cptd-box .cptd-small-box .one-img {
		height: 188px;
	}

	.hryd-cptd-box .cptd-small-box .two-word-box {
		height: 100px;
		padding-top: 20px;
	}

	.hryd-cptd-box .cptd-small-box .two-word-box p:first-child {
		font-size: 16px;
		letter-spacing: 0.5px;
		font-weight: bold;
		line-height: 28px;
		margin-bottom: 4px;
	}
	/*海融易贷产品*/
	.hrydcp-box{
		margin-top: 60px;
	}
	
}