@charset "UTF-8";
:root {
  --color-themes: #023c49;
  --color-text-primary: #666666;
  --color-text-secondary: #999999;
  --color-text-dark: #333333;
  --color-text-light: #ffffff;
  --color-accent: #076479;
  --color-accent-light: #69bcad;
  --color-border: #e0e0e0;
  --color-border-dark: #292929;
  --color-bg-light: #f7f7f7;
  --color-bg-dark: #023c49;
  --color-bg-hover: #efefef;
}

/* 颜色变量 */
/* 字体大小变量 */
/* 间距变量 */
/* 断点变量 */
/*
 * 组件函数
 * cubic-bezier(0.25, 0.1, 0.82, 0.44)
 */
/* 文本截断混合器 */
/* 网格布局混合器 */
/* 响应式断点混合器 */
.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.resp_banner {
  position: relative;
}
.resp_banner .swiper-button-next,
.resp_banner .swiper-button-prev {
  --swiper-navigation-color: #fff;
}
.resp_banner .swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .resp_banner .swiper-slide img {
    height: 400px;
  }
}

.catalist {
  border-bottom: 1px solid #292929;
}
.catalist .wp > div {
  padding: 30px 10px;
  margin-right: 40px;
  font-size: 16px;
  color: #999999;
}
.catalist .wp > div.cur {
  border-bottom: 2px solid #023c49;
}
.catalist .wp > div.cur a {
  color: #023c49;
}
.catalist .wp > div:hover a {
  color: #023c49;
}

.arbanner > div {
  height: 380px;
}

.contact-page .item {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 58px;
}
.contact-page .item:nth-child(2n) {
  margin-right: 0;
}
.contact-page .item .text-con {
  position: relative;
  height: 255px;
}
.contact-page .item .img {
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.contact-page .item .bor {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  border: 1px solid #023c49;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  transform: scale(0, 0) rotate(9deg);
  -ms-transform: scale(0, 0) rotate(9deg);
  /* Internet Explorer */
  -moz-transform: scale(0, 0) rotate(9deg);
  /* Firefox */
  -webkit-transform: scale(0, 0) rotate(9deg);
  /* Safari 和 Chrome */
  -o-transform: scale(0, 0) rotate(9deg);
  /* Opera */
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.contact-page .item .bor .dd1 {
  margin: 5px;
}
.contact-page .item:hover .title {
  color: #023c49;
}
.contact-page .item:hover .img {
  opacity: 0.4;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.contact-page .item:hover .bor {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(1, 1) rotate(0deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  /* Internet Explorer */
  -moz-transform: scale(1, 1) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(1, 1) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(1, 1) rotate(0deg);
  /* Opera */
  visibility: visible;
  opacity: 1;
}

.artitle .border-solid {
  width: 220px;
  border-bottom: 2px solid #292929;
  margin-top: 30px;
  position: relative;
}
.artitle .border-solid:after {
  content: "";
  width: 50px;
  background: #023c49;
  height: 2px;
  position: absolute;
  margin-left: -25px;
  left: 50%;
  top: 0px;
}

.fankui {
  width: 400px;
  margin: 0 auto;
  padding: 50px;
  background: white;
  border-radius: 30px;
  border: 1px solid white;
}
.fankui .group-2 > div {
  width: 50%;
}
.fankui .group-2 > div:nth-child(2n) {
  margin-left: 40px;
}
.fankui input,
.fankui textarea,
.fankui select {
  width: 100%;
  height: 45px;
  margin-left: 30px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  flex: 1;
  font-size: 16px;
  resize: none;
}
.fankui textarea {
  height: 120px;
}
.fankui label {
  width: 60px;
  font-size: 15px;
  color: #454f4e;
  font-weight: bold;
  text-align: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
}

.input-item-none {
  justify-content: space-between;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  margin-top: 20px;
}
.input-item-none label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  position: relative;
}
.input-item-none label:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding-left: 100%;
}
.input-item-none input,
.input-item-none textarea {
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  padding: 5px 10px;
  flex: 1;
  margin-left: 10px;
}
.input-item-none textarea {
  resize: none;
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
}

.news-page .item:hover {
  background: #efefef;
}
.news-page .img {
  height: 200px;
  width: 308px;
}
.news-page .text-post {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .news-page .img {
    height: 210px;
    width: 350px;
  }
  .news-page .text-post {
    width: calc(100% - 383px);
  }
  .news-page .text-post .title {
    max-height: 25px;
    overflow: hidden;
  }
  .news-page .text-post .desc {
    max-height: 63px;
    overflow: hidden;
  }
}
@media (max-width: 770px) {
  .news-page .item .padding {
    padding: 5px;
  }
  .news-page .img {
    height: 100px;
    width: 33.3333%;
  }
  .news-page .text-post .title {
    font-size: 16px;
  }
  .news-page .text-post .desc {
    display: none;
  }
}

.max-text-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  max-height: 2em;
}

.max-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}

.max-text-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}

.text-gray-54757c {
  color: #54757c;
}

.mr-xl\:nth-3 {
  margin-right: 20px;
}
.mr-xl\:nth-3:nth-child(3) {
  margin-right: 0;
}

.news-container {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 55px;
}
@media (max-width: 770px) {
  .news-container {
    margin-top: 30px;
  }
}
.news-container:after {
  content: "";
  position: absolute;
  left: calc(48% + 20px);
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #e0e0e0;
}
.news-container .left-news {
  width: 48%;
  position: relative;
}
.news-container .left-news:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.news-container .left-news .news-image {
  height: 377px;
  overflow: hidden;
  position: relative;
}
.news-container .left-news .news-image a {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.news-container .left-news .news-image a:hover {
  transform: scale(1.05);
}
.news-container .left-news .news-content {
  padding-top: 30px;
}
.news-container .left-news .news-content .news-date {
  font-size: 18px;
  color: #076479;
  margin-bottom: 30px;
}
.news-container .left-news .news-content .news-title {
  font-size: 36px;
  color: #004657;
  margin-bottom: 30px;
}
.news-container .left-news .news-content .news-title > a {
  color: #004657;
}
.news-container .left-news .news-content .news-title:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .news-container .left-news .news-content .news-title {
    font-size: 28px;
  }
}
.news-container .left-news .news-content .news-desc {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
}
.news-container .right-news {
  flex: 1;
  position: relative;
}
.news-container .right-news:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.news-container .right-news .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
.news-container .right-news .news-grid:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
  transform: translateX(-50%);
}
.news-container .right-news .news-grid .news-item {
  position: relative;
}
.news-container .right-news .news-grid .news-item:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.news-container .right-news .news-grid .news-item:nth-child(2n):after {
  left: -40px;
}
.news-container .right-news .news-grid .news-item:nth-last-child(1):after, .news-container .right-news .news-grid .news-item:nth-last-child(2):after {
  display: none;
}
.news-container .right-news .news-grid .news-item .news-item-image {
  height: 206px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-container .right-news .news-grid .news-item .news-item-image a {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.news-container .right-news .news-grid .news-item .news-item-image a:hover {
  transform: scale(1.05);
}
.news-container .right-news .news-grid .news-item .news-item-date {
  font-size: 18px;
  color: #076479;
  margin-bottom: 15px;
}
.news-container .right-news .news-grid .news-item .news-item-title {
  font-size: 18px;
  color: #004657;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.news-container .right-news .news-grid .news-item .news-item-title > a {
  color: #004657;
}
.news-container .right-news .news-grid .news-item .news-item-title:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .news-container {
    flex-direction: column;
  }
  .news-container:after {
    display: none;
  }
  .news-container .left-news {
    width: 100%;
  }
  .news-container .left-news .news-image {
    height: 260px;
  }
  .news-container .left-news .news-content .news-title {
    font-size: 24px;
  }
  .news-container .right-news .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .news-container .right-news .news-grid:after {
    display: none;
  }
  .news-container .right-news .news-grid .news-item:after {
    left: 0 !important;
  }
}
.bg-image-1 {
  background: url("/public/static/default/images/3.jpg") no-repeat center/cover;
}

.h-250 {
  height: 250px;
}

.wonderful {
  height: 400px;
}
.wonderful .swiper-slide .img {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.wonderful .swiper-slide > .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wonderful .swiper-slide:hover .img {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(1.1, 1.1) rotate(0deg);
  -ms-transform: scale(1.1, 1.1) rotate(0deg);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1) rotate(0deg);
  /* Opera */
}
.wonderful .swiper-slide:hover .title {
  background: rgba(0, 0, 0, 0.756);
}
.wonderful .swiper-pagination-bullet {
  margin: 0 5px;
}
.wonderful .swiper-pagination-bullet-active {
  background: #023c49;
}
.wonderful .swiper-button-prev,
.wonderful .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.wonderful .swiper-button-prev {
  left: 11%;
  background: url("/public/static/default/images/p1.png") no-repeat center/cover;
}
.wonderful .swiper-button-next {
  right: 11%;
  background: url("/public/static/default/images/n1.png") no-repeat center/cover;
}
.wonderful .swiper-container:after, .wonderful .swiper-container:before {
  content: "";
  position: absolute;
  width: 13%;
  height: 100%;
  top: 0;
  z-index: 3;
}
.wonderful .swiper-container:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.85));
  left: 0;
}
.wonderful .swiper-container:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.85));
  right: 0;
}

.bg-black-30 {
  background: rgba(0, 0, 0, 0.456);
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}

.hover\:transform-scale-1:hover {
  z-index: 2;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transform: scale(1.1, 1.1) rotate(0deg);
  -ms-transform: scale(1.1, 1.1) rotate(0deg);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1) rotate(0deg);
  /* Opera */
  background: #ffffff;
}

.cataGrid .nav .item {
  cursor: pointer;
  width: 220px;
}
.cataGrid .nav .item.cur {
  width: 200px;
  background: url("/public/static/default/images/4.png") no-repeat center/cover;
}
.cataGrid .list .item p {
  font-size: 14px !important;
}

.arpage > div {
  color: #333333;
  padding: 3px 0;
}
.arpage > div > a {
  color: #333333;
}

.grid-4 > div {
  width: calc((100% - 5% * (4 - 1)) / 4);
  margin-right: 5%;
}
.grid-4 > div:nth-child(4n) {
  margin-right: 0;
}

.h-xxxl {
  height: 386px;
}

.dd-text-white {
  color: #ffffff;
}

.layui-layer-case {
  width: 600px !important;
  max-width: 100%;
}
.layui-layer-case .layui-layer-content {
  height: 500px;
}

.compare-table table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.compare-table table td {
  padding: 5px 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-table img {
  max-width: 100%;
}

.compare-table {
  max-width: 100%;
  color: #2d3748;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
  text-align: justify;
}
.compare-table h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3182ce;
}
.compare-table h2:first-of-type {
  margin-top: 0;
}
.compare-table h3 {
  font-size: 19px;
  font-weight: 600;
  color: #2b6cb0;
  margin: 28px 0 14px;
  padding-left: 8px;
  border-left: 4px solid #3182ce;
}
.compare-table p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #374151;
}
.compare-table strong {
  color: #c53030;
  font-weight: 600;
}
.compare-table ul {
  margin: 0 0 18px 22px;
  padding: 0;
}
.compare-table ul li {
  margin-bottom: 10px;
  padding-left: 6px;
  position: relative;
}
.compare-table ul li::marker {
  color: #3182ce;
  font-size: 14px;
}
.compare-table .article-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
}
.compare-table .article-table-wrap .article-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e8f0;
  font-size: 15px;
}
.compare-table .article-table-wrap .article-table thead tr {
  background-color: #3182ce;
  color: #fff;
}
.compare-table .article-table-wrap .article-table th, .compare-table .article-table-wrap .article-table td {
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  text-align: left;
}
.compare-table .article-table-wrap .article-table tbody tr:nth-child(even) {
  background-color: #f7fafc;
}
.compare-table .article-table-wrap .article-table tbody tr:hover {
  background-color: #ebf8ff;
}

@media screen and (max-width: 768px) {
  .compare-table {
    font-size: 15px;
  }
  .compare-table h2 {
    font-size: 20px;
  }
  .compare-table h3 {
    font-size: 17px;
  }
  .compare-table .article-table th, .compare-table .article-table td {
    padding: 10px 12px;
  }
}
.home_title_ {
  font-size: 48px;
  margin-top: 120px;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1200px) {
  .home_title_ {
    margin-top: 80px;
  }
}
.home_title_.mt-none {
  margin-top: 0;
}
.home_title_.white {
  color: #fff;
}
.home_title_.white span::after {
  background-color: rgba(0, 103, 122, 0.9);
}
.home_title_ span {
  display: inline-block;
  position: relative;
}
.home_title_ span::after {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 90%;
  background-color: rgba(224, 238, 242, 0.9);
  z-index: -1;
}

.more_button {
  display: flex;
  margin-top: 35px;
}
.more_button.white .more_button_text {
  color: #fff;
}
.more_button.white .more_button_icon {
  color: #fff;
}
.more_button .more_button_text {
  height: 49px;
  line-height: 49px;
  color: #000;
  font-size: 18px;
  padding: 0;
  transition: all 0.3s ease;
}
.more_button .more_button_icon {
  padding: 0 10px;
  height: 49px;
  line-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.2s ease;
}
.more_button:hover .more_button_text {
  color: #ffffff;
  background-color: #076479;
  padding: 0 25px 0 25px;
}
.more_button:hover .more_button_icon {
  padding: 0 25px;
  color: #ffffff;
  background-color: #013b49;
}

.text-gray-666 {
  color: #666666;
}

.text-\[\#076479\] {
  color: #076479;
}

.sponsoring_body {
  padding-bottom: 144px;
}

@media (max-width: 1100px) {
  .wonderful .swiper-container:after, .wonderful .swiper-container:before {
    position: static;
  }
  .wonderful .swiper-container .swiper-button-prev,
.wonderful .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .wonderful .swiper-container .swiper-button-prev {
    left: 2%;
  }
  .wonderful .swiper-container .swiper-button-next {
    right: 2%;
  }
}
@media (max-width: 770px) {
  .resp_banner .swiper-button-next,
.resp_banner .swiper-button-prev {
    --swiper-navigation-color: #fff;
    --swiper-navigation-sides-offset: 20px;
    --swiper-navigation-sides-offset: 30px;
  }
  .resp_banner .swiper-slide img {
    height: 260px;
  }

  .h-xxxl {
    height: 260px;
  }

  .sm\:grid-2 > div {
    width: 48%;
    margin: 0px 1% !important;
  }

  .sm\:mt-sm {
    margin-top: 10px;
  }

  .cataGrid .nav .item.cur {
    width: 142px;
  }
  .cataGrid .list {
    padding-left: 20px;
  }
  .cataGrid .list .item {
    height: 280px;
    overflow-y: auto;
  }

  .hover\:transform-scale-1:hover {
    transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    /* Internet Explorer */
    -moz-transform: scale(1, 1) rotate(0deg);
    /* Firefox */
    -webkit-transform: scale(1, 1) rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: scale(1, 1) rotate(0deg);
    /* Opera */
  }

  .sm\:top--xl {
    top: -10px;
  }

  .sm\:mr-xl\:nth-3 {
    margin-right: 0;
  }
  .sm\:mr-xl\:nth-3:nth-child(3) {
    margin-right: 0;
  }

  .arbanner div {
    height: 280px;
  }

  .catalist .wp > div {
    width: 25%;
    margin-right: 0;
    text-align: center;
  }

  .contact-page .item {
    width: 100%;
    margin-right: 0;
  }

  .sponsoring_body {
    padding: 50px 0;
  }
}
@media (max-width: 770px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    --swiper-navigation-size: 12px;
  }

  .more_button {
    margin-top: 10px;
  }

  .news-container .right-news .news-grid .news-item .news-item-image {
    height: 150px;
  }

  .home_title_ {
    font-size: 24px;
    margin-top: 20px;
  }
}