body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100px;
}

body {
	overflow-x: hidden;
	font-family:"微软雅黑";
	font-size: 16px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
	transition: .5s;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
	color: #333;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

/* .clearfix {
	*zoom: 1;
} */

.en_header {
	position: relative;
} 

.en_header .en_header_img_swiper img {
	/* width: 100%; */
}

.en_header>img {
	width: 100%;
}

.en_container {
	width: 1200px;
	margin: auto;
}

.en_row {}

.en_header_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
}

.en_header_logo {
	padding: 24px 0 22px;
}

.en_header_logo_img {
	float: left;
	width: 50%;
}

.en_header_logo_img {
	max-width: 100%;
}

.en_header_logo_nav {
	float: right;
	padding: 10px 0 11px;
}

.en_header_logo_nav img {
	vertical-align: sub;
}

.en_header_logo_nav span {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #32529E;
}

.en_header_logo_nav a {
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #32529E;
	padding: 12px 30px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-left: 30px;
}

.en_header_logo_nav a:hover {
	background-color: #32529E;
	color: #FFFFFF;
}

.en_nav_container {
	width: 1350px;
	margin: auto;
	background: #32529E;
	padding: 0 41px 0 44px;
	position: relative;
}

.en_nav_container .row {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
}

.en_header_nav_item {
	position: relative;
}

.en_header_nav_item,
.en_header_nav_item_last {
	float: left;
}

.en_header_nav_item>a {
	padding: 32px;
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
	display: block;
	position: relative;
}

.en_header_nav_item>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background-color: #587BCF;
	transition: .5s;
}

.en_header_nav_item>a:hover {
	background-color: #314575;
}

.en_header_nav_item a:hover,
.en_header_nav_item.active a {
	background-color: #374d81;
}

.en_header_nav_item + .en_header_nav_item_last ~ .en_header_nav_item a::after,
.en_nav_container .en_header_nav_item:nth-last-child(2) a::after {
	display: none;
}

.en_header_nav_item_last {
	padding-left: 59px;
	position: relative;
}

.en_header_nav_item_last>img {
	cursor: pointer;
}

.en_header_search_box {
    position: absolute;
    width: 300px;
    right: -10px;
    top: -10px;
	transform: translateX(100%);
    opacity: 0;
    transition: all .5s ease;
    visibility: hidden;
}

.en_header_search_box.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.en_header_search {
	position: relative;
}

.en_header_search input {
	width: 100%;
	height: 44px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 0 65px 0 30px;
}

.en_header_search img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	padding-left: 5px;
}

.en_header_search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: none;
	padding-right: 10px;
	color: #32529E;
}

.en_header_navItem {
    position: absolute;
    left: 0;
    top: 90%;
    bottom: 0;
    margin: auto;
	z-index: 111;
	width: max-content;
    /* 添加以下样式 */
    opacity: 0;                    /* 初始状态：透明 */
    transform: translateY(-20px);  /* 初始状态：向上偏移 */
    transition: all 0.3s ease;     /* 过渡动画 */
    visibility: hidden;            /* 初始状态：不可见 */
    pointer-events: none;          /* 初始状态：不响应鼠标事件 */
}

.en_header_nav_item:hover .en_header_navItem {
    opacity: 1;                    /* 悬浮状态：完全不透明 */
    transform: translateY(0);      /* 悬浮状态：向下滚动到原位 */
    visibility: visible;           /* 悬浮状态：可见 */
    pointer-events: auto;          /* 悬浮状态：响应鼠标事件 */
}

.en_header_navItem ul {
	padding: 15px 37px;
	background-color: rgba(0, 0, 0, .6);
}

.en_header_navItem ul li a {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #DEF1FF;
	line-height: 1;
	padding: 15px 0;
	display: block;
}

.en_header_navItem ul li {
	padding-left: 15px;
	position: relative;
}

.en_header_navItem ul li::after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	width: 4px;
	height: 2px;
	background-color: #DEF1FF;
}

.en_header_swiper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 88;
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.en_header_swiper li span {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

.en_header_swiper ul li span {
	font-size: 36px;
	line-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_header_swiper ul li {
	display: none;
}

.en_header_swiper ol {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, .8);
}

.en_header_swiper ol li {
	padding: 39px 54px;
	position: relative;
}

.en_header_swiper ol li.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 6px;
	background-color: rgba(255, 255, 255, .8);
}

.en_header_swiper ol li i {
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 14px 17px;
	line-height: 1;
}

.en_header_swiper ol li span {
	padding-left: 19px;
	display: block;
}

.en_header_swiper_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;           /* 菱形宽度 */
    height: 39px;          /* 菱形高度（与宽度相等形成正方形）*/
    color: #fff;           /* 数字颜色 */
    font-size: 14px;       /* 数字大小 */
    font-weight: bold;     /* 数字加粗 */
    transform: rotate(45deg);  /* 旋转45度形成菱形 */
}

.en_header_swiper_num font {
    display: inline-block;
    transform: rotate(-45deg);  /* 数字反向旋转保持正向 */
}

.en_header_swiper ul li.active {
    display: block;
}

.en_footer {
	background-color: #32529E;
}

.en_footer_top {
	background-color: #32529E;
	/* border-top: 6px solid #A11F8B; */
	position: relative;
	padding: 100px 0 50px;
}

.en_footer_top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 6px;
	background: linear-gradient(-270deg, #32529E, #E4007F);
}

.en_footer_top_back {
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	margin: auto;
	background-color: #A11F8B;
	width: 123px;
	height: 63px;
	text-align: center;
}

.en_footer_top_back img {
	max-width: 100%;
	margin: 10px 0;
}

.en_footer_top_back span {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}

.en_footer_top_back:link {
	border: none;
	outline: none;
}

.en_footer_top_logo {
	float: left;
	width: 25%;
	text-align: left;
}

.en_footer_top_logo img {
	max-width: 100%;
}

.en_footer_top_link {
	float: left;
	width: 50%;
	position: relative;
}

.en_footer_top_link select {
	width: 100%;
	background: #4870CE;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #B3DDFC;
	padding: 0 58px 0 24px;
	height: 54px;
	line-height: 54px;
	border: none;
	outline: none;
	-webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* 标准语法 */
}

.en_footer_top_link select option {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #B3DDFC;
}

.en_footer_top_link .arrow {
    position: absolute;
    right: 0; /* 根据需要调整位置 */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* 防止点击箭头时下拉列表 */
	width: 58px;
	height: 54px;
	line-height: 50px;
	text-align: center;
	background: #B3DDFC;
}

.en_footer_top_share {
	float: right;
	width: 25%;
	text-align: right;
	line-height: 54px;
}

.en_footer_top_share span {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #638DED;
	margin-right: 10px;
}

.en_footer_top_share a {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #4870CE;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.en_footer_bottom {
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	padding: 31px 0 27px;
}

.en_footer_bottom span,
.en_footer_bottom span a {
	display: block;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	font-size: 14px;
	color: #B3DDFC;
	line-height: 25px;
}

.en_yyd {
	display: none;
}

.en_gl h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 46px;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 8%;
}

@media (max-width: 1350px) {
	.en_nav_container {
		width: 1200px;
	}

	.en_header_nav_item>a {
		padding: 32px 15px;
	}

	.en_gl h1 {
		padding-bottom: 20px;
	}
}

@media (max-width: 1200px) {
	.en_container {
		width: 992px;
	}
	
	.en_nav_container {
		padding: 0 30px;
	}

	.en_header_nav_item>a {
		font-size: 18px;
	}

	.en_gl h1 {
		padding-bottom: 10px;
	}
}

@media (max-width: 992px) {
	.en_header .en_header_img_swiper img {
		width: 100%;
	}

	.en_container {
		width: 768px;
		padding: 0 30px;
	}

	.en_pc {
		display: none;
	}

	.en_yyd {
		display: inline;
	}

	.en_header_box {
		position: static;
	}

	.en_header_logo_nav span {
		color: #32529E;
	}

	.en_header_logo_img,
	.en_header_logo_nav {
		width: 80%;
		text-align: left;
		float: left;
		padding-bottom: 0px;
	}

	.en_header_menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 28px;
        margin: auto;
    }

    .en_header_menu p {
        width: 43px;
        height: 6px;
        margin: 12px 0;
        background: #32529E;
        border-radius: 3px;
        transition: .5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
}

    .en_menu_active {
        right: 15px;
        top: 10px;
        z-index: 101;
    }

    .en_menu_active p {
        height: 6px;
        background: #fff;
    }

    .en_menu_active .bar1 {
        -webkit-transform: rotate(-45deg)translate(-14px, 19px);
        transform: rotate(-45deg)translate(-14px, 19px);
        -moz-transform: rotate(-45deg)translate(-14px, 19px);
        -ms-transform: rotate(-45deg)translate(-14px, 19px);
        -o-transform: rotate(-45deg)translate(-14px, 19px);
	}

    .en_menu_active .bar2 {
        opacity: 0;
    }

    .en_menu_active .bar3 {
        transform: rotate(45deg)translate(-5px,-11px);
        -webkit-transform: rotate(45deg)translate(-5px,-11px);
        -moz-transform: rotate(45deg)translate(-5px,-11px);
        -ms-transform: rotate(45deg)translate(-5px,-11px);
        -o-transform: rotate(45deg)translate(-5px,-11px);
    }

    .en_header_menu_mask {
        display: none;
        transition: all 0.7s;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background-color: #32529E;
		padding: 80px 15px 40px;
		overflow: auto;
    }

	.en_header_menu_mask::-webkit-scrollbar {
		display: none;
	}

	.en_header_menu_mask .en_header_menu_search {
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}

	.en_header_menu_search input {
		width: 100%;
		height: 54px;
		border-radius: 30px;
		padding: 0 24px;
		font-family: Arial;
		font-weight: 400;
		font-size: 18px;
		color: #000;
		border: none;
		outline: none;
		background-color: #def1FF;
	}

	.en_header_menu_search img {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		cursor: pointer;
	}

	.en_header_menu_mask ul li a {
		font-family: Arial;
		font-weight: 400;
		font-size: 18px;
		color: #fff;
		display: block;
		padding: 10px;
	}

	.en_header_menu_mask ul li a img {
		transform: rotate(180deg);
		width: 15px;
		float: right;
		margin-top: 10px;
	}

	.en_header_menu_mask ol {
		display: none;
	}

	.en_header_menu_mask ol li a {
		padding-left: 15px;
	}

	.en_header_menu_mask ul li.active>a {
		border-bottom: 1px solid #B3DDFC;
	}

	.en_header_menu_mask ol li a:link {
		color: #fff;
		border: none;
		outline: none;
	}

	.en_header_menu_mask ul li.active a img {
		transform: rotate(0);
		transition: transform 0.3s ease;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}

	.en_header_menu_mask_link {
		text-align: center;
		margin-top: 40px;
	}

	.en_header_menu_mask_link a {
		font-family: Arial;
		font-weight: 400;
		font-size: 14px;
		color: #32529E;
		padding: 10px 40px;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

	.en_header_menu_mask_link a:hover {
		background-color: #32529E;
		color: #FFFFFF;
	}

	.en_yyd_swiper {
		padding-bottom: 40px;
	}

	.en_yyd_swiper_num {
		border-radius: 4px;
		border: 1px solid #FFFFFF;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 62px;
		height: 62px;
		color: #fff; 
		font-size: 14px;
		font-weight: bold;
		transform: rotate(45deg);
		margin: 15px 0 30px 15px;
		font-style: normal;
	}

	.en_yyd_swiper_num font {
		font-family: Arial;
		font-weight: 400;
		font-size: 24px;
		color: #FFFFFF; 
		display: block;
    	transform: rotate(-45deg); 
	}

	.en_yyd_swiper .swiper-slide span {
		font-family: Arial;
		font-weight: 400;
		font-size: 38px;
		color: #FFFFFF;
		display: block;
	}

	.en_yyd_swiper .swiper-slide {
		padding: 0 30px;
		position: relative;
	}

	.en_yyd_swiper .swiper-slide::after {
		content: '';
		position: absolute;
		left: 130px;
		top: 45px;
		margin: auto;
		width: 75%;
		height: 1px;
		background-color: #fff;
	}

	.en_yyd_swiper .swiper-pagination {
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0px;
	}

	.en_yyd_swiper .swiper-pagination-bullet {
		background-color: #fff;
		opacity: 1;
		width: 10px;
		height: 10px;
		transition: .5s;
	}

	.en_yyd_swiper .swiper-pagination-bullet-active {
		background-color: #007aff;
		width: 30px;
		border-radius: 5px;
	}

	.en_footer_top_logo,
	.en_footer_top_link,
	.en_footer_top_share {
		width: 100%;
		float: none;
		text-align: center;
	}

	.en_footer_top_link {
		margin: 20px 0;
	}

	.en_gl h1 {
		padding-bottom: 100px;
	}
}

@media (max-width: 768px) {
	.en_container {
		width: 100%;
	}

	.en_yyd_swiper .swiper-slide::after {
		width: 70%;
	}

	.en_gl h1 {
		padding-bottom: 80px;
		font-size: 30px;
	}
}

@media (max-width: 520px) {
	.en_header_logo_img>img {
		max-width: 100%;
	}

	.en_header_logo_nav span {
		font-size: 16px;
	}

	.en_header_logo_nav {
		padding-top: 0;
	}

	.en_header_menu p {
		margin: 8px 0;
	}

	.en_header_menu p,
	.en_menu_active p {
		height: 4px;
	}

	.en_menu_active .bar1 {
		transform: rotate(-45deg) translate(-6px, 20px);
		-webkit-transform: rotate(-45deg) translate(-6px, 20px);
		-moz-transform: rotate(-45deg) translate(-6px, 20px);
		-ms-transform: rotate(-45deg) translate(-6px, 20px);
		-o-transform: rotate(-45deg) translate(-6px, 20px);
	}

	.en_menu_active .bar3 {
		transform: rotate(45deg) translate(4px, -11px);
		-webkit-transform: rotate(45deg) translate(4px, -11px);
		-moz-transform: rotate(45deg) translate(4px, -11px);
		-ms-transform: rotate(45deg) translate(4px, -11px);
		-o-transform: rotate(45deg) translate(4px, -11px);
	}

	.en_header_menu_mask ul li a {
		font-size: 16px;
	}

	.en_header_menu_search input {
		font-size: 16px;
		height: 44px;
	}

	.en_header_menu_mask .en_header_menu_search {
		margin-bottom: 20px;
	}

	.en_header_menu_mask_link {
		margin-top: 20px;
	}

	.en_header_menu_mask_link a {
		padding: 5px 20px;
	}

	.en_yyd_swiper .swiper-slide span {
		font-size: 24px;
	}

	.en_yyd_swiper_num {
		width: 30px;
		height: 30px;
	}

	.en_yyd_swiper_num font {
		font-size: 16px;
	}

	.en_yyd_swiper .swiper-slide::after {
		left: 100px;
        top: 30px;
		width: calc(100% - 150px);
	}

	.en_yyd_swiper {
		padding-bottom: 20px;
	}

	.en_yyd_swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.en_yyd_swiper .swiper-pagination-bullet-active {
		width: 20px;
	}

	.en_footer_top_back,
	.en_footer_top_logo {
		display: none;
	}

	.en_footer_top {
		padding: 30px 0;
	}

	.en_footer_top_link select{
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}

	.en_footer_top_link .arrow {
		height: 44px;
		line-height: 40px;
		font-size: 16px;
	}

	.en_footer_top_link {
		margin: 0;
	}

	.en_footer_top_share {
		margin-top: 10px;
	}

	.en_footer_top_share span {
		font-size: 16px;
	}

	.en_footer_bottom span,
	.en_footer_bottom span a {
		font-size: 12px;
		line-height: 20px;
	}

	.en_footer_bottom {
		padding: 20px 0; 
	}

	.en_gl h1 {
		padding-bottom: 50px;
	}
}