@charset "utf-8";

/* CSS Document */
/* @import url("base-fonts.css"); */

html {
  color: #333;
  font-family: "notesansr","Noto Sans SC","Source Han Sans CN","SourceHanSansCN-Regular","SourceHanSansCN-Medium","Source Han Sans CN", "Noto Sans S Chinese","Noto Sans S Chinese Light","HarmonyOS Sans SC","Microsoft Yahei", "Microsoft YaHei Light","PingFangSC-Semibold","Pingfang sc bold", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 400;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

body,div,input {
  font-size: 14px;
  font-family: "notesansr","Noto Sans SC","Source Han Sans CN","SourceHanSansCN-Regular","SourceHanSansCN-Medium","Source Han Sans CN", "Noto Sans S Chinese","Noto Sans S Chinese Light","HarmonyOS Sans SC","Microsoft Yahei", "Microsoft YaHei Light","PingFangSC-Semibold","Pingfang sc bold", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

input,textarea,button {
  outline: none;
}

a {
  color: #000414;
  font-family: "notesansr","Noto Sans SC","Source Han Sans CN","SourceHanSansCN-Regular","SourceHanSansCN-Medium","Source Han Sans CN", "Noto Sans S Chinese","Noto Sans S Chinese Light","HarmonyOS Sans SC","Microsoft Yahei", "Microsoft YaHei Light","PingFangSC-Semibold","Pingfang sc bold", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 400;
}

a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #1e9755;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary {
  display: block
}

.clr,.clear {
  clear: both;
}

p,h2,h1,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.relative {
  position: relative;
}

/*鼠标选中文字的样式*/
::-moz-selection {
  background: #1e9755;
  color: #fff;
}

::selection {
  background: #1e9755;
  color: #fff;
}

@media (min-width: 992px) {
  /*网站默认滚动跳的样式*/
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar-thumb {
    background-color: #1e9755;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #1e9755;
  }

  ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #1e9755;
  }
}

.main-page {
  margin: 0 auto;
}


/*头部*/
.wide {padding: 0;}
.wides {padding: 0 15px;}

header { height: 60px; background: #fff; box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1); overflow: hidden;}
.header-box {display: none;}
.pc-header {display: none !important; justify-content: space-between; align-items: center; height: 100%; }
.pc-header .logo { padding: 1px 0; width: 12.6%; text-align: center; }
.pc-header .logo img {height: 78px;}
.pc-header .header-nav {display: flex; justify-content: space-between; align-items: center;}
.nav-menu {display: flex; margin-right: 10px;}
.nav-menu li {padding: 0;}
.nav-menu li a { display: block; padding: 0 25px; height: 80px; line-height: 80px; font-size: 14px; font-weight: 400; transition: all .3s ease-in-out; color: #383838;}
.nav-menu li:first-child a {padding: 0 15px;}
.nav-menu li a:hover {background: #1e9755; color: #fff;}
.nav-menu li.active a {background: #1e9755; color: #fff;}

.header-search {padding: 0 15px; cursor: pointer;}
.header-language a {display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #1e9755; color: #fff; border-radius: 50%; font-size: 14px; transition: all .3s ease-in-out;}
.header-language a:hover {background: #0e7435; }

.mb-search {margin-left: 10px !important;}

@media (min-width: 992px) {
  header { height: 80px;}
  .header-box {display: block; /*position: fixed; top: 0; left: 0;*/ width: 100%; background: #fff; z-index: 999;}
  .pc-header {display: flex !important;}
  .nav-menu li a { padding: 0 10px; }
  .wide {padding: 0 6.9%;}
  .wides {padding: 0 8%;}
}
@media (min-width: 1200px) {
  .header-language a {width: 36px; height: 36px; line-height: 36px; font-size: 14px;}
  .header-search {padding: 0 35px; }
  .nav-menu {margin-right: 30px;}
  .nav-menu li a { padding: 0 18px; font-size: 14px; }
  .wide {padding: 0 7.9%;}
  .wides {padding: 0 10%;}
}
@media (min-width: 1440px) {
  .header-search {margin-right: 30px;}
  .header-language a {width: 40px; height: 40px; line-height: 40px; font-size: 16px;}
  .nav-menu li a { padding: 0 24px; font-size: 16px;}
  .wide {padding: 0 8.9%;}
  .wides {padding: 0 13%;}
}
@media (min-width: 1600px) {
  .nav-menu li a {font-size: 18px;}
}

.mobile-header {padding: 0 15px; height: inherit; display: flex !important; justify-content: space-between;}
.mobile-header .logo { padding: 3px 0; height: inherit;}
.mobile-header .logo img {max-height: 100%;}
.mobile-side { display: flex; justify-content: flex-end; align-items: center;}
.mobile-side a {margin: 0 5px;}
a.mb-language span { display: block; width: 28px; height: 28px; line-height: 28px; text-align: center; border-radius: 50%; background: #1e9755; color: #fff; font-size: 12px;}
.toggle {display: flex; width: 40px; height: 60px; justify-content: center; align-items: center;}
.mb-menu {position: relative; display: block; width: 25px; height: 2px; background: #000414;}
.mb-menu::before,
.mb-menu::after {position: absolute; left: 0; top: -8px; display: block; content: ""; width: 25px; height: 2px; background: #000414;}
.mb-menu::after { top: auto; bottom: -8px;}
@media (min-width: 992px) { 
  .mobile-header {display: none !important;}
}

.search-box { position: absolute; left: 0; top: 60px; padding: 30px 0; width: 100%; display: none; justify-content: center; align-items: center; background: rgb(30, 151, 85); z-index: 999999;}
.search-box-inner {width: 100%;}
.search-box-close {position: absolute; top: 15px; right: 15px; cursor: pointer;}
.search-box-close svg { fill: #fff;}
.search-input {position: relative; margin: 0 auto; width: 86%; border-bottom: 3px solid rgba(255, 255, 255, 0.1);}
.search-input input {width: 100%; height: 38px;  font-size: 3.6vw;  height: 40px; border: 0; background: none; color: rgba(255, 255, 255, 0.6);}
.search-input button {position: absolute; top: 1px; right: 0; border: 0; background: none;}
.search-input button:hover,
.search-input button:focus {background: none;}
.search-input svg {fill: #8ccba8;width: 30px; height: 30px;}
@media (min-width: 576px) {
  .search-box { padding: 50px 0;}
  .search-box-close {right: 5%;}
  .search-input {width: 80%;}
  .search-input input {height: 40px; font-size: 2.8vw; }
  .search-input button {top: 2px;}
  .search-input svg {width: 30px; height: 30px;}
}
@media (min-width: 768px) {
  .search-box-close {right: 10%;}
  .search-input {width: 70%;}
  .search-input input {height: 40px; font-size: 2vw; }
}
@media (min-width: 992px) {
  .search-box { top: 80px; padding: 60px 0;}
  .search-input {width: 70%;}
  .search-input button {top: 2px;}
  .search-input input {height: 40px; font-size: 1.5vw;}
  .search-input svg {width: 30px; height: 30px;}
}
@media (min-width: 1200px) {
  .search-box {padding: 70px 0;}
  .search-input {width: 75%;}
  .search-input button {top: 2px;}
  .search-input input {height: 40px; font-size: 1.5vw;}
  .search-input svg {width: 30px; height: 30px;}
}
@media (min-width: 1440px) {
  .search-box {padding: 80px 0;}
  .search-input {width: 60%;}
  .search-input input {height: 40px; font-size: 1.333vw;}
  .search-input button {top: 2px;}
  .search-input svg {width: 30px; height: 30px;}
}
/* @media (min-width: 1360px) {
  .search-box {padding: 90px 0;}
  .search-input {width: 65%;}
  .search-input input {height: 46px; font-size: 1.4vw;}
} */
@media (min-width: 1600px) {
  .search-box {padding: 100px 0;}
  .search-input {width: 70%;}
  .search-input input {height: 50px; }
  .search-input button {top: 0px;}
  .search-input svg {width: 40px; height: 40px;}
}
@media (min-width: 1800px) {
  .search-box {padding: 110px 0;}
}
.ban { overflow: hidden;}
.ban,
.about-video {text-align: center;}

.breadcrumbs {padding: 20px 0; width: 100%; text-align: right;}
.breadcrumbs a {font-weight: 500; font-size: 12px; color: #616161;}
.breadcrumbs a:hover {color: #1e9755;}
.breadcrumbs a:first-child {margin-right: 20px;}
.breadcrumbs a svg {fill: #616161;}
.breadcrumbs .bread-link::after { margin: 0 5px; content: "-";}
.breadcrumbs a:first-child::after,
.breadcrumbs a.link-active::after {content: ""; margin: 0;} 
.breadcrumbs a.link-active {color: #1e9755;}
@media (min-width: 1360px) {
  .breadcrumbs a {font-size: 14px;}
}

/* 内页二级导航 */
.nav-box {height: 80px; background: #fff; box-shadow: 0 3px 8px rgba(0,0,0,.125);}
.nav-main {height: 80px;}
.nav-fixed {position: fixed; top: 0; width: 100%; z-index: 9999;}
.menu-box li a { display: flex; align-items: center; padding: 0 28px; text-align: center; height: 80px; font-size: 13px; font-weight: 500;}
.menu-box li.active a,
.menu-box li a:hover {color: #1e9755;}

@media (min-width: 1200px) {
  .menu-box li a {font-size: 14px;}
}
@media (min-width: 1440px) {
  .menu-box li a {font-size: 16px;}
}
@media (min-width: 1600px) {
  .menu-box li a {font-size: 18px;}
}

@media (max-width: 699px) {
  .menu-box li a {font-size: 16px; padding: 0 20px;}
}
@media (max-width: 575px) {
  .menu-box li a {font-size: 15px; padding: 0 10px;}
}
@media (max-width: 450px) {
  .nav-box {height: 60px; }
  .nav-main {height: 60px;}
  .menu-box li a {font-size: 13px; padding: 0 10px; height: 60px; }
}
@media (max-width: 405px) {
  .nav-box {height: 60px; }
  .nav-main {height: 60px;}
  .menu-box li a {font-size: 12px; padding: 0 8px; }
}
@media (max-width: 405px) {
  .nav-box {height: 56px; }
  .nav-main {height: 56px;}
  .menu-box li a {padding: 0 6px; }
}
@media (max-width: 340px) {
  .menu-box li a {padding: 0 4px; }
}

/* 底部 */
footer { padding: 20px 0; background: #e8e8e8; }
.footer {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.footer-header {display: flex; flex-wrap: wrap; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%}
.footer-body   {display: flex; flex-wrap: wrap; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%}
.footer-menu {margin-bottom: 20px;}
.footer-header .footer-logo,
.footer-header .footer-addrees,
.footer-header .footer-weixin { display: block; width: 100%;}
.footer-header .footer-logo { margin-bottom: 20px;}
.footer-header .footer-logo img { width: 78px;}
.footer-header .footer-addrees {margin-bottom: 20px; font-size: 16px; color: #969696; line-height: 28px;}
.footer-header .footer-weixin {padding-bottom: 10px;}

.footer-body {padding: 30px 0;}
.footer-body dt { margin-bottom: 30px; font-size: 14px; color: #383838; font-weight: 500;}
.footer-body dd a { color: #969696;}
.footer-body dd a:hover {color: #000;}

.footer-copyright {padding-top: 20px; text-align: center; color: #969696; border-top: 1px solid #ddd;}

@media (max-width: 768px) {
  .footer-header {padding: 0 15px; text-align: center;}
}
@media (min-width: 768px) {
  footer {padding: 40px 0;}
  /* .footer-header {display: flex; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; padding-left: 15px;}
  .footer-body   {display: flex; -ms-flex: 0 0 66%; flex: 0 0 66%; max-width: 66%} */
  .footer-header .footer-logo { margin-bottom: 40px; text-align: center;}
  .footer-header .footer-addrees {margin-bottom: 40px;}
}
@media (min-width: 992px) {
  footer {padding: 60px 0;}
  .footer {justify-content: space-between;}
  .footer-header {display: flex; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; padding-left: 0;}
  .footer-body   {display: flex; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%}
  .footer-header .footer-logo { margin-bottom: 70px; text-align: left;}
  .footer-header .footer-addrees {margin-bottom: 110px;}
  .footer-copyright {text-align: right;}
  .footer-menu {margin-bottom: 30px;}
}
@media (min-width:1200px) {
  .footer-body dt { margin-bottom: 30px; font-size: 14px;}
}
@media (min-width:1440px) {
  .footer-body {display: flex; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%}
  .footer-body dt { margin-bottom: 30px; font-size: 16px;}
  .footer-menu {margin-bottom: 50px;}
}
@media (min-width: 1600px) {
  .footer-body   {display: flex; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%}
}

.backTop { position: fixed; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; right: 40px; bottom: 80px; z-index: 20; overflow: hidden; cursor: pointer; width: 60px; height: 60px; background-size: contain; opacity: 0; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; font-size: 60px; background-color: hsla(0,0%,100%,.9); box-shadow: 0 2px 20px rgba(0,0,0,.25); border-radius: 50px; font-size: 24px; }
.backTop { width: 40px; height: 40px; bottom: 72px; right: 12px; font-size: 16px; }
.backTop_hide { opacity: 0; }
.backTop_show { opacity: 1; }

/* page */
.page-nav .page-link {color: #1e9755;}
.page-nav .page-item.active .page-link {color: #fff; background: #1e9755; border-color: #0e7435;}

.weix { padding-top: 50px; cursor: pointer; font-size: 15px; font-weight: 400; color: #666; }
.weixin { position: absolute; bottom: 70px; opacity: 0; visibility: hidden; width: 168px; height: 168px; background: #fff; transition: all .3s ease-in-out; box-shadow: 0px 2px 2px rgb(0 0 0 / 30%); z-index: 10; }
.weixin::after { position: absolute; left: 50%; bottom: -5px; content: ""; display: block; width: 10px; height: 10px; transform: rotate(-45deg); background: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255) 50%, transparent 50%, transparent 100%); box-shadow: 0px 2px 0px rgb(0 0 0 / 30%); z-index: 1; }
.weix:hover .weixin { visibility: unset; opacity: 1; bottom: 50px; }
@media (max-width: 768px) {
  .weix {display: flex; justify-content: center;}
}

.ban {width: 100%; height: 156px; background-size: 100% 100%; background-repeat: no-repeat;}

@media (min-width: 576px) {
  .ban {height: 189px;}
}
@media (min-width: 768px) {
  .ban {height: 259px;}
}
@media (min-width: 820px) {
  .ban {height: 271px;}
}
@media (min-width: 992px) {
  .ban {height: 332px;}
}
@media (min-width: 1024px) {
  .ban {height: 346px;}
}
@media (min-width: 1152px) {
  .ban {height: 386px;}
}
@media (min-width: 1180px) {
  .ban {height: 396px;}
}
@media (min-width: 1200px) {
  .ban {height: 402px;}
}
@media (min-width: 1280px) {
  .ban {height: 429px;}
}
@media (min-width: 1360px) {
  .ban {height: 458px;}
}
@media (min-width: 1366px) {
  .ban {height: 458px;}
}
@media (min-width: 1400px) {
  .ban {height: 470px;}
}
@media (min-width: 1440px) {
  .ban {height: 483px;}
}
@media (min-width: 1600px) {
  .ban {height: 537px;}
}
@media (min-width: 1680px) {
  .ban {height: 564px;}
}
@media (min-width: 1800px) {
  .ban {height: 605px;}
}
@media (min-width: 1900px) {
  .ban {height: 645px;}
}
.funbox {display: none;}
.fun-open {display: block;}