.sec1 {
  position: relative;
  padding: 6.25vw 0 7.60417vw
}

.sec1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0
}

.sec1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec1 .title {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1.2
}

.sec1 .line {
  width: 2.8125vw;
  height: .20833vw;
  background: #1D4891;
  margin: 1.5625vw auto .625vw
}

.sec1 .des {
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 180%
}

.sec1 .list {
  display: flex;
  justify-content: center;
  gap: 2.60417vw;
  margin: 3.64583vw 0 0
}

.sec1 .list .item {
  min-width: 10.78125vw;
  padding: 0 2.08333vw 0 0;
  position: relative
}

.sec1 .list .item:not(:last-child):after {
  content: "";
  width: .10417vw;
  height: 3.90625vw;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.sec1 .list .item .h5 {
  color: #4B607E;
  font-weight: 400;
  line-height: 150%
}

.sec1 .list .item .num {
  display: flex;
  align-items: flex-end
}

.sec1 .list .item .num p {
  color: #003D96;
  font-weight: 700;
  line-height: 140%
}

.sec1 .list .item .num span {
  display: block;
  margin: 0 0 .52083vw .72917vw;
  color: #003D96;
  font-weight: 400;
  line-height: 150%
}

.sec2 {
  padding: 5.72917vw 8.33333vw 6.25vw;
  overflow: hidden
}

.sec2 .title {
  color: #666;
  font-weight: 400;
  line-height: 140%;
  text-align: center
}

.sec2 .control {
  display: flex;
  justify-content: center;
  gap: 1.35417vw;
  margin: .52083vw 0 2.8125vw
}

.sec2 .control .item {
  /* padding: .78125vw 1.35417vw; */
  padding: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 5.20833vw;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0 .26042vw .26042vw 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  position: relative
}

.sec2 .control .item:after {
  content: "";
  background: #1D4891;
  width: 100%;
  height: .41667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.6s
}

.sec2 .control .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: all 600ms
}

.sec2 .control .item.on img {
  transform: scale(1.05)
}

.sec2 .control .item.on:after {
  opacity: 1
}

.sec2 .control .item:hover img {
  transform: scale(1.1)
}

.sec2 .control .item:hover:after {
  opacity: 1
}

.sec2 .parts .part {
  display: none
}

.sec2 .parts .part.on {
  display: block
}

.sec2 .parts .part .part_title {
  color: #000;
  font-weight: 700;
  text-align: center
}

.sec2 .parts .part .des {
  margin: 1.5625vw 0 2.34375vw;
  color: #000;
  font-weight: 400;
  text-align: center
}

.sec2 .parts .part .swiper {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1.45833vw
}

.sec2 .parts .part .swiper .swiper-slide {
  height: 20.20833vw;
  overflow: hidden
}

.sec2 .parts .part .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec2 .parts .part .swiper .swiper-slide:hover img {
  transform: scale(1.1)
}

.sec2 .parts .part ul {
  padding: 0 4.42708vw
}

.sec2 .parts .part ul li {
  color: #003D96;
  font-weight: 400;
  line-height: 1.9
}

.sec3 {
  overflow: hidden
}

.sec3 .sec3_top {
  width: 100%;
  position: relative;
  padding: 5vw 0 4.89583vw
}

.sec3 .sec3_top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.sec3 .sec3_top .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec3 .sec3_top .title {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.2
}

.sec3 .sec3_top .line {
  width: 2.8125vw;
  height: .20833vw;
  background: #FFF;
  margin: 1.5625vw auto 1.45833vw
}

.sec3 .sec3_top .year_box {
  width: 26.04167vw;
  margin: 0 auto;
  position: relative
}

.sec3 .sec3_top .year_box:after {
  content: "";
  width: 20.9375vw;
  height: .15625vw;
  background: #D9D9D9;
  position: absolute;
  left: 50%;
  top: 2.13542vw;
  transform: translateX(-50%)
}

.sec3 .sec3_top .year_box .swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 0 .3125vw;
  position: relative;
  z-index: 3
}

.sec3 .sec3_top .year_box .swiper .swiper-slide {
  cursor: pointer
}

.sec3 .sec3_top .year_box .swiper .swiper-slide .year {
  color: #FFF;
  font-weight: 400;
  text-align: center
}

.sec3 .sec3_top .year_box .swiper .swiper-slide .dian {
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .36458vw auto 0
}

.sec3 .sec3_top .year_box .swiper .swiper-slide .dian:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  transition: 0.6s
}

.sec3 .sec3_top .year_box .swiper .swiper-slide .dian:before {
  content: "";
  width: 1.45833vw;
  height: 1.45833vw;
  background: rgba(255, 255, 255, 0.41);
  border-radius: 50%;
  position: absolute;
  transition: 0.6s;
  transform: scale(0)
}

.sec3 .sec3_top .year_box .swiper .swiper-slide.swiper-slide-thumb-active .dian:after {
  transform: scale(0.66)
}

.sec3 .sec3_top .year_box .swiper .swiper-slide.swiper-slide-thumb-active .dian:before {
  transform: scale(1)
}

.sec3 .year_text_swiper {
  width: 19.79167vw;
  margin: 1.92708vw 0 0 20.3125vw
}

.sec3 .year_text_swiper .swiper-slide .year {
  color: #000;
  font-weight: 700
}

.sec3 .year_text_swiper .swiper-slide .line {
  width: 100%;
  height: 1px;
  background: #D8D9DC;
  margin: .46875vw 0 .83333vw
}

.sec3 .year_text_swiper .swiper-slide ul li {
  padding: 0 0 0 1.5625vw;
  color: #5F6464;
  font-weight: 400;
  position: relative
}

.sec3 .year_text_swiper .swiper-slide ul li:after {
  content: "";
  left: .78125vw;
  width: .20833vw;
  height: .20833vw;
  border-radius: 50%;
  background: #5F6464;
  position: absolute;
  top: .625vw
}

.sec4 {
  padding: 5.15625vw 0 0;
  overflow: hidden
}

.sec4 .title {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1.2
}

.sec4 .line {
  width: 2.8125vw;
  height: .20833vw;
  background: #1D4891;
  margin: 1.5625vw auto 3.54167vw
}

.sec4 .list {
  display: flex;
  justify-content: center;
  gap: 8.54167vw;
  margin-bottom: 4.73958vw
}

.sec4 .list .item {
  display: flex;
  gap: 1.14583vw;
  position: relative
}

.sec4 .list .item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 5.20833vw;
  background: #A3B2C8;
  position: absolute;
  top: 50%;
  right: -4.21875vw;
  transform: translateY(-50%)
}

.sec4 .list .item .icon {
  width: 3.75vw
}

.sec4 .list .item .icon img {
  display: block;
  width: 100%
}

.sec4 .list .item .item_r .h5 {
  color: #000;
  font-weight: 400;
  line-height: 1.5
}

.sec4 .list .item .item_r .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.09375vw
}

.sec4 .list .item .item_r .num p {
  color: #003D96;
  font-weight: 700;
  line-height: 0.8
}

.sec4 .list .item .item_r .num span {
  display: block;
  color: #003D96;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 .15625vw .72917vw
}

.sec4 .swiper_box1 {
  width: 91.66667vw;
  position: relative;
  margin-bottom: 3.80208vw
}

.sec4 .swiper_box1 .jt {
  width: 3.38542vw;
  height: 5.67708vw;
  background: #35BFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 13.59375vw;
  left: 7.29167vw;
  z-index: 10;
  transition: 0.6s
}

.sec4 .swiper_box1 .jt img {
  display: block;
  width: 1.19792vw
}

.sec4 .swiper_box1 .jt:hover {
  background: #23477B
}

.sec4 .swiper_box1 .box {
  width: 65.625vw;
  overflow: hidden
}

.sec4 .swiper_box1 .box .sec4_swiper1 {
  width: 58.33333vw;
  margin: 0 0 0 auto
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide {
  position: relative
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide p {
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.04167vw 0 0
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide .img {
  width: 100%;
  height: 32.8125vw;
  overflow: hidden
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide .img:hover img {
  transform: scale(1.1)
}

.sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide .slide_part {
  position: relative;
  width: 100%
}

.sec4 .swiper_box1 .sec4_text_swiper1 {
  width: 34.32292vw;
  position: absolute;
  right: 0;
  top: 0
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide {
  height: 32.8125vw;
  display: flex;
  align-items: center
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box {
  width: 100%;
  background: linear-gradient(238deg, #78ACCF 11.19%, #115F99 79.43%);
  padding: 3.75vw 3.17708vw;
  opacity: 0;
  transform: translateY(1.04167vw)
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 1.3
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box .line {
  width: 5.41667vw;
  height: .10417vw;
  background: #FFFFFF;
  margin: 1.35417vw 0 1.61458vw
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box ul li {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding: 0 0 0 1.04167vw
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box ul li:after {
  content: "";
  width: .20833vw;
  height: .20833vw;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  top: .625vw;
  left: .26042vw
}

.sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s
}

.sec4 .swiper_box2 {
  width: 91.66667vw;
  position: relative;
  margin: 0 0 0 auto
}

.sec4 .swiper_box2 .jt {
  width: 3.38542vw;
  height: 5.67708vw;
  background: #35BFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 13.59375vw;
  right: 7.29167vw;
  z-index: 10;
  transition: 0.6s
}

.sec4 .swiper_box2 .jt img {
  display: block;
  width: 1.19792vw
}

.sec4 .swiper_box2 .jt:hover {
  background: #23477B
}

.sec4 .swiper_box2 .box {
  width: 66.14583vw;
  overflow: hidden;
  margin: 0 0 0 auto;
  padding: .52083vw 0 .52083vw .52083vw
}

.sec4 .swiper_box2 .box .sec4_swiper2 {
  width: 58.33333vw
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide {
  position: relative
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide p {
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.04167vw 0 0
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide .img {
  width: 100%;
  height: 32.8125vw;
  background: #FFF;
  box-shadow: 0 0 .52083vw 0 transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 1s
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide .slide_part {
  position: relative;
  width: 100%
}

.sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide.swiper-slide-active .img {
  box-shadow: 0 0 .52083vw 0 rgba(0, 0, 0, 0.15)
}

.sec4 .swiper_box2 .sec4_text_swiper2 {
  width: 34.32292vw;
  position: absolute;
  left: 0;
  top: 0
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide {
  height: 32.8125vw;
  display: flex;
  align-items: center
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box {
  width: 100%;
  background: linear-gradient(238deg, #78ACCF 11.19%, #115F99 79.43%);
  padding: 3.125vw 3.17708vw 3.54167vw;
  opacity: 0;
  transform: translateY(1.04167vw)
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 1.3
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .line {
  width: 5.41667vw;
  height: .10417vw;
  background: #FFFFFF;
  margin: 1.35417vw 0 1.35417vw
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2.70833vw
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 {
  display: flex;
  align-items: center;
  gap: .3125vw
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 .icon img {
  display: block;
  width: 2.1875vw
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p2 {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  padding: 0 0 0 2.5vw
}

.sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s
}

.sec5 {
  padding: 4.53125vw 0 0 0;
  overflow: hidden
}

.sec5 .title {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 120%
}

.sec5 .line {
  width: 2.8125vw;
  height: .20833vw;
  background: #1D4891;
  margin: 1.5625vw auto 3.125vw
}

.sec5 .swiper {
  width: 110.15625vw;
  margin: 0 auto;
  height: 21.71875vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.sec5 .swiper .swiper-slide {
  height: 21.71875vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative
}

.sec5 .swiper .swiper-slide .slide_box {
  transition: 0.6s;
  position: relative;
  opacity: 0;
  background: #ECECEC;
  width: 12.29167vw;
  height: 12.86458vw;
  display: flex;
  align-items: flex-end
}

.sec5 .swiper .swiper-slide .slide_box .img {
  width: 100%;
  /* height: 80%; */
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec5 .swiper .swiper-slide .slide_box .img img {
  display: block;
  max-width: 80%;
  max-height: 80%
}

.sec5 .swiper .swiper-slide .slide_box .p {
  width: 100%;
  height: 2.60417vw;
  color: #FFF;
  background: #003D96;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9375vw;
  font-weight: 700;
  text-align: center;
  transition: 0.6s
}

.sec5 .swiper .swiper-slide.swiper-slide-next .slide_box {
  transform: translateX(-2.86458vw)
}

.sec5 .swiper .swiper-slide.swiper-slide-prev .slide_box {
  transform: translateX(2.86458vw)
}

.sec5 .swiper .swiper-slide.next .slide_box {
  transform: translateX(-10.625vw)
}

.sec5 .swiper .swiper-slide.prev .slide_box {
  transform: translateX(10.625vw)
}

.sec5 .swiper .swiper-slide.swiper-slide-next,
.sec5 .swiper .swiper-slide.swiper-slide-prev {
  z-index: 9
}

.sec5 .swiper .swiper-slide.swiper-slide-next .slide_box,
.sec5 .swiper .swiper-slide.swiper-slide-prev .slide_box {
  opacity: 1;
  background: #F1F6FA;
  width: 16.35417vw;
  height: 17.34375vw;
  box-shadow: .57292vw .15625vw .83333vw 0 rgba(0, 17, 41, 0.17)
}

.sec5 .swiper .swiper-slide.prev,
.sec5 .swiper .swiper-slide.next {
  z-index: 8
}

.sec5 .swiper .swiper-slide.prev .slide_box,
.sec5 .swiper .swiper-slide.next .slide_box {
  opacity: 1;
  background: #ECECEC;
  width: 12.29167vw;
  height: 12.86458vw
}

.sec5 .swiper .swiper-slide.swiper-slide-active {
  z-index: 10
}

.sec5 .swiper .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
  background: #F7F7F7;
  width: 22.03125vw;
  height: 21.71875vw;
  box-shadow: 0 .20833vw 1.04167vw 0 rgba(0, 0, 0, 0.25)
}

.sec5 .swiper .swiper-slide.swiper-slide-active .slide_box .img {
  opacity: 1
}

.sec5 .swiper .swiper-slide.swiper-slide-active .slide_box .p {
  height: 4.89583vw;
  font-size: 1.25vw;
  color: #FFF;
  background: #003D96
}

.sec6 {
  padding: 6.30208vw 0 6.35417vw
}

.sec6 .title {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center
}

.sec6 .line {
  width: 2.8125vw;
  height: .20833vw;
  background: #1D4891;
  margin: 1.5625vw auto 2.5vw
}

.sec6 .logo_box {
  margin: 0 8.33333vw;
  position: relative;
  overflow: hidden;
  padding: .52083vw 0;
  display: flex;
  height: 21.09375vw
}

.sec6 .logo_box:after {
  content: "";
  width: 100%;
  height: 4.01042vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4
}

.sec6 .logo_box:before {
  content: "";
  width: 100%;
  height: 4.01042vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4
}

.sec6 .logo_box .logos {
  width: 100%;
  height: max-content;
  animation: img_goY 5s infinite linear
}

.sec6 .logo_box .logos .imgs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 1.14583vw
}

.sec6 .logo_box .logos .imgs .logo {
  width: 100%;
  height: 3.4375vw;
  border-radius: .3125vw;
  background: #FFF;
  box-shadow: 0 .20833vw .20833vw 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  margin-bottom: 2.13542vw
}

.sec6 .logo_box .logos .imgs .logo img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  transition: 1s
}

.sec6 .logo_box .logos .imgs .logo:hover {
  box-shadow: 0 .20833vw .20833vw 0 rgba(0, 0, 0, 0.1)
}

.sec6 .logo_box .logos .imgs .logo:hover img {
  transform: scale(1.1)
}

.sec6 .map_box {
  width: 83.125vw;
  margin: 0 auto;
  position: relative;
  padding: 8.4375vw 0 0 0
}

.sec6 .map_box .map {
  position: relative;
  width: 100%
}

.sec6 .map_box .map img {
  display: block;
  width: 100%
}

.sec6 .map_box .dians {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.sec6 .map_box .dians .dian {
  position: absolute;
  cursor: pointer
}

.sec6 .map_box .dians .dian .cir {
  width: .78125vw;
  height: .78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.sec6 .map_box .dians .dian .cir:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #003D96;
  border-radius: 50%;
  position: absolute;
  transition: 0.6s
}

.sec6 .map_box .dians .dian .cir:after {
  content: "";
  width: .625vw;
  height: .625vw;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: 0.6s
}

.sec6 .map_box .dians .dian p {
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  width: max-content
}

.sec6 .map_box .dians .dian:nth-child(1) {
  top: 17.08333vw;
  left: 73.02083vw
}

.sec6 .map_box .dians .dian:nth-child(1) p {
  right: -.72917vw;
  top: -.41667vw;
  transform: translateX(100%)
}

.sec6 .map_box .dians .dian:nth-child(2) {
  top: 16.97917vw;
  left: 70.26042vw
}

.sec6 .map_box .dians .dian:nth-child(2) p {
  left: -.3125vw;
  top: -.46875vw;
  transform: translateX(-100%)
}

.sec6 .map_box .dians .dian:nth-child(3) {
  top: 18.28125vw;
  left: 68.4375vw
}

/* .sec6 .map_box .dians .dian:nth-child(3) p {
  left: -.52083vw;
  top: .20833vw;
  transform: translateX(-100%)
} */

.sec6 .map_box .dians .dian:nth-child(4) {
  top: 20.20833vw;
  left: 67.08333vw
}

/* .sec6 .map_box .dians .dian:nth-child(3) p:nth-child(2) {
    left: -.46875vw;
    top: .20833vw;
    transform: translateX(-100%)
}

.sec6 .map_box .dians .dian:nth-child(3) p:nth-child(3) {
    left: .41667vw;
    top: 1.51042vw;
    transform: translateX(0)
} */

.sec6 .map_box .dians .dian.dian_sp p:nth-child(2) {
    left: -.46875vw;
    top: .20833vw;
    transform: translateX(-100%)
}

.sec6 .map_box .dians .dian.dian_sp p:nth-child(3) {
   left: 0;
    top: 1vw;
}

.sec6 .map_box .dians .dian:nth-child(5) {
  top: 20.72917vw;
  left: 69.47917vw
}

.sec6 .map_box .dians .dian:nth-child(5) p {
  right: -1px;
  top: .41667vw;
  transform: translateX(100%)
}

.sec6 .map_box .dians .dian:nth-child(6) {
  top: 22.23958vw;
  left: 65.26042vw
}

.sec6 .map_box .dians .dian:nth-child(6) p {
  left: -.36458vw;
  top: -.41667vw;
  transform: translateX(-100%)
}

.sec6 .map_box .dians .dian.on .cir:before {
  transform: scale(2);
  background: #0068FF
}

.sec6 .map_box .dians .dian.on .cir:after {
  opacity: 1
}

.sec6 .map_box>img {
  display: block;
  width: 100%
}

.sec6 .map_box .contact_boxs {
  position: absolute;
  top: 9.0625vw;
  left: 5.41667vw;
  width: 23.95833vw
}

.sec6 .map_box .contact_boxs .contact_box {
  padding: 2.65625vw 2.39583vw;
  width: 100%;
  z-index: 4;
  background: linear-gradient(238deg, #78ACCF 11.19%, #115F99 79.43%);
  display: none
}

.sec6 .map_box .contact_boxs .contact_box.on {
  display: block
}

.sec6 .map_box .contact_boxs .contact_box .item {
  display: flex;
  gap: .52083vw
}

.sec6 .map_box .contact_boxs .contact_box .item:not(:last-child) {
  margin-bottom: .83333vw
}

.sec6 .map_box .contact_boxs .contact_box .item .item_r {
  width: 16.82292vw
}

.sec6 .map_box .contact_boxs .contact_box .item .item_r .h5 {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.5;
  margin-bottom: .20833vw
}

.sec6 .map_box .contact_boxs .contact_box .item .item_r .p {
  color: #FFF;
  font-weight: 400;
  line-height: 1.3
}

.sec6 .map_box .contact_boxs .contact_box .item .icon {
  width: 1.82292vw;
  height: 1.82292vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec6 .map_box .contact_boxs .contact_box .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.sec7 {
  background: #F8F8F8;
  padding: 5.72917vw 5.20833vw
}

.sec7 .t {
  text-align: center;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 2.08333vw
}

.sec7 .wrap {
  background: #FFF;
  padding: 2.86458vw 8.95833vw 4.32292vw 8.95833vw
}

.sec7 .wrap .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.09375vw 0
}

.sec7 .wrap .form .item {
  width: 49.5%
}

.sec7 .wrap .form .item p {
  color: #666;
  line-height: 1;
  margin-bottom: 1.09375vw
}

.sec7 .wrap .form .item input {
  background: #F5F5F5;
  width: 100%;
  height: 2.91667vw;
  padding: 1.04167vw;
  font-size: .83333vw;
  border: none;
  outline: none
}

.sec7 .wrap .form .item input::placeholder {
  color: #9E9E9E
}

.sec7 .wrap .form .item.w_full {
  width: 100%
}

.sec7 .wrap .form .item textarea {
  background: #F5F5F5;
  width: 100%;
  height: 5.20833vw;
  padding: 1.04167vw;
  font-size: .83333vw;
  border: none;
  outline: none;
  resize: none
}

.sec7 .wrap .form .item textarea::placeholder {
  color: #9E9E9E
}

.sec7 .wrap .submit {
  width: 13.54167vw;
  height: 3.125vw;
  background: #003D96;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 2.60417vw auto 0 auto
}

@keyframes img_go {
  100% {
    transform: translateX(-50%)
  }
}

@keyframes img_go2 {
  0% {
    transform: translateX(-50%)
  }

  100% {
    transform: translateX(0)
  }
}

@-webkit-keyframes img_goY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@keyframes img_goY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 50px 5vw
  }

  .sec1 .title {
    font-size: 24px
  }

  .sec1 .line {
    width: 40px;
    height: 2px;
    margin: 15px auto
  }

  .sec1 .des {
    font-size: 14px
  }

  .sec1 .list {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
    text-align: center
  }

  .sec1 .list .item {
    width: 33%;
    padding: 0
  }

  .sec1 .list .item::after {
    display: none
  }

  .sec1 .list .item:nth-child(3):after {
    display: none
  }

  .sec1 .list .item .num {
    justify-content: center
  }

  .sec1 .list .item .h5 {
    font-size: 14px
  }

  .sec2 {
    padding: 50px 5vw
  }

  .sec2 .title {
    font-size: 24px;
    margin-bottom: 20px
  }

  .sec2 .control {
    gap: 10px;
    margin: 0 0 20px
  }

  .sec2 .control .item {
    height: 40px;
    padding: 6px 10px
  }

  .sec2 .parts .part .des {
    margin: 10px 0 15px
  }

  .sec2 .parts .part .swiper {
    width: 100%
  }

  .sec2 .parts .part .swiper .swiper-slide {
    height: 36vw
  }

  .sec2 .parts .part ul {
    padding: 10px 0 0
  }

  .sec3 .sec3_top {
    padding: 40px 0
  }

  .sec3 .sec3_top .title {
    font-size: 24px
  }

  .sec3 .sec3_top .line {
    width: 40px;
    height: 2px;
    margin: 15px auto
  }

  .sec3 .sec3_top .year_box {
    width: 90%
  }

  .sec3 .sec3_top .year_box:after {
    width: 67vw;
    top: 39px;
    height: 2px
  }

  .sec3 .sec3_top .year_box .swiper {
    padding: 0 0 7px
  }

  .sec3 .sec3_top .year_box .swiper .swiper-slide .year {
    font-size: 16px
  }

  .sec3 .sec3_top .year_box .swiper .swiper-slide .dian {
    margin: 10px auto 0;
    width: 12px;
    height: 12px
  }

  .sec3 .sec3_top .year_box .swiper .swiper-slide .dian:before {
    width: 18px;
    height: 18px
  }

  .sec3 .sec3_top .year_box .swiper .swiper-slide .dian:after {
    width: 12px;
    height: 12px
  }

  .sec3 .sec3_top .year_box .swiper .swiper-slide.swiper-slide-thumb-active .dian:after {
    transform: scale(0.6)
  }

  .sec3 .year_text_swiper {
    width: 90%;
    margin: 20px auto 0
  }

  .sec3 .year_text_swiper .swiper-slide .year {
    font-size: 24px
  }

  .sec3 .year_text_swiper .swiper-slide .line {
    margin: 10px 0
  }

  .sec3 .year_text_swiper .swiper-slide ul li {
    font-size: 14px;
    padding: 0 0 0 20px
  }

  .sec3 .year_text_swiper .swiper-slide ul li:after {
    width: 2px;
    height: 2px;
    left: 10px;
    top: 9px
  }

  .sec4 {
    padding: 20px 5vw 0
  }

  .sec4 .title {
    font-size: 24px
  }

  .sec4 .line {
    width: 40px;
    height: 2px;
    margin: 15px auto
  }

  .sec4 .list {
    display: block
  }

  .sec4 .list .item {
    gap: 10px;
    margin-bottom: 15px
  }

  .sec4 .list .item .icon {
    width: 40px
  }

  .sec4 .list .item .item_r .num p {
    font-size: 28px
  }

  .sec4 .list .item .item_r .num span {
    font-size: 14px;
    margin: 0 0 0 5px;
    line-height: 1
  }

  .sec4 .list .item .item_r .h5 {
    font-size: 14px
  }

  .sec4 .list .item:after {
    display: none
  }

  .sec4 .swiper_box1 {
    width: 100%
  }

  .sec4 .swiper_box1 .jt {
    width: 30px;
    height: 50px;
    left: 0;
    top: calc(25vw - 25px + 30px)
  }

  .sec4 .swiper_box1 .jt img {
    width: 10px
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 {
    position: unset;
    width: 100%
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide {
    height: unset
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box {
    padding: 20px
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box .h5 {
    font-size: 18px
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box .line {
    width: 50px;
    height: 2px;
    margin: 15px 0
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box ul li {
    font-size: 14px;
    padding: 0 0 0 10px
  }

  .sec4 .swiper_box1 .sec4_text_swiper1 .swiper-slide .slide_box ul li:after {
    width: 2px;
    height: 2px;
    left: 0px;
    top: 9px
  }

  .sec4 .swiper_box1 .box {
    width: 100%
  }

  .sec4 .swiper_box1 .box .sec4_swiper1 {
    width: 100%
  }

  .sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide {
    display: flex;
    flex-direction: column-reverse
  }

  .sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide .img {
    height: 50vw
  }

  .sec4 .swiper_box1 .box .sec4_swiper1 .swiper-slide p {
    font-size: 18px;
    margin: 0 0 8px
  }

  .sec4 .swiper_box2 {
    width: 100%;
    margin: 25px 0 0
  }

  .sec4 .swiper_box2 .jt {
    width: 30px;
    height: 50px;
    right: 0;
    top: calc(25vw - 25px + 40px)
  }

  .sec4 .swiper_box2 .jt img {
    width: 10px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 {
    position: unset;
    width: 100%
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide {
    height: unset
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box {
    padding: 20px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p {
    font-size: 16px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .h5 {
    font-size: 18px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .line {
    width: 50px;
    height: 2px;
    margin: 15px 0
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box ul li {
    font-size: 14px;
    padding: 0 0 0 10px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box ul li:after {
    width: 2px;
    height: 2px;
    left: 0px;
    top: 9px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 {
    gap: 10px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 .icon img {
    width: 20px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p1 p {
    font-size: 14px
  }

  .sec4 .swiper_box2 .sec4_text_swiper2 .swiper-slide .slide_box .p2 {
    margin-left: 20px;
    font-size: 14px
  }

  .sec4 .swiper_box2 .box {
    width: 100%
  }

  .sec4 .swiper_box2 .box .sec4_swiper2 {
    width: 100%
  }

  .sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide {
    display: flex;
    flex-direction: column-reverse
  }

  .sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide .img {
    height: 50vw
  }

  .sec4 .swiper_box2 .box .sec4_swiper2 .swiper-slide p {
    font-size: 18px;
    margin: 0 0 8px
  }

  .sec5 {
    padding: 60px 5vw
  }

  .sec5 .title {
    font-size: 24px
  }

  .sec5 .line {
    width: 40px;
    height: 2px;
    margin: 15px auto 20px
  }

  .sec5 .swiper_box {
    width: 100%
  }

  .sec5 .swiper_box .swiper {
    width: 100%;
    height: unset
  }

  .sec5 .swiper_box .swiper .swiper-slide {
    height: unset
  }

  .sec5 .swiper_box .swiper .swiper-slide .slide_box {
    width: 100% !important;
    height: unset;
    display: block;
    transform: unset !important
  }

  .sec5 .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 50vw;
    opacity: 1 !important;
    position: unset;
    transform: unset
  }

  .sec5 .swiper_box .swiper .swiper-slide .slide_box .p {
    width: 100%;
    height: 50px !important;
    font-size: 16px !important;
    color: #FFFFFF;
    background: #003D96 !important
  }

  .sec6 {
    padding: 0 5vw 30px;
    overflow: hidden
  }

  .sec6 .title {
    font-size: 24px
  }

  .sec6 .line {
    width: 40px;
    height: 2px;
    margin: 15px auto 20px
  }

  .sec6 .logo_box {
    margin: 0 5%;
    height: 300px
  }

  .sec6 .logo_box .logos {
    animation-duration: 10s
  }

  .sec6 .logo_box .logos .imgs {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px
  }

  .sec6 .logo_box .logos .imgs .logo {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    height: 40px;
    border-radius: 6px;
    margin-bottom: 20px
  }

  .sec6 .logo_box .logos .imgs .logo img {
    max-height: 60%
  }

  .sec6 .map_box {
    margin: 0;
    width: 100%;
    padding-top: 50px
  }

  .sec6 .map_box .map {
    width: 160%;
    left: -60%;
    margin-bottom: 20px
  }

  .sec6 .map_box .map .dians .dian .cir {
    width: 6px;
    height: 6px
  }

  .sec6 .map_box .map .dians .dian .cir:after {
    display: none
  }

  .sec6 .map_box .map .dians .dian p {
    font-size: 12px
  }

  .sec6 .map_box .map .dians .dian:nth-child(1) {
    top: 29.083333vw;
    left: 127.020833vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(2) {
    top: 28.979167vw;
    left: 121.260417vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(2) p {
    left: 50%;
    top: -2px;
    transform: translate(-50%, -100%)
  }

  .sec6 .map_box .map .dians .dian:nth-child(3) {
    top: 32.28125vw;
    left: 118.4375vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(3) p {
    top: -10px
  }

  .sec6 .map_box .map .dians .dian:nth-child(4) {
    top: 35.208333vw;
    left: 117.083333vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(4) p:nth-child(2) {
    top: -5px
  }

  .sec6 .map_box .map .dians .dian:nth-child(4) p:nth-child(3) {
    left: -7px;
    top: 11px
  }

  .sec6 .map_box .map .dians .dian:nth-child(5) {
    top: 35.729167vw;
    left: 120.479167vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(6) {
    top: 39.239583vw;
    left: 112.260417vw
  }

  .sec6 .map_box .map .dians .dian:nth-child(6) p {
    left: -6px
  }

  .sec6 .map_box .contact_boxs {
    position: unset;
    width: 100%
  }

  .sec6 .map_box .contact_boxs .contact_box {
    width: 100%;
    padding: 20px
  }

  .sec6 .map_box .contact_boxs .contact_box .item {
    gap: 6px
  }

  .sec6 .map_box .contact_boxs .contact_box .item:not(:last-child) {
    margin-bottom: 15px
  }

  .sec6 .map_box .contact_boxs .contact_box .item .icon {
    width: 22px;
    height: 22px;
    margin: 4px 0 0
  }

  .sec6 .map_box .contact_boxs .contact_box .item .item_r {
    width: calc(100% - 34px)
  }

  .sec6 .map_box .contact_boxs .contact_box .item .item_r .h5,
  .sec6 .map_box .contact_boxs .contact_box .item .item_r .p {
    font-size: 16px
  }

  .sec7 {
    padding: 30px 5%
  }

  .sec7 .t {
    font-size: 20px;
    margin-bottom: 15px
  }

  .sec7 .wrap {
    padding: 25px 15px 40px
  }

  .sec7 .wrap .form {
    gap: 20px 0
  }

  .sec7 .wrap .form .item {
    width: 100%
  }

  .sec7 .wrap .form .item p {
    margin-bottom: 15px;
    font-size: 14px
  }

  .sec7 .wrap .form .item input {
    height: 48px;
    padding: 15px;
    font-size: 14px
  }

  .sec7 .wrap .form .item textarea {
    height: 120px;
    padding: 15px;
    font-size: 14px
  }

  .sec7 .wrap .submit {
    width: 200px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 16px
  }
}