.en_content {
    background-color: #fff;
}

.en_index_part {
    overflow: hidden;
}

.en_index_part_title {
    text-align: center;
    margin-bottom: 42px;
}

.en_index_part_title span,
.en_index_part_title span a {
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #32529E;
    line-height: 1;
    position: relative;
    padding-bottom: 13px;
    display: inline-block;
}

.en_index_part_title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #E4007F, #32529E);
}

.en_index_part_content {
    overflow: hidden;
}

.en_index_part1 {
    background: url(/web2025/2026lgen_074.png) #E8F5FF bottom;
    padding: 80px 0 116px;
}

.en_index_part1_item1Box {
    margin: 0 -15px 70px;
    overflow: hidden;
}

.en_index_part1_item1 {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.en_index_part1_item1 a {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.en_index_part1_item1_img {
    float: left;
    width: 55%;
}

.en_index_part1_item1_img img {
    max-width: 100%;
    width: 320px;
    height: 214px;
}

.en_index_part1_item1_text {
    float: left;
    width: 45%;
    padding: 20px;
}

.en_index_part1_item1_text i {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.en_index_part1_item1_text i::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 9px;
    background: #32529E;
    border-radius: 50%;
}

.en_index_part1_item1_text h4 {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    margin: 10px 0 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part1_item1_text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part1_item2Box {
    overflow: hidden;
    border-left: 1px solid #B3DDFC;
}

.en_index_part1_item2 {
    padding: 10px 30px 16px;
    float: left;
    width: 33.33333333333333333333333%;
    border-right: 1px solid #B3DDFC;
}

.en_index_part1_item2 i {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.en_index_part1_item2 i::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 9px;
    background: #32529E;
    border-radius: 50%;
}

.en_index_part1_item2 h4 {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 24px;
    margin: 10px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part1_item2 p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part1_item2_readMore {
    background: #B3DDFC;
    border-radius: 18px;    
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    line-height: 1;
    font-style: normal;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 15px;
}

.en_index_part2 {
    padding: 80px 0 110px;
}
 
.en_index_part2_swiper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}
 
.en_index_part2_swiper .swiper-slide {
    width: 1200px;
    opacity: 0.5;
    transition: all 0.3s ease;
    padding: 0 10px;
    cursor: pointer;
}

.en_index_part2_swiper .swiper-slide a {
    display: block;
    position: relative;
}
 
.en_index_part2_swiper .swiper-slide a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    transition: all 0.3s ease;
}
 
.en_index_part2_swiper .swiper-slide-active {
    opacity: 1;
}
 
.en_index_part2_swiper .swiper-slide-active a::before {
    background: rgba(255, 255, 255, 0);
}
 
.en_index_part2_swiper .swiper-slide img {
    width: 100%;
    display: block;
}
 
.en_index_part2_pagination {
    text-align: center;
    margin-top: 30px;
}
 
.en_index_part2_pagination .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}
 
.en_index_part2_pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #B3DDFC;
}

.en_index_part2_pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #32529E;
    border-radius: 50%;
}
 
.en_index_part2_prev,
.en_index_part2_next {
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: #32529E;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
 
.en_index_part2_prev:hover,
.en_index_part2_next:hover {
    background: #32529E;
}
 
.en_index_part2_prev {
    left: calc(50% - 565px);
    transform: translateY(-90%) translateX(-100%);
    -webkit-transform: translateY(-90%) translateX(-100%);
    -moz-transform: translateY(-90%) translateX(-100%);
    -ms-transform: translateY(-90%) translateX(-100%);
    -o-transform: translateY(-90%) translateX(-100%);
}
 
.en_index_part2_next {
    right: calc(50% - 565px);
    transform: translateY(-90%) translateX(100%);
    -webkit-transform: translateY(-90%) translateX(100%);
    -moz-transform: translateY(-90%) translateX(100%);
    -ms-transform: translateY(-90%) translateX(100%);
    -o-transform: translateY(-90%) translateX(100%);
}

.en_index_part2_prev:after,
.en_index_part2_next:after,
.en_key_swiper .en_key_prev:after, 
.en_key_swiper .en_key_next:after {
    font-size: 20px;
}

.en_index_part3 {
    position: relative;
    padding: 100px 0 0;
    background: url(/web2025/2026lgen_069.png) #fff no-repeat center top;
}

.en_index_part3_box1 {
    overflow: hidden;
}

.en_index_part3_left {
    float: left;
    width: 30%;
}

.en_index_part3_left h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #32529E;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.en_index_part3_left h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #32529E, #E4007F);
}


.en_index_part3_left p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part3_right {
    float: right;
    width: 70%;
    padding-left: 56px;
}

.en_index_part3_right img {
    max-width: 100%;
}

.en_index_part3_box1_link {
    position: absolute;
    left: 0;
    top: 357px;
    width: 710px;
    height: 190px;  
    background: #FFFFFF;
    box-shadow: 4px 3px 10px 0px rgba(186,219,244,0.4);
    border-radius: 0px 95px 95px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 55px;
}

.en_index_part3_box1_item {
    margin: 0 28px;
}

.en_index_part3_box1_item a {
    display: block;
}

.en_index_part3_box1_item a i {
    width: 88px;
    height: 88px;
    background: #32529E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

.en_index_part3_box1_item a i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91px;
    height: 91px;
    background: transparent;
    box-shadow: 4px 3px 10px 0px rgba(112,182,236,0.3);
    z-index: 1;
    border: 7px solid #FFFFFF;
    border-radius: 50%;
}

.en_index_part3_box1_item:last-child a i {
    background: #B3DDFC;
}

.en_index_part3_box1_item a p {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #32529E;
    text-align: center;
}

.en_index_part3_box2 {
    margin-top: 116px;
}

.en_part3_container {
    width: 1500px;
    background: #FFFFFF;
    padding: 67px 150px 0;
    border-radius: 20px;
}

.en_index_part3_title {
    padding-left: 12px;
    margin-bottom: 20px;
}

.en_index_part3_title span {
    font-family: Arial;
    font-weight: 400;
    font-size: 36px;
    color: #32529E;
    line-height: 1;
}

.en_index_part3_item {
    float: left;
    width: 25%;
    padding: 0 12px;
}

.en_index_part3_item a {
    display: block;
}

.en_index_part3_item_img,
.en_index_part3_item_img img {
    max-width: 100%;
    width: 283px;
    height: 206px;
}

.en_index_part3_item_text {
    width: 80%;
    margin: auto;
    padding: 26px 50px 35px;
    text-align: center;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(97,97,97,0.2);
    position: relative;
    transition: .5s;
}

.en_index_part3_item_text h4 {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_index_part3_item_text img {
    display: none;
}

.en_index_part3_item_text div img:first-child {
    display: block;
}

.en_index_part3_item_text div {
    width: 40px;
    height: 40px;
    margin: auto;
    background: #E4007F;
    box-shadow: 0px 6px 15px 0px rgba(97,97,97,0.2);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .3s;
}

.en_index_part3_item a:hover .en_index_part3_item_text {
    background: #32529E;
}

.en_index_part3_item a:hover .en_index_part3_item_text h4 {
    color: #FFFFFF;
}

.en_index_part3_item a:hover .en_index_part3_item_text div {
    background: #FFFFFF;
}

.en_index_part3_item a:hover .en_index_part3_item_text div img:first-child {
    display: none;
}

.en_index_part3_item a:hover .en_index_part3_item_text div img:last-child {
    display: block;
}

.en_index_part4 {
    padding: 80px 0 0;
}
 
.en_index_part4_box1 {
    overflow: hidden;
}

.en_index_part4_swiper_img {
    float: left;
    width: 65%;
    padding-right: 25px;
}

.en_index_part4_pagination {
    display: none;
}
 
.en_index_part4_box2 {
    float: right;
    width: 35%;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
 
.en_index_part4_main_swiper {
    width: 100%;
    height: 100%;
}
 
.en_index_part4_main_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
 
.en_index_part4_main_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.en_index_part4_thumbs_swiper {
    width: calc(100% - 25px);
    position: absolute;
    bottom: 0;
    left: 25px;
}
 
.en_index_part4_thumbs_swiper .swiper-slide {
    width: calc((100% - 25px) / 3);
    height: 120px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 0 6px;
}

.en_index_part4_thumbs_swiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}
 
.en_index_part4_thumbs_swiper .swiper-slide-active {
    opacity: 1;
}

.en_index_part4_thumbs_swiper .swiper-slide-active::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    transform: none;
    background: linear-gradient(270deg, #32529E, #E4007F);
}
 
.en_index_part4_thumbs_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.en_index_part4_pagination {
    text-align: center;
    margin-top: 20px;
}
 
.en_index_part4_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
 
.en_index_part4_pagination .swiper-pagination-bullet-active {
    background: #32529E;
}

.en_index_part4_thumbs_text {
    padding: 65px 0 153px;
    float: left;
    width: 35%;
    padding-left: 25px;
}

.en_index_part4_thumbs_text h3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #21252B;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.en_index_part4_thumbs_text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    margin: 11px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.en_index_part4_thumbs_text_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.en_index_part4_thumbs_text a {
    display: inline-block;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    font-style: normal;
    line-height: 1;
    padding: 13px 36px;
    background: #B3DDFC;
    border-radius: 18px;
}

.en_index_part4_thumbs_text .en_index_part4_pagination {
    margin-top: 0;
}

.en_index_part4 .en_index_part_content {
    background: linear-gradient(to bottom, #E8F5FF 80%, transparent 80%);;
}

.en_index_part4_link {
    overflow: hidden;
    padding: 80px 0 180px;
}

.en_index_part4_item {
    width: 25%;
    float: left;
}

.en_index_part4_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 51px 0 56px;
}

.en_index_part4_item_img {
    width: 135px;
    height: 135px;
    background: #32529E;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 11px solid #E8F5FF;
    margin-bottom: 35px;
    transition: 0.3s;
}

.en_index_part4_item_img img {
    display: none;
}

.en_index_part4_item_img img:first-child {
    display: block;
}

.en_index_part4_item_text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #21252B;
}

.en_index_part4_item a:hover {
    background: #E8F5FF;
    border-radius: 14px;
}

.en_index_part4_item a:hover .en_index_part4_item_img {
    background: #B3DDFC;
    border-color: #B3DDFC;
}

.en_index_part4_item a:hover .en_index_part4_item_img img:first-child {
    display: none;
}

.en_index_part4_item a:hover .en_index_part4_item_img img:last-child {
    display: block;
}

.en_index_part5 {
    background: url(/web2025/2026lgen_071.png) no-repeat center center;
    padding: 56px 0;
    margin-bottom: 156px;
}

.en_index_part5_left {
    width: 60%;
    float: left;
    padding-top: 63px;
}

.en_index_part5_left h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.en_index_part5_left h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #fff;
}

.en_index_part5_left p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 50px 0 90px;
    width: 57%;
}

.en_index_part5_left a {
    width: 296px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: rgba(179, 221, 252, .9);
    border-radius: 35px;   
}

.en_index_part5_left a img {
    width: 45px;
}

.en_index_part5_left a span {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #32529E;
}

.en_index_part5_left a i {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #32529E;
    border-radius: 50%;
    color: #E8F5FF;
    font-style: normal;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
}

.en_index_part5_right {
    width: 40%;
    float: right;
}

.en_index_part5_item {
    width: 50%;
    float: left;
    padding: 1px;
}

.en_index_part5_item a {
    background: rgba(255, 255, 255, .9);
    height: 239px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.en_index_part5_item.en_bg a {
    background: rgba(179, 221, 252, .9);
}

.en_index_part5_item a img{
    margin-bottom: 20px;
}

.en_index_part5_item a i {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #B3DDFC;
    border-radius: 50%;
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
}

.en_index_part5_item.en_bg a i {
    background: #E8F5FF;
    color: #B3DDFC;
}

.en_position {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px #b3ddfca1;
	margin-bottom: 80px;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #6E6E6E;
	padding: 22px 0;
}

.en_position a:last-child {
	color: #32529E;
}

.en_list_item_page {
	overflow: hidden;
	text-align: center;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
}

.en_list_item_page a {
	width: 31px;
	height: 31px;
	background: #EFEFF0;
	border-radius: 16px;
	display: inline-block;
	text-align: center;
	line-height: 31px;
	margin: 0 4px;
}

.en_list_item_page a.current {
	background: #32529E;
	color: #fff;
}

.en_list_item_page a.prev,
.en_list_item_page a.next {
	border: 1px solid #B3DDFC;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
}

.en_list {
    padding-bottom: 186px;
}

.en_list_left {
    overflow: hidden;
    padding-right: 13px;
    width: 270px;
    float: left;
}

.en_list_left ul li {
    margin-bottom: 4px;
}

.en_list_left ul li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #B3DDFC;
    padding: 20px 29px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #32529E;
}

.en_list_left ul li.active a,
.en_list_left ul li:hover a {
    background: #32529E;
    color: #fff;
}

.en_list_left ul li.active,
.en_list_left ul li:hover {
    position: relative;
}

.en_list_left ul li.active a::after,
.en_list_left ul li:hover a::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-width: 31px 0px 31px 13px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #32529E rgba(0, 0, 0, 0) #32529E;
}

.en_list_right {
    width: calc(100% - 270px);
    padding-left: 50px;
    float: right;
}

.en_list_item_box,
.en_list_item1 {
    overflow: hidden;
}

.en_list_item1 a {
    display: block;
    padding: 23px 30px;
    overflow: hidden;
    background: #e8f5ff;
    margin-bottom: 20px;
}

.en_list_item1:last-child a {
    margin-bottom: 0;
}

.en_list_item1_img {
    float: left;
    width: 290px;
}

.en_list_item1_img img {
    width: 100%;
}

.en_list_item1_text {
    float: left;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}

.en_list_item1_img + .en_list_item1_text {
    width: calc(100% - 290px);
    padding-left: 30px;
}

.en_list_item1_text h3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #21252B;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_list_item1_text i {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
}

.en_list_item1_text i::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #32529E;
    border-radius: 50%;
}

.en_list_item1_text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_list_item2_box {
    margin: 0 -15px;
    overflow: hidden;
}

.en_list_item2 {
    width: 33.3333333%;
    float: left;
    padding: 0 15px 50px;
}

.en_list_item2 a {
    display: block;
}

.en_list_item2_img {
    position: relative;
}

.en_list_item2_img::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.en_list_item2_img img {
    max-width: 100%;
    width: 380px;
    height: 214px;
}

.en_list_item2_img i {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.en_list_item2_img .en_list_bf {
    width: auto;
    height: auto;
} 

.en_list_item2_text {
    background: #E8F5FF;
    padding: 15px 30px;
    height: 88px;
}

.en_list_item2_text h3{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_list_search_box,
.en_list_search,
.en_search_text {
    overflow: hidden;
}

.en_list_search {
    text-align: center;
}

.en_search_box {
    position: relative;
    display: inline-block;
}

.en_list_search input {
    width: 654px;
    height: 80px;
    background: #E8F5FF;
    border-radius: 40px;
    padding: 0 75px 0 33px;
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 1;
}

.en_list_search img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.en_search_text {
    margin: 21px 0 56px;
    line-height: 1;
}

.en_search_text span {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1;
}

.en_search_text span i {
    font-style: normal;
}

.en_list_search_result {
    overflow: hidden;
    border-top: 1px solid #B3DDFC;
}

.en_list_search_result ul li {
    padding: 38px 0 30px;
    border-bottom: 1px solid #B3DDFC;
}

.en_list_search_result ul li a {
    display: block;
}

.en_list_search_result ul li a h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #21252B;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.en_list_search_result ul li a p {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    color: #6E6E6E;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.en_list_search_result ul li a span {
    color: #A11F8B;
}

.en_article_title {
    overflow: hidden;
}

.en_article_title h1 {
    font-family: Arial;
    font-weight: 400;
    font-size: 36px;
    color: #21252B;
    line-height: 50px;
    border-bottom: 1px solid #B3DDFC;
    padding-bottom: 26px;
}

.en_article_share {
    overflow: hidden;
    padding: 15px 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #6E6E6E;
    line-height: 1;
}

.en_share_box {
    float: right;
}

.en_article_content {
    text-align: center;
    margin-top: 50px;
}

.en_article_content p {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #6E6E6E;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.en_article_content img {
    max-width: 100%;
    margin-bottom: 40px;
}

.en_linving {
    margin: 0 -20px;
}

.en_linving_item {
    width: 33.333333333333333%;
    float: left;
    position: relative;
    padding: 0 20px;
    margin-bottom: 60px;
    z-index: 1;
}

.en_item_five {
    width: 50%;
}

.en_linving_cover {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    width: calc(100% - 40px);
    height: 100%;
    background: rgba(112, 182, 236, 0.4);
}

.en_linving_item::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -8px;
    left: 0;
    right: -8px;
    margin: auto;
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #B3DDFC;
    z-index: -1;
}

.en_linving_item::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -16px;
    left: 0;
    right: -16px;
    margin: auto;
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #B3DDFC;
    z-index: -1;
}

.en_linving_item>img {
    width: 100%;
}

.en_linving_item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: 100%;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.en_linving_item a i {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 4px 3px 10px 0px rgba(112,182,236,0.5);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.en_linving_item a p {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #32529E;
    line-height: 1;
}

.en_linving_item a:hover {
    background: #32529E;
}

.en_linving_item a:hover p {
    color: #FFFFFF;
}

.en_travel {
    background: url(/web2025/2026lgen_012.png) no-repeat center bottom;
}

.en_travel_part1_con {
    overflow: hidden;
}

.en_travel_swiper,
.en_business_swiper {
    background: linear-gradient(to top, #E8F5FF 85%, transparent 80%);
}

.en_travel_swiper .swiper-slide,
.en_business_swiper .swiper-slide {
    padding: 44px 34px;
}

.en_travel_swiper .swiper-slide a {
    display: block;
    overflow: hidden;
}

.en_travel_swiper_img,
.en_business_swiper_img {
    width: 55%;
    float: left;
}

.en_travel_swiper_img img,
.en_business_swiper_img img {
    width: 100%;
}

.en_travel_swiper_title,
.en_business_swiper_title {
    width: 45%;
    float: right;
    padding-left: 50px;
}

.en_travel_swiper_title h3,
.en_business_swiper_title h3 {
    margin: 90px 0 30px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 1;
}

.en_travel_swiper_title p,
.en_business_swiper_title p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en_travel_swiper .en_travel_swiper_pagination {
    margin-bottom: 65px;
    right: 17%;
    left: auto;
    width: auto;
    display: inline-block;
}
 
.en_travel_swiper_pagination .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}
 
.en_travel_swiper_pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #B3DDFC;
}

.en_travel_swiper_pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #32529E;
    border-radius: 50%;
}

.en_travel_part1 {
    margin-bottom: 80px;
}

.en_travel_part2_item1_box {
    overflow: hidden;
    margin: 0 -10px 70px;
}

.en_travel_part2_item1 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 10px;
}

.en_travel_part2_item1 div {
    background: #E8F5FF;
    padding: 30px 20px;
    box-shadow: 0px 5px 10px 0px rgba(50,82,158,0.15);
}

.en_travel_part2_item1 img {
    width: 100%;
}

.en_travel_part2_item1 h3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.en_travel_part2_item1 p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-align: left;
}

.en_travel_part2_item1 a {
    background: #B3DDFC;
    border-radius: 18px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    line-height: 1;
    font-style: italic;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 54px;
}

.en_travel_part2_item1 a i {
    background: #FFFFFF;
    border-radius: 50%;
    color: #32529E;
    display: inline-block;
    font-style: normal;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 30px;
}

.en_travel_part2_item1 a span {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.en_travel_part2_item1.active {
    width: 40%;
}

.en_travel_part2_item1.active div {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.en_travel_part2_item1.active a {
    text-align: left;
    margin-top: 0;
    width: 100%;
    background: linear-gradient(to right, #32529E, transparent);
    border-radius: inherit;
}

.en_travel_part2_item2_box {
    overflow: hidden;
    margin: 0 -12px;
}

.en_travel_part2_item2 {
    float: left;
    padding: 0 12px;
    margin: 22px 0 0;
    width: 33.3333333333333%;
}

.en_travel_part2_item2:nth-child(2n) {
    margin: 0 0 22px;
}

.en_travel_part2_item2 a {
    display: block;
    border-radius: 18px;
    position: relative;
}

.en_travel_part2_item2 a img {
    width: 100%;
}

.en_travel_part2_item2_title {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding-top: 18px;
}

.en_travel_part2_item2_title h3 {
    width: 199px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #21252B;
    position: relative;
}

.en_travel_part2_item2_title h3 i {
    font-style: normal;
    width: 36px;
    height: 36px;
    background: #E4007F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 16px;
    color: #E8F5FF;
    font-size: 14px;
}

.en_investment_part1 {
    background: url(/web2025/2026lgen_028.png) #fff no-repeat center bottom;
}

.en_investment_content {
    margin-bottom: 80px;
}

.en_business_swiper a,
.en_read_more {
    background: #B3DDFC;
    border-radius: 18px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    line-height: 1;
    font-style: italic;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 54px;
}

.en_policies {
    overflow: hidden;
    margin: 0 -30px 162px;
}

.en_policies_item {
    padding: 0 30px;
    float: left;
    width: 50%;
}

.en_policies_item a {
    display: block;
    border-top: 1px solid #E8F5FF;
    padding: 30px 0;
}

.en_policies_item a i {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #32529E;
    font-style: normal;
    background: #E8F5FF;
    display: inline-block;
    padding: 6px 16px 6px 31px;
    position: relative;
    margin-bottom: 25px;
}

.en_policies_item a i::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #32529E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.en_policies_item a p {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #21252B;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.en_policies_item a:hover p {
    color: #32529E;
}

.en_read_more {
    float: right;
    margin: 0 30px 0 0;
}

.en_keyAreas {
    text-align: center;
}

.en_key_swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.en_key_swiper .swiper-wrapper {
    align-items: center;
}

.en_key_swiper .swiper-slide {
    width: 300px;
    transform: scale(0.7);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.en_key_swiper .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
}

.en_key_swiper .swiper-slide-prev,
.en_key_swiper .swiper-slide-next {
    transform: scale(0.85);
    z-index: 2;
}

.en_key_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.en_key_swiper .swiper-slide p {
    text-align: center;
    margin-top: 30px;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #21252B;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
}

.en_key_swiper .swiper-slide-active p {
    opacity: 1;
}

/* 左右箭头样式 */
.en_key_swiper .en_key_prev,
.en_key_swiper .en_key_next {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 50px;
    height: 50px;
    background: rgba(50, 82, 158, 0.8);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    margin: 0;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

.en_key_swiper .en_key_prev {
    left: calc(50% - 260px);
}

.en_key_swiper .en_key_next {
    right: calc(50% - 260px);
}

.en_key_swiper .en_key_prev:hover,
.en_key_swiper .en_key_next:hover {
    background: #32529E;
    transform: translateY(-50%) scale(1.1);
}

.en_investment_part2 {
    padding: 80px 0 0;
}

.en_industries {
    overflow: hidden;
    margin: 0 -15px;
}

.en_industries_item {
    float: left;
    width: 33.333333333333333333333%;
    padding: 0 15px;
}

.en_industries_item_title {
    position: relative;
    margin-bottom: 2px;
    width: 100%;
}

.en_industries_item_title img {
    width: 100%;
}

.en_industries_item_title span {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #A11F8B;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
}

.en_industries_item_title span i {
    font-style: normal;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 10px;    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.en_industries_item_title span i::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #A11F8B;
    position: absolute;
    right: 0;
    bottom: 0;
}

.en_industries_item_content {
    background: #E8F5FF;
    padding: 30px 18px;
}

.en_industries_item_content ul li {
    margin-bottom: 15px;
}

.en_industries_item_content ul li a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #21252B;
    line-height: 1;
    display: block;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    padding-left: 10px;
    /* position: relative; */
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 24px;
}

.en_industries_item_content ul li a::after {
    content: '';
    width: 3px;
    height: 0.1px;
    background: #21252B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.en_list_leader_item,
.en_leader_item_top,
.en_leader_item_bottom {
    overflow: hidden;
}


.en_leader_item_top h1 {
    font-family: Arial;
    font-weight: 400;
    font-size: 36px;
    color: #21252B;
    line-height: 1;
}

.en_leader_item_top p {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #6E6E6E;
    line-height: 30px;
    margin: 25px 0 45px;
}

.en_leader_item_img {
    float: left;
    width: 282px;
}

.en_leader_item_img img {
    width: 100%;
}

.en_leader_item_text {
    float: right;
    width: calc(100% - 282px);
    padding-left: 33px;
}

.en_leader_item_text p {
    font-family: Arial;
    font-size: 20px;
    color: #32529E;
    line-height: 1;
    margin-bottom: 35px;
}

@media (max-width: 1500px) {
    .en_part3_container {
        width: 1200px;
        padding: 67px 80px 0;
    }
}

@media (max-width: 1200px) {
    .en_index_part1_item1_text {
        padding: 10px;
    }

    .en_index_part1_item1_text h4 {
        margin-top: 0;
    }

    .en_index_part2_swiper .swiper-slide,
    .en_part3_container {
        width: 992px;
    }

    .en_index_part2_prev{
        left: calc(50% - 460px);
    }

    .en_index_part2_next {
        right: calc(50% - 460px);
    }

    .en_index_part3_box1_link {
        width: 350px;
    }

    .en_part3_container {
        padding: 30px 30px 0;
    }

    .en_index_part4_swiper_img {
        padding-right: 15px;
    }

    .en_index_part4_thumbs_text {
        padding-left: 15px;
    }

    .en_index_part4_thumbs_swiper {
        left: 15px;
    }

    .en_index_part4_link {
        padding: 50px 0 100px;
    }
    
    .en_index_part5_left p {
        width: 69%;
    }

    .en_index_part3_item_text {
        padding: 10px 10px 20px;
    }

    .en_index_part3_item_text h4 {
            line-height: 20px;
    }

    .en_travel_swiper_title h3,
    .en_business_swiper_title h3 {
        margin: 70px 0 30px;
    }

    .en_travel_part2_item1 p {
        -webkit-line-clamp: 6;
    }

    .en_travel_part2_item1 a {
        margin-top: 25px;
        padding: 13px 20px
    }

    .en_travel_swiper_title p,
    .en_business_swiper_title p {
        -webkit-line-clamp: 7;
    }

    .en_index_part1_item1_img img {
        height: 180px;
    }

    .en_index_part3_item_img,
    .en_index_part3_item_img img {
        height: 160px;
    }

    .en_list_item2_img img {
        height: 190px;
    }
}

@media (max-width: 992px) {
    .en_index_part2_swiper .swiper-slide,
    .en_part3_container {
        width: 768px;
    }

    .en_index_part2_prev{
        left: calc(50% - 350px);
    }

    .en_index_part2_next {
        right: calc(50% - 350px);
    }

    .en_index_part3_left {
        width: 100%;
        text-align: center;
    }

    .en_index_part3_right {
        display: none;
    }

    .en_index_part3_left h3 {
        display: inline-block;
    }

    .en_index_part3_box1_link {
        position: static;
    }
    
    .en_index_part3 {
        background: #E8F5FF;
    }

    .en_index_part3_left p {
        font-family: Arial;
        font-weight: 400;
        font-size: 24px;
        color: #6E6E6E;
        line-height: 40px;
        text-align: left;
        margin: 20px 0;
    }

    .en_index_part3_box1_link {
        width: 90%;
    }

    .en_index_part4_thumbs_text {
        padding-top: 10px;
    }

    .en_index_part4_swiper_img {
        width: 60%;
    }

    .en_index_part4_thumbs_text,
    .en_index_part4_box2 {
        width: 40%;
    }

    .en_index_part4 .en_index_part_content {
        background: none;
    }

    .en_index_part5 {
        background-position: right;
    }

    .en_index_part5_item a {
        height: 175px;
    }

    .en_index_part5_item a i {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        font-size: 14px;
    }

    .en_index_part5_left {
        padding-top: 20px;
    }

    .en_index_part5_left p {
        margin: 30px 0;
    }
	
	.en_list_left {
		display: none;
	}

	.en_list_right,
    .en_travel_swiper_img,
    .en_business_swiper_img,
    .en_travel_swiper_title,
    .en_business_swiper_title {
		width: 100%;
		float: none;
		padding-left: 0;
	}

    .en_linving_item,
    .en_linving_item a,
    .en_linving_cover,
    .en_linving_item::before,
    .en_linving_item::after {
        width: 100%;
        padding: 0;
    }

    .en_linving {
        margin: 0;
    }

    .en_travel_swiper .swiper-slide,
    .en_business_swiper .swiper-slide {
        padding: 44px 34px 80px;
    }

    .en_travel_swiper,
    .en_business_swiper {
        background: #E8F5FF;
    }

    .en_travel_swiper .en_travel_swiper_pagination {
        margin-bottom: 0;
        right: 0;
        left: 0;
    }

    .en_travel_part2_item1,
    .en_travel_part2_item1.active,
    .en_industries_item {
        width: 100%;
        margin-bottom: 25px;
    }

    .en_travel_part2_item2 {
        width: 50%;
    }

    .en_travel_swiper_title p,
    .en_business_swiper_title p {
        display: block;
    }

    .en_policies_item {
        width: 100%;
    }

    .en_policies_item:last-child a {
        border-bottom: 1px solid #E8F5FF;
    }

    .en_read_more {
        margin: 40px 30px 0 0;
    }

    .en_key_swiper .en_key_prev {
        left: 0;
    }

    .en_key_swiper .en_key_next {
        right: 0;
    }
    
    .en_list_item2_img img {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .en_index_part1_item1_img,
    .en_index_part1_item1_text,
    .en_index_part5_left,
    .en_index_part5_right {
        float: none;
    }

    .en_part3_container {
        background: none;
    }

    .en_index_part1_item2Box {
        border: none;
    }

    .en_index_part2_prev, 
    .en_index_part2_next,
    .en_index_part4_thumbs_swiper,
    .en_index_part1_item2_readMore {
        display: none;
    }

    .en_index_part5_left {
        text-align: center;
    }

    .en_index_part1_item1_text h4,
    .en_index_part1_item2 h4,
    .en_index_part4_thumbs_text h3 {
        display: block;
    }

    .en_index_part2_swiper .swiper-slide,
    .en_part3_container,
    .en_index_part1_item1,
    .en_index_part1_item2,
    .en_index_part1_item1_img,
    .en_index_part1_item1_text,
    .en_index_part5_left,
    .en_index_part5_right,
    .en_index_part5_left p,
    .en_index_part4_swiper_img,
    .en_index_part4_thumbs_text,
    .en_index_part4_box1,
    .en_index_part4_box2,
    .en_index_part3_left img,
    .en_travel_part2_item2,
    .en_index_part1_item1_img img {
        width: 100%;
        height: auto;
    }

    .en_index_part3_item,
    .en_index_part4_item {
        width: 50%;
    }

    .en_index_part1_item2 {
        border-right: none;
        border-bottom: 1px solid #B3DDFC;
    }

    .en_index_part1_item2:last-child {
        border-bottom: none;
    }

    .en_index_part3_box1_link {
        width: calc(100% - 15px);
    }

    .en_index_part5 {
        background: url(/web2025/2026lgen_085.png) no-repeat center center;
        background-size: cover;
    }

    .en_index_part1_item1_text {
        padding: 20px;
    }

    .en_index_part1_item1,
    .en_index_part3_item,
    .en_travel_part2_item2 {
        margin-bottom: 40px;
    }

    .en_index_part1_item1Box {
        margin-bottom: 0;
    }

    .en_index_part1_item2 {
        padding: 10px 15px 16px;
    }

    .en_index_part1 {
        padding-top: 40px;
    }

    .en_index_part2,
    .en_index_part3,
    .en_index_part4,
    .en_index_part4_link {
        padding: 40px 0;
    }

    .en_index_part3_box2 {
        margin-top: 0;
    }

    .en_index_part4_thumbs_text {
        padding-bottom: 0;
    }

    .en_index_part4_swiper_img,
    .en_index_part4_thumbs_text {
        padding: 0;
    }

    .en_index_part4_box1 .en_index_part4_pagination {
        width: auto;
        right: 0;
        left: auto;
        display: inline-block;
    }
    
    .en_index_part4_pagination {
        text-align: center;
        margin-top: 30px;
    }
    
    .en_index_part4_pagination .swiper-pagination-bullet {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: transparent;
        opacity: 1;
        margin: 0 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        position: relative;
    }
    
    .en_index_part4_pagination .swiper-pagination-bullet-active {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #B3DDFC;
    }

    .en_index_part4_pagination .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        background: #32529E;
        border-radius: 50%;
    }

    .en_index_part4_item a {
        padding: 20px 0;
    }

    .en_index_part5_left h3::after {
        background: linear-gradient(270deg, #32529E, #E4007F);
    }

    .en_index_part5_left p {
        font-family: Arial;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: left;
        margin: 30px 0 60px;
    }

    .en_index_part5_left a {
        margin:0 auto 40px;
    }

    .en_index_part5_item a i {
        top: 20px;
        right: 22px;
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .en_position {
        box-shadow: none;
        margin-bottom: 40px;
    }

    .en_list {
        padding-bottom: 100px;
    }

    .en_list_item2 {
        width: 50%;
        padding-bottom: 30px;
    }

    .en_list_search input {
        width: 500px;
        height: 70px;
    }

    .en_leader_item_img {
        width: 200px;
    }

    .en_leader_item_text {
        width: calc(100% - 200px);
    }

    .en_index_part3_item_img, 
    .en_index_part3_item_img img {
        height: 205px;
    }

    .en_list_item2_img img {
        height: 214px;
    }
}

@media (max-width: 520px) {
    .en_index_part1 {
        padding-top: 15px;
    }

    .en_index_part2, 
    .en_index_part3, 
    .en_index_part4, 
    .en_index_part4_item a,
    .en_index_part5 {
        padding: 15px 0;
    }

    .en_index_part_title span,
    .en_index_part3_left h3,
    .en_index_part_title span a {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .en_index_part_title,
    .en_index_part1_item1, 
    .en_index_part3_left h3 {
        margin-bottom: 15px;
    }

    .en_index_part1_item1_text,
    .en_index_part1_item2 {
        padding: 10px;
    }

    .en_index_part1_item1_text h4,
    .en_index_part1_item2 h4,
    .en_index_part5_left h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .en_index_part1_item1_text h4,
    .en_index_part1_item2 h4,
    .en_index_part3_left p,
    .en_index_part5_left h3 {
        margin: 5px 0;
    }

    .en_index_part2_swiper {
        padding-bottom: 50px;
    }

    .en_index_part2_pagination .swiper-pagination-bullet,
    .en_index_part2_pagination .swiper-pagination-bullet-active,
    .en_index_part4_pagination .swiper-pagination-bullet,
    .en_index_part4_pagination .swiper-pagination-bullet-active,
    .en_index_part5_left a i,
    .en_travel_swiper_pagination .swiper-pagination-bullet,
    .en_travel_swiper_pagination .swiper-pagination-bullet-active,
    .en_travel_part2_item1 a i {
        width: 20px;
        height: 20px;
        margin: 0 4px;
    }

    .en_index_part3_left p,
    .en_index_part5_left p,
    .en_index_part5_left a span {
        font-size: 16px;
        line-height: 24px;
    }

    .en_index_part3_box1_link {
        height: 150px;
        padding-right: 30px;
    }

    .en_index_part3_box1_item a i,
    .en_index_part3_item,
    .en_index_part4_item_img {
        margin-bottom: 5px;
    }

    .en_part3_container {
        padding: 15px 15px 0;
    }

    .en_index_part3_item {
        width: 100%;
    }

    .en_index_part3_item_img, 
    .en_index_part3_item_img img,
    .en_list_item2_img img {
        width: 100%;
        height: auto;
    }

    .en_index_part3_item_text {
        width: 50%;
        padding: 10px 10px 30px;
    }

    .en_index_part4_item_text p,
    .en_index_part5_left a i {
        font-size: 14px;
    }

    .en_index_part4_item_img {
        width: 100px;
        height: 100px;
        border: 5px solid #E8F5FF;
    }

    .en_index_part4_item_img img,
    .en_index_part5_item a img {
        width: 38px;
    }

    .en_index_part4_link {
        padding: 0;
    }

    .en_index_part5_left p {
        margin: 15px 0;
    }

    .en_index_part5_left a {
        width: 200px;
        height: 40px;
        margin-bottom: 15px;
    }

    .en_index_part5_left a img {
        width: 20px;
    }

    .en_index_part5_left a i {
        line-height: 20px;
    }

    .en_index_part5_item a {
        height: 120px;
    }

    .en_index_part5_item a img {
        margin-bottom: 5px;
    }

    .en_index_part5_item a i {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .en_index_part5 {
        margin-bottom: 30px;
    }

    .en_position {
        padding: 15px 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    .en_list_item1 a {
        padding: 10px;
        margin-bottom: 15px;
    }

    .en_list_item1_img {
        width: 120px;
    }

    .en_list_item1_img + .en_list_item1_text {
        width: calc(100% - 120px);
        padding-left: 15px;
    }

    .en_list_item1_text p {
        display: none;
    }

    .en_list_item1_text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .en_list_item1_text i {
        margin: 0;
    }

    .en_list_item_page {
        margin-top: 15px;
    }

    .en_list_item_page a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        margin: 0 2px;
    }

    .en_list_item_page a.pre, 
    .en_list_item_page a.next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .en_list {
        padding-bottom: 40px;
    }

    .en_list_item2 {
        width: 100%;
        padding-bottom: 15px;
    }

    .en_list_item2_text {
        height: 60px;
        padding: 10px;
    }

    .en_list_item2_text h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .en_list_item2_img i {
        width: 40px;
        height: 40px;
    }

    .en_list_item2_img .en_list_bf {
        width: 15px;
    }

    .en_list_search input {
        width: 300px;
        height: 40px;
        font-size: 18px;
        padding: 0 40px 0 15px;
    }

    .en_list_search img {
        width: 20px;
        right: 15px;
    }

    .en_search_text {
        margin: 15px 0;
    }

    .en_search_text span {
        font-size: 14px;
    }

    .en_list_search_result ul li {
        padding: 15px 0;
    }

    .en_list_search_result ul li a h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .en_list_search_result ul li a p,
    .en_article_content p {
        font-size: 14px;
        line-height: 20px;
    }

    .en_article_title h1 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 10px;
    }

    .en_article_share,
    .en_linving_item a p {
        font-size: 14px;
    }

    .en_article_content {
        margin-top: 0;
    }

    .en_article_content p,
    .en_article_content img {
        margin-bottom: 15px;
    }

    .en_share_box img {
        width: 18px;
    }

    .en_linving_item {
        margin-bottom: 20px;
    }

    .en_linving_item a i {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .en_linving_item a i img {
        width: 30px;
    }

    .en_travel_swiper .swiper-slide,
    .en_business_swiper .swiper-slide {
        padding: 15px 15px 40px;
    }

    .en_travel_swiper_title h3,
    .en_business_swiper_title h3 {
        margin: 15px 0;
    }

    .en_travel_part1 {
        margin-bottom: 40px;
    }

    .en_travel_part2_item1.active a {
        padding: 10px;
    }

    .en_travel_part2_item1 a i {
        line-height: 20px;
    }

    .en_travel_part2_item1 a span {
        font-size: 18px;
    }

    .en_travel_part2_item1, 
    .en_travel_part2_item1.active {
        margin-bottom: 15px;
    }

    .en_travel_part2_item1 div {
        padding: 10px;
    }

    .en_travel_part2_item1 h3 {
        margin-bottom: 5px;
    }

    .en_travel_part2_item1 p {
        display: block;
    }

    .en_travel_part2_item1 a {
        margin-top: 15px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .en_travel_part2_item1 {
        padding: 0;
    }

    .en_travel_part2_item1_box,
    .en_travel_part2_item2_box {
        margin: 0 0 20px;
    }

    .en_travel_part2_item2 {
        margin: 0 0 15px 0;
        padding: 0 15px 0 0;
    }

    .en_travel_part2_item2:nth-child(2n) {
        margin: 0 0 15px 0;
        padding: 0 0 0 15px;
    }

    .en_travel_part2_item2_title h3 {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 10px
    }

    .en_travel_part2_item2_title h3 i {
        width: 24px;
        height: 24px;
        font-size: 12px;
        right: 10px;
    }

    .en_business_swiper a {
        margin-top: 15px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .en_investment_content {
        margin-bottom: 30px;
    }

    .en_policies_item a {
        padding: 15px 0
    }

    .en_policies_item a i {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .en_policies_item a i::after {
        width: 4px;
        height: 4px;
        left: 10px;
    }

    .en_policies_item a p {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }

    .en_policies {
        margin: 0 -15px 30px;
        background-color: #fff;
    }

    .en_policies_item {
        padding: 0 15px;
    }

    .en_read_more {
        margin: 20px 15px;
        font-size: 12px;
        padding: 8px 20px;
    }

    .en_key_swiper {
        padding: 0;
    }

    .en_key_swiper .swiper-slide p {
        margin-top: 10px;
        font-size: 16px;
    }

    .en_key_swiper .en_key_prev, 
    .en_key_swiper .en_key_next {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        transform: translateY(-70%);
    }

    .en_investment_part2 {
        padding-top: 30px;
    }

    .en_industries_item_title span {
        font-size: 18px;
    }

    .en_industries_item_content {
        padding: 20px 12px;
    }

    .en_industries_item_content ul li a {
        font-size: 14px;
    }

    .en_industries_item_content ul li {
        margin-bottom: 10px;
    }

    .en_industries_item {
        margin-bottom: 15px;
    }

    .en_industries_item:last-child {
        margin-bottom: 0;
    }

    .en_industries {
        margin: 0 -15px;
    }

    .en_leader_item_top h1 {
        font-size: 24px;
    }

    .en_leader_item_top p {
        font-size: 16px;
        margin: 15px 0;
        line-height: 24px;
    }

    .en_leader_item_img {
        width: 120px;
    }

    .en_leader_item_text {
        width: calc(100% - 120px);
        padding-left: 15px;
    }

    .en_leader_item_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}