body {
  margin: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.container {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 50px;
}
.color-white {
  color: #fff;
}
.primary-btn {
  background: linear-gradient(332deg, #36B24A 0%, #BEDC3F 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
}
.primary-btn img {
  margin-top: 4px;
  margin-left: 8px;
}
.primary-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #36B24A 0%, #BEDC3F 100%);
  position: absolute;
  left: -100%;
  border-radius: 0;
  z-index: -1;
  transition: all 0.5s ease;
  bottom: 0;
}
.primary-btn:hover {
  backdrop-filter: initial;
}
.primary-btn:hover:before {
  z-index: -1;
  left: 0;
  border-radius: 0;
}
.navbar {
  z-index: 9999;
  position: sticky;
  top: 0;
}
.header {
  width: 100%;
}
.header .nav-right {
  color: #10111A;
}
.header .nav-right nav {
  display: flex;
  gap: 70px;
}
.header .nav-right nav > div {
  position: relative;
  color: #10111A;
  display: inline-block;
}
.header .nav-right nav > div > a {
  color: #10111A;
  display: inline-block;
  padding: 28px 0 30px;
  cursor: pointer;
  position: relative;
}
.header .nav-right nav > div > a:hover,
.header .nav-right nav > div > a.on {
  color: #46C35A;
}
.header .nav-right nav > div:hover .about_us {
  display: block;
}
.header .nav-right nav > div .about_us {
  position: absolute;
  top: 100%;
  left: calc(50% - 72px);
  width: 144px;
  z-index: 10;
  padding: 30px 20px 10px;
  text-align: center;
  display: none;
}
.header .nav-right nav > div .about_us:after {
  content: '';
  width: 100%;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.header .nav-right nav > div .about_us::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  /* 箭头颜色 */
  position: absolute;
  top: 12px;
  left: calc(50% - 8px);
}
.header .nav-right nav > div .about_us a {
  display: block;
  padding: 12px 0;
  color: #10111A;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header .nav-right nav > div .about_us a:hover {
  color: #46C35A;
}
.header .nav-right .language {
  margin-left: 80px;
  position: relative;
  height: 79px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .nav-right .language img {
  width: 23px;
  margin-right: 6px;
}
.header .nav-right .language:hover .language-list {
  display: block;
}
.header .nav-right .language-list {
  display: none;
  position: absolute;
  top: 99%;
  left: calc(50% - 51px);
  padding: 30px 20px 10px;
  width: 102px;
  text-align: center;
}
.header .nav-right .language-list a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: #10111A;
}
.header .nav-right .language-list a:hover {
  color: #45C25B;
}
.header .nav-right .language-list:after {
  content: '';
  width: 100%;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.header .nav-right .language-list::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  /* 箭头颜色 */
  position: absolute;
  top: 12px;
  left: calc(50% - 8px);
}
.header.onScroll {
  background: #fff;
}
.header.onScroll .nav-right {
  color: #10111A;
}
.header.onScroll .nav-right nav > div > a {
  color: #10111A;
}
.header.onScroll .nav-right nav > div > a.on {
  color: #46C35A;
}
.header.onScroll .nav-right nav > div > a:hover {
  color: #46C35A;
}
.header .mobile-header {
  display: none;
  height: 65px;
}
.header .mobile-header .m-h-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
.header .mobile-header .m-h-box .logo img {
  width: 152px;
}
.header .mobile-header .m-h-box .language-box {
  color: #10111A;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}
.header .mobile-header .m-h-box .language-box img {
  width: 21px;
  margin-right: 6px;
}
.header .mobile-header .m-h-box .menu-box {
  margin-left: 11px;
}
.header .mobile-header .m-h-box .menu-box img {
  width: 33px;
}
.header .mobile-header .m-h-box .menu-box .close {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100vh - 65px);
  background: #fff;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll;
  display: none;
}
.mobile-menu li.active .mobile-menu-title {
  color: #45C25B;
}
.mobile-menu li .mobile-menu-title {
  padding: 19px 6.25% 17px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #001934;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu li .mobile-menu-title a {
  color: #001934;
}
.mobile-menu li .mobile-menu-title img {
  width: 16px;
}
.mobile-menu li .sub-nav {
  padding: 0 6.25% 0 8%;
  background: #F9F9F9;
  display: none;
}
.mobile-menu li .sub-nav .sub-nav-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 17px;
  font-weight: bold;
  color: #2E425B;
}
.mobile-menu li .sub-nav .sub-nav-item-title img {
  width: 16px;
}
.mobile-menu li .sub-nav .sub-nav-item-content {
  display: none;
}
.mobile-menu li .sub-nav .sub-nav-item-content a {
  padding: 6px 0;
  color: #707E90;
  display: block;
  padding-left: 15px;
  position: relative;
}
.mobile-menu li .sub-nav .sub-nav-item-content a::after {
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.mobile-menu li .sub-nav .sub-nav-item-content a.on::after {
  background: url(../images/common/hot.png) no-repeat center center;
  background-size: 100% 100%;
}
.block_sj,
.block_m {
  display: none;
}
.block_pc {
  display: block;
}
.dw_mark {
  width: 100%;
  height: 79px;
  position: absolute;
  top: -79px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.banner_sub {
  width: 100%;
  height: 594px;
  position: relative;
  overflow: hidden;
}
.banner_sub > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: magicada 4s;
}
.banner_sub .banner_sub_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner_sub .banner_sub_content .banner_sub_btn {
  padding-bottom: 184px;
  margin: 0 auto;
  width: 100%;
}
.banner_sub .banner_sub_content .banner_sub_btn .primary-btn {
  padding: 16px 26px 16px 40px;
}
.banner_sub .banner_sub_content .banner_sub_btn .primary-btn img {
  margin-top: 0;
  margin-left: 30px;
}
.banner_sub .banner_sub_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
}
.banner_sub .banner_sub_title .container {
  width: 100%;
}
.banner_sub .banner_sub_title .font30 {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.banner_sub .banner_sub_title .font30::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #FFFFFF;
}
.banner_sub .banner_sub_title div {
  color: rgba(255, 255, 255, 0.74);
}
.banner_sub .banner_sub_title div a {
  color: rgba(255, 255, 255, 0.74);
  transition: all 0.3s ease;
  margin-right: 5px;
}
.banner_sub .banner_sub_title div a:hover {
  color: #46C35A;
}
.tabs_sub {
  width: 100%;
  padding: 15px 0;
  background: #F6F9FB;
  position: sticky;
  top: 79px;
  z-index: 99;
}
.tabs_sub .container div {
  gap: 20px;
}
.tabs_sub .container div a {
  display: inline-block;
  padding: 12px 32px 14px;
  border-radius: 3px;
  background: #fff;
  color: #333333;
  transition: all 0.3s ease;
}
.tabs_sub .container div a.on,
.tabs_sub .container div a:hover {
  color: #fff;
  background: linear-gradient(323deg, #36B24A 0%, #BEDC3F 100%);
}
.page_mark {
  position: absolute;
  top: 594px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .block_pc {
    display: none;
  }
  .block_m {
    display: block;
  }
}
.footer {
  background: #0F0F13;
  color: #fff;
  padding: 0;
  font-size: 14px;
}
.container.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 110px;
  border-bottom: 1px solid #1F2937;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-contact {
  margin-top: 10px;
}
.footer-contact .font14 {
  color: rgba(255, 255, 255, 0.56);
}
.footer-contact .d-flex > div:nth-child(1) {
  margin-right: 10px;
}
.footer-phone {
  font-size: 22px;
  font-weight: bold;
  margin: 8px 0 16px 0;
}
.footer-address {
  margin-top: 8px;
}
.footer-left {
  min-width: 330px;
}
.footer-menus {
  display: flex;
  flex: 1;
  justify-content: space-between;
  min-width: 600px;
  max-width: 950px;
}
.footer-menus .footer-menu a {
  display: block;
}
.footer-menu-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  padding-left: 16px;
}
.footer-menu-title::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  border-radius: 50%;
}
.footer-menu-item {
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 11px;
  cursor: pointer;
  transition: color 0.2s;
  padding-left: 16px;
}
.footer-menu-item:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  padding: 25px 0 28px 0;
}
.sNav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 102px;
  min-height: 2.6rem;
  background: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.08);
  padding: 50px 0;
  border-top: 1px solid #E2E2E2;
  transition: all 0.3s ease;
}
.sNav.on {
  opacity: 1;
  visibility: visible;
  top: 79px;
}
.sNav .list {
  padding: 0 30px;
}
.sNav .list ul {
  gap: 1%;
  display: flex;
  justify-content: space-between;
}
.sNav .list li {
  display: inline-block;
  flex: 1;
  vertical-align: top;
  /* overflow: hidden;*/
  padding-right: 4.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}
.sNav .list li:last-child {
  padding-right: 0;
}
.sNav .list li .name {
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.sNav .list li .name a {
  display: block;
  font-size: 16px;
  color: #2E425B;
  font-weight: bold;
}
.sNav .list li .name a:hover {
  color: #00b259;
}
.sNav .list li .lis {
  padding-top: 10px;
}
.sNav .list li .lis a {
  display: block;
  color: #707E90;
  padding: 8px 0 ;
  font-size: 14px;
  position: relative;
}
.sNav .list li .lis a img {
  position: absolute;
  left: -20px;
  top: 9px;
}
.sNav .list li .lis a:hover,
.sNav .list li .lis a.on {
  color: #00b259;
}
/*页码*/
.pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.pages_list .p_l a {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  color: #999999;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.pages_list .p_l a.active,
.pages_list .p_l a:hover {
  background: #45C25B;
  border-color: #45C25B;
  color: #fff;
}
.pages_list .p_l a img {
  max-width: 100%;
}
.pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 48px;
  font-size: 14px;
  color: #999;
}
.pages_list .to input {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  margin: 0 8px;
  text-align: center;
}
.pages_list .to div {
  margin-left: 16px;
}
.page_con {
  display: none;
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 110px;
  letter-spacing: 2px;
  font-weight: lighter;
  background: #45C25B;
  color: #fff;
}
.page_con nav ul li:hover a {
  color: #fff;
  background: #45C25B;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #45C25B !important;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-content {
  /* background-color: #fff; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vw 30px;
  background: transparent;
}
.nei-content {
  max-width: 560px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nei-content .big {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.nei-content p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
}
.close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
}
.category {
  padding-top: 70px;
  justify-content: center;
}
.category a {
  color: #333333;
  font-size: 20px;
  margin: 0 70px;
  padding: 0 5px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #45C25B;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.category a.on,
.category a:hover {
  color: #45C25B;
}
.category a.on::after,
.category a:hover::after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .category a {
    margin: 0 50px !important;
    font-size: 18px !important;
  }
  .header .nav-right nav {
    gap: 50px;
  }
  .container {
    padding: 0 30px;
  }
  .header .nav-right .language {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .banner_sub > img {
    width: 100%;
    height: auto;
  }
  body {
    overflow-x: hidden;
  }
  .dw_mark {
    height: 117px;
  }
  .header > .container {
    display: none;
  }
  .header .mobile-header {
    display: flex;
  }
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
  .block_sj,
  .block_m {
    display: block;
  }
  .block_pc {
    display: none;
  }
  .footer .footer-menus {
    display: none;
  }
  .footer .container.footer-container {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .footer .footer-left {
    text-align: center;
    width: 100%;
    padding: 0 4.34% 35px;
  }
  .footer .footer-left .footer-logo {
    max-width: 190px;
    margin-bottom: 22px;
  }
  .footer .footer-left .footer-contact {
    text-align: left;
  }
  .footer .footer-left .footer-contact .font14 {
    color: #5E6E82;
  }
  .footer .footer-left .footer-contact .footer-phone {
    font-size: 19px;
  }
  .footer .footer-bottom {
    padding: 15px 2%;
    line-height: 25px;
    text-align: center;
  }
  .footer .footer-bottom span:nth-child(1) {
    display: block;
  }
  .category {
    overflow-x: scroll;
  }
  .banner_sub {
    height: 322px;
  }
  .banner_sub .banner_sub_btn {
    display: none;
  }
  .banner_sub .banner_sub_title {
    display: none;
  }
  .tabs_sub {
    padding: 0;
    top: 65px;
  }
  .tabs_sub .container {
    padding: 0;
    width: 100%;
    position: static;
  }
  .tabs_sub .container div {
    gap: 0;
    overflow-x: scroll;
  }
  .tabs_sub .container div a {
    padding: 15px 20px;
    border-radius: 0;
    flex: none;
    font-size: 17px;
    background: #F6F7F8;
  }
  .tabs_sub .container ::-webkit-scrollbar {
    display: none;
  }
  .page_mark {
    top: 322px;
  }
  .pages_list {
    display: none;
  }
  .page_con {
    display: block;
    margin: 0 auto;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 90px;
  }
  .page_con nav ul li a {
    font-size: 13px;
    width: 2.2rem;
    line-height: 2.2rem;
    border-radius: 0 !important;
    margin: 0 0.15rem;
  }
  .nei-content {
    width: 360px;
  }
  .nei-content img {
    max-width: 90%;
  }
}
