body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #fff;
  overflow-x: hidden;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #44996a;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 12rem;
  margin: 0 auto;
  max-width: 100%;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.header {
  width: 100%;
  z-index: 999;
  top: 0.5rem;
  left: 0;

  font-size: 0.16rem;
  position: absolute;
}
.header .in {
  padding: 0 0.3rem;
  transition: all 0.5s;
  margin: 0 -0.34rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.header .logo img {
  width: 2.94rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  margin: 0 0.1rem;
}
.header .nav > li > a {
  display: block;
  color: #666;
  padding: 0 0.05rem;
  line-height: 0.77rem;
  position: relative;
}
.header .nav > li.on > a {
  color: #44996a;
}
.header .nav > li.on > a::after {
  content: "";
  border-bottom: 2px solid #44996a;
  width: 100%;
  left: 0;
  bottom: 0.1rem;
  position: absolute;
}

.header .searchicon {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background: url(../image/search.png) center no-repeat;
  background-size: 100% 100%;
}

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  padding-top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}
.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  width: 50%;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ws-wap-menu ul li.on {
  background-color: #003e90;
}
.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}
.ws-wap-menu ul li .sub-nav a {
  line-height: 0.5rem;
  font-size: 0.16rem;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding: 0.15rem 15px 0;
  width: 100%;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
  padding: 0.05rem 0.15rem;
}
.ws-wap-menu .search img {
  width: 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 0.4rem;
  background: none;
  display: block;
}
.searchdialog.on {
  top: 50%;
}
.searchdialog {
  transition: all 0.6s;
  position: absolute;
  z-index: 999;
  left: 50%;
  max-width: 100%;
  top: -110%;
  transform: translate(-50%, -50%);
}
.searchdialog .search {
  width: 6rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
}
.searchdialog .search input {
  width: 100%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  height: 0.4rem;
}
.searchdialog img {
  margin-left: 0.1rem;
}
.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #105ebe;
}

/**/

.homepage .banner img {
  width: 100%;
}
.homepage .banner .swiper-pagination {
  bottom: 0.3rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homepage .banner .swiper-pagination-bullet-active {
  width: 0.5rem;
  border-radius: 5px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.homepage {
  font-size: 0.16rem;
}
.title_common {
  position: relative;
}
.title_common a {
  position: absolute;
  top: 0.1rem;
  right: 0;
  color: #999;
  font-size: 0.14rem;
}
.title_common h2 {
  font-weight: bold;
  font-size: 0.26rem;
}
.title_common h2 span {
  color: #44996a;
}
.title_common p {
  font-size: 0.14rem;
  margin-top: 0.05rem;
}
.homepage .a {
  padding-top: 0.65rem;
}
.homepage .a .bd {
  font-size: 0.14rem;
  display: flex;
  margin-top: 0.3rem;
}
.homepage .a .bd > .flex_item + .flex_item {
  margin-left: 0.66rem;
}
.homepage .a .bd ol {
  display: flex;
  flex-wrap: wrap;
  width: -0.05rem;
}
.homepage .a .bd ol > li:first-child {
  width: 100%;
}
.homepage .a .bd ol > li {
  width: 50%;
  padding: 0.05rem;
  line-height: 0.5rem;
}
.homepage .a .bd ol > li a {
  display: block;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .a .bd ol > li p {
  padding: 0 0.15rem;
}
.homepage .a .bd .tabbox li {
  padding: 0.19rem 0;
  border-bottom: 1px dashed #ddd;
}
.homepage .a .bd .tabbox li:last-child {
  padding-bottom: 0;
  border: none;
}
.homepage .a .bd ol > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .a .bd .tabbox h4 {
  font-weight: bold;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .a .bd .tabbox p {
  color: #999;
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.homepage .a .bd .tabbox p span {
  color: #469cc9;
}
.homepage .a .bd .tabtitle {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.homepage .a .bd .tabtitle a {
  color: #44996a;
  position: absolute;
  top: 0;
  right: 0;
}
.homepage .a .bd .tabtitle li {
  padding-bottom: 0.15rem;
  position: relative;
  font-size: 0.16rem;
  margin-right: 0.25rem;
  cursor: pointer;
}
.homepage .a .bd .tabtitle li.on {
  color: #44996a;
  font-weight: bold;
}
.homepage .a .bd .tabtitle li.on::after {
  content: "";
  border-bottom: 2px solid #44996a;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.homepage .b {
  margin-top: 0.6rem;
}
.homepage .b .bd {
  margin-top: 0.3rem;
}
.homepage .b .bd ul {
  display: flex;
  background: #f0f9f6;
  text-align: center;
}
.homepage .b .bd ul li {
  flex: 1;
  height: 2.21rem;
  display: flex;
  transition: all 0.5s;
  padding: 0 0.25rem;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
}
.homepage .b .bd ul li dt {
  font-weight: bold;
  font-size: 0.18rem;
}
.homepage .b .bd ul li img {
  margin-bottom: 0.15rem;
  width: 0.7rem;
  border-radius: 50%;
}
.homepage .b .bd ul li p {
  text-transform: uppercase;
  margin-bottom: 0.07rem;
  display: none;
}
.homepage .b .bd ul li dd {
  margin-top: 0.15rem;
  display: none;
}
.homepage .b .bd ul li:hover {
  width: 3.45rem;
  background: #44996a;
  color: #fff;
  flex: inherit;
}
.homepage .b .bd ul li:hover img {
  display: none;
}
.homepage .b .bd ul li:hover dd,
.homepage .b .bd ul li:hover p {
  display: block;
}
.homepage .c {
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.homepage .c .bd {
  height: 3.65rem;
  margin-top: 0.2rem;
  line-height: 0.4rem;
  padding: 0.1rem 0.15rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .c .bd li {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0.15rem;
}
.homepage .c .bd li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .c .bd li a {
  flex: 1;
}
.homepage .c .bd li span {
  font-size: 0.14rem;
  color: #999;
}
.homepage .c .flex > .flex_item + .flex_item {
  margin-left: 0.25rem;
}
.homepage .d {
  padding: 0.45rem 0;
  background: #e8f6f1;
}
.homepage .d .bd {
  padding-left: 1.37rem;
  position: relative;
  text-align: center;
}
.homepage .d .bd .title_common {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .d .bd .pic img {
  width: auto;
}
.homepage .d .bd .pic {
  background: #fff;
  border: 1px solid #fff;
  padding: 0.15rem 0;
}
.homepage .d .bd .pic:hover {
  border: 1px solid #009b66;
}
.homepage .d .btns {
  margin-top: 0.2rem;
}

.homepage .d .swiper-button-next,
.homepage .d .swiper-button-prev {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  border: 1px solid #999;
  margin: 0;
  border-radius: 50%;
  position: static;
  color: #333;
}
.homepage .d .swiper-button-prev {
  background: #009b66;
  border: 1px solid #009b66;
  margin-right: 0.05rem;
  color: #fff;
}
.homepage .d .swiper-button-next::after,
.homepage .d .swiper-button-prev::after {
  font-size: 0.12rem;
}

.footer {
  font-size: 0.14rem;
  background: #1b396b;
  color: rgba(255, 255, 255, 0.7);
}
.footer .bd {
  padding: 0.3rem 0;
  line-height: 0.4rem;
}
.footer .bd .flex_item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.footer .bd .flex_item ul li {
  width: 25%;
}
.footer .bd .flex_item ul li:nth-child(even) {
  width: 70%;
}
.footer .bd .flex_item ul img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.footer .bd .side ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .bd .side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.footer .bd .side ul li:first-child {
  margin-left: 25%;
}
.footer .bd .side ul li {
  width: 25%;
  position: relative;
  text-align: center;
}
.footer .bd .side ul li + li::before {
  content: "";
  display: block;
  height: 0.14rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footer .code {
  display: flex;
  margin-bottom: 0.25rem;
  align-items: center;
}
.footer .code img {
  width: 0.83rem;
  margin-left: 0.15rem;
}
.footer .code select {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
  height: 0.4rem;
  background: none;
}
.footer .ft {
  text-align: center;
  padding: 0.2rem 0;
  border-top: 1px solid #979797;
  color: #fff;
}
.homepage .a .hd {
  padding: 0.1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  color: #44996a;
  margin-top: 0.15rem;
  padding-left: 1.2rem;
}
.homepage .a .hd > span {
  position: absolute;
  left: 0;
  border-right: 1px solid #ddd;
  padding-right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.marqueeleft {
  height: 0.3rem;
  width: 100%;
  font-weight: bold;
  line-height: 0.3rem;
  font-size: 0.16rem;
  overflow: hidden;
}
.marqueeleft a {
  color: #44996a;
}
.marqueeleft ul {
  float: left;
}
.marqueeleft li {
  float: left;
  margin-right: 0.3rem;
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .container {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    top: 0.15rem;
    position: fixed;
  }
  .header .logo img {
    width: 1.8rem;
    margin-top: 0.13rem;
  }

  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 35px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #999;
    margin-bottom: 6px;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  /**/
  .header .in {
    margin: 0;
    height: 0.5rem;
    padding: 0 0.15rem;
  }
  .homepage .a {
    padding-top: 0.3rem;
  }
  .homepage .a .bd {
    display: block;
  }
  .homepage .a .bd > .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .homepage .b .bd ul {
    flex-wrap: wrap;
  }
  .homepage .b .bd ul li {
    flex: inherit;
    width: 50%;
    height: 1.9rem;
  }
  .homepage .b .bd ul li:hover {
    width: 50%;
  }
  .homepage .c .flex {
    display: block;
  }
  .homepage .c .flex > .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .homepage .c {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .homepage .c .bd {
    height: auto;
  }
  .homepage .d .bd .title_common {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 0.25rem;
  }
  .homepage .d .bd {
    padding: 0;
  }
  .homepage .d {
    padding: 0.3rem 0;
  }
  .searchdialog {
    display: none;
  }
  .homepage .b {
    margin-top: 0.3rem;
  }
  .title_common h2 {
    font-size: 0.2rem;
  }
  .footer .bd .flex {
    display: block;
  }
  .footer .bd .flex_item ul {
    display: block;
    margin-top: 0.2rem;
  }
  .footer .bd .flex_item ul li {
    width: 100%;
  }
  .footer .bd .side ul li:first-child {
    margin: 0;
  }
  .homepage .b .bd {
    margin-top: 0.15rem;
  }
}
