.index_banner {
  width: 100%;
  overflow: hidden; }

.index_banner .box {
  width: 100%;
  position: relative; }

.index_banner .box .index_page {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 31px;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  transition: 0.6s; }

.index_banner .box .index_page .item {
  width: 480px;
  height: 160px;
  background: #004178;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  transition: 0.6s; }

.index_banner .box .index_page .item .img {
  width: 160px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden; }

.index_banner .box .index_page .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s; }

.index_banner .box .index_page .item .item_r {
  padding: 30px 20px 0 25px; }

.index_banner .box .index_page .item .item_r .item_r_title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  margin-bottom: 20px; }

.index_banner .box .index_page .item .item_r .more {
  display: flex;
  align-items: center; }

.index_banner .box .index_page .item .item_r .more p {
  font-weight: 400;
  font-size: 16px;
  color: #7EA1CB;
  margin-right: 9px;
  transition: 0.6s; }

.index_banner .box .index_page .item .item_r .more img {
  display: block;
  width: 5px;
  transition: 0.6s; }

.index_banner .box .index_page .item .item_r .more:hover p {
  color: #FFFFFF; }

.index_banner .box .index_page .item .item_r .more:hover img {
  filter: brightness(0) invert(1);
  transform: translateX(5px); }

.index_banner .box .index_page .item:hover {
  transform: translateY(-10px); }

.index_banner .box .index_page .item:hover .img img {
  transform: scale(1.1); }

.index_banner .box .category_box {
  position: absolute;
  right: calc((100vw - 1480px) / 2);
  top: 8vw;
  z-index: 3;
  width: 300px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 33px 30px 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.6s; }

.index_banner .box .category_box .category_box_title {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 65, 120, 0.2);
  margin-bottom: 20px; }

.index_banner .box .category_box .category_box_title .icon {
  width: 15px;
  margin-right: 12px; }

.index_banner .box .category_box .category_box_title p {
  font-weight: bold;
  font-size: 18px;
  color: #004178; }

.index_banner .box .category_box .category_box_list {
  max-height: 324px;
  overflow-y: scroll; }

.index_banner .box .category_box .category_box_list::-webkit-scrollbar {
  width: 2px; }

.index_banner .box .category_box .category_box_list::-webkit-scrollbar-track {
  background: #E9E9E9; }

.index_banner .box .category_box .category_box_list::-webkit-scrollbar-thumb {
  background: #004178; }

.index_banner .box .category_box .category_box_list a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 36px;
  width: fit-content;
  position: relative; }

.index_banner .box .category_box .category_box_list a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #00417D;
  transform-origin: left;
  transition: 0.6s;
  transform: scaleX(0); }

.index_banner .box .category_box .category_box_list a:hover:after {
  transform: scaleX(1); }

.index_banner .box .index_banner_swiper {
  height: 42.708333vw; }

.index_banner .box .index_banner_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.index_banner .box .index_banner_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 2s; }

.index_banner .box .index_banner_swiper .swiper-slide .img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.index_banner .box .index_banner_swiper .swiper-slide .text-box {
  width: 700px;
  position: absolute;
  left: calc((100vw - 1480px) / 2);
  top: 13.3vw;
  z-index: 3; }

.index_banner .box .index_banner_swiper .swiper-slide .text-box p {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 46px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px); }

.index_banner .box .index_banner_swiper .swiper-slide .text-box .more {
  margin: 40px 0 0;
  opacity: 0;
  transform: translateY(20px); }

.index_banner .box .index_banner_swiper .swiper-slide .text-box .more a {
  width: 120px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s; }

.index_banner .box .index_banner_swiper .swiper-slide .text-box .more a:hover {
  background: #FFFFFF;
  color: #00417D; }

.index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .img img {
  transform: scale(1); }

.index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .text-box p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s; }

.index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .text-box .more {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
  transition-delay: 0.2s; }

.index_banner.start .index_page {
  transform: translate(-50%, 0px);
  opacity: 1; }

.index_banner.start .category_box {
  transform: translateY(0px);
  opacity: 1; }

.sec1 {
  padding: 90px 0 115px; }

.sec1 .wrap .common_title {
  text-align: center; }

.sec1 .wrap .text {
  font-weight: 400;
  font-size: 18px;
  color: #004178;
  margin: 20px 0 62px;
  text-align: center; }

.sec1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 26px; }

.sec1 .wrap .list .item {
  width: 350px;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }

.sec1 .wrap .list .item:after {
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, rgba(0, 65, 120, 0) 0%, #004178 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0; }

.sec1 .wrap .list .item .item_text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3; }

.sec1 .wrap .list .item .item_text p {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sec1 .wrap .list .item .item_text .icon {
  width: 12px;
  transition: 0.6s; }

.sec1 .wrap .list .item .img {
  width: 100%;
  height: 100%; }

.sec1 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s; }

.sec1 .wrap .list .item:hover .img img {
  transform: scale(1.1); }

.sec1 .wrap .list .item:hover .item_text .icon {
  transform: translateX(5px); }

.sec2 {
  background: #004178;
  padding: 70px 0 76px;
  width: 100vw;
  overflow-x: hidden; }

.sec2 .wrap .sec2_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }

.sec2 .wrap .sec2_top .common_title {
  color: #FFFFFF; }

.sec2 .wrap .sec2_top form {
  width: 512px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 0; }

.sec2 .wrap .sec2_top form input {
  width: 470px;
  height: 100%;
  padding: 0 20px;
  border: none;
  background: unset;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF; }

.sec2 .wrap .sec2_top form input::placeholder {
  color: #FFFFFF; }

.sec2 .wrap .sec2_top form button {
  width: 16px;
  border: none;
  background: unset; }

.sec2 .wrap .swiper {
  width: 1860px;
  padding: 20px 0; }

.sec2 .wrap .swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.sec2 .wrap .swiper .swiper-slide .slide_box {
  display: block;
  width: 340px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: 0.6s; }

.sec2 .wrap .swiper .swiper-slide .slide_box .img {
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.sec2 .wrap .swiper .swiper-slide .slide_box .img img {
  max-width: 80%;
  max-height: 50%;
  transition: 3s; }

.sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text {
  padding: 0 30px; }

.sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text h5 {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 18px;
  color: #004178;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }

.sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text p {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sec2 .wrap .swiper .swiper-slide .slide_box:hover {
  transform: translateY(-20px); }

.sec2 .wrap .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1); }

.sec2 .wrap .sec2_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sec2 .wrap .sec2_bottom .btns {
  display: flex;
  align-items: center;
  gap: 0 15px; }

.sec2 .wrap .sec2_bottom .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.6s; }

.sec2 .wrap .sec2_bottom .btns .icon img {
  display: block;
  width: 12px;
  transition: 0.6s;
  filter: brightness(0) invert(1); }

.sec2 .wrap .sec2_bottom .btns .icon:hover {
  border: 1px solid white;
  background: #FFFFFF; }

.sec2 .wrap .sec2_bottom .btns .icon:hover img {
  filter: brightness(1); }

.sec2 .wrap .sec2_bottom .swiper-scrollbar {
  width: 1343px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2); }

.sec2 .wrap .sec2_bottom .swiper-scrollbar .swiper-scrollbar-drag {
  border: 3px solid #FFFFFF;
  border-radius: 3px;
  top: -2px; }

.sec3 {
  padding: 90px 0 0; }

.sec3 .wrap .common_title {
  margin-bottom: 60px; }

.sec3 .wrap .content {
  display: flex;
  justify-content: space-between; }

.sec3 .wrap .content .l {
  width: 690px; }

.sec3 .wrap .content .l .little_title {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 24px;
  color: #004178;
  line-height: 34px;
  text-transform: uppercase; }

.sec3 .wrap .content .l .l_text {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 30px;
  margin: 35px 0 50px; }

.sec3 .wrap .content .l .more a {
  width: 120px;
  height: 44px;
  background: #004178;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }

.sec3 .wrap .content .l .more a p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF; }

.sec3 .wrap .content .r {
  width: 740px; }

.sec3 .wrap .little_title1 {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 24px;
  color: #004178;
  line-height: 30px;
  text-align: center;
  margin: 106px 0 60px;
  text-transform: uppercase; }

.sec3 .wrap .numList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }

.sec3 .wrap .numList .item {
  width: 25%;
  border-right: 1px solid #E1E2E6; }

.sec3 .wrap .numList .item .num_item {
  display: flex;
  justify-content: center;
  margin-bottom: 12px; }

.sec3 .wrap .numList .item .num_item span {
  font-family: 'Archivo';
  font-weight: 500;
  font-size: 60px;
  color: #004178; }

.sec3 .wrap .numList .item p {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 24px;
  text-align: center; }

.sec3 .wrap .video_img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px; }

.sec3 .wrap .video_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #165a94;
  opacity: 0.4; }

.sec3 .wrap .video_img > img {
  display: block;
  width: 100%;
  max-height: unset; }

.sec4 {
  padding: 90px 0 78px; }

.sec4 .wrap .common_title {
  margin-bottom: 50px; }

.sec4 .wrap .swiper_box {
  position: relative; }

.sec4 .wrap .swiper_box .btns {
  width: 1650px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between; }

.sec4 .wrap .swiper_box .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(0, 65, 120, 0.2);
  transition: 0.6s;
  cursor: pointer;
  pointer-events: auto; }

.sec4 .wrap .swiper_box .btns .icon img {
  display: block;
  width: 12px;
  transition: 0.6s; }

.sec4 .wrap .swiper_box .btns .icon:hover {
  border: 1px solid #004178;
  background: #004178; }

.sec4 .wrap .swiper_box .btns .icon:hover img {
  filter: brightness(0) invert(1); }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
  width: 100%;
  height: 320px;
  overflow: hidden; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
  height: 300px;
  background: #F3F4F8;
  padding: 40px 45px 0;
  transition: 0.6s; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text {
  transition: 0.6s; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_title {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 20px;
  color: #004178;
  line-height: 30px;
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_p {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 24px;
  height: 48px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
  border-top: 1px solid #D8DBE3; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .date {
  font-weight: 400;
  font-size: 16px;
  color: #004178; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more {
  display: flex;
  align-items: center; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more p {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  margin-right: 13px; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more .icon {
  width: 5px; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1); }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .slide_box_bottom {
  background: #004178; }

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_text {
  filter: brightness(0) invert(1); }

.sec4 .wrap .more-view {
  margin: 59px 0 0; }

.sec4 .wrap .more-view a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 2px solid #00417D;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  transition: 0.6s; }

.sec4 .wrap .more-view a:hover {
  background: #00417D;
  color: #FFFFFF; }

.cursor {
  width: 131px;
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

.cursor .cursor_box {
  width: 131px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  opacity: 0; }

.cursor .cursor_box .zi {
  display: block;
  width: 100%;
  animation: xuan 10s linear infinite; }

.cursor .cursor_box .play {
  display: block;
  width: 15px;
  position: absolute; }

.cursor .cursor_box.on {
  opacity: 1; }

@keyframes xuan {
  100% {
    transform: rotate(360deg); } }
.loading {
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s; }

.loading.move {
  opacity: 0;
  pointer-events: none; }

.loading .count {
  font-family: 'Archivo';
  font-weight: 500;
  font-size: 30px;
  color: #004178;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px; }

.loading .img_logo {
  width: 195px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.loading .img_logo .logo {
  display: block;
  width: 100%;
  opacity: 0;
  transition: 0.6s; }

.loading .img_logo.active .logo {
  opacity: 1; }

.loading .img_logo .img_logo_box {
  position: absolute;
  transform: translateX(5px); }

.loading .img_logo .img_logo_box img {
  width: 557px;
  display: block;
  position: absolute;
  height: unset;
  max-width: unset;
  max-height: unset;
  opacity: 0;
  transition: 0.8s;
  top: 0;
  left: 0;
  transform: rotate(-15deg); }

.loading .img_logo .img_logo_box img.on {
  opacity: 1;
  transform: rotate(0deg); }

.loading .img_logo .img_logo_box img:nth-child(1) {
  position: relative; }

.loading_mask {
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen; }

.loading_mask .img_logo1 {
  width: 195px;
  mix-blend-mode: difference;
  max-width: unset;
  position: absolute; }

.loading_mask .img_logo1 img {
  display: block;
  width: 100%;
  max-width: unset;
  max-height: unset; }

.header {
  transform: translateY(-100%); }

.header.start {
  transform: translateY(0%); }

.index_banner .box .index_banner_swiper .swiper-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 210px;
  gap: 0 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s; }

.index_banner.start .box .index_banner_swiper .swiper-pagination {
  opacity: 1;
  transform: translateY(0px); }

.index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  width: 40px;
  height: 8px;
  border-radius: 5px;
  opacity: 0.6; }

.index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  width: 120px; }

.index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1; }

@media screen and (max-width: 1919px) {
  .index_banner {
    width: 100%;
    overflow: hidden; }

  .index_banner .box {
    width: 100%;
    position: relative; }

  .index_banner .box .index_page {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 1.6145833333vw;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 1.5625vw);
    opacity: 0;
    transition: 0.6s; }

  .index_banner .box .index_page .item {
    width: 25vw;
    height: 8.3333333333vw;
    background: #004178;
    border-radius: 0.3125vw;
    display: flex;
    overflow: hidden;
    transition: 0.6s; }

  .index_banner .box .index_page .item .img {
    width: 8.3333333333vw;
    height: 100%;
    border-radius: 0.3125vw;
    overflow: hidden; }

  .index_banner .box .index_page .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s; }

  .index_banner .box .index_page .item .item_r {
    padding: 1.5625vw 1.0416666667vw 0 1.3020833333vw; }

  .index_banner .box .index_page .item .item_r .item_r_title {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    line-height: 1.4583333333vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.9166666667vw;
    margin-bottom: 1.0416666667vw; }

  .index_banner .box .index_page .item .item_r .more {
    display: flex;
    align-items: center; }

  .index_banner .box .index_page .item .item_r .more p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #7EA1CB;
    margin-right: 0.46875vw;
    transition: 0.6s; }

  .index_banner .box .paindex_pagege .item .item_r .more img {
    display: block;
    width: 0.2604166667vw;
    transition: 0.6s; }

  .index_banner .box .index_page .item .item_r .more:hover p {
    color: #FFFFFF; }

  .index_banner .box .index_page .item .item_r .more:hover img {
    filter: brightness(0) invert(1);
    transform: translateX(0.2604166667vw); }

  .index_banner .box .index_page .item:hover {
    transform: translateY(-0.5208333333vw); }

  .index_banner .box .index_page .item:hover .img img {
    transform: scale(1.1); }

  .index_banner .box .category_box {
    position: absolute;
    right: calc((100vw - 77.0833333333vw) / 2);
    top: 8vw;
    z-index: 3;
    width: 15.625vw;
    background: #FFFFFF;
    border-radius: 0.3125vw;
    padding: 1.71875vw 1.5625vw 2.0833333333vw;
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: 0.6s; }

  .index_banner .box .category_box .category_box_title {
    display: flex;
    align-items: center;
    padding: 0 0 0.78125vw;
    border-bottom: 1px solid rgba(0, 65, 120, 0.2);
    margin-bottom: 1.0416666667vw; }

  .index_banner .box .category_box .category_box_title .icon {
    width: 0.78125vw;
    margin-right: 0.625vw; }

  .index_banner .box .category_box .category_box_title p {
    font-weight: bold;
    font-size: 0.9375vw;
    color: #004178; }

  .index_banner .box .category_box .category_box_list {
    max-height: 16.875vw;
    overflow-y: scroll; }

  .index_banner .box .category_box .category_box_list::-webkit-scrollbar {
    width: 2px; }

  .index_banner .box .category_box .category_box_list::-webkit-scrollbar-track {
    background: #E9E9E9; }

  .index_banner .box .category_box .category_box_list::-webkit-scrollbar-thumb {
    background: #004178; }

  .index_banner .box .category_box .category_box_list a {
    display: block;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    line-height: 1.875vw;
    width: fit-content;
    position: relative; }

  .index_banner .box .category_box .category_box_list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1041666667vw;
    width: 100%;
    height: 1px;
    background: #00417D;
    transform-origin: left;
    transition: 0.6s;
    transform: scaleX(0); }

  .index_banner .box .category_box .category_box_list a:hover:after {
    transform: scaleX(1); }

  .index_banner .box .index_banner_swiper {
    height: 42.708333vw; }

  .index_banner .box .index_banner_swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden; }

  .index_banner .box .index_banner_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s; }

  .index_banner .box .index_banner_swiper .swiper-slide .img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box {
    width: 36.4583333333vw;
    position: absolute;
    left: calc((100vw - 77.0833333333vw) / 2);
    top: 13.3vw;
    z-index: 3; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box p {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 1.875vw;
    color: #FFFFFF;
    line-height: 2.3958333333vw;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(1.0416666667vw); }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box .more {
    margin: 2.0833333333vw 0 0;
    opacity: 0;
    transform: translateY(1.0416666667vw); }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box .more a {
    width: 6.25vw;
    height: 2.2916666667vw;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    transition: 0.6s; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box .more a:hover {
    background: #FFFFFF;
    color: #00417D; }

  .index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .img img {
    transform: scale(1); }

  .index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .text-box p {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s; }

  .index_banner .box .index_banner_swiper .swiper-slide.swiper-slide-active .text-box .more {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.2s; }

  .index_banner.start .index_page {
    transform: translate(-50%, 0px);
    opacity: 1; }

  .index_banner.start .category_box {
    transform: translateY(0px);
    opacity: 1; }

  .sec1 {
    padding: 4.6875vw 0 5.9895833333vw; }

  .sec1 .wrap .common_title {
    text-align: center; }

  .sec1 .wrap .text {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #004178;
    margin: 1.0416666667vw 0 3.2291666667vw;
    text-align: center; }

  .sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5625vw 1.3541666667vw; }

  .sec1 .wrap .list .item {
    width: 18.2291666667vw;
    height: 15.625vw;
    border-radius: 0.3125vw;
    overflow: hidden;
    position: relative; }

  .sec1 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 8.3333333333vw;
    background: linear-gradient(180deg, rgba(0, 65, 120, 0) 0%, #004178 100%);
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0; }

  .sec1 .wrap .list .item .item_text {
    position: absolute;
    bottom: 2.0833333333vw;
    width: 100%;
    padding: 0 1.3541666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3; }

  .sec1 .wrap .list .item .item_text p {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 14.0625vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .sec1 .wrap .list .item .item_text .icon {
    width: 0.625vw;
    transition: 0.6s; }

  .sec1 .wrap .list .item .img {
    width: 100%;
    height: 100%; }

  .sec1 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s; }

  .sec1 .wrap .list .item:hover .img img {
    transform: scale(1.1); }

  .sec1 .wrap .list .item:hover .item_text .icon {
    transform: translateX(0.2604166667vw); }

  .sec2 {
    background: #004178;
    padding: 3.6458333333vw 0 3.9583333333vw;
    width: 100vw;
    overflow-x: hidden; }

  .sec2 .wrap .sec2_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.0416666667vw; }

  .sec2 .wrap .sec2_top .common_title {
    color: #FFFFFF; }

  .sec2 .wrap .sec2_top form {
    width: 26.6666666667vw;
    height: 2.1875vw;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.78125vw 0 0; }

  .sec2 .wrap .sec2_top form input {
    width: 24.4791666667vw;
    height: 100%;
    padding: 0 1.0416666667vw;
    border: none;
    background: unset;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF; }

  .sec2 .wrap .sec2_top form input::placeholder {
    color: #FFFFFF; }

  .sec2 .wrap .sec2_top form button {
    width: 0.8333333333vw;
    border: none;
    background: unset; }

  .sec2 .wrap .swiper {
    width: 96.875vw;
    padding: 1.0416666667vw 0; }

  .sec2 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

  .sec2 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 17.7083333333vw;
    height: 20.8333333333vw;
    background: #FFFFFF;
    border-radius: 0.2083333333vw;
    transition: 0.6s; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .img {
    height: 13.5416666667vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .img img {
    max-width: 80%;
    max-height: 50%;
    transition: 3s; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text {
    padding: 0 1.5625vw; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text h5 {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 0.9375vw;
    color: #004178;
    margin-bottom: 0.5208333333vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    line-height: 1.25vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .sec2 .wrap .swiper .swiper-slide .slide_box:hover {
    transform: translateY(-1.0416666667vw); }

  .sec2 .wrap .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1); }

  .sec2 .wrap .sec2_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .sec2 .wrap .sec2_bottom .btns {
    display: flex;
    align-items: center;
    gap: 0 0.78125vw; }

  .sec2 .wrap .sec2_bottom .btns .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.6s; }

  .sec2 .wrap .sec2_bottom .btns .icon img {
    display: block;
    width: 0.625vw;
    transition: 0.6s;
    filter: brightness(0) invert(1); }

  .sec2 .wrap .sec2_bottom .btns .icon:hover {
    border: 1px solid white;
    background: #FFFFFF; }

  .sec2 .wrap .sec2_bottom .btns .icon:hover img {
    filter: brightness(1); }

  .sec2 .wrap .sec2_bottom .swiper-scrollbar {
    width: 69.9479166667vw;
    height: 2px;
    background: rgba(255, 255, 255, 0.2); }

  .sec2 .wrap .sec2_bottom .swiper-scrollbar .swiper-scrollbar-drag {
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    top: -2px; }

  .sec3 {
    padding: 4.6875vw 0 0; }

  .sec3 .wrap .common_title {
    margin-bottom: 3.125vw; }

  .sec3 .wrap .content {
    display: flex;
    justify-content: space-between; }

  .sec3 .wrap .content .l {
    width: 35.9375vw; }

  .sec3 .wrap .content .l .little_title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 1.25vw;
    color: #004178;
    line-height: 1.7708333333vw;
    text-transform: uppercase; }

  .sec3 .wrap .content .l .l_text {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    line-height: 1.5625vw;
    margin: 1.8229166667vw 0 2.6041666667vw; }

  .sec3 .wrap .content .l .more a {
    width: 6.25vw;
    height: 2.2916666667vw;
    background: #004178;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .sec3 .wrap .content .l .more a p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF; }

  .sec3 .wrap .content .r {
    width: 38.5416666667vw; }

  .sec3 .wrap .little_title1 {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 1.25vw;
    color: #004178;
    line-height: 1.5625vw;
    text-align: center;
    margin: 5.5208333333vw 0 3.125vw;
    text-transform: uppercase; }

  .sec3 .wrap .numList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.6458333333vw; }

  .sec3 .wrap .numList .item {
    width: 25%;
    border-right: 1px solid #E1E2E6; }

  .sec3 .wrap .numList .item:nth-last-child(1) {
    border-right: none; }

  .sec3 .wrap .numList .item .num_item {
    display: flex;
    justify-content: center;
    margin-bottom: 0.625vw; }

  .sec3 .wrap .numList .item .num_item span {
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 3.125vw;
    color: #004178; }

  .sec3 .wrap .numList .item p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    line-height: 1.25vw;
    text-align: center; }

  .sec3 .wrap .video_img {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative; }

  .sec3 .wrap .video_img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #165a94;
    opacity: 0.4; }

  .sec3 .wrap .video_img > img {
    display: block;
    width: 100%;
    max-height: unset; }

  .sec4 {
    padding: 4.6875vw 0 4.0625vw; }

  .sec4 .wrap .common_title {
    margin-bottom: 2.6041666667vw; }

  .sec4 .wrap .swiper_box {
    position: relative; }

  .sec4 .wrap .swiper_box .btns {
    width: 85.9375vw;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between; }

  .sec4 .wrap .swiper_box .btns .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 4px;
    border: 1px solid rgba(0, 65, 120, 0.2);
    transition: 0.6s;
    cursor: pointer;
    pointer-events: auto; }

  .sec4 .wrap .swiper_box .btns .icon img {
    display: block;
    width: 0.625vw;
    transition: 0.6s; }

  .sec4 .wrap .swiper_box .btns .icon:hover {
    border: 1px solid #004178;
    background: #004178; }

  .sec4 .wrap .swiper_box .btns .icon:hover img {
    filter: brightness(0) invert(1); }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 16.6666666667vw;
    overflow: hidden; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
    height: 15.625vw;
    background: #F3F4F8;
    padding: 2.0833333333vw 2.34375vw 0;
    transition: 0.6s; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text {
    transition: 0.6s; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #004178;
    line-height: 1.5625vw;
    height: 3.125vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.3020833333vw; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    line-height: 1.25vw;
    height: 2.5vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2.0833333333vw; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5625vw 0 0;
    border-top: 0.0520833333vw solid #D8DBE3; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .date {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more {
    display: flex;
    align-items: center; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    margin-right: 0.6770833333vw; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more .icon {
    width: 5px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1); }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .slide_box_bottom {
    background: #004178; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_text {
    filter: brightness(0) invert(1); }

  .sec4 .wrap .more-view {
    margin: 3.0729166667vw 0 0; }

  .sec4 .wrap .more-view a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25vw;
    height: 2.2916666667vw;
    background: #FFFFFF;
    border-radius: 0.2083333333vw;
    border: 2px solid #00417D;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #004178;
    transition: 0.6s; }

  .sec4 .wrap .more-view a:hover {
    background: #00417D;
    color: #FFFFFF; }

  .cursor {
    width: 6.8229166667vw;
    position: fixed;
    z-index: 999999;
    pointer-events: none; }

  .cursor .cursor_box {
    width: 6.8229166667vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    opacity: 0; }

  .cursor .cursor_box .zi {
    display: block;
    width: 100%;
    animation: xuan 10s linear infinite; }

  .cursor .cursor_box .play {
    display: block;
    width: 0.78125vw;
    position: absolute; }

  .cursor .cursor_box.on {
    opacity: 1; }

  @keyframes xuan {
    100% {
      transform: rotate(360deg); } }
  .loading {
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s; }

  .loading.move {
    opacity: 0;
    pointer-events: none; }

  .loading .count {
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 1.5625vw;
    color: #004178;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.1666666667vw; }

  .loading .img_logo {
    width: 10.15625vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }

  .loading .img_logo .logo {
    display: block;
    width: 100%;
    opacity: 0;
    transition: 0.6s; }

  .loading .img_logo.active .logo {
    opacity: 1; }

  .loading .img_logo .img_logo_box {
    position: absolute;
    transform: translateX(0.2604166667vw); }

  .loading .img_logo .img_logo_box img {
    width: 29.0104166667vw; }

  .loading_mask {
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: screen; }

  .loading_mask .img_logo1 {
    width: 10.15625vw;
    mix-blend-mode: difference;
    max-width: unset;
    position: absolute; }

  .loading_mask .img_logo1 img {
    display: block;
    width: 100%;
    max-width: unset;
    max-height: unset; }

  .header {
    transform: translateY(-100%); }

  .header.start {
    transform: translateY(0%); }

  .index_banner .box .index_banner_swiper .swiper-pagination {
    bottom: 10.9375vw;
    gap: 0 0.78125vw; }

  .index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 2.08333333vw;
    height: 0.41666666vw;
    border-radius: 0.5vw; }

  .index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    width: 6.25vw; } }
@media screen and (max-width: 768px) {
  .loading .img_logo {
    width: 140px; }

  .loading .img_logo .img_logo_box img {
    width: 340px; }

  .loading .count {
    bottom: 5vh;
    font-size: 20px; }

  .loading_mask .img_logo1 {
    width: 140px; }

  .index_banner {
    height: 100vh; }

  .index_banner .box {
    height: 100%;
    transform: unset !important; }

  .index_banner .box .category_box {
    display: none; }

  .index_banner .box .index_page {
    display: none; }

  .index_banner .box .index_banner_swiper {
    height: 100%; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box {
    width: 100%;
    padding: 0 5vw;
    left: 0;
    top: 200px; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box .more {
    margin: 30px 0 0; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box .more a {
    width: 120px;
    height: 44px;
    font-size: 16px; }

  .index_banner .box .index_banner_swiper .swiper-slide .text-box p {
    font-size: 24px;
    line-height: 1.6; }

  .common_title {
    font-size: 24px; }

  .sec1 {
    padding: 60px 0 80px; }

  .sec1 .wrap .common_title {
    text-align: left; }

  .sec1 .wrap .text {
    margin: 20px 0 40px;
    font-size: 16px;
    text-align: left; }

  .sec1 .wrap .list {
    gap: 40px 0; }

  .sec1 .wrap .list .item {
    width: 100%;
    height: 75vw; }

  .sec1 .wrap .list .item:after {
    height: 35vw; }

  .sec1 .wrap .list .item .item_text {
    padding: 0 20px;
    bottom: 25px; }

  .sec1 .wrap .list .item .item_text p {
    font-size: 16px;
    width: 70%; }

  .sec1 .wrap .list .item .item_text .icon {
    width: 16px; }

  .sec1 .wrap .list .item .item_text .icon img {
    display: block;
    width: 100%; }

  .sec2 {
    padding: 50px 0; }

  .sec2 .wrap .sec2_top {
    display: block;
    margin-bottom: 10px; }

  .sec2 .wrap .sec2_top form {
    width: 300px;
    height: 50px;
    border-radius: 4px;
    margin: 20px 0 0px;
    padding: 0 20px 0 0; }

  .sec2 .wrap .sec2_top form input {
    width: 250px;
    padding: 0 20px;
    font-size: 16px; }

  .sec2 .wrap .sec2_top form button {
    width: 16px; }

  .sec2 .wrap .swiper {
    width: 100%;
    padding: 20px 0; }

  .sec2 .wrap .swiper .swiper-slide .slide_box {
    width: 100%;
    height: unset;
    padding: 20px 0 30px; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .img {
    height: 60vw; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text {
    padding: 0 20px; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text h5 {
    font-size: 18px;
    margin-bottom: 20px; }

  .sec2 .wrap .swiper .swiper-slide .slide_box .slide_box_text p {
    font-size: 14px;
    line-height: 1.6; }

  .sec2 .wrap .sec2_bottom {
    flex-direction: column-reverse;
    margin: 20px 0 0; }

  .sec2 .wrap .sec2_bottom .swiper-scrollbar {
    width: 100%; }

  .sec2 .wrap .sec2_bottom .swiper-scrollbar .swiper-scrollbar-drag {
    border: 2px solid #FFFFFF;
    top: -1px; }

  .sec2 .wrap .sec2_bottom .btns {
    gap: 0 20px;
    justify-content: center;
    margin: 30px 0 0; }

  .sec2 .wrap .sec2_bottom .btns .icon {
    width: 40px;
    height: 40px; }

  .sec2 .wrap .sec2_bottom .btns .icon img {
    width: 14px; }

  .sec3 {
    padding: 50px 0; }

  .sec3 .wrap .common_title {
    margin-bottom: 30px; }

  .sec3 .wrap .content {
    flex-direction: column; }

  .sec3 .wrap .content .l {
    width: 100%; }

  .sec3 .wrap .content .l .little_title {
    font-size: 18px;
    line-height: 1.4; }

  .sec3 .wrap .content .l .l_text {
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0 40px; }

  .sec3 .wrap .content .l .more a {
    width: 116px;
    height: 42px;
    border-radius: 4px; }

  .sec3 .wrap .content .l .more a p {
    font-size: 14px; }

  .sec3 .wrap .content .r {
    width: 100%;
    margin: 40px 0 0; }

  .sec3 .wrap .little_title1 {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    margin: 40px 0 30px; }

  .sec3 .wrap .little_title1 br {
    display: none; }

  .sec3 .wrap .numList {
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 40px; }

  .sec3 .wrap .numList .item {
    width: 50%; }

  .sec3 .wrap .numList .item:nth-child(2n) {
    border-right: none;
    padding: 0 0 0 20px; }

  .sec3 .wrap .numList .item .num_item {
    justify-content: flex-start;
    margin-bottom: 10px; }

  .sec3 .wrap .numList .item .num_item span {
    font-size: 32px; }

  .sec3 .wrap .numList .item p {
    text-align: left;
    font-size: 14px;
    line-height: 1.4; }

  .sec3 .wrap .numList .item p br {
    display: none; }

  .sec3 .wrap .video_img {
    display: flex;
    align-items: center;
    justify-content: center; }

  .sec3 .wrap .video_img .play {
    width: 70px;
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    z-index: 3; }

  .sec3 .wrap .video_img .play .zi {
    display: block;
    width: 100%;
    animation: xuan 10s linear infinite; }

  .sec3 .wrap .video_img .play .play {
    display: block;
    width: 10px;
    position: absolute; }

  .sec4 {
    padding: 20px 0 80px; }

  .sec4 .wrap .common_title {
    margin-bottom: 30px; }

  .sec4 .wrap .swiper_box .btns {
    width: fit-content;
    top: -66px;
    gap: 0 20px;
    transform: unset;
    left: unset;
    right: 0; }

  .sec4 .wrap .swiper_box .btns .icon {
    width: 40px;
    height: 40px; }

  .sec4 .wrap .swiper_box .btns .icon img {
    width: 12px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
    height: 60vw; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
    padding: 30px 20px 20px;
    height: unset; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_title {
    font-size: 18px;
    line-height: 1.4;
    height: unset;
    margin-bottom: 15px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_p {
    font-size: 14px;
    line-height: 1.4;
    height: unset;
    margin-bottom: 20px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex {
    padding: 20px 0 0; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .date {
    font-size: 14px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more p {
    font-size: 14px;
    margin-right: 10px; }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_text .slide_box_text_flex .more .icon img {
    display: block; }

  .sec4 .wrap .more-view {
    margin: 40px 0 0; }

  .sec4 .wrap .more-view a {
    width: 120px;
    height: 44px;
    border-radius: 4px;
    border: 2px solid #00417D;
    font-size: 16px; }

  .cursor {
    display: none; }

  .index_banner .box .index_banner_swiper .swiper-pagination {
    bottom: 30px;
    gap: 0 5px; }

  .index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 2px; }

  .index_banner .box .index_banner_swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    width: 40px; } }
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
