* {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s;
}
.header.onScroll {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.onScroll .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
  color: #231816;
}
.header.onScroll .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a.active_item::after {
  background: #6EB92B;
}
.header.onScroll .saf-header .saf_navContent .saf-search .searchForm {
  background: #6EB92B;
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(1) {
  display: none;
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: block;
}
.header.onScroll .mobile-header .m-h-box .logo img:nth-child(1) {
  display: block;
}
.header.onScroll .mobile-header .m-h-box .logo img:nth-child(2) {
  display: none;
}
.header.onScroll .mobile-header .m-h-box .menu_a {
  display: block;
}
.header.onScroll .mobile-header .m-h-box .menu_d {
  display: none;
}
.header .saf-search {
  display: flex;
  align-items: center;
}
.header .saf-search .searchForm {
  border-radius: 50px;
  height: 39px;
  padding: 0 15px;
  display: flex;
  transition: all 0.5s;
  background: rgba(0, 15, 16, 0.31);
}
.header .saf-search .searchForm input {
  border: none;
  width: 100px;
  background: none;
  color: #fff;
  outline: none;
}
.header .saf-search .searchForm input::placeholder {
  color: #fff;
}
.header .saf-search .searchForm a {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.header .saf-search .searchForm a svg {
  width: auto;
  height: 20px;
  fill: #fff;
}
.header .saf_navBox {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  background: #F6F9FB;
  padding: 20px 0;
  text-align: center;
  display: none;
}
.header .saf_navBox > ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .saf_navBox > ul > li {
  padding: 0 15px;
}
.header .saf_navBox > ul > li a {
  display: block;
  height: 100%;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
}
.header .saf_navBox > ul > li a span {
  position: relative;
  z-index: 4;
}
.header .saf_navBox > ul > li a:hover {
  color: #6EB92B;
}
.header .saf-header {
  height: 91px;
  max-width: 1500px;
  width: 78.125%;
  margin: auto;
  transition: all 0.8s;
  position: relative;
}
.header .saf-header .saf_navContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .saf-header .saf_navContent .logoRim a {
  display: block;
  padding: 15px 0;
}
.header .saf-header .saf_navContent .logoRim a img {
  width: auto;
  height: 47px;
  display: inline-block;
}
.header .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: none;
}
.header .saf-header .saf_navContent .saf-menuList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-right: 20px;
  height: 100%;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem {
  height: 100%;
  position: relative;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 1.5vw;
  font-weight: bold;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a span {
  flex: 1;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a.active_item {
  position: relative;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a.active_item::after {
  content: '';
  background: #fff;
  height: 4px;
  width: 28px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  border-radius: 100px;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a:hover.active_item::after {
  background: #6EB92B;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem {
  position: inherit;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox {
  min-width: 130%;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul {
  padding: 0 15vw;
  width: calc(100% - 30vw);
  justify-content: space-between;
  flex-direction: row;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li {
  text-align: left;
  position: relative;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li a {
  height: max-content;
  padding: 0 10px 0 8px;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li a span {
  padding: 10px 0 10px 5px;
  transform: translateX(0);
  display: block;
  transition: all 0.5s;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li a span:hover {
  animation: move-right 0.8s ease-out 1;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li a::after {
  content: '';
  width: 4px;
  height: 0;
  background: #6EB92B;
  position: absolute;
  left: 0;
  top: 10px;
  transition: all 0.5s;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem.cp_navItem .saf_navBox ul > li a:hover::after {
  height: calc(100% - 20px);
}
@keyframes move-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(10px);
  }
}
.header .mobile-header {
  display: none;
  height: 63px;
}
.header .mobile-header .m-h-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}
.header .mobile-header .m-h-box .logo img {
  width: 102px;
}
.header .mobile-header .m-h-box .logo img:nth-child(1) {
  display: none;
}
.header .mobile-header .m-h-box .logo img:nth-child(2) {
  display: block;
}
.header .mobile-header .m-h-box .menu_a {
  display: none;
}
.header .mobile-header .m-h-box .menu_p {
  display: block;
}
.header .mobile-header .m-h-box .saf-search {
  margin: 0 2%;
}
.header .mobile-header .m-h-box .saf-search .searchForm {
  background: #f5f5f5;
  border: none;
}
.header .mobile-header .m-h-box .menu {
  width: 28px;
}
.header .mobile-header .m-h-box .close {
  width: 28px;
  display: none;
}
.max-width {
  max-width: 1500px;
  width: 78.125%;
  margin: auto;
}
.dw_mark {
  width: 100%;
  height: 91px;
  position: absolute;
  top: -91px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.md_con {
  position: relative;
}
/*鍏�鍏卞簳閮�*/
/*椋樺姩鏍峰紡*/
.footer {
  background: #fff;
  padding-top: 2vw ;
  transition: all 0.5s;
  z-index: 99;
  position: relative;
}
.footer .gentle {
  position: absolute;
  top: -5vh;
  width: 100%;
  /*Shrinking for mobile*/
}
.footer .gentle .waves {
  position: relative;
  width: 100%;
  height: 5vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  max-height: 150px;
}
.footer .gentle .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.footer .gentle .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.footer .gentle .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.footer .gentle .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.footer .gentle .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .footer .gentle .waves {
    height: 40px;
    min-height: 40px;
  }
  .footer .gentle .content {
    height: 30vh;
  }
  .footer .gentle h1 {
    font-size: 24px;
  }
}
.footer .max-width .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .max-width .logo .message {
  width: 8vw;
  color: #787878;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6vw 0.8vw;
  border: 1px solid #E1E1E1;
}
.footer .max-width .navlist.pc {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  border-top: 1px solid #E1E1E1;
}
.footer .max-width .navlist.pc ul {
  width: 66.6%;
  display: flex;
  justify-content: space-between;
}
.footer .max-width .navlist.pc ul li a {
  font-size: 14px;
  color: #7B7B7B;
  line-height: 28px;
  display: block;
}
.footer .max-width .navlist.pc ul li a:first-child {
  color: #333;
}
.footer .max-width .navlist.pc ul li a:hover {
  color: #6EB92B;
}
.footer .max-width .navlist.pc .code {
  padding-right: 1vw;
}
.footer .max-width .navlist.pc .code p {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.footer .max-width .navlist.app {
  width: 100%;
}
.footer .max-width .navlist.app li {
  display: flex;
  justify-content: center;
  padding: 13px 0;
  border-top: 1px solid #E4E4E4;
}
.footer .max-width .navlist.app li a {
  color: #333333;
  font-size: 12px;
}
.footer .max-width .navlist.app li a:first-child {
  margin-right: 50px;
}
.footer .cmp {
  border-top: 1px solid #E2E2E2;
  margin-top: 29px;
  padding: 2vw 0 2.05vw;
  color: #787878;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
}
.footer .cmp p {
  display: inline-block;
}
.footer .cmp p:last-child {
  margin-top: 2px;
}
.footer .cmp span {
  padding-right: 1vw;
  cursor: pointer;
}
/*瀛愰〉闈㈠叕鍏眀anner*/
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sub_banner {
  position: relative;
  overflow: hidden;
}
.sub_banner > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: scaleAnim 5s ease forwards;
}
.sub_banner .pc_img {
  display: block;
}
.sub_banner .m_img {
  display: none;
}
.sub_banner .banner_o_text {
  width: 100%;
  position: absolute;
  top: 55.5%;
  left: 0;
  transform: translate(0, -50%);
}
.sub_banner .banner_o_text .commonTitle {
  text-align: left;
}
.sub_banner .banner_o_text .commonTitle .title_cn {
  color: #fff;
  font-weight: bold;
}
.sub_banner .banner_o_text .commonTitle .title_en {
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.61);
}
.mobile-menu {
  background: #fff;
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: 999;
  display: none;
  overflow-y: scroll;
}
.mobile-menu > li > a,
.mobile-menu > li .title {
  display: block;
  padding: 19px 21px 19px 27px;
  border-bottom: 1px solid #E1E1E1;
  color: #333;
  font-size: 15px;
}
.mobile-menu > li .title {
  display: flex;
  justify-content: space-between;
}
.mobile-menu > li .title img {
  width: 16px;
  height: 16px;
}
.mobile-menu > li .title a {
  color: #333;
}
.mobile-menu > li .title .transform {
  transform: rotate(180deg);
}
.mobile-menu > li .sub-nav {
  padding: 18px 0 10px 34px;
  background: #F5F5F5;
  display: none;
}
.mobile-menu > li .sub-nav div {
  display: flex;
  flex-direction: column;
}
.mobile-menu > li .sub-nav a {
  font-size: 13px;
  color: #2A2A2A;
  margin-bottom: 20px;
}
.mobile-menu > li .active {
  color: #6EB92B !important;
}
@media screen and (max-width: 1440px) {
  .max-width {
    width: 85%;
  }
  .header .saf-header {
    width: 85%;
  }
  .header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
    padding: 12px 1vw;
  }
  .header .saf-header .saf_navContent .saf-menuList li.saf_navItem .saf_navBox {
    width: 118%;
  }
  .header .saf-header .saf_navContent .saf-menuList li.saf_navItem .saf_navBox > ul > li {
    padding: 0;
  }
  .header .saf-header .saf_navContent .logoRim a img {
    max-width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1024px) {
  .header .saf-header {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .sub-banner {
    top: 63px;
  }
  .footer {
    bottom: 0;
    position: relative;
  }
  .footer .max-width {
    display: block;
    width: 82%;
  }
  .footer .cmp {
    display: block;
  }
  .max-width {
    max-width: 976px;
    width: 92%;
  }
}
.main-bg {
  background: #F6F9FB;
  z-index: 99;
  position: relative;
  overflow-x: hidden;
}
/*鍒嗛〉*/
.page_common {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.page_common a:hover {
  color: #fff;
  background-color: #6EB92B !important;
  cursor: pointer;
}
.page_f_o,
.page_f_d a {
  background-color: white;
  color: #666666;
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  margin-right: 10px;
}
.page_f_o:last-child,
.page_f_d a:last-child {
  margin-right: 0;
}
.page_f_o_t,
.page_f_o_t2 {
  padding: 0 17px;
  margin: 0 10px;
}
.page_active {
  background-color: #6EB92B !important;
  color: white !important;
  border: none !important;
}
.page_f_d {
  display: flex;
}
/*瀛愰〉闈㈠叕鍏辨爣棰樻牱寮�*/
.sub-tabs {
  background: #fff;
  padding: 15px;
}
.sub-tabs .max-width {
  display: flex;
}
.sub-tabs a {
  padding: 0 33px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-right: 30px;
  background: #F6F9FB;
  border-radius: 3px;
  transition: all 0.3s;
}
.sub-tabs a.active {
  color: #fff;
  background: #6EB92B;
}
.sub-tabs a:hover {
  color: #fff;
  background: #6EB92B;
}
.sub_content {
  padding-top: 2vw;
}
.sub_content .sub_c_tit {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 2vw;
}
.sub_content .sub_c_tit h3 {
  color: #343434;
  font-size: 35px;
}
.sub_content .sub_c_tit p {
  color: #7E7E7E;
  font-size: 20px;
}
.sub_content .sub_c_tit::after {
  content: '';
  background: #6EB92B;
  width: 29px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*婊氬姩鏉℃牱寮�*/
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .sub_banner .pc_img {
    display: none;
  }
  .sub_banner .m_img {
    display: block;
  }
  .sub-banner > img.mbimg {
    display: block;
  }
  .sub-banner > img.pcimg {
    display: none;
  }
  .sub-banner .sub-banner-desc {
    width: 92%;
    max-width: 690px;
    left: 4%;
    height: 81px;
    border-radius: 10px 10px 0 0;
  }
  .sub-banner .sub-banner-desc .desc {
    padding: 16px 12px;
    display: block;
  }
  .sub-banner .sub-banner-desc .desc > img {
    display: none;
  }
  .sub-banner .sub-banner-desc .desc div img {
    width: 41px;
  }
  .sub-banner .sub-banner-desc .desc div h3 {
    font-size: 17px;
    margin: 6px 0;
  }
  .sub-banner .sub-banner-desc .desc div p {
    font-size: 12px;
  }
  .sub_content {
    padding-top: 30px;
  }
  .sub_content .sub_c_tit h3 {
    font-size: 20px;
  }
  .sub_content .sub_c_tit p {
    font-size: 12px;
    margin-top: 2px;
  }
  .sub_content .sub_c_tit::after {
    width: 15px;
    height: 1.5px;
  }
  .sub-tabs {
    padding: 0;
    justify-content: space-between;
  }
  .sub-tabs .max-width {
    width: 100%;
    overflow-x: scroll;
  }
  .sub-tabs ::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .sub-tabs a {
    height: auto;
    line-height: 1;
    padding: 16px;
    font-size: 15px;
    margin-right: 0;
    border-radius: 0;
    background: none;
    flex: none;
  }
  .footer .max-width .logo {
    padding-top: 15px;
    display: block;
    text-align: center;
  }
  .footer .max-width .logo img {
    max-width: 145px;
    margin-bottom: 18px;
  }
  .footer .max-width .logo .message {
    width: 80%;
    padding: 12px;
    background: #F5F5F5;
    margin-bottom: 22px;
  }
  .footer .max-width .navlist.pc {
    display: none;
  }
  .footer .cmp {
    text-align: center;
    color: rgba(51, 51, 51, 0.68);
    margin-top: 0;
  }
  .footer .cmp span {
    display: none;
  }
  .page_common {
    padding: 10px 4% 50px;
  }
  .page_common .page_f_o_t {
    margin-left: 0;
  }
  .page_common .page_f_o {
    background: #6EB92B;
    color: #fff;
  }
  .page_common .page_f_o.disable {
    background: #C8C8C8;
  }
}
