@charset "UTF-8";

/* ======首页样式====== */

/* ===顶部Banner轮播=== */
.sys_bannerbox1 {
	width: 100%;
	height: 650px;
	margin-bottom: .06rem;
	overflow: hidden;
}

.sys_bannerbox1 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sys_bannerbox1 .swiper-slide a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1.3rem;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.sys_bannerbox1 .swiper-slide h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 74px;
	width: 1400px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sys_bannerbox1 .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 28px;
}

.sys_bannerbox1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	opacity: .58;
	background-color: #fff;
}

.sys_bannerbox1 .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	background-color: #fff;
}

/* ===通用标题样式=== */
.main_title1 {
	margin: .4rem auto .46rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
}

.main_title1 h3 {
	line-height: 100%;
	font-size: 48px;
	color: #333;
}

.main_title1 h3 a {
	color: #333;
}

.main_title1 a.more1 {
	width: 1rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: linear-gradient(to right, #4584ef, #1f66ca);
}

.main_title1 a.more1:hover {
	opacity: .85;
}

/* ===News版块=== */
.focus_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.focus_swiper {
	width: 685px;
	height: 385px;
	margin: 0;
}

.focus_swiper .swiper-slide {
	width: 685px;
	height: 385px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.focus_swiper .swiper-slide a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .92rem;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.focus_swiper .swiper-slide h4 {
	position: absolute;
	bottom: .34rem;
	left: .2rem;
	max-width: 640px;
	z-index: 111;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.focus_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.focus_swiper .swiper-pagination {
	display: flex;
	justify-content: right;
	width: 100%;
	padding-right: .2rem;
	margin-bottom: .05rem;
}

.focus_swiper .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	background: #fff;
	opacity: .58;
}

.focus_swiper .swiper-pagination-bullet-active {
	background: #1f66ca;
	opacity: 1;
}

.focus_right {
	width: 680px;
	overflow: hidden;
}

.indx_news_list1 li {
	padding: .18rem 0 .22rem .10rem;
	border-top: 1px solid #dedede;
}

.indx_news_list1 li:last-of-type {
	border-bottom: 1px solid #dedede;
}

.indx_news_list1 li a {
	font-size: 26px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indx_news_list1 li time {
	color: #666;
	display: block;
	margin: 0 0 8px;
}

/* ===Expat Stories版块=== */
.index_expat_news {
	padding-top: .25rem;
}

.pic_news_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

.pic_news_list li {
	width: calc((100% - 32px) / 3);
	height: 100%;
	overflow: hidden;
}

.pic_news_list li .pic_row {
	position: relative;
	width: 456px;
	height: 296px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.pic_news_list li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_news_list li h4 {
	margin-top: .12rem;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===In Focus版块=== */
.InFocuspic_row {
	margin: .25rem auto 0;
	overflow: hidden;
}

.InFocuspic_row dl {
	display: grid;
	grid-template-columns: 1048px 336px;
	grid-template-rows: 190px 190px 190px;
	gap: 16px;
}

.InFocuspic_row dt {
	grid-row: 1 / 4;
}

.InFocuspic_row dt a,
.InFocuspic_row dd a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.InFocuspic_row dl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.InFocuspic_row dt h4,
.InFocuspic_row dd h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-weight: 400;
	color: #fff;
}

.InFocuspic_row dt a::before,
.InFocuspic_row dd a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .92rem;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.InFocuspic_row dd a::before {
	height: .46rem;
}

.InFocuspic_row dt h4 {
	bottom: .15rem;
	padding: .15rem .2rem 0;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.InFocuspic_row dd h4 {
	padding: .10rem .15rem;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ===Services and Information版块=== */
.ServicesInfor_row {
	padding-top: .3rem;
}

.ServicesInfor_row ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ServicesInfor_row ul li {
	margin-bottom: 4px;
}

.ServicesInfor_row ul li a {
	height: 226px;
	display: flex;
	align-items: center;
}

.ServicesInfor_row ul li h4 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
}

.ServicesInfor_row ul li:nth-of-type(1) {
	width: 441px;
	background-color: #003366;
}

.ServicesInfor_row ul li:nth-of-type(1):hover {
	background-color: #02305e;
}

.ServicesInfor_row ul li:nth-of-type(1) img {
	margin: 0 33px 0 62px;
}

.ServicesInfor_row ul li:nth-of-type(2) {
	width: 446px;
	background-color: #13c367;
}

.ServicesInfor_row ul li:nth-of-type(2):hover {
	background-color: #13b862;
}

.ServicesInfor_row ul li:nth-of-type(2) img {
	margin: 0 20px 0 68px;
}

.ServicesInfor_row ul li:nth-of-type(3) {
	width: 505px;
	background-color: #4e5dc3;
}

.ServicesInfor_row ul li:nth-of-type(3):hover {
	background-color: #4755b0;
}

.ServicesInfor_row ul li:nth-of-type(3) img {
	margin: 0 25px 0 56px;
}

.ServicesInfor_row ul li:nth-of-type(4) {
	width: 502px;
	background-color: #58c9b2;
}

.ServicesInfor_row ul li:nth-of-type(4):hover {
	background-color: #51c3ac;
}

.ServicesInfor_row ul li:nth-of-type(4) img {
	margin: 0 24px 0 69px;
}

.ServicesInfor_row ul li:nth-of-type(5) {
	width: 439px;
	background-color: #3ca1d2;
}

.ServicesInfor_row ul li:nth-of-type(5):hover {
	background-color: #3899c8;
}

.ServicesInfor_row ul li:nth-of-type(5) img {
	margin: 0 40px 0 58px;
}

.ServicesInfor_row ul li:nth-of-type(6) {
	width: 451px;
	background-color: #9362b7;
}

.ServicesInfor_row ul li:nth-of-type(6):hover {
	background-color: #875aa8;
}

.ServicesInfor_row ul li:nth-of-type(6) img {
	margin: 0 20px 0 42px;
}

/* ===Sister Provinces/Cities版块=== */
.sisterCity_row {
	padding-top: .4rem;
}

.sisterCity_row .main_title1 {
	justify-content: center;
}

.sisterCity_row ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sisterCity_row ul li {
	width: 200px;
	height: 188px;
}

.sisterCity_row ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 188px;
	color: #fff;
}

.sisterCity_row ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sisterCity_row ul li h4 {
	position: absolute;
	bottom: .1rem;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 0 8px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sisterCity_row ul a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .65rem;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.sisterCity_row ul li:last-of-type {
	font-size: 36px;
	background: linear-gradient(to right, #4584ef, #1f66ca);
}

.sisterCity_row ul li:last-of-type:hover {
	opacity: .85;
}

.sisterCity_row ul li:last-of-type a::before {
	display: none;
}

/* ===蓝色背景区域=== */
.blue_bg {
	width: 100%;
	padding-bottom: .8rem;
	background-image: linear-gradient(0deg, #e2f0ff 0%, #fdfeff 100%), linear-gradient(#487ec5, #487ec5);
}

/* ===响应式样式=== */
@media screen and (max-width: 1200px) {
	.main_title1 {
		margin: .2rem auto .36rem;
		width: 100%;
	}

	.main_title1 h3 {
		font-size: .4rem;
	}

	.main_title1 a.more1 {
		width: 1rem;
		height: .46rem;
		line-height: .46rem;
		font-size: .24rem;
	}

	.sys_bannerbox1 {
		height: 3.48rem;
	}

	.sys_bannerbox1 .swiper-slide a::before {
		height: .9rem;
	}

	.sys_bannerbox1 .swiper-slide h4 {
		width: 100%;
		padding: 0 .3rem;
		bottom: .4rem;
		font-size: .28rem;
	}

	.sys_bannerbox1 .swiper-pagination {
		bottom: .08rem;
	}

	.sys_bannerbox1 .swiper-pagination-bullet {
		width: .12rem;
		height: .12rem;
	}

	.sys_bannerbox1 .swiper-pagination-bullet-active {
		width: .3rem;
	}

	.sys_bannerbox1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.sys_bannerbox1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 .06rem;
	}

	.focus_swiper {
		width: 100%;
		height: 3.9rem;
	}

	.focus_swiper .swiper-slide {
		width: 100%;
		height: 3.9rem;
	}

	.focus_swiper .swiper-slide h4 {
		bottom: .12rem;
		left: .18rem;
		max-width: 80%;
		font-size: .28rem;
	}

	.focus_swiper .swiper-pagination {
		padding-right: .12rem;
	}

	.focus_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.focus_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 .04rem;
	}

	.focus_right {
		width: 100%;
		margin-top: .4rem;
	}

	.indx_news_list1 li {
		height: auto;
	}

	.indx_news_list1 li a {
		font-size: .3rem;
		line-height: 1.2;
	}

	.indx_news_list1 li time {
		font-size: .24rem;
	}

	.pic_news_list li {
		width: 100%;
		margin-bottom: .28rem;
	}

	.pic_news_list li .pic_row {
		width: 100%;
		height: 2.6rem;
	}

	.pic_news_list li h4 {
		font-size: .28rem;
		line-height: 1.4;
	}

	.InFocuspic_row {
		margin-top: .1rem;
	}

	.InFocuspic_row dl {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		gap: .16rem;
	}

	.InFocuspic_row dt {
		grid-column: 1 / 4;
		grid-row: 1;
		height: 3.88rem;
	}

	.InFocuspic_row dt h4 {
		font-size: .32rem;
	}

	.InFocuspic_row dd {
		height: 1.5rem;
	}

	.InFocuspic_row dd h4 {
		font-size: .22rem;
		padding: .10rem;
	}

	.blue_bg {
		padding-bottom: .6rem;
	}

	.ServicesInfor_row ul li,
	.ServicesInfor_row ul li:nth-of-type(1),
	.ServicesInfor_row ul li:nth-of-type(2),
	.ServicesInfor_row ul li:nth-of-type(3),
	.ServicesInfor_row ul li:nth-of-type(4),
	.ServicesInfor_row ul li:nth-of-type(5),
	.ServicesInfor_row ul li:nth-of-type(6) {
		width: calc(50% - 2px);
		margin-bottom: 4px;
	}

	.ServicesInfor_row ul li a {
		height: 1.43rem;
		justify-content: center;
	}

	.ServicesInfor_row ul li:nth-of-type(1) img,
	.ServicesInfor_row ul li:nth-of-type(2) img,
	.ServicesInfor_row ul li:nth-of-type(3) img,
	.ServicesInfor_row ul li:nth-of-type(4) img,
	.ServicesInfor_row ul li:nth-of-type(5) img,
	.ServicesInfor_row ul li:nth-of-type(6) img {
		width: .6rem;
		height: auto;
		margin: 0 .16rem 0 0;
	}

	.ServicesInfor_row ul li:nth-of-type(6) img {
		margin: 0 .12rem 0 0;
	}

	.ServicesInfor_row ul li h4 {
		font-size: .26rem;
		line-height: 1.4;
	}

	.sisterCity_row ul li {
		width: calc(33.333%);
		height: 1.8rem;
	}

	.sisterCity_row ul li:nth-of-type(n+6):not(:last-of-type) {
		display: none;
	}

	.sisterCity_row ul li a {
		height: 1.8rem;
	}

	.sisterCity_row ul li h4 {
		padding: 0;
		height: auto;
		font-size: .24rem;
		line-height: 1.2;
	}

	.sisterCity_row ul li:last-of-type {
		font-size: .32rem;
	}
}