body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button {
  vertical-align: middle;
  color: #26394f;
  outline: none;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #26394f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #18b192;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body {
  width: 100%;
  font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  color: #26394f;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fcgray {
  color: #6f7d8e !important;
}
.fcbase {
  color: #18b192 !important;
}
.fcblack {
  color: #26394f !important;
}
.fcred {
  color: #ff0000 !important;
}
.fw-normal {
  font-weight: normal;
}
.wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.mb-show {
  display: none !important;
}
.pad-spacing {
  padding: 80px 0;
}
.margin-spacing {
  margin: 80px 0;
}
.margin-b-spacing {
  margin-bottom: 80px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
img {
  max-width: 100%;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
.a-underline {
  text-decoration: underline;
}
.a-underline:hover {
  text-decoration: none;
}
.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 30px 0;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 18px;
  background-color: #18b192;
  border: 1px solid #18b192;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn.min100 {
  min-width: 100px;
}
.btn.border-sm {
  border-radius: 5px;
}
.btn.btn-success {
  background-color: #18b192;
  border-color: #18b192;
}
.btn.btn-success:hover {
  background-color: #fff;
  color: #18b192;
}
.btn.btn-primary {
  background-color: #26394f;
  border-color: #26394f;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: #26394f;
}
.btn.btn-danger {
  background-color: red;
  border-color: red;
}
.btn.btn-danger:hover {
  background-color: #fff;
  color: red;
}
.btn.btn-default {
  background-color: #bbb;
  border-color: #bbb;
}
.btn.btn-default:hover {
  background-color: #fff;
  color: #bbb;
}
.btn:hover {
  background-color: #fff;
  color: #18b192;
}
.btn.plain {
  border: 1px solid #18b192;
  color: #18b192;
  background-color: #fff;
}
.btn.plain.btn-success {
  border: 1px solid #18b192;
  color: #18b192;
  background-color: #fff;
}
.btn.plain.btn-success:hover {
  background-color: #18b192;
  color: #fff;
}
.btn.plain.btn-primary {
  border: 1px solid #26394f;
  color: #26394f;
  background-color: #fff;
}
.btn.plain.btn-primary:hover {
  background-color: #26394f;
  color: #fff;
}
.btn.plain.strong {
  border-width: 2px;
  font-weight: bold;
}
.btn.plain:hover {
  opacity: 1;
}
.btn img {
  vertical-align: middle;
  margin-right: 4px;
}
.btn-shadow {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #3aeeca, #1bb697);
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 6px;
}
.btn-shadow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -6px;
  border-radius: 30px;
  background-color: #26394f;
  z-index: -1;
}
.btn-main {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d1efe9;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:before {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #18b192;
  border-radius: 10px;
}
.btn-main span {
  position: relative;
  z-index: 2;
}
.btn-box.center {
  text-align: center;
}
.btn-box.mt20 {
  margin-top: 20px;
}
.bg-base {
  background-color: #eef8f6;
}
.bg-base .main-tit-hollow .hollow {
  color: #eef8f6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header.curr {
  top: -45px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.header.curr .head-nav {
  height: 80px;
}
.header.curr2 {
  top: -45px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.header.curr2 .head-nav {
  height: 80px;
}
.head-top {
  background-color: #26394f;
  color: #fff;
  height: 45px;
  line-height: 45px;
  *zoom: 1;
}
.head-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.head-top .left {
  float: left;
}
.head-top .right {
  float: right;
}
.head-top .date span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.head-top .date i {
  color: #18b192;
}
.head-top .lang-box {
  position: relative;
  z-index: 2;
}
.head-top .lang-box:hover .lang {
  display: block;
}
.head-top .lang-box .p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 20px;
  cursor: pointer;
}
.head-top .lang-box .p span {
  color: #fff;
}
.head-top .lang-box .p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #18b192 transparent transparent transparent;
}
.head-top .lang-box .lang {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head-top .lang-box .lang:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -15px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.head-top .lang-box .lang a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.head-nav {
  background-color: #f4fffd;
  height: 100px;
}
.head-nav .head-nav-con {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.head-nav .logo {
  height: 100%;
  font-size: 0;
  max-width: 240px;
  display: flex;
  align-items: center;
}
.head-nav .logo img {
  max-height: 80%;
  max-width: 80%;
}
.head-nav .right {
  flex-grow: 1;
  *zoom: 1;
}
.head-nav .right:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.head-nav .nav-box {
  float: left;
}
.head-nav .head-btn {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.head-nav .head-btn .btn {
  margin-left: 10px;
}
.head-nav .langbtn {
  display: none;
}
.nav-box {
  height: 100%;
}
.nav-box .nav {
  height: 100%;
  display: flex;
}
.nav-box .nav-li {
  height: 100%;
  position: relative;
  padding: 0 20px;
}
.nav-box .nav-li a {
  color: #333;
}
.nav-box .nav-li > a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav-box .nav-li > a.curr,
.nav-box .nav-li > a:hover {
  border-bottom-color: #18b192;
}
.nav-box .sub-nav {
  display: none;
  position: absolute;
  width: auto;
  min-width: 160px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f4fffd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 8px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  z-index: 2;
}
.nav-box .sub-nav a {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #333;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-box .sub-nav a:hover,
.nav-box .sub-nav a.curr {
  color: #18b192;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-box .sub-nav a span {
  display: block;
}
.footer {
  background-color: #26394f;
  position: relative;
  margin-top: 47px;
  padding-top: 47px;
}
.footer .tit {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #fff;
}
.footer .tit:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 4px;
  background-color: #18b192;
  margin-right: 5px;
  margin-top: -2px;
}
.footer .p {
  margin-bottom: 15px;
  color: #6f7d8e;
}
.footer .p a {
  color: #6f7d8e;
}
.footer .p a:hover {
  color: #18b192;
}
.footer .foot-con {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.footer .foot-con .ewm {
  width: 156px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
}
.footer .foot-con .ewm img {
  width: 100%;
}
.footer .foot-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot-bottom .copyright {
  color: #6f7d8e;
  text-align: center;
}
.footer .foot-bottom .copyright a {
  color: #6f7d8e;
}
.footer .foot-bottom .copyright a:hover {
  color: #18b192;
}
.footer .foot-bottom .foot-share a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .foot-bottom .foot-share a:hover {
  opacity: 0.8;
}
.footer .foot-bottom .foot-share .facebook {
  background-color: #537bbc;
}
.footer .foot-bottom .foot-share .instagram {
  background-color: #e4007f;
}
.footer .foot-bottom .foot-share .linkedin {
  background-color: #0077b5;
}
.footer .foot-bottom .foot-share .pinterest {
  background-color: #cc2127;
}
.footer .foot-newsletter {
  /* position: absolute;
        top: -47px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #18b192; */
  background-color: #30445b;
  padding: 14px 40px;
  /* border-radius: 50px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 94px;
}
.footer .foot-newsletter .title {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 14px;
  color: #707f91;
}
.footer .foot-newsletter .title:after {
  display: none;
  content: "";
  height: 40px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}
.footer .foot-newsletter .title .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  margin-right: 10px;
}
.footer .foot-newsletter .title .icon img {
  max-width: 50%;
  max-height: 50%;
  vertical-align: middle;
}
.footer .foot-newsletter .title .texts .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.footer .foot-newsletter .title .p2 {
  font-size: 12px;
}
.footer .foot-newsletter .newsletter-form {
  flex-grow: 1;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.footer .foot-newsletter .newsletter-form .row {
  width: calc(100% - 100px);
  display: flex;
}
.footer .foot-newsletter .newsletter-form .row span {
  color: #f5f5f5;
  line-height: 44px;
}
.footer .foot-newsletter .newsletter-form input {
  height: 44px;
  border: 0;
  background-color: #fff;
  padding-left: 30px;
}
.footer .foot-newsletter .newsletter-form input.name {
  width: 40%;
}
.footer .foot-newsletter .newsletter-form input.email {
  width: 60%;
}
.footer .foot-newsletter .newsletter-form .btn {
  height: 44px;
  padding: 0;
  width: 100px;
  border-radius: 4px;
}
.footer .follows {
  display: flex;
  align-items: flex-start;
}
.footer .follows .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  background-color: #30445b;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.footer .follows .icon:not(:last-child) {
  margin-right: 10px;
}
.footer .follows .icon:hover {
  background-color: #18b192;
}
.footer .follows .icon:hover .popover {
  opacity: 1;
  z-index: 1;
}
.footer .follows .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer .follows .popover {
  position: absolute;
  left: 50%;
  bottom: -20px;
  padding: 10px;
  transform: translateY(100%) translateX(-50%);
  width: 200px;
  height: 200px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.footer .follows .popover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-100%) translateX(-50%);
}
.footer .follows .popover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.quick-links a {
  display: block;
  color: #718397;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.quick-links a:hover {
  color: #fff;
}
.quick-links a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #718397;
}
.right-float {
  position: absolute;
  width: 164px;
  top: 30%;
  left: calc((100% - 1300px)/2 + 1320px);
  z-index: 9;
}
.right-float .btn {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.right-float .ewmbox {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 5px 5px 15px;
  background-color: #fff;
  overflow: hidden;
}
.right-float .ewmbox img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.right-float .ewmbox .p {
  line-height: 1.2;
  text-align: center;
}
.inner-banner {
  position: relative;
  margin-top: 145px;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
}
.inner-banner img {
  display: block;
  width: 100%;
}
.crumbs-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.crumbs-box .crumbs {
  padding: 10px 0;
}
.crumbs-box i {
  color: #18b192;
  font-size: 16px;
}
.crumbs-box .crumbs-a {
  color: #fff;
}
.crumbs-box .crumbs-a i {
  color: #fff;
}
.crumbs-box .crumbs-a:hover {
  color: #18b192;
}
.crumbs-box .crumbs-curr {
  color: #18b192;
}
/*分页器*/
.pagging {
  text-align: center;
  margin-top: 30px;
}
.pagging li {
  display: inline-block;
  margin: 2px;
}
.pagging li:first-child span {
  border-radius: 5px;
  padding: 0 5px;
}
.pagging li.active span {
  background: #18b192;
  border-color: #18b192;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ececec;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #18b192;
  border-color: #18b192;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagging span {
  width: auto;
  min-width: 40px;
}
.page-menu {
  text-align: center;
  margin-top: 50px;
}
.page-menu a {
  display: inline-block;
  vertical-align: top;
  min-width: 130px;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #e7ebf0;
  text-align: center;
  margin: 5px;
}
.page-menu a:hover,
.page-menu a.curr {
  background-color: #18b192;
  color: #fff;
}
.page-box {
  margin: 50px 0 90px;
}
.pagination-bottom {
  padding-bottom: 42px;
}
.pagination-bottom.swiper-container-horizontal > .swiper-pagination-bullets,
.pagination-bottom.swiper-pagination-custom,
.pagination-bottom .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 22px;
  border-radius: 8px;
}
.swiper-pagination-bullet-active {
  background-color: #18b192;
}
.swiper-box {
  position: relative;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #18b192;
  color: #fff;
}
.swiper-box .swiper-button-next:after,
.swiper-box .swiper-button-prev:after {
  font-size: 20px;
  line-height: 30px;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
.swiper-box .swiper-button-prev,
.swiper-box .swiper-container-rtl .swiper-button-next {
  left: -40px;
}
.ibanner-swiper {
  margin-top: 145px;
}
.ibanner-swiper img {
  display: block;
  width: 100%;
}
.ibanner-swiper .swiper-button-next,
.ibanner-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ibanner-swiper .swiper-button-next:after,
.ibanner-swiper .swiper-button-prev:after {
  color: #18b192;
  font-size: 20px;
}
.ibanner-swiper .swiper-button-next:hover,
.ibanner-swiper .swiper-button-prev:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.ibanner-swiper .swiper-button-next,
.ibanner-swiper .swiper-container-rtl .swiper-button-prev {
  right: 2%;
}
.ibanner-swiper .swiper-button-prev,
.ibanner-swiper .swiper-container-rtl .swiper-button-next {
  left: 2%;
}
.main-titbox {
  *zoom: 1;
}
.main-titbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.main-titbox .main-tit {
  float: left;
}
.main-titbox .right {
  float: right;
}
.main-tit {
  font-weight: bold;
  font-size: 34px;
  color: #26394f;
  margin-bottom: 30px;
}
.main-tit:after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #18b192;
  margin-top: 10px;
}
.main-tit.align-center {
  text-align: center;
}
.main-tit.align-center:after {
  margin: 10px auto 0;
}
.main-tit.normal {
  font-weight: normal;
}
.main-tit-hollow {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  color: #18b192;
  text-align: center;
  position: relative;
}
.main-tit-hollow.left {
  text-align: left;
  justify-content: flex-start;
}
.main-tit-hollow.left .hollow {
  text-align: left;
}
.main-tit-hollow.left .txt:after {
  margin-left: 0;
}
.main-tit-hollow .hollow {
  font-size: 48px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), /* 阴影颜色和偏移 */ -1px -1px 0px rgba(0, 0, 0, 0.1), -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.main-tit-hollow .txt {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.main-tit-hollow .txt::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #18b192;
  margin: 10px auto 0;
}
.main-tit-default {
  font-size: 30px;
  margin-bottom: 20px;
  color: #18b192;
  font-weight: bold;
}
.main-tit-default.center {
  text-align: center;
}
.page-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #26394f;
}
.page-tit:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #18b192;
  margin-top: 5px;
}
.page-subtit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-subtit.center {
  text-align: center;
}
.page-tit-default {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  color: #26394f;
}
.page-tit-default.center {
  text-align: center;
}
.page-tit-img {
  font-size: 20px;
  font-weight: bold;
  color: #26394f;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.page-tit-img:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url(../images/ico-tit.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-tit-imglr {
  font-size: 24px;
  font-weight: bold;
  color: #18b192;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.page-tit-imglr .txt {
  display: inline-block;
}
.page-tit-imglr .txt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico-tit.png) no-repeat left center;
  vertical-align: middle;
  margin-right: 8px;
}
.page-tit-imglr .txt:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico-tit.png) no-repeat left center;
  vertical-align: middle;
  margin-left: 10px;
}
.page-tit-img2 {
  font-size: 24px;
  font-weight: bold;
  color: #26394f;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.page-tit-img2:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 100%;
  background: url(../images/ico-tit2.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-tit-img2.border {
  display: inline-block;
}
.page-tit-img2.border:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #18b192;
}
.info {
  line-height: 1.8;
  color: #6f7d8e;
}
.tabbox {
  text-align: center;
  margin-bottom: 30px;
}
.tabbox .tab {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: #e7ebf0;
  margin: 5px 2px;
  font-size: 16px;
  min-width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tabbox .tab:hover,
.tabbox .tab.active {
  background-color: #18b192;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.no-data {
  text-align: center;
  padding: 30px 0;
  font-size: 15px;
}
.no-data img {
  width: 100px;
  margin-top: 10px;
}
.baseinfo-box {
  background: url('../images/bg-index1.jpg') no-repeat center;
  background-size: cover;
}
.baseinfo-box .con {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.baseinfo-box .con .imgbox {
  width: 48%;
}
.baseinfo-box .con .imgbox img {
  width: 100%;
}
.baseinfo-box .con .imgbox video {
  width: 100%;
}
.baseinfo-box .con .imgbox .video-imgbox {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.baseinfo-box .con .imgbox .video-imgbox:hover {
  opacity: 0.8;
}
.baseinfo-box .con .txtbox {
  width: 46%;
}
.baseinfo-box .title {
  font-size: 28px;
  font-weight: bold;
}
.baseinfo-box .data-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.baseinfo-box .data-box li {
  width: 50%;
  padding: 20px 10px;
  text-align: center;
}
.baseinfo-box .data-box li .p1 {
  color: #18b192;
  margin-bottom: 10px;
}
.baseinfo-box .data-box li .p1 span {
  font-weight: bold;
  font-size: 50px;
}
.baseinfo-box .data-box li .p2 {
  text-align: center;
  position: relative;
  font-weight: bold;
}
.baseinfo-box .data-box li .p2:after {
  content: '';
  display: block;
  text-align: center;
  width: 70px;
  height: 10px;
  background: #18b192;
  margin: -10px auto 0;
}
.tab-product {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 3%;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.tab-product:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.tab-product .tab {
  flex: 1;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.tab-product .tab:hover .p,
.tab-product .tab.active .p {
  background-color: #18b192;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tab-product .tab.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #18b192;
  position: absolute;
  left: 0;
  bottom: -21px;
}
.tab-product .tab.active:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -35px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #18b192 transparent transparent transparent;
}
.tab-product .tab .img {
  aspect-ratio: 378/201;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.tab-product .tab .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-product .tab .p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  background-color: #26394f;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tab-product-content .tab-content {
  display: none;
}
.tab-product-content .tab-content .con {
  display: flex;
  justify-content: space-between;
}
.tab-product-content .tab-content .swiper-button-next,
.tab-product-content .tab-content .swiper-button-prev {
  background: url(../images/swiper-bg.png) no-repeat center;
  background-size: cover;
  width: 43px;
  height: 48px;
}
.tab-product-content .tab-content .swiper-button-next:after,
.tab-product-content .tab-content .swiper-button-prev:after {
  color: #18b192;
  font-size: 18px;
  font-weight: bold;
}
.tab-product-content .tab-content .txtbox {
  width: 40%;
  font-size: 16px;
}
.tab-product-content .tab-content .txtbox .tit {
  font-size: 28px;
  font-weight: bold;
  color: #18b192;
  margin-bottom: 30px;
}
.tab-product-content .tab-content .txtbox .info {
  color: #666666;
  line-height: 2;
  margin-bottom: 30px;
}
.tab-product-content .tab-content .txtbox .btn {
  min-width: 100px;
  border-radius: 5px;
}
.tab-product-content .tab-content .imgbox {
  width: 55%;
  max-width: 585px;
}
.tab-product-content .tab-content .imgs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.tab-product-content .tab-content .imgs .img {
  width: calc((100% - 5px * 4) / 5);
  aspect-ratio: 116/132;
  background: url(../images/hexagon.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-product-content .tab-content .imgs .img img {
  max-width: 65%;
  max-height: 65%;
}
.tab-product-content .tab-content .imgs .img:nth-of-type(6) {
  margin-left: calc((100% - 5px * 4) / 5 / 2);
}
.tab-product-content .tab-content .imgs .img:nth-child(n+6) {
  margin-top: -28px;
}
.index-why {
  position: relative;
}
.index-why:before {
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: url(../images/bg-index2.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.index-why-list {
  display: flex;
  gap: 20px;
}
.index-why-list .item {
  flex: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index-why-list .item:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.index-why-list .item:hover .p {
  background-color: #18b192;
}
.index-why-list .item:hover .p:after {
  filter: brightness(0);
}
.index-why-list .item .img {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 310/195;
  overflow: hidden;
}
.index-why-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.index-why-list .item .p {
  background-color: #26394f;
  padding: 10px;
  padding-right: 40px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.index-why-list .item .p:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico-arrow-top.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.index-matching-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.index-matching-box .swiper-button-next,
.index-matching-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.index-matching-box .swiper-button-next:after,
.index-matching-box .swiper-button-prev:after {
  font-weight: bold;
  font-size: 18px;
  color: #18b192;
}
.index-matching-box .imgbox {
  width: 48%;
}
.index-matching-box .imgbox .swiper-slide {
  height: auto;
  aspect-ratio: 3/2;
}
.index-matching-box .imgbox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-matching-box .txtbox {
  width: 48%;
}
.index-matching-box .txtbox .info {
  color: #666;
  margin: 30px 0;
}
.index-events-box {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.index-events-box .swiper-button-next,
.index-events-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.index-events-box .swiper-button-next:after,
.index-events-box .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  color: #18b192;
}
.index-events-box .item {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index-events-box .item .imgbox {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 628/362;
  overflow: hidden;
}
.index-events-box .item .txtbox {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
}
.index-events-box .item .txtbox .txt {
  max-width: calc(100% - 120px);
}
.index-events-box .item .txtbox .tit {
  font-weight: bold;
  color: #18b192;
  margin-bottom: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-events-box .item .txtbox .desc {
  color: #666;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-events-box .item .txtbox .btn {
  flex-shrink: 0;
}
.index-online-box {
  display: flex;
  justify-content: space-between;
}
.index-online-box .tit {
  font-weight: bold;
  color: #18b192;
  font-size: 18px;
  margin-bottom: 20px;
}
.index-online-box .info {
  color: #666;
  margin-bottom: 40px;
}
.index-online-box .txtbox {
  width: 48%;
}
.index-online-box .imgbox {
  width: 48%;
}
.index-online-box .imgbox img {
  display: block;
  width: 100%;
}
.youshi-box {
  background: url(../images/bg2.png) no-repeat center center;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  padding: 40px 0;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.youshi-box li {
  position: relative;
  width: 33.33%;
  text-align: center;
  padding: 0 6.5%;
}
.youshi-box li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
}
.youshi-box li .p1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.youshi-box li .p2 {
  line-height: 1.8;
}
.events {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.events li {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.events li:not(:last-child) {
  margin-right: 2%;
}
.events li .event-image {
  flex: 1;
  max-height: 68%;
  overflow: hidden;
  border-radius: 20px;
}
.events li .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  transition: all 0.5s;
}
.events li:hover img {
  transform: scale(1.1);
}
.events .content {
  flex: 0 0 auto;
  margin-top: 20px;
}
.events .title {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #18b192;
}
.events .desc {
  color: #6f7d8e;
  line-height: 1.8;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ievent-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ievent-list li {
  width: 48%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3%;
  margin-right: 4%;
  min-height: 200px;
}
.ievent-list li:nth-child(2n) {
  margin-right: 0;
}
.ievent-list li:hover .txtbox {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-list li:hover .txtbox .tit {
  color: #18b192;
}
.ievent-list li:hover .txtbox:after {
  transform: translateX(10px);
}
.ievent-list li:hover .txtbox .info-box {
  height: auto;
  opacity: 1;
  transform: translateY(0%);
}
.ievent-list li .img {
  display: block;
  width: 100%;
}
.ievent-list li .txtbox {
  padding: 26px 30px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  width: calc(100% - 28px);
  left: 14px;
  bottom: 14px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-list li .txtbox:after {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #18b192 url(../images/ico-right.png) no-repeat center center;
  position: absolute;
  bottom: 20px;
  right: 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ievent-list li .txtbox .tit img {
  vertical-align: middle;
  max-width: 35px;
  margin-right: 5px;
}
.ievent-list li .txtbox .info-box {
  height: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-list li .txtbox .info {
  display: none;
  color: #6f7d8e;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 70px;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.iscope-list {
  display: flex;
  flex-wrap: wrap;
}
.iscope-list li {
  position: relative;
  width: calc(100%/2 - 1%);
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 30px;
  padding: 35px 30px;
  background-color: #1fb395;
  color: #fff;
  background-size: 65px;
}
.iscope-list li:nth-child(2n) {
  margin-right: 0;
}
.iscope-list li:nth-child(2),
.iscope-list li:nth-child(3) {
  background-color: #ededed;
  color: #333;
}
.iscope-list li:nth-child(2) .info,
.iscope-list li:nth-child(3) .info {
  color: #666;
}
.iscope-list li:nth-child(2) .tit:after,
.iscope-list li:nth-child(3) .tit:after {
  background-color: #1fb395;
}
.iscope-list li:nth-child(2) .icon img,
.iscope-list li:nth-child(3) .icon img {
  filter: brightness(0);
}
.iscope-list li .icon {
  position: absolute;
  top: 35px;
  right: 30px;
}
.iscope-list li .icon img {
  max-width: 30px;
}
.iscope-list li .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 40px;
}
.iscope-list li .tit:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 5px;
}
.iscope-list li .info {
  line-height: 1.8;
  color: #fff;
}
.ibrand-box {
  *zoom: 1;
}
.ibrand-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ibrand-box .item {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.ibrand-box .item:nth-child(2n) {
  margin-right: 0;
}
.ibrand-list {
  *zoom: 1;
}
.ibrand-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ibrand-list li {
  float: left;
  width: calc(100%/6 - 8.34px);
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px solid #f4f5f7;
  background-color: #fff;
  border-radius: 10px;
  height: 78px;
  line-height: 78px;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ibrand-list li:nth-child(6n) {
  margin-right: 0;
}
.ibrand-list li img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.ibrand-list li:hover {
  border-color: #18b192;
}
.ibrand-swiper .swiper-slide {
  border: 1px solid #f4f5f7;
  background-color: #fff;
  border-radius: 10px;
  height: 78px;
  line-height: 78px;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ibrand-swiper .swiper-slide:hover {
  border-color: #18b192;
}
.ibrand-swiper .swiper-slide img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.inews-box {
  float: left;
  width: calc(100% - 285px);
  padding-right: 5%;
}
.inews-box .tab-btn {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}
.inews-box .tab-btn .tab {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inews-box .tab-btn .tab:hover,
.inews-box .tab-btn .tab.curr {
  color: #18b192;
  border-bottom-color: #18b192;
}
.inews-box .inews-con {
  display: flex;
  justify-content: space-between;
}
.inews-box .inews-con .big {
  width: 46%;
}
.inews-box .inews-con .inews-list {
  width: 50%;
  margin-top: 50px;
}
.inews-box .big {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.inews-box .big:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inews-box .big .imgbox {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  aspect-ratio: 2.35;
  margin-bottom: 20px;
}
.inews-box .big .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inews-box .tit {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inews-box .info {
  color: #6f7d8e;
  line-height: 1.8;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inews-box .date {
  color: #999;
  margin-bottom: 10px;
}
.inews-box .date span:not(:last-child):after {
  content: "|";
  color: #999;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.inews-list {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.inews-list li {
  position: relative;
  margin-top: 30px;
}
.inews-list li:hover:before {
  background-color: #18b192;
}
.inews-list li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9e0df;
  border: 4px solid #eef8f6;
  position: absolute;
  left: -31px;
  top: 0;
}
.imedia-box {
  float: left;
  width: 285px;
}
.imedia-list {
  position: relative;
  background-color: #26394f;
  padding: 15px 35px;
  border-radius: 30px;
}
.imedia-list .imedia-swiper {
  max-height: calc(76px * 4);
}
.imedia-list .li {
  border-radius: 20px;
  background-color: #fff;
  height: 66px !important;
  line-height: 66px;
  text-align: center;
  font-size: 0;
  margin: 5px 0;
}
.imedia-list .li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.imedia-list .swiper-btnbox {
  position: relative;
  text-align: center;
}
.imedia-list .swiper-button-next,
.imedia-list .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #18b192;
  color: #fff;
  position: static;
  display: inline-block;
  margin: 5px 5px 0;
  transform: rotate(90deg);
}
.imedia-list .swiper-button-next:after,
.imedia-list .swiper-button-prev:after {
  font-size: 20px;
  line-height: 30px;
}
.highlights-swiper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.highlights {
  margin-top: 50px;
}
.highlights .title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #26394f;
  margin-bottom: 30px;
}
.highlights .title::after {
  display: block;
  content: "";
  width: 70px;
  margin: 10px auto;
  height: 5px;
  border-radius: 5px;
  background-color: #18b192;
}
.highlights .list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.highlights .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 40px) / 3);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ededed;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 2;
}
.highlights .list .item::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-out;
  z-index: -1;
}
.highlights .list .item:hover {
  border-color: #18b192;
}
.highlights .list .item:hover::after {
  background-color: rgba(24, 177, 146, 0.9);
}
.highlights .list .item:hover .icon {
  background-color: #fff;
  background-image: url(//m.miaojialaofang.com/uploads/editor/images/20241128/icon-right-green.png);
}
.highlights .list .item:hover .label,
.highlights .list .item:hover .content {
  color: #fff;
}
.highlights .list .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.highlights .list .item .icon {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #18b192;
  background-image: url(//m.miaojialaofang.com/uploads/editor/images/20241128/icon-right-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 0.5s ease-out;
}
.highlights .list .item .label {
  text-align: center;
  color: #18b192;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
  transition: all 0.5s ease-out;
}
.highlights .list .item .content {
  flex: 1;
  text-align: center;
  color: #6f7d8e;
  line-height: 1.6;
  transition: all 0.5s ease-out;
}
.highlights .list .item .img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 20px;
  z-index: -2;
}
.buyers .logos {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.buyers .logos li {
  flex: 0 0 calc((100% - 80px) / 5);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ededed;
  box-sizing: border-box;
}
.buyers .logos li:not(:nth-child(5n)) {
  margin-right: 20px;
}
.buyers .logos li .img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.resources {
  margin-bottom: 40px;
}
.resources .resources-list {
  display: flex;
  align-items: stretch;
}
.resources .resources-list li {
  flex: 0 0 calc((100% - 40px)/2);
}
.resources .resources-list li:not(:last-child) {
  margin-right: 40px;
}
.resources .resources-list li .label {
  color: #18b192;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}
.resources .resources-list li img {
  width: 100%;
}
.resources .resources-list li:first-child img {
  width: 80%;
}
.about-box {
  *zoom: 1;
}
.about-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.about-box .imgbox {
  float: right;
  width: 40%;
}
.about-box .imgbox img {
  width: 100%;
}
.about-box .imgbox video {
  width: 100%;
}
.about-box .txtbox {
  float: left;
  width: 60%;
  padding-right: 5%;
}
.about-box .main-tit {
  margin-bottom: 10px;
}
.about-box .main-tit:after {
  display: none;
}
.about-box .subtit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.about-box .date {
  color: #18b192;
}
.about-box .date .p {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.about-box .date .p:last-child {
  margin-right: 0;
}
.about-box .date .p i {
  display: inline-block;
  margin-right: 5px;
}
.about-box .info {
  margin: 30px 0 50px;
  line-height: 1.8;
  color: #6f7d8e;
}
.about-box .more-btn {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.about-box .more-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d1efe9;
}
.about-box .more-btn span {
  position: relative;
  z-index: 2;
}
.about-box .data-box {
  margin: 40px 0;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  padding: 20px 0;
  *zoom: 1;
}
.about-box .data-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.about-box .data-box li {
  width: 25%;
  padding: 0 10px;
  float: left;
  text-align: center;
  position: relative;
}
.about-box .data-box li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #f8f8f9;
}
.about-box .data-box li .p1 {
  color: #18b192;
  margin-bottom: 10px;
}
.about-box .data-box li .p1 span {
  font-weight: bold;
  font-size: 30px;
}
.about-box .youshi .p {
  margin-bottom: 20px;
  color: #6f7d8e;
}
.about-box .youshi .tit {
  font-size: 16px;
  font-weight: bold;
  color: #26394f;
}
.introduce {
  padding: 60px 0;
  background-image: url('//m.miaojialaofang.com/uploads/editor/images/20250811/d40dda1922657b674993ae57398.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.introduce .inside-box {
  display: flex;
  align-items: center;
}
.introduce .inside-box .imgbox {
  flex: 0 0 40%;
  width: 40%;
  margin-right: 30px;
}
.introduce .inside-box .video-imgbox {
  position: relative;
}
.introduce .inside-box .video-imgbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url(../images/ico-video.png) no-repeat center;
}
.introduce .inside-box .video-imgbox img {
  display: block;
  width: 100%;
}
.scope-box .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f7f8;
  margin-bottom: 50px;
}
.scope-box .item .tit {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #18b192;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #18b192;
}
.scope-box .item .tit img {
  vertical-align: middle;
}
.scope-box .item .info {
  color: #26394f;
  line-height: 1.8;
}
.venue-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.venue-box .imgbox {
  width: 48%;
  border-radius: 30px;
  overflow: hidden;
}
.venue-box .imgbox img {
  width: 100%;
  display: block;
}
.venue-box .txtbox {
  width: 48%;
}
.venue-box .txtbox .tit {
  font-size: 16px;
  color: #26394f;
  margin-bottom: 20px;
}
.venue-box .txtbox .info {
  color: #6f7d8e;
  line-height: 1.8;
}
.venue-box .txtbox .info p {
  margin-bottom: 10px;
}
.event-list {
  display: flex;
  flex-wrap: wrap;
}
.event-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f2f3;
}
.event-list li:nth-child(2n) {
  margin-right: 0;
}
.event-list li:nth-last-child(1),
.event-list li:nth-last-child(2) {
  margin-bottom: 0;
}
.event-list li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.event-list li:hover .txtbox .tit {
  color: #18b192;
}
.event-list li .imgbox {
  border-radius: 40px 40px 0 0;
  height: 250px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.event-list li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.event-list li .txtbox {
  padding-top: 20px;
}
.event-list li .txtbox .tit {
  font-size: 16px;
  line-height: 1.8;
  color: #26394f;
  font-weight: bold;
}
.event-list li .txtbox .info {
  color: #6f7d8e;
}
.table {
  width: 100%;
  border: 1px solid #26394f;
  border-collapse: collapse;
}
.table th {
  background-color: #26394f;
  color: #fff;
  font-size: 16px;
}
.table th,
.table td {
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #26394f;
}
.table td {
  color: #26394f;
}
.table-default {
  width: 100%;
  border-collapse: collapse;
}
.table-default th,
.table-default td {
  padding: 10px 20px;
  border: 1px solid #f4f4f4;
}
.vst-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vst-type li {
  width: 32%;
  border-radius: 40px;
  padding: 30px;
  background-color: #1fb395;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #fff;
  text-align: center;
}
.vst-type li:nth-child(2n) {
  background-color: #26394f;
}
.whyvst-box .youshi-box {
  background: none;
  color: #26394f;
  padding: 0;
  margin: 50px 0;
}
.whyvst-box .youshi-box li:not(:last-child):after {
  background-color: #dfdfdf;
}
.whyvst-box .youshi-box li .p1 {
  margin-bottom: 15px;
}
.whyvst-box .youshi-box li .p2 {
  color: #6f7d8e;
}
.whyvst-box .why-youshi-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.whyvst-box .why-youshi-img li {
  width: calc(100%/3 - 16.7px);
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.whyvst-box .why-youshi-img li:nth-child(3n) {
  margin-right: 0;
}
.whyvst-box .why-youshi-img li img {
  display: block;
  width: 100%;
}
.whyvst-box .youshi-list {
  display: flex;
}
.whyvst-box .youshi-list li {
  position: relative;
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f6f8fa;
  border-radius: 30px;
  overflow: hidden;
}
.whyvst-box .youshi-list li:last-child {
  margin-right: 0;
}
.whyvst-box .youshi-list .icon {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #18b192;
  max-width: 75px;
  width: 30%;
}
.whyvst-box .youshi-list .icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.whyvst-box .youshi-list .icon img {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whyvst-box .youshi-list .imgbox {
  position: relative;
  overflow: hidden;
}
.whyvst-box .youshi-list .imgbox:before {
  content: "";
  display: block;
  padding-top: 74%;
}
.whyvst-box .youshi-list .imgbox img {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
.whyvst-box .youshi-list .txtbox {
  padding: 20px;
}
.whyvst-box .youshi-list .p1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
.whyvst-box .youshi-list .p2 {
  color: #6f7d8e;
}
.process-item {
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed #dfdfdf;
  position: relative;
  margin-bottom: 55px;
  *zoom: 1;
}
.process-item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.process-item:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #26394f url(../images/ico-bottom.png) no-repeat center center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.process-item .num {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: #18b192;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  font-style: italic;
}
.process-item .txtbox {
  float: left;
  width: calc(100% - 90px);
  margin-left: 10px;
}
.process-item .tit {
  color: #6f7d8e;
  line-height: 1.8;
  margin: 30px 0;
  text-align: center;
  cursor: pointer;
}
.process-item .desc {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.process-item .desc .p1 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #26394f;
}
.process-item .desc .p2 {
  color: #6f7d8e;
  line-height: 1.8;
}
.process-item .desc .p2 .fen {
  color: #18b192;
  display: inline-block;
  margin: 0 10px;
}
.contact-box {
  display: flex;
  flex-wrap: wrap;
}
.contact-box .item {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 2%;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  padding: 30px 20px;
  background: url(../images/ico-phone.png) no-repeat left 20px top 25px;
  padding-left: 120px;
  font-size: 16px;
  color: #26394f;
}
.contact-box .item.small {
  background-size: 50px;
  padding-left: 80px;
}
.contact-box .item .p {
  margin-top: 10px;
}
.contact-box .item .p .tel {
  color: #6f7d8e;
  font-style: italic;
  font-size: 18px;
}
.contact-box .item .p .tel a {
  color: #6f7d8e;
}
.arrive-box {
  color: #6f7d8e;
  line-height: 1.8;
}
.arrive-con {
  display: flex;
  flex-wrap: wrap;
}
.arrive-con .item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 4%;
}
.arrive-con .item:nth-child(2n) {
  margin-right: 0;
}
.arrive-con .item .tit {
  color: #18b192;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.arrive-con .item .tit i {
  margin-right: 5px;
  font-size: 18px;
}
.arrive-list li {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  padding: 20px 20px 10px;
  border-radius: 10px;
}
.arrive-list li .tit {
  color: #18b192;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.arrive-list li .tit:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #18b192;
  right: 1em;
  top: 50%;
  margin-top: -0.25em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.arrive-list li .info {
  display: none;
}
.arrive-list li .info p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.arrive-list li .info p:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #18b192;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.news-list li {
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid #f5f5f5;
  padding: 25px;
  position: relative;
}
.news-list li:after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #18b192 url(../images/ico-right.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -17.5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news-list li:hover:after {
  transform: translateX(10px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news-list li .con {
  display: flex;
  align-items: center;
}
.news-list li .date {
  width: 130px;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  padding-right: 30px;
  margin-right: 30px;
  white-space: nowrap;
}
.news-list li .date .p {
  font-size: 28px;
  color: #18b192;
  margin-bottom: 10px;
}
.news-list li .txtbox {
  width: calc(100% - 130px);
  padding-right: 70px;
}
.news-list li .tit {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-box .top {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f6f6f6;
}
.news-detail-box .news-tit {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.news-detail-box .subtit span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.news-detail-box .subtit span:last-child {
  margin-right: 0;
}
.news-detail-box .detail {
  line-height: 1.8;
  color: #6f7d8e;
}
.news-detail-box .news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #f6f6f6;
}
.news-detail-box .news-bottom .left {
  width: 70%;
}
.news-detail-box .news-bottom .left a {
  display: block;
  color: #6f7d8e;
  margin: 8px 0;
}
.news-detail-box .news-bottom .left a:hover {
  color: #18b192;
  text-decoration: underline;
}
.news-detail-box .news-bottom .right .btn {
  min-width: 130px;
  padding: 0;
  line-height: 42px;
}
.media-list {
  *zoom: 1;
}
.media-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.media-list li {
  float: left;
  width: calc(100%/6 - 8.34px);
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  font-size: 0;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background-color: #fff;
}
.media-list li:nth-child(6n) {
  margin-right: 0;
}
.media-list li img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
.layui-noscroll .layui-layer-content {
  overflow: visible !important;
}
.layui-radius {
  border-radius: 10px !important;
}
.pop-video {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 90vw;
  max-width: 900px;
  max-height: 80vh;
}
.pop-video video {
  width: 100%;
}
.organizers-list {
  *zoom: 1;
}
.organizers-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.organizers-list .item {
  float: left;
  width: calc(100%/3 - 2.67%);
  margin-right: 4%;
}
.organizers-list .item:nth-child(3) {
  margin-right: 0;
}
.organizers-list .item .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.organizers-list .item .info {
  text-align: justify;
}
.organizers-list .item .img {
  margin: 20px 0 10px;
  text-align: center;
}
.organizers-list .item .img img {
  max-width: 100%;
}
.list-radius {
  margin: 20px 0;
}
.list-radius .li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.list-radius .li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #18b192;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.list-radius .li .tit {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-radius .li .tit span {
  font-weight: normal;
  color: #6f7d8e;
  font-size: 14px;
}
.list-radius .li .table-default {
  margin-left: -20px;
}
.hotel-box .main-tit {
  font-size: 24px;
}
.hotel-box .subtit {
  color: #6f7d8e;
}
.hotel-box .subtit span {
  color: #18b192;
  font-weight: bold;
  font-size: 24px;
}
.hotel-box .txtbox {
  float: right;
  padding-right: 0;
  padding-left: 5%;
}
.hotel-box .imgbox {
  float: left;
}
.download-list {
  display: grid;
  gap: 2.5%;
  grid-template-columns: repeat(4, 1fr);
}
.download-list li {
  margin-bottom: 3%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.download-list li .imgbox {
  width: 135px;
  height: 135px;
  text-align: center;
  line-height: 135px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: 0 auto 20px;
}
.download-list li .imgbox img {
  vertical-align: middle;
}
.download-list li .name {
  font-size: 16px;
}
.download-list li .format {
  color: #999;
  margin: 10px 0 20px;
}
.download-list li .btn {
  border-radius: 10px;
  min-width: 130px;
  padding: 10px 18px;
}
.matching-item1 {
  display: flex;
  flex-wrap: wrap;
}
.matching-item1 .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.matching-item1 .txtbox {
  width: calc(50% - 20px);
  background-color: #d1eee9;
  padding: 20px;
  border-radius: 5px;
  margin-right: 20px;
}
.matching-item1 .imgbox {
  width: 50%;
  align-self: flex-end;
}
.matching-item1 .imgbox img {
  display: block;
  width: 100%;
}
.matching-item1 .imgbox .p {
  margin-top: 10px;
  line-height: 1.8;
  color: #6f7d8e;
}
.matching-item1 .btnbox {
  margin-top: 30px;
}
.matching-item2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.matching-item2 .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.matching-item2 .txtbox {
  width: 60%;
  padding-left: 5%;
}
.matching-item2 .imgbox {
  width: 40%;
}
.matching-item2 .imgbox img {
  display: block;
  width: 100%;
}
.matching-item2 .btnbox {
  margin-top: 30px;
}
.decimal-list {
  list-style-type: none;
}
.decimal-list li {
  position: relative;
  counter-increment: section;
  padding-left: 30px;
  margin: 15px 0;
}
.decimal-list li:before {
  content: counter(section, decimal);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #18b192;
  color: #fff;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.disc-list {
  list-style-type: disc;
  padding-left: 20px;
}
.disc-list li {
  margin: 15px 0;
}
.disc-list li::marker {
  color: #18b192;
}
.disc-default-list {
  list-style-type: disc;
  padding-left: 20px;
}
.decimal-default-list {
  list-style-type: decimal;
  padding-left: 20px;
}
.prize-tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.prize-info {
  display: flex;
  flex-wrap: wrap;
  background: #f4fffd;
  align-items: center;
  justify-content: space-between;
}
.prize-info .txtbox {
  width: 50%;
  padding: 50px;
  font-size: 16px;
  font-weight: bold;
}
.prize-info .txtbox li {
  margin: 15px 0;
}
.prize-info .imgbox {
  padding-right: 5%;
  max-width: 50%;
}
.prize-info .imgbox img {
  max-width: 100%;
}
.prize-txt {
  line-height: 1.8;
}
.prize-schedule-list {
  *zoom: 1;
}
.prize-schedule-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.prize-schedule-list li {
  float: left;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
}
.prize-schedule-list li:nth-child(4) {
  margin-right: 0;
}
.prize-schedule-list li .num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background-color: #18b192;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  font-size: 24px;
  position: relative;
  margin: 0 auto 20px;
}
.prize-schedule-list li .num:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #18b192;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
}
.prize-schedule-list li .info {
  text-align: center;
  color: #26394f !important;
}
.exciting-moments-box {
  width: 100%;
  padding-bottom: 30px;
}
.exciting-moments-box .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.exciting-moments-box .exciting-moments-imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.exciting-moments-box .exciting-moments-imgs img {
  display: inline-block;
  width: 25%;
  padding: 10px;
  border-radius: 30px;
}
tr.bg18d9ba {
  background-color: #18d9ba;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list li {
  width: calc(100%/5 - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 5px;
}
.gallery-list li:nth-of-type(5n) {
  margin-right: 0;
}
.gallery-list li:after {
  display: none;
  content: '+';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #888;
  border-radius: 50%;
  font-family: "mmi" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 3px #000000;
  background-color: #18b192;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gallery-list li:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-list li:hover:after {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gallery-list li:hover img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  transform: scale(1.1);
}
.gallery-list li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.invite-friends-top {
  background-color: #18b192;
  border-radius: 10px;
  color: #fff;
  padding: 20px 25px;
}
.invite-friends-top .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.invite-friends-top .link {
  font-weight: 600;
  color: #fff;
}
.invite-friends-top .sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.invite-friends-top p,
.invite-friends-top li {
  line-height: 1.8;
}
.has-error .form-input {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 5px #ff0000;
}
.form-box .form-row {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-box .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .form-name {
  width: 90px;
  float: left;
  margin-right: 5px;
  line-height: 50px;
  text-align: right;
}
.form-box .form-input {
  float: left;
  width: calc(100% - 95px);
  display: block;
  border-radius: 8px;
  background-color: #f4fffd;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #dddddd;
}
.form-box .phone-box {
  display: flex;
  justify-content: space-between;
}
.form-box .phone-box .form-input:nth-child(1) {
  flex-shrink: 0;
  width: 20%;
  margin-right: 10px;
}
.form-box .phone-box .form-input:nth-child(1) {
  flex-grow: 1;
}
.form-box .type-box {
  text-align: center;
}
.form-box .type-box .label {
  margin: 0 30px;
}
.form-box .form-btn {
  background-color: #18b192;
  color: #fff;
  display: block;
  width: 150px;
  border: 0;
  outline: none;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.form-box .form-btn:hover {
  opacity: 0.8;
}
.form-box .code-box {
  float: left;
  width: calc(100% - 95px);
  *zoom: 1;
}
.form-box .code-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .code-box .form-input {
  float: left;
  width: calc(100% - 10px - 20%);
  margin-right: 10px;
}
.form-box .code-box .code-btn {
  float: left;
  width: 20%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  height: 50px;
}
.form-box .code-box .code-btn img {
  width: 100%;
  height: 100%;
}
.friend-list .block {
  margin-bottom: 20px;
}
.friend-list .block:first-child .delbtn {
  display: none;
}
.friend-list .title {
  color: #18b192;
  font-size: 18px;
  margin-bottom: 5px;
  *zoom: 1;
}
.friend-list .title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.friend-list .title .fun-btn {
  float: right;
}
.friend-list .title .fun-btn .btn {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  font-style: normal !important;
}
.friend-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 1px dashed #18b192;
  border-radius: 8px;
}
.friend-list .list .form-row {
  width: 48%;
}
.friend-list .list .form-name {
  width: 70px;
}
.friend-list .list .form-input {
  width: calc(100% - 75px);
}
.participate-list {
  display: flex;
}
.participate-list li {
  flex: 1;
  border-radius: 10px;
  background-color: #e9f4f2;
  margin-right: 20px;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  color: #26394f;
}
.participate-list li a {
  color: #26394f;
}
.participate-list li a:hover {
  color: #18b192;
}
.participate-list li:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  background: #26394f url(../images/ico-arrow.png) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: -36px;
  z-index: 2;
}
.participate-list li:last-child {
  margin-right: 0;
}
.participate-list li:last-child:after {
  display: none;
}
.participate-list li .icon {
  height: 60px;
  margin-bottom: 10px;
}
.participate-list li .icon img {
  max-width: 100%;
  max-height: 100%;
}
.transportation-box .list li {
  margin-bottom: 20px;
}
.transportation-box .list li .dianj {
  position: relative;
  padding: 10px 20px;
  line-height: 1;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  background-color: #26394f;
  cursor: pointer;
}
.transportation-box .list li .dianj.curr:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -0.1em;
}
.transportation-box .list li .dianj:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 2px 2px;
  border-style: solid;
  right: 1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  top: 50%;
  margin-top: -0.4em;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.transportation-box .list li .hidbox {
  display: none;
  padding: 30px 20px;
  background-color: #f4fffd;
  line-height: 1.8;
}
.transportation-box .list li .title {
  font-size: 18px;
  color: #26394f;
  font-weight: bold;
  margin-bottom: 10px;
}
.transportation-box .list li .title img {
  vertical-align: middle;
  margin-right: 5px;
}
.transportation-box .list li a {
  color: #18b192;
  text-decoration: underline;
}
.imgs-showbox img {
  border-radius: 10px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.imgs-showbox img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.imgs-showbox .row1 {
  display: flex;
}
.imgs-showbox .row1 .big {
  width: calc(100%/3 * 2);
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.imgs-showbox .row1 .small {
  width: calc(100%/3 - 5px);
}
.imgs-showbox .row1 .img {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.imgs-showbox .row2 {
  display: flex;
  width: 100%;
}
.imgs-showbox .row2 .img {
  flex: 1;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.imgs-showbox .row2 .img:nth-child(3) {
  margin-right: 0;
}
.imgs-showbox .row3 {
  display: flex;
  width: 100%;
}
.imgs-showbox .row3 .big {
  width: calc(100%/3 * 2);
  border-radius: 10px;
  overflow: hidden;
}
.imgs-showbox .row3 .small {
  width: calc(100%/3 - 5px);
  margin-right: 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.imgs-showbox .row3 .small img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.prizes-box {
  font-size: 16px;
}
.prizes-box .prizes-title {
  margin-bottom: 20px;
  text-align: center;
}
.prizes-box .prizes-title .title {
  font-size: 34px;
  font-weight: bold;
  color: #18b192;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.prizes-box .prizes-title a.title:hover {
  color: #26394f;
}
.prizes-box .block {
  margin-bottom: 40px;
}
.prizes-list {
  display: flex;
  flex-wrap: wrap;
}
.prizes-list .li {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  width: calc(100%/3 - 16.7px);
  margin-right: 20px;
}
.prizes-list .li:nth-child(3n) {
  margin-right: 0;
}
.prizes-list .li img {
  display: block;
  width: 100%;
}
.prizes-list .li .txt {
  margin-top: 10px;
  text-align: center;
}
.half-box {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.half-box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.half-box .txtbox {
  width: 48%;
}
.half-box .imgbox {
  width: 48%;
}
.half-box .imgbox img {
  border-radius: 5px;
}
.half-box .disc-list li {
  margin: 20px 0;
  line-height: 1.8;
}
.imgs-swiper .swiper-button-next,
.imgs-swiper .swiper-button-prev {
  width: 30px;
  height: 40px;
  background-color: #18b192;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.imgs-swiper .swiper-button-next:after,
.imgs-swiper .swiper-button-prev:after {
  font-size: 16px;
}
.prizes-btnbox {
  text-align: center;
}
.prizes-btnbox .btn {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 30px;
}
.prizes-btnbox .btn i {
  margin-left: 5px;
}
.offer-highlight {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.offer-highlight li {
  background-color: #f5fffd;
  border: 1px solid #cffff5;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.offer-highlight li .icon img {
  max-height: 40px;
}
.offer-highlight li .p1 {
  font-size: 24px;
  margin: 10px 0;
}
.discount-box .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.discount-box .item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.discount-box .item .txtbox {
  flex: 0 0 40%;
}
.discount-box .item .txtbox .p1 {
  font-weight: bold;
  color: #18b192;
  font-size: 30px;
  margin-bottom: 10px;
}
.discount-box .item .txtbox .p1 .num {
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #26394f;
  color: #fff;
}
.discount-box .item .imgbox {
  flex-grow: 1;
}
.discount-box .item .imgbox .btn {
  min-width: 200px;
  font-size: 18px;
}
.discount-box .item .imgbox.center {
  text-align: center;
}
.discount-box .item .imgbox img {
  display: block;
  width: 100%;
}
.expo-date-box {
  text-align: center;
}
.expo-date-box .txt {
  font-size: 24px;
  margin-bottom: 20px;
}
.expo-date-box .txt p {
  margin: 5px 0;
}
.expo-date-box .txt .p1 {
  font-size: 30px;
  color: #18b192;
}
.expo-date-box .btn {
  font-size: 18px;
  min-width: 200px;
}
@media screen and(max-width: 1700px) {
  .right-float {
    left: auto;
    right: 10px;
    width: 145px;
  }
  .right-float .btn {
    margin-bottom: 8px;
  }
}
@media screen and(max-width: 1440px) {
  .head-nav .logo {
    max-width: 190px;
  }
  .nav-box .nav-li > a {
    font-size: 14px;
  }
  .main-tit {
    font-size: 30px;
  }
  .main-tit:after {
    width: 60px;
  }
  .about-box .data-box li .p1 span {
    font-size: 24px;
  }
  .right-float {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .baseinfo-box .data-box li .p1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 1094px) {
  .about-box .data-box li .p1 span {
    font-size: 20px;
  }
  .contact-box .item {
    background-size: 50px;
    padding-left: 80px;
  }
  .download-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .exciting-moments-box .exciting-moments-imgs img {
    width: 50%;
  }
  .whyvst-box .youshi-list {
    flex-wrap: wrap;
  }
  .whyvst-box .youshi-list li {
    flex: none;
    width: calc(100%/3 - 13.4px);
  }
  .whyvst-box .youshi-list li:nth-child(3n) {
    margin-right: 0;
  }
}

