@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  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 (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
html.on {
  overflow: hidden;
}
html.on .header.fhs {
  top: 0;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  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-style: inherit;
  font-size: inherit;
  font-weight: normal;
  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: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  width: 73.33%;
  position: relative;
  margin: auto;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 20px;
  }
}
.public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  padding: 0 0.2rem 0 0.38rem;
  border-radius: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004ea2, #00b4ff);
  color: #fff;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn span {
  display: inline-flex;
  transition: all ease-out 0.3s;
  margin-left: 0.27rem;
}
.public-btn span svg {
  width: 7px;
  height: 11px;
}
.public-btn span svg:nth-child(2) {
  opacity: 0.4;
}
.public-btn span svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
.public-btn:hover span {
  margin-left: 0.37rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-out 0.5s;
}
.pub-btn {
  min-width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pub-btn {
    min-width: 2.4rem;
  }
}
.pub-btn span {
  position: relative;
  z-index: 2;
  color: #000;
  transition: all ease-out 0.3s 0.1s;
  font-weight: bold;
}
.pub-btn .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 0.1rem;
  position: relative;
  z-index: 2;
}
.pub-btn .icon svg path {
  fill: #86cb35;
  opacity: 1;
  transition: all ease-out 0.3s 0.1s;
}
@media (max-width: 767px) {
  .pub-btn {
    height: 0.8rem;
  }
}
.pub-btn::before {
  content: '';
  width: 0;
  height: 0;
  background: #86cb35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all linear 0.3s;
}
.pub-btn:hover {
  border: 1px solid transparent;
}
.pub-btn:hover::before {
  width: 110%;
  padding-top: 100%;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  color: #999;
  transition: all ease-out 0.3s;
  margin: 0 0.1rem;
}
@media (max-width: 1580px) {
  .page-list a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-list a {
    font-size: 14px;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.page-list a span {
  position: relative;
  z-index: 2;
}
.page-list a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  background: #86cb35;
  border-radius: 50%;
}
.page-list a:hover,
.page-list a.on {
  border: 1px solid transparent;
  color: #000;
}
.page-list a:hover::before,
.page-list a.on::before {
  width: 100%;
  height: 100%;
}
.page-list a.prev svg {
  transform: rotateZ(-135deg);
  transition: all ease-out 0.3s;
}
.page-list a.prev svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.page-list a.prev:hover svg {
  transform: rotateZ(-180deg);
}
.page-list a.prev:hover svg path {
  fill: #000;
}
.page-list a.next svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.page-list a.next svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.page-list a.next:hover svg {
  transform: rotateZ(0);
}
.page-list a.next:hover svg path {
  fill: #000;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all ease-out 0.3s;
}
.header > .box {
  width: 100%;
  padding-left: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .header > .box {
    padding: 0 0.4rem;
  }
}
.header > .box .logo {
 
}
.header > .box .logo a {
  display: flex;
}
.header > .box .logo a img {
  width: 100%;
}
.header > .box .logo a img:nth-child(2) {
  display: none;
}
.header > .box .close {
  width: 34px;
  display: none;
}
@media (max-width: 991px) {
  .header > .box .close {
    height: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 767px) {
  .header > .box .close {
    height: 1.2rem;
  }
}
.header > .box .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header > .box .close span:nth-child(2) {
  width: 60%;
}
.header > .box .close.on span {
  margin: 5px 0;
}
.header > .box .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header > .box .close.on span:nth-child(2) {
  opacity: 0;
}
.header > .box .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header > .box .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .box .menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 0.8rem);
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top: 1px solid #eee;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .header > .box .menu {
    top: 1.2rem;
    height: calc(100vh - 1.2rem);
  }
}
.header > .box .menu .menu-box {
  display: flex;
  flex-wrap: wrap;
}
.header > .box .menu .menu-box > ul {
  display: flex;
  margin-right: 0.6rem;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
}
.header > .box .menu .menu-box > ul > li {
  margin-right: 0.8rem;
  transition: all ease-out 0.3s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
  .header > .box .menu .menu-box > ul > li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }
}
.header > .box .menu .menu-box > ul > li:last-child {
  margin-right: 0;
}
.header > .box .menu .menu-box > ul > li .menu-title {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li .menu-title {
    justify-content: space-between;
    align-items: center;
  }
}
.header > .box .menu .menu-box > ul > li .menu-title .m-link {
  color: #fff;
  font-weight: bold;
  line-height: 0.78rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .menu-title .m-link {
    line-height: 1rem;
    font-size: 16px;
  }
}
.header > .box .menu .menu-box > ul > li .menu-title .icon {
  display: none;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li .menu-title .icon {
    width: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header > .box .menu .menu-box > ul > li .menu-title .icon svg {
  transform: rotateZ(-90deg);
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .menu-title .icon svg path {
  fill: #666;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .menu-title.on .m-link {
  color: #86cb35;
}
.header > .box .menu .menu-box > ul > li .menu-title.on .icon svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .menu-title.on .icon svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .s-menu {
  width: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li .s-menu {
    position: relative;
    top: initial;
    z-index: 0;
  }
}
.header > .box .menu .menu-box > ul > li .s-menu > .box {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ececec;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .s-menu > .box > .container {
    width: 100%;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu {
  display: none;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container {
  display: flex;
  flex-wrap: wrap;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul {
  width: 68.125%;
  border-right: 1px solid #ececec;
  position: relative;
  padding: 0.4rem 0 0.55rem;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul {
    width: 100%;
    border-right: none;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li {
  width: 100%;
  padding: 0.17rem 0;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t {
  width: 46.78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t {
    padding-right: 0;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t .s-link {
  color: #666;
  transition: all ease-out 0.3s;
  line-height: 26px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t .icon {
    width: 0.7rem;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t >.icon >svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li .s-t >.icon >svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover .s-t >.icon >svg{
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover .s-t >.icon >svg path{
  fill: #86cb35;
}


.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul {
  display: none;
  border-left: 1px solid #ececec;
  position: absolute;
  width: 53.12%;
  height: 100%;
  left: 46.78%;
  top: 0;
  padding: 0.56rem 0 0.55rem 0.7rem;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li {
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li {
    display: block;
    padding-right: 0;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li a {
  color: #666;
  transition: all ease-out 0.3s;
  line-height: 26px;
  display: block;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li >.icon >svg >path{
  fill: #999;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li:hover >.icon >svg >path{
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li a:hover {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover .s-link {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover >.icon >svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover >.icon >svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li:hover > ul {
  display: block;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize {
  width: 27.5%;
  margin-left: auto;
  padding: 0.56rem 0 0.55rem;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize {
    width: 100%;
  }
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container > ul > li > ul > li >.icon{
    display: none;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a {
  display: block;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .public-img::before {
  /* padding-top: 54.54%; */
  padding-top: 70.45%;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox {
  width: 100%;
  position: relative;
  margin-top: 0.3rem;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox .t1 {
  color: #000;
  line-height: 1;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox .t2 {
  color: #666;
  line-height: 26px;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox .t2 {
    line-height: 24px;
  }
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox .icon {
  position: absolute;
  top: 0;
  right: 0;
}
.header > .box .menu .menu-box > ul > li .h-product-menu > .box > .container .prduct-customize a .tbox .icon svg path {
  fill: #86cb35;
  opacity: 1;
}
.header > .box .menu .menu-box > ul > li .h-application-menu {
  display: none;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0 0.3rem;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li {
  width: 22%;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li {
    width: 48%;
  }
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li a {
  display: block;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li a .public-img::before {
  padding-top: 55%;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li a .txt {
  text-align: center;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0.25rem;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li a .txt svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  margin-left: 0.18rem;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li a .txt svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li:hover a .public-img img {
  transform: scale(1.1);
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li:hover a .txt {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li:hover a .txt svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > ul > li:hover a .txt svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > .more {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ececec;
  padding: 0.26rem 0;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > .more a {
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 26px;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > .more a .icon {
  display: flex;
  margin-left: 0.12rem;
}
.header > .box .menu .menu-box > ul > li .h-application-menu > .box > .container > .more a .icon svg path {
  opacity: 1;
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-service-menu {
  display: none;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul {
    width: 100%;
    margin: 0;
  }
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li {
  width: 33.33%;
  padding: 0.6rem 0.7rem;
  border-right: 1px solid #ececec;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li {
    width: 50%;
    padding: 0.5rem 0.3rem;
  }
  .header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:nth-child(2n) {
    border-right: none;
  }
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:last-child {
  border-right: none;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li a .public-img::before {
  padding-top: 54.54%;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li a .txt {
  text-align: center;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0.25rem;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li a .txt svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  margin-left: 0.18rem;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li a .txt svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:hover a .public-img img {
  transform: scale(1.1);
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:hover a .txt {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:hover a .txt svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-service-menu > .box > .container > ul > li:hover a .txt svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-about-menu {
  display: none;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0 0.3rem;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li {
  width: 23.125%;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li {
    width: 48%;
  }
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li a {
  display: block;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li a .public-img::before {
  padding-top: 54.59%;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li a .txt {
  text-align: center;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0.25rem;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li a .txt svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  margin-left: 0.18rem;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li a .txt svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li:hover a .public-img img {
  transform: scale(1.1);
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li:hover a .txt {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li:hover a .txt svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-about-menu > .box > .container > ul > li:hover a .txt svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-news-menu {
  display: none;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul {
    width: 100%;
    margin: 0;
  }
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li {
  width: 33.33%;
  padding: 0.6rem 0.7rem;
  border-right: 1px solid #ececec;
}
@media (max-width: 767px) {
  .header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li {
    width: 50%;
    padding: 0.5rem 0.3rem;
  }
  .header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:nth-child(2n) {
    border-right: none;
  }
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:last-child {
  border-right: none;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li a .public-img::before {
  padding-top: 54.54%;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li a .txt {
  text-align: center;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0.25rem;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li a .txt svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  margin-left: 0.18rem;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li a .txt svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:hover a .public-img img {
  transform: scale(1.1);
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:hover a .txt {
  color: #000;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:hover a .txt svg {
  transform: rotateZ(0);
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > ul > li:hover a .txt svg path {
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > .more {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ececec;
  padding: 0.26rem 0;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > .more a {
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 26px;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > .more a .icon {
  display: flex;
  margin-left: 0.12rem;
}
.header > .box .menu .menu-box > ul > li .h-news-menu > .box > .container > .more a .icon svg path {
  opacity: 1;
  fill: #86cb35;
}
.header > .box .menu .menu-box > ul > li:hover {
  border-bottom: 2px solid #86cb35;
}
@media (max-width: 991px) {
  .header > .box .menu .menu-box > ul > li:hover {
    border-bottom: 1px solid #86cb35;
  }
}
.header > .box .menu .menu-box > ul > li:hover .m-link {
  color: #86cb35;
}
.header > .box .menu .menu-box > ul > li .on .m-link {
  color: #86cb35;
}
.header > .box .menu .search {
  width: 0.6rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
  cursor: pointer;
}
.header > .box .menu .search svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #fff;
}
.header > .box .menu .earth {
  width: 0.6rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
  cursor: pointer;
  position: relative;
}
.header > .box .menu .earth svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #fff;
}
.header > .box .menu .earth .language {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 3px;
  padding: 0 0.2rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.header > .box .menu .earth .language::before {
  content: '';
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header > .box .menu .earth .language a {
  border-bottom: 1px solid #f0f0f0;
  color: #666;
  font-size: 14px;
  line-height: 3;
  transition: all ease-out 0.3s;
  white-space: nowrap;
  display: block;
  text-align: center;
}
.header > .box .menu .earth .language a:last-child {
  border-bottom: none;
}
.header > .box .menu .earth .language a:hover {
  color: #86cb35;
}
.header > .box .menu .earth:hover .language {
  display: block;
}
.header > .box .menu .shop {
  width: 0.8rem;
  height: 0.8rem;
  background: #86cb35;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header > .box .menu .shop {
    border-radius: 50%;
  }
}
.header > .box .menu .shop svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #000;
}
.header.fh,
.header.hinfo {
  background: #fff;
}
.header.fh .box .logo a img:nth-child(1),
.header.hinfo .box .logo a img:nth-child(1) {
  display: none;
}
.header.fh .box .logo a img:nth-child(2),
.header.hinfo .box .logo a img:nth-child(2) {
  display: block;
}
.header.fh .box .close span,
.header.hinfo .box .close span {
  background: #000;
}
.header.fh .box .menu .menu-box ul li .m-link,
.header.hinfo .box .menu .menu-box ul li .m-link {
  color: #666;
}
.header.fh .box .menu .menu-box ul li:hover .m-link,
.header.hinfo .box .menu .menu-box ul li:hover .m-link {
  color: #86cb35;
}
.header.fh .box .menu .search svg path,
.header.hinfo .box .menu .search svg path {
  fill: #666;
}
.header.fh .box .menu .earth svg path,
.header.hinfo .box .menu .earth svg path {
  fill: #666;
}
.header.fh .box .menu .shop svg path,
.header.hinfo .box .menu .shop svg path {
  fill: #000;
}
.header.fhover {
  top: -0.8rem;
}
@media (max-width: 767px) {
  .header.fhover {
    top: -1.2rem;
  }
}
.search-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.search-tc .box {
  width: 100%;
  background: #fff;
  padding: 1.27rem 0 1.05rem;
}
.search-tc .box .container .sbox {
  width: 100%;
  height: 1.32rem;
  display: flex;
  border-bottom: 1px solid #ececec;
}
.search-tc .box .container .sbox .txt {
  width: calc(100% - 0.7rem);
  height: 100%;
  font-size: 0.38rem;
  color: #000;
}
.search-tc .box .container .sbox .txt::placeholder {
  color: #ccc;
}
@media (max-width: 991px) {
  .search-tc .box .container .sbox .txt {
    font-size: 14px;
  }
}
.search-tc .box .container .sbox .btn {
  width: 0.7rem;
  height: 100%;
  background: url(../images/search2.svg) right center no-repeat;
  background-size: 0.4rem;
}
@media (max-width: 991px) {
  .search-tc .box .container .sbox .btn {
    background-size: auto;
  }
}
.search-tc .box .container .hot-search {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-top: 0.38rem;
}
@media (max-width: 1580px) {
  .search-tc .box .container .hot-search {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-tc .box .container .hot-search {
    font-size: 14px;
  }
}
.search-tc .box .container .hot-search a {
  color: #000;
  margin-left: 0.25rem;
  transition: all ease-out 0.3s;
}
.search-tc .box .container .hot-search a:hover {
  color: #86cb35;
}
.header-height {
  width: 100%;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .header-height {
    height: 1.2rem;
  }
}
@keyframes menuRun {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(calc(100% + 2px));
  }
  100% {
    transform: translate(calc(100% + 2px));
  }
}
.banner {
  width: 100%;
  height: 80vh;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 640px;
  }
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img img:nth-child(1) {
    display: none;
  }
  .banner .swiper-container .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
.banner .swiper-container .swiper-slide .tbox {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .swiper-container .swiper-slide .tbox .t1 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.7rem;
  text-align: center;
}
.banner .swiper-container .swiper-slide .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.34rem;
}
.banner .swiper-container .swiper-slide .tbox .more .pub-btns {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all ease-out 0.3s;
}
.banner .swiper-container .swiper-slide .tbox .more .pub-btns .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  margin-left: 0.15rem;
}
.banner .swiper-container .swiper-slide .tbox .more .pub-btns .icon svg path {
  fill: #fff;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.banner .swiper-container .swiper-slide .tbox .more .pub-btns:hover {
  border: 2px solid #86cb35;
  background: #86cb35;
}
.banner .swiper-container .swiper-pagination {
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 0.4rem;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all ease-out 0.3s;
  background: transparent;
  margin: 0 0.1rem;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #86cb35;
  border: 2px solid #86cb35;
}
.index-box1 {
  width: 100%;
  background: #fff;
  padding: 0.94rem 0 1.2rem;
}
.index-box1 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
  text-align: center;
}
.index-box1 .container .txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.17rem;
}
.index-box1 .container .search {
  width: 530px;
  max-width: 100%;
  margin: 0.36rem auto 0;
  height: 0.6rem;
  border-bottom: 2px solid #ececec;
  display: flex;
}
@media (max-width: 767px) {
  .index-box1 .container .search {
    height: 0.8rem;
  }
}
.index-box1 .container .search .txt {
  width: calc(100% - 30px);
  font-size: 18px;
  color: #111;
  height: 100%;
}
.index-box1 .container .search .txt::placeholder {
  color: #999;
}
@media (max-width: 1580px) {
  .index-box1 .container .search .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index-box1 .container .search .txt {
    font-size: 14px;
  }
}
.index-box1 .container .search .btn {
  width: 30px;
  height: 100%;
  background: url(../images/search.svg) center right no-repeat;
}
.index-box1 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .index-box1 .container .list {
    overflow-x: auto;
  }
}
.index-box1 .container .list ul {
  width: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .index-box1 .container .list ul {
    width: 250%;
    margin: 0;
  }
}
.index-box1 .container .list ul li {
  width: calc(16.25% - 10px);
  margin: 0 5px;
  transition: all ease-out 0.3s;
  padding-bottom: 0.3rem;
  background: linear-gradient(to bottom, #86cb35, #fbfff7);
  flex: 1;
}
.index-box1 .container .list ul li a {
  display: block;
}
.index-box1 .container .list ul li a .img {
  width: 100%;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box1 .container .list ul li a .img img {
  width: 100%;
}
.index-box1 .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.2rem;
}
.index-box1 .container .list ul li a .tbox .txt {
  color: #000;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li a .tbox .txt {
    font-size: 16px !important;
  }
}
.index-box1 .container .list ul li a .tbox .icon {
  width: 15px;
  display: flex;
  margin: 0.26rem auto 0;
}
.index-box1 .container .list ul li a .tbox .icon svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.index-box1 .container .list ul li a .tbox .icon svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.index-box1 .container .list ul li.on {
  width: calc(32.5% - 10px);
  flex: 2;
}
.index-box1 .container .list ul li.on a .tbox .icon svg {
  transform: rotateZ(0);
}
.index-box1 .container .list ul li.on a .tbox .icon svg path {
  fill: #86cb35;
}
.index-box1 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.index-box2 {
  width: 100%;
  position: relative;
}
.index-box2 .top {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 1.13rem;
}
.index-box2 .top .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.index-box2 .top .txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.17rem;
}
@media (max-width: 1580px) {
  .index-box2 .top .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .index-box2 .top .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.index-box2 .img-list {
  width: 100%;
  height: 75vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box2 .img-list {
    height: auto;
  }
}
@media (max-width: 767px) {
  .index-box2 .img-list {
    height: 5rem;
  }
}
.index-box2 .img-list ul {
  width: 100%;
  height: 100%;
}
.index-box2 .img-list ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.index-box2 .img-list ul li:nth-child(1) {
  position: relative;
}
.index-box2 .img-list ul li img {
  width: 100%;
  height: 100%;
  transition: all linear 5s;
}
.index-box2 .img-list ul li.on {
  opacity: 1;
  z-index: 2;
}
.index-box2 .img-list ul li.on img {
  transform: scale(1.1);
}
.index-box2 .menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box2 .menu {
    position: relative;
  }
}
.index-box2 .menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-box2 .menu ul li {
  width: calc(100% / 6);
  padding: 0.3rem 0.4rem 0.39rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .index-box2 .menu ul li {
    padding: 0.3rem 0.15rem;
  }
}
@media (max-width: 767px) {
  .index-box2 .menu ul li {
    width: calc(100% / 3);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .index-box2 .menu ul li:nth-child(4) .icon {
    padding: 0.05rem;
  }
}
@media (max-width: 767px) {
  .index-box2 .menu ul li:nth-child(6) .icon {
    padding: 0.05rem;
  }
}
.index-box2 .menu ul li .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box2 .menu ul li .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.index-box2 .menu ul li .icon svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}

.index-box2 .menu ul li .icon img:nth-child(1) {
    display: inline-block;
}

.index-box2 .menu ul li .icon img:last-of-type {
				display: none;
			}
			
.index-box2 .menu ul li:hover .icon img:nth-child(1) {
				display: none;
			}
			
.index-box2 .menu ul li:hover .icon img:last-of-type {
				display: inline-block;
			}


@media (max-width: 767px) {
  .index-box2 .menu ul li .icon svg path {
    fill: #000;
  }
}
.index-box2 .menu ul li .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .index-box2 .menu ul li .txt {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .index-box2 .menu ul li .txt {
    font-size: 16px !important;
  }
}
.index-box2 .menu ul li .txt span {
  color: #fff;
  line-height: 1;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .index-box2 .menu ul li .txt span {
    color: #000;
  }
}
.index-box2 .menu ul li .txt svg {
  opacity: 0;
  transition: all ease-out 0.3s;
}
.index-box2 .menu ul li .txt svg path {
  fill: #000;
}
.index-box2 .menu ul li.on {
background: linear-gradient(135deg, #86cb35, #5f8b31);
}
.index-box2 .menu ul li.on .icon svg path {
  fill: #000;
}
.index-box2 .menu ul li.on .txt span {
  color: #000;
}
.index-box2 .menu ul li.on .txt svg {
  opacity: 1;
}
.index-box3 {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
}
.index-box3 .container .title {
  color: #000;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.index-box3 .container .content {
  width: 100%;
  margin-top: 0.57rem;
  position: relative;
}
.index-box3 .container .content .img-list {
  width: 100%;
  height: 5.8rem;
  position: relative;
}
.index-box3 .container .content .img-list ul li {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.index-box3 .container .content .img-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 5s;
}
.index-box3 .container .content .img-list ul li.on {
  opacity: 1;
  z-index: 2;
}
.index-box3 .container .content .img-list ul li.on img {
  transform: scale(1.1);
}
.index-box3 .container .content .img-list::after {
  content: '';
  width: 100%;
  height: 2.4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.index-box3 .container .content .menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu {
    position: relative;
    bottom: initial;
    margin-top: 0.2rem;
  }
}
.index-box3 .container .content .menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu ul {
    justify-content: space-between;
  }
}
.index-box3 .container .content .menu ul li {
  width: calc(25% - 0.8rem);
  margin: 0 0.4rem;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 1024px) {
  .index-box3 .container .content .menu ul li {
    width: calc(25% - 0.4rem);
    margin: 0 0.2rem;
  }
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu ul li {
    width: 49%;
    margin: 0 0 0.2rem;
    border: 1px solid #eee;
  }
}
.index-box3 .container .content .menu ul li a {
  width: 100%;
  height: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu ul li a {
    padding: 0 0.2rem;
  }
}
.index-box3 .container .content .menu ul li .txt {
  padding-top: 0.24rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .index-box3 .container .content .menu ul li .txt {
    padding-top: 0;
  }
}
.index-box3 .container .content .menu ul li .txt .s1 {
  color: #fff;
  line-height: 1;
  transition: all ease-out 0.3s;
}
@media (max-width: 1024px) {
  .index-box3 .container .content .menu ul li .txt .s1 {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu ul li .txt .s1 {
    font-size: 16px !important;
    color: #000;
  }
}
.index-box3 .container .content .menu ul li .txt .s2 {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  opacity: 0;
  margin-top: 0.1rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .index-box3 .container .content .menu ul li .txt .s2 {
    display: none;
  }
}
.index-box3 .container .content .menu ul li .icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.index-box3 .container .content .menu ul li .icon svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.index-box3 .container .content .menu ul li .icon svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .index-box3 .container .content .menu ul li .icon svg path {
    fill: #000;
  }
}
.index-box3 .container .content .menu ul li.on {
  background: #86cb35;
  border-top: #86cb35;
}
.index-box3 .container .content .menu ul li.on a {
  padding: 0 0.3rem;
}
.index-box3 .container .content .menu ul li.on .txt {
  padding-top: 0;
}
.index-box3 .container .content .menu ul li.on .txt .s1 {
  color: #000;
}
.index-box3 .container .content .menu ul li.on .txt .s2 {
  opacity: 1;
}
.index-box3 .container .content .menu ul li.on .icon {
  background: #000;
  border: 1px solid #000;
}
.index-box3 .container .content .menu ul li.on .icon svg {
  transform: rotateZ(0);
}
.index-box3 .container .content .menu ul li.on .icon svg path {
  fill: #86cb35;
}
.index-box4 {
  width: 100%;
  background: url(../images/index-box4-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 1.13rem 0 1.5rem;
}
.index-box4 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.index-box4 .container .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.index-box4 .container .content .left {
  width: 63.75%;
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-box4 .container .content .left {
    width: 100%;
    margin-bottom: 0.17rem;
  }
}
.index-box4 .container .content .right {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box4 .container .content .right {
    width: 100%;
  }
}
.index-box4 .container .content .right .item {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.index-box4 .container .content .right .item:nth-child(1) {
  margin-bottom: 0.17rem;
}
.index-box4 .container .content .right .item a .img::before {
  height: 1.9rem;
}
.index-box4 .container .content a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index-box4 .container .content a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-box4 .container .content a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-out 5s;
}
.index-box4 .container .content a .img::before {
  content: '';
  width: 100%;
  height: 2.35rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-box4 .container .content a .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.4rem;
}
.index-box4 .container .content a .tbox .t1 {
  line-height: 1.5;
  color: #fff;
}
.index-box4 .container .content a .tbox .arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box4 .container .content a .tbox .arrow svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.index-box4 .container .content a .tbox .arrow svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
.index-box4 .container .content a:hover .img img {
  transform: scale(1.1);
}
.index-box4 .container .content a:hover .tbox .arrow {
  border: 1px solid #86cb35;
  background: #86cb35;
}
.index-box4 .container .content a:hover .tbox .arrow svg {
  transform: rotateZ(0);
}
.index-box4 .container .content a:hover .tbox .arrow svg path {
  fill: #000;
}
.index-box5 {
  width: 100%;
  padding: 1.14rem 0 1.2rem;
}
.index-box5 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.index-box5 .container .menu {
  width: 100%;
  margin-top: 0.36rem;
}
.index-box5 .container .menu ul {
  display: flex;
  justify-content: center;
}
.index-box5 .container .menu ul li {
  width: auto;
  height: 50px;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin: 0 5px;
  transition: all ease-out 0.3s;
  padding:10px;
}
.index-box5 .container .menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  transition: all ease-out 0.3s;
}
.index-box5 .container .menu ul li:hover,
.index-box5 .container .menu ul li.on {
  border: 1px solid #86cb35;
}
.index-box5 .container .menu ul li:hover a,
.index-box5 .container .menu ul li.on a {
  color: #86cb35;
}
.index-box5 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.index-box5 .container .list ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box5 .container .list ul {
    width: calc(100% + 0.8rem);
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .index-box5 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box5 .container .list ul li {
  width: 33.33%;
  padding: 0 0.7rem;
  border-right: 1px solid #ececec;
}
@media (max-width: 991px) {
  .index-box5 .container .list ul li {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .index-box5 .container .list ul li {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 0.5rem;
  }
  .index-box5 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.index-box5 .container .list ul li a {
  display: block;
}
.index-box5 .container .list ul li a .public-img::before {
  padding-top: 54.54%;
}
.index-box5 .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.index-box5 .container .list ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-box5 .container .list ul li a .tbox .t1 .time {
  color: #999;
}
.index-box5 .container .list ul li a .tbox .t1 .label {
  height: 30px;
  color: #999;
  padding: 0 0.1rem;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.index-box5 .container .list ul li a .tbox .t2 {
  width: 100%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.24rem;
  height: 3em;
}
.index-box5 .container .list ul li a .tbox .icon {
  width: 15px;
  margin-top: 0.42rem;
}
.index-box5 .container .list ul li a .tbox .icon svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.index-box5 .container .list ul li a .tbox .icon svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.index-box5 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.index-box5 .container .list ul li:hover a .tbox .label {
  background: #86cb35;
  color: #000;
}
.index-box5 .container .list ul li:hover a .tbox .icon svg {
  transform: rotateZ(0);
}
.index-box5 .container .list ul li:hover a .tbox .icon svg path {
  fill: #86cb35;
}
.index-box5 .container .more {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.footer {
  width: 100%;
  background: #efefef;
  padding: 0.9rem 0 0;
}
.footer .container .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container .top .logo {
  width: 173px;
  display: flex;
}
.footer .container .top .logo a {
  display: flex;
}
.footer .container .top .share {
  display: flex;
  align-items: center;
}
.footer .container .top .share a {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  margin-right: 0.2rem;
  position: relative;
}
.footer .container .top .share a:last-child {
  margin-right: 0;
}
.footer .container .top .share a svg {
  max-width: 70%;
  max-height: 70%;
}
.footer .container .top .share a svg path {
  fill: #999999;
  transition: all ease-out 0.3s;
}
.footer .container .top .share a:hover {
  border: 1px solid #86cb35;
}
.footer .container .top .share a:hover svg path {
  /* fill: #fff; */
}
.footer .container .top .share a .img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .container .top .share a .ewm{
    width: 120px;
    height: 120px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 5px);
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1);
    display: none;
}
.footer .container .top .share a .ewm img{
    width: 100%;
}
.footer .container .top .share a:hover .ewm{
    display: block;
}
.footer .container .content {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.58rem 0 0.5rem;
  border-top: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .container .content .left {
  width: 30.75%;
}
@media (max-width: 767px) {
  .footer .container .content .left {
    width: 100%;
  }
}
.footer .container .content .left .t1 {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight:bold
  
}
@media (max-width: 1260px) {
  .footer .container .content .left .t1 {
    font-size: 16px;
  }
}
.footer .container .content .left .email {
  width: 100%;
  margin-top: 0.35rem;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .footer .container .content .left .email {
    height: 0.8rem;
  }
}
.footer .container .content .left .email .t2 {
  width: calc(100% - 0.4rem);
  height: 100%;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .container .content .left .email .t2 {
    width: calc(100% - 0.7rem);
  }
}
.footer .container .content .left .email .t2::placeholder {
  color: #666;
}
.footer .container .content .left .email .btn {
  width: 0.4rem;
  height: 100%;
  background: url(../images/email-arrow.svg) 0.1rem center no-repeat;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .footer .container .content .left .email .btn {
    width: 0.7rem;
  }
}
.footer .container .content .left .email .btn:hover {
  background: url(../images/email-arrow.svg) 0.15rem center no-repeat;
}
.footer .container .content .left .tips {
  color: #666;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0.13rem;
}
.footer .container .content .left .t3 {
  color: #000000;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .footer .container .content .left .t3 {
    font-size: 16px !important;
  }
}
.footer .container .content .right {
  width: 63.5%;
}
@media (max-width: 767px) {
  .footer .container .content .right {
    display: none;
  }
}
.footer .container .content .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .container .content .right ul li .t1 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1260px) {
  .footer .container .content .right ul li .t1 {
    font-size: 16px;
  }
}
.footer .container .content .right ul li .t1 a{
  color: #000;
}
.footer .container .content .right ul li .ts {
  margin-top: 0.3rem;
}
.footer .container .content .right ul li .ts span {
  display: flex;
  margin-bottom: 0.1rem;
}
.footer .container .content .right ul li .ts span:last-child {
  margin-bottom: 0;
}
.footer .container .content .right ul li .ts span a {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: all ease-out 0.3s;
}
.footer .container .content .right ul li .ts span a:hover {
  color: #86cb35;
}
.footer .container .down {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.26rem 0 0.3rem;
}
.footer .container .down .copyright {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .footer .container .down .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .container .down .copyright a {
  color: #999999;
}
.footer .container .down .right {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .footer .container .down .right {
    width: 100%;
    text-align: center;
  }
}
.footer .container .down .right a {
  color: #999;
  transition: all ease-out 0.3s;
}
.footer .container .down .right a:hover {
  color: #86cb35;
}
.Breadcrumb {
  width: 100%;
}
.Breadcrumb .container {
  height: 0.8rem;
  display: flex;
  align-items: center;
}
.Breadcrumb .container a {
  display: flex;
  color: #666;
  transition: all ease-out 0.3s;
  flex-shrink: 0;
  margin:0px 5px;
}
.Breadcrumb .container a svg path {
  transition: all ease-out 0.3s;
}
.Breadcrumb .container a:hover {
  color: #111;
}
.Breadcrumb .container a:hover svg path {
  fill: #000;
}
.Breadcrumb .container i {
  display: flex;
  margin: 0 0.2rem;
}
.Breadcrumb .container span {
  color: #666;
  flex-shrink: 0;
}
.notfound {
  width: 100%;
  background: #f5f5f5;
}
.notfound .container.nfc {
  padding: 0.86rem 0 2rem;
}
.notfound .container .img {
  display: flex;
  margin: auto;
  justify-content: center;
}
.notfound .container .txt {
  text-align: center;
  font-size: 0.3rem;
  color: #000;
  line-height: 0.4rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .notfound .container .txt {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.notfound .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.disclaimer {
  width: 100%;
  background: #f5f5f5;
}
.disclaimer .container.mz {
  padding: 0.44rem 0 1.16rem;
}
.disclaimer .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.disclaimer .container .txt {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  padding-top: 0.56rem;
  margin-top: 0.56rem;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 1580px) {
  .disclaimer .container .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .disclaimer .container .txt {
    font-size: 14px;
  }
}
.disclaimer .container .txt span {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  display: block;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .disclaimer .container .txt span {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .disclaimer .container .txt span {
    font-size: 22px;
    line-height: 32px;
  }
}
.Privacy-policy {
  width: 100%;
  background: #f5f5f5;
}
.Privacy-policy .container.pp {
  padding: 0.44rem 0 1.15rem;
}
.Privacy-policy .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.Privacy-policy .container .txt {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-top: 0.56rem;
  padding-top: 0.56rem;
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .Privacy-policy .container .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .Privacy-policy .container .txt {
    font-size: 14px;
  }
}
.Privacy-policy .container .txt span {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
@media (max-width: 1580px) {
  .Privacy-policy .container .txt span {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .Privacy-policy .container .txt span {
    font-size: 22px;
    line-height: 32px;
  }
}
.setmap {
  width: 100%;
  background: #f5f5f5;
}
.setmap .container.sm {
  padding: 0.44rem 0 1.15rem;
}
.setmap .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.setmap .container .list {
  width: 100%;
  margin-top: 0.5rem;
}
.setmap .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.setmap .container .list ul li {
  width: 12.5%;
}
@media (max-width: 991px) {
  .setmap .container .list ul li {
    width: 30%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .setmap .container .list ul li {
    width: 100%;
  }
}
.setmap .container .list ul li .t1 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
@media (max-width: 1580px) {
  .setmap .container .list ul li .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .setmap .container .list ul li .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .setmap .container .list ul li .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.setmap .container .list ul li .ts {
  margin-top: 0.14rem;
  border-top: 1px solid #e0e0e0;
  padding-top: 0.24rem;
}
.setmap .container .list ul li .ts span {
  display: flex;
  margin-bottom: 0.1rem;
}
.setmap .container .list ul li .ts span:last-child {
  margin-bottom: 0;
}
.setmap .container .list ul li .ts span a {
  line-height: 26px;
  color: #666;
  transition: all ease-out 0.3s;
}
.setmap .container .list ul li .ts span a:hover {
  color: #86cb35;
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
}
.info-banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/info-banner-zz.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-banner .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img img:nth-child(1) {
    display: none;
  }
  .info-banner .img img:nth-child(2) {
    display: block;
  }
}
.info-banner .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.53rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .info-banner .tbox {
    height: 100%;
    display: flex;
  }
}
.info-banner .tbox > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .info-banner .tbox > .container {
    margin-top: auto;
    flex-wrap: wrap;
  }
}
.info-banner .tbox > .container .left {
  width: 100%;
}
.info-banner .tbox > .container .left .t1 {
  line-height: 24px;
  color: #fff;
}
.info-banner .tbox > .container .left .t2 {
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  margin-top: 0.1rem;
}
.info-banner .tbox > .container .Breadcrumb {
  width: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .info-banner .tbox > .container .Breadcrumb {
    margin-top: 0.5rem;
    margin-left: 0;
	display:none
  }
}
.info-banner .tbox > .container .Breadcrumb .container {
  width: initial;
  height: auto;
  justify-content: flex-end;
  align-items: center;
}
.info-banner .tbox > .container .Breadcrumb .container a svg path {
  fill: #fff;
}
.info-banner .tbox > .container .Breadcrumb .container a:hover {
  color: #fff;
}
.info-banner .tbox > .container .Breadcrumb .container a:hover svg path {
  opacity: 1;
}
.info-banner .tbox > .container .Breadcrumb .container i svg path {
  fill: #fff;
}
.info-banner .tbox > .container .Breadcrumb .container span {
  color: #fff;
}
.product-page {
  width: 100%;
  padding: 1.2rem 0 0.7rem;
}
.product-page .container .p-box1 {
  width: 100%;
  color: #000;
  background: #f5f5f5;
  border-top: 2px solid #86cb35;
  padding: 0.5rem 0.6rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .product-page .container .p-box1 {
    flex-wrap: wrap;
  }
}
.product-page .container .p-box1 .icon {
  margin-left: 1.2rem;
  width: 0.38rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-page .container .p-box1 .icon {
    margin-left: auto;
    margin-top: 0.3rem;
  }
}
.product-page .container .p-box2 {
  width: 100%;
  margin-top: 0.6rem;
}
.product-page .container .p-box2 ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-page .container .p-box2 ul {
    width: 100%;
    margin: 0;
  }
}
.product-page .container .p-box2 ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  border: 1px solid #ececec;
}
@media (max-width: 991px) {
  .product-page .container .p-box2 ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .product-page .container .p-box2 ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.product-page .container .p-box2 ul li .public-img::before {
  padding-top: 100%;
}
.product-page .container .p-box2 ul li .tbox {
  width: 100%;
  padding: 0.32rem 0.4rem 0.15rem;
}
.product-page .container .p-box2 ul li .tbox .t1 {
  color: #000;
}
.product-page .container .p-box2 ul li .tbox .t2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.product-page .container .p-box2 ul li .tbox .t2 a {
  width: 42.85%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.12rem;
  margin-bottom: 0.25rem;
  position: relative;
}
@media (max-width: 1580px) {
  .product-page .container .p-box2 ul li .tbox .t2 a {
    width: 48%;
  }
}
.product-page .container .p-box2 ul li .tbox .t2 a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #86cb35;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.product-page .container .p-box2 ul li .tbox .t2 a span {
  color: #666;
  transition: all ease-out 0.3s;
}
.product-page .container .p-box2 ul li .tbox .t2 a i {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.product-page .container .p-box2 ul li .tbox .t2 a i svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.product-page .container .p-box2 ul li .tbox .t2 a i svg path {
  fill: #999;
  transition: all ease-out 0.3s;
  opacity: 1;
}
.product-page .container .p-box2 ul li .tbox .t2 a:hover::before {
  width: 100%;
}
.product-page .container .p-box2 ul li .tbox .t2 a:hover span {
  color: #86cb35;
}
.product-page .container .p-box2 ul li .tbox .t2 a:hover i svg {
  transform: rotateZ(0);
}
.product-page .container .p-box2 ul li .tbox .t2 a:hover i svg path {
  fill: #86cb35;
}
.product-page .container .p-box2 ul li:hover .public-img img {
  transform: scale(1.1);
}
.product-page2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .product-page2 {
    padding: 1.2rem 0 0.9rem;
  }
}
.product-page2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page2 .container .item {
  width: 48.75%;
  background: #fff;
  transition: all ease-out 0.3s;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .product-page2 .container .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.product-page2 .container .item .t1 {
  color: #000;
  font-size: 0.3rem;
  line-height: 0.36rem;
}
@media (max-width: 767px) {
  .product-page2 .container .item .t1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.product-page2 .container .item .t2 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .product-page2 .container .item .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .product-page2 .container .item .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.product-page2 .container .item .more {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 0.8rem;
}
.product-page2 .container .item .more::before {
  content: '';
  width: 0;
  height: 0;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.product-page2 .container .item .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.product-page2 .container .item .more svg path {
  fill: #999;
  opacity: 1;
}
.product-page2 .container .item:hover {
  background: #86cb35;
}
.product-page2 .container .item:hover .more {
  border: 1px solid transparent;
}
.product-page2 .container .item:hover .more::before {
  width: 100%;
  height: 100%;
}
.product-page2 .container .item:hover .more svg {
  transform: rotateZ(0);
}
.product-page2 .container .item:hover .more svg path {
  fill: #86cb35;
}
.product-page2.info-page {
  background: #fff;
}
.product-page2.info-page .container .item {
  background: #f5f5f5;
}
.product-page2.info-page .container .item:hover {
  background: #86cb35;
}
.product-page2.info-page .container .item:hover .more {
  border: 1px solid #000;
}
.product-page2.info-page .container .item:hover .more::before {
  width: 100%;
  height: 100%;
}
.product-page2.info-page .container .item:hover .more svg {
  transform: rotateZ(0);
}
.product-page2.info-page .container .item:hover .more svg path {
  fill: #86cb35;
  opacity: 1;
}
.product-list {
  width: 100%;
}
.product-list .box1 {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 1rem;
}
.product-list .box1 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
  text-align: center;
  margin-top: 0.14rem;
}
.product-list .box1 .container .search-box {
  width: 100%;
  height: 0.8rem;
  display: flex;
  margin-top: 0.46rem;
  background: #fff;
}
.product-list .box1 .container .search-box .txt {
  width: calc(100% - 0.8rem);
  height: 100%;
  padding-left: 0.3rem;
  font-size: 18px;
  color: #111;
}
.product-list .box1 .container .search-box .txt::placeholder {
  color: #999;
}
@media (max-width: 1580px) {
  .product-list .box1 .container .search-box .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-list .box1 .container .search-box .txt {
    font-size: 14px;
  }
}
.product-list .box1 .container .search-box .btn {
  width: 0.8rem;
  height: 100%;
  background: url(../images/search2.svg) center center no-repeat;
}
.product-list .box2 {
  width: 100%;
  padding: 0.6rem 0 1.2rem;
  position: relative;
}
.product-list .box2 .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
}
@media (max-width: 767px) {
  .product-list .box2 .left {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
  }
}
.product-list .box2 .left .menu {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu {
    position: relative;
    height: auto;
  }
}
.product-list .box2 .left .menu .ts {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .ts {
    display: flex;
  }
}
.product-list .box2 .left .menu .ts .icon {
  width: 100%;
  height: 0.6rem;
  background: #86cb35;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .ts .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.product-list .box2 .left .menu .ts .txt {
  width: 100%;
  height: calc(100% - 0.6rem);
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .box2 .left .menu .ts .txt span {
  color: #fff;
  white-space: nowrap;
  transform: rotateZ(-90deg);
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .ts .txt span {
    transform: rotateZ(0);
  }
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .ts .txt {
    height: 0.8rem;
  }
}
.product-list .box2 .left .menu .menu-tc {
  width: 3.6rem;
  height: 100%;
  position: absolute;
  left: -3.6rem;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .menu-tc {
    width: 100%;
    height: auto;
    left: 0;
    position: relative;
    box-shadow: none;
    border: 1px solid #eee;
    display: none;
  }
}
.product-list .box2 .left .menu .menu-tc.on {
  left: 0;
}
@media (max-width: 767px) {
  .product-list .box2 .left .menu .menu-tc.on {
    display: block;
  }
}
.product-list .box2 .left .menu .menu-tc .top {
  width: 100%;
  position: relative;
  padding: 0.3rem 0.4rem;
}
.product-list .box2 .left .menu .menu-tc .top .close {
  width: 14px;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}
.product-list .box2 .left .menu .menu-tc .top .close svg {
  width: 100%;
  transition: all ease-out 0.3s;
}
.product-list .box2 .left .menu .menu-tc .top .close:hover svg {
  transform: rotateZ(180deg);
}
.product-list .box2 .left .menu .menu-tc .top .t1 {
  color: #999;
  line-height: 32px;
}
.product-list .box2 .left .menu .menu-tc .top .t2 {
  color: #000;
  line-height: 24px;
  margin-top: 3px;
}
.product-list .box2 .left .menu .menu-tc ul {
  width: 100%;
  height: calc(100% - 60px - 0.6rem);
  overflow-y: auto;
  scrollbar-width: 0.1rem;
}
.product-list .box2 .left .menu .menu-tc ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.1rem;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.product-list .box2 .left .menu .menu-tc ul::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  background: #999;
}
.product-list .box2 .left .menu .menu-tc ul::-webkit-scrollbar-track {
  /*滚动条-背景*/
  background: #f5f5f5;
}
.product-list .box2 .left .menu .menu-tc ul li {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 0 0.2rem 0 0.4rem;
}
.product-list .box2 .left .menu .menu-tc ul li .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding: 0.25rem 0;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .product-list .box2 .left .menu .menu-tc ul li .t1 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-list .box2 .left .menu .menu-tc ul li .t1 {
    font-size: 16px;
  }
}
.product-list .box2 .left .menu .menu-tc ul li .t1 i {
  width: 10px;
  display: flex;
  background: none;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 {
  width: 100%;
  display: none;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts .ck {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  margin-right: 0.1rem;
  position: relative;
  transition: all ease-out 0.3s;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts .ck span {
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts span {
  color: #666;
  margin-right: auto;
  transition: all ease-out 0.3s;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts .num {
  min-width: 30px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 14px;
  background: #e8e8e8;
  border-radius: 3px;
  transition: all ease-out 0.3s;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts.on .ck {
  border: 1px solid #86cb35;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts.on .ck span {
  border: 2px solid #86cb35;
  border-top: 0;
  border-left: 0;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts.on span {
  color: #000;
}
.product-list .box2 .left .menu .menu-tc ul li .t2 .ts.on .num {
  background: #86cb35;
  color: #fff;
}
@media (max-width: 767px) {
  .product-list .box2 .container {
    margin-top: 0.5rem;
  }
}
.product-list .box2 .container .list {
  width: 100%;
}
.product-list .box2 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-list .box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.product-list .box2 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border: 1px solid #ececec;
}
@media (max-width: 991px) {
  .product-list .box2 .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .product-list .box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.product-list .box2 .container .list ul li a {
  width: 100%;
}
.product-list .box2 .container .list ul li a .public-img::before {
  padding-top: 72%;
}
.product-list .box2 .container .list ul li a .public-img .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 6px;
}
.product-list .box2 .container .list ul li a .public-img .label.label-Y {
  color: #000;
  background: #86cb35;
}
.product-list .box2 .container .list ul li a .public-img .label.label-R {
  color: #fff;
  background: #e60012;
}
.product-list .box2 .container .list ul li a .public-img .label.label-W {
  color: #999;
  background: #fff;
}
.product-list .box2 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.23rem 0.3rem 0.08rem;
}
.product-list .box2 .container .list ul li a .tbox .t1 {
  color: #000;
  transition: all ease-out 0.3s;
}
.product-list .box2 .container .list ul li a .tbox .t2 {
  width: 100%;
  padding-top: 0.25rem;
  border-top: 1px solid #ececec;
  margin-top: 0.2rem;
}
.product-list .box2 .container .list ul li a .tbox .t2 .ts {
  width: 100%;
  color: #666;
  line-height: 24px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.15rem;
}
.product-list .box2 .container .list ul li a .tbox .t2 .ts:last-child {
  border-bottom: none;
}
.product-list .box2 .container .list ul li a .tbox .t2 .ts span {
  display: block;
  color: #000;
}
.product-list .box2 .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.product-list .box2 .container .list ul li:hover a .tbox .t1 {
  color: #86cb35;
}
.product-list .box2 .container .page-list {
  margin-top: 0.2rem;
}
.product-info {
  width: 100%;
}
.product-info .box1 {
  width: 100%;
  background: url(../images/product-info-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.1rem 0 1.24rem;
}
.product-info .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-info .box1 .container .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .product-info .box1 .container .public-img {
    width: 100%;
  }
}
.product-info .box1 .container .public-img::before {
  padding-top: 72%;
}
.product-info .box1 .container .tbox {
  width: 43.75%;
}
@media (max-width: 991px) {
  .product-info .box1 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info .box1 .container .tbox .t1 {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
}
.product-info .box1 .container .tbox .t2 {
  width: 100%;
  margin-top: 0.25rem;
}
.product-info .box1 .container .tbox .t2 .ts {
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #000;
}
.product-info .box1 .container .tbox .t2 .ts:last-child {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1580px) {
  .product-info .box1 .container .tbox .t2 .ts {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-info .box1 .container .tbox .t2 .ts {
    font-size: 14px;
  }
}
.product-info .box1 .container .tbox .t2 .ts .lb{
  width: 110px;
}
.product-info .box1 .container .tbox .t2 .ts .tb {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 0.2rem; */
  height: 40px;
  border-radius: 3px;
  /* background: #fff; */
  color: #666;
  font-size: 14px;
  margin-left: 0.1rem;
}
.product-info .box1 .container .tbox .t2 .ts .tips {
  font-size: 14px;
  color: #999;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product-info .box1 .container .tbox .t2 .ts .tips {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.product-info .box1 .container .tbox .more {
  margin-top: 0.6rem;
}
.product-info .pinfo-menu {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .product-info .pinfo-menu {
    padding-bottom: 0.2rem;
  }
}
.product-info .pinfo-menu .box{
  width: 100%;
  background: #fff;
}
.product-info .pinfo-menu .box.on{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  border-bottom: 1px solid #ececec;
}
.product-info .pinfo-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-info .pinfo-menu .container .menu ul {
  display: flex;
}
.product-info .pinfo-menu .container .menu ul li {
  margin-right: 1rem;
  position: relative;
  padding: 0.28rem 0 0.25rem;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .container .menu ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .menu ul li {
    margin-right: 0.3rem;
  }
}
.product-info .pinfo-menu .container .menu ul li::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #ececec;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .container .menu ul li::after {
    right: -0.25rem;
  }
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .menu ul li::after {
    right: -0.15rem;
  }
}
.product-info .pinfo-menu .container .menu ul li:last-child {
  margin-right: 0;
}
.product-info .pinfo-menu .container .menu ul li:last-child::after {
  display: none;
}
.product-info .pinfo-menu .container .menu ul li a {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-info .pinfo-menu .container .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .product-info .pinfo-menu .container .menu ul li a {
    font-size: 14px;
  }
}
.product-info .pinfo-menu .container .menu ul li:hover,
.product-info .pinfo-menu .container .menu ul li.on {
  border-bottom: 3px solid #86cb35;
}
.product-info .pinfo-menu .container .menu ul li:hover a,
.product-info .pinfo-menu .container .menu ul li.on a {
  color: #000;
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .more {
    margin-top: 0.3rem;
  }
}
.product-info .box2 {
  width: 100%;
  padding: 0.93rem 0 1.07rem;
}
.product-info .box2 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-info .box2 .container .top {
    flex-direction: column-reverse;
  }
}
.product-info .box2 .container .top .tbox {
  width: 69.375%;
}
@media (max-width: 991px) {
  .product-info .box2 .container .top .tbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-info .box2 .container .top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info .box2 .container .top .tbox .t1 {
  font-size: 0.38rem;
  color: #000;
  line-height: 0.6rem;
}
.product-info .box2 .container .top .tbox .t2 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.17rem;
}
@media (max-width: 1580px) {
  .product-info .box2 .container .top .tbox .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .product-info .box2 .container .top .tbox .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.product-info .box2 .container .top .tbox .img {
  margin-top: 0.3rem;
}
.product-info .box2 .container .top .right-img {
  width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box2 .container .top .right-img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product-info .box2 .container .top .right-img {
    width: 100%;
  }
}
.product-info .box2 .container .top .right-img .public-img {
  width: 100%;
  border: 1px solid #ececec;
}
.product-info .box2 .container .top .right-img .enlarge {
  width: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.product-info .box2 .container .top .right-img .enlarge svg {
  width: 100%;
  height: auto;
}
.product-info .box2 .container .top .right-img .enlarge svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #333;
}
.product-info .box2 .container .top .right-img .enlarge:hover svg path {
  fill: #86cb35;
}
.product-info .box2 .container .top .right-img .print {
  width: 20px;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.product-info .box2 .container .top .right-img .print svg {
  width: 100%;
  height: auto;
}
.product-info .box2 .container .top .right-img .print svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #333;
}
.product-info .box2 .container .top .right-img .print:hover svg path {
  fill: #86cb35;
}
.product-info .box2 .container .top .right-img .downloads {
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.product-info .box2 .container .top .right-img .downloads svg {
  width: 100%;
  height: auto;
}
.product-info .box2 .container .top .right-img .downloads svg path {
  transition: all ease-out 0.3s;
  opacity: 1;
  fill: #333;
}
.product-info .box2 .container .top .right-img .downloads:hover svg path {
  fill: #86cb35;
}
.product-info .box2 .container .down {
  width: 100%;
  margin-top: 0.38rem;
}
.product-info .box2 .container .down .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.product-info .box2 .container .down .img {
  margin-top: 0.52rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-info .box3 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.14rem 0 1.17rem;
}
.product-info .box3 .container .title {
  text-align: center;
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.product-info .box3 .container .list {
  width: 100%;
  margin-top: 0.56rem;
  border: 1px solid #ececec;
}
@media (max-width: 991px) {
  .product-info .box3 .container .list {
    overflow-x: auto;
  }
}
.product-info .box3 .container .list ul {
  width: 100%;
}
@media (max-width: 991px) {
  .product-info .box3 .container .list ul {
    width: 1200px;
  }
}
.product-info .box3 .container .list ul li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
.product-info .box3 .container .list ul li:last-child {
  border-bottom: none;
}
.product-info .box3 .container .list ul li .t1 {
  width: 12.8%;
  text-align: center;
  border-right: 1px solid #ececec;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  padding: 0.16rem 0;
}
@media (max-width: 1580px) {
  .product-info .box3 .container .list ul li .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-info .box3 .container .list ul li .t1 {
    font-size: 14px;
  }
}
.product-info .box3 .container .list ul li:nth-child(1) {
  background: #f5f5f5;
}
.product-info .box3 .container .list ul li:nth-child(1) .t1 {
  color: #333;
}
.product-info .box3 .container .tips {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 24px;
  margin-top: 0.4rem;
}
.product-info .box4 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.product-info .box4 .container .title {
  text-align: center;
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.product-info .box4 .container .list {
  width: 100%;
  margin-top: 0.4rem;
}
.product-info .box4 .container .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ececec;
}
.product-info .box4 .container .list ul li:nth-child(1) {
  padding: 0.13rem 0;
  color: #666;
}
@media (max-width: 1580px) {
  .product-info .box4 .container .list ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-info .box4 .container .list ul li {
    font-size: 14px;
  }
}
.product-info .box4 .container .list ul li .t1 {
  width: 32.5%;
  display: flex;
}
@media (max-width: 1024px) {
  .product-info .box4 .container .list ul li .t1 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-info .box4 .container .list ul li .t1 {
    width: 100%;
  }
}
.product-info .box4 .container .list ul li .t1 .tips {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
  border-radius: 3px;
  background: #86cb35;
  color: #000;
  font-size: 12px;
  margin-left: 0.1rem;
  position: relative;
}
.product-info .box4 .container .list ul li .t1 .tips::before {
  content: '';
  border-right: 6px solid #86cb35;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.product-info .box4 .container .list ul li .t2 {
  width: 22.2%;
}
@media (max-width: 767px) {
  .product-info .box4 .container .list ul li .t2 {
    display: none;
  }
}
.product-info .box4 .container .list ul li .t3 {
  width: 22.2%;
}
@media (max-width: 767px) {
  .product-info .box4 .container .list ul li .t3 {
    display: none;
  }
}
.product-info .box4 .container .list ul li .t4 {
  width: 20%;
}
@media (max-width: 767px) {
  .product-info .box4 .container .list ul li .t4 {
    display: none;
  }
}
.product-info .box4 .container .list ul li .t5 {
  width: 40px;
  flex-shrink: 0;
}
.product-info .box4 .container .list ul li .t5 .load {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  cursor: pointer;
  position: relative;
}
.product-info .box4 .container .list ul li .t5 .load::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
  background: #86cb35;
}
.product-info .box4 .container .list ul li .t5 .load svg {
  position: relative;
  z-index: 2;
}
.product-info .box4 .container .list ul li .t5 .load svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.product-info .box4 .container .list ul li .t5 .load:hover {
  border: 1px solid #86cb35;
}
.product-info .box4 .container .list ul li .t5 .load:hover::before {
  width: 100%;
  height: 100%;
}
.product-info .box4 .container .list ul li .t5 .load:hover svg path {
  fill: #000;
}
.product-info .box4 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.product-info .box4 .container .more .pub-btn {
  background: #fff9e7;
  border: 1px solid #86cb35;
}
.product-info .box4 .container .more .pub-btn span {
  color: #86cb35;
  transition: all ease-out 0.3s;
}
.product-info .box4 .container .more .pub-btn:hover span {
  color: #000;
}
.product-info .box5 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.14rem 0 1.2rem;
}
.product-info .box5 .container .title {
  text-align: center;
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.product-info .box5 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.product-info .box5 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-info .box5 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.product-info .box5 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border: 1px solid #ececec;
  background: #fff;
}
@media (max-width: 991px) {
  .product-info .box5 .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .product-info .box5 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.product-info .box5 .container .list ul li a {
  width: 100%;
}
.product-info .box5 .container .list ul li a .public-img::before {
  padding-top: 72%;
}
.product-info .box5 .container .list ul li a .public-img .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 6px;
}
.product-info .box5 .container .list ul li a .public-img .label.label-Y {
  color: #000;
  background: #86cb35;
}
.product-info .box5 .container .list ul li a .public-img .label.label-R {
  color: #fff;
  background: #e60012;
}
.product-info .box5 .container .list ul li a .public-img .label.label-W {
  color: #999;
  background: #fff;
}
.product-info .box5 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.23rem 0.3rem 0.08rem;
}
.product-info .box5 .container .list ul li a .tbox .t1 {
  color: #000;
}
.product-info .box5 .container .list ul li a .tbox .t2 {
  width: 100%;
  padding-top: 0.25rem;
  border-top: 1px solid #ececec;
  margin-top: 0.2rem;
}
.product-info .box5 .container .list ul li a .tbox .t2 .ts {
  width: 100%;
  color: #666;
  line-height: 24px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.15rem;
}
.product-info .box5 .container .list ul li a .tbox .t2 .ts:last-child {
  border-bottom: none;
}
.product-info .box5 .container .list ul li a .tbox .t2 .ts span {
  display: block;
  color: #000;
}
.product-info .box5 .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.download-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.download-tc .box {
  width: 1000px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.download-tc .box .close {
  width: 20px;
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width:767px) {
  .download-tc .box .close{
    width: 14px;
    top: 0.2rem;
    right: 0.3rem;
  }
}
.download-tc .box .close svg {
  width: 100%;
  transition: all ease-out 0.3s;
}
.download-tc .box .close svg path {
  fill: #fff;
}
.download-tc .box .close:hover svg {
  transform: rotateZ(180deg);
}
.download-tc .box .top {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.38rem;
  color: #000;
  background: #86cb35;
  display: flex;
  align-items: center;
}
.download-tc .box .tbox {
  width: 100%;
  padding: 0.4rem;
}
.download-tc .box .tbox .list {
  width: 100%;
}
.download-tc .box .tbox .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  color: #666;
  line-height: 26px;
  padding: 0.26rem 0;
  border-bottom: 1px solid #ececec;
}
.download-tc .box .tbox .list ul li:nth-child(1) {
  padding: 0 0 0.14rem;
}
.download-tc .box .tbox .list ul li:nth-child(1) .t2 {
  color: #666;
}
.download-tc .box .tbox .list ul li .t1 {
  width: 15.2%;
}
.download-tc .box .tbox .list ul li .t1 .ck {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.download-tc .box .tbox .list ul li .t1 .ck::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.download-tc .box .tbox .list ul li.on .t1 .ck{
  border: 1px solid #86cb35;
}
.download-tc .box .tbox .list ul li.on .t1 .ck::before{
  background: #86cb35;
}
.download-tc .box .tbox .list ul li .t2 {
  width: 36.95%;
  color: #000;
  display: flex;
}
@media (max-width:991px) {
  .download-tc .box .tbox .list ul li .t2{
    width: 58.35%;
  }
}
@media (max-width:767px) {
  .download-tc .box .tbox .list ul li .t2{
    width: 84.8%;
  }
}
.download-tc .box .tbox .list ul li .t2 .tips {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
  border-radius: 3px;
  background: #86cb35;
  color: #000;
  font-size: 12px;
  margin-left: 0.1rem;
  position: relative;
}
.download-tc .box .tbox .list ul li .t2 .tips::before {
  content: '';
  border-right: 6px solid #86cb35;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.download-tc .box .tbox .list ul li .t3 {
  width: 20.43%;
}
@media (max-width:767px) {
  .download-tc .box .tbox .list ul li .t3{
    display: none;
  }
}
.download-tc .box .tbox .list ul li .t4 {
  width: 21.4%;
}
@media (max-width:991px) {
  .download-tc .box .tbox .list ul li .t4{
    display: none;
  }
}
.download-tc .box .tbox .list ul li .t5 {
  flex-shrink: 0;
}
@media (max-width:767px) {
  .download-tc .box .tbox .list ul li .t5{
    display: none;
  }
}
.download-tc .box .tbox .all {
  display: flex;
  align-items: center;
  color: #666;
  line-height: 26px;
  margin-top: 0.16rem;
}
.download-tc .box .tbox .all .ck {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  transition: all ease-out 0.3s;
  margin-right: 0.1rem;
  cursor: pointer;
}
.download-tc .box .tbox .all .ck::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.download-tc .box .tbox .all .ck.on{
  border: 1px solid #86cb35;
}
.download-tc .box .tbox .all .ck.on::before{
  background: #86cb35;
}
.download-tc .box .tbox .ckbox {
  margin-top: 0.36rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.download-tc .box .tbox .ckbox .btn {
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 3px;
  font-weight: bold;
  margin: 0 0.1rem;
}
.download-tc .box .tbox .ckbox .btn.btn1 {
  color: #999;
  background: #f5f5f5;
}
.download-tc .box .tbox .ckbox .btn.btn2 {
  color: #000;
  background: #86cb35;
}
.certification-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.certification-tc .box {
  width: 1000px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.certification-tc .box .close {
  width: 20px;
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width:767px) {
  .certification-tc .box .close{
    width: 14px;
    top: 0.2rem;
    right: 0.3rem;
  }
}
.certification-tc .box .close svg {
  width: 100%;
  transition: all ease-out 0.3s;
}
.certification-tc .box .close svg path {
  fill: #fff;
}
.certification-tc .box .close:hover svg {
  transform: rotateZ(180deg);
}
.certification-tc .box .top {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.38rem;
  color: #000;
  background: #86cb35;
  display: flex;
  align-items: center;
}
.certification-tc .box .tbox {
  width: 100%;
  padding: 0.35rem 0.4rem 0.4rem;
}
.certification-tc .box .tbox .txt {
  color: #666;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .certification-tc .box .tbox .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .certification-tc .box .tbox .txt {
    font-size: 14px;
  }
}
.certification-tc .box .tbox .tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.37rem;
}
.certification-tc .box .tbox .tab .txt {
  width: 48.9%;
  height: 0.6rem;
  border: 1px solid #ececec;
  padding-left: 0.2rem;
  color: #111;
  margin-bottom: 0.2rem;
}
@media (max-width:767px) {
  .certification-tc .box .tbox .tab .txt{
    width: 100%;
    height: 0.8rem;
  }
}
.certification-tc .box .tbox .tab .txt::placeholder {
  color: #999;
}
.certification-tc .box .tbox .more {
  margin-top: 0.2rem;
}
@media (max-width:767px) {
  .certification-tc .box .tbox .more{
    display: flex;
    justify-content: center;
  }
}
.application {
  width: 100%;
}
.application .menu {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.application .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .application .menu ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    margin-bottom: -0.15rem;
  }
}
.application .menu ul li {
  margin-right: 1rem;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .application .menu ul li {
    margin: 0 0.25rem;
  }
}
.application .menu ul li::before {
  content: '';
  background: #ececec;
  width: 1px;
  height: 18px;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .application .menu ul li::before {
    left: calc(100% + 0.25rem);
  }
}
.application .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .application .menu ul li:last-child {
    margin: 0 0.25rem;
  }
}
.application .menu ul li:last-child::before {
  display: none;
}
.application .menu ul li a {
  color: #666;
  font-size: 18px;
  line-height: 0.77rem;
  transition: all ease-out 0.3s;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .application .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .application .menu ul li a {
    font-size: 14px;
  }
}
.application .menu ul li:hover,
.application .menu ul li.on {
  border-bottom: 3px solid #86cb35;
}
.application .menu ul li:hover a,
.application .menu ul li.on a {
  color: #000;
}
.application .container {
  padding: 1.2rem 0 0;
}
.application .container .p-box1 {
  width: 100%;
  color: #000;
  background: #f5f5f5;
  border-top: 2px solid #86cb35;
  padding: 0.5rem 0.6rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .application .container .p-box1 {
    flex-wrap: wrap;
  }
}
.application .container .p-box1 .icon {
  margin-left: 1.2rem;
  width: 0.38rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .application .container .p-box1 .icon {
    margin-left: auto;
    margin-top: 0.3rem;
  }
}
.application .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.application .container .list ul li {
  width: 100%;
  margin-bottom: 1.2rem;
  background: #f5f5f5;
}
.application .container .list ul li a {
  display: flex;
  flex-wrap: wrap;
}
.application .container .list ul li a .public-img {
  width: 62.5%;
}
@media (max-width: 991px) {
  .application .container .list ul li a .public-img {
    width: 100%;
  }
}
.application .container .list ul li a .public-img::before {
  padding-top: 50%;
}
.application .container .list ul li a .tbox {
  width: 37.5%;
  position: relative;
  padding: 0.55rem 0.55rem 0.6rem 0.6rem;
}
@media (max-width: 991px) {
  .application .container .list ul li a .tbox {
    width: 100%;
  }
}
.application .container .list ul li a .tbox .icon {
  height: 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.application .container .list ul li a .tbox .icon svg {
  max-height: 100%;
}
.application .container .list ul li a .tbox .icon svg path {
  fill: #000;
  opacity: 1;
}
.application .container .list ul li a .tbox .t1 {
  width: 100%;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.35rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .application .container .list ul li a .tbox .t1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.application .container .list ul li a .tbox .t2 {
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .application .container .list ul li a .tbox .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .application .container .list ul li a .tbox .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.application .container .list ul li a .tbox .more {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 0.5rem;
  position: absolute;
  left: 0.55rem;
  bottom: 0.6rem;
}
@media (max-width: 991px) {
  .application .container .list ul li a .tbox .more {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.application .container .list ul li a .tbox .more::before {
  content: '';
  width: 0;
  height: 0;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.application .container .list ul li a .tbox .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.application .container .list ul li a .tbox .more svg path {
  fill: #999;
  opacity: 1;
}
.application .container .list ul li a .tbox::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #86cb35;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.application .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.application .container .list ul li:hover a .tbox::before {
  height: 100%;
}
.application .container .list ul li:hover a .tbox .t2 {
  color: #333;
}
.application .container .list ul li:hover a .tbox .more {
  border: 1px solid transparent;
}
.application .container .list ul li:hover a .tbox .more::before {
  width: 100%;
  height: 100%;
}
.application .container .list ul li:hover a .tbox .more svg {
  transform: rotateZ(0);
}
.application .container .list ul li:hover a .tbox .more svg path {
  fill: #86cb35;
}
.application-info {
  width: 100%;
  background: #f5f5f5;
}
.application-info .box1 {
  width: 100%;
  padding: 0.84rem 0 0.6rem;
}
.application-info .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-info .box1 .container .top {
  width: 39.375%;
}
@media (max-width: 991px) {
  .application-info .box1 .container .top {
    width: 100%;
  }
}
.application-info .box1 .container .top .t1 {
  color: #666;
}
.application-info .box1 .container .top .t2 {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
  margin-top: 7px;
}
.application-info .box1 .container .txt {
  width: 50.3%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 0.37rem;
}
@media (max-width: 991px) {
  .application-info .box1 .container .txt {
    width: 100%;
  }
}
.application-info .box2 {
  width: 100%;
  position: relative;
}
.application-info .box2 .img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 767px) {
  .application-info .box2 .img {
    height: 5rem;
  }
}
.application-info .box2 .img ul {
  height: 100%;
}
.application-info .box2 .img ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.application-info .box2 .img ul li:nth-child(1) {
  position: relative;
}
.application-info .box2 .img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-out 0.5s;
}
.application-info .box2 .img ul li.on {
  opacity: 1;
  z-index: 2;
}
.application-info .box2 .container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .application-info .box2 .container {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: translateX(0);
  }
}
.application-info .box2 .container .list {
  width: 43.75%;
  margin-top: 1.64rem;
  position: relative;
  background: #fff;
}
@media (max-width: 991px) {
  .application-info .box2 .container .list {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .application-info .box2 .container .list {
    width: 100%;
    margin-top: 0;
  }
}
.application-info .box2 .container .list .swiper-container .swiper-slide {
  height: 4.7rem;
  padding: 0.54rem 0.6rem;
  background: #fff;
  border-bottom: 2px solid #86cb35;
}
.application-info .box2 .container .list .swiper-container .swiper-slide .t1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .application-info .box2 .container .list .swiper-container .swiper-slide .t1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.application-info .box2 .container .list .swiper-container .swiper-slide .t2 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .application-info .box2 .container .list .swiper-container .swiper-slide .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .application-info .box2 .container .list .swiper-container .swiper-slide .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.application-info .box2 .container .list .ckbox {
  position: absolute;
  z-index: 2;
  left: 0.6rem;
  bottom: 0.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .application-info .box2 .container .list .ckbox {
    width: 100%;
    justify-content: center;
    left: 0;
  }
}
.application-info .box2 .container .list .ckbox .prev,
.application-info .box2 .container .list .ckbox .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  position: relative;
}
.application-info .box2 .container .list .ckbox .prev::before,
.application-info .box2 .container .list .ckbox .next::before {
  content: '';
  width: 0;
  height: 0;
  background: #86cb35;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.application-info .box2 .container .list .ckbox .prev svg,
.application-info .box2 .container .list .ckbox .next svg {
  transition: all ease-out 0.3s;
}
.application-info .box2 .container .list .ckbox .prev svg path,
.application-info .box2 .container .list .ckbox .next svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.application-info .box2 .container .list .ckbox .prev:hover,
.application-info .box2 .container .list .ckbox .next:hover {
  border: 1px solid #86cb35;
}
.application-info .box2 .container .list .ckbox .prev:hover::before,
.application-info .box2 .container .list .ckbox .next:hover::before {
  width: 100%;
  height: 100%;
}
.application-info .box2 .container .list .ckbox .prev:hover svg path,
.application-info .box2 .container .list .ckbox .next:hover svg path {
  fill: #000;
}
.application-info .box2 .container .list .ckbox .prev svg {
  transform: rotateZ(-135deg);
}
.application-info .box2 .container .list .ckbox .prev:hover svg {
  transform: rotateZ(-180deg);
}
.application-info .box2 .container .list .ckbox .next svg {
  transform: rotateZ(-45deg);
}
.application-info .box2 .container .list .ckbox .next:hover svg {
  transform: rotateZ(0);
}
.application-info .box2 .container .list .ckbox .num {
  display: flex;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0.2rem;
}
@media (max-width: 1580px) {
  .application-info .box2 .container .list .ckbox .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .application-info .box2 .container .list .ckbox .num {
    font-size: 14px;
  }
}
.application-info .box2 .container .list .ckbox .num .s1 {
  color: #86cb35;
}
.application-info .box3 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.13rem 0 1.2rem;
}
.application-info .box3 .container .title {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
  position: relative;
  z-index: 2;
}
.application-info .box3 .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -1.13rem;
}
@media (max-width: 1260px) {
  .application-info .box3 .container .list {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .application-info .box3 .container .list {
    margin-top: 0.5rem;
  }
}
.application-info .box3 .container .list .img {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .application-info .box3 .container .list .img {
    width: 100%;
  }
}
.application-info .box3 .container .list .img li {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.application-info .box3 .container .list .img li:nth-child(1) {
  position: relative;
}
.application-info .box3 .container .list .img li.on {
  opacity: 1;
  z-index: 2;
}
.application-info .box3 .container .list .img li .public-img::before {
  padding-top: 72.5%;
}
.application-info .box3 .container .list .tbox {
  width: 43.75%;
}
@media (max-width: 767px) {
  .application-info .box3 .container .list .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.application-info .box3 .container .list .tbox .tlist {
  width: 100%;
  padding-left: 0.3rem;
  position: relative;
}
.application-info .box3 .container .list .tbox .tlist .line {
  width: 2px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 0;
}
.application-info .box3 .container .list .tbox .tlist .line span {
  width: 100%;
  background: #86cb35;
  position: absolute;
  top: 0;
  transition: all ease-out 0.3s;
}
.application-info .box3 .container .list .tbox .tlist ul li {
  width: 100%;
}
.application-info .box3 .container .list .tbox .tlist ul li .t1 {
  color: #999;
  margin-bottom: 0.2rem;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.application-info .box3 .container .list .tbox .tlist ul li .t2 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  display: none;
}
@media (max-width: 1580px) {
  .application-info .box3 .container .list .tbox .tlist ul li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .application-info .box3 .container .list .tbox .tlist ul li .t2 {
    font-size: 14px;
  }
}
.application-info .box3 .container .list .tbox .tlist ul li.on {
  margin-bottom: 0.3rem;
}
.application-info .box3 .container .list .tbox .tlist ul li.on .t1 {
  color: #86cb35;
}
.application-info .box3 .container .list .tbox .tlist ul li.on .t2 {
  display: block;
}
.application-info .box3 .container .list .tbox .more {
  margin-top: 0.34rem;
}
@media (max-width: 767px) {
  .application-info .box3 .container .list .tbox .more {
    display: flex;
    justify-content: center;
  }
}
.application-info .box4 {
  width: 100%;
  background: #fff;
  padding: 1.14rem 0 1.2rem;
  display: none;
}
.application-info .box4 .container .title {
  text-align: center;
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.application-info .box4 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.application-info .box4 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .application-info .box4 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.application-info .box4 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border: 1px solid #ececec;
  background: #fff;
}
@media (max-width: 991px) {
  .application-info .box4 .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .application-info .box4 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.application-info .box4 .container .list ul li a {
  width: 100%;
}
.application-info .box4 .container .list ul li a .public-img::before {
  padding-top: 72%;
}
.application-info .box4 .container .list ul li a .public-img .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 6px;
}
.application-info .box4 .container .list ul li a .public-img .label.label-Y {
  color: #000;
  background: #86cb35;
}
.application-info .box4 .container .list ul li a .public-img .label.label-R {
  color: #fff;
  background: #e60012;
}
.application-info .box4 .container .list ul li a .public-img .label.label-W {
  color: #999;
  background: #fff;
}
.application-info .box4 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.23rem 0.3rem 0.08rem;
}
.application-info .box4 .container .list ul li a .tbox .t1 {
  color: #000;
  transition: all ease-out 0.3s;
}
.application-info .box4 .container .list ul li a .tbox .t2 {
  width: 100%;
  padding-top: 0.25rem;
  border-top: 1px solid #ececec;
  margin-top: 0.2rem;
}
.application-info .box4 .container .list ul li a .tbox .t2 .ts {
  width: 100%;
  color: #666;
  line-height: 24px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.15rem;
}
.application-info .box4 .container .list ul li a .tbox .t2 .ts:last-child {
  border-bottom: none;
}
.application-info .box4 .container .list ul li a .tbox .t2 .ts span {
  display: block;
  color: #000;
}
.application-info .box4 .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.application-info .box4 .container .list ul li:hover a .tbox .t1 {
  color: #86cb35;
}
.application-info .box5 {
  width: 100%;
  padding: 1.13rem 0 0.7rem;
}
.application-info .box5 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
  text-align: center;
}
.application-info .box5 .container .list {
  width: 100%;
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-info .box5 .container .list .item {
  width: 48.75%;
  margin: 0 auto 0.4rem;
  background: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .application-info .box5 .container .list .item {
    width: 100%;
  }
}
.application-info .box5 .container .list .item .public-img::before {
  padding-top: 50%;
}
.application-info .box5 .container .list .item .tbox {
  width: 100%;
  padding: 0.33rem 0.4rem 0.4rem;
}
.application-info .box5 .container .list .item .tbox .t1 {
  color: #000;
}
.application-info .box5 .container .list .item .tbox .t2 {
  line-height: 26px;
  font-size: 18px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .application-info .box5 .container .list .item .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .application-info .box5 .container .list .item .tbox .t2 {
    font-size: 14px;
  }
}
.application-info .box5 .container .list .item .tbox .more {
  margin-top: 0.36rem;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  position: relative;
}
.application-info .box5 .container .list .item .tbox .more::before {
  content: '';
  width: 0;
  height: 0;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.application-info .box5 .container .list .item .tbox .more svg {
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
  transform: rotateZ(-45deg);
}
.application-info .box5 .container .list .item .tbox .more svg path {
  fill: #999;
}
.application-info .box5 .container .list .item:hover {
  background: #86cb35;
}
.application-info .box5 .container .list .item:hover .public-img img {
  transform: scale(1.1);
}
.application-info .box5 .container .list .item:hover .tbox .more {
  border: 1px solid transparent;
}
.application-info .box5 .container .list .item:hover .tbox .more::before {
  width: 100%;
  height: 100%;
}
.application-info .box5 .container .list .item:hover .tbox .more svg {
  transform: rotateZ(0);
}
.application-info .box5 .container .list .item:hover .tbox .more svg path {
  fill: #86cb35;
}
.application-other {
  width: 100%;
  position: relative;
  padding: 1.65rem 0 1.4rem;
}
.application-other .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.application-other .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-other .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.application-other .container {
  position: relative;
  z-index: 2;
}
.application-other .container .t1 {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.application-other .container .t2 {
  text-align: center;
  color: #fff;
  margin-top: 7px;
  font-size: 0.24rem;
}
@media (max-width: 767px) {
  .application-other .container .t2 {
    font-size: 14px;
  }
}
.application-other .container .more {
  margin-top: 0.33rem;
  display: flex;
  justify-content: center;
}
.application-other .container .more .pub-btn {
  border: 1px solid #fff;
}
.application-other .container .more .pub-btn span {
  color: #fff;
}
.application-other .container .more .pub-btn .icon path {
  fill: #fff;
}
.application-other .container .more .pub-btn:hover {
  border: 1px solid transparent;
}
.application-other .container .more .pub-btn:hover span {
  color: #000;
}
.application-other .container .more .pub-btn:hover .icon path {
  fill: #000;
}
.service {
  width: 100%;
  padding: 0.6rem 0 0;
}
.service .menu {
  width: 100%;
}
.service .menu .container ul {
  width: 100%;
  display: flex;
}
.service .menu .container ul li {
  width: 33.33%;
  margin-right: -1px;
}
.service .menu .container ul li a {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  border: 1px solid #ececec;
  transition: all ease-out 0.3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service .menu .container ul li a {
    padding: 0 0.2rem;
  }
}
.service .menu .container ul li a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all ease-out 0.3s;
  background: #86cb35;
}
.service .menu .container ul li a span {
  color: #666;
  font-size: 18px;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .service .menu .container ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service .menu .container ul li a span {
    font-size: 14px;
  }
}
.service .menu .container ul li a svg {
  transition: all ease-out 0.3s;
  transform: rotateZ(-45deg);
}
.service .menu .container ul li a svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.service .menu .container ul li:hover a,
.service .menu .container ul li.on a {
  border: 1px solid #86cb35;
}
.service .menu .container ul li:hover a::before,
.service .menu .container ul li.on a::before {
  width: 110%;
  padding-top: 100%;
}
.service .menu .container ul li:hover a span,
.service .menu .container ul li.on a span {
  color: #000;
}
.service .menu .container ul li:hover a svg,
.service .menu .container ul li.on a svg {
  transform: rotateZ(0);
}
.service .menu .container ul li:hover a svg path,
.service .menu .container ul li.on a svg path {
  fill: #000;
}
.service .box1 {
  width: 100%;
  padding: 1.2rem 0 1.1rem;
}
.service .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .service .box1 .container {
    align-items: center;
  }
}
.service .box1 .container .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .service .box1 .container .public-img {
    width: 100%;
  }
}
.service .box1 .container .public-img::before {
  padding-top: 72.5%;
}
.service .box1 .container .tbox {
  width: 44.375%;
  position: relative;
}
@media (max-width: 767px) {
  .service .box1 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.service .box1 .container .tbox .t1 {
  font-size: 0.38rem;
  line-height: 0.6re;
  color: #000;
}
.service .box1 .container .tbox .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .service .box1 .container .tbox .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .service .box1 .container .tbox .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.service .box1 .container .tbox .ck {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .service .box1 .container .tbox .ck {
    position: relative;
    bottom: initial;
    margin-top: 0.5rem;
  }
}
.service .box1 .container .tbox .ck .more {
  margin-right: 0.2rem;
}
.service .box1 .container .tbox .ck .more a {
  border-radius: 3px;
  border: 1px solid #86cb35;
}
.service .box1 .container .tbox .ck .more a span {
  color: #86cb35;
}
.service .box1 .container .tbox .ck .more a .icon svg path {
  fill: #86cb35;
  opacity: 1;
}
.service .box1 .container .tbox .ck .more a:hover span {
  color: #000;
}
.service .box1 .container .tbox .ck .more a:hover .icon svg path {
  fill: #000;
}
.service .box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.14rem 0 1.1rem;
}
.service .box2 .container .top .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
  text-align: center;
}
.service .box2 .container .top .t1 {
  color: #86cb35;
  text-align: center;
  text-decoration: underline;
  margin-top: 0.2rem;
}
.service .box2 .container .top .t2 {
  width: 1200px;
  max-width: 100%;
  margin: 0.53rem auto 0;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1580px) {
  .service .box2 .container .top .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .service .box2 .container .top .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.service .box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.service .box2 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.service .box2 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.3rem;
  background: #fff;
  position: relative;
  padding: 0.6rem 0 0.76rem;
}
@media (max-width: 991px) {
  .service .box2 .container .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.5rem;
  }
}
.service .box2 .container .list ul li .icon {
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .box2 .container .list ul li .icon svg {
  max-height: 100%;
}
.service .box2 .container .list ul li .icon svg path {
  fill: #86cb35;
  opacity: 1;
}
.service .box2 .container .list ul li .txt {
  text-align: center;
  color: #000;
  line-height: 1.25;
  margin-top: 0.44rem;
}
.service .box2 .container .list ul li .icon2 {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #86cb35;
  border: 0.05rem solid #f5f5f5;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
}
.service .box3 {
  width: 100%;
  padding: 1.14rem 0 1.2rem;
}
.service .box3 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.service .box3 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.service .box3 .container .list .swiper-container {
  padding-bottom: 1.1rem;
}
.service .box3 .container .list .swiper-container .swiper-slide {
  position: relative;
}
.service .box3 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 72%;
}
.service .box3 .container .list .swiper-container .swiper-slide .txt {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  bottom: 0.25rem;
  left: 0;
  padding: 0 0.3rem;
}
.service .box3 .container .list .swiper-container .swiper-pagination {
  width: 87.5%;
  height: 2px;
  top: initial;
  bottom: 0.23rem;
  background: #ececec;
}
@media (max-width: 991px) {
  .service .box3 .container .list .swiper-container .swiper-pagination {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .service .box3 .container .list .swiper-container .swiper-pagination {
    width: 75%;
  }
}
.service .box3 .container .list .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #86cb35;
}
.service .box3 .container .list .swiper-container .ck {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev,
.service .box3 .container .list .swiper-container .ck .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev::before,
.service .box3 .container .list .swiper-container .ck .swiper-next::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #86cb35;
  transition: all ease-out 0.3s;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev svg,
.service .box3 .container .list .swiper-container .ck .swiper-next svg {
  transition: all ease-out 0.3s;
  transform: rotateZ(-45deg);
}
.service .box3 .container .list .swiper-container .ck .swiper-prev svg path,
.service .box3 .container .list .swiper-container .ck .swiper-next svg path {
  fill: #999;
  transition: all ease-out 0.3s;
  opacity: 1;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev {
  margin-right: 0.2rem;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev svg {
  transform: rotateZ(-135deg);
}
.service .box3 .container .list .swiper-container .ck .swiper-prev:hover {
  border: 1px solid #86cb35;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev:hover::before {
  width: 110%;
  padding-top: 100%;
}
.service .box3 .container .list .swiper-container .ck .swiper-prev:hover svg {
  transform: rotateZ(-180deg);
}
.service .box3 .container .list .swiper-container .ck .swiper-prev:hover svg path {
  fill: #000;
}
.service .box3 .container .list .swiper-container .ck .swiper-next:hover {
  border: 1px solid #86cb35;
}
.service .box3 .container .list .swiper-container .ck .swiper-next:hover::before {
  width: 110%;
  padding-top: 110%;
}
.service .box3 .container .list .swiper-container .ck .swiper-next:hover svg {
  transform: rotateZ(0);
}
.service .box3 .container .list .swiper-container .ck .swiper-next:hover svg path {
  fill: #000;
}
.service .box4 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.13rem 0 1.2rem;
}
.service .box4 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.service .box4 .container .list {
  width: 100%;
  background: #fff;
  margin-top: 0.57rem;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .service .box4 .container .list {
    padding: 0.3rem;
  }
}
.service .box4 .container .list ul li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.service .box4 .container .list ul li:last-child {
  margin-bottom: 0;
}
.service .box4 .container .list ul li .t1 {
  width: 100%;
  color: #666;
  padding: 0.21rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.service .box4 .container .list ul li .t1 svg {
  width: 20px;
  height: 20px;
  transition: all ease-out 0.3s;
}
.service .box4 .container .list ul li .t1 svg path {
  fill: #ccc;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.service .box4 .container .list ul li .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  display: none;
  padding: 0.25rem 0.3rem 0.05rem;
}
@media (max-width: 1580px) {
  .service .box4 .container .list ul li .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .service .box4 .container .list ul li .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.service .box4 .container .list ul li:hover .t1,
.service .box4 .container .list ul li.on .t1 {
  color: #000;
  border: 1px solid #86cb35;
}
.service .box4 .container .list ul li:hover .t1 svg,
.service .box4 .container .list ul li.on .t1 svg {
  transform: rotateZ(-180deg);
}
.service .box4 .container .list ul li:hover .t1 svg path,
.service .box4 .container .list ul li.on .t1 svg path {
  fill: #86cb35;
}
.service .box5 {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
}
.service .box5 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.service .box5 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.service .box5 .container .list .swiper-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #f5f5f5;
}
.service .box5 .container .list .swiper-container .swiper-slide .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .service .box5 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.service .box5 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 60%;
}
.service .box5 .container .list .swiper-container .swiper-slide .tbox {
  width: 50%;
  padding: 0.75rem 0.6rem 0.3rem;
}
@media (max-width: 991px) {
  .service .box5 .container .list .swiper-container .swiper-slide .tbox {
    padding: 0.5rem 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .service .box5 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.service .box5 .container .list .swiper-container .swiper-slide .tbox .t1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .service .box5 .container .list .swiper-container .swiper-slide .tbox .t1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.service .box5 .container .list .swiper-container .swiper-slide .tbox .line {
  width: 0.4rem;
  height: 3px;
  background: #86cb35;
  margin-top: 0.24rem;
}
.service .box5 .container .list .swiper-container .swiper-slide .tbox .t2 {
  margin-top: 0.5rem;
  color: #666;
  line-height: 0.36rem;
}
.service .box5 .container .list .swiper-container .swiper-slide .tbox .t2 span {
  font-size: 18px;
  color: #000;
}
@media (max-width: 767px) {
  .service .box5 .container .list .swiper-container .swiper-slide .tbox .t2 {
    line-height: 26px;
  }
}
.service .box5 .container .list .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .service .box5 .container .list .ckbox {
    width: 100%;
    justify-content: center;
    left: 0;
  }
}
.service .box5 .container .list .ckbox .prev,
.service .box5 .container .list .ckbox .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  position: relative;
}
.service .box5 .container .list .ckbox .prev::before,
.service .box5 .container .list .ckbox .next::before {
  content: '';
  width: 0;
  height: 0;
  background: #86cb35;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.service .box5 .container .list .ckbox .prev svg,
.service .box5 .container .list .ckbox .next svg {
  transition: all ease-out 0.3s;
}
.service .box5 .container .list .ckbox .prev svg path,
.service .box5 .container .list .ckbox .next svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.service .box5 .container .list .ckbox .prev:hover,
.service .box5 .container .list .ckbox .next:hover {
  border: 1px solid #86cb35;
}
.service .box5 .container .list .ckbox .prev:hover::before,
.service .box5 .container .list .ckbox .next:hover::before {
  width: 100%;
  height: 100%;
}
.service .box5 .container .list .ckbox .prev:hover svg path,
.service .box5 .container .list .ckbox .next:hover svg path {
  fill: #000;
}
.service .box5 .container .list .ckbox .prev svg {
  transform: rotateZ(-135deg);
}
.service .box5 .container .list .ckbox .prev:hover svg {
  transform: rotateZ(-180deg);
}
.service .box5 .container .list .ckbox .next svg {
  transform: rotateZ(-45deg);
}
.service .box5 .container .list .ckbox .next:hover svg {
  transform: rotateZ(0);
}
.service .box5 .container .list .ckbox .num {
  display: flex;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0.2rem;
}
@media (max-width: 1580px) {
  .service .box5 .container .list .ckbox .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service .box5 .container .list .ckbox .num {
    font-size: 14px;
  }
}
.service .box5 .container .list .ckbox .num .s1 {
  color: #86cb35;
}
.customize {
  width: 100%;
  position: relative;
}
.customize .img {
  width: 100%;
  height: 5rem;
  position: relative;
}
.customize .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customize .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.customize .tbox {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.customize .tbox .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.customize .tbox .txt {
  color: #fff;
  text-align: center;
  margin-top: 0.07rem;
}
.customize .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.34rem;
}
.customize .tbox .more .pub-btn {
  border: 1px solid #fff;
  transition: all ease-out 0.3s;
}
.customize .tbox .more .pub-btn span {
  color: #fff;
  transition: all ease-out 0.3s;
}
.customize .tbox .more .pub-btn svg path {
  fill: #fff;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.customize .tbox .more .pub-btn:hover {
  border: 1px solid #86cb35;
}
.customize .tbox .more .pub-btn:hover span {
  color: #000;
}
.customize .tbox .more .pub-btn:hover svg path {
  fill: #000;
}
.customize-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none;
}
.customize-tc .box {
  width: 1300px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  border-radius: 0.12rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.customize-tc .box .close {
  position: absolute;
  width: 20px;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.customize-tc .box .close svg {
  width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
}
.customize-tc .box .close svg path {
  fill: #999;
  opacity: 1;
}
.customize-tc .box .close:hover svg {
  transform: rotateZ(180deg);
}
.customize-tc .box .left {
  width: 38.46%;
  position: relative;
}
.customize-tc .box .left .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.customize-tc .box .left .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customize-tc .box .left .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0.4rem;
}
.customize-tc .box .left .tbox .icon1 {
  display: flex;
  height: 0.3rem;
}
.customize-tc .box .left .tbox .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-top: 0.2rem;
}
.customize-tc .box .left .tbox .t2 {
  margin-top: 0.8rem;
  font-weight: bold;
  color: #fff;
}
.customize-tc .box .left .tbox .t2 .ts {
  font-size: 24px;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  .customize-tc .box .left .tbox .t2 .ts {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .customize-tc .box .left .tbox .t2 .ts {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .customize-tc .box .left .tbox .t2 .ts {
    font-size: 18px;
  }
}
.customize-tc .box .left .tbox .t2 span {
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-bottom: 0.14rem;
}
.customize-tc .box .left .tbox .t2 span img {
  margin-right: 0.15rem;
}
.customize-tc .box .left .tbox .t3 {
  position: absolute;
  bottom: 0.4rem;
}
.customize-tc .box .left .tbox .t3 span {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fefefe;
  line-height: 26px;
  margin-bottom: 0.12rem;
}
.customize-tc .box .left .tbox .t3 span:last-child {
  margin-bottom: 0;
}
.customize-tc .box .left .tbox .t3 span img {
  margin-right: 0.15rem;
}
.customize-tc .box .right {
  width: 61.54%;
  padding: 0.4rem;
}
.customize-tc .box .right .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
@media (max-width: 1580px) {
  .customize-tc .box .right .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .customize-tc .box .right .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .customize-tc .box .right .t1 {
    font-size: 18px;
  }
}
.customize-tc .box .right .t2 {
  line-height: 24px;
  color: #666;
  margin-top: 0.17rem;
}
.customize-tc .box .right .tbox {
  width: 100%;
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customize-tc .box .right .tbox .ts1 {
  width: 48.61%;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  border: 1px solid #ececec;
  background: #fff;
  padding-left: 0.2rem;
  color: #000;
}
.customize-tc .box .right .tbox .ts1::placeholder {
  color: #999;
}
.customize-tc .box .right .tbox .ts2 {
  width: 100%;
  height: 1.2rem;
  padding: 0.2rem;
  color: #000;
  margin-bottom: 0.2rem;
  border: 1px solid #ececec;
  background: #fff;
}
.customize-tc .box .right .tbox .ts2::placeholder {
  color: #999;
}
.customize-tc .box .right .tips {
  color: #999;
  line-height: 24px;
  margin-top: 0.16rem;
}
.customize-tc .box .right .tips a {
  color: #86cb35;
  text-decoration: underline;
}
.customize-tc .box .right .more {
  margin-top: 0.46rem;
}
.download {
  width: 100%;
  padding: 0.6rem 0 1.2rem;
}
.download .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download .container .left {
  width: 25%;
}
@media (max-width: 767px) {
  .download .container .left {
    width: 100%;
  }
}
.download .container .left .list {
  width: 100%;
  border: 1px solid #ececec;
}
.download .container .left .list > ul {
  width: 100%;
}
.download .container .left .list > ul > li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.download .container .left .list > ul > li:last-child {
  border-bottom: none;
}
.download .container .left .list > ul > li .m1 {
  width: 100%;
  height: 0.8rem;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  cursor: pointer;
}
.download .container .left .list > ul > li .m1 a {
  font-size: 20px;
  color: #000;
}
@media (max-width: 1580px) {
  .download .container .left .list > ul > li .m1 a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .download .container .left .list > ul > li .m1 a {
    font-size: 16px;
  }
}
.download .container .left .list > ul > li .m1 .icon svg {
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li .m1 .icon svg path {
  fill: #ccc;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li > ul {
  width: 100%;
  border-top: 1px solid #ececec;
  display: none;
}
.download .container .left .list > ul > li > ul > li {
  width: 100%;
}
.download .container .left .list > ul > li > ul > li:last-child .m2 .m2s {
  border-bottom: none;
}
.download .container .left .list > ul > li > ul > li .m2 {
  width: 100%;
  padding: 0 0.3rem 0 0.27rem;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li > ul > li .m2 .m2s {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .download .container .left .list > ul > li > ul > li .m2 .m2s {
    height: 0.8rem;
  }
}
.download .container .left .list > ul > li > ul > li .m2 .m2s a {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  .download .container .left .list > ul > li > ul > li .m2 .m2s a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .download .container .left .list > ul > li > ul > li .m2 .m2s a {
    font-size: 14px;
  }
}
.download .container .left .list > ul > li > ul > li .m2 .m2s .icon svg {
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li > ul > li .m2 .m2s .icon svg path {
  fill: #ccc;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li > ul > li:hover .m2 {
  border-left: 3px solid #86cb35;
}
.download .container .left .list > ul > li > ul > li:hover .m2 .m2s a {
  color: #000;
}
.download .container .left .list > ul > li > ul > li:hover .m2 .icon svg path {
  fill: #000;
}
.download .container .left .list > ul > li > ul > li.on .m2 {
  border-left: 3px solid #86cb35;
}
.download .container .left .list > ul > li > ul > li.on .m2 .m2s a {
  color: #000;
}
.download .container .left .list > ul > li > ul > li.on .m2 .icon svg {
  transform: rotateZ(-180deg);
}
.download .container .left .list > ul > li > ul > li.on .m2 .icon svg path {
  fill: #000;
}
.download .container .left .list > ul > li > ul > li > ul {
  width: 100%;
  padding: 0.15rem 0.2rem 0.15rem 0.5rem;
  display: none;
}
.download .container .left .list > ul > li > ul > li > ul > li {
  display: flex;
}
.download .container .left .list > ul > li > ul > li > ul > li a {
  color: #999;
  line-height: 30px;
  display: flex;
  transition: all ease-out 0.3s;
}
.download .container .left .list > ul > li > ul > li > ul > li:hover a,
.download .container .left .list > ul > li > ul > li > ul > li.on a {
  color: #86cb35;
}
.download .container .left .list > ul > li:hover .m1 .icon svg path {
  fill: #86cb35;
}
.download .container .left .list > ul > li.on .m1 .icon svg {
  transform: rotateZ(-180deg);
}
.download .container .left .list > ul > li.on .m1 .icon svg path {
  fill: #86cb35;
}
.download .container .left .search {
  width: 100%;
  margin-top: 0.2rem;
  background: url(../images/download-search-bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  padding: 0.2rem;
}
.download .container .left .search .txt {
  width: calc(100% - 0.6rem);
  height: 0.6rem;
  padding-left: 0.2rem;
  color: #000;
  background: #fff;
}
.download .container .left .search .txt::placeholder {
  color: #999;
}
.download .container .left .search .btn {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff url(../images/search.svg) center center no-repeat;
}
.download .container .right {
  width: 68.75%;
}
@media (max-width: 767px) {
  .download .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.download .container .right .top {
  width: 100%;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.3rem;
}
.download .container .right .top .btn {
  padding: 0 0.2rem;
  min-width: 1.4rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #86cb35;
  border-radius: 3px;
  color: #86cb35;
  background: #fff9e7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .download .container .right .top .btn {
    height: 0.6rem;
  }
}
.download .container .right .top .btn span {
  position: relative;
  z-index: 2;
}
.download .container .right .top .btn::before {
  content: '';
  width: 0;
  height: 0;
  background: #86cb35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.download .container .right .top .btn:hover {
  color: #000;
}
.download .container .right .top .btn:hover::before {
  width: 110%;
  padding-top: 110%;
}
.download .container .right .list {
  width: 100%;
  margin-top: 0.6rem;
}
.download .container .right .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.2rem 0.2rem 0.3rem;
  border-bottom: 1px solid #ececec;
  transition: all ease-out 0.3s;
}
.download .container .right .list ul li .name {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .download .container .right .list ul li .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .download .container .right .list ul li .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .download .container .right .list ul li .name {
    width: 50%;
  }
}
.download .container .right .list ul li .name img {
  margin-right: 0.2rem;
}
.download .container .right .list ul li .ck {
  display: flex;
  flex-shrink: 0;
}
.download .container .right .list ul li .ck .ks {
  width: 90px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: all ease-out 0.3s;
  background: #fff;
}
@media (max-width: 767px) {
  .download .container .right .list ul li .ck .ks {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
}
.download .container .right .list ul li .ck .ks svg {
  margin-right: 5px;
}
.download .container .right .list ul li .ck .ks svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.download .container .right .list ul li .ck .ks:hover {
  background: #86cb35;
  color: #000;
}
.download .container .right .list ul li .ck .ks:hover svg path {
  fill: #000;
  opacity: 1;
}
.download .container .right .list ul li .ck .k1 {
  margin-right: 0.1rem;
}
.download .container .right .list ul li:hover {
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.download .container .right .page-list {
  margin-top: 0.6rem;
}
.sample {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
}
.sample .container .top .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.sample .container .top .txt {
  width: 1110px;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 0.2rem auto 0;
}
@media (max-width: 1580px) {
  .sample .container .top .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sample .container .top .txt {
    font-size: 14px;
  }
}
.sample .container .content {
  width: 100%;
  margin-top: 0.68rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sample .container .content .left {
  width: 50%;
}
@media (max-width: 991px) {
  .sample .container .content .left {
    width: 100%;
  }
}
.sample .container .content .left .public-img::before {
  padding-top: 65%;
}
.sample .container .content .left .list {
  width: 100%;
  border: 1px solid #86cb35;
}
.sample .container .content .left .list ul {
  width: 100%;
  display: flex;
}
.sample .container .content .left .list ul li {
  width: 33.333%;
  border-right: 1px solid #86cb35;
  padding: 0.56rem 0 0.55rem 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .sample .container .content .left .list ul li {
    padding: 0.55rem 0 0.55rem 0.2rem;
  }
}
.sample .container .content .left .list ul li::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-left: 10px solid #86cb35;
  border-bottom: 6px solid transparent;
}
.sample .container .content .left .list ul li::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 5px solid transparent;
  margin-left: -1px;
}
.sample .container .content .left .list ul li:last-child {
  border-right: none;
}
.sample .container .content .left .list ul li:last-child::before {
  display: none;
}
.sample .container .content .left .list ul li:last-child::after {
  display: none;
}
.sample .container .content .left .list ul li .num {
  color: rgba(250, 190, 0, 0.5);
  font-size: 0.3rem;
  line-height: 0.36rem;
}
@media (max-width: 767px) {
  .sample .container .content .left .list ul li .num {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.sample .container .content .left .list ul li .txt {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0.64rem;
}
@media (max-width: 1580px) {
  .sample .container .content .left .list ul li .txt {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .sample .container .content .left .list ul li .txt {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .sample .container .content .left .list ul li .txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sample .container .content .left .list ul li .txt {
    font-size: 14px;
    margin-top: 0.4rem;
  }
}
.sample .container .content .right {
  width: 43.75%;
}
@media (max-width: 991px) {
  .sample .container .content .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.sample .container .content .right .item {
  width: 100%;
  margin-bottom: 0.4rem;
}
.sample .container .content .right .item:last-child {
  margin-bottom: 0;
}
.sample .container .content .right .item .t1 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
@media (max-width: 1580px) {
  .sample .container .content .right .item .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .sample .container .content .right .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sample .container .content .right .item .t1 {
    font-size: 18px;
  }
}
.sample .container .content .right .item select {
  width: 100%;
  height: 60px;
  border: 1px solid #ececec;
  padding-left: 0.2rem;
  background: url(../images/service-box4-icon.svg) 98% center no-repeat;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .sample .container .content .right .item select {
    height: 46px;
  }
}
.sample .container .content .right .item .lbs {
  margin-top: 0.24rem;
}
.sample .container .content .right .item .lbs label {
  display: flex;
  align-items: center;
  line-height: 26px;
  color: #666;
}
.sample .container .content .right .item .lbs label .radio {
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
}
.sample .container .content .right .item .lbs label .radio:checked {
  border: 1px solid #86cb35;
}
.sample .container .content .right .item .lbs label .radio:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #86cb35;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sample .container .content .right .item textarea {
  width: 100%;
  height: 1.2rem;
  border: 1px solid #ececec;
  padding: 0.2rem;
  color: #666;
  margin-top: 0.2rem;
}
.sample .container .content .right .item textarea::placeholder {
  color: #666;
  transition: all ease-out 0.3s;
}
.sample .container .content .right .item textarea:focus::placeholder {
  color: #ccc;
}
.sample .container .content .right .item .tel {
  width: 100%;
  height: 60px;
  border: 1px solid #ececec;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
}
.sample .container .content .right .item .tel::placeholder {
  color: #666;
  transition: all ease-out 0.3s;
}
.sample .container .content .right .item .tel:focus::placeholder {
  color: #ccc;
}
@media (max-width: 991px) {
  .sample .container .content .right .item .tel {
    height: 46px;
  }
}
.sample .container .content .right .item .tips {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-top: 0.1rem;
}
.sample .container .content .right .item .more {
  margin-top: 0.34rem;
}
.news {
  width: 100%;
}
.news .menu {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.news .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .news .menu ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    margin-bottom: -0.15rem;
  }
}
.news .menu ul li {
  margin-right: 1rem;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .news .menu ul li {
    margin: 0 0.25rem;
  }
}
.news .menu ul li::before {
  content: '';
  background: #ececec;
  width: 1px;
  height: 18px;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .news .menu ul li::before {
    left: calc(100% + 0.25rem);
  }
}
.news .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .news .menu ul li:last-child {
    margin: 0 0.25rem;
  }
}
.news .menu ul li:last-child::before {
  display: none;
}
.news .menu ul li a {
  color: #000;
  font-size: 18px;
  line-height: 0.77rem;
  transition: all ease-out 0.3s;
  white-space: nowrap;
  font-weight:bold
}
@media (max-width: 1580px) {
  .news .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news .menu ul li a {
    font-size: 14px;
  }
}
.news .menu ul li:hover,
.news .menu ul li.on {
  border-bottom: 3px solid #86cb35;
}
.news .menu ul li:hover a,
.news .menu ul li.on a {
  color: #86cb35;
}
.news .container {
  padding: 0.6rem 0 0.2rem;
}
.news .container .label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .news .container .label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news .container .label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news .container .label {
    justify-content: flex-start;
  }
}
.news .container .label a {
  font-size: 14px;
  color: #999;
  min-width: 1rem;
  padding: 0 0.1rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  margin-left: 0.2rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .news .container .label a {
    margin-left: 0.1rem;
  }
}
.news .container .label a:hover {
  color: #000;
  background: #86cb35;
}
.news .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.news .container .list ul {
  width: calc(100% + 1.4rem);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news .container .list ul {
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .news .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.news .container .list ul li {
  width: 31.33%;
  border-right: 1px solid #ececec;
  padding: 0 0.7rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .news .container .list ul li {
    width: 50%;
  }
  .news .container .list ul li:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .news .container .list ul li {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.news .container .list ul li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991px) {
  .news .container .list ul li:nth-child(3n) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 767px) {
  .news .container .list ul li:nth-child(3n) {
    border-right: none;
  }
}
.news .container .list ul li a {
  display: block;
}
.news .container .list ul li a .public-img::before {
  padding-top: 54.54%;
}
.news .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.news .container .list ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .container .list ul li a .tbox .t1 .time {
  color: #999;
}
.news .container .list ul li a .tbox .t1 .labels {
  height: 30px;
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 0 0.1rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
}
.news .container .list ul li a .tbox .t1 .labels:hover {
  background: #86cb35;
  color: #000;
}
.news .container .list ul li a .tbox .t2 {
  color: #000;
  height: 3em;
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .container .list ul li a .tbox .more {
  margin-top: 0.43rem;
}
.news .container .list ul li a .tbox .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.news .container .list ul li a .tbox .more svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.news .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.news .container .list ul li:hover a .tbox .more svg {
  transform: rotateZ(0);
}
.news .container .list ul li:hover a .tbox .more svg path {
  fill: #86cb35;
}
.news .container .page-list {
  margin-top: 0.5rem;
}
.news-info {
  width: 100%;
  padding: 1.16rem 0 1.2rem;
}
.news-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-info .container .left {
  width: 68.75%;
}
@media (max-width: 991px) {
  .news-info .container .left {
    width: 100%;
  }
}
.news-info .container .left .top {
  width: 100%;
}
.news-info .container .left .top .title {
  font-size: 0.36rem;
  color: #000;
  line-height: 0.46rem;
}
@media (max-width: 767px) {
  .news-info .container .left .top .title {
    font-size: 0.46rem;
    line-height: 0.56rem;
  }
}
.news-info .container .left .top .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.28rem;
}
.news-info .container .left .top .ts .t1 {
  line-height: 24px;
  color: #666;
}
@media (max-width: 767px) {
  .news-info .container .left .top .ts .t1 {
    width: 100%;
  }
}
.news-info .container .left .top .ts .t1 span {
  margin-right: 0.2rem;
}
.news-info .container .lables {
  color: #666;
  line-height: 24px;
  align-items: center;
  font-size:13px;
}
@media (max-width: 767px) {
  .news-info .container .lables {
    margin-top: 0.15rem;
  }
}
.news-info .container .lables li {
  height: 40px;
  align-items: center;
  padding: 8px;
  border-radius: 15px;
  color: #999;
  background: #f5f5f5;
  margin-left: 0.1rem;
  margin-bottom:15px;
  width:19%; float:left
}
.news-info .container .left .txt {
  width: 100%;
  border-top: 1px solid #ececec;
  margin-top: 0.1rem;
  padding-top: 0.1rem;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.news-info .container .left .txt img{
 
display: block;
    max-width: 100%;
    margin: 25px auto 0px;
    height: auto;
}


@media (max-width: 1580px) {
  .news-info .container .left .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .news-info .container .left .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.news-info .container .left .share {
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.54rem 0 0.6rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: none;
}
.news-info .container .left .share .t1 {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .news-info .container .left .share .t1 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .news-info .container .left .share .t1 {
    font-size: 14px;
    line-height: 26px;
  }
}
.news-info .container .left .share .ts {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.news-info .container .left .share .ts a {
  width: 50px;
  height: 50px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  transition: all ease-out 0.3s;
  overflow: hidden;
  position: relative;
}
.news-info .container .left .share .ts a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
  background: #86cb35;
}
.news-info .container .left .share .ts a svg {
  position: relative;
  z-index: 2;
}
.news-info .container .left .share .ts a svg path {
  fill: #ccc;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.news-info .container .left .share .ts a:hover {
  border: 1px solid #fafafa;
}
.news-info .container .left .share .ts a:hover::before {
  width: 110%;
  padding-top: 110%;
}
.news-info .container .left .share .ts a:hover svg path {
  fill: #000;
}
.news-info .container .right {
  width: 25%;
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
}
@media (max-width: 991px) {
  .news-info .container .right {
    width: auto;
    margin-top: 0.5rem;
    position: relative;
    top: initial;
  }
}
.news-info .container .right .box1 {
  width: 100%;
  background: #f5f5f5;
  padding: 0.35rem 0.4rem;
  display: none;
}
.news-info .container .right .box1 .t1 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.news-info .container .right .box1 .search {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.12rem;
  display: flex;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-info .container .right .box1 .search {
    height: 0.8rem;
  }
}
.news-info .container .right .box1 .search .t1 {
  width: calc(100% - 0.5rem);
  height: 100%;
  padding-left: 0.2rem;
  font-size: 14px;
  color: #666;
}
.news-info .container .right .box1 .search .btn {
  width: 0.5rem;
  height: 100%;
  background: url(../images/email-arrow.svg) center center no-repeat;
}
.news-info .container .right .box1 .tips {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-top: 0.14rem;
}
.news-info .container .right .box2 {
  width: 100%;
  background: #f5f5f5;
  /* margin-top: 0.2rem; */
  padding: 0.4rem 0.4rem 0.35rem;
}
.news-info .container .right .box2 .img {
  margin: auto;
  width: 160px;
  height: 160px;
  /* border-radius: 50%; */
  overflow: hidden;
}
.news-info .container .right .box2 .txt {
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 0.37rem;
}
.about-news {
  width: 100%;
  background: #f5f5f5;
  padding: 1.13rem 0 0.5rem;
}
.about-news .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about-news .container .list {
  margin-top: 0.57rem;
  width: 100%;
}
.about-news .container .list ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-news .container .list ul {
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .about-news .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about-news .container .list ul li {
  width: 33.33%;
  border-right: 1px solid #ececec;
  padding: 0 0.7rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .about-news .container .list ul li {
    width: 50%;
  }
  .about-news .container .list ul li:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .about-news .container .list ul li {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.about-news .container .list ul li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991px) {
  .about-news .container .list ul li:nth-child(3n) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 767px) {
  .about-news .container .list ul li:nth-child(3n) {
    border-right: none;
  }
}
.about-news .container .list ul li a {
  display: block;
}
.about-news .container .list ul li a .public-img::before {
  padding-top: 54.54%;
}
.about-news .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.about-news .container .list ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-news .container .list ul li a .tbox .t1 .time {
  color: #999;
}
.about-news .container .list ul li a .tbox .t1 .labels {
  height: 30px;
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 0 0.1rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
}
.about-news .container .list ul li a .tbox .t1 .labels:hover {
  background: #86cb35;
  color: #000;
}
.about-news .container .list ul li a .tbox .t2 {
  color: #000;
  height: 3em;
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-news .container .list ul li a .tbox .more {
  margin-top: 0.43rem;
}
.about-news .container .list ul li a .tbox .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.about-news .container .list ul li a .tbox .more svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.about-news .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.about-news .container .list ul li:hover a .tbox .more svg {
  transform: rotateZ(0);
}
.about-news .container .list ul li:hover a .tbox .more svg path {
  fill: #86cb35;
}
.contact {
  width: 100%;
}
.contact .box1 {
  width: 100%;
  padding: 0rem 0;
}
.contact .box1 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.contact .box1 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.contact .box1 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact .box1 .container .top .t2 {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.16rem;
}
.contact .box1 .container .map {
  width: 100%;
  position: relative;
  margin-top: 0.56rem;
}
.contact .box1 .container .map .img {
  width: 100%;
  height: 5.8rem;
}
.contact .box1 .container .map .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact .box1 .container .map .img img {
    object-position: 84%;
  }
}
@media (max-width: 767px) {
  .contact .box1 .container .map .img img {
    object-position: 36%;
  }
}
.contact .box1 .container .map .tbox {
  width: 475px;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .contact .box1 .container .map .tbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact .box1 .container .map .tbox {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    transform: translateY(0);
    box-shadow: none;
    border: 1px solid #ececec;
  }
}
.contact .box1 .container .map .tbox .t1 {
  font-size:20px;
  line-height: 0.36rem;
  color: #000;
}
.contact .box1 .container .map .tbox .t2 {
  margin-top: 0.38rem;
  width: 0.4rem;
  height: 3px;
  background: #86cb35;
}
.contact .box1 .container .map .tbox .t3 {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 0.73rem;
}
@media (max-width: 1580px) {
  .contact .box1 .container .map .tbox .t3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box1 .container .map .tbox .t3 {
    font-size: 14px;
  }
}
.contact .box1 .container .map .tbox .t3 span {
  color: #000;
  margin-top: 0.1rem;
  display: block;
}
@media (max-width: 1580px) {
  .contact .box1 .container .map .tbox .t3 span {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .contact .box1 .container .map .tbox .t3 span {
    font-size: 14px !important;
    line-height: 24px;
  }
}
.contact .box1 .container .map .tbox .more {
  width: 100%;
  height: 0.6rem;
  border: 2px solid #86cb35;
  margin-top: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #86cb35;
}
@media (max-width: 767px) {
  .contact .box1 .container .map .tbox .more {
    height: 0.8rem;
  }
}
.contact .box1 .container .map .tbox .more img {
  margin-right: 0.1rem;
}
.contact .box1 .container .list {
  width: 100%;
  border: 1px solid #ececec;
}
.contact .box1 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
.contact .box1 .container .list ul li {
  width: 33.33%;
  border-right: 1px solid #ececec;
  padding: 0.7rem 0 0.46rem;
}
@media (max-width: 767px) {
  .contact .box1 .container .list ul li {
    width: 100%;
    border-right: none;
  }
}
.contact .box1 .container .list ul li:last-child {
  border-right: none;
}
.contact .box1 .container .list ul li .icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #86cb35;
  margin: auto;
}
@media (max-width: 767px) {
  .contact .box1 .container .list ul li .icon {
    width: 1rem;
    height: 1rem;
  }
}
.contact .box1 .container .list ul li .icon::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(250, 190, 0, 0.2);
  animation: dianRun2 1.5s forwards linear infinite;
}
@media (max-width: 767px) {
  .contact .box1 .container .list ul li .icon::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .contact .box1 .container .list ul li .icon img {
    width: 0.5rem;
  }
}
.contact .box1 .container .list ul li .txt {
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-top: 0.35rem;
}
.contact .box1 .container .list ul li .txt span {
  color: #000;
  display: block;
  margin-top: 0.08rem;
}
.contact .box1 .container .adds{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact .box1 .container .adds .item{
    width: 50%;
    padding: 0.5rem;
    border: 1px solid #ececec;
}
@media (max-width: 991px){
    .contact .box1 .container .adds .item{
        width: 100%;
    }
}
.contact .box1 .container .adds .item .t1{
    
}
.contact .box1 .container .adds .item .t2{
    margin-top: 0.15rem;
}
.contact .box2 {
  width: 100%;
  padding: 0.2rem 0;
  background: #f5f5f5;
}
.contact .box2 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.contact .box2 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
background: linear-gradient(135deg, #86cb35, #5f8b31);
}
.contact .box2 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact .box2 .container .top .t2 {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.16rem;
}
.contact .box2 .container .tbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  margin-top: 0.54rem;
  padding: 0.44rem 0.6rem 0.7rem;
}
.contact .box2 .container .tbox .t1 {
  width: 47.3%;
  height: 0.56rem;
  border-bottom: 2px solid #ececec;
  font-size: 18px;
  color: #000;
  margin-bottom: 0.44rem;
}
@media (max-width: 1580px) {
  .contact .box2 .container .tbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box2 .container .tbox .t1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact .box2 .container .tbox .t1 {
    width: 100%;
  }
}
.contact .box2 .container .tbox .t1::placeholder {
  color: #666;
  transition: all ease-out 0.3s;
}
.contact .box2 .container .tbox .t1:focus::placeholder {
  color: #ccc;
}
.contact .box2 .container .tbox .t2 {
  width: 100%;
  height: 1.45rem;
  border-bottom: 2px solid #ececec;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1580px) {
  .contact .box2 .container .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box2 .container .tbox .t2 {
    font-size: 14px;
  }
}
.contact .box2 .container .tbox .t2::placeholder {
  color: #666;
  transition: all ease-out 0.3s;
}
.contact .box2 .container .tbox .t2:focus::placeholder {
  color: #ccc;
}
.contact .box2 .container .tbox .tips {
  width: 100%;
  display: flex;
  color: #999;
  line-height: 26px;
  margin-top: 0.2rem;
}
.contact .box2 .container .tbox .tips a {
  color: #999;
  transition: all ease-out 0.3s;
}
.contact .box2 .container .tbox .tips a:hover {
  color: #86cb35;
}
.contact .box2 .container .tbox .more {
  display: flex;
  margin-top: 0.35rem;
}
.about-page {
  width: 100%;
  padding: 0.6rem 0 0;
}
.about-page .menu {
  width: 100%;
}
.about-page .menu .container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-page .menu .container ul li {
  width: 20%;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .about-page .menu .container ul li {
    width: 50%;
  }
}
.about-page .menu .container ul li a {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  border: 1px solid #ececec;
  transition: all ease-out 0.3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page .menu .container ul li a {
    padding: 0 0.2rem;
  }
}
.about-page .menu .container ul li a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all ease-out 0.3s;
  background: #86cb35;
}
.about-page .menu .container ul li a span {
  color: #666;
  font-size: 18px;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .about-page .menu .container ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-page .menu .container ul li a span {
    font-size: 14px;
  }
}
.about-page .menu .container ul li a svg {
  transition: all ease-out 0.3s;
  transform: rotateZ(-45deg);
}
.about-page .menu .container ul li a svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.about-page .menu .container ul li:hover a,
.about-page .menu .container ul li.on a {
  border: 1px solid #86cb35;
}
.about-page .menu .container ul li:hover a::before,
.about-page .menu .container ul li.on a::before {
  width: 110%;
  padding-top: 100%;
}
.about-page .menu .container ul li:hover a span,
.about-page .menu .container ul li.on a span {
  color: #000;
}
.about-page .menu .container ul li:hover a svg,
.about-page .menu .container ul li.on a svg {
  transform: rotateZ(0);
}
.about-page .menu .container ul li:hover a svg path,
.about-page .menu .container ul li.on a svg path {
  fill: #000;
}
.join {
  width: 100%;
}
.join .box1 {
  width: 100%;
  padding: 1.2rem 0;
}
.join .box1 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.join .box1 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.join .box1 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.join .box1 .container .top .t2 {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.16rem;
}
.join .box1 .container .box {
  width: 100%;
  margin-top: 0.52rem;
  position: relative;
}
.join .box1 .container .box .img {
  width: 100%;
  height: 6.8rem;
}
.join .box1 .container .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.join .box1 .container .box .img img.on {
  opacity: 1;
  z-index: 2;
}
.join .box1 .container .box .ts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
}
.join .box1 .container .box .ts .item {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.join .box1 .container .box .ts .item:last-child {
  border-right: none;
}
.join .box1 .container .box .ts .item .t1 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #fff;
  text-shadow: 0 0 0.1rem 0 rgba(4, 0, 0, 0.3);
}
.join .box1 .container .box .ts .item .icon {
  margin: 0.34rem auto 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.join .box1 .container .box .ts .item .icon::before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #86cb35;
  border-radius: 50%;
  transition: all ease-out 0.3s;
}
.join .box1 .container .box .ts .item .icon svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.join .box1 .container .box .ts .item .icon svg path {
  fill: #fff;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.join .box1 .container .box .ts .item:hover .icon {
  border: 1px solid #86cb35;
}
.join .box1 .container .box .ts .item:hover .icon::before {
  width: 110%;
  padding-top: 110%;
}
.join .box1 .container .box .ts .item:hover .icon svg {
  transform: rotateZ(0);
}
.join .box1 .container .box .ts .item:hover .icon svg path {
  fill: #000;
}
.join .boxs {
  width: 100%;
}
.join .boxs:nth-child(2n) {
  background: #f5f5f5;
}
.join .boxs .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.join .boxs .container .top {
  width: 50%;
}
@media (max-width: 991px) {
  .join .boxs .container .top {
    width: 100%;
  }
}
.join .boxs .container .top .t1 {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
}
.join .boxs .container .top .t2 {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .join .boxs .container .top .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .join .boxs .container .top .t2 {
    font-size: 14px;
  }
}
.join .boxs .container .content {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .join .boxs .container .content {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.join .boxs .container .icons {
  position: absolute;
  left: 0;
  bottom: 0;
}
.join .boxs.box2 {
  padding: 1.14rem 0 1.2rem;
}
.join .boxs.box2 .content .t1 {
  color: #000;
}
.join .boxs.box2 .content .public-img {
  margin-top: 0.53rem;
}
.join .boxs.box2 .content .public-img::before {
  padding-top: 72.5%;
}
.join .boxs.box3 {
  padding: 1.14rem 0 1rem;
}
.join .boxs.box3 .content ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .join .boxs.box3 .content ul {
    padding-bottom: 0;
  }
}
.join .boxs.box3 .content ul li {
  width: calc(50% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #f5f5f5;
  padding: 0.4rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .join .boxs.box3 .content ul li {
    width: calc(100% - 0.2rem);
  }
}
.join .boxs.box3 .content ul li:nth-child(2n) {
  transform: translateY(1.3rem);
}
@media (max-width: 767px) {
  .join .boxs.box3 .content ul li:nth-child(2n) {
    transform: translateY(0);
  }
}
.join .boxs.box3 .content ul li .icon {
  height: 50px;
  display: flex;
}
.join .boxs.box3 .content ul li .icon img {
  max-height: 100%;
}
.join .boxs.box3 .content ul li .t1 {
  color: #000;
  margin-top: 0.35rem;
}
.join .boxs.box3 .content ul li .t2 {
  line-height: 24px;
  color: #666;
  margin-top: 0.14rem;
}
.join .boxs.box3 .content ul li:hover {
  background: #86cb35;
}
.join .boxs.box4 {
  padding: 1.14rem 0 1.2rem;
  background: #f5f5f5;
}
.join .boxs.box4 .content ul {
  width: 100%;
}
.join .boxs.box4 .content ul li {
  width: 100%;
  margin-bottom: 0.1rem;
}
.join .boxs.box4 .content ul li:last-child {
  margin-bottom: 0;
}
.join .boxs.box4 .content ul li .t1 {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 0.4rem;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.join .boxs.box4 .content ul li .t1 span {
  color: #000;
}
.join .boxs.box4 .content ul li .t1 i {
  transform: rotateZ(90deg);
}
.join .boxs.box4 .content ul li .t1 i svg {
  transition: all ease-out 0.3s;
}
.join .boxs.box4 .content ul li .t1 i svg path {
  fill: #ccc;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.join .boxs.box4 .content ul li .public-img {
  margin-top: 0.1rem;
  display: none;
}
.join .boxs.box4 .content ul li .public-img::before {
  padding-top: 50%;
}
.join .boxs.box4 .content ul li .public-img .txt {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 24px;
  color: #fff;
  padding: 0.25rem 0.4rem;
  display: flex;
  align-items: flex-end;
}
.join .boxs.box4 .content ul li:hover .t1 {
  background: #86cb35;
}
.join .boxs.box4 .content ul li:hover .t1 i svg path {
  fill: #000;
}
.join .boxs.box4 .content ul li.on .t1 {
  background: #86cb35;
}
.join .boxs.box4 .content ul li.on .t1 i svg {
  transform: rotateZ(-180deg);
}
.join .boxs.box4 .content ul li.on .t1 i svg path {
  fill: #000;
}
.join .boxs.box4 .content ul li.on .public-img {
  display: block;
}
.join .boxs.box5 {
  padding: 1.14rem 0 0.94rem;
}
.join .boxs.box5 .content .public-img::before {
  padding-top: 50%;
}
.join .boxs.box5 .content ul {
  width: 100%;
  margin-top: 0.36rem;
  display: flex;
  flex-wrap: wrap;
}
.join .boxs.box5 .content ul li {
  width: 38.75%;
  display: flex;
  align-items: center;
  color: #666;
  line-height: 28px;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .join .boxs.box5 .content ul li {
    width: 50%;
  }
}
.join .boxs.box5 .content ul li img {
  margin-right: 0.1rem;
}
.join-us {
  width: 100%;
  position: relative;
}
.join-us .img {
  width: 100%;
  height: 5rem;
  position: relative;
}
.join-us .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.join-us .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.join-us .container .title {
  color: #fff;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.join-us .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.join-us .container .more .pub-btn {
  border: 2px solid #fff;
  margin: 0 0.1rem;
}
.join-us .container .more .pub-btn span {
  color: #fff;
}
.join-us .container .more .pub-btn .icon svg path {
  fill: #fff;
}
.join-us .container .more .pub-btn:hover {
  border: 2px solid #86cb35;
}
.join-us .container .more .pub-btn:hover span {
  color: #000;
}
.join-us .container .more .pub-btn:hover .icon svg path {
  fill: #000;
}
.manufacture {
  width: 100%;
}
.manufacture .box1 {
  width: 100%;
  padding: 1.14rem 0 1.2rem;
}
.manufacture .box1 .container .title {
  width: 1140px;
  max-width: 100%;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
.manufacture .box1 .container .title span {
  color: #86cb35;
}
.manufacture .box1 .container .img {
  width: 100%;
  height: 5.8rem;
  margin-top: 0.56rem;
}
.manufacture .box1 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacture .boxs {
  width: 100%;
  margin-bottom: 1.2rem;
}
.manufacture .boxs .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #f5f5f5;
}
.manufacture .boxs .container .img {
  width: 50%;
}
@media (max-width: 991px) {
  .manufacture .boxs .container .img {
    width: 100%;
  }
}
.manufacture .boxs .container .img ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.manufacture .boxs .container .img ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.manufacture .boxs .container .img ul li:nth-child(1) {
  position: relative;
}
.manufacture .boxs .container .img ul li .public-img {
  height: 100%;
}
.manufacture .boxs .container .img ul li .public-img::before {
  padding-top: 72.5%;
}
.manufacture .boxs .container .img ul li.on {
  opacity: 1;
  z-index: 3;
}
.manufacture .boxs .container .tbox {
  width: 50%;
  padding: 0.6rem 0.6rem 0.3rem;
}
@media (max-width: 991px) {
  .manufacture .boxs .container .tbox {
    width: 100%;
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .manufacture .boxs .container .tbox {
    padding: 0.3rem;
  }
}
.manufacture .boxs .container .tbox .top .t1 {
  display: flex;
}
.manufacture .boxs .container .tbox .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.manufacture .boxs .container .tbox .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.manufacture .boxs .container .tbox .top .t2 {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #000;
  margin-top: 0.2rem;
}
.manufacture .boxs .container .tbox .top .t3 {
  line-height: 26px;
  font-size: 18px;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .manufacture .boxs .container .tbox .top .t3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manufacture .boxs .container .tbox .top .t3 {
    font-size: 14px;
  }
}
.manufacture .boxs .container .tbox ul {
  width: 100%;
  border-left: 2px solid #e8e8e8;
  margin-top: 0.78rem;
}
@media (max-width: 991px) {
  .manufacture .boxs .container .tbox ul {
    margin-top: 0.5rem;
  }
}
.manufacture .boxs .container .tbox ul li {
  margin-bottom: 0.35rem;
  border-left: 2px solid transparent;
  padding-left: 0.3rem;
  margin-left: -2px;
  cursor: pointer;
}
.manufacture .boxs .container .tbox ul li:last-child {
  margin-bottom: 0;
}
.manufacture .boxs .container .tbox ul li .t1 {
  color: #999;
  line-height: 1;
  transition: all ease-out 0.3s;
}
.manufacture .boxs .container .tbox ul li .t2 {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0.16rem;
  display: none;
}
@media (max-width: 1580px) {
  .manufacture .boxs .container .tbox ul li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manufacture .boxs .container .tbox ul li .t2 {
    font-size: 14px;
  }
}
.manufacture .boxs .container .tbox ul li.on {
  border-left: 2px solid #86cb35;
}
.manufacture .boxs .container .tbox ul li.on .t1 {
  color: #86cb35;
}
.manufacture .boxs .container .tbox ul li.on .t2 {
  display: block;
}
.manufacture .boxs.box3 .container {
  flex-direction: row;
}
.manufacture .box4 {
  width: 100%;
  padding: 1.2rem 0;
  background: #f5f5f5;
}
.manufacture .box4 .container {
  position: relative;
  background: #fff;
}
@media (max-width: 991px) {
  .manufacture .box4 .container {
    padding-bottom: 1.5rem;
  }
}
.manufacture .box4 .container .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.manufacture .box4 .container .swiper-container .swiper-slide .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .manufacture .box4 .container .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.manufacture .box4 .container .swiper-container .swiper-slide .public-img::before {
  padding-top: 72.5%;
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox {
  width: 50%;
  padding: 0.6rem 1.6rem 0.5rem 0.6rem;
}
@media (max-width: 991px) {
  .manufacture .box4 .container .swiper-container .swiper-slide .tbox {
    width: 100%;
    padding: 0.3rem;
  }
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox .t1 {
  display: flex;
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox .t2 {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #000;
  margin-top: 0.2rem;
}
.manufacture .box4 .container .swiper-container .swiper-slide .tbox .t3 {
  line-height: 26px;
  font-size: 18px;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .manufacture .box4 .container .swiper-container .swiper-slide .tbox .t3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manufacture .box4 .container .swiper-container .swiper-slide .tbox .t3 {
    font-size: 14px;
  }
}
.manufacture .box4 .container .ckbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 0.6rem;
  bottom: 0.6rem;
}
@media (max-width: 991px) {
  .manufacture .box4 .container .ckbox {
    width: 100%;
    justify-content: center;
    left: 0;
  }
}
.manufacture .box4 .container .ckbox .prev,
.manufacture .box4 .container .ckbox .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  position: relative;
}
.manufacture .box4 .container .ckbox .prev::before,
.manufacture .box4 .container .ckbox .next::before {
  content: '';
  width: 0;
  height: 0;
  background: #86cb35;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.manufacture .box4 .container .ckbox .prev svg,
.manufacture .box4 .container .ckbox .next svg {
  transition: all ease-out 0.3s;
}
.manufacture .box4 .container .ckbox .prev svg path,
.manufacture .box4 .container .ckbox .next svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.manufacture .box4 .container .ckbox .prev:hover,
.manufacture .box4 .container .ckbox .next:hover {
  border: 1px solid #86cb35;
}
.manufacture .box4 .container .ckbox .prev:hover::before,
.manufacture .box4 .container .ckbox .next:hover::before {
  width: 100%;
  height: 100%;
}
.manufacture .box4 .container .ckbox .prev:hover svg path,
.manufacture .box4 .container .ckbox .next:hover svg path {
  fill: #000;
}
.manufacture .box4 .container .ckbox .prev svg {
  transform: rotateZ(-135deg);
}
.manufacture .box4 .container .ckbox .prev:hover svg {
  transform: rotateZ(-180deg);
}
.manufacture .box4 .container .ckbox .next svg {
  transform: rotateZ(-45deg);
}
.manufacture .box4 .container .ckbox .next:hover svg {
  transform: rotateZ(0);
}
.manufacture .box4 .container .ckbox .num {
  display: flex;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0.2rem;
}
@media (max-width: 1580px) {
  .manufacture .box4 .container .ckbox .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manufacture .box4 .container .ckbox .num {
    font-size: 14px;
  }
}
.manufacture .box4 .container .ckbox .num .s1 {
  color: #86cb35;
}
.manufacture .box5 {
  width: 100%;
  padding: 1.14rem 0 1.2rem;
}
.manufacture .box5 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.manufacture .box5 .container .title span {
  color: #86cb35;
}
.manufacture .box5 .container .list {
  margin-top: 0.7rem;
}
.manufacture .box5 .container .list .tips {
  color: #666;
  text-align: center;
}
.manufacture .box5 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.manufacture .box5 .container .list ul li {
  width: calc(25% - 0.2rem);
  border-radius: 50%;
  border: 1px solid #ececec;
  position: relative;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .manufacture .box5 .container .list ul li {
    width: calc(50% - 0.2rem);
  }
}
.manufacture .box5 .container .list ul li::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.manufacture .box5 .container .list ul li .tbox {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.manufacture .box5 .container .list ul li .tbox .icon {
  height: 0.98rem;
  display: flex;
  margin: auto;
}
.manufacture .box5 .container .list ul li .tbox .icon img {
  height: 100%;
}
.manufacture .box5 .container .list ul li .tbox .txt {
  width: 100%;
  color: #666;
  line-height: 26px;
  font-size: 18px;
  margin-top: 0.5rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .manufacture .box5 .container .list ul li .tbox .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manufacture .box5 .container .list ul li .tbox .txt {
    font-size: 14px;
    margin-top: 0.3rem;
  }
}
.technical {
  width: 100%;
}
.technical .box1 {
  width: 100%;
  padding: 1.14rem 0 1.2rem;
}
.technical .box1 .container .top .title {
  color: #000;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.technical .box1 .container .top .title span {
  color: #86cb35;
}
.technical .box1 .container .top .title br {
  display: none;
}
.technical .box1 .container .top .txt {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .technical .box1 .container .top .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .technical .box1 .container .top .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.technical .box1 .container .list {
  width: 100%;
  margin-top: 0.65rem;
}
.technical .box1 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}
.technical .box1 .container .list ul li {
  width: calc(25% - 0.5rem);
  margin: 0 0.25rem;
  background: #f5f5f5;
  position: relative;
  padding: 1rem 0 0.93rem;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.technical .box1 .container .list ul li:nth-child(2) {
  transform: translateY(0rem);
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul li:nth-child(2) {
    transform: translateY(0);
  }
}
.technical .box1 .container .list ul li:nth-child(2):hover {
  transform: translateY(0rem);
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul li:nth-child(2):hover {
    transform: translateY(0);
  }
}
.technical .box1 .container .list ul li:nth-child(3) {
  transform: translateY(0rem);
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul li:nth-child(3) {
    transform: translateY(0);
  }
}
.technical .box1 .container .list ul li:nth-child(3):hover {
  transform: translateY(0rem);
}
@media (max-width: 767px) {
  .technical .box1 .container .list ul li:nth-child(3):hover {
    transform: translateY(0);
  }
}
.technical .box1 .container .list ul li .tb1 .icon {
  height: 0.7rem;
  display: flex;
  justify-content: center;
}
.technical .box1 .container .list ul li .tb1 .icon img {
  max-height: 100%;
}
.technical .box1 .container .list ul li .tb1 .txt {
  color: #666;
  text-align: center;
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 30px;
}
.technical .box1 .container .list ul li .tb1 .txt span {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .technical .box1 .container .list ul li .tb1 .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .technical .box1 .container .list ul li .tb1 .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.technical .box1 .container .list ul li .tb2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #86cb35;
  padding: 0.3rem 0.3rem;
  transition: all ease-out 0.3s;
}
.technical .box1 .container .list ul li .tb2 .txt {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .technical .box1 .container .list ul li .tb2 .txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .technical .box1 .container .list ul li .tb2 .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.technical .box1 .container .list ul li .tb2 .icon {
  width: 100%;
  height: 2.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.technical .box1 .container .list ul li .tb2 .icon svg {
  width: auto;
  height: 100%;
  opacity: 0.1;
}
.technical .box1 .container .list ul li .tb2 .icon svg path {
  opacity: 1;
  fill: #fff;
}
.technical .box1 .container .list ul li:hover .tb2 {
  top: 0;
}
.technical .box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.technical .box2 .container .item {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.technical .box2 .container .item:nth-child(2n) {
  flex-direction: row;
}
.technical .box2 .container .item:nth-child(2n) .tbox {
  padding: 0 0 0 1rem;
}
@media (max-width: 991px) {
  .technical .box2 .container .item:nth-child(2n) .tbox {
    padding: 0;
  }
}
.technical .box2 .container .item:last-child {
  margin-bottom: 0;
}
.technical .box2 .container .item .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .technical .box2 .container .item .public-img {
    width: 100%;
  }
}
.technical .box2 .container .item .public-img::before {
  padding-top: 52.5%;
}
.technical .box2 .container .item .tbox {
  width: 50%;
  padding: 0 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 991px) {
  .technical .box2 .container .item .tbox {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
}
.technical .box2 .container .item .tbox .ts {
  width: 100%;
}
.technical .box2 .container .item .tbox .ts .t1 {
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #000;
}
.technical .box2 .container .item .tbox .ts .t2 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .technical .box2 .container .item .tbox .ts .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .technical .box2 .container .item .tbox .ts .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.technical .box2 .container .item .tbox .list {
  width: 100%;
  margin-top: 0.5rem;
}
.technical .box2 .container .item .tbox .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.technical .box2 .container .item .tbox .list ul li {
  width: 33.33%;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 0.3rem 0;
  margin: -1px -1px 0 0;
}
.technical .box2 .container .item .tbox .list ul li .t1 {
  color: #86cb35;
  font-size: 0.36rem;
  line-height: 1;
}
.technical .box2 .container .item .tbox .list ul li .t2 {
  line-height: 26px;
  color: #666;
  margin-top: 0.14rem;
}
.about {
  width: 100%;
}
.about .box1 {
  width: 100%;
  padding: 0.5rem 0;
}
.about .box1 .container .top {
  width: 100%;
}
.about .box1 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box1 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
    background: linear-gradient(135deg, #86cb35, #5f8b31);
	
}
.about .box1 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box1 .container .top .t2 {
  width: 1020px;
  max-width: 100%;
  margin: 0.18rem auto 0;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box1 .container .top .t2 span {
  color: #86cb35;
}
.about .box1 .container .content {
  width: 100%;
  margin-top: 0.53rem;
}
.about .box1 .container .content .tbox {
  width: 100%;
  display: flex;
  border: 1px solid #ececec;
  background: #f5f5f5;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.about .box1 .container .content .tbox .video {
  width: 50%;
}
@media (max-width: 991px) {
  .about .box1 .container .content .tbox .video {
    width: 100%;
  }
}
.about .box1 .container .content .tbox .video::before {
  padding-top: 60%;
}
.about .box1 .container .content .tbox .video .play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about .box1 .container .content .tbox .video .play .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
}
.about .box1 .container .content .tbox .video .play .ts {
  color: #fff;
  text-decoration: underline;
  line-height: 24px;
  margin-top: 0.16rem;
}
.about .box1 .container .content .tbox .txt {
  width: 50%;
  padding: 0.6rem;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1580px) {
  .about .box1 .container .content .tbox .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box1 .container .content .tbox .txt {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .about .box1 .container .content .tbox .txt {
    padding: 0.5rem 0.3rem;
  }
}
.about .box1 .container .content .list {
  width: 100%;
  border: 1px solid #ececec;
  border-top: none;
}
.about .box1 .container .content .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .box1 .container .content .list ul li {
  width: 25%;
  padding: 0.6rem 0 0.35rem;
  border-right: 1px solid #ececec;
}
@media (max-width: 767px) {
  .about .box1 .container .content .list ul li {
    width: 50%;
    border-bottom: 1px solid #ececec;
  }
  .about .box1 .container .content .list ul li:nth-child(2n) {
    border-right: none;
  }

  
}
.about .box1 .container .content .list ul li:last-child {
  border-right: none;
}
.about .box1 .container .content .list ul li .icon {

  display: flex;
  justify-content: center;
  align-items: center;
}
.about .box1 .container .content .list ul li .icon svg {
  max-height: 100%;
}
.about .box1 .container .content .list ul li .icon svg path {
  fill: #86cb35;
  opacity: 1;
}
.about .box1 .container .content .list ul li .t1 {
  font-size: 0.38rem;
  line-height: 1;
  text-align: center;
  color: #010101;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .about .box1 .container .content .list ul li .t1 {
    font-size: 0.4rem;
  }
}
.about .box1 .container .content .list ul li .t2 {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 26px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .about .box1 .container .content .list ul li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box1 .container .content .list ul li .t2 {
    font-size: 14px;
  }
}
.about .box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 0.5rem 0 0.7rem;
}
.about .box2 .container .top {
  width: 100%;
}
.about .box2 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box2 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.about .box2 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box2 .container .top .t2 {
  margin-top: 0.18rem;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box2 .container .list {
  width: 100%;
  margin-top: 0.52rem;
}
.about .box2 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about .box2 .container .list ul {
    width: calc(100% + 0.3rem);
    margin: 0 -0.15rem;
  }
}
@media (max-width: 767px) {
  .about .box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about .box2 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  padding-bottom: 0.34rem;
  border-bottom: 2px solid #e8e8e8;
}
@media (max-width: 991px) {
  .about .box2 .container .list ul li {
    width: calc(33.33% - 0.3rem);
    margin: 0 0.15rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .about .box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.about .box2 .container .list ul li .tbox {
  width: 100%;
  background: #fff;
  padding: 0.6rem 0.5rem 0.53rem;
}
@media (max-width: 991px) {
  .about .box2 .container .list ul li .tbox {
    padding: 0.6rem 0.2rem 0.53rem;
  }
}
.about .box2 .container .list ul li .tbox .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #86cb35;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.about .box2 .container .list ul li .tbox .icon::before {
  content: '';
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(250, 190, 0, 0.2);
  animation: dianRun2 1.5s forwards linear infinite;
}
.about .box2 .container .list ul li .tbox .icon img {
  max-height: 0.5rem;
}
.about .box2 .container .list ul li .tbox .t1 {
  font-size: 0.3rem;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .about .box2 .container .list ul li .tbox .t1 {
    font-size: 0.36rem;
  }
}
.about .box2 .container .list ul li .tbox .t2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 3.33em;
  color: #666;
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .about .box2 .container .list ul li .tbox .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box2 .container .list ul li .tbox .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box2 .container .list ul li .ts1 {
  font-size: 0.3rem;
  text-align: center;
  color: #000;
  line-height: 1;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .about .box2 .container .list ul li .ts1 {
    font-size: 0.36rem;
  }
}
.about .box2 .container .list ul li .ts2 {
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.24rem;
}
@media (max-width: 1580px) {
  .about .box2 .container .list ul li .ts2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box2 .container .list ul li .ts2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box3 {
  width: 100%;
  padding: 1.2rem 0 1.1rem;
}
.about .box3 .container .top {
  width: 100%;
}
.about .box3 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box3 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.about .box3 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box3 .container .top .t2 {
  margin-top: 0.18rem;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box3 .container .top .t3 {
  width: 1060px;
  max-width: 100%;
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 0.18rem auto 0;
}
@media (max-width: 1580px) {
  .about .box3 .container .top .t3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box3 .container .top .t3 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box3 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.about .box3 .container .list .box3-swiper1 {
  width: 100%;
}
.about .box3 .container .list .box3-swiper1 .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .box3 .container .list .box3-swiper1 .swiper-slide .public-img {
  width: 43.75%;
}
@media (max-width: 991px) {
  .about .box3 .container .list .box3-swiper1 .swiper-slide .public-img {
    width: 100%;
  }
}
.about .box3 .container .list .box3-swiper1 .swiper-slide .public-img::before {
  padding-top: 53.333%;
}
.about .box3 .container .list .box3-swiper1 .swiper-slide .tbox {
  width: 46.875%;
  padding-right: 0.9rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .about .box3 .container .list .box3-swiper1 .swiper-slide .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .box3 .container .list .box3-swiper1 .swiper-slide .tbox::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/about-box3-icon1.png) center center no-repeat;
  background-size: contain;
}
.about .box3 .container .list .box3-swiper1 .swiper-slide .tbox .txt {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .about .box3 .container .list .box3-swiper1 .swiper-slide .tbox .txt {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.about .box3 .container .list2 {
  width: 100%;
  padding: 0 1rem;
  position: relative;
}
.about .box3 .container .list2 .box3-swiper2 {
  width: 100%;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide {
  width: 100%;
  padding-top: 0.6rem;
  position: relative;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  left: 0;
  top: 0.65rem;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide .icon {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #ececec;
  position: relative;
  margin: auto;
  z-index: 2;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide .icon::before {
  content: '';
  width: 0.21rem;
  height: 0.21rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide .icon::after {
  content: '';
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #ececec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide .txt {
  color: #999;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide .txt {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1260px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide .txt {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide .txt {
    font-size: 18px;
    line-height: 30px;
  }
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .icon::before {
  width: 0.31rem;
  height: 0.31rem;
  background: rgba(250, 190, 0, 0.3);
  animation: dianRun 1.5s forwards linear infinite;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .icon::after {
  background: #86cb35;
}
.about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .txt {
  color: #86cb35;
  font-size: 30px;
}
@media (max-width: 1580px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .txt {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .txt {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .about .box3 .container .list2 .box3-swiper2 .swiper-slide-thumb-active .txt {
    font-size: 20px;
  }
}
.about .box3 .container .list2 .swiper-prev,
.about .box3 .container .list2 .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
}
.about .box3 .container .list2 .swiper-prev::before,
.about .box3 .container .list2 .swiper-next::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #86cb35;
  transition: all ease-out 0.3s;
}
.about .box3 .container .list2 .swiper-prev svg,
.about .box3 .container .list2 .swiper-next svg {
  transition: all ease-out 0.3s;
  transform: rotateZ(-45deg);
}
.about .box3 .container .list2 .swiper-prev svg path,
.about .box3 .container .list2 .swiper-next svg path {
  fill: #999;
  transition: all ease-out 0.3s;
  opacity: 1;
}
.about .box3 .container .list2 .swiper-prev {
  left: 0;
}
.about .box3 .container .list2 .swiper-prev svg {
  transform: rotateZ(-135deg);
}
.about .box3 .container .list2 .swiper-prev:hover {
  border: 1px solid #86cb35;
}
.about .box3 .container .list2 .swiper-prev:hover::before {
  width: 110%;
  padding-top: 100%;
}
.about .box3 .container .list2 .swiper-prev:hover svg {
  transform: rotateZ(-180deg);
}
.about .box3 .container .list2 .swiper-prev:hover svg path {
  fill: #000;
}
.about .box3 .container .list2 .swiper-next {
  right: 0;
}
.about .box3 .container .list2 .swiper-next:hover {
  border: 1px solid #86cb35;
}
.about .box3 .container .list2 .swiper-next:hover::before {
  width: 110%;
  padding-top: 110%;
}
.about .box3 .container .list2 .swiper-next:hover svg {
  transform: rotateZ(0);
}
.about .box3 .container .list2 .swiper-next:hover svg path {
  fill: #000;
}
.about .box4 {
  width: 100%;
  background: #f5f5f5;
  padding: 0.5rem 0 0.4rem;
}
.about .box4 .container .top {
  width: 100%;
}
.about .box4 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box4 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.about .box4 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box4 .container .top .t2 {
  margin-top: 0.18rem;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box4 .container .top .t3 {
  width: 1060px;
  max-width: 100%;
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 0.18rem auto 0;
}
@media (max-width: 1580px) {
  .about .box4 .container .top .t3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box4 .container .top .t3 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box4 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.about .box4 .container .list .swiper-container {
  padding-bottom: 1.1rem;
}
.about .box4 .container .list .swiper-container .swiper-slide {
  position: relative;
  padding: 0.7rem 0.45rem 0.35rem;
  background: #fff;
  border: 2px solid #fff;
  transition: all ease-out 0.3s;
}
.about .box4 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 65.365%;
}
.about .box4 .container .list .swiper-container .swiper-slide .txt {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0.6rem;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .about .box4 .container .list .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box4 .container .list .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
}
.about .box4 .container .list .swiper-container .swiper-slide:hover {
  border: 2px solid #86cb35;
}
.about .box4 .container .list .swiper-container .swiper-slide:hover .txt {
  color: #86cb35;
}
.about .box4 .container .list .swiper-container .swiper-pagination {
  width: 87.5%;
  height: 2px;
  top: initial;
  bottom: 0.23rem;
  background: #ececec;
}
@media (max-width: 991px) {
  .about .box4 .container .list .swiper-container .swiper-pagination {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .about .box4 .container .list .swiper-container .swiper-pagination {
    width: 75%;
  }
}
.about .box4 .container .list .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #86cb35;
}
.about .box4 .container .list .swiper-container .ck {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev,
.about .box4 .container .list .swiper-container .ck .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev::before,
.about .box4 .container .list .swiper-container .ck .swiper-next::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #86cb35;
  transition: all ease-out 0.3s;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev svg,
.about .box4 .container .list .swiper-container .ck .swiper-next svg {
  transition: all ease-out 0.3s;
  transform: rotateZ(-45deg);
}
.about .box4 .container .list .swiper-container .ck .swiper-prev svg path,
.about .box4 .container .list .swiper-container .ck .swiper-next svg path {
  fill: #999;
  transition: all ease-out 0.3s;
  opacity: 1;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev {
  margin-right: 0.2rem;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev svg {
  transform: rotateZ(-135deg);
}
.about .box4 .container .list .swiper-container .ck .swiper-prev:hover {
  border: 1px solid #86cb35;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev:hover::before {
  width: 110%;
  padding-top: 100%;
}
.about .box4 .container .list .swiper-container .ck .swiper-prev:hover svg {
  transform: rotateZ(-180deg);
}
.about .box4 .container .list .swiper-container .ck .swiper-prev:hover svg path {
  fill: #000;
}
.about .box4 .container .list .swiper-container .ck .swiper-next:hover {
  border: 1px solid #86cb35;
}
.about .box4 .container .list .swiper-container .ck .swiper-next:hover::before {
  width: 110%;
  padding-top: 110%;
}
.about .box4 .container .list .swiper-container .ck .swiper-next:hover svg {
  transform: rotateZ(0);
}
.about .box4 .container .list .swiper-container .ck .swiper-next:hover svg path {
  fill: #000;
}
.about .box5 {
  width: 100%;
  padding: 1.2rem 0 0.4rem;
}
.about .box5 .container .top {
  width: 100%;
}
.about .box5 .container .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box5 .container .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.about .box5 .container .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box5 .container .top .t2 {
  margin-top: 0.18rem;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box5 .container .top .t3 {
  width: 1060px;
  max-width: 100%;
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 0.18rem auto 0;
}
@media (max-width: 1580px) {
  .about .box5 .container .top .t3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box5 .container .top .t3 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box5 .container .map {
  width: 100%;
  margin-top: 0.7rem;
  position: relative;
}
.about .box5 .container .map .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about .box5 .container .map .dian-box .dian {
  position: absolute;
}
.about .box5 .container .map .dian-box .dian .icon {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #86cb35;
  position: relative;
}
.about .box5 .container .map .dian-box .dian .icon::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(250, 190, 0, 0.2);
  animation: dianRun 1.5s forwards linear infinite;
}
.about .box5 .container .map .dian-box .dian .txt {
  line-height: 24px;
  color: #000;
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian .txt {
    top: 0.15rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian1 {
  left: 13.75%;
  top: 24.9%;
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian1 .txt {
    top: initial;
    bottom: 0.25rem;
    bottom: 0.15rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian2 {
  left: 18%;
  top: 33.7%;
}
.about .box5 .container .map .dian-box .dian.dian3 {
  left: 31.43%;
  top: 50.93%;
}
.about .box5 .container .map .dian-box .dian.dian4 {
  left: 41.18%;
  top: 13.85%;
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian4 .txt {
    margin-left: -0.1rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian5 {
  left: 44.43%;
  top: 15.73%;
}
@media (max-width: 991px) {
  .about .box5 .container .map .dian-box .dian.dian5 .txt {
    top: initial;
    bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian5 .txt {
    margin-left: 0.1rem;
    bottom: 0.15rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian6 {
  left: 54.75%;
  top: 31.83%;
}
.about .box5 .container .map .dian-box .dian.dian7 {
  left: 72.25%;
  top: 29.77%;
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian7 .txt {
    margin-left: -0.1rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian8 {
  left: 75.5%;
  top: 28.83%;
}
@media (max-width: 991px) {
  .about .box5 .container .map .dian-box .dian.dian8 .txt {
    top: initial;
    bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian8 .txt {
    bottom: 0.15rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian9 {
  left: 78.25%;
  top: 30.52%;
}
@media (max-width: 767px) {
  .about .box5 .container .map .dian-box .dian.dian9 .txt {
    margin-left: 0.2rem;
  }
}
.about .box5 .container .map .dian-box .dian.dian10 {
  left: 84%;
  top: 63.48%;
}
@keyframes dianRun {
  0% {
    width: 0;
    height: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 0.42rem;
    height: 0.42rem;
    opacity: 0;
  }
}
@keyframes dianRun2 {
  0% {
    width: 0.8rem;
    height: 0.8rem;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0;
  }
}
.about .box6 {
  width: 100%;
  background: #f5f5f5 url(../images/about-box6-bg.jpg) center bottom no-repeat;
  padding: 1.2rem 0 1.14rem;
}
.about .box6 .top {
  width: 100%;
}
.about .box6 .top .t1 {
  display: flex;
  justify-content: center;
}
.about .box6 .top .t1 span {
  min-width: 1.2rem;
  padding: 0 0.15rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  color: #000;
  background: #86cb35;
}
.about .box6 .top .t1 span::before {
  content: '';
  border-top: 5px solid #86cb35;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .box6 .top .t2 {
  margin-top: 0.18rem;
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.about .box6 .top .t3 {
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .about .box6 .top .t3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box6 .top .t3 {
    font-size: 14px;
    line-height: 26px;
  }
}
.about .box6 .list {
  width: 100%;
  overflow: hidden;
  margin-top: 0.85rem;
}
.about .box6 .list .item {
  width: 100%;
  height: 1.6rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}
.about .box6 .list .item ul {
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}
.about .box6 .list .item ul li {
  position: relative;
  width: 2.88rem;
  height: 100%;
  margin: 0 0.2rem;
  transition: all ease-out 0.3s;
}
.about .box6 .list .item ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .box6 .list .item:nth-child(2) ul {
  left: initial;
  right: 0;
}
.about .box6 .tips {
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0.46rem;
}
@media (max-width: 1580px) {
  .about .box6 .tips {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about .box6 .tips {
    font-size: 14px;
    line-height: 26px;
  }
}
.job {
  width: 100%;
}
.job .menu {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.job .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .job .menu ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    margin-bottom: -0.15rem;
  }
}
.job .menu ul li {
  margin-right: 1rem;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .job .menu ul li {
    margin: 0 0.25rem;
  }
}
.job .menu ul li::before {
  content: '';
  background: #ececec;
  width: 1px;
  height: 18px;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .job .menu ul li::before {
    left: calc(100% + 0.25rem);
  }
}
.job .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .job .menu ul li:last-child {
    margin: 0 0.25rem;
  }
}
.job .menu ul li:last-child::before {
  display: none;
}
.job .menu ul li a {
  color: #666;
  font-size: 18px;
  line-height: 0.77rem;
  transition: all ease-out 0.3s;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .job .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .job .menu ul li a {
    font-size: 14px;
  }
}
.job .menu ul li:hover,
.job .menu ul li.on {
  border-bottom: 3px solid #86cb35;
}
.job .menu ul li:hover a,
.job .menu ul li.on a {
  color: #000;
}
.job .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0 1.2rem;
}
.job .container .left {
  width: 25%;
}
@media (max-width: 991px) {
  .job .container .left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .job .container .left {
    width: 100%;
  }
}
.job .container .left .ck1 {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ececec;
  margin-bottom: 0.2rem;
  padding: 0.33rem 0.4rem;
  position: relative;
  overflow: hidden;
}
.job .container .left .ck1 .t1 {
  color: #000;
}
.job .container .left .ck1 ul {
  width: 100%;
  margin-top: 0.2rem;
}
.job .container .left .ck1 ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.26rem;
  cursor: pointer;
}
.job .container .left .ck1 ul li:last-child {
  margin-bottom: 0;
}
.job .container .left .ck1 ul li i {
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-right: 0.1rem;
}
.job .container .left .ck1 ul li i::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #86cb35;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.job .container .left .ck1 ul li span {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1580px) {
  .job .container .left .ck1 ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .job .container .left .ck1 ul li span {
    font-size: 14px;
  }
}
.job .container .left .ck1 ul li:hover span {
  color: #000;
}
.job .container .left .ck1 ul li.on i {
  border: 1px solid #86cb35;
}
.job .container .left .ck1 ul li.on i::before {
  display: block;
}
.job .container .left .ck1 ul li.on span {
  color: #000;
}
.job .container .left .ck1 .line {
  width: 2.76rem;
  height: 2.76rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: absolute;
  right: -1.38rem;
  bottom: -1.38rem;
}
.job .container .left .ck1 .line::before {
  content: '';
  width: 2.16rem;
  height: 2.16rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.job .container .left .ck1 .line::after {
  content: '';
  width: 1.56rem;
  height: 1.56rem;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.job .container .left .search {
  width: 100%;
  background: url(../images/download-search-bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  padding: 0.2rem;
}
.job .container .left .search .txt {
  width: calc(100% - 0.6rem);
  height: 0.6rem;
  padding-left: 0.2rem;
  color: #000;
  background: #fff;
}
.job .container .left .search .txt::placeholder {
  color: #999;
}
.job .container .left .search .btn {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff url(../images/search.svg) center center no-repeat;
}
.job .container .right {
  width: 70%;
}
@media (max-width: 991px) {
  .job .container .right {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .job .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.job .container .right .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job .container .right .top .t1 {
  font-size: 0.3rem;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .job .container .right .top .t1 {
    font-size: 0.36rem;
  }
}
.job .container .right .top .t2 {
  color: #666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .job .container .right .top .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .job .container .right .top .t2 {
    font-size: 14px;
  }
}
.job .container .right .list {
  margin-top: 0.3rem;
  width: 100%;
}
.job .container .right .list ul li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.job .container .right .list ul li .ta {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .job .container .right .list ul li .ta {
    font-size: 16px;
    height: 0.8rem;
  }
}
@media (max-width: 991px) {
  .job .container .right .list ul li .ta {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .job .container .right .list ul li .ta {
    height: 0.8rem;
  }
}
.job .container .right .list ul li .ta .t1 {
  width: 31.25%;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .job .container .right .list ul li .ta .t1 {
    width: 45%;
  }
}
.job .container .right .list ul li .ta .t1 img {
  margin-right: 0.1rem;
}
.job .container .right .list ul li .ta .t2 {
  width: 28.57%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .job .container .right .list ul li .ta .t2 {
    width: 45%;
  }
}
.job .container .right .list ul li .ta .t2 img {
  margin-right: 0.1rem;
}
.job .container .right .list ul li .ta .t3 {
  width: 34%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .job .container .right .list ul li .ta .t3 {
    display: none;
  }
}
.job .container .right .list ul li .ta .t3 img {
  margin-right: 0.1rem;
}
.job .container .right .list ul li .ta .t4 {
  display: flex;
}
.job .container .right .list ul li .ta .t4 svg {
  transform: rotateZ(90deg);
  transition: all ease-out 0.3s;
}
.job .container .right .list ul li .ta .t4 svg path {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.job .container .right .list ul li .tb {
  width: 100%;
  padding: 0.4rem 0.3rem;
  display: none;
}
.job .container .right .list ul li .tb .txt {
  line-height: 30px;
  color: #666;
}
.job .container .right .list ul li .tb .more {
  margin-top: 0.32rem;
}
.job .container .right .list ul li:hover .ta {
  border: 1px solid #86cb35;
}
.job .container .right .list ul li.on .ta {
  border: 1px solid #86cb35;
}
.job .container .right .list ul li.on .ta .t4 svg {
  transform: rotateZ(-90deg);
}
.job .container .right .list ul li.on .ta .t4 svg path {
  fill: #86cb35;
}
.job .container .right .page-list {
  margin-top: 0.5rem;
}
.getJob {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.getJob .box {
  width: 1000px;
  max-width: 90%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.getJob .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
  width: 20px;
  cursor: pointer;
}
.getJob .box .top {
  width: 100%;
  height: 0.8rem;
  background: #86cb35;
  color: #000;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}
.getJob .box .tbox {
  width: 100%;
  padding: 0.4rem;
}
.getJob .box .tbox .t1 {
  color: #666;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .getJob .box .tbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .getJob .box .tbox .t1 {
    font-size: 14px;
  }
}
.getJob .box .tbox .t1 span {
  color: #86cb35;
  text-decoration: underline;
}
.getJob .box .tbox .ts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.38rem;
}
.getJob .box .tbox .ts .ts1 {
  width: 48.91%;
  height: 0.6rem;
  border: 1px solid #ececec;
  padding-left: 0.18rem;
  margin-bottom: 0.2rem;
  color: #000;
}
.getJob .box .tbox .ts .ts1::placeholder {
  color: #999;
}
.getJob .box .tbox .t2 {
  width: 100%;
  margin-top: 0.2rem;
}
.getJob .box .tbox .t2 .ts1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.getJob .box .tbox .t2 .ts1 .tb1 {
  color: #999;
  line-height: 26px;
}
.getJob .box .tbox .t2 .ts1 .tb1 span {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin-bottom: 0.13rem;
}
@media (max-width: 991px) {
  .getJob .box .tbox .t2 .ts1 .tb1 span {
    font-size: 16px;
  }
}
.getJob .box .tbox .t2 .ts1 .hi-input-box {
  width: 1.2rem;
  height: 0.5rem;
  border: 1px solid #86cb35;
  border-radius: 3px;
  color: #86cb35;
  background: #fff9e7;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.getJob .box .tbox .t2 .ts1 .hi-input-box .hi-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.getJob .box .tbox .t2 .ts2 {
  margin-top: 0.14rem;
  display: flex;
}
.getJob .box .tbox .t2 .ts2 .tjl {
  min-width: 1.8rem;
  height: 0.7rem;
  border: 1px solid #ececec;
  background: #f5f5f5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 0.36rem;
  position: relative;
}
.getJob .box .tbox .t2 .ts2 .tjl .close1 {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 8px;
  height: 8px;
  display: flex;
  cursor: pointer;
}
.getJob .box .tbox .t2 .ts2 .tjl .close1 svg {
  width: 100%;
  height: auto;
}
.getJob .box .tbox .t2 .ts2 .tjl .close1 svg path {
  fill: #000;
  opacity: 1;
}
.getJob .box .tbox .t2 .ts2 .tjl span {
  color: #666;
}
.getJob .box .tbox .t3 {
  width: 100%;
  margin-top: 0.35rem;
}
.getJob .box .tbox .t3 .ts1 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .getJob .box .tbox .t3 .ts1 {
    font-size: 16px;
  }
}
.getJob .box .tbox .t3 .ts2 {
  color: #999;
  line-height: 24px;
  margin-top: 7px;
}
.getJob .box .tbox .t3 .ts3 {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ececec;
  padding: 0 0.2rem;
  margin-top: 0.16rem;
  color: #000;
}
.getJob .box .tbox .t3 .ts3::placeholder {
  color: #999;
}
.getJob .box .tbox .more {
  margin-top: 0.4rem;
}
.search-page {
  width: 100%;
}
.search-page .box1 {
  width: 100%;
  background: #f5f5f5;
  padding: 0.94rem 0 1rem;
}
.search-page .box1 .container .title {
  font-size: 0.38rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.search-page .box1 .container .sbox {
  width: 100%;
  height: 0.8rem;
  margin-top: 0.46rem;
  display: flex;
  background: #fff;
}
.search-page .box1 .container .sbox .txt {
  width: calc(100% - 0.8rem);
  height: 0.8rem;
  padding-left: 0.3rem;
  color: #000;
}
.search-page .box1 .container .sbox .txt::placeholder {
  color: #999;
}
.search-page .box1 .container .sbox .btn {
  width: 0.8rem;
  height: 100%;
  background: url(../images/search2.svg) center center no-repeat;
}
.search-page .box2 {
  width: 100%;
}
.search-page .box2 .menu {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.search-page .box2 .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .search-page .box2 .menu ul {
    overflow-x: auto;
    padding-bottom: 0.15rem;
    margin-bottom: -0.15rem;
  }
}
.search-page .box2 .menu ul li {
  margin-right: 1rem;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .search-page .box2 .menu ul li {
    margin: 0 0.25rem;
  }
}
.search-page .box2 .menu ul li::before {
  content: '';
  background: #ececec;
  width: 1px;
  height: 18px;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .search-page .box2 .menu ul li::before {
    left: calc(100% + 0.25rem);
  }
}
.search-page .box2 .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .search-page .box2 .menu ul li:last-child {
    margin: 0 0.25rem;
  }
}
.search-page .box2 .menu ul li:last-child::before {
  display: none;
}
.search-page .box2 .menu ul li a {
  color: #666;
  font-size: 18px;
  line-height: 0.77rem;
  transition: all ease-out 0.3s;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .search-page .box2 .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-page .box2 .menu ul li a {
    font-size: 14px;
  }
}
.search-page .box2 .menu ul li:hover,
.search-page .box2 .menu ul li.on {
  border-bottom: 3px solid #86cb35;
}
.search-page .box2 .menu ul li:hover a,
.search-page .box2 .menu ul li.on a {
  color: #000;
}
.search-page .box2 .container {
  padding: 0.6rem 0 0.8rem;
}
.search-page .box2 .container .item {
  width: 100%;
  display: none;
}
.search-page .box2 .container .item.on {
  display: block;
}
.search-page .box2 .container .item .sp-list {
  width: 100%;
}
.search-page .box2 .container .item .sp-list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sp-list ul {
    width: 100%;
    margin: 0;
  }
}
.search-page .box2 .container .item .sp-list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border: 1px solid #ececec;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sp-list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sp-list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.search-page .box2 .container .item .sp-list ul li a {
  width: 100%;
}
.search-page .box2 .container .item .sp-list ul li a .public-img::before {
  padding-top: 72%;
}
.search-page .box2 .container .item .sp-list ul li a .public-img .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 6px;
}
.search-page .box2 .container .item .sp-list ul li a .public-img .label.label-Y {
  color: #000;
  background: #86cb35;
}
.search-page .box2 .container .item .sp-list ul li a .public-img .label.label-R {
  color: #fff;
  background: #e60012;
}
.search-page .box2 .container .item .sp-list ul li a .public-img .label.label-W {
  color: #999;
  background: #fff;
}
.search-page .box2 .container .item .sp-list ul li a .tbox {
  width: 100%;
  padding: 0.23rem 0.3rem 0.08rem;
}
.search-page .box2 .container .item .sp-list ul li a .tbox .t1 {
  color: #000;
}
.search-page .box2 .container .item .sp-list ul li a .tbox .t2 {
  width: 100%;
  padding-top: 0.25rem;
  border-top: 1px solid #ececec;
  margin-top: 0.2rem;
}
.search-page .box2 .container .item .sp-list ul li a .tbox .t2 .ts {
  width: 100%;
  color: #666;
  line-height: 24px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.15rem;
}
.search-page .box2 .container .item .sp-list ul li a .tbox .t2 .ts:last-child {
  border-bottom: none;
}
.search-page .box2 .container .item .sp-list ul li a .tbox .t2 .ts span {
  display: block;
  color: #000;
}
.search-page .box2 .container .item .sp-list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.search-page .box2 .container .item .sa-list {
  width: 100%;
}
.search-page .box2 .container .item .sa-list ul li {
  width: 100%;
  margin-bottom: 1.2rem;
  background: #f5f5f5;
}
.search-page .box2 .container .item .sa-list ul li a {
  display: flex;
  flex-wrap: wrap;
}
.search-page .box2 .container .item .sa-list ul li a .public-img {
  width: 62.5%;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sa-list ul li a .public-img {
    width: 100%;
  }
}
.search-page .box2 .container .item .sa-list ul li a .public-img::before {
  padding-top: 50%;
}
.search-page .box2 .container .item .sa-list ul li a .tbox {
  width: 37.5%;
  position: relative;
  padding: 0.55rem 0.55rem 0.6rem 0.6rem;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sa-list ul li a .tbox {
    width: 100%;
  }
}
.search-page .box2 .container .item .sa-list ul li a .tbox .icon {
  height: 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.search-page .box2 .container .item .sa-list ul li a .tbox .icon svg {
  max-height: 100%;
}
.search-page .box2 .container .item .sa-list ul li a .tbox .icon svg path {
  fill: #000;
  opacity: 1;
}
.search-page .box2 .container .item .sa-list ul li a .tbox .t1 {
  width: 100%;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.35rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sa-list ul li a .tbox .t1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
}
.search-page .box2 .container .item .sa-list ul li a .tbox .t2 {
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .search-page .box2 .container .item .sa-list ul li a .tbox .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sa-list ul li a .tbox .t2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.search-page .box2 .container .item .sa-list ul li a .tbox .more {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 0.5rem;
  position: absolute;
  left: 0.55rem;
  bottom: 0.6rem;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sa-list ul li a .tbox .more {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.search-page .box2 .container .item .sa-list ul li a .tbox .more::before {
  content: '';
  width: 0;
  height: 0;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  border-radius: 50%;
}
.search-page .box2 .container .item .sa-list ul li a .tbox .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.search-page .box2 .container .item .sa-list ul li a .tbox .more svg path {
  fill: #999;
  opacity: 1;
}
.search-page .box2 .container .item .sa-list ul li a .tbox::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #86cb35;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.search-page .box2 .container .item .sa-list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox::before {
  height: 100%;
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox .t2 {
  color: #333;
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox .more {
  border: 1px solid #000;
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox .more::before {
  width: 100%;
  height: 100%;
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox .more svg {
  transform: rotateZ(0);
}
.search-page .box2 .container .item .sa-list ul li:hover a .tbox .more svg path {
  fill: #86cb35;
}
.search-page .box2 .container .item .sn-list {
  width: 100%;
}
.search-page .box2 .container .item .sn-list ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sn-list ul {
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sn-list ul {
    width: 100%;
    margin: 0;
  }
}
.search-page .box2 .container .item .sn-list ul li {
  width: 33.33%;
  border-right: 1px solid #ececec;
  padding: 0 0.7rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sn-list ul li {
    width: 50%;
  }
  .search-page .box2 .container .item .sn-list ul li:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sn-list ul li {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.search-page .box2 .container .item .sn-list ul li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991px) {
  .search-page .box2 .container .item .sn-list ul li:nth-child(3n) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 767px) {
  .search-page .box2 .container .item .sn-list ul li:nth-child(3n) {
    border-right: none;
  }
}
.search-page .box2 .container .item .sn-list ul li a {
  display: block;
}
.search-page .box2 .container .item .sn-list ul li a .public-img::before {
  padding-top: 54.54%;
}
.search-page .box2 .container .item .sn-list ul li a .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .t1 .time {
  color: #999;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .t1 .labels {
  height: 30px;
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 0 0.1rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .t1 .labels:hover {
  background: #86cb35;
  color: #000;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .t2 {
  color: #000;
  height: 3em;
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .more {
  margin-top: 0.43rem;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .more svg {
  transform: rotateZ(-45deg);
  transition: all ease-out 0.3s;
}
.search-page .box2 .container .item .sn-list ul li a .tbox .more svg path {
  fill: #999;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.search-page .box2 .container .item .sn-list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.search-page .box2 .container .item .sn-list ul li:hover a .tbox .more svg {
  transform: rotateZ(0);
}
.search-page .box2 .container .item .sn-list ul li:hover a .tbox .more svg path {
  fill: #86cb35;
}


.load-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none;
}
.load-tc .box {
  width: 1300px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  border-radius: 0.12rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.load-tc .box .close {
  position: absolute;
  width: 20px;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.load-tc .box .close svg {
  width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
}
.load-tc .box .close svg path {
  fill: #999;
  opacity: 1;
}
.load-tc .box .close:hover svg {
  transform: rotateZ(180deg);
}
.load-tc .box .left {
  width: 38.46%;
  position: relative;
}
@media (max-width: 991px) {
  .load-tc .box .left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .load-tc .box .left {
    width: 100%;
    display: none;
  }
}
.load-tc .box .left .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.load-tc .box .left .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.load-tc .box .left .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0.4rem;
}
.load-tc .box .left .tbox .icon1 {
  display: flex;
  height: 0.3rem;
}
.load-tc .box .left .tbox .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-top: 0.2rem;
}
.load-tc .box .left .tbox .t2 {
  margin-top: 0.8rem;
  font-weight: bold;
  color: #fff;
}
.load-tc .box .left .tbox .t2 .ts {
  font-size: 24px;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  .load-tc .box .left .tbox .t2 .ts {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .load-tc .box .left .tbox .t2 .ts {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .load-tc .box .left .tbox .t2 .ts {
    font-size: 18px;
  }
}
.load-tc .box .left .tbox .t2 span {
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-bottom: 0.14rem;
}
.load-tc .box .left .tbox .t2 span img {
  margin-right: 0.15rem;
}
.load-tc .box .left .tbox .t3 {
  position: absolute;
  bottom: 0.4rem;
}
.load-tc .box .left .tbox .t3 s