﻿.banner.fade {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  --swiper-pagination-bottom: 10vw;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-width: 1.38vw;
  --swiper-pagination-bullet-height: 1.38vw;
  --swiper-pagination-bullet-inactive-opacity: 0.6;
  --swiper-pagination-bullet-horizontal-gap: 0.5vw;
}

.wrap .top_header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background: linear-gradient(180deg, #1451CC 0%, rgba(38, 101, 231, 0) 100%);
}

.banner .swiper-container {
  height: 100%;
  width: 100%;
}

/* .banner .swiper-slide .pic {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center center;
} */

.linkmap {
  display: none;
}

.main_content {
  width: 62.5vw;
  margin: 0 auto;
}

.row1 {
  width: 100%;
  height: 41.7vw;
  background: url(/Content/Areas/Common/images/Eng/bg4.png) no-repeat top center;
  background-size: contain;
  padding-top: 6.2vw;
  box-sizing: border-box;
}

.row1_right {
  float: right;
}

.row1_right img {
  width: 26.67vw;
}

.row1_left {
  float: left;
  width: 30.73vw;
}

.row1_left .EngArticle {
  margin-bottom: 2.14vw;
}

.row1_left .EngArticle h2 a {
  font-size: 1.3vw;
  line-height: 2.16vw;
  margin-bottom: 2vw;
  display: block;
}

.row1_left .EngArticle>p {
  font-size: 0.85vw;
  line-height: 1.72vw;
}

.row1_left .EngArticle>p .details {
  display: none;
}

.EngMore {
  width: 10vw;
  height: 2.7vw;
  line-height: 2.7vw;
  text-align: center;
  display: block;
  background: #245CCE;
  color: #fff;
  font-size: 1.05vw;
  border-radius: 5.21vw;
  border: 0.03vw solid #245CCE;
  transition: all 0.2s;
}

.EngMore:hover {
  background: #fff;
  color: #245CCE;
}

.row2 {
  width: 100%;
  height: 45.21vw;
  background: #E6EEFB;
  padding-top: 6.25vw;
  box-sizing: border-box;
}

.row2_left {
  width: 21.46vw;
  height: 31.46vw;
  background: url(/Content/Areas/Common/images/Eng/bg1.png) no-repeat top center;
  background-size: contain;
  padding: 21.5vw 1.67vw 3.49vw;
  box-sizing: border-box;
  float: left;
}

.row2_left span {
  font-size: 1.46vw;
  color: #fff;
}

.EngMore2 {
  width: 100%;
  border: 0.03vw solid #fff;
  border-radius: 5.73vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3vw;
  margin-top: 1.77vw;
}

.row2_left .EngMore2 span {
  font-size: 0.94vw;
}

.EngMore2 img {
  width: 1.2vw;
  margin-left: 1.04vw;
  transition: all 0.2s;
}

.EngMore2:hover img {
  margin-left: 2.04vw;
}

.row2_right {
  width: 41.04vw;
  float: right;
  height: 31.46vw;
  border: 0.05vw solid #9DADDE;
  box-sizing: border-box;
  border-left: none;
  border-radius: 0 1vw 1vw 0;
  overflow: hidden;
}

ul.tab_title {
  width: 100%;
  height: 7.66vw;
  background: #E5ECF9;
  padding: 2.24vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

ul.tab_title li {
  background: #BBC4DB;
  font-size: 1.17vw;
  color: #fff;
  border-radius: 2.24vw;
  height: 2.86vw;
  padding: 0.6vw 1vw;
  box-sizing: border-box;
  margin: 0 0.73vw;
}

ul.tab_title li.active {
  background: #245CCE;
}

.tab_content {
  background: #fff url(/Content/Areas/Common/images/Eng/bg5.png) no-repeat right bottom;
  height: 23.8vw;
  padding: 4.17vw 6.56vw;
  box-sizing: border-box;
  position: relative;
  background-size: 23.58vw 20.78vw;
  /* overflow-y: auto; */
}

.tab_content ul {
  display: flex;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  left: 6.56vw;
  top: 4.17vw;
  height: calc(100% - 8.34vw);
  overflow-y: auto;
}

.tab_content ul.selected {
  display: flex;
}

.tab_content ul li {
  width: 8.33vw;
  /* height: 2.6vw; */
  border: 0.03vw solid #245CCE;
  box-sizing: border-box;
  border-radius: 0.42vw;
  margin-right: 1.44vw;
  margin-bottom: 1.3vw;
  overflow: hidden;
}

.tab_content ul li:nth-child(3n) {
  margin-right: 0;
}

.tab_content ul li a {
  width: 100%;
  height: 100%;
  color: #245CCE;
  background: #F3F8FF;
  font-size: 0.83vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.tab_content ul li a:hover {
  color: #fff;
  background: #245CCE;
}

.row3 {
  width: 100%;
  height: 32.97vw;
  background: url(/Content/Areas/Common/images/Eng/bg3.png) no-repeat top center;
  background-size: contain;
  padding-top: 6.25vw;
  box-sizing: border-box;
}

.row3_title {
  color: #245CCE;
  font-size: 2.29vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.45vw;
}

.EngMore3 {
  color: #245CCE;
  font-size: 0.94vw;
}

.EngMore3 img {
  margin-left: 0.52vw;
  width: 1.25vw;
  transition: all 0.2s;
}

.EngMore3:hover img {
  margin-left: 1vw;
}

ul.row3_content li a.img_box {}

ul.row3_content {
  display: flex;
  justify-content: space-between;
}

ul.row3_content li a.img_box {
  display: block;
  width: 100%;
  height: 9.78vw;
  overflow: hidden;
  position: relative;
  background: #fff;
}

ul.row3_content li {
  width: 14.84vw;
}

ul.row3_content li a.img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

ul.row3_content li a.title_type {
  font-size: 1.15vw;
  color: #384052;
  text-align: center;
  display: block;
  margin-top: 1.04vw;
}

ul.row3_content li a.img_box:hover img {
  transform: translateY(-50%) scale(1.1);
}

.row4 {
  width: 100%;
  height: 46.82vw;
  background: #fff;
  position: relative;
  padding-top: 6vw;
  box-sizing: border-box;
}

.row4::after {
  width: 8.23vw;
  height: 19.9vw;
  background: #245CCE;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.row4::before {
  width: 13.07vw;
  height: 13.07vw;
  background: #AAC7FB;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5.94vw;
  z-index: 999;
}

.row4_right {
  width: 26.61vw;
  float: right;
}

.row4_left {
  width: 31.04vw;
  float: left;
}

.row4 .row3_title {
  margin-bottom: 4vw;
}

.row4_right ul li a {
  font-size: 1.04vw;
  line-height: 1.22vw;
  display: block;
}

.row4_right ul li {
  border-bottom: 0.03vw solid #D8D8D8;
  padding-bottom: 0.94vw;
  padding-top: 1.9vw;
}

.row4_right ul li span {
  font-size: 0.83vw;
  display: block;
  margin-top: 0.8vw;
}

.row4_right ul li:nth-last-child(1) {
  border-bottom: none;
}

.row4_right ul li:hover {
  border-color: #245CCE;
}

.row4_article h2 a {
  font-size: 1.67vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 0.8vw;
}

.row4_right ul li:nth-child(1) {
  padding-top: 0.5vw;
}

.row4_article p {
  font-size: 1vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 1vw;
}

.row4_article p .details {
  display: none;
}

.row4_left_swiper {
  width: 31.04vw;
  height: 17.81vw;
  margin-top: 2.2vw;
  overflow: hidden;
  position: relative;
}

.row4_left_swiper .title_type {
  color: #fff;
  font-size: 1vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  bottom: 1vw;
  left: 2.08vw;
}

.row4_left_swiper .img_box {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.row4_left_swiper .img_box:hover img {
  transform: scale(1.1);
}

.row4_left_swiper .img_box img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}

.swiper-pagination_4 {
  position: absolute;
  bottom: 1.15vw !important;
  z-index: 99;
  display: flex;
  flex-direction: row-reverse;
  right: 2.08vw !important;
  left: inherit !important;
}

.swiper-pagination_4 .swiper-pagination-bullet {
  width: 1.15vw;
  height: 0.52vw;
  background: #D0D4E1;
  border-radius: 5.21vw;
  margin-left: 0.52vw;
}

.row4_left_swiper .img_box::after {
  content: "";
  height: 6.2vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
}

.swiper-pagination_4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.02vw;
  background: #982A2D;
}

.allmap {
  width: 100%;
  height: 25.78vw;
}

.Map_right {
  width: 30%;
  height: 25.78vw;
  background: #366AD3;
  /* border-radius: 2vw 0 0 2vw; */
  padding: 1.5vw 1.5vw;
  box-sizing: border-box;
}

.Map {
  position: relative;
  padding: 6vw 0;
  background-image: url(/Sites/Uploaded/UserUpLoad/20250730/20250730151152.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

img.map_logo {
  width: 100%;
}

.Map_right ul {
  margin-top: 1.19vw;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  overflow-y: scroll;
  height: 19.8vw;
  padding-right: 15px;
}

.Map_right ul::-webkit-scrollbar {
  width: 5px;
}

.Map_right ul::-webkit-scrollbar-thumb {

  background-color: #DDDDDD;
  position: relative;
}

.Map_right ul::-webkit-scrollbar-track {
  background: #245CCE;
}

.Map_right ul li img {
  width: 1.39vw;
  margin-right: 0.89vw;
}

.Map_right ul li {
  margin-bottom: 0.31vw;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.Map_right p {
  font-size: 0.73vw;
  line-height: 0.94vw;
  color: #fff;
  /* margin-top: 1.46vw; */
}

.Map_con {
  display: flex;
}

.Map_left {
  width: 70%;
}
.home_banner{
 position: relative;
}
.scroll-indicator {
 position: absolute;
 bottom: 50px;
 left: 50%;
 color: white;
 animation: bounce 2s infinite;
 cursor: pointer;
 z-index: 10;
 transition: all 0.3s ease;
 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
 width: 45px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
 transform: translateY(0) translateX(-50%);
  }

  40% {
 transform: translateY(-20px) translateX(-50%);
  }

  60% {
 transform: translateY(-10px) translateX(-50%);
  }
}
@media only screen and (max-width: 1280px) {

  .banner.fade {
 height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-indicator{
 display:none;
  }
  .phone_header .phone-btn {
 top: -40px;
  }


  .row1 {
 background-size: cover;
 background-size: cover;
 padding-bottom: 6.2vw;
 height: auto;
  }

  .row1_left {
 width: 70%;
  }

  .row1_right {
 width: 30%;
  }

  .row1_right img {
 max-width: 100%;
  }

  .row1_left .EngArticle h2 a {
 font-size: 16px;
 line-height: initial;
  }

  .row1_left .EngArticle>p {
 font-size: 14px;
 line-height: 20px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
  }

  .row2_left {
 width: 30%;
 background-size: cover;
 height: 42.46vw;
  }

  .row2_right {
 width: 65%;
 height: 42.46vw;
  }

  ul.tab_title li {
 font-size: 16px;
 padding: 10px;
  }

  .row2_left span {
 font-size: 16px;
  }

  .row2_left {
 padding-top: 10vw;
  }

  .EngMore2 {
 font-size: 14px;
 height: auto;
 margin-top: 20px;
  }

  .EngMore2 span {
 font-size: 12px;
  }

  ul.tab_title {
 height: auto;
  }

  ul.tab_title li {
 font-size: 12px;
 height: auto;
  }

  .tab_content ul li {
 width: 46%;
 margin-right: 0;
  }

  .tab_content ul li a {
 font-size: 12px;
  }

  .tab_content ul {
 justify-content: space-between;
 top: 0;
 padding: 10px;
  }

  .tab_content {
 padding: 0;
  }

  .tab_content ul {
 left: auto;
  }

  .row2 {
 height: auto;
  }

  .row3_title {
 font-size: 16px;
  }

  .EngMore3 {
 font-size: 13px;
  }

  .EngMore3 img {
 width: auto;
 margin-left: 10px;
  }

  .EngMore3:hover img {
 margin-left: 15px;
  }

  ul.row3_content {
 flex-wrap: wrap;
  }

  .row3 {
 height: auto;
 background-size: cover;
  }

  ul.row3_content li {
 width: 48%;
  }

  ul.row3_content li a.title_type {
 font-size: 14px;
  }

  ul.row3_content li a.img_box {
 height: 30.78vw;
  }

  .row4_left {
 width: 100%;
 height: auto;
 margin-bottom: 15px;
  }

  .row4_right {
 width: 100%;
  }

  .row4 {
 height: auto;
  }

  .row4_article h2 a {
 font-size: 14px;
  }

  .row4_article p {
 font-size: 12px;
  }

  .row4_right ul li a {
 font-size: 14px;
 line-height: initial;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
  }

  .row4_right ul li span {
 font-size: 14px;
 line-height: initial;
  }

  .row4::after {
 display: none;
  }

  .row4::before {
 display: none;
  }

  .Map_right {
 position: initial;
 width: 100%;
 height: auto;
 border-radius: 0;
  }

  img.map_logo {
 width: 100%;
  }

  .Map_right ul li img {
 width: 25px;
  }

  .Map_con {
 display: block;
  }

  .Map_right ul {
 font-size: 14px;
  }

  .row2_left .EngMore2 span {
 font-size: 14px;
  }

  .Map_left {
 width: 100%;
  }

  .allmap {
 height: 300px;
  }

  .EngMore {
 width: 100px;
 height: 23px;
 line-height: 23px;
 font-size: 14PX;

  }
  .row4_left_swiper{
 width: 100%;
 height: auto;
  }
} 