:root {
  --public-color: #004178;
  --max: 1430px;
}

.header-other.active {
  height: auto;
  transition: 0.5s;
  padding: 15px 0 18px 0;
  border-bottom: 2px solid var(--public-color);
}

.header-other {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 10;
  background-color: #fff;
  /* box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2); */
}

.header-other .container-xl {
  display: flex;
  align-items: center;
}

.header-other p {
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
}

.header-other .container-xl>div {
  margin-left: 12px;
  width: 180px;
  height: 46px;
  background-color: #e6ecf2;
  cursor: pointer;
}

.header-other .container-xl>div a {
  width: 100%;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.header-other .container-xl>.active {
  background-color: var(--public-color);
}

.header-other .container-xl>.active a {
  color: #fff;
}

.header-other .container-xl>div:hover {
  background-color: var(--public-color);
}

.header-other .container-xl>div:hover a {
  color: #fff;
}





.middle {
  padding-top: 123px;
}

/* middle-one */
.middle .middle-one {
  padding-top: 30px;
}

/* middle-two */
.middle .middle-two {
  padding: 55px 0 80px 0;
  background-color: #fff;
}

.middle .middle-two>.container-xl {
  display: flex;
  flex-wrap: wrap;
}

.middle .middle-two .container-xl .but {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* middle-three */
.middle .middle-three {
  padding: 0 0 45px 0;
}

.middle .middle-three .container-xl {
  max-width: 1665px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-three .left {
  width: 52.5%;
}

.middle .middle-three .left .t1 {
  position: relative;
  padding-left: 60px;
}

.middle .middle-three .left .t1::before {
  position: absolute;
  content: "";
  background-color: var(--public-color);
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
}

.middle .middle-three .left .t1 h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .left .t2 {
  margin-top: 55px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #666666;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .right {
  width: 46.25%;
  position: relative;
}

.middle .middle-three .right .mySwiper1 {
  overflow: hidden;
}

.middle .middle-three .right .button-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 80px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}

.middle .middle-three .right .button-prev::before {
  position: absolute;
  content: "";
  background: url(../../images/o-left.png) no-repeat;
  width: 22px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle .middle-three .right .button-prev::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background-color: #cedae6;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.middle .middle-three .right .button-next {
  position: absolute;
  top: 0;
  left: 95px;
  width: 95px;
  height: 80px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}

.middle .middle-three .right .button-next::before {
  position: absolute;
  content: "";
  background: url(../../images/o-right.png) no-repeat;
  width: 22px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle .middle-three .right .button-next::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background-color: #cedae6;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.middle .middle-three .right .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* middle-four */
.middle .middle-four {
  padding: 0 0 0 0;
}

.middle .middle-four .up {
  display: flex;
  align-items: center;
}

.middle .middle-four .up p {
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
}

.middle .middle-four .up>div {
  margin-left: 12px;
  width: 180px;
  height: 46px;
  background-color: #e6ecf2;
  cursor: pointer;
}

.middle .middle-four .up>div a {
  width: 100%;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.middle .middle-four .up>.active {
  background-color: var(--public-color);
}

.middle .middle-four .up>.active a {
  color: #fff;
}

.middle .middle-four .up>div:hover {
  background-color: var(--public-color);
}

.middle .middle-four .up>div:hover a {
  color: #fff;
}

.middle .middle-four .down {
  margin-top: 18px;
}

.middle .middle-four .down .mySwiper2 {
  overflow: hidden;
}

.middle .middle-four .down .mySwiper2 .cont {
  padding: 70px 0 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e6ecf2;
}

.middle .middle-four .down .mySwiper2 .cont:nth-child(1) {
  border-top: 2px solid var(--public-color);
}

.middle .middle-four .down .mySwiper2 .cont .left {
  width: 50%;
  padding-right: 90px;
}

.middle .middle-four .down .mySwiper2 .cont .left a {
  width: 100%;
  height: 100%;
  display: flex;
}

.middle .middle-four .down .mySwiper2 .cont .left a img {
  mix-blend-mode: multiply;
  margin: auto;
}

.middle .middle-four .down .mySwiper2 .cont .right {
  width: 50%;
}

.middle .middle-four .down .mySwiper2 .cont .right .but a {
  text-align: center;
}

.middle .middle-four .down .mySwiper2 .cont .right .t1 {
  margin-top: 44px;
}

.middle .middle-four .down .mySwiper2 .cont .right .t1 p {
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-four .down .mySwiper2 .cont .right .t1 h5 {
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  padding-left: 30px;
  position: relative;
}

.middle .middle-four .down .mySwiper2 .cont .right .t1 h5:nth-of-type(1) {
  margin-top: 50px;
}

.middle .middle-four .down .mySwiper2 .cont .right .t1 h5::before {
  position: absolute;
  content: "";
  background: url(../../images/o1.png) no-repeat;
  width: 14px;
  height: 13px;
  top: 10px;
  left: 0px;
}

/* middle-five */
.middle .middle-five {
  padding: 140px 0 120px 0;
  background: url(../../images/o1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.middle .middle-five .container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-five .container-xl .left {
  width: 45%;
  padding-right: 100px;
}

.middle .middle-five .container-xl .left .t1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .container-xl .left .t2 {
  margin-top: 55px;
}

.middle .middle-five .container-xl .left .t2 h5 {
  color: var(--public-color);
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding-left: 40px;
  position: relative;
}

.middle .middle-five .container-xl .left .t2 h5::before {
  position: absolute;
  content: "";
  background: var(--public-color);
  width: 20px;
  height: 20px;
  top: 7px;
  left: 0px;
}

.middle .middle-five .container-xl .left .t2 p {
  margin-top: 15px;
  color: var(--public-color);
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .container-xl .left .t2 ul {
  display: flex;
  align-items: center;
}

.middle .middle-five .container-xl .left .t2 ul li {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  display: inline;
}

.middle .middle-five .container-xl .left .t2 ul li+li::before {
  padding: 0 25px 0 25px;
  color: var(--public-color);
  content: "/";
}

.middle .middle-five .container-xl .right {
  width: 55%;
}

/* middle-six */
.middle .middle-six {
  padding: 120px 0 135px 0;
  background-color: #fff;
}

.middle .middle-six .container-xl>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
}

.middle .middle-six .container-xl .left {
  width: 46%;
}

.middle .middle-six .container-xl .right {
  width: 50%;
  padding-left: 45px;
  padding-right: 100px;
}

.middle .middle-six .container-xl .right .t1 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-six .container-xl .right .t2 {
  margin-top: 55px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-six .container-xl .right .but {
  margin-top: 55px;
  max-width: 230px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-six .container-xl .right .but:hover {
  background-color: var(--public-color) !important;
}

.middle .middle-six .container-xl .right .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 46px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

/* middle-seven */
.middle .middle-seven {
  padding: 0 0 125px 0;
  background-color: #fff;
}

.middle .middle-seven .up {
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  color: var(--public-color);
}

.middle .middle-seven .down {
  margin-top: 60px;
}

.middle .middle-seven .down .col-md-3 {
  padding-right: 30px;
  padding-bottom: 15px;
}

.middle .middle-seven .down .col-md-3>div {
  padding-bottom: 30px;
  border-bottom: 3px solid var(--public-color);
  transition: 0.5s;
  height: 100%;
}

.middle .middle-seven .down .col-md-3>div .image a {
  width: 100%;
  height: 100%;
}

.middle .middle-seven .down .col-md-3>div .t1 {
  margin-top: 40px;
  padding: 0 20px;
}

.middle .middle-seven .down .col-md-3>div .t1 a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div .t2 {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  padding: 0 20px;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div .but {
  margin-top: 30px;
  padding: 0 20px;
}

.middle .middle-seven .down .col-md-3>div .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div:hover {
  background: linear-gradient(135deg, #005aa6, #004178);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div:hover .t1 a {
  color: #fff;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div:hover .t2 {
  color: #fff;
  transition: 0.5s;
}

.middle .middle-seven .down .col-md-3>div:hover .but a {
  background: url(../../images/white-left-arrow.png) no-repeat;
  transition: 0.5s;
}

/* middle-eight */
.middle .middle-eight {
  padding: 120px 0 100px 0;
  background: url(../../images/o9.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.middle .middle-eight>.container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-eight .left {
  width: 23%;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-eight .right {
  width: 70%;
}

.middle .middle-eight .right .dropdown-box {
  margin-bottom: 15px;
}

.middle .middle-eight .right .dropdown-box>div .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--public-color);
}

.middle .middle-eight .right .dropdown-box>div .title .txt {
  color: var(--public-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 20px;
}

.middle .middle-eight .right .dropdown-box>div .title .but {
  color: var(--public-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
}

.middle .middle-eight .right .dropdown-box>div .content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 28px;
}

.middle .middle-eight .right .dropdown-box>div .content p {
  color: #999999;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.middle .middle-eight .right .active>div .title {
  border-bottom: 1px solid var(--public-color);
}

.middle .middle-eight .right .active>div .title .txt {
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.middle .middle-eight .right .active>div .title .but {
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.middle .middle-eight .right .active>div .content {
  height: 96px;
}

/* middle-nine */
.middle .middle-nine {
  padding: 120px 0 120px 0;
  background-color: #fff;
}

.middle .middle-nine .up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle .middle-nine .up .left {
  width: 50%;
  color: var(--public-color);
  font-size: 42px;
  line-height: 64px;
  font-weight: 800;
}

.middle .middle-nine .up .right {
  margin-left: auto;
}

.middle .middle-nine .up .right a {
  padding: 0 30px;
  color: var(--public-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  text-decoration: underline;
  transition: 0.5s;
  cursor: pointer;
}

.middle .middle-nine .up .right a:hover {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.middle .middle-nine .up .right .active {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
}

.middle .middle-nine .mid {
  margin-top: 80px;
  overflow: hidden;
}

.middle .middle-nine .mid .row {
  margin: 0;
}

.middle .middle-nine .mid .col-md-4 {
  padding-right: 40px;
  padding-bottom: 15px;

}

.middle .middle-nine .mid .col-md-4>div {
  background: #fff;
  position: relative;
  height: 100%;
}

.middle .middle-nine .mid .col-md-4>div .text {
  height: 100%;
  position: relative;
  background: #fff;
  /* max-height: 230px; */
  padding: 25px 38px 20px 38px;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
  z-index: 1;
  transition: 0.5s;
}

.middle .middle-nine .mid .col-md-4>div .text .t1 a {
  font-size: 18px;
  line-height: 24px;
  color: var(--public-color);
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle .middle-nine .mid .col-md-4>div .text .t2 {
  margin-top: 10px;
  color: #333333;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle .middle-nine .mid .col-md-4>div .text .t3 {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.middle .middle-nine .mid .col-md-4>div .text .but {
  margin-top: 20px;
}

.middle .middle-nine .mid .col-md-4>div .text .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  transition: 0.5s;
}

.middle .middle-nine .mid .col-md-4>div .text:hover {
  background: linear-gradient(to right, #004178, transparent);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-nine .mid .col-md-4>div .text:hover .t1 a {
  color: #fff;
}

.middle .middle-nine .mid .col-md-4>div .text:hover .t2 {
  color: #fff;
}

.middle .middle-nine .mid .col-md-4>div .text:hover .t3 {
  color: #fff;
}

.middle .middle-nine .mid .col-md-4>div .text:hover .but a {
  background: url(../../images/white-left-arrow.png) no-repeat;
}

.middle .middle-nine .mid .col-md-4>div .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.middle .middle-nine .mid .col-md-4>div .image a {
  width: 100%;
  height: 100%;
}

.middle .middle-nine .mid .col-md-4>div .image img {
  height: 100%;
  width: 100%;
}

.middle .middle-nine .down {
  margin-top: 35px;
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
  max-width: 220px;
}

.middle .middle-nine .down::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/left-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-nine .down a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.middle .middle-nine .down:hover a {
  text-decoration: underline;
}

.middle .middle-nine .down:hover:hover::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .middle .middle-one{padding: 0;}
  .middle .middle-three{padding: 0 0 30px;}
  .middle .middle-three .container-xl{padding-right: 15px;padding-left: 15px;}
  .middle .middle-three .left .t1{padding-left: 45px;}
  .middle .middle-three .left .t1::before{top: 0;}
  .middle .middle-three .left .t2{margin-top: 15px;}
  .middle .middle-three .right{margin-top: 15px;}
  .middle .middle-four .up{flex-wrap: wrap;}
  .middle .middle-four .up p{width: 100%;}
  .middle .middle-four .down{margin-top: 15px;}
  .middle .middle-four .down .mySwiper2 .cont{padding: 15px 0 15px 0;margin-top:20px;margin-bottom:20px;}
  .middle .middle-four .down .mySwiper2 .cont .left{width: 100%;padding: 0;}
  .middle .middle-four .down .mySwiper2 .cont .right{width: 100%;}
  .middle .middle-four .down .mySwiper2 .cont .right .t1{margin-top: 15px;}
  .middle .middle-four .down .mySwiper2 .cont .right .t1 h5:nth-of-type(1){margin-top: 15px;}
  .middle .middle-four .down .mySwiper2 .cont .right .t1 h5::before{top: 5px;}
  .header-other{display: none;}
  .middle .middle-five,.middle .middle-six{padding: 30px 0 30px 0;}
  .middle .middle-five .container-xl .left,
  .middle .middle-six .container-xl .left,
  .middle .middle-six .container-xl .right,
  .middle .middle-five .container-xl .right{width: 100%;padding: 0;}
  .middle .middle-five .container-xl .left .t2,.middle .middle-five .container-xl .right,.middle .middle-six .container-xl .right .t2,.middle .middle-six .container-xl .right .but{margin-top: 15px;}
  .middle .middle-six .container-xl .right{padding: 15px;}
  .middle .middle-seven{padding: 0 0 30px 0;}
  .middle .middle-seven .down{margin-top: 15px;}
  .middle .middle-seven .down .col-md-3{padding-right: 7px;}
  .middle .middle-seven .down .col-md-3>div{padding-bottom: 15px;}
  .middle .middle-seven .down .col-md-3>div .t1,.middle .middle-seven .down .col-md-3>div .t2,.middle .middle-seven .down .col-md-3>div .but{margin-top: 15px;padding: 0;}
  .middle .middle-eight{padding: 30px 0 15px 0;}
  .middle .middle-eight .left{width: 100%;font-size: 24px;line-height: 32px;}
  .middle .middle-eight .right{width: 100%;margin-top: 15px;}
  .middle .middle-nine{padding: 30px 0 30px 0;}
  .middle .middle-nine .up .left{font-size: 24px;line-height: 32px;width: 100%;}
  .middle .middle-nine .mid{margin-top: 15px;}
  .middle .middle-nine .mid .col-md-4{padding-right: 7px;}
  .middle .middle-nine .mid .col-md-4>div .text{padding: 15px;}
  .middle .middle-nine .down{margin-top: 0;}
  .middle .middle-five .container-xl .left .t2 ul li+li::before{padding: 0 10px 0 10px;}

  .middle .middle-four .up>div{width:150px;}
}