.banner_img {
  width: 100%;
  max-height: 700px;
  height: auto;
  display: flex;
}
.vertical_node{
  background: #FFF;
}
.banner {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.about_layer{
  padding-left: 8%;
}
.about_head{
  padding-right: 8%;
}
.banner_indicator {
  position: absolute;
  top: 95% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: fit-content !important;
  bottom: 0 !important;
}
.banner_indicator .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  background: transparent;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.banner_indicator .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.about {
  width: 100%;
  min-height: 100%;
  background-image: url("../static/about_bg.png");
  background-size: 100% 100%;
  padding: 40px 0;
}
.about_left {
  width: fit-content;
  min-width: fit-content;
}
.about_title {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}
.about_title::after {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 28px;
  background: #005DA4;
  content: "";
}
.about_subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}
.about_right {
  flex: 0.85;
  padding: 0 60px;
  position: relative;
}
.about_right::after {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  content: "";
}
.about_section {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.about_round {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #999999;
  cursor: pointer;
}
.about_icon {
  width: 36px;
  height: 36px;
}
.section_title {
  margin-top: 38px;
}
.sectione_active {
  color: #005DA4;
}
.round_active {
  background: #005DA4;
  border-color: #005DA4;
}
.slider_active::after {
  position: absolute;
  top: 83px;
  left: 50%;
  width: 100px;
  height: 4px;
  background: #005DA4;
  content: "";
  z-index: 1;
  transform: translate(-50%, -50%);
}
.about_introduce {
  margin-top: 50px;
}
.introduce_left {
  width: 44%;
  background: #fff;
  padding: 70px;
}
.introduce_right {
  flex: 1;
}
.about_layer {
  max-width: 1920px;
  margin: 0 auto;
}
.introduce_title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.introduce_content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 30px 0;
  height: 340px;
  overflow-y: auto;
}
.introduce_link {
  width: 145px;
  height: 40px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #005DA4;
  font-weight: 400;
  font-size: 16px;
  color: #005DA4;
}
.link_right {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.introduce_picture {
  width: 100%;
  height: 614px;
}
.product {
  padding: 55px 0;
}
.product_scroll {
  overflow: hidden;
  margin-top: 100px;
}
.product_box {
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_box:hover {
  /* width: 880px; */
}
.product_img {
  width: 880px;
  height: 768px;
}
.upper_layer {
  position: absolute;
  /* top: 75%; */
  /* left: 30%; */
  padding:20px;
  bottom: 3px;
  transition: all 0.9s;
  background: rgba(51,51,51,0.7);
  /* text-align: center; */
  border-radius: 0 0 30px 30px;
  opacity: 0;
  width: 100%;
}
.roundabout-in-focus .upper_layer{
  opacity: 1;
}
.product_box:hover .upper_layer {
  /* left: 8%; */
  /* text-align: left; */
}
/* .product_box:hover .upper_layer .upper_content {
  width: 95%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: unset;
  white-space: normal;
} */
.product_box:hover .upper_layer .upper_link {
  /* display: flex; */
}
.upper_title {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
}
.upper_content {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  /* width: 126px; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  margin: 10px 0;
}
.upper_link {
  width: 39px;
  height: 28px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.scheme {
  width: 100%;
  height: 900px;
  background-image: url("../static/schemes_0.png");
  background-size: 100% 100%;
  position: relative;
  transition: all .8s ease;
}
.scheme_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 130px 0 60px 0;
}
.white_color {
  color: #ffffff;
  padding-left: 22px;
}
.white_color::after {
  background: #fff;
}
.scheme_content {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  width: 627px;
  margin-top: 40px;
  height: 200px;
  overflow-y: auto;
}
.scheme_option {
  width: 15.8%;
  height: 272px;
  background: transparent;
  border-radius: 1px 1px 1px 1px;
  position: relative;
  transition: all .8s;
}
.scheme_active {
  background: #005DA4;
}
.scheme_option:hover {
  background: #005DA4;
}
.scheme_option:hover .scheme_sequence {
  opacity: 1;
}
.scheme_business {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.scheme_container {
  position: relative;
}
.scheme_floating {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 208px;
}
.scheme_floating::after {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
}
.scheme_more {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.pointto_icon {
  width: 38px;
  height: 38px;
  animation: scaleAnimation 2s infinite linear;
}
@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.scheme_business::after {
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: "";
  z-index: -1;
}
.scheme_business::before {
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: "";
  z-index: -1;
}
.scheme_floating {
  position: absolute;
}
.scheme_icon {
  width: 64px;
  height: 64px;
}
.scheme_title {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin: 5px 0;
}
.scheme_english {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.scheme_sequence {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 44px;
  opacity: 0;
  transition: all 0.3s;
}
.sequence_active {
  opacity: 1;
}
.news {
  min-height: 934px;
  position: relative;
  z-index: 1;
}
.news_up {
  position: absolute;
  top: 100px;
  right: 0;
  width: 920px;
  height: 486px;
  z-index: -1;
}
.news_down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 491px;
  height: 502px;
  z-index: -1;
}
.news_container {
  padding-top: 60px;
}
.news_head {
  align-items: flex-end;
}
.news_button {
  width: 142px;
  height: 47px;
  background: #ffffff;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid #005DA4 !important;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.news_active {
  background: #005DA4;
  color: #fff;
}
.news_layer {
  margin-top: 70px;
}
.news_left {
  width: 56%;
}
.news_right {
  width: 40%;
}
.news_main {
  width: 48.8%;
}
.news_view {
  width: 100%;
}
.news_img {
  width: 100%;
  height: 274px;
  border-radius: 15px 15px 0 0;
}
.news_card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(217, 217, 217, 0.25);
  border-radius: 0px 0px 15px 15px;
  padding: 20px;
}
.news_title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.news_content {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin: 20px 0;
}
.news_time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.newsx_link {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.newsx_link:last-child {
  margin-bottom: 0;
}
.purpose{
  padding-bottom: 100px;
}
.purpose_head {
  position: relative;
}
.purpose_img {
  width: 100%;
  height: 399px;
}
.purpose_layer {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.purpose_title {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  margin-bottom: 45px;
  text-align: center;
}
.purpose_content {
  width: 843px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.purpose_link {
  width: 54px;
  height: 40px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #005DA4;
  margin: 50px 0;
}
.purpose_box {
}
.purpose_icon {
  width: 45px;
  height: 45px;
}
.partition_title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 20px 0 40px 0;
  position: relative;
}
.partition_title::after {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 48px;
  height: 1px;
  background: #999999;
}
.partition_number {
  font-weight: bold;
  font-size: 50px;
  color: #000000;
  position: relative;
}
.partition_number::after{
  position: absolute;
  bottom: 15px;
  right: -20px;
  content: "+";
font-weight: 400;
font-size: 22px;
color: #000000;
}

#certify {
	position: relative;
  width: 98%;
  margin: 100px auto 50px auto;
}

#certify .swiper-container {
  overflow: hidden;
}

#certify  .swiper-slide {
	width: 600px;
  position: relative;
	/* height: 408px; */
	/* background: #fff; */
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
  max-width: 100%;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}



.timeline {
  width: 100%;
}
.timeline .swiper-container {
  height: calc(100vh - 83);
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.vertical_box{
  display: block !important;
}
.vertical_scroll .swiper-container {
  width: 100%;
  position: relative;
  height: 100vh;
}
.vertical_wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
#gla{
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:600px;
}
#gla_box{
	width:90%;
	margin:0 auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;
}
.gla_inbox img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.roundabout-holder {
	height: 450px;
  z-index: 1;
}
.roundabout-moveable-item {
	display:block;
	width: 700px;;
  height: 300px;
	cursor: pointer;
}
.upper_icon {
  width: 15px !important;
  height: 15px !important;
}
/* .vertical_scroll .about,.vertical_scroll .product,.vertical_scroll .scheme,.vertical_scroll .news,.vertical_scroll .purpose{
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: 3s ease .4s;
} */
/* .vertical_scroll .swiper-slide-active .about,.vertical_scroll .swiper-slide-active .product,.vertical_scroll .swiper-slide-active .scheme,.vertical_scroll .swiper-slide-active .news,.vertical_scroll .swiper-slide-active .purpose{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .8s ease 1s;
}
.vertical_scroll .swiper-slide .about_title,.vertical_scroll .swiper-slide .about_subtitle,.vertical_scroll .swiper-slide .about_right, .vertical_scroll .swiper-slide .introduce_title ,.vertical_scroll .swiper-slide .introduce_content , .vertical_scroll .swiper-slide .introduce_link,.vertical_scroll .swiper-slide .scheme_content,.vertical_scroll .swiper-slide .scheme_business,.vertical_scroll .swiper-slide .news_main,.vertical_scroll .swiper-slide .news_operate,.vertical_scroll .swiper-slide .newsx_link,.vertical_scroll .swiper-slide .purpose_title,.vertical_scroll .swiper-slide .purpose_content,.vertical_scroll .swiper-slide .purpose_box,.vertical_scroll .swiper-slide #gla,.vertical_scroll .swiper-slide .introduce_picture{
  opacity: 0;
  transition: .8s ease .4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}
.vertical_scroll .swiper-slide-active .about_title,.vertical_scroll .swiper-slide-active .about_subtitle,.vertical_scroll .swiper-slide-active .about_right,.vertical_scroll .swiper-slide-active .introduce_title, .vertical_scroll .swiper-slide-active .introduce_content,.vertical_scroll .swiper-slide-active .introduce_link,.vertical_scroll .swiper-slide-active .scheme_content,.vertical_scroll .swiper-slide-active .scheme_business,.vertical_scroll .swiper-slide-active .news_main,.vertical_scroll .swiper-slide-active .news_operate,.vertical_scroll .swiper-slide-active .newsx_link,.vertical_scroll .swiper-slide-active .purpose_title,.vertical_scroll .swiper-slide-active .purpose_content,.vertical_scroll .swiper-slide-active .purpose_box,.vertical_scroll .swiper-slide-active #gla,.vertical_scroll .swiper-slide-active .introduce_picture{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .8s ease 1.6s;
} */
::-webkit-scrollbar {
  width: 10px;
}
::-ms-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgb(230, 229, 229); 
}
::-ms-scrollbar-thumb {
  background: rgb(230, 229, 229); 
}
.superiority{
  padding-top: 60px;
}
.purpose_section{
  padding: 80px 0 30px 0;
}