.home_banner{
  position: relative;
  margin-top: 6.25vw;
}


#home_swiper1 .swiper-wrapper .swiper-slide {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#home_swiper1 .swiper-wrapper .swiper-slide.swiper-slide-active .home_swiper1_box {
  transform: translateY(-50%);
  opacity: 1;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box {
  position: absolute;
  left: 8.333333vw;
  top: 50%;
  transition: all 1s;
  opacity: 0;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box .label {
  position: relative;
  padding-top: 1.40625vw;
  margin-bottom: 1.5625vw;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box .label span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 120%;
  color: #1A5D9F;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box .label i {
  font-family: 'Rafael';
  font-style: normal;
  font-weight: 400;
  font-size: 2.083333vw;
  line-height: 2.5vw;
  color: #1A5D9F;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box h3,
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box h2 {
  font-family: 'YouSheBiaoTiHei';
  font-style: normal;
  font-weight: 400;
  font-size: 3.854167vw;
  line-height: 100%;
  color: #1A5D9F;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box h3 {
  color: #1A5D9F;
}
#home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box p {
  margin: 1.302083vw 0 4.166667vw;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 120%;
  color: #1A5D9F;
}
.home_title {
  text-align: center;
  margin: 6.25vw 0 2.083333vw;
}
.home_title .text {
  font-size: 1.041667vw;
  line-height: 1.25vw;
  text-align: center;
  color: #646464;
  margin-bottom: 1.041667vw;
}
.home_title .PlaceHopesOn {
  padding-bottom: 1.5625vw;
  position: relative;
}
.home_title .PlaceHopesOn span {
  font-family: 'PingFang SC';
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 2.9166667vw;
  text-align: center;
  color: #181A1B;
  display: inline-block;
}
.home_title .PlaceHopesOn span:nth-child(2) {
  color: #1A5D9F;
}
.home_title .PlaceHopesOn::after {
  content: '';
  position: absolute;
  width: 6.25vw;
  height: 0.260416vw;
  background-color: #8CBA54;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home_about {
  background-image: url(../imgs/home_15.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.home_about .center {
  max-width: 48.177083vw;
  width: 100%;
  margin: 0 auto 2.864583vw;
}
.home_about .center p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  text-align: center;
  color: #646464;
}
.home_about .home_about_list {
  overflow: hidden;
  max-width: 60.416667vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about .home_about_list .home_about_list_box {
  flex: 0 0 33.333%;
  margin-bottom: 3.125vw;
  text-align: center;
}
/* .home_about .home_about_list .home_about_list_box:nth-child(2) {
  padding-left: 6vw;
}
.home_about .home_about_list .home_about_list_box:nth-child(3) {
  padding-left: 3vw;
}
.home_about .home_about_list .home_about_list_box:nth-child(5) {
  padding-left: 6vw;
}
.home_about .home_about_list .home_about_list_box:nth-child(6) {
  padding-left: 3vw;
} */
.home_about .home_about_list .home_about_list_box h2 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 3.333333vw;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0.78125vw;
  color: #A0A0A0;
  transition: all 0.4s;
}
.home_about .home_about_list .home_about_list_box p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #A0A0A0;
  transition: all 0.4s;
}
.home_about .home_about_list .home_about_list_box.on h2,
.home_about .home_about_list .home_about_list_box.on p {
  color: #1A5D9F;
}
.home_about .button {
  text-align: center;
  margin-bottom: 6.25vw;
}
.home_service {
  overflow: hidden;
  position: relative;
}
.home_service .home_service_content {
  display: flex;
}
.home_service .home_service_content .home_service_content_left {
  flex: 0 0 36.458333vw;
  padding-left: 12.5vw;
  position: relative;
}
.home_service .home_service_content .home_service_content_left .home_service_list {
  display: flex;
  flex-direction: column;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title {
  padding: 0.885417vw 0 1.041667vw;
  cursor: pointer;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title h4 {
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #646464;
  margin-bottom: 0.677083vw;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title h5 {
  font-weight: 600;
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  display: flex;
  align-items: center;
  color: #646464;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .text {
  padding: 1.041667vw 0 1.875vw;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .text p {
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.5625vw;
  color: #646464;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .more {
  display: flex;
  align-items: center;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .more a {
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  text-align: center;
  color: #1BA5CB;
  margin-right: 0.729167vw;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .more img {
  flex: 0 0 1.458333vw;
  width: 1.458333vw;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box.on .title h4,
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box.on .title h5 {
  color: #ffffff;
}
.home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box.on .box {
  height: 12.291667vw;
  opacity: 1;
}
.home_service .home_service_content .home_service_content_left #home_service_title_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36.458333vw;
  height: 0;
  border-top: 6.510417vw solid;
  border-right: 2.34375vw solid transparent;
  z-index: -1;
  border-top-color: #1A5D9F;
  transition: all 0.4s;
}
.home_service .home_service_content .home_service_content_right {
  flex: auto;
}
.home_service .home_service_content .home_service_content_right .home_service_list_img {
  display: none;
}
.home_service .home_service_content .home_service_content_right .home_service_list_img.on {
  display: block;
}
.home_service .dashed_box li {
  opacity: 0.2;
  border-top: 1px dashed #181A1B;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.home_service .dashed_box li:nth-child(1) {
  top: 4.583333vw;
}
.home_service .dashed_box li:nth-child(2) {
  top: 14.479167vw;
}
.home_service .dashed_box li:nth-child(3) {
  top: 24.375vw;
}
.home_service .dashed_box li:nth-child(4) {
  top: 34.270833vw;
}
.home_service .dashed_box li:nth-child(5) {
  top: 44.166667vw;
}
.home_advantage .home_advantage_list {
  display: flex;
}
.home_advantage .home_advantage_list .home_advantage_list_box {
  flex: 1;
  position: relative;
  height: 37.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s;
}
.home_advantage .home_advantage_list .home_advantage_list_box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.4);
}
.home_advantage .home_advantage_list .home_advantage_list_box:hover {
  flex: 1.2;
}
.home_advantage .home_advantage_list .home_advantage_list_box:hover::after {
  opacity: 1;
  background-color: rgba(26, 93, 159, 0.8);
}
.home_advantage .home_advantage_list .home_advantage_list_box:hover .box p {
  height: 3.333333vw;
  opacity: 1;
}
.home_advantage .home_advantage_list .home_advantage_list_box .box {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}
.home_advantage .home_advantage_list .home_advantage_list_box .box img {
  width: 6.25vw;
  height: 6.25vw;
}
.home_advantage .home_advantage_list .home_advantage_list_box .box h2 {
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin: 2.083333vw 0 0.677083vw;
}
.home_advantage .home_advantage_list .home_advantage_list_box .box p {
  font-weight: 400;
  font-size: 1.041667vw;
  line-height: 1.666667vw;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.home_service2 {
  overflow: hidden;
  position: relative;
}
.home_service2 .home_service_content {
  max-width: 75vw;
  width: 100%;
  display: flex;
  margin: auto;
  flex-direction: column;
}
.home_service2 .home_service_content .home_service_content_left {
  flex: 0 46.354166vw;
  position: relative;
}
.home_service2 .home_service_content .home_service_content_left .location span {
  position: absolute;
  right: -3%;
  top: 3%;
  width: 70%;
  height: 80%;
}
.home_service2 .home_service_content .home_service_content_left .location span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #8cba54;
  opacity: 1;
  background-color: rgba(140, 186, 84, 0.1);
}
.home_service2 .home_service_content .home_service_content_left .location span.p1 {
  animation: ripple-data-v 4.5s ease-out 225ms infinite;
}
.home_service2 .home_service_content .home_service_content_left .location span.p2 {
  animation: ripple-data-v 4.5s ease-out 0.9s infinite;
}
.home_service2 .home_service_content .home_service_content_left .location span.p3 {
  animation: ripple-data-v 4.5s ease-out 1.6s infinite;
}
.home_service2 .home_service_content .home_service_content_right {
  flex: auto;
  display: flex;
  flex-direction: row;
  /*padding-left: 8.59375vw;*/
}
.home_service2 .home_service_content .home_service_content_right .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home_service2 .home_service_content .home_service_content_right .box.on h4,
.home_service2 .home_service_content .home_service_content_right .box.on p {
  color: #1A5D9F;
}
.home_service2 .home_service_content .home_service_content_right .box h4 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 3.333333vw;
  line-height: 150%;
  text-transform: uppercase;
  color: #A0A0A0;
  margin-bottom: 0.78125vw;
  transition: all 0.4s;
}
.home_service2 .home_service_content .home_service_content_right .box p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #A0A0A0;
  transition: all 0.4s;
}
.home_service2 .dashed_box li {
  opacity: 0.2;
  border-top: 1px dashed #181A1B;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.home_service2 .dashed_box li:nth-child(1) {
  top: 4.479167vw;
}
.home_service2 .dashed_box li:nth-child(2) {
  top: 15.416667vw;
}
.home_service2 .dashed_box li:nth-child(3) {
  top: 26.354167vw;
}
.home_service2 .dashed_box li:nth-child(4) {
  top: 37.291667vw;
}
.home_service2 .dashed_box li:nth-child(5) {
  top: 48.229167vw;
}
.home_information .home_information_content {
  max-width: 75vw;
  margin: 0 auto;
  position: relative;
}
.home_information .home_information_content #home_swiper2 .swiper-slide {
  position: relative;
  display: flex;
}
.home_information .home_information_content #home_swiper2 .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1BA5CB;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.home_information .home_information_content #home_swiper2 .swiper-slide:hover::after {
  opacity: 1;
}
.home_information .home_information_content #home_swiper2 .swiper-slide:hover .title {
  bottom: 8.333333vw;
}
.home_information .home_information_content #home_swiper2 .swiper-slide:hover .text {
  opacity: 1;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .label {
  position: absolute;
  top: 1.041667vw;
  left: 0;
  padding: 0.260416vw 0.625vw 0.260416vw 1.458333vw;
  background: #1A5D9F;
  z-index: 10;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .label span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .title {
  position: absolute;
  left: 1.458333vw;
  right: 1.458333vw;
  bottom: 1.458333vw;
  transition: all 0.4s;
  z-index: 10;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .title p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .title h2 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  color: #FFFFFF;
  margin-top: 1.041667vw;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .text {
  position: absolute;
  left: 1.458333vw;
  bottom: 1.458333vw;
  right: 1.458333vw;
  opacity: 0;
  transition: all 0.4s;
  z-index: 10;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .text p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}
.home_information .home_information_content #home_swiper2 .swiper-slide .text .aa {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}
.home_information .button {
  text-align: center;
  margin: 3.125vw 0 6.25vw;
}
.about_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #ffffff;
  position: sticky;
  top: 6.25vw;
  z-index: 99;
}
.about_nav a {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.041667vw;
  line-height: 3.125vw;
  text-align: justify;
  position: relative;
  color: #A0A0A0;
  margin: 0 1.5625vw;
}
.about_nav a::after {
  content: '';
  position: absolute;
  bottom: -0.104166vw;
  height: 0.208333vw;
  background-color: #1A5D9F;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.4s;
}
.about_nav a:hover,
.about_nav a.on {
  color: #1A5D9F;
}
.about_nav a:hover::after,
.about_nav a.on::after {
  width: 100%;
}
.ablut_title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 2.9166667vw;
  text-align: center;
  color: #000000;
  position: relative;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.083333vw;
  margin-top: 6.25vw;
}
.ablut_title::after {
  content: '';
  position: absolute;
  height: 0.260416vw;
  width: 6.25vw;
  background: #8CBA54;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.briefIntroduction {
  background-image: url(../imgs/about_11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}
.briefIntroduction .briefIntroduction_text {
  max-width: 48.958333vw;
  margin: 0 auto;
}
.briefIntroduction .briefIntroduction_text p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  text-align: center;
  color: #646464;
  margin-bottom: 1.5625vw;
}
.briefIntroduction .briefIntroduction_text p:nth-last-child(1) {
  margin-bottom: 0.78125vw;
}
.culture {
  overflow: hidden;
  position: relative;
}
.culture .culture_content {
  max-width: 75vw;
  margin: 0 auto 6.25vw;
  position: relative;
}
.culture .culture_content #about_swiper1 .swiper-slide {
  position: relative;
}
.culture .culture_content #about_swiper1 .swiper-slide:hover::after {
  height: 100%;
}
.culture .culture_content #about_swiper1 .swiper-slide:hover .box {
  top: 2.239583vw;
}
.culture .culture_content #about_swiper1 .swiper-slide:hover .box ul {
  opacity: 1;
}
.culture .culture_content #about_swiper1 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(24, 26, 27, 0.38) 0%, rgba(24, 26, 27, 0.2) 40.98%, rgba(24, 26, 27, 0) 100%);
}
.culture .culture_content #about_swiper1 .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  transition: all 0.4s;
  height: 5px;
}
.culture .culture_content #about_swiper1 .swiper-slide:nth-child(1n)::after {
  background-color: rgba(26, 93, 159, 0.8);
}
.culture .culture_content #about_swiper1 .swiper-slide:nth-child(2n)::after {
  background-color: rgba(140, 186, 84, 0.8);
}
.culture .culture_content #about_swiper1 .swiper-slide:nth-child(3n)::after {
  background-color: rgba(27, 165, 203, 0.8);
}
.culture .culture_content #about_swiper1 .swiper-slide:nth-child(4n)::after {
  background-color: rgba(26, 93, 159, 0.8);
}
.culture .culture_content #about_swiper1 .swiper-slide .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.604166vw;
  text-align: center;
  z-index: 10;
  transition: all 0.4s;
}
.culture .culture_content #about_swiper1 .swiper-slide .box h2 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 0.3125vw;
}
.culture .culture_content #about_swiper1 .swiper-slide .box .text {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.041667vw;
  line-height: 1.458333vw;
  color: #FFFFFF;
  margin-bottom: 1.041667vw;
}
.culture .culture_content #about_swiper1 .swiper-slide .box ul {
  opacity: 0;
  transition: all 0.4s;
}
.culture .culture_content #about_swiper1 .swiper-slide .box ul li {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  color: #FFFFFF;
}
.structure {
  position: relative;
  background-image: url(../imgs/about_13.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 8.333333vw;
}
.structure .structure_content {
  max-width: 45.83333vw;
  margin: 0 auto;
}
.trajectory {
  position: relative;
  overflow: hidden;
}
.trajectory .trajectory_content {
  max-width: 75vw;
  margin: 0 auto 3.645833vw;
}
.trajectory .trajectory_content .rajectory_ul {
  margin: 0 -1.25vw;
  overflow: hidden;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li {
  width: 25%;
  float: left;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box {
  margin: 0 1.25vw 2.604166vw;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box img {
  width: 2.083333vw;
  height: 2.083333vw;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box {
  margin-top: 1.041667vw;
  padding: 1.041667vw 1.197916vw;
  background: #FAFAFA;
  border-radius: 0.3125vw;
  height: 13.020833vw;
  width: 100%;
  transition: all 0.4s;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .time {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  color: #181A1B;
  margin-bottom: 0.520833vw;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  color: #181A1B;
  margin-bottom: 0.78125vw;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .text {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #646464;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box {
  background: linear-gradient(91.96deg, #1a5d9f 0.5%, #0961b7 30.27%, #489aea 99.21%);
  box-shadow: 0px 1.041667vw 1.5625vw rgba(15, 36, 57, 0.24);
  border-radius: 0.3125vw;
}
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .time,
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .title,
.trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .text {
  color: #ffffff;
}
.trajectory .dashed_box li {
  opacity: 0.2;
  border-top: 1px dashed #181A1B;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.trajectory .dashed_box li:nth-child(1) {
  top: 4.479166vw;
}
.trajectory .dashed_box li:nth-child(2) {
  top: 13.854166vw;
}
.trajectory .dashed_box li:nth-child(3) {
  top: 23.229167vw;
}
.trajectory .dashed_box li:nth-child(4) {
  top: 32.604166vw;
}
.trajectory .dashed_box li:nth-child(5) {
  top: 41.979166vw;
}
.trajectory .dashed_box li:nth-child(6) {
  top: 51.354166vw;
}
.honor {
  background: #FAFAFA;
  overflow: hidden;
  position: relative;
}
.honor .honor_content {
  max-width: 75vw;
  margin: 0 auto 7.8125vw;
  position: relative;
}
.honor .honor_content #about_swiper2 .swiper-slide {
  height: 17.96875vw;
  padding: 1.5625vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.honor .honor_content #about_swiper2 .swiper-slide img {
  height: 100%;
  width: auto;
}
.honor .honor_content .mf-pagination {
  bottom: -2.864583vw;
}
.service .service_content {
  text-align: center;
  max-width: 75vw;
  margin: 0 auto 6.25vw;
}
.service .service_content h2 {
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 2.9166667vw;
  color: #181A1B;
  margin: 6.25vw 0 0.625vw;
}
.service .service_content h4 {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 140%;
  text-align: center;
  color: #8CBA54;
  margin-bottom: 1.458333vw;
}
.service .service_content p {
  max-width: 52.083vw;
  margin: 0 auto 2.083333vw;
  font-size: 0.8333333vw;
  line-height: 1.25vw;
}
.customerService {
  font-size: 0;
  background: #FAFAFA;
  overflow: hidden;
}
.customerService .customerService_tabs {
  max-width: 75vw;
  margin: 0 auto 6.25vw;
}
.customerService .customerService_tabs .tabs_button {
  display: flex;
  justify-content: center;
  margin-bottom: 1.40625vw;
}
.customerService .customerService_tabs .tabs_button span {
  display: inline-block;
  padding: 0.729167vw 2.604166vw;
  border: 1px solid #181A1B;
  color: #181A1B;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  border-radius: 1.5625vw;
  margin: 0 1.041667vw;
  cursor: pointer;
}
.customerService .customerService_tabs .tabs_button span.on {
  background: #1A5D9F;
  border-color: #1A5D9F;
  color: #ffffff;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box {
  overflow: hidden;
  margin: 0 -0.572916vw;
  display: none;
  flex-wrap: wrap;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box:nth-child(1) {
  display: flex;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box .box {
  width: 20%;
  padding: 0.572916vw;
  /* float: left; */

}
.customerService .customerService_tabs .tabs_content .tabs_content_box .box .box_img {
  transition: all 1s;
  background-color: #ffffff;
  transition: all 0.4s;
  position: relative;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box .box .box_img:hover::after {
  opacity: 1;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box .box .box_img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91.28deg, #7fad47 0.41%, #98cc59 39.48%, #abec5c 99.61%);
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.customerService .customerService_tabs .tabs_content .tabs_content_box .box .box_img img {
  position: relative;
  z-index: 10;
}
.application {
  overflow: hidden;
  background-color: #F5F5F5;
}
.application .application_list {
  max-width: 75vw;
  margin: 0 auto 4.947916vw;
}
.application .application_list .application_list_box {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 1.302083vw;
  box-shadow: 0px 0px 2.083333vw rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.application .application_list .application_list_box .left {
  padding: 3.125vw 6.510417vw 3.125vw 3.125vw;
  flex: 0 0 39.0625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.application .application_list .application_list_box .left h2 {
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  color: #181A1B;
  padding-bottom: 0.885417vw;
  margin-bottom: 1.041667vw;
  position: relative;
}
.application .application_list .application_list_box .left h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.208333vw;
  width: 4.166667vw;
  background-color: #8CBA54;
}
.application .application_list .application_list_box .left .text p {
  font-weight: 400;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #646464;
}
.application .application_list .application_list_box .left .zx {
  width: max-content;
  height: 2.864583vw;
  padding: 0.78125vw 2.239583vw;
  display: flex;
  font-weight: 400;
  font-size: 0.833333vw;
  color: #FFFFFF;
  background: #1A5D9F;
  border-radius: 1.5625vw;
  transition: all 0.4s;
  text-align: center;
}
.application .application_list .application_list_box .left .zx:hover {
  background-color: #8CBA54;
}
.application .application_list .application_list_box .right {
  flex: auto;
  padding: 1.041667vw;
}
.application .application_list .application_list_box .right img {
  transition: all 2s;
}
.application .application_list .application_list_box:hover .right img {
  transform: scale(1.1);
}
.programme_service {
  overflow: hidden;
  background-image: url(../imgs/programme_11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.programme_service .programme_service_content {
  max-width: 75vw;
  margin: 0 auto 5.208333vw;
}
.programme_service .programme_service_content .programme_service_list {
  overflow: hidden;
  margin: 0 -1.25vw;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box {
  width: 33.333%;
  padding: 0 1.25vw;
  float: left;
  margin-bottom: 1.822916vw;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 9.114583vw;
  box-shadow: 0px 1.041667vw 2.083333vw rgba(0, 0, 0, 0.08);
  border-radius: 0.3125vw;
  position: relative;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box::after {
  content: '';
  position: absolute;
  background: linear-gradient(91.28deg, #7fad47 0.41%, #98cc59 39.48%, #abec5c 99.61%);
  opacity: 0;
  transition: all 0.4s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover::after {
  opacity: 1;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover h2,
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover p {
  color: #ffffff;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box h2 {
  margin-bottom: 0.78125vw;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 120%;
  color: #1A5D9F;
  z-index: 10;
  transition: all 0.4s;
}
.programme_service .programme_service_content .programme_service_list .programme_service_list_box .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  text-align: center;
  color: #1A5D9F;
  z-index: 10;
  transition: all 0.4s;
}
.programme_service .dashed_box li {
  opacity: 0.2;
  border-top: 1px dashed #181A1B;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.programme_service .dashed_box li:nth-child(1) {
  top: 12.8125vw;
}
.programme_service .dashed_box li:nth-child(2) {
  top: 23.75vw;
}
.programme_service .dashed_box li:nth-child(3) {
  top: 34.6875vw;
}
.programme_paging {
  display: flex;
}
.programme_paging a {
  flex: 1;
  height: 20.3125vw;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.programme_paging a:hover .bg_img {
  transform: scale(1.2);
}
.programme_paging a .bg_img {
  transition: all 3s;
}
.programme_paging a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.programme_paging a .box {
  display: flex;
  align-items: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.programme_paging a .box img {
  width: 0.729167vw;
  height: auto;
  margin: 0 0.625vw;
}
.programme_paging a .box span {
  font-weight: 600;
  font-size: 1.666667vw;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0.625vw;
}
.information {
  overflow: hidden;
}
.information .information_content {
  max-width: 75vw;
  margin: 0 auto;
}
.information .information_content .information_list {
  margin: 0 -0.9375vw;
}
.information .information_content .information_list::after {
  content: '';
  clear: both;
  display: block;
}
.information .information_content .information_list .information_list_box {
  float: left;
  width: 50%;
  padding: 0 0.9375vw;
}
.information .information_content .information_list .information_list_box .box {
  background: #f5f5f5;
  padding: 1.666667vw 2.8125vw;
  transition: all 0.3s ease;
}
.information .information_content .information_list .information_list_box .box:hover {
  transform: translateY(-0.260416vw);
}
.information .information_content .information_list .information_list_box .box:hover h2::after {
  width: 4.166667vw;
}
.information .information_content .information_list .information_list_box .box h2 {
  font-size: 1.041667vw;
  color: #333;
  font-family: 'Arial';
  position: relative;
  padding-bottom: 0.625vw;
  margin-bottom: 0.9375vw;
}
.information .information_content .information_list .information_list_box .box h2::after {
  content: '';
  width: 2.9166667vw;
  height: 0.104166vw;
  background: #699cff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.information .information_content .information_list .information_list_box .box p {
  font-size: 0.833333vw;
  color: #666;
  line-height: 1.458333vw;
  font-weight: 100;
}
#map {
  max-width: 75vw;
  margin: 4.947916vw auto 0;
  height: 31.25vw;
}
.feedback {
  overflow: hidden;
}
.feedback .form_content {
  max-width: 41.666667vw;
  margin: 0 auto 6.25vw;
}
.feedback .form_content p {
  font-size: 0.833333vw;
  color: #111111;
  margin-bottom: 1.770833vw;
}
.feedback .form_content form {
  margin: 0 -0.520833vw;
  overflow: hidden;
}
.feedback .form_content form .form_item12,
.feedback .form_content form .form_item6 {
  float: left;
  padding: 0 0.520833vw;
  margin-bottom: 1.041667vw;
}
.feedback .form_content form .form_item12 input,
.feedback .form_content form .form_item6 input {
  width: 100%;
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 0.104166vw;
  height: 2.291666vw;
  background: #fff;
  padding: 0 0.729167vw;
  font-size: 0.677083vw;
  color: #333;
}
.feedback .form_content form .form_item12 textarea,
.feedback .form_content form .form_item6 textarea {
  width: 100%;
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 0.104166vw;
  height: 10.15625vw;
  background: #fff;
  padding: 0.520833vw 0.729167vw;
  font-size: 0.677083vw;
  color: #333;
}
.feedback .form_content form .form_item6 {
  width: 50%;
}
.feedback .form_content form .form_item12 {
  width: 100%;
}
.feedback .form_content form .form_buton {
  text-align: center;
}
.news_content .p1 {
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
  padding: 3.645833vw 0 3.385417vw;
}
.news_content .p1 .p1_1 {
  flex: 0 0 42.8%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.news_content .p1 .p1_1:hover img {
  transform: scale(1.1, 1.1);
}
.news_content .p1 .p1_1::after {
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #003a5d, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-background-size: contain;
  background-size: contain;
}
.news_content .p1 .p1_1 img {
  transition: all .8s ease 0s;
}
.news_content .p1 .p1_1 h2 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  font-size: 1.354166vw;
  max-height: 4.166667vw;
  overflow: hidden;
  z-index: 10;
  line-height: 2.083333vw;
  color: #ffffff;
}
.news_content .p1 .p1_2 {
  flex: 0 0 20.9%;
  margin-right: 2%;
  border: 0.104166vw solid #62B0E3;
  padding: 1.822916vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_content .p1 .p1_2 .time {
  font-size: 0.677083vw;
  margin-bottom: 0.520833vw;
}
.news_content .p1 .p1_2 .t {
  font-size: 0.9375vw;
  line-height: 1.354166vw;
  overflow-y: hidden;
}
.news_content .p1 .p1_3 {
  flex: auto;
  display: flex;
  flex-direction: column;
}
.news_content .p1 .p1_3 .p1_3_1 {
  flex: 1;
  border: 0.104166vw solid #62B0E3;
  padding: 1.822916vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_content .p1 .p1_3 .p1_3_1:nth-child(1) {
  margin-bottom: 0.520833vw;
}
.news_content .p1 .p1_3 .p1_3_1 .time {
  font-size: 0.677083vw;
  margin-bottom: 0.520833vw;
}
.news_content .p1 .p1_3 .p1_3_1 .t {
  font-size: 0.9375vw;
  line-height: 1.354166vw;
  overflow-y: hidden;
}
.news_content .p1 .p1_3 .p1_3_1 .list_tool {
  display: flex;
  align-items: center;
  font-size: 0.625vw;
  color: #c9c9c9;
  padding: 0.520833vw 0px;
}
.news_content .p2 {
  max-width: 75vw;
  margin: 0 auto;
  padding: 3.645833vw 0 3.385417vw;
}
.news_content .p2 .news_list .news_list_box {
  display: flex;
  align-items: flex-start;
}
.news_content .p2 .news_list .news_list_box .list_time {
  flex: 0 0 4.6875vw;
  height: 4.6875vw;
  background: #003a5d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.833333vw;
  line-height: 1.6;
  margin-right: 2.604166vw;
  margin-top: 2.083333vw;
  transition: all .8s ease 0s;
}
.news_content .p2 .news_list .news_list_box .list_time .list_time_year {
  font-size: 1.25vw;
  line-height: 1;
}
.news_content .p2 .news_list .news_list_box .list_time .list_time_day {
  display: block;
  font-size: 1.041667vw;
  font-family: helvetica;
}
.news_content .p2 .news_list .news_list_box .right {
  flex: auto;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.083333vw 0;
}
.news_content .p2 .news_list .news_list_box .right .bd_c {
  flex: auto;
  margin-right: 2.083333vw;
}
.news_content .p2 .news_list .news_list_box .right .bd_c .list_title {
  font-size: 1.041667vw;
  color: #333333;
  font-weight: normal;
  display: block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_content .p2 .news_list .news_list_box .right .bd_c .list_tool {
  font-size: 0.625vw;
  color: #c9c9c9;
  padding: 0.520833vw 0px;
}
.news_content .p2 .news_list .news_list_box .right .bd_c .list_tool span {
  display: inline-block;
  vertical-align: middle;
}
.news_content .p2 .news_list .news_list_box .right .bd_c .list_tool a {
  cursor: pointer;
  margin: 0 1.041667vw;
  font-size: 0.625vw;
  color: #c9c9c9;
}
.news_content .p2 .news_list .news_list_box .right .bd_c .list_p {
  font-size: 0.729167vw;
  color: #464646;
  line-height: 1.354166vw;
  height: 2.916666vw;
  overflow: hidden;
}
.news_content .p2 .news_list .news_list_box .right .bd_r {
  flex: 0 0 10.416667vw;
}
.news_content .p2 .news_list .news_list_box .right .bd_r img {
  height: auto;
  transition: all .8s ease 0s;
}
.news_content .p2 .news_list .news_list_box:hover .list_time {
  background: #62B0E3;
}
.news_content .p2 .news_list .news_list_box:hover .right .bd_r img {
  transform: scale(1.1, 1.1);
}
.news_content .fix {
  display: flex;
  justify-content: space-between;
}
.news_content .pt_page {
  font-size: 0;
  margin-top: 2.604166vw;
}
.news_content .pt_page a,
.news_content .pt_page span {
  line-height: 3.020833vw;
  color: #666;
  background-color: #dde3e8;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 1.5625vw;
  font-size: 0.729167vw;
  margin: 0;
}
.news_content .pt_page a:hover,
.news_content .pt_page span.current {
  color: #fff;
  background-color: #003a5d;
}
.news_content .list_tool {
  display: flex;
  align-items: center;
  padding: 0.520833vw 0px;
}
.news_content .list_tool a,
.news_content .list_tool span {
  font-size: 0.625vw;
  color: #c9c9c9;
  display: inline-block;
}
.news_content .list_tool .list_tool_box {
  display: flex;
  align-items: center;
  margin-right: 0.520833vw;
}
.news_content .list_tool img {
  display: inline-block;
  width: 0.78125vw;
  margin-right: 0.260416vw;
}
.news_detail {
  background: #f0f0f0;
  padding: 1.5625vw 0px;
}
.news_detail .wrap {
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
.news_detail .wrap .detail_l {
  flex: 0 0 70%;
  margin-right: 1.041667vw;
  background: #fff;
  padding: 8% 6%;
}
.news_detail .wrap .detail_l .news_title {
  font-size: 1.25vw;
  color: #000;
  margin-bottom: 0.520833vw;
}
.news_detail .wrap .detail_l .l_tools {
  margin-bottom: 2.083333vw;
  line-height: 1.041667vw;
}
.news_detail .wrap .detail_l .l_tools span {
  display: inline-block;
  font-size: 0.729167vw;
  color: #5a5a5a;
  margin-right: 1.041667vw;
}
.news_detail .wrap .detail_r {
  flex: auto;
}
.news_detail .wrap .detail_r .arr_box {
  background: #fff;
  padding: 8%;
  margin-bottom: 0.729167vw;
  color: #666;
  display: block;
}
.news_detail .wrap .detail_r .arr_box:hover {
  color: #fff;
  background: #003a5d;
}
.news_detail .wrap .detail_r .arr_box:hover .arr_title {
  color: #ffffff;
}
.news_detail .wrap .detail_r .arr_box .arr_title {
  font-size: 0.9375vw;
  color: #000;
  margin-bottom: 0.520833vw;
}
.news_detail .wrap .detail_r .arr_box .arr_news_title {
  font-size: 0.729167vw;
  font-weight: normal;
}
.news_detail .wrap .detail_r .arr_box .arr_time {
  font-size: 0.729167vw;
  padding-top: 0.3125vw;
  display: block;
}
.news_detail .wrap .detail_r .share_box {
  background: #fff;
  padding: 8%;
}
.news_detail .wrap .detail_r .share_title {
  font-size: 0.9375vw;
  color: #000;
  margin-bottom: 0.520833vw;
}
.news_detail .wrap .detail_r .black_list {
  width: 100%;
  height: 2.1875vw;
  line-height: 2.1875vw;
  background: #003a5d;
  text-align: center;
  font-size: 0.9375vw;
  color: #fff;
  display: block;
}
.news_detail .wrap .detail_r .newdetail_share {
  padding: 0.520833vw 0px;
  position: relative;
}
.news_detail .wrap .detail_r .newdetail_share a {
  width: 2.083333vw;
  height: 2.083333vw;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #999;
  line-height: 2.083333vw;
  border-radius: 50%;
  background: none;
  padding: 0;
  margin: 0;
  margin-right: 0.520833vw;
  font-size: 1.041667vw;
  color: #999;
  position: relative;
}
.news_detail .wrap .detail_r .newdetail_share a img {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news_detail .wrap .detail_r .newdetail_share a:nth-child(1):hover ~ .ewm {
  display: block;
}
.news_detail .wrap .detail_r .newdetail_share .ewm {
  position: absolute;
  top: -5.208333vw;
  left: -1.5625vw;
  width: 5.208333vw;
  height: 5.208333vw;
  display: none;
}
@keyframes ripple-data-v {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateZ(0);
    transform: scale(0.3) translateZ(0);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}


.news_detail .wrap .detail_l span{
  text-indent: 2em;
  display: block;
}