.abroad_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.abTop {
	width: 100%;
	height: 550px;
	background: url('../../../images/page/abroad/topBg.png') no-repeat;
	background-size: 100% 100%;
}

.center {
	width: 1240px;
	margin: 0 auto;
}

.abTop_title {
	margin-top: 190px;
	width: 425px;
	height: 63px;
	position: relative;
}

.abTop_title_val {
	position: relative;
	z-index: 2;
	width: 425px;
	height: 63px;
	font-size: 48px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	line-height: 56px;
	letter-spacing: 2px;

}

.abTop_title_mask {
	z-index: 1;
	position: absolute;
	right: -150px;
	bottom: -40px;
	width: 279px;
	height: 65px;
	background: #0C4AE7;
	font-size: 30px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 65px;
	letter-spacing: 1px;
	text-align: center;
}

.ab1 {
	width: 100%;
	margin-top: 40px;
}

.ab1Main {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.ab1L {
	width: 840px;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.ab1Item {
	width: 100%;
	height: 187px;
	background: linear-gradient(90deg, #DEE7FF 0%, #FFFFFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #E2E2E2;
	display: flex;
	flex-direction: row;
	padding: 15px;
	margin-bottom: 25px;
}

.ab1Item_logo {
	width: 155px;
	height: 155px;
	background: #FFFFFF;
}

.ab1Item_logo>img {
	width: 100%;
	height: 100%;
}

.ab1ItemMain {
	display: flex;
	flex-direction: column;
	margin-right: 68px;
	padding-left: 25px;
}

.ab1ItemMain_title {
	margin-bottom: 15px;
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 21px;
}

.ab1ItemMain_val {
	width: 461px;
	font-size: 15px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
}

.ab1Item_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* align-items: flex-end; */
}

.ab1Item_btn {
	cursor: pointer;
	width: 100px;
	height: 35px;
	background: linear-gradient(90deg, #0C4AE7 0%, #5C8AFF 97%);
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
}

.ab1Right {
	width: 363px;
	height:700px;
	background: linear-gradient(180deg, #DEE7FF 0%, #FFFFFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #E2E2E2;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.ab1RTitle {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 23px;
}

.ab1RItem {
	cursor: pointer;
	width: 100%;
	height: 94px;
	display: flex;
	flex-direction: row;
	margin-bottom: 23px;
}

.ab1RItem_logo {
	width: 94px;
	height: 94px;
	background: #D9D9D9;
	border-radius: 5px 5px 5px 5px;
}

.ab1RItem_logo>img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 5px 5px;
}

.ab1RItemMain {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px;
}

.ab1RItem_val {
	font-size: 15px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 18px;
	word-wrap: break-word;
}

.ab1RItem_date {
	text-align: right;
	height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 16px;
}


.storeC_right_sticky {
	position: fixed;
	top: 80px;
	/* right: 334px; */
	right: 348px;
	z-index: 99;
	width: 363px;
}

@media screen and (max-width: 1536px) {
	.storeC_right_sticky {
		right:146px;
	}
}