@charset "utf-8";
/*字体*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(/public/static/modules/cms/cn/images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #00585B;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 750px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.6rem 0.65rem 0.7rem;
  border-radius: 0.05rem;
}
#hi-resume-pop .hi-title-box {
  padding: 0 30px;
}
#hi-resume-pop .hi-title-box .hi-title {
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  text-align: center;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(50, 57, 70, 0.2);
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  font-size: 14px;
  margin-top: 0.4rem;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  height: 66px;
  border: 1px solid rgba(125, 125, 125, 0.5);
  border-radius: 33px;
}
#hi-resume-pop select {
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  height: 66px;
  border: 1px solid rgba(125, 125, 125, 0.5);
  border-radius: 33px;
  background: url(/public/static/modules/cms/cn/images/arrow5.png) 95% center no-repeat;
  background-size: 13px;
}
#hi-resume-pop button {
  width: 100%;
  height: 66px;
  cursor: pointer;
  border-radius: 33px;
  background: #EAEBEC;
  color: #666;
  transition: all ease-in 0.3s;
}
#hi-resume-pop button:hover {
  color: #fff;
  background: #598f34;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  width: 100%;
  height: 66px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 66px;
  background: #598f34;
  border-radius: 33px;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 175px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop form {
    padding: 0.5rem;
  }
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop select {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box .hi-input-box {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop .hi-code-box input {
    width: calc(100% - 95px) !important;
  }
  #hi-resume-pop .hi-code-box img {
    width: 80px;
    height: 40px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 40px;
    height: 40px;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .header {
    background: #fff;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
}
.header .box {
  width: 83.33%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .header .box {
    width: 90%;
  }
}
.header .box .logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header .box .logo a {
  width: 2rem;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .box .logo a img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.header .box .logo a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 768px) {
  .header .box .logo a img:nth-child(1) {
    opacity: 0;
  }
  .header .box .logo a img:nth-child(2) {
    opacity: 1;
  }
}
.header .box .logo .stock {
  color: #DDDDDD;
  padding-left: 0.17rem;
  margin-left: 0.24rem;
  border-left: 1px solid rgba(221, 221, 221, 0.5);
  line-height: 1;
  transition: all ease-in 0.3s;
}
.header .box .logo .stock span {
  font-size: 12px;
  margin-top: 0.07rem;
  display: block;
}
@media (max-width: 768px) {
  .header .box .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.header .box .right .close {
  display: none;
  width: 0.5rem;
  height: 1rem;
  position: relative;
  z-index: 12;
}
@media (max-width: 768px) {
  .header .box .right .close {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .box .right .close span {
  width: 100%;
  height: 2px;
  background: #4E8434;
  display: block;
  margin: 3px 0;
  transition: all ease-in 0.3s;
}
.header .box .right .close.on span:first-child {
  transform: rotateZ(45deg);
  margin-top: 0.2rem;
}
@media (max-width: 500px) {
  .header .box .right .close.on span:first-child {
    margin-top: 0.22rem;
  }
}
.header .box .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .box .right .close.on span:last-child {
  transform: rotateZ(-45deg);
  margin-top: -0.2rem;
}
@media (max-width: 500px) {
  .header .box .right .close.on span:last-child {
    margin-top: -0.25rem;
  }
}
.header .box .right .menu-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .header .box .right .menu-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 1.2rem 5% 1rem;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    display: none;
  }
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu {
    width: 100%;
  }
}
.header .box .right .menu-box .menu ul {
  display: flex;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu ul {
    flex-wrap: wrap;
  }
}
.header .box .right .menu-box .menu ul li {
  margin-right: 0.6rem;
}
.header .box .right .menu-box .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .header .box .right .menu-box .menu ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu ul li {
    width: 100%;
    margin-right: 0;
  }
}
.header .box .right .menu-box .menu ul li .menu-link{
  position: relative;
}
.header .box .right .menu-box .menu ul li .menu-link .icon{
  display: none;
}
.header .box .right .menu-box .menu ul li a.a-link {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1rem;
  display: block;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu ul li a.a-link {
    color: #333;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu-box .menu ul li .menu-link{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .header .box .right .menu-box .menu ul li a.a-link {
    width: calc(100% - 1rem);
    color: #333;
  }
  .header .box .right .menu-box .menu ul li .menu-link .icon{
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    font-family: cursive;
    transform: rotateZ(90deg);
  }
}
.header .box .right .menu-box .menu ul li .s-menu {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 2;
  background: #eee;
  display: none;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu ul li .s-menu {
    position: relative;
    width: 100%;
    top: initial;
    background: none;
    padding-left: 0.5rem;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-menu-box{
  /* width: 100%; */
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width:991px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menu-box{
    width: 100%;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-link {
  color: #333;
  transition: all ease-in 0.5s;
  line-height: 0.56rem;
  font-size: 14px;
  margin-right: 0.52rem;
  display: inline-block;
}
@media (max-width: 1280px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-link {
    line-height: 0.7rem;
  }
}
@media (max-width: 768px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-link {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-link:last-child {
  margin-right: 0;
}
.header .box .right .menu-box .menu ul li .s-menu .s-link:hover {
  color: #598f34;
}
.header .box .right .menu-box .menu ul li:hover a.a-link {
  color: #4E8434;
}
.header .box .right .menu-box .language {
  height: 32px;
  transition: all ease-in 0.3s;
  margin-left: 1.8rem;
}
@media (max-width: 1280px) {
  .header .box .right .menu-box .language {
    margin-left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .header .box .right .menu-box .language {
    margin-left: 0;
  }
}
.header .box .right .menu-box .language a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FFFFFF;
  transition: all ease-in 0.5s;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .language a {
    color: #4E8434;
    justify-content: flex-start;
  }
}
.header .box .right .menu-box .language:hover a {
  color: #4E8434;
}
.header .box .right .menu-box .search {
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 0.4rem;
  display: flex;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .search {
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
.header .box .right .menu-box .search img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.header .box .right .menu-box .search img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 768px) {
  .header .box .right .menu-box .search img:nth-child(1) {
    opacity: 0;
  }
  .header .box .right .menu-box .search img:nth-child(2) {
    opacity: 1;
  }
}
.header.fh,
.header:hover,
.header.h-info {
  background: #fff;
}
.header.fh .box .logo a img:nth-child(1),
.header:hover .box .logo a img:nth-child(1),
.header.h-info .box .logo a img:nth-child(1) {
  opacity: 0;
}
.header.fh .box .logo a img:nth-child(2),
.header:hover .box .logo a img:nth-child(2),
.header.h-info .box .logo a img:nth-child(2) {
  opacity: 1;
}
.header.fh .box .logo .stock,
.header:hover .box .logo .stock,
.header.h-info .box .logo .stock {
  color: #999;
}
.header.fh .box .right .menu-box .menu ul li a.a-link,
.header:hover .box .right .menu-box .menu ul li a.a-link,
.header.h-info .box .right .menu-box .menu ul li a.a-link {
  color: #333;
}
.header.fh .box .right .menu-box .menu ul li:hover a.a-link,
.header:hover .box .right .menu-box .menu ul li:hover a.a-link,
.header.h-info .box .right .menu-box .menu ul li:hover a.a-link {
  color: #4E8434;
}
.header.fh .box .right .menu-box .language a,
.header:hover .box .right .menu-box .language a,
.header.h-info .box .right .menu-box .language a {
  color: #333;
}
.header.fh .box .right .menu-box .search img:nth-child(1),
.header:hover .box .right .menu-box .search img:nth-child(1),
.header.h-info .box .right .menu-box .search img:nth-child(1) {
  opacity: 0;
}
.header.fh .box .right .menu-box .search img:nth-child(2),
.header:hover .box .right .menu-box .search img:nth-child(2),
.header.h-info .box .right .menu-box .search img:nth-child(2) {
  opacity: 1;
}
.header-height {
  width: 100%;
  height: 1rem;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner::after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 2;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .bbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .bbox .img {
  width: 100%;
  height: 100%;
}
.banner .swiper .bbox .img img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 1;
}
.banner .swiper .bbox .img video {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.banner .swiper .bbox .tbox {
  width: 83.33%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  .banner .swiper .bbox .tbox {
    width: 90%;
  }
}
.banner .swiper .bbox .tbox .item {
  opacity: 0;
}
.banner .swiper .bbox .tbox .item.animated {
  opacity: 1;
}
.banner .swiper .bbox .tbox .t1 {
  font-size: 18px;
  font-weight: 600;
  color: #4E8434;
  line-height: 32px;
  margin-bottom: 0.14rem;
}
@media (max-width: 1600px) {
  .banner .swiper .bbox .tbox .t1 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper .bbox .tbox .t1 {
    font-size: 14px;
    line-height: 28px;
  }
}
.banner .swiper .bbox .tbox .t2 {
  font-size: 0.72rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #4E8434;
  line-height: 1;
  display: table;
  padding: 0.05rem 0.1rem;
  margin-bottom: 7px;
}
.banner .swiper .bbox .tbox .t3 {
  font-size: 0.3rem;
  font-weight: 300;
  color: #333333;
  line-height: 0.32rem;
  text-shadow: 0px 0px 0.15rem rgba(0, 0, 0, 0.1);
  margin-top: 0.37rem;
}
.banner .swiper .bbox .banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  width: 100%;
}
.banner .swiper .bbox .banner-img img {
  height: auto;
}
.banner .swiper .swiper-pagination {
  font-size: 0;
  bottom: 1.8rem;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 0.15rem;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-box {
  width: 100%;
  position: relative;
  margin-top: -1.3rem;
  z-index: 2;
}
.index-box .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .index-box .box {
    width: 90%;
  }
}
.index-box .box .item {
  width: 33.33%;
  height: 3.1rem;
  padding: 0.5rem 0.4rem 0;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.3rem rgba(47, 47, 47, 0.2);
}
@media (max-width: 1600px) {
  .index-box .box .item {
    height: 3.6rem;
  }
}
@media (max-width: 1366px) {
  .index-box .box .item {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .index-box .box .item {
    width: 100%;
  }
}
.index-box .box .item .t1 {
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1600px) {
  .index-box .box .item .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index-box .box .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .index-box .box .item .t1 {
    font-size: 18px;
  }
}
.index-box .box .item .t1 span {
  font-size: 14px;
  opacity: 0.5;
  margin-left: 0.12rem;
}
@media (max-width: 1366px) {
  .index-box .box .item .t1 span {
    font-size: 12px;
  }
}
.index-box .box .item .more {
  width: 20px;
  height: 13px;
  position: absolute;
  top: 0.55rem;
  right: 0.4rem;
  display: flex;
}
.index-box .box .item .more img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.index-box .box .item .more:hover img {
  margin-left: 0.1rem;
}
.index-box .box .item.item1 .t2 {
  font-size: 14px;
  color: #F5F5F5;
  line-height: 30px;
  margin-top: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-box .box .item.item2 .t2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
.index-box .box .item.item2 .t2 .a1 {
  width: 50%;
}
.index-box .box .item.item2 .t2 .a1 a {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.15rem;
  display: block;
}
@media (max-width: 1024px) {
  .index-box .box .item.item2 .t2 .a1 a {
    font-size: 12px;
  }
}
.index-box .box .item.item2 .t2 .a1 a::after {
  content: '';
  width: 3px;
  height: 3px;
  background: #F8F8F8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box .box .item.item2 .t2 .a1 a span {
  transition: all ease-in 0.3s;
}
.index-box .box .item.item2 .t2 .a1 a:hover span {
  margin-left: 0.1rem;
}
.index-box .box .item.item2 .t2 .a2 {
  width: 50%;
}
.index-box .box .item.item2 .t2 .a2 a {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.15rem;
  display: block;
}
@media (max-width: 1024px) {
  .index-box .box .item.item2 .t2 .a2 a {
    font-size: 12px;
  }
}
.index-box .box .item.item2 .t2 .a2 a::after {
  content: '';
  width: 3px;
  height: 3px;
  background: #F8F8F8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box .box .item.item2 .t2 .a2 a span {
  transition: all ease-in 0.3s;
}
.index-box .box .item.item2 .t2 .a2 a:hover span {
  margin-left: 0.1rem;
}
.index-box .box .item.item3 .t1 {
  color: #333;
}
.index-box .box .item.item3 .t1 span {
  color: #999;
}
.index-box .box .item.item3 .t2 {
  width: 100%;
  margin-top: 0.48rem;
}
.index-box .box .item.item3 .t2 .swiper {
  padding-bottom: 0.44rem;
}
.index-box .box .item.item3 .t2 .n1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in 0.3s;
}
.index-box .box .item.item3 .t2 .n2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.25rem;
}
.index-box .box .item.item3 .t2:hover .n1 {
  color: #00585B;
}
.index-box .box .item.item3 .t2 .swiper-pagination {
  bottom: 0;
  font-size: 0;
  text-align: left;
}
.index-box .box .item.item3 .t2 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #E2E2E2;
  border-radius: 0.05rem;
  transition: all ease-in 0.3s;
  opacity: 1;
  margin-right: 0.1rem;
}
.index-box .box .item.item3 .t2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  background: #EE7729;
  border-radius: 0.05rem;
}
.footer {
  width: 100%;
}
.footer .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .footer .box {
    width: 90%;
  }
}
.footer .box .fbox1 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0.2rem;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer .box .fbox1 {
    padding: 0.3rem 0 0.2rem;
  }
}
@media (max-width: 500px) {
  .footer .box .fbox1 .f-menu {
    display: none;
  }
}
.footer .box .fbox1 .f-menu ul {
  display: flex;
}
.footer .box .fbox1 .f-menu ul li {
  margin-right: 0.66rem;
}
.footer .box .fbox1 .f-menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .footer .box .fbox1 .f-menu ul li {
    margin-right: 0.3rem;
  }
}
.footer .box .fbox1 .f-menu ul li a {
  color: #333333;
  line-height: 34px;
  transition: all ease-in 0.3s;
  display: block;
}
.footer .box .fbox1 .f-menu ul li a:hover {
  color: #00585B;
}
.footer .box .fbox1 .f-stock {
  color: #333333;
  line-height: 34px;
  display: flex;
  align-items: center;
}
.footer .box .fbox1 .f-stock .num1 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.1rem;
}
@media (max-width: 1600px) {
  .footer .box .fbox1 .f-stock .num1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .footer .box .fbox1 .f-stock .num1 {
    font-size: 14px;
  }
}
.footer .box .fbox1 .f-stock .num1.color1 {
  color: #4E8434;
}
.footer .box .fbox1 .f-stock .num1.color2 {
  color: #ff0000;
}
.footer .box .fbox1 .f-stock .icon {
  width: 14px;
  height: 12px;
  display: flex;
  margin: 0 0.1rem 0 0.2rem;
}
.footer .box .fbox1 .f-stock .num2 {
  color: #999;
}
.footer .box .fbox2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.23rem 0 0.36rem;
}
.footer .box .fbox2 .copyright {
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer .box .fbox2 .copyright {
    justify-content: center;
  }
}
.footer .box .fbox2 .copyright a {
  color: #999;
  margin-left: 0.1rem;
  transition: all ease-in 0.3s;
}
.footer .box .fbox2 .copyright a:hover {
  color: #00585B;
}
.footer .box .fbox2 .copyright .wx {
  position: relative;
  margin-left: 0.25rem;
}
.footer .box .fbox2 .copyright .wx .icon {
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
}
.footer .box .fbox2 .copyright .wx .icon img {
  width: 100%;
}
.footer .box .fbox2 .copyright .wx .tc {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  display: none;
}
.footer .box .fbox2 .copyright .wx .tc img {
  width: 100%;
}
.footer .box .fbox2 .copyright .wx:hover .tc {
  display: block;
}
@media (max-width: 500px) {
  .footer .box .fbox2 .f-menus {
    width: 100%;
  }
}
.footer .box .fbox2 .f-menus ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer .box .fbox2 .f-menus ul {
    justify-content: center;
  }
}
.footer .box .fbox2 .f-menus ul li {
  margin-right: 0.4rem;
}
.footer .box .fbox2 .f-menus ul li:last-child {
  margin-right: 0;
}
.footer .box .fbox2 .f-menus ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
  transition: all ease-in 0.3s;
}
.footer .box .fbox2 .f-menus ul li a:hover {
  color: #00585B;
}
.contact-banner {
  width: 100%;
  height: 6.4rem;
  position: relative;
}
.contact-banner .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .contact-banner .img img {
    object-position: 30%;
  }
}
@media (max-width: 500px) {
  .contact-banner .img img {
    object-position: 15%;
  }
}
.contact-banner .tbox {
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
  background: url(/public/static/modules/cms/cn/images/contact-icon1.png) center center no-repeat;
  background-size: 4.36rem 1.69rem;
  padding-top: 0.5rem;
}
.contact-banner .tbox .t1 {
  font-size: 0.6rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
.contact-banner .tbox .t2 {
  font-size: 0.24rem;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.15rem;
}
.contact {
  width: 100%;
  background: #F8F8F8;
  padding: 1.17rem 0 1.12rem;
}
.contact .box {
  width: 83.33%;
  margin: auto;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1440px) {
  .contact .box {
    width: 90%;
  }
}
.contact .box .img {
  width: 58.75%;
  height: 3.8rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .contact .box .img {
    height: 4.1rem;
  }
}
@media (max-width: 768px) {
  .contact .box .img {
    width: 100%;
    height: 4.24rem;
  }
}
@media (max-width: 500px) {
  .contact .box .img {
    height: 2.52rem;
  }
}
.contact .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .box .list {
  width: 41.25%;
  padding-left: 1.17rem;
}
@media (max-width: 768px) {
  .contact .box .list {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 500px) {
  .contact .box .list {
    padding: 0.5rem 0.5rem;
  }
}
.contact .box .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.contact .box .list .item:last-child {
  margin-bottom: 0;
}
.contact .box .list .item .icon {
  width: 27px;
  height: 27px;
  margin-right: 0.15rem;
}
.contact .box .list .item .icon img {
  width: 100%;
}
.contact .box .list .item .txt {
  color: #333333;
  line-height: 24px;
}
.join {
  width: 100%;
}
.join-box1 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1.06rem 0 0;
}
.join-box1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .join-box1 .box {
    width: 90%;
  }
}
.join-box1 .box .top {
  width: 100%;
}
.join-box1 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .join-box1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join-box1 .box .top .t1 {
    font-size: 14px;
  }
}
.join-box1 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.join-box1 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.join-box1 .box .list .item {
  width: 49.375%;
  height: 4.4rem;
  padding: 1.27rem 1.05rem 0;
  overflow: hidden;
  position: relative;
  transition: all ease-in 0.5s;
}
@media (max-width: 1024px) {
  .join-box1 .box .list .item {
    height: 5.2rem;
  }
}
@media (max-width: 768px) {
  .join-box1 .box .list .item {
    height: 5.5rem;
    width: 48%;
    padding: 1.27rem 0.5rem 0;
  }
}
@media (max-width: 500px) {
  .join-box1 .box .list .item {
    height: 5.2rem;
    width: 100%;
    padding: 1rem 0.3rem 0;
    margin-bottom: 0.3rem;
  }
}
.join-box1 .box .list .item.item1 {
  background: url(/public/static/modules/cms/cn/images/join-img1.jpg) center center no-repeat;
  background-size: auto 100%;
}
.join-box1 .box .list .item.item2 {
  background: url(/public/static/modules/cms/cn/images/join-img2.jpg) center center no-repeat;
  background-size: auto 100%;
}
.join-box1 .box .list .item .t1 {
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 1;
}
.join-box1 .box .list .item .t2 {
  font-size: 0.24rem;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 0.26rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.join-box1 .box .list .item .line {
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  margin-top: 0.2rem;
}
.join-box1 .box .list .item .t3 {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 0.36rem;
}
.join-box1 .box .list .item .see {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: table;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 0.27rem;
  height: 0.42rem;
  line-height: 0.42rem;
  cursor: pointer;
  transition: all ease-in 0.5s;
}
@media (max-width: 1024px) {
  .join-box1 .box .list .item .see {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 0.2rem;
  }
}
.join-box1 .box .list .item:nth-child(1) .see:hover {
  background: #598f34;
  border: 1px solid #598f34;
}
.join-box1 .box .list .item:nth-child(2) .see:hover {
  background: #f0831f;
  border: 1px solid #f0831f;
}
.join-box1 .box .list .item:hover {
  background-size: auto 110%;
}
.join-box2 {
  width: 100%;
  position: relative;
  margin-top: -2.08rem;
  padding: 3.27rem 0 1.44rem;
}
.join-box2 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .join-box2 .box {
    width: 90%;
  }
}
.join-box2 .box .top {
  width: 100%;
}
.join-box2 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .join-box2 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join-box2 .box .top .t1 {
    font-size: 14px;
  }
}
.join-box2 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.join-box2 .box .contnet {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.join-box2 .box .contnet .img {
  width: 4.6rem;
  height: 3.22rem;
}
.join-box2 .box .contnet .img img {
  width: 100%;
}
.join-box2 .box .contnet .tbox {
  margin-left: 1.08rem;
}
@media (max-width: 768px) {
  .join-box2 .box .contnet .tbox {
    margin-top: 0.5rem;
  }
}
@media (max-width: 500px) {
  .join-box2 .box .contnet .tbox {
    margin-left: 0;
  }
}
.join-box2 .box .contnet .tbox .t1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 1;
}
.join-box2 .box .contnet .tbox .t2 {
  color: #666;
  font-size: 20px;
  line-height: 35px;
  margin-top: 0.4rem;
}
@media (max-width: 1600px) {
  .join-box2 .box .contnet .tbox .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join-box2 .box .contnet .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .join-box2 .box .contnet .tbox .t2 {
    font-size: 14px;
  }
}
.join-box3 {
  width: 100%;
  padding: 1.08rem 0;
}
.join-box3 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .join-box3 .box {
    width: 90%;
  }
}
.join-box3 .box .top {
  width: 100%;
}
.join-box3 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .join-box3 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join-box3 .box .top .t1 {
    font-size: 14px;
  }
}
.join-box3 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.join-box3 .box .txt {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  margin-top: 0.18rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .join-box3 .box .txt {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join-box3 .box .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.join-box3 .list {
  width: 100%;
  margin-top: 0.98rem;
}
@media (max-width: 500px) {
  .join-box3 .list {
    width: 90%;
    margin: 0.98rem auto 0;
  }
}
.join-box3 .list .swiper {
  width: 100%;
}
.join-box3 .list .swiper .swiper-wrapper {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .join-box3 .list .swiper .swiper-wrapper {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .join-box3 .list .swiper .swiper-wrapper {
    width: 100%;
  }
}
.join-box3 .list .swiper .swiper-wrapper .tbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.join-box3 .list .swiper .swiper-wrapper .tbox .img {
  width: 100%;
  height: 4.31rem;
}
@media (max-width: 1280px) {
  .join-box3 .list .swiper .swiper-wrapper .tbox .img {
    height: 4.45rem;
  }
}
@media (max-width: 1024px) {
  .join-box3 .list .swiper .swiper-wrapper .tbox .img {
    height: 4.4rem;
  }
}
@media (max-width: 768px) {
  .join-box3 .list .swiper .swiper-wrapper .tbox .img {
    height: 3.8rem;
  }
}
@media (max-width: 500px) {
  .join-box3 .list .swiper .swiper-wrapper .tbox .img {
    height: 4.2rem;
  }
}
.join-box3 .list .swiper .swiper-wrapper .tbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box3 .list .swiper .swiper-wrapper .tbox .num {
  font-size: 1.6rem;
  font-weight: 600;
  color: #598F34;
  line-height: 1;
  position: absolute;
  left: -0.4rem;
  bottom: 0;
}
.join-box3 .list .swiper .swiper-wrapper .tbox .txt {
  font-size: 0.26rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 0.36rem;
  margin-top: 0.1rem;
}
.join-box4 {
  width: 100%;
  background: #F4F4F4;
  padding: 1.02rem 0 1.34rem;
}
.join-box4 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .join-box4 .box {
    width: 90%;
  }
}
.join-box4 .box .top {
  width: 100%;
}
.join-box4 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .join-box4 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join-box4 .box .top .t1 {
    font-size: 14px;
  }
}
.join-box4 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.join-box4 .box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.52rem;
}
.join-box4 .box .content .img {
  width: 50%;
  height: 4.2rem;
}
@media (max-width: 1440px) {
  .join-box4 .box .content .img {
    height: 4.55rem;
  }
}
@media (max-width: 768px) {
  .join-box4 .box .content .img {
    width: 100%;
    height: 5.5rem;
  }
}
@media (max-width: 500px) {
  .join-box4 .box .content .img {
    height: 3.3rem;
  }
}
.join-box4 .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box4 .box .content .nbox {
  width: 50%;
  background: #fff;
  padding: 0.65rem 0.99rem 0;
}
@media (max-width: 768px) {
  .join-box4 .box .content .nbox {
    width: 100%;
    padding: 0.65rem 0.99rem;
  }
}
@media (max-width: 500px) {
  .join-box4 .box .content .nbox {
    padding: 0.65rem 0.5rem;
  }
}
.join-box4 .box .content .nbox .item {
  width: 100%;
}
.join-box4 .box .content .nbox .item a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 0.32rem;
  margin-bottom: 0.34rem;
  overflow: hidden;
}
.join-box4 .box .content .nbox .item a:last-child {
  margin-bottom: 0;
}
.join-box4 .box .content .nbox .item a::after {
  content: '';
  width: 100%;
  height: 0.04rem;
  background: #598F34;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all ease-in 0.5s;
}
.join-box4 .box .content .nbox .item a .t1 {
  font-size: 14px;
  color: #598F34;
  line-height: 1;
}
.join-box4 .box .content .nbox .item a .t2 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join-box4 .box .content .nbox .item a .icon {
  width: 0.2rem;
  height: 0.13rem;
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.join-box4 .box .content .nbox .item a .icon img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.join-box4 .box .content .nbox .item a:hover::after {
  left: 0;
}
.join-box4 .box .content .nbox .more {
  width: 1.72rem;
  height: 0.55rem;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.34rem;
  padding-left: 0.1rem;
  color: #fff;
  line-height: 1;
  background: #4E8434;
  transition: all ease-in 0.5s;
}
@media (max-width: 1024px) {
  .join-box4 .box .content .nbox .more {
    width: 120px;
    height: 40px;
  }
}
.join-box4 .box .content .nbox .more img {
  width: 7px;
  height: 13px;
  margin-left: 0.2rem;
  transition: all ease-in 0.5s;
}
.join-box4 .box .content .nbox .more:hover img {
  margin-left: 0.3rem;
}
.Breadcrumbs {
  width: 100%;
  padding: 0.2rem 0;
}
.Breadcrumbs.position {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.Breadcrumbs.position .box {
  color: #fff;
}
.Breadcrumbs.position .box a {
  color: #fff;
}
.Breadcrumbs.position .box span {
  color: #fff;
}
.Breadcrumbs .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0;
  background: none;
}
@media (max-width: 1440px) {
  .Breadcrumbs .box {
    width: 90%;
  }
}
.Breadcrumbs .box a {
  color: #666666;
  margin: 0 0.2rem;
}
.Breadcrumbs .box span {
  color: #666666;
  margin-left: 0.2rem;
}
.info-banner {
  width: 100%;
  height: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .info-banner {
    margin-top: 1rem;
  }
}
.info-banner .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .info-banner .img img {
    object-position: 30%;
  }
}
@media (max-width: 500px) {
  .info-banner .img img {
    object-position: 15%;
  }
}
.info-banner .tbox {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
}
.info-banner .tbox .t1 {
  font-size: 0.5rem;
  color: #FFFFFF;
  line-height: 1;
}
.info-banner .tbox .search-box {
  width: 6rem;
  position: relative;
  margin: 0.5rem auto 0;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #fff;
}
.info-banner .tbox .search-box .txt {
  width: 100%;
  height: 100%;
  padding-left: 0.3rem;
  color: #333;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .info-banner .tbox .search-box .txt {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .info-banner .tbox .search-box .txt {
    font-size: 14px;
  }
}
.info-banner .tbox .search-box .txt::placeholder {
  color: #8e8e8e;
}
.info-banner .tbox .search-box .btn {
  width: 0.54rem;
  height: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/public/static/modules/cms/cn/images/search3.png) left center no-repeat;
  background-size: 0.24rem;
}
.small {
  width: 100%;
}
.small .box1 {
  width: 100%;
  background: #F4F4F4;
  padding: 1.16rem 0 1.54rem;
}
.small .box1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .small .box1 .box {
    width: 90%;
  }
}
.small .box1 .box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .small .box1 .box .top {
    flex-direction: column-reverse;
  }
}
.small .box1 .box .top .tbox {
  width: 50%;
}
@media (max-width: 500px) {
  .small .box1 .box .top .tbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.small .box1 .box .top .tbox .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .small .box1 .box .top .tbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .small .box1 .box .top .tbox .t1 {
    font-size: 14px;
  }
}
.small .box1 .box .top .tbox .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.small .box1 .box .top .menu {
  width: 50%;
}
@media (max-width: 500px) {
  .small .box1 .box .top .menu {
    width: 100%;
  }
}
.small .box1 .box .top .menu ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .small .box1 .box .top .menu ul {
    justify-content: flex-start;
  }
}
.small .box1 .box .top .menu ul li {
  margin-right: 0.15rem;
}
.small .box1 .box .top .menu ul li:last-child {
  margin-right: 0;
}
.small .box1 .box .top .menu ul li a {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .small .box1 .box .top .menu ul li a {
    width: 120px;
    height: 40px;
  }
}
.small .box1 .box .top .menu ul li:hover a,
.small .box1 .box .top .menu ul li.on a {
  background: #4E8434;
  color: #fff;
}
.small .box1 .box .content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.76rem;
}
.small .box1 .box .content .img {
  width: 50%;
  height: 4.01rem;
}
@media (max-width: 1366px) {
  .small .box1 .box .content .img {
    height: 4.55rem;
  }
}
@media (max-width: 1024px) {
  .small .box1 .box .content .img {
    height: 5.3rem;
  }
}
@media (max-width: 768px) {
  .small .box1 .box .content .img {
    width: 100%;
    height: 5.3rem;
  }
}
@media (max-width: 500px) {
  .small .box1 .box .content .img {
    height: 3.17rem;
  }
}
.small .box1 .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small .box1 .box .content .tbox {
  width: 50%;
  background: #fff;
  padding: 0.5rem 1.23rem 0 0.82rem;
}
@media (max-width: 1600px) {
  .small .box1 .box .content .tbox {
    padding: 0.5rem 1rem 0 0.82rem;
  }
}
@media (max-width: 1440px) {
  .small .box1 .box .content .tbox {
    padding: 0.3rem 1rem 0 0.82rem;
  }
}
@media (max-width: 768px) {
  .small .box1 .box .content .tbox {
    width: 100%;
    padding: 0.5rem 1.23rem 0.5rem 0.82rem;
  }
}
@media (max-width: 500px) {
  .small .box1 .box .content .tbox {
    padding: 0.5rem 0.3rem 0.5rem 0.5rem;
  }
}
.small .box1 .box .content .tbox .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #F1F1F1;
}
.small .box1 .box .content .tbox .item:last-child {
  border-bottom: none;
}
.small .box1 .box .content .tbox .item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 0.28rem;
}
.small .box1 .box .content .tbox .item .icon img {
  width: 100%;
  height: 100%;
}
.small .box1 .box .content .tbox .item .ts {
  width: 100%;
}
.small .box1 .box .content .tbox .item .ts .t1 {
  font-size: 26px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .small .box1 .box .content .tbox .item .ts .t1 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .small .box1 .box .content .tbox .item .ts .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .small .box1 .box .content .tbox .item .ts .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .small .box1 .box .content .tbox .item .ts .t1 {
    font-size: 18px;
  }
}
.small .box1 .box .content .tbox .item .ts .t2 {
  color: #666666;
  line-height: 0.3rem;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .small .box1 .box .content .tbox .item .ts .t2 {
    line-height: 24px;
  }
}
.small .box1 .box .content2 {
  width: 100%;
  margin-top: 0.73rem;
}
.small .box1 .box .content2 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  background: #fff;
}
.small .box1 .box .content2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.small .box1 .box .content2 .item:last-child {
  margin-bottom: 0;
}
.small .box1 .box .content2 .item .img {
  width: 50%;
  height: 3.33rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .small .box1 .box .content2 .item .img {
    height: 3.6rem;
  }
}
@media (max-width: 768px) {
  .small .box1 .box .content2 .item .img {
    width: 100%;
    height: 4.36rem;
  }
}
@media (max-width: 500px) {
  .small .box1 .box .content2 .item .img {
    height: 2.6rem;
  }
}
.small .box1 .box .content2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small .box1 .box .content2 .item .tbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #fff;
}
@media (max-width: 768px) {
  .small .box1 .box .content2 .item .tbox {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.small .box1 .box .content2 .item .tbox .t1 {
  width: 100%;
  font-size: 0.26rem;
  color: #333333;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .small .box1 .box .content2 .item .tbox .t1 {
    font-size: 20px;
  }
}
.small .box1 .box .content2 .item .tbox .t2 {
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  text-align: center;
}
@media (max-width: 1366px) {
  .small .box1 .box .content2 .item .tbox .t2 {
    line-height: 24px;
  }
}
.small .box2 {
  width: 100%;
  /*background: url(/public/static/modules/cms/cn/images/small-img4.png) left bottom no-repeat;*/
  /*background-size: 6.08rem;*/
  padding: 1.4rem 0;
}
.small .box2 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .small .box2 .box {
    width: 90%;
  }
}
.small .box2 .box .left {
  width: 50%;
}
@media (max-width: 1024px) {
  .small .box2 .box .left {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .small .box2 .box .left {
    width: 100%;
  }
}
.small .box2 .box .left .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .small .box2 .box .left .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .small .box2 .box .left .t1 {
    font-size: 14px;
  }
}
.small .box2 .box .left .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
@media (max-width: 500px) {
  .small .box2 .box .left .t2 {
    font-size: 0.4rem;
  }
}
.small .box2 .box .right {
  width: 46.25%;
}
@media (max-width: 1024px) {
  .small .box2 .box .right {
    width: 52%;
  }
}
@media (max-width: 768px) {
  .small .box2 .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.small .box2 .box .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.small .box2 .box .right ul li {
  width: 48.1%;
  height: 2.1rem;
  position: relative;
  background: url(/public/static/modules/cms/cn/images/small-img2.png) center center no-repeat;
  background-size: cover;
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.44rem 0.2rem 0 0.52rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 1024px) {
  .small .box2 .box .right ul li {
    height: 2.6rem;
  }
}
@media (max-width: 500px) {
  .small .box2 .box .right ul li {
    width: 100%;
  }
}
.small .box2 .box .right ul li .t1 {
  color: #333333;
  line-height: 24px;
}
.small .box2 .box .right ul li .t2 {
  font-size: 14px;
  color: #4F8434;
  line-height: 30px;
  margin-top: 0.25rem;
}
.small .box2 .box .right ul li .t2 span {
  font-size: 0.4rem;
  line-height: 1;
  margin-right: 5px;
}
.small .box3 {
  width: 100%;
  background: #fff;
  padding: 1.38rem 0 1.18rem;
}
.small .box3 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .small .box3 .box {
    width: 90%;
  }
}
.small .box3 .box .top {
  width: 100%;
}
.small .box3 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .small .box3 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .small .box3 .box .top .t1 {
    font-size: 14px;
  }
}
.small .box3 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.small .box3 .box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.17rem;
}
.small .box3 .box .content .map {
  width: 74%;
  position: relative;
}
@media (max-width: 768px) {
  .small .box3 .box .content .map {
    width: 100%;
  }
}
.small .box3 .box .content .map .img {
  width: 100%;
}
.small .box3 .box .content .map .img img {
  width: 100%;
}
.small .box3 .box .content .map .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.small .box3 .box .content .map .dian-box .dian {
  position: absolute;
  cursor: pointer;
}
.small .box3 .box .content .map .dian-box .dian.dian1 {
  left: 22.4%;
  top: 32.5%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian1 {
    top: 30.8%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian2 {
  left: 19%;
  top: 46%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian2 {
    left: 19.4%;
    top: 47.5%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian3 {
  left: 32.9%;
  top: 65.5%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian3 {
    left: 31.9%;
    top: 62.5%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian4 {
  left: 50.2%;
  top: 26.77%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian4 {
    left: 50%;
    top: 24.77%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian5 {
  left: 53.67%;
  top: 29.2%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian5 {
    left: 53.67%;
    top: 27.2%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian6 {
  left: 78.2%;
  top: 36.9%;
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian6 {
    left: 78.2%;
    top: 30.9%;
  }
}
.small .box3 .box .content .map .dian-box .dian.dian7 {
  left: 87.5%;
  top: 36.9%;
}
@media (max-width: 1600px) {
  .small .box3 .box .content .map .dian-box .dian.dian7 {
    left: 87.5%;
    top: 35.5%;
  }
}
@media (max-width: 1024px) {
  .small .box3 .box .content .map .dian-box .dian.dian7 {
    left: 87.5%;
    top: 32.5%;
  }
}
.small .box3 .box .content .map .dian-box .dian .yuan {
  width: 9px;
  height: 9px;
  background: #598F34;
  border-radius: 50%;
}
.small .box3 .box .content .map .dian-box .dian .yuan::after {
  content: '';
  width: 18px;
  height: 18px;
  background: #598F34;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: aquan 2s linear normal infinite;
}
.small .box3 .box .content .map .dian-box .dian .txt {
  position: absolute;
  top: 0.13rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 500px) {
  .small .box3 .box .content .map .dian-box .dian .txt {
    font-size: 12px;
  }
}
.small .box3 .box .content .map .dian-box .dian .txt span {
  display: block;
}
.small .box3 .box .content .map .dian-box .dian.dian1 .txt {
  top: initial;
  bottom: calc(100% + 0.1rem);
}
.small .box3 .box .content .map .dian-box .dian.dian4 .txt {
  top: initial;
  bottom: calc(100% + 0.1rem);
}
.small .box3 .box .content .map .dian-box .dian.dian6 .txt {
  top: initial;
  bottom: calc(100% + 0.1rem);
}
.small .box3 .box .content .list {
  width: 21%;
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .small .box3 .box .content .list {
    width: 100%;
  }
}
.small .box3 .box .content .list ul li {
  display: none;
  width: 100%;
  min-height: 4.12rem;
  background: url(/public/static/modules/cms/cn/images/small-img7.png) center center no-repeat;
  background-size: cover;
  border-radius: 0.05rem;
  padding: 0.4rem 0 0.37rem;
}
.small .box3 .box .content .list ul li.on {
  display: block;
}
.small .box3 .box .content .list ul li .t1 {
  font-size: 26px;
  color: #598F34;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 1600px) {
  .small .box3 .box .content .list ul li .t1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .small .box3 .box .content .list ul li .t1 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .small .box3 .box .content .list ul li .t1 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .small .box3 .box .content .list ul li .t1 {
    font-size: 18px;
    line-height: 20px;
  }
}
.small .box3 .box .content .list ul li .tbox {
  width: 100%;
  padding: 0 0.66rem;
  margin-top: 0.2rem;
}
@media (max-width: 1600px) {
  .small .box3 .box .content .list ul li .tbox {
    padding: 0 0.6rem;
  }
}
@media (max-width: 1024px) {
  .small .box3 .box .content .list ul li .tbox {
    padding: 0 0.4rem;
  }
}
.small .box3 .box .content .list ul li .tbox .ts {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.15rem;
}
.small .box3 .box .content .list ul li .tbox .ts:last-child {
  border-bottom: none;
}
.small .box3 .box .content .list ul li .tbox .ts .ts1 {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 1600px) {
  .small .box3 .box .content .list ul li .tbox .ts .ts1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .small .box3 .box .content .list ul li .tbox .ts .ts1 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .small .box3 .box .content .list ul li .tbox .ts .ts1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .small .box3 .box .content .list ul li .tbox .ts .ts1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.small .box3 .box .content .list ul li .tbox .ts .ts2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.15rem 0;
}
.small .box3 .box .content .list ul li .tbox .ts .ts2 span {
  color: #666666;
  line-height: 1;
  margin: 0 0.18rem 0.1rem;
}
.small .box3 .box .content .list ul li .tbox .ts .ts2 span:nth-child(3) {
  margin-left: 0;
}
.small .box3 .box .content .list ul li .tbox .ts .ts2 span:nth-child(5) {
  margin-right: 0;
}
.small .box3 .box .content .list ul li .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin: auto;
}
.small .box3 .box .content .list ul li .icon img {
  width: 100%;
}
@keyframes aquan {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.page-contact {
  width: 100%;
  position: relative;
}
.page-contact .bg {
  width: 100%;
  height: 4.08rem;
}
.page-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact .box {
  position: absolute;
  width: 83.33%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .page-contact .box {
    width: 90%;
  }
}
.page-contact .box .title {
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.58rem;
  text-align: center;
}
@media (max-width: 500px) {
  .page-contact .box .title {
    font-size: 0.4rem;
  }
}
.page-contact .box .link {
  width: 1.72rem;
  height: 0.55rem;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem auto 0;
  padding-left: 0.1rem;
  color: #fff;
  transition: all ease-in 0.5s;
}
@media (max-width: 1024px) {
  .page-contact .box .link {
    width: 120px;
    height: 40px;
  }
}
.page-contact .box .link img {
  width: 7px;
  height: 13px;
  margin-left: 0.2rem;
  transition: all ease-in 0.5s;
}
.page-contact .box .link:hover img {
  margin-left: 0.3rem;
}
.webmap {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  display: table;
}
.webmap .webmap-box {
  width: 83.33%;
  margin: 0.64rem auto 1.2rem;
  background: #fff;
  padding: 0.93rem 0 1.03rem;
}
@media (max-width: 1440px) {
  .webmap .webmap-box {
    width: 90%;
  }
}
.webmap .webmap-box .title {
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
  line-height: 1;
}
.webmap .webmap-box .list {
  width: 100%;
  margin-top: 0.47rem;
}
@media (max-width: 500px) {
  .webmap .webmap-box .list {
    padding: 0 0.3rem;
  }
}
.webmap .webmap-box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.webmap .webmap-box .list ul li {
  margin: 0 0.43rem;
}
@media (max-width: 768px) {
  .webmap .webmap-box .list ul li {
    width: 33.3%;
    margin: 0 0 0.5rem;
  }
}
@media (max-width: 500px) {
  .webmap .webmap-box .list ul li {
    width: 100%;
  }
}
.webmap .webmap-box .list ul li .link {
  width: 100%;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
  transition: all ease-in 0.5s;
  display: block;
}
@media (max-width: 1600px) {
  .webmap .webmap-box .list ul li .link {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .webmap .webmap-box .list ul li .link {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .webmap .webmap-box .list ul li .link {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .webmap .webmap-box .list ul li .link {
    text-align: left;
  }
}
.webmap .webmap-box .list ul li .link:hover {
  color: #00585B;
}
.webmap .webmap-box .list ul li .s-menu {
  margin-top: 0.36rem;
}
@media (max-width: 500px) {
  .webmap .webmap-box .list ul li .s-menu {
    margin-top: 0.2rem;
  }
}
.webmap .webmap-box .list ul li .s-menu .s-link {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  transition: all ease-in 0.5s;
}
@media (max-width: 1366px) {
  .webmap .webmap-box .list ul li .s-menu .s-link {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .webmap .webmap-box .list ul li .s-menu .s-link {
    text-align: left;
  }
}
.webmap .webmap-box .list ul li .s-menu .s-link:hover {
  color: #00585B;
}
.investor {
  width: 100%;
  background: #F8F8F8;
  padding: 1.12rem 0 1.38rem;
}
.investor .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .investor .box {
    width: 90%;
  }
}
.investor .box .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .investor .box .top {
    flex-direction: column-reverse;
  }
}
.investor .box .top .select {
  width: 50%;
  display: flex;
}
@media (max-width: 500px) {
  .investor .box .top .select {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.investor .box .top .select .sel1 {
  width: 3.18rem;
  height: 0.52rem;
  border: 1px solid #D3D3D3;
  padding-left: 0.2rem;
  background: url(/public/static/modules/cms/cn/images/arrow5.png) 90% center no-repeat;
  background-size: 17px;
  border-radius: 0;
  color: #666;
}
@media (max-width: 1024px) {
  .investor .box .top .select .sel1 {
    width: 120px;
    height: 40px;
  }
}
.investor .box .top .select .sel2 {
  width: 1.83rem;
  height: 0.52rem;
  border: 1px solid #D3D3D3;
  padding-left: 0.2rem;
  background: url(/public/static/modules/cms/cn/images/arrow5.png) 95% center no-repeat;
  background-size: 17px;
  border-radius: 0;
  margin-left: -1px;
  color: #666;
}
@media (max-width: 1024px) {
  .investor .box .top .select .sel2 {
    width: 120px;
    height: 40px;
  }
}
.investor .box .top .menu {
  width: 50%;
}
@media (max-width: 500px) {
  .investor .box .top .menu {
    width: 100%;
  }
}
.investor .box .top .menu ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .investor .box .top .menu ul {
    justify-content: flex-start;
  }
}
.investor .box .top .menu ul li {
  margin-right: 0.15rem;
}
.investor .box .top .menu ul li:last-child {
  margin-right: 0;
}
.investor .box .top .menu ul li a {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .investor .box .top .menu ul li a {
    width: 120px;
    height: 40px;
  }
}
.investor .box .top .menu ul li:hover a,
.investor .box .top .menu ul li.on a {
  background: #4E8434;
  color: #fff;
}
.investor .box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.65rem;
}
@media (max-width: 500px) {
  .investor .box .content {
    margin-top: 0.5rem;
  }
}
.investor .box .content .stock {
  width: 20%;
  background: #FFFFFF;
  padding: 0.45rem 0 0.4rem 0.83rem;
}
@media (max-width: 1280px) {
  .investor .box .content .stock {
    padding: 0.45rem 0 0.4rem 0.7rem;
  }
}
@media (max-width: 1024px) {
  .investor .box .content .stock {
    width: 23%;
  }
}
@media (max-width: 768px) {
  .investor .box .content .stock {
    width: 100%;
    padding: 0.45rem 0.7rem 0.4rem 0.7rem;
  }
}
.investor .box .content .stock .t1 {
  font-size: 20px;
  color: #25282B;
  line-height: 1;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #F0831F;
  display: table;
}
@media (max-width: 1600px) {
  .investor .box .content .stock .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .investor .box .content .stock .t1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .investor .box .content .stock .t1 {
    width: 100%;
  }
}
.investor .box .content .stock .t1 span {
  font-size: 0.4rem;
  line-height: 1;
  margin-bottom: 0.13rem;
  display: block;
}
.investor .box .content .stock .t2 {
  font-size: 18px;
  color: #999999;
  line-height: 1;
  position: relative;
  margin-top: 0.25rem;
}
@media (max-width: 1600px) {
  .investor .box .content .stock .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .investor .box .content .stock .t2 {
    font-size: 14px;
  }
}
.investor .box .content .stock .t2 span {
  font-size: 0.6rem;
  color: #25282B;
  display: block;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.investor .box .content .stock .t2 .icon {
  position: absolute;
  width: 16px;
  display: flex;
  right: calc(100% + 0.18rem);
  top: 0.26rem;
}
.investor .box .content .stock .t2 .icon img {
  width: 100%;
}
.investor .box .content .list {
  width: 73.56%;
}
@media (max-width: 768px) {
  .investor .box .content .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.investor .box .content .list ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 0.42rem;
  transition: all ease-in 0.5s;
}
.investor .box .content .list ul li:last-child {
  margin-bottom: 0;
}
.investor .box .content .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.46rem;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a {
    flex-wrap: wrap;
  }
}
.investor .box .content .list ul li a .tbox {
  width: 80%;
  display: flex;
  align-items: center;
  transition: all ease-in 0.5s;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .tbox {
    width: 100%;
    flex-wrap: wrap;
  }
}
.investor .box .content .list ul li a .tbox .time {
  width: 1.06rem;
  font-size: 14px;
  line-height: 1;
  color: #25282B;
  border: 1px solid #B5B5B5;
  padding: 0.23rem 0 0.2rem;
  text-align: center;
  margin-right: 0.58rem;
  transition: all ease-in 0.5s;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .investor .box .content .list ul li a .tbox .time {
    width: 1.26rem;
  }
}
@media (max-width: 1024px) {
  .investor .box .content .list ul li a .tbox .time {
    width: 1.46rem;
  }
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .tbox .time {
    width: 100%;
    border: none;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-right: 0;
  }
}
.investor .box .content .list ul li a .tbox .time span {
  display: block;
  position: relative;
  font-size: 0.42rem;
  color: #25282B;
  line-height: 1;
  margin-bottom: 0.15rem;
  transition: all ease-in 0.5s;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .tbox .time span {
    display: inline;
    font-size: 14px;
    margin-left: 0.1rem;
  }
}
.investor .box .content .list ul li a .tbox .time span::after {
  content: '';
  width: 12px;
  height: 1px;
  background: #25282B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.05rem);
  transition: all ease-in 0.5s;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .tbox .time span::after {
    width: 5px;
    left: -5px;
    transform: translateX(0) translateY(-50%);
    top: 50%;
    background: none;
    content: '-';
    display: flex;
    align-items: center;
  }
}
.investor .box .content .list ul li a .tbox .txt {
  width: 80%;
  font-size: 24px;
  color: #25282B;
  line-height: 34px;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .investor .box .content .list ul li a .tbox .txt {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .investor .box .content .list ul li a .tbox .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .investor .box .content .list ul li a .tbox .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  .investor .box .content .list ul li a .tbox .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .tbox .txt {
    width: 100%;
  }
}
.investor .box .content .list ul li a .more {
  flex-shrink: 0;
  border-left: 1px solid #B5B5B5;
  padding-left: 0.5rem;
  height: 1.13rem;
  display: flex;
  align-items: center;
  color: #333;
  line-height: 1;
  transition: all ease-in 0.5s;
  margin-left: 0.5rem;
}
@media (max-width: 1024px) {
  .investor .box .content .list ul li a .more {
    margin-left: 0.2rem;
  }
}
.investor .box .content .list ul li a .more img {
  width: 22px;
  height: 24px;
  margin-right: 7px;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li a .more {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.investor .box .content .list ul li:hover {
  box-shadow: 0 0 0.2rem 0 rgba(78, 132, 52, 0.1);
}
.investor .box .content .list ul li:hover a .tbox .time {
  background: #4E8434;
  color: #fff;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li:hover a .tbox .time {
    background: none;
    color: #25282B;
  }
}
.investor .box .content .list ul li:hover a .tbox .time span {
  color: #fff;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li:hover a .tbox .time span {
    color: #25282B;
  }
}
.investor .box .content .list ul li:hover a .tbox .time span::after {
  background: #fff;
}
@media (max-width: 500px) {
  .investor .box .content .list ul li:hover a .tbox .time span::after {
    background: none;
  }
}
.investor .box .content .list ul li:hover a .tbox .txt {
  color: #4E8434;
}
.investor .box .content .list ul li:hover a .more {
  color: #4E8434;
}
.investor .box .content .page-list{
    margin-top: 0.5rem;
}
.global-market {
  width: 100%;
}
.global-market .box1 {
  width: 100%;
  background: #F4F4F4;
  padding: 1.16rem 0 1.54rem;
}
@media (max-width: 500px) {
  .global-market .box1 {
    padding: 1.2rem 0;
  }
}
.global-market .box1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .global-market .box1 .box {
    width: 90%;
  }
}
.global-market .box1 .box .top {
  width: 100%;
}
.global-market .box1 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .global-market .box1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .global-market .box1 .box .top .t1 {
    font-size: 14px;
  }
}
.global-market .box1 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.global-market .box1 .box .content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.76rem;
}
.global-market .box1 .box .content .img {
  width: 50%;
  height: 4.01rem;
}
@media (max-width: 1366px) {
  .global-market .box1 .box .content .img {
    height: 4.55rem;
  }
}
@media (max-width: 1024px) {
  .global-market .box1 .box .content .img {
    height: 5.3rem;
  }
}
@media (max-width: 768px) {
  .global-market .box1 .box .content .img {
    width: 100%;
    height: 5.3rem;
  }
}
@media (max-width: 500px) {
  .global-market .box1 .box .content .img {
    height: 3.17rem;
  }
}
.global-market .box1 .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-market .box1 .box .content .tbox {
  width: 50%;
  background: #fff;
  padding: 0.5rem 1.23rem 0 0.82rem;
}
@media (max-width: 1600px) {
  .global-market .box1 .box .content .tbox {
    padding: 0.5rem 1rem 0 0.82rem;
  }
}
@media (max-width: 1440px) {
  .global-market .box1 .box .content .tbox {
    padding: 0.3rem 1rem 0 0.82rem;
  }
}
@media (max-width: 768px) {
  .global-market .box1 .box .content .tbox {
    width: 100%;
    padding: 0.5rem 1.23rem 0.5rem 0.82rem;
  }
}
@media (max-width: 500px) {
  .global-market .box1 .box .content .tbox {
    padding: 0.5rem 0.3rem 0.5rem 0.5rem;
  }
}
.global-market .box1 .box .content .tbox .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #F1F1F1;
}
.global-market .box1 .box .content .tbox .item:last-child {
  border-bottom: none;
}
.global-market .box1 .box .content .tbox .item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 0.28rem;
}
.global-market .box1 .box .content .tbox .item .icon img {
  width: 100%;
  height: 100%;
}
.global-market .box1 .box .content .tbox .item .ts {
  width: 100%;
}
.global-market .box1 .box .content .tbox .item .ts .t1 {
  font-size: 26px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .global-market .box1 .box .content .tbox .item .ts .t1 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .global-market .box1 .box .content .tbox .item .ts .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .global-market .box1 .box .content .tbox .item .ts .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .global-market .box1 .box .content .tbox .item .ts .t1 {
    font-size: 18px;
  }
}
.global-market .box1 .box .content .tbox .item .ts .t2 {
  color: #666666;
  line-height: 0.3rem;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .global-market .box1 .box .content .tbox .item .ts .t2 {
    line-height: 24px;
  }
}
.global-market .box2 {
  width: 100%;
  padding: 1.09rem 0 1.2rem;
}
.global-market .box2 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .global-market .box2 .box {
    width: 90%;
  }
}
.global-market .box2 .box .top {
  width: 100%;
}
.global-market .box2 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .global-market .box2 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .global-market .box2 .box .top .t1 {
    font-size: 14px;
  }
}
.global-market .box2 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.global-market .box2 .box .list {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0 0.5rem;
}
@media (max-width: 1366px) {
  .global-market .box2 .box .list {
    padding: 0;
  }
}
.global-market .box2 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.global-market .box2 .box .list ul li {
  width: 23.64%;
  margin-right: 1.81%;
  margin-bottom: 0.25rem;
  height: 2.1rem;
  position: relative;
  background: url(/public/static/modules/cms/cn/images/small-img2.png) center center no-repeat;
  background-size: cover;
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.44rem 0.3rem 0 0.52rem;
  margin-bottom: 0.24rem;
}
.global-market .box2 .box .list ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .global-market .box2 .box .list ul li {
    padding: 0.44rem 0.2rem 0 0.42rem;
  }
}
@media (max-width: 1366px) {
  .global-market .box2 .box .list ul li {
    height: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .global-market .box2 .box .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .global-market .box2 .box .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .global-market .box2 .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .global-market .box2 .box .list ul li {
    width: 49%;
    height: 2.4rem;
  }
  .global-market .box2 .box .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .global-market .box2 .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .global-market .box2 .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .global-market .box2 .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.global-market .box2 .box .list ul li .t1 {
  color: #333333;
  line-height: 24px;
  min-height: 48px;
}
.global-market .box2 .box .list ul li .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.24rem;
}
.global-market .box2 .box .list ul li .icon img {
  width: 100%;
}
.global-market .regulations-box1 {
  width: 100%;
  padding: 1.57rem 0 1.13rem;
}
@media (max-width: 500px) {
  .global-market .regulations-box1 {
    padding: 1.2rem 0 0.5rem;
  }
}
.global-market .regulations-box1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .global-market .regulations-box1 .box {
    width: 90%;
  }
}
.global-market .regulations-box1 .box .top {
  width: 100%;
}
.global-market .regulations-box1 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1600px) {
  .global-market .regulations-box1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .global-market .regulations-box1 .box .top .t1 {
    font-size: 14px;
  }
}
.global-market .regulations-box1 .box .top .t2 {
  font-size: 0.42rem;
  color: #fff;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.global-market .regulations-box1 .box .content {
  width: 100%;
  margin-top: 1.17rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.global-market .regulations-box1 .box .content .img {
  width: 56.25%;
}
@media (max-width: 768px) {
  .global-market .regulations-box1 .box .content .img {
    width: 100%;
  }
}
.global-market .regulations-box1 .box .content .img img {
  width: 100%;
}
.global-market .regulations-box1 .box .content .tbox {
  width: 43.75%;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0.42rem 1.27rem 0.6rem;
  border-left: 1px solid #eee;
}
@media (max-width: 1600px) {
  .global-market .regulations-box1 .box .content .tbox {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .global-market .regulations-box1 .box .content .tbox {
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .global-market .regulations-box1 .box .content .tbox {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .global-market .regulations-box1 .box .content .tbox {
    width: 100%;
    border-left: none;
  }
}
@media (max-width: 500px) {
  .global-market .regulations-box1 .box .content .tbox {
    padding: 0.42rem 0 0.6rem;
  }
}
.global-market .regulations-box2 {
  width: 100%;
}
.global-market .regulations-box2 .join-box4 {
  background: #fff;
}
.global-market .regulations-box2 .join-box4 .nbox {
  background: #F4F4F4;
}
.company-culture {
  width: 100%;
}
.company-culture .box1 {
  width: 100%;
  padding: 1.06rem 0 1.5rem;
}
.company-culture .box1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .company-culture .box1 .box {
    width: 90%;
  }
}
.company-culture .box1 .box .top {
  width: 100%;
}
.company-culture .box1 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .company-culture .box1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .company-culture .box1 .box .top .t1 {
    font-size: 14px;
  }
}
.company-culture .box1 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.company-culture .box1 .box .list {
  width: 100%;
  margin-top: 0.78rem;
}
.company-culture .box1 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.company-culture .box1 .box .list ul li {
  width: 30.625%;
  min-height: 2.36rem;
  margin-right: 4.06%;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
  background: url(/public/static/modules/cms/cn/images/culture-img2.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.51rem 0 0 0.71rem;
}
.company-culture .box1 .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .company-culture .box1 .box .list ul li {
    height: 2.6rem;
  }
}
@media (max-width: 768px) {
  .company-culture .box1 .box .list ul li {
    padding: 0.51rem 0 0 0.3rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .company-culture .box1 .box .list ul li:last-child {
    margin-bottom: 0;
  }
}
.company-culture .box1 .box .list ul li .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0.44rem;
  right: 0.6rem;
}
@media (max-width: 1024px) {
  .company-culture .box1 .box .list ul li .icon {
    width: 30px;
    height: 30px;
  }
}
.company-culture .box1 .box .list ul li .icon img {
  width: 100%;
}
.company-culture .box1 .box .list ul li .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .company-culture .box1 .box .list ul li .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .company-culture .box1 .box .list ul li .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .company-culture .box1 .box .list ul li .t1 {
    font-size: 18px;
  }
}
.company-culture .box1 .box .list ul li .line {
  width: 26px;
  height: 2px;
  background: #D2D2D2;
  margin-top: 0.2rem;
}
.company-culture .box1 .box .list ul li .t2 {
  color: #333333;
  line-height: 24px;
  margin-top: 0.2rem;
}
.company-culture .box2 {
  width: 100%;
  padding: 1.54rem 0 1.4rem;
}
.company-culture .box2 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .company-culture .box2 .box {
    width: 90%;
  }
}
.company-culture .box2 .box .top {
  width: 47%;
}
@media (max-width: 1024px) {
  .company-culture .box2 .box .top {
    width: 100%;
  }
}
.company-culture .box2 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1600px) {
  .company-culture .box2 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .company-culture .box2 .box .top .t1 {
    font-size: 14px;
  }
}
.company-culture .box2 .box .top .t2 {
  font-size: 0.42rem;
  color: #fff;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.company-culture .box2 .box .list {
  width: 50.625%;
  margin-top: 0.34rem;
}
@media (max-width: 1024px) {
  .company-culture .box2 .box .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.company-culture .box2 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.company-culture .box2 .box .list ul li {
  width: 48.1%;
  height: 2.27rem;
  margin-bottom: 0.26rem;
  padding: 0.48rem 0.3rem 0 0.52rem;
  margin-right: 3.8%;
  background: url(/public/static/modules/cms/cn/images/culture-img2.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0.05rem;
  overflow: hidden;
}
.company-culture .box2 .box .list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .company-culture .box2 .box .list ul li {
    height: 2.7rem;
  }
}
@media (max-width: 1280px) {
  .company-culture .box2 .box .list ul li {
    height: 3rem;
  }
}
@media (max-width: 1024px) {
  .company-culture .box2 .box .list ul li {
    width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .company-culture .box2 .box .list ul li {
    height: 2.7rem;
  }
}
@media (max-width: 500px) {
  .company-culture .box2 .box .list ul li {
    width: 100%;
    margin-right: 0;
    min-height: 3rem;
    padding: 0.48rem 0.3rem 0.3rem 0.52rem;
  }
}
.company-culture .box2 .box .list ul li .t1 {
  font-size: 24px;
  color: #4F8434;
  line-height: 1;
}
@media (max-width: 1600px) {
  .company-culture .box2 .box .list ul li .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .company-culture .box2 .box .list ul li .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .company-culture .box2 .box .list ul li .t1 {
    font-size: 18px;
  }
}
.company-culture .box2 .box .list ul li .t2 {
  color: #333333;
  line-height: 24px;
  margin-top: 0.16rem;
}
.news {
  width: 100%;
  padding: 1.1rem 0 0.95rem;
  background: #F9F9F9;
}
.news .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .news .box {
    width: 90%;
  }
}
.news .box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .news .box .top {
    flex-direction: column-reverse;
  }
}
.news .box .top .menu {
  width: 50%;
}
@media (max-width: 500px) {
  .news .box .top .menu {
    width: 100%;
  }
}
.news .box .top .menu ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .news .box .top .menu ul {
    justify-content: flex-start;
  }
}
.news .box .top .menu ul li {
  margin-right: 0.15rem;
}
.news .box .top .menu ul li:last-child {
  margin-right: 0;
}
.news .box .top .menu ul li a {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .news .box .top .menu ul li a {
    width: 120px;
    height: 40px;
  }
}
.news .box .top .menu ul li:hover a,
.news .box .top .menu ul li.on a {
  background: #4E8434;
  color: #fff;
}
.news .box .top .search {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .news .box .top .search {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.news .box .top .search .txt {
  width: 2.9rem;
  height: 0.58rem;
  border: 1px solid rgba(191, 191, 191, 0.7);
  margin-right: 0.35rem;
  padding-left: 0.35rem;
  color: #111;
}
.news .box .top .search .txt::placeholder {
  color: rgba(102, 102, 102, 0.4);
}
@media (max-width: 1024px) {
  .news .box .top .search .txt {
    height: 40px;
  }
}
@media (max-width: 500px) {
  .news .box .top .search .txt {
    width: 2.4rem;
    padding-left: 0.2rem;
  }
}
.news .box .top .search .btn {
  height: 0.53rem;
  color: #fff;
  padding: 0 0.1rem;
  background: #4E8434;
  transition: all ease-out .3s;
  text-transform: capitalize;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .news .box .top .search .btn {
    height: 40px;
  }
}
/* .news .box .top .search .btn:hover {
  color: #598F34;
} */
.news .box .list {
  width: 100%;
  margin-top: 0.55rem;
}
.news .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .box .list ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.52rem;
  transition: all ease-in 0.5s;
  border-bottom: 1px solid #E5E5E5;
}
.news .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .news .box .list ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .news .box .list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .news .box .list ul li:nth-child(2n) {
    margin-right: 0%;
  }
}
@media (max-width: 500px) {
  .news .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .news .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.news .box .list ul li a {
  width: 100%;
  display: block;
  transition: all ease-in 0.5s;
}
.news .box .list ul li a .img {
  width: 100%;
  height: 3.05rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news .box .list ul li a .img {
    height: 3.3rem;
  }
}
@media (max-width: 768px) {
  .news .box .list ul li a .img {
    height: 3.1rem;
  }
}
@media (max-width: 500px) {
  .news .box .list ul li a .img {
    height: 3.8rem;
  }
}
.news .box .list ul li a .img img {
  width: 100%;
  transition: all ease-in 0.5s;
}
.news .box .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0.4rem 0.3rem;
}
@media (max-width: 500px) {
  .news .box .list ul li a .tbox {
    padding: 0.25rem 0 0.3rem;
  }
}
.news .box .list ul li a .tbox .t1 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  transition: all ease-in 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .news .box .list ul li a .tbox .t1 {
    font-size: 16px;
    line-height: 28px;
  }
}
.news .box .list ul li a .tbox .t2 {
  color: #666;
  line-height: 24px;
  opacity: 0.6;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .box .list ul li a .tbox .t3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  margin-top: 14px;
}
.news .box .list ul li a .tbox .t3 .time {
  color: #333;
}
.news .box .list ul li a .tbox .t3 .more {
  color: #333;
}
.news .box .list ul li:hover {
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.news .box .list ul li:hover a {
  background: #fff;
}
@media (max-width:500px) {
  .news .box .list ul li:hover {
    box-shadow: none;
  }
  .news .box .list ul li:hover a {
    background: none;
  }
}
.news .box .list ul li:hover a .img img {
  transform: scale(1.05);
}
.news .box .list ul li:hover a .tbox .t1 {
  color: #598F34;
}
.news .box .page-list {
  margin-top: 0.3rem;
}
.page-list {
  width: 100%;
}
.page-list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list ul li {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  transition: all ease-in 0.5s;
  margin: 0 5px;
}
.page-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  transition: all ease-in 0.5s;
  position: relative;
}
.page-list ul li a img {
  width: 8px;
  height: 13px;
  transition: all ease-in 0.5s;
}
.page-list ul li a img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.page-list ul li:hover,
.page-list ul li.on {
  color: #fff;
  border: 1px solid #598F34;
  background: #598F34;
}
.page-list ul li:hover a,
.page-list ul li.on a {
  color: #fff;
}
.page-list ul li:hover a img,
.page-list ul li.on a img {
  opacity: 0;
}
.page-list ul li:hover a img:nth-child(2),
.page-list ul li.on a img:nth-child(2) {
  opacity: 1;
}
.news-info {
  width: 100%;
  background: #f9f9f9;
}
.news-info .info-box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.66rem 0 1.03rem;
}
@media (max-width: 1440px) {
  .news-info .info-box {
    width: 90%;
  }
}
.news-info .info-box .news-content {
  width: 62.5%;
}
@media (max-width: 768px) {
  .news-info .info-box .news-content {
    width: 100%;
  }
}
.news-info .info-box .news-content .top {
  width: 100%;
}
.news-info .info-box .news-content .top .time {
  color: #8E8E8E;
  line-height: 1;
}
.news-info .info-box .news-content .top .title {
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.46rem;
  margin-top: 10px;
}
.news-info .info-box .news-content .top .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.news-info .info-box .news-content .top .ts .share {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #8E8E8E;
}
@media (max-width: 1600px) {
  .news-info .info-box .news-content .top .ts .share {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news-info .info-box .news-content .top .ts .share {
    font-size: 14px;
  }
}
.news-info .info-box .news-content .top .ts .share a {
  width: 30px;
  height: 30px;
  margin-left: 0.3rem;
}
@media (max-width: 500px) {
  .news-info .info-box .news-content .top .ts .share a {
    width: 25px;
    height: 25px;
  }
}
.news-info .info-box .news-content .top .ts .share a img {
  width: 100%;
}
.news-info .info-box .news-content .top .ts .share .bshare-custom a {
  width: 30px;
  height: 30px;
  margin-left: 0.3rem;
  padding: 0;
}
@media (max-width: 500px) {
  .news-info .info-box .news-content .top .ts .share .bshare-custom a {
    width: 25px;
    height: 25px;
  }
}
.news-info .info-box .news-content .top .ts .share .bshare-custom a.bshare-weixin {
  background: url(/public/static/modules/cms/cn/images/share-icon1.png);
  background-size: cover;
}
.news-info .info-box .news-content .top .ts .share .bshare-custom a.bshare-sinaminiblog {
  background: url(/public/static/modules/cms/cn/images/share-icon2.png);
  background-size: cover;
}
.news-info .info-box .news-content .top .ts .share .bshare-custom a.bshare-qzone {
  background: url(/public/static/modules/cms/cn/images/share-icon3.png);
  background-size: cover;
}
.news-info .info-box .news-content .top .ts .back {
  color: #333;
  transition: all ease-in 0.5s;
  display: flex;
  align-items: center;
}
.news-info .info-box .news-content .top .ts .back img {
  width: 18px;
  height: 16px;
  margin-left: 0.1rem;
}
.news-info .info-box .news-content .top .ts .back:hover {
  color: #598f34;
}
.news-info .info-box .news-content .content {
  width: 100%;
  margin-top: 0.2rem;
  color: #666666;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .news-info .info-box .news-content .content {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .news-info .info-box .news-content .content {
    line-height: 26px;
  }
}
.news-info .info-box .news-content .more {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  margin-top: 0.62rem;
  padding-top: 0.45rem;
}
.news-info .info-box .news-content .more a {
  width: 100%;
  display: block;
  color: #333;
  opacity: 0.5;
  transition: all ease-in 0.5s;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-info .info-box .news-content .more a span {
  color: #333;
}
.news-info .info-box .news-content .more a:hover {
  opacity: 1;
}
.news-info .info-box .news-others {
  width: 30%;
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .news-info .info-box .news-others {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.news-info .info-box .news-others .title {
  font-size: 26px;
  color: #333333;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .news-info .info-box .news-others .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .news-info .info-box .news-others .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .news-info .info-box .news-others .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .news-info .info-box .news-others .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.news-info .info-box .news-others .list {
  width: 100%;
  margin-top: 0.15rem;
}
.news-info .info-box .news-others .list ul li {
  width: 100%;
  border-bottom: 1px dashed #c5c5c5;
  padding: 0.28rem 0 0.25rem;
}
.news-info .info-box .news-others .list ul li a {
  width: 100%;
  display: block;
}
.news-info .info-box .news-others .list ul li a .t1 {
  color: #8E8E8E;
  line-height: 1;
}
.news-info .info-box .news-others .list ul li a .t2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 5px;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .news-info .info-box .news-others .list ul li a .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-info .info-box .news-others .list ul li:hover a .t2 {
  color: #598f34;
}
.honor {
  width: 100%;
  background: #F9F9F9;
  padding-bottom: 0.9rem;
}
.honor .honor-box {
  width: 83.33%;
  margin: 0.58rem auto 0;
}
@media (max-width: 1440px) {
  .honor .honor-box {
    width: 90%;
  }
}
.honor .honor-box .list {
  width: 100%;
}
.honor .honor-box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.honor .honor-box .list ul li {
  width: 17.75%;
  margin-right: 2.8%;
  margin-bottom: 0.3rem;
}
.honor .honor-box .list ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .honor .honor-box .list ul li {
    width: 22%;
    margin-right: 4%;
  }
  .honor .honor-box .list ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .honor .honor-box .list ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .honor .honor-box .list ul li {
    width: 48%;
    margin-right: 4%;
  }
  .honor .honor-box .list ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .honor .honor-box .list ul li:nth-child(4n) {
    margin-right: 4%;
  }
  .honor .honor-box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.honor .honor-box .list ul li a {
  width: 100%;
  display: block;
}
.honor .honor-box .list ul li a .img {
  width: 100%;
  height: 3.95rem;
}
@media (max-width: 1440px) {
  .honor .honor-box .list ul li a .img {
    height: 4.3rem;
  }
}
@media (max-width: 768px) {
  .honor .honor-box .list ul li a .img {
    height: 3.2rem;
  }
}
@media (max-width: 500px) {
  .honor .honor-box .list ul li a .img {
    height: 4.2rem;
  }
}
.honor .honor-box .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .honor-box .list ul li a .tbox {
  width: 100%;
  text-align: center;
  padding: 0.16rem 0 0.23rem;
}
.honor .honor-box .list ul li a .tbox .t1 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 34px;
}
.honor .honor-box .list ul li a .tbox .t2 {
  color: #333;
  line-height: 24px;
  margin-top: 4px;
}
.honor .honor-box .page-list {
  margin-top: 0.7rem;
}
.Legal-Notices {
  width: 100%;
  background: #F9F9F9;
  padding-bottom: 1.25rem;
}
.Legal-Notices .Notices-box {
  width: 83.33%;
  margin: 0.64rem auto 0;
  background: #fff;
  padding: 0.88rem 1.85rem 1.07rem;
}
@media (max-width: 1440px) {
  .Legal-Notices .Notices-box {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .Legal-Notices .Notices-box {
    padding: 0.88rem 1.5rem 1.07rem;
  }
}
@media (max-width: 768px) {
  .Legal-Notices .Notices-box {
    padding: 0.88rem 1rem 1.07rem;
  }
}
@media (max-width: 500px) {
  .Legal-Notices .Notices-box {
    padding: 0.88rem 0.5rem 1.07rem;
  }
}
.Legal-Notices .Notices-box .title {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #333333;
  text-align: center;
}
.Legal-Notices .Notices-box .txt {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 30px;
}
.job {
  width: 100%;
  background: #F8F8F8;
  padding: 0.83rem 0 1rem;
}
.job .box {
  width: 69.79%;
  margin: auto;
}
@media (max-width: 1440px) {
  .job .box {
    width: 90%;
  }
}
.job .box .menu {
  width: 100%;
}
.job .box .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.job .box .menu ul li {
  margin-right: 0.15rem;
}
.job .box .menu ul li:last-child {
  margin-right: 0;
}
.job .box .menu ul li a {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .job .box .menu ul li a {
    width: 120px;
    height: 40px;
  }
}
.job .box .menu ul li:hover a,
.job .box .menu ul li.on a {
  background: #4E8434;
  color: #fff;
}
.job .box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.6rem;
}
.job .box .content .job-menu {
  width: 18.2%;
  background: #fff;
  text-align: center;
  padding: 0.45rem 0 0.48rem;
}
@media (max-width: 768px) {
  .job .box .content .job-menu {
    width: 100%;
    padding: 0.45rem 0.3rem;
  }
}
.job .box .content .job-menu .t1 {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
@media (max-width: 768px) {
  .job .box .content .job-menu .t1 {
    text-align: left;
  }
}
@media (max-width: 1600px) {
  .job .box .content .job-menu .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .job .box .content .job-menu .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .job .box .content .job-menu .t1 {
    font-size: 18px;
  }
}
.job .box .content .job-menu ul {
  width: 100%;
  padding: 0 0.38rem;
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .job .box .content .job-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.job .box .content .job-menu ul li {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  .job .box .content .job-menu ul li {
    width: auto;
    border-bottom: none;
    margin-right: 0.3rem;
  }
}
.job .box .content .job-menu ul li:last-child {
  border-bottom: none;
}
.job .box .content .job-menu ul li a {
  display: block;
  line-height: 0.6rem;
  font-size: 18px;
  color: #666;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .job .box .content .job-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .job .box .content .job-menu ul li a {
    font-size: 14px;
  }
}
.job .box .content .job-menu ul li:hover a {
  color: #598f34;
}
.job .box .content .list {
  width: 74.6%;
}
@media (max-width: 768px) {
  .job .box .content .list {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.job .box .content .list ul {
  width: 100%;
}
.job .box .content .list ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 0.3rem;
}
.job .box .content .list ul li a {
  width: 100%;
  display: block;
  padding: 0.23rem 0.9rem;
  position: relative;
}
@media (max-width: 500px) {
  .job .box .content .list ul li a {
    padding: 0.23rem 0.8rem 0.23rem 0.3rem;
  }
}
.job .box .content .list ul li a .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .job .box .content .list ul li a .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .job .box .content .list ul li a .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .job .box .content .list ul li a .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.job .box .content .list ul li a .t2 {
  color: #999999;
  line-height: 24px;
  margin-top: 0.1rem;
}
.job .box .content .list ul li a .icon {
  position: absolute;
  right: 0.64rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.job .box .content .list ul li a .icon img {
  width: 20px;
  height: 13px;
  transition: all ease-in 0.5s;
}
.job .box .content .list ul li a .icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.job .box .content .list ul li:hover a .t1 {
  color: #598f34;
}
.job .box .content .list ul li:hover a .icon img {
  opacity: 0;
}
.job .box .content .list ul li:hover a .icon img:nth-child(2) {
  opacity: 1;
}
.job .box .page-list {
  margin-top: 0.48rem;
}
.job-info {
  width: 100%;
  background: #F8F8F8;
}
.job-info .box {
  width: 77.6%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.04rem 0 1.3rem;
}
@media (max-width: 1440px) {
  .job-info .box {
    width: 90%;
  }
}
.job-info .box .content {
  width: 70.26%;
  background: #fff;
  padding: 0.27rem 0.9rem 0.8rem;
}
@media (max-width: 768px) {
  .job-info .box .content {
    width: 100%;
    padding: 0.5rem;
  }
}
.job-info .box .content .top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #598F34;
  padding-bottom: 0.22rem;
}
.job-info .box .content .top .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
@media (max-width: 1600px) {
  .job-info .box .content .top .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .job-info .box .content .top .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .job-info .box .content .top .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.job-info .box .content .top .t2 {
  color: #999;
  line-height: 24px;
}
.job-info .box .content .tbox {
  width: 100%;
  color: #666;
  line-height: 30px;
  margin-top: 0.43rem;
}
.job-info .box .content .getjob {
  transition: all ease-in 0.5s;
  width: 1.71rem;
  height: 0.53rem;
  background: #4E8434;
  border-radius: 0.05rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
  margin-top: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .job-info .box .content .getjob {
    width: 120px;
    height: 40px;
  }
}
.job-info .box .content .getjob img {
  width: 7px;
  height: 13px;
  transition: all ease-in 0.5s;
  margin-left: 0.2rem;
}
.job-info .box .content .getjob:hover img {
  margin-left: 0.3rem;
}
.job-info .box .other {
  width: 25.9%;
  background: #fff;
  padding: 0.36rem 0.45rem 0;
}
@media (max-width: 768px) {
  .job-info .box .other {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.job-info .box .other .title {
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #ddd;
  line-height: 34px;
  padding-bottom: 0.14rem;
}
@media (max-width: 1600px) {
  .job-info .box .other .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .job-info .box .other .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .job-info .box .other .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.job-info .box .other .list {
  width: 100%;
}
.job-info .box .other .list ul li {
  width: 100%;
  border-bottom: 1px dashed #8e8e8e;
}
.job-info .box .other .list ul li:last-child {
  border-bottom: none;
}
.job-info .box .other .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.18rem 0;
}
.job-info .box .other .list ul li a .t1 {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .job-info .box .other .list ul li a .t1 {
    font-size: 16px;
  }
}
.job-info .box .other .list ul li a .t2 {
  color: #8e8e8e;
}
.job-info .box .other .list ul li:hover a .t1 {
  color: #4F8434;
}
.product {
  width: 100%;
  background: #F9F9F9;
  padding: 1.04rem 0 0.36rem;
}
.product .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .product .box {
    width: 90%;
  }
}
.product .box .menu {
  width: 100%;
}
.product .box .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product .box .menu ul li {
  margin-right: 0.15rem;
}
.product .box .menu ul li:last-child {
  margin-right: 0;
}
.product .box .menu ul li a {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .product .box .menu ul li a {
    width: 120px;
    height: 40px;
  }
}
.product .box .menu ul li:hover a,
.product .box .menu ul li.on a {
  background: #4E8434;
  color: #fff;
}
.product .box .list {
  width: 100%;
  margin-top: 0.72rem;
}
.product .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product .box .list ul li {
  width: 31.25%;
  position: relative;
  margin-right: 3.12%;
  margin-bottom: 0.6rem;
}
.product .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .product .box .list ul li {
    width: 49%;
    margin-right: 2%;
  }
  .product .box .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .product .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .product .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .product .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.product .box .list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.product .box .list ul li a .img {
  width: 100%;
  height: 2.97rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product .box .list ul li a .img {
    height: 3.22rem;
  }
}
@media (max-width: 768px) {
  .product .box .list ul li a .img {
    height: 3.05rem;
  }
}
@media (max-width: 500px) {
  .product .box .list ul li a .img {
    height: 3.72rem;
  }
}
.product .box .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.product .box .list ul li a .txt {
  width: 100%;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .product .box .list ul li a .txt {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .product .box .list ul li a .txt {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .product .box .list ul li a .txt {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .product .box .list ul li a .txt {
    font-size: 16px;
  }
}
.product .box .list ul li:hover a .img img {
  transform: scale(1.05);
}
.product .box .list ul li:hover a .txt {
  color: #598f34;
}
.product-info {
  width: 100%;
  position: relative;
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-info .Breadcrumbs.position {
  top: 0;
  bottom: initial;
}
.product-info .Breadcrumbs.position .box {
  color: #666;
}
.product-info .Breadcrumbs.position .box a {
  color: #666;
}
.product-info .Breadcrumbs.position .box span {
  color: #666;
}
@media (max-width: 500px) {
  .product-info .Breadcrumbs.position .box {
    color: #fff;
  }
  .product-info .Breadcrumbs.position .box a {
    color: #fff;
  }
  .product-info .Breadcrumbs.position .box span {
    color: #fff;
  }
}
.product-info .menu {
  width: 20.5%;
  min-height: 10.32rem;
  /*background: #6fac3e url(../images/product-img8.jpg) top center no-repeat;*/
  /*background-size: cover;*/
  padding: 1.46rem 0 0 1.68rem;
}
@media (max-width: 1366px) {
  .product-info .menu {
    padding: 1.46rem 0 0 1.4rem;
  }
}
@media (max-width: 1280px) {
  .product-info .menu {
    padding: 1.46rem 0 0 1.2rem;
  }
}
@media (max-width: 768px) {
  .product-info .menu {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .product-info .menu {
    width: 100%;
    min-height: initial;
    height: auto;
    padding: 1rem 0.3rem 0.5rem;
  }
}
.product-info .menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .menu ul li {
  width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  .product-info .menu ul li {
    width: initial;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
  }
}
.product-info .menu ul li::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 500px) {
  .product-info .menu ul li::before {
    display: none;
  }
}
.product-info .menu ul li:last-child::before {
  display: none;
}
.product-info .menu ul li a {
  display: block;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 60px;
  position: relative;
  padding-left: 0.37rem;
}
@media (max-width: 1600px) {
  .product-info .menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .product-info .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product-info .menu ul li a {
    line-height: 30px;
    padding-left: 0;
  }
}
.product-info .menu ul li a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 500px) {
  .product-info .menu ul li a::before {
    display: none;
  }
}
.product-info .menu ul li a::after {
  content: '';
  width: 15px;
  height: 15px;
  background: #7FAF5F;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 500px) {
  .product-info .menu ul li a::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .product-info .menu ul li.on {
    border-bottom: 1px solid #fff;
  }
}
.product-info .menu ul li.on a::after {
  opacity: 1;
}
.product-info .content {
  width: 79.5%;
  padding: 1.67rem 1.6rem 0.48rem;
}
@media (max-width: 1366px) {
  .product-info .content {
    padding: 1.67rem 1.4rem 0.48rem;
  }
}
@media (max-width: 1280px) {
  .product-info .content {
    padding: 1.67rem 1.2rem 0.48rem;
  }
}
@media (max-width: 768px) {
  .product-info .content {
    width: 70%;
    padding: 1.67rem 0.5rem 0.48rem;
  }
}
@media (max-width: 500px) {
  .product-info .content {
    width: 100%;
    padding: 0.8rem 0.3rem 0.8rem;
  }
}
.product-info .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .content ul li {
  width: 30.2%;
  margin-right: 4.7%;
  margin-bottom: 0.6rem;
}
.product-info .content ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .product-info .content ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .product-info .content ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .product-info .content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .product-info .content ul li {
    width: 100%;
    margin-right: 0;
  }
  .product-info .content ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.product-info .content ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.product-info .content ul li a .img {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: flex-end;
  background: #fff;
}
@media (max-width: 768px) {
  .product-info .content ul li a .img {
    height: 3.3rem;
  }
}
@media (max-width: 500px) {
  .product-info .content ul li a .img {
    height: 6.1rem;
  }
}
.product-info .content ul li a .img img {
  width: 100%;
}
.product-info .content ul li a .txt {
  width: 100%;
  font-size: 20px;
  color: #598F34;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 0.45rem;
  z-index: 2;
}
@media (max-width: 1600px) {
  .product-info .content ul li a .txt {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .product-info .content ul li a .txt {
    font-size: 16px;
  }
}
.platform {
  width: 100%;
}
.platform-box1 {
  width: 100%;
  background: url(/public/static/modules/cms/cn/images/about-img3.png) left bottom no-repeat;
  background-size: 70.98%;
  padding: 1.06rem 0 1.67rem;
}
.platform-box1 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .platform-box1 .box {
    width: 90%;
  }
}
.platform-box1 .box .top {
  width: 50%;
}
@media (max-width: 1024px) {
  .platform-box1 .box .top {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .platform-box1 .box .top {
    width: 100%;
  }
}
.platform-box1 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .platform-box1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .platform-box1 .box .top .t1 {
    font-size: 14px;
  }
}
.platform-box1 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.platform-box1 .box .list {
  width: 46.25%;
}
@media (max-width: 1024px) {
  .platform-box1 .box .list {
    width: 62.25%;
  }
}
@media (max-width: 768px) {
  .platform-box1 .box .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.platform-box1 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-end;
}
.platform-box1 .box .list ul li {
  width: 48.1%;
  background: url(/public/static/modules/cms/cn/images/platform-img1.png) center bottom no-repeat;
  background-size: cover;
  padding: 0.45rem 0.4rem;
  min-height: 3.17rem;
  border-radius: 0.05rem;
  margin-bottom: 0.33rem;
  overflow: hidden;
}
.platform-box1 .box .list ul li:nth-child(2n) {
  margin-left: 3.8%;
}
@media (max-width: 500px) {
  .platform-box1 .box .list ul li {
    width: 100%;
    margin-left: 0;
  }
  .platform-box1 .box .list ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.platform-box1 .box .list ul li .t1 {
  font-size: 24px;
  color: #4F8434;
  line-height: 30px;
}
.platform-box1 .box .list ul li .t2 {
  color: #333333;
  line-height: 24px;
  margin-top: 0.12rem;
}
.platform-box1 .box .list ul li .tbox {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  margin-top: 0.2rem;
  padding-top: 0.27rem;
}
.platform-box1 .box .list ul li .tbox .ts1 {
  color: #4F8434;
  line-height: 20px;
}
.platform-box1 .box .list ul li .tbox .ts2 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 0.1rem;
}
.platform-box1 .box .list ul li:nth-child(3) {
  min-height: 2.1rem;
}
.platform-box2 {
  width: 100%;
  padding: 1.76rem 0 1.44rem;
}
.platform-box2 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .platform-box2 .box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .platform-box2 .box {
    flex-wrap: wrap;
  }
}
.platform-box2 .box .top {
  width: 100%;
}
.platform-box2 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1600px) {
  .platform-box2 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .platform-box2 .box .top .t1 {
    font-size: 14px;
  }
}
.platform-box2 .box .top .t2 {
  font-size: 0.42rem;
  color: #fff;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.platform-box2 .box .content {
  width: 4.86rem;
  height: 4.86rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-top: 0.3rem;
}
@media (max-width: 1440px) {
  .platform-box2 .box .content {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .platform-box2 .box .content {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .platform-box2 .box .content {
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 500px) {
  .platform-box2 .box .content {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.platform-box2 .box .content .item {
  position: absolute;
  transition: all ease-in 1s;
}
.platform-box2 .box .content .item.item1 {
  top: -0.44rem;
  left: 50%;
  transform: translateX(-50%);
}
.platform-box2 .box .content .item.item2 {
  left: -0.39rem;
  top: 44.44%;
  transform: translate(0);
}
.platform-box2 .box .content .item.item3 {
  right: -0.28rem;
  top: 46.09%;
  transform: translate(0);
}
.platform-box2 .box .content .item .time {
  width: 0.85rem;
  height: 0.85rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1600px) {
  .platform-box2 .box .content .item .time {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .platform-box2 .box .content .item .time {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .platform-box2 .box .content .item .time {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .platform-box2 .box .content .item .time {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .platform-box2 .box .content .item .time {
    font-size: 14px;
  }
}
.platform-box2 .box .content .item .time::after {
  content: '';
  width: 1.11rem;
  height: 1.11rem;
  border: 1px solid #FFFFFF;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.platform-box2 .box .content .item .txt {
  width: 3rem;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  position: absolute;
  top: calc(100% + 0.24rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.platform-box2 .box .content .item.item1 .txt{
    width: 2.5rem;
}
.platform-box2 .box .content .item.item3 .txt{
    width: 3.2rem;
}
@media (max-width: 1600px) {
  .platform-box2 .box .content .item .txt {
    font-size: 16px;
    line-height: 26px;
  }
  .platform-box2 .box .content .item.item3 .txt{
    width: 2.8rem;
  }
}
@media (max-width: 1440px) {
  .platform-box2 .box .content .item .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
    .platform-box2 .box .content .item.item1 .txt,
    .platform-box2 .box .content .item.item3 .txt,
  .platform-box2 .box .content .item .txt {
    width: 3.5rem;
  }
}
@media (max-width: 768px) {
    .platform-box2 .box .content .item.item1 .txt,
    .platform-box2 .box .content .item.item3 .txt,
  .platform-box2 .box .content .item .txt {
    width: 3rem;
  }
}
.platform-box2 .box .content.on .item.item1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.platform-box2 .box .content.on .item.item2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.platform-box2 .box .content.on .item.item3 {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.about .abox1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about .abox1 .img {
  width: 100%;
  height: 100%;
}
.about .abox1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .abox1 .box {
  width: 83.33%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .about .abox1 .box {
    width: 90%;
  }
}
.about .abox1 .box .tbox {
  width: 50%;
}
@media (max-width: 768px) {
  .about .abox1 .box .tbox {
    width: 100%;
  }
}
.about .abox1 .box .tbox .t1 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}
.about .abox1 .box .tbox .t2 {
  font-size: 0.42rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  margin-top: 0.13rem;
}
.about .abox1 .box .tbox .t3 {
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 0.26rem;
}
.about .abox1 .box .right {
  width: 21.25%;
  position: relative;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .about .abox1 .box .right {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .about .abox1 .box .right {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }
}
.about .abox1 .box .right::after {
  content: '';
  width: 107px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  right: calc(100% + 0.2rem);
  top: 0.6rem;
}
.about .abox1 .box .right .titbox {
  width: 100%;
  height: 1rem;
}
.about .abox1 .box .right .titbox ul {
  position: relative;
}
.about .abox1 .box .right .titbox ul li {
  color: #ED7628;
  line-height: 1;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 0.1);
  transform: rotateX(90deg);
  opacity: 0;
  transition: all ease-in 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.about .abox1 .box .right .titbox ul li span {
  font-size: 1rem;
}
.about .abox1 .box .right .titbox ul li.on {
  transform: rotateX(0);
  opacity: 1;
}
.about .abox1 .box .right .swiper {
  width: 100%;
  height: 145px;
  margin-top: 0.3rem;
  padding-left: 0.1rem;
}
.about .abox1 .box .right .swiper .swiper-slide {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.6;
}
.about .abox1 .box .right .swiper .swiper-slide.swiper-slide-active {
  font-size: 18px;
  opacity: 1;
}
.about .abox1 .scroll-icon {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  left: 8.33%;
  bottom: 0.78rem;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .about .abox1 .scroll-icon {
    display: none;
  }
}
.about .abox1 .scroll-icon img {
  width: 8px;
  height: 28px;
  animation: run1 0.7s infinite;
  -webkit-animation: run1 0.7s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.about .abox2 {
  width: 100%;
}
.about .abox2 .platform-box1 .box .top {
  width: 35%;
}
@media (max-width: 768px) {
  .about .abox2 .platform-box1 .box .top {
    width: 100%;
  }
}
.about .abox3 {
  width: 100%;
  padding: 1.16rem 0 1.18rem;
}
.about .abox3 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1440px) {
  .about .abox3 .box {
    width: 90%;
  }
}
.about .abox3 .box .top {
  width: 100%;
}
.about .abox3 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1600px) {
  .about .abox3 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about .abox3 .box .top .t1 {
    font-size: 14px;
  }
}
.about .abox3 .box .top .t2 {
  font-size: 0.42rem;
  color: #fff;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.about .abox3 .mySwiper2 {
  width: 100%;
  padding: 0 8.33% 1.57rem;
  margin-top: 0.94rem;
}
.about .abox3 .mySwiper2::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0.48rem;
}
@media (max-width: 1600px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.5rem;
  }
}
@media (max-width: 1440px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.56rem;
  }
}
@media (max-width: 1280px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.55rem;
  }
}
@media (max-width: 1024px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.56rem;
  }
}
@media (max-width: 500px) {
  .about .abox3 .mySwiper2::after {
    bottom: 0.58rem;
  }
}
.about .abox3 .mySwiper2 .swiper-slide .tbox {
  width: 100%;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .t1 {
  font-size: 0.48rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items {
  width: 100%;
  height: 2rem;
  overflow-y: auto;
  margin-top: 0.38rem;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items::-webkit-scrollbar {
  width: 1px;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items::-webkit-scrollbar-corner {
  background: #fff;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items .item {
  margin-bottom: 0.2rem;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items .item:last-child {
  margin-bottom: 0;
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items .item .ts1 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1600px) {
  .about .abox3 .mySwiper2 .swiper-slide .tbox .items .item .ts1 {
    font-size: 16px;
  }
}
.about .abox3 .mySwiper2 .swiper-slide .tbox .items .item .ts2 {
  color: #A6A6A6;
  line-height: 24px;
}
.about .abox3 .mySwiper2 .swiper-next {
  position: absolute;
  right: 12%;
  bottom: 3px;
  width: 7px;
  height: 13px;
  background: url(/public/static/modules/cms/cn/images/arrow8-1.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .about .abox3 .mySwiper2 .swiper-next {
    right: 3%;
  }
}
.about .abox3 .mySwiper2 .swiper-prev {
  position: absolute;
  left: 12%;
  bottom: 3px;
  width: 7px;
  height: 13px;
  background: url(/public/static/modules/cms/cn/images/arrow7-1.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .about .abox3 .mySwiper2 .swiper-prev {
    left: 3%;
  }
}
.about .abox3 .mySwiper {
  width: 73%;
  margin: -0.5rem auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about .abox3 .mySwiper {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .about .abox3 .mySwiper {
    margin: -0.52rem auto 0;
  }
}
@media (max-width: 1440px) {
  .about .abox3 .mySwiper {
    margin: -0.58rem auto 0;
  }
}
@media (max-width: 1280px) {
  .about .abox3 .mySwiper {
    margin: -0.58rem auto 0;
  }
}
@media (max-width: 1024px) {
  .about .abox3 .mySwiper {
    margin: -0.63rem auto 0;
  }
}
@media (max-width: 768px) {
  .about .abox3 .mySwiper {
    margin: -0.57rem auto 0;
  }
}
@media (max-width: 500px) {
  .about .abox3 .mySwiper {
    margin: -0.62rem auto 0;
  }
}
.about .abox3 .mySwiper .swiper-slide {
  color: #fff;
  opacity: 0.6;
  line-height: 1;
  text-align: center;
  padding-top: 0.33rem;
}
.about .abox3 .mySwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.about .abox3 .mySwiper .swiper-slide.swiper-slide-active::after {
  content: '';
  width: 73px;
  height: 3px;
  background: #ED7628;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about .abox4 {
  width: 100%;
  padding: 1.24rem 0 0.95rem;
}
.about .abox4 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1440px) {
  .about .abox4 .box {
    width: 90%;
  }
}
.about .abox4 .box .top {
  width: 50%;
}
@media (max-width: 1024px) {
  .about .abox4 .box .top {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .about .abox4 .box .top {
    width: 100%;
  }
}
.about .abox4 .box .top .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1600px) {
  .about .abox4 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about .abox4 .box .top .t1 {
    font-size: 14px;
  }
}
.about .abox4 .box .top .t2 {
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.56rem;
  margin-top: 0.12rem;
}
.about .abox4 .box .list {
  width: 50%;
}
@media (max-width: 1024px) {
  .about .abox4 .box .list {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .about .abox4 .box .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .abox4 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .abox4 .box .list ul li {
  width: 48.25%;
  min-height: 1.55rem;
  margin-right: 3.5%;
  margin-bottom: 0.3rem;
  background: url(/public/static/modules/cms/cn/images/about-img4.png) center center no-repeat;
  background-size: cover;
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.49rem 0.49rem 0.3rem;
  display: flex;
}
.about .abox4 .box .list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 500px) {
  .about .abox4 .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.about .abox4 .box .list ul li .icon {
  width: 25px;
  height: 25px;
}
.about .abox4 .box .list ul li .icon img {
  width: 100%;
}
.about .abox4 .box .list ul li .tbox {
  margin-left: 0.15rem;
}
.about .abox4 .box .list ul li .tbox .t1 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .about .abox4 .box .list ul li .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .about .abox4 .box .list ul li .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .about .abox4 .box .list ul li .tbox .t1 {
    font-size: 16px;
  }
}
.about .abox4 .box .list ul li .tbox .t2 {
  color: #333333;
  line-height: 24px;
  margin-top: 0.1rem;
}
.about .abox4 .box .more {
  transition: all ease-in 0.5s;
  min-width: 1.71rem;
  height: 0.53rem;
  background: #4E8434;
  border-radius: 0.05rem;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
@media (max-width: 1024px) {
  .about .abox4 .box .more {
    width: 120px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .about .abox4 .box .more {
    position: relative;
    top: initial;
    margin-top: 0.3rem;
  }
}
.about .abox4 .box .more img {
  width: 7px;
  height: 13px;
  margin-left: 0.2rem;
  transition: all ease-in 0.5s;
}
.about .abox4 .box .more:hover img {
  margin-left: 0.3rem;
}
.about .abox5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .abox5 .item {
  width: 50%;
}
@media (max-width: 768px) {
  .about .abox5 .item {
    width: 100%;
  }
}
.about .abox5 .item a {
  width: 100%;
  display: block;
  position: relative;
}
.about .abox5 .item a .img {
  width: 100%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about .abox5 .item a .img {
    height: 6.8rem;
  }
}
@media (max-width: 500px) {
  .about .abox5 .item a .img {
    height: 4.6rem;
  }
}
.about .abox5 .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.8s;
}
.about .abox5 .item a .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0.82rem 1rem 0;
}
@media (max-width: 500px) {
  .about .abox5 .item a .tbox {
    padding: 0.5rem 0.5rem 0;
  }
}
.about .abox5 .item a .tbox .t1 {
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 1;
}
.about .abox5 .item a .tbox .t2 {
  width: 59%;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 0.23rem;
}
.about .abox5 .item a .tbox .line {
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  left: 1rem;
  bottom: 0.76rem;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 500px) {
  .about .abox5 .item a .tbox .line {
    width: calc(100% - 1rem);
    left: 0.5rem;
  }
}
.about .abox5 .item a .tbox .line span {
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.5s;
}
.about .abox5 .item a .tbox .more {
  position: absolute;
  right: 1rem;
  bottom: 0.25rem;
  color: #FFFFFF;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.about .abox5 .item a .tbox .more img {
  width: 7px;
  height: 13px;
  margin-left: 0.15rem;
}
.about .abox5 .item:hover a .img img {
  transform: scale(1.05);
}
.about .abox5 .item:hover a .line span {
  width: 100%;
}
@keyframes run1 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
  }
}
.div {
  width: 100%;
  position: relative;
}
.div .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .div .box {
    width: 90%;
  }
}
.bshare-custom .bshare-weixin {
  background: none;
}
.bsBox {
  box-sizing: initial !important;
}
@media (max-width: 768px) {
  .mh-pc {
    display: none;
  }
}
.mh-mobile {
  display: none;
}
@media (max-width: 768px) {
  .mh-mobile {
    display: block;
  }
}
.qx-pc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .qx-pc {
    display: none;
  }
}
.qx-mobile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .qx-mobile {
    display: block;
  }
}
<!--0.00042200088500977-->