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;
}
img {
  max-width: 100%;
}
.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.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-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;
}
.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 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.footer .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 18px;
  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: space-between;
}
.footer .foot-bottom .copyright {
  color: #6f7d8e;
}
.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;
  padding: 14px 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 94px;
}
.footer .foot-newsletter .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.footer .foot-newsletter .title:after {
  display: block;
  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%;
  background-color: #fff;
  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 .p2 {
  font-size: 12px;
}
.footer .foot-newsletter .newsletter-form {
  flex-grow: 1;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  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: 30px;
}
.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;
}
.pagging li {
  display: inline-block;
  margin: 2px;
}
.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;
}
.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;
}
.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;
  -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);
}
.ibanner-swiper .swiper-button-next,
.ibanner-swiper .swiper-container-rtl .swiper-button-prev {
  right: 10%;
}
.ibanner-swiper .swiper-button-prev,
.ibanner-swiper .swiper-container-rtl .swiper-button-next {
  left: 10%;
}
.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;
}
.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;
}
.info {
  line-height: 1.8;
  color: #6f7d8e;
}
.index-page {
  background: url(../images/bg.jpg) no-repeat left top;
  background-size: 100%;
  padding: 1px;
}
.baseinfo-box {
  padding-top: 80px;
}
.baseinfo-box .con {
  *zoom: 1;
}
.baseinfo-box .con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.baseinfo-box .con .imgbox {
  float: left;
  width: 40%;
  text-align: center;
}
.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 {
  float: right;
  width: 60%;
  padding-left: 5%;
}
.baseinfo-box .main-tit {
  margin-bottom: 10px;
}
.baseinfo-box .main-tit:after {
  display: none;
}
.baseinfo-box .date {
  color: #18b192;
}
.baseinfo-box .date .p {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.baseinfo-box .date .p:last-child {
  margin-right: 0;
}
.baseinfo-box .info {
  margin: 30px 0 50px;
  line-height: 1.8;
  color: #6f7d8e;
}
.baseinfo-box .more-btn {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.baseinfo-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;
}
.baseinfo-box .more-btn span {
  position: relative;
  z-index: 2;
}
.baseinfo-box .data-box {
  margin-top: 60px;
  *zoom: 1;
}
.baseinfo-box .data-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.baseinfo-box .data-box li {
  width: 25%;
  padding: 0 10px;
  float: left;
  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: 30px;
}
.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;
}
.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 {
  width: calc(100%/2 - 1%);
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 30px;
  padding: 35px 30px;
  background-color: #1fb395;
  background-image: url(../images/scope-ico01.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: #fff;
}
.iscope-list li:nth-child(2n) {
  margin-right: 0;
}
.iscope-list li:nth-child(2) {
  background-color: #26394f;
  background-image: url(../images/scope-ico02.png);
}
.iscope-list li:nth-child(3) {
  background-color: #26394f;
  background-image: url(../images/scope-ico03.png);
}
.iscope-list li:nth-child(4) {
  background-color: #1fb395;
  background-image: url(../images/scope-ico04.png);
}
.iscope-list li .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.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: 95%;
  max-width: 100%;
}
.ibrand-list li:hover {
  border-color: #18b192;
}
.inews-box {
  float: left;
  width: calc(100% - 285px);
  padding-right: 5%;
}
.inews-box .tab-btn .tab {
  display: inline-block;
  vertical-align: top;
  margin-left: 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 .big {
  position: relative;
  min-height: 120px;
  background-color: #f6fbff;
  border: 5px solid #f6fbff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  max-height: 168px;
}
.inews-box .big > a {
  display: flex;
  width: 100%;
}
.inews-box .big:hover.txtbox:after {
  transform: translateX(10px);
}
.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 img {
  width: 100%;
  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;
}
.inews-box .big .imgbox {
  width: 30%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.inews-box .big .txtbox {
  width: 70%;
  padding: 30px 20px;
  padding-left: 30px;
  padding-right: 70px;
  border-radius: 30px;
  position: relative;
}
.inews-box .big .txtbox:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #18b192 url(../images/ico-right.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  -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 .date:after {
  display: none;
}
.inews-box .tit {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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: #18b192;
  font-size: 24px;
  margin-top: 15px;
  position: relative;
}
.inews-box .date:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #18b192 url(../images/ico-right.png) no-repeat center center;
  position: absolute;
  bottom: 0px;
  right: 0;
  -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-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.inews-list li {
  width: 48%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-right: 4%;
}
.inews-list li:nth-child(2n) {
  margin-right: 0;
}
.inews-list li:hover .date:after {
  opacity: 1;
  transform: translateX(10px);
}
.inews-list li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.inews-list li .info {
  min-height: 50px;
}
.inews-list li .date:after {
  opacity: 0;
}
.imedia-box {
  float: left;
  width: 285px;
}
.imedia-list {
  background-color: #26394f;
  padding: 15px 35px;
  border-radius: 30px;
}
.imedia-list li {
  border-radius: 20px;
  background-color: #fff;
  margin: 10px 0;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 0;
}
.imedia-list li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.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 .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;
}
.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: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%;
}
.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: flex;
  flex-wrap: wrap;
}
.download-list li {
  width: calc(100%/4 - 2.5%);
  margin-right: 3%;
  margin-bottom: 3%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  padding: 30px 10px;
}
.download-list li:nth-of-type(4n) {
  margin-right: 0;
}
.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 {
  *zoom: 1;
}
.matching-item1:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.matching-item1 .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.matching-item1 .txtbox {
  float: left;
  width: 50%;
  padding-right: 5%;
}
.matching-item1 .imgbox {
  float: left;
  width: 50%;
}
.matching-item1 .imgbox img {
  display: block;
  width: 100%;
}
.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;
}
.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;
}
@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: 1366px) {
  .head-nav .logo {
    max-width: 190px;
  }
  .nav-box .nav-li > a {
    font-size: 14px;
  }
  .main-tit {
    font-size: 30px;
  }
  .main-tit:after {
    width: 60px;
  }
  .baseinfo-box .data-box li .p1 span {
    font-size: 24px;
  }
  .about-box .data-box li .p1 span {
    font-size: 24px;
  }
  .right-float {
    display: none;
  }
}
@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 li {
    width: calc(100%/3 - 16.7px);
    margin-right: 20px;
  }
  .download-list li:nth-child(4n) {
    margin-right: 20px;
  }
  .download-list li:nth-child(3n) {
    margin-right: 0;
  }
}
