@charset "utf-8";
.add_us_banner {
	position: relative;
}

.add_us_banner_title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.add_us_banner_e {
	font-size: 3.75rem;
	font-weight: bold;
}

.add_us_banner_txt {
	margin-top: 1.5rem;
	font-size: 2.5rem;
}

.add_us_title {
	font-size: 2.875rem;
	text-align: center;
	padding-top: 6.25rem;
	font-weight: bold;
}

.add_us_title2 {
	font-size: 1.875rem;
	text-align: center;
	padding-bottom: 4.375rem;
}

.add_us {
	background: #f6f6f6;
	height: 50rem;
}

.add_us_curved {
	height: 11rem;
	width: 100%;
	background-size: 100% 100%;
	margin-top: 4.625rem;
	position: relative;
}

.position_box {
	position: absolute;
	width: 11.875rem;
}

.position1 {
	left: 15.9375rem;
	top: 1rem;
}

.position2 {
	left: 47.5625rem;
	top: 4rem;
}

.position3 {
	right: 36.625rem;
	top: 1rem;
}

.position4 {
	right: 12.875rem;
}

.position_title_con {
	text-align: center;
}

.position_title {
	font-size: 3.75rem;
	opacity: 0.2;
	font-weight: bold;
	margin-top: -5.625rem;
	font-style: oblique;
	line-height: 5.1875rem;
}

.position_title2 {
	font-size: 1.625rem;
	position: relative;
	top: -2rem;
	z-index: 99;
}

.position_ul {
	background: #fff;
	border-radius: 0.3125rem;
	text-align: center;
	padding: 1rem 0;
	margin-top: 2.8rem;
}

.position_ul li {
	margin: 0 2.1875rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.position_ul li:last-child {
	border-bottom: none;
}

.add_us2 {
	height: 39.875rem;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.add_us_txt {
	width: 39.375rem;
	margin: auto;
	text-align: left;
	padding-top: 3.75rem;
}

.apply_con {
	margin-top: 5rem;
}

.apply_inner {
	width: 15.3125rem;
	height: 6.25rem;
	line-height: 6.25rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	float: left;
	background: rgba(255, 255, 255, 0.3);
	margin-right: 0.625rem;
	display: block;
	color: #fff;
}

.apply_inner .apply_inner_title {
	display: none;
}

.apply_inner img {
	margin-left: 3.125rem;
}

.apply_inner:hover {
	color: #000;
	background: rgba(255, 255, 255, 1);
	border-bottom: 0.25rem solid #004ea2;
}

.apply_inner:hover .apply_inner_title {
	display: block;
}

.apply_inner:hover .apply_inner_title2 {
	display: none;
}

.apply_inner:last-child {
	margin-right: 0;
}

.add_us2_title {
	padding: 0;
}

.add_us3 {
	width: 82.8125%;
	margin: auto;
}

.add_inner_us3 {
	overflow: hidden;
}

.fold_box {
	height: 31.875rem;
	width: 48.93%;
	float: left;
	background: #f6f6f6;
	margin-bottom: 5.625rem;
}

.fold_box:nth-child(2n) {
	float: right;
}

.fold_box .fold_title_con {
	height: 7.5rem;
	width: 83.54%;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.fold_title ul {
	margin-top: 1.25rem;
}

.fold_title ul li {
	float: left;
	font-size: 0.875rem;
}

.fold_title ul li.line {
	padding: 0 0.625rem;
}

.fold_box .fold_content {
	width: 83.54%;
	margin: auto;
	border-top: 1px solid #dedede;
	height: 24.25rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	padding:10px 0;
	overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.fold_box .fold_content::-webkit-scrollbar{
	width: 12px;
	height: 12px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.fold_box .fold_content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 6px;
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.fold_box .fold_content::-webkit-scrollbar-thumb{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #bcbcbc;
}

.fold_content_title {
	padding-top: 1.875rem;
}

.claim_ul {
	margin-top: 1.875rem;
}

.arrow_icon {
	cursor: pointer;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.arrow_icon_bottom {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.fold_box.animation {
	height: 7.5rem;
	overflow: hidden;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
}


/*响应式适配*/

@media (min-width: 320px) and (max-width: 1200px) {
	.add_us_curved{
		background-image:initial !important;
		height: auto;
		margin-top: 35px;
		overflow: hidden;
	}
	.add_us{
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.position_title_con{
		text-align: left;
		position: relative;
	}
	.position_box{
		position: initial;
		width: 84%;
		margin: auto;
		margin-bottom: 20px;
	}
	.position_title{
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
	}
	.position_title2{
		font-size: 16px;
		top: -18px;
	}
	.position_ul{
		margin-top: 0;
		padding:0;
		overflow: hidden;
		background: transparent;
	}
	.position_ul li{
		font-size: 12px;
		margin: 0;
		padding: 15px;
		width:25%;
		float: left;
		border-bottom: none;
		min-height: 70px;
		text-align: left;
		background: #fff;
		position: relative;
	}
	.position_ul li:after{
		height: 30px;
		content: "";
		background:#e6e6e6;
		width: 1px;
		position: absolute;
		right: 0;
		top:50%;
		margin-top: -15px;
	}
	.position_ul li:last-child:after{
		display: none;
	}
	.position_ul li a{
		
	}
	.add_us2{
		width: 100%;
	}
	.add_us2 > div{
		width: 75%;
	}
	.add_us_title_con{
		overflow: hidden;
		background: #fff;
	}
	.add_us_title{
		font-size: 23px;
		padding-top: 40px;
	}
	.add_us_title2{
		font-size: 20px;
		padding-bottom: 35px;
	}
	.add_us_txt{
		width: 80%;
		margin: auto;
		text-align: justify;
		padding-top: 30px;
	}
	.add_us2_title{
		padding-top: 0;
	}
	.apply_con{
		width: 80%;
		margin:auto;
		margin-top: 60px;
	}
	.apply_inner{
		width: 46%;
		margin-right: 4%;
		float: left;
		margin-bottom: 10px;
		height: 4rem;
		line-height:4rem;
	}
	.apply_inner:nth-child(2n){
		margin-right: 0;
	}
	.fold_box{
		width: 100%;
		height: auto;
		margin-bottom: 2.5rem;
	}
	.fold_title ul{
		margin-top: 0.5rem;
	}
	.fold_title ul li{
		font-size: 12px;
	}
	.fold_box .fold_content{
		height: auto;
		padding:12px 0;
		font-size: 12px;
	}
	.fold_title_con > img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 1201px) and (max-width: 1334px) {

}
@media (min-width: 1335px) and (max-width: 1680px) {

	@media (min-width: 1336px) and (max-width: 1550px) {
		.position1 {
			left: 11.9375rem;
		}
		
		.position2 {
			left: 38rem;
		}
		
		.position3 {
			right: 30rem;
		}
		
		.position4 {
			right: 9.875rem;
		}
	}
}
@media (min-width: 1681px) and (max-width: 1860px) {

}

@media (min-width: 1861px) and (max-width: 3000px) {
	
}