body {
  line-height: 2;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.wrap {
  overflow: hidden;
  padding-bottom: 80px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.cont {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.title {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 25px;
}
.title p {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  width: 100%;
  opacity: 0.25;
  color: #f7c088;
  z-index: 0;
  top: 5%;
}
.title h2 {
  line-height: 120px;
  font-size: 38px;
  color: #1d4eab;
  position: relative;
  z-index: 2;
}
.title h2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  background-color: #1d4eab;
  display: block;
}
.banner {
  position: relative;
}
.banner .bg {
  display: block;
  width: 100%;
}
.banner .t-2023 {
  position: absolute;
  z-index: 1;
  top: 13.5%;
  right: 0;
  left: 0;
  width: 41.92%;
  margin: 0 auto;
}
.banner .text {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 19.5%;
  left: 0;
  width: 43.95%;
  margin: 0 auto;
}
.banner .logo-wrap {
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin: 0 auto;
}
.banner .logo-wrap img:last-child {
  height: 40px;
}
nav {
  font-size: 20px;
  color: #fff;
  background-color: #1d4eab;
}
nav .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
nav .cont a {
  position: relative;
}
nav .cont a::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  bottom: -8px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  content: '';
  background: #fff;
}
nav .cont a.active,
nav .cont a:hover {
  transition: all 0.5s;
}
nav .cont a.active::after,
nav .cont a:hover::after {
  width: auto;
}
nav .cont .on a {
  transition: all 0.5s;
}
nav .cont .on a::after {
  width: auto;
}
nav.on {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 3px 20px #1d4eab;
}
.part-1 {
  padding-top: 42px;
  padding-bottom: 50px;
  background-image: url(../images/part1-bg.png);
}
.part-1 .top {
  display: flex;
  margin-top: 70px;
  padding-bottom: 70px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(29, 78, 171, 0.5);
}
.part-1 .top .left {
  flex-shrink: 0;
  width: 700px;
}
.part-1 .top .left img {
  display: block;
  margin-top: -70px;
}
.part-1 .top .left p {
  margin-top: 30px;
  padding-right: 35px;
  padding-left: 25px;
}
.part-1 .top strong {
  color: #1d4eab;
}
.part-1 .top .right {
  padding-right: 35px;
  padding-left: 25px;
}
.part-1 .top .right .img-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.part-1 .top h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #1d4eab;
}
.part-1 .top h3::before {
  display: block;
  width: 5px;
  height: 17px;
  margin-right: 15px;
  content: '';
  opacity: 1;
  border-radius: 0;
  background: #1d4eab;
}
.part-1 .bottom {
  display: flex;
  justify-content: space-around;
  margin-top: -67px;
}
.part-1 .bottom img:hover {
  cursor: pointer;
  transition: 1s;
  transform: rotate(360deg);
  transform-origin: center;
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.part-2 {
  padding-bottom: 20px;
  background-image: url(../images/part2-bg.png);
  background-position: top center;
  background-size: 100% auto;
}
.part-2 .cont {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.part-2 .w {
  position: relative;
  z-index: 1;
  overflow: hidden;
  animation: ani2 2s ease-in;
  opacity: 1;
}
.part-2 .line {
  position: absolute;
  z-index: 0;
  top: 235px;
  left: -1258px;
  animation: ani1 2s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes ani1 {
  to {
    left: 58px;
  }
}
@keyframes ani2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.plans {
  font-size: 22px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.plans li {
  line-height: 54px;
  position: relative;
  width: 268px;
  height: 54px;
  text-align: center;
}
.plans li::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: none;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: '';
  border-top: 10px solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.plans li + li {
  margin-left: 25px;
}
.plans li:hover,
.plans li.active {
  cursor: pointer;
}
.plans li:hover::after,
.plans li.active::after {
  display: block;
}
.part-3 {
  margin-bottom: -123px;
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url(../images/part3-bg2.png);
}
.part-3 .title p {
  opacity: 0.25;
  color: #fff;
}
.part-3 .cont {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.part-3 .cont .el {
  position: relative;
  cursor: pointer;
}
.part-3 .cont p {
  line-height: 1.5;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 72%;
  margin: 0 auto;
  transform: translatey(-50%);
  text-align: center;
  color: #fff;
}
.part-3 .cont .el:hover {
  transition: all 0.3s;
  transform: rotate(-15deg) scale(1.1);
}
.part-4 {
  margin-bottom: -126px;
  padding-bottom: 151px;
  background-image: url(../images/part4-bg.png);
}
.part-4 .title {
  margin-top: 178px;
}
.part-4 .plans li {
  color: #1d4fa9;
  background: rgba(29, 78, 171, 0.3);
}
.part-4 .plans li::after {
  border-top-color: #1d4eab;
}
.part-4 .plans li:hover,
.part-4 .plans li.active {
  color: #fff;
  background: #1d4eab;
}
.part-4 table {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #fff;
}
.part-4 table thead {
  font-size: 18px;
  background: #f7c088;
}
.part-4 table tbody {
  background: #022b8bd9;
}
.part-4 table th,
.part-4 table td {
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #fff;
}
.part-4 .demo-table td:last-child {
  text-align: left;
}
.part-4 .demo-table p {
  display: inline-block;
  box-sizing: border-box;
  width: 31%;
  padding-left: 1em;
  text-align: left;
}
.part-4 .demo-table th {
  font-size: 18px;
  background-color: #f7c088;
}
.part-4 .demo-table td:last-child.text-center {
  text-align: center;
}
.part-5 .title p,
.part-7 .title p {
  opacity: 0.25;
  color: #fff;
}
.part-5 .title h2,
.part-7 .title h2 {
  color: #f7c088;
}
.part-5 .title h2::after,
.part-7 .title h2::after {
  background: rgba(247, 192, 136, 0.5);
}
.part-5 {
  background-image: url(../images/part5-bg.png);
}
.part-5 .title {
  margin-top: 121px;
}
.part-5 .top {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.part-5 .top li {
  width: 188px;
  text-align: center;
  color: #fff;
}
.part-5 .top li > div {
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 188px;
  height: 188px;
  padding: 72px 50px 80px 50px;
  letter-spacing: -2px;
}
.part-5 .top li > div span {
  font-size: 16px;
  align-self: flex-end;
  margin-left: 5px;
  letter-spacing: 0;
}
.part-5 .top li:nth-child(odd) > div {
  color: #1d4eab;
  background-image: url(../images/part5-icon-1.png);
}
.part-5 .top li:nth-child(even) > div {
  color: #f7c088;
  background-image: url(../images/part5-icon-2.png);
}
.part-5 .top li p {
  margin-top: -20px;
}
.part-5 .top li:first-child > div {
  letter-spacing: -6px;
}
.part-5 .swiper-container {
  padding-bottom: 88px;
}
.part-5 .swiper-container .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #fff;
}
.part-5 .swiper-container .swiper-pagination-bullet-active {
  width: 29px;
  height: 11px;
}
.part-5 .swiper-slide {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part-5 .swiper-slide .el {
  font-size: 12px;
  display: flex;
  width: 31%;
  margin-bottom: 30px;
  text-align: justify;
  color: #fff;
}
.part-5 .swiper-slide .el img {
  flex-shrink: 0;
  width: 151px;
  height: 174px;
  margin-right: 20px;
}
.part-5 .swiper-slide .el .text {
  align-self: center;
}
.part-5 .swiper-slide .el .name {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f6bf87;
}
.part-5 .swiper-slide .el .position {
  color: #f7c088;
}
.part-5 .swiper-slide .el .desc {
  margin-top: 5px;
}
.part-6 .title {
  margin-top: 20px;
}
.part-6 .swiper-container {
  padding-bottom: 100px;
}
.part-6 .swiper-container img {
  width: 100%;
}
.part-6 .swiper-container .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #1d4eab;
}
.part-6 .swiper-container .swiper-pagination-bullet-active {
  width: 29px;
  height: 11px;
}
.part-6 .swiper-slide {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part-6 .swiper-slide .el {
  font-size: 12px;
  display: flex;
  width: 31%;
  margin-bottom: 30px;
  text-align: justify;
  color: #fff;
}
.part-6 .swiper-slide .el img {
  flex-shrink: 0;
  width: 151px;
  height: 174px;
  margin-right: 20px;
}
.part-6 .swiper-slide .el .text {
  align-self: center;
}
.part-6 .swiper-slide .el .name {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f6bf87;
}
.part-6 .swiper-slide .el .position {
  color: #f7c088;
}
.part-6 .swiper-slide .el .desc {
  margin-top: 5px;
}
.part-7 {
  margin-top: -100px;
  padding-top: 26px;
  padding-bottom: 138px;
  background-image: url(../images/part7-bg.png);
}
.part-7 .top {
  display: flex;
  margin-bottom: 30px;
}
.part-7 .top div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 300px;
  text-align: center;
  color: #f7c088;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.part-7 .top div:nth-child(odd) {
  background: #002c7e94;
}
.part-7 .top div:nth-child(even) {
  background: #f7c08852;
}
.part-7 .bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.part-7 .bottom .el {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.part-7 .bottom .el:first-child {
  width: 570px;
}
.part-7 .bottom .el:last-child {
  width: 610px;
}
.part-7 .bottom .el img {
  width: 100%;
}
.part-7 .bottom .el img + img {
  margin-top: 30px;
}
.part-7 .bottom .el p {
  margin-bottom: 28px;
  text-align: justify;
  text-indent: 2em;
}
.part-8 {
  padding-bottom: 0;
}
.part-8 .title {
  margin-top: 38px;
}
.part-8 table {
  box-sizing: border-box;
  text-align: center;
  color: #666;
}
.part-8 table thead {
  font-size: 18px;
  color: #fff;
  background: #1d4eab;
}
.part-8 table thead span {
  color: #f7c088;
}
.part-8 table th,
.part-8 table td {
  position: relative;
  padding: 8px;
  vertical-align: middle;
}
.part-8 table td {
  border: 1px solid #ccc;
}
.part-8 table tbody tr:nth-child(odd) {
  background: #f3f3f3;
}
.part-8 table tbody td:first-child {
  font-weight: bold;
  color: #333;
}
.part-8 table + p {
  margin-top: 15px;
  color: #666;
}
.part-9 > .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.part-9 > .top li:nth-child(odd) {
  cursor: pointer;
  text-align: center;
  color: #1d4eab;
}
.part-9 > .top li:nth-child(odd) p {
  font-size: 18px;
  font-weight: bold;
}
.part-9 > .top li:nth-child(odd) div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 101px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-image: url(../images/part9-icon.png);
  background-repeat: no-repeat;
  background-position-y: 11px;
}
.part-9 > .top li:nth-child(odd).active,
.part-9 > .top li:nth-child(odd):hover {
  color: #f7c088;
}
.part-9 > .top li:nth-child(odd).active div,
.part-9 > .top li:nth-child(odd):hover div {
  background-image: url(../images/part9-icon-active.png);
}
.part-9 > .top li.line {
  width: 135px;
  height: 3px;
  margin-top: 60px;
  background: linear-gradient(270deg, #1d4eab 0%, rgba(0, 22, 52, 0.09) 100%);
}
.part-9 .item {
  height: 314px;
  padding: 30px 30px 30px 50px;
  background: rgba(0, 44, 103, 0.05);
}
.part-9 .item .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  color: #f7c088;
}
.part-9 .item .tit::before {
  position: absolute;
  top: 4px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  background: #f7c088;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.part-9 .item a {
  color: #f7c088;
}
footer {
  font-size: 18px;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  color: #fff;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .cont {
  font-size: 20px;
  position: relative;
  top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .cont .tit {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
footer .cont .text-center {
  width: 180px;
  white-space: nowrap;
  line-height: 1.5;
}
footer .cont .text-center img {
  width: 100%;
}
footer .support {
  line-height: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0.6;
}
.tab-con3 .item:not(:first-child),
.tab-con .item:not(:first-child) {
  display: none;
}
