@charset "utf-8";
:root {
  --color: #a5c959;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
@font-face {
  font-family: 'oppo-l';
  src: url('../font/OPPOSans-L.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-pop {
  font-family: 'oppo-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/*字体*/
/* @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;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a5c959;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@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);
  }
}
body {
  min-height: 100%;
  font-family: 'oppo-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
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: 85%;
  max-width: 1600px;
}
@media (max-width: 1199px) {
  .container {
    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;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.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.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
  .font44 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font44 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
@media (max-width: 370px) {
  .basemenubut {
    width: 20px;
  }
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 370px) {
  .basemenubut span {
    margin-bottom: 4px;
  }
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a5c959;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.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 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#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: #a5c959;
}
#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: #a5c959;
}
#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: #a5c959;
}
#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%;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a5c959;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: calc(100% - 80px);
  object-fit: cover;
}
@media (max-width: 1199px) {
  .c-home-banner .swiper-slide .c-pc,
  .c-home-banner .swiper-slide .c-mb {
    height: calc(100vh - 60px);
  }
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .f_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
}
.c-home-banner .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
}
.c-home-banner .swiper-slide .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #ffffff;
}
.c-home-banner .swiper-slide .cont .f_tit {
  font-family: 'fonzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0.2rem;
}
.c-home-banner .swiper-slide .cont .f_tit span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-fill-color: transparent;
  text-stroke: 1px #fff;
}
.c-home-banner .swiper-slide .cont .f_text {
  line-height: 1.44444444;
  margin-bottom: 0.62rem;
  max-width: 5.1rem;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .cont .f_text {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-home-banner .swiper-slide .cont2 {
    top: initial;
    transform: translateY(0);
    bottom: 0.8rem;
  }
}
.c-home-banner .swiper-slide.on .f_video {
  display: block;
  opacity: 1;
}
.c-home-banner .swiper-slide.on .cont {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.c-home-banner .swiper-button-next,
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next,
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after,
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-next svg,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-next svg path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
.c-home-banner .banner_pagin {
  text-align: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home-banner .banner_pagin {
    padding-right: 0;
    text-align: center;
    bottom: 0.7rem;
  }
}
.c-home-banner .banner_pagin .swiper-pagination-bullet {
  width: auto;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  color: #ffffff;
  margin: 0 -0.5px;
  width: 1.2rem;
  transition: all 0.4s 0.2s linear;
  position: relative;
  opacity: 0.3;
  line-height: 0.9;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet p {
  padding-bottom: 0.18rem;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.4s linear;
  position: relative;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet span:before,
.c-home-banner .banner_pagin .swiper-pagination-bullet span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 5px;
  background-color: #ffffff;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet span:before {
  left: 0;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet span:after {
  right: 0;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet-active {
  transition: all 0.4s linear;
  opacity: 1;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet-active span {
  transition: all 0.4s 0.4s linear;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #a5c959;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 导航 */
.hadheight {
  display: none;
  height: 86px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hadbox-sec1 {
  -webkit-transition: height 0.4s linear, background 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  line-height: 86px;
  height: 86px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 > .container {
  display: flex;
  justify-content: space-between;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  height: 50px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 40px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.6rem;
  }
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox > li {
  position: relative;
}
.hadbox-sec1 .f_navbox li {
  padding: 0 0.24rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li {
    padding: 0 6px;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1380px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0.7em;
  width: 0;
  background-color: #a5c959;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 144px; */
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  text-align: center;
  /* padding: 0.12rem 0 0.16rem; */
  /* margin-top: -1px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
.hadbox-sec1 .f_navbox li > ul > li {
  padding: 0;
}
.hadbox-sec1 .f_navbox li > ul > li a {
  font-size: 16px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  color: #333;
  white-space: nowrap;
  display: block;
  padding: 0.18rem 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li > ul > li a {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox li > ul > li a:hover {
  background: #f6f9ee;
  color: #a5c959;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #a5c959;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
  position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  text-align: center;
  margin-top: -1px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
    line-height: 42px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li {
  margin-bottom: 0;
  margin: 0 0.26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.16rem;
  color: #666;
  font-size: 14px;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #a5c959;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:hover {
  color: #a5c959;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a {
  color: #a5c959;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  padding: 0.3rem 0 1.36rem;
  line-height: 1.4;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
  max-width: 1600px;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
  width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
    margin-bottom: 20px;
    padding: 6px 10px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg path {
  fill: #9a9a9a;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
  width: 80%;
  color: #666666;
  font-size: 14px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
    padding-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  transition: all 0.4s;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  background-color: #a5c959;
  width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  width: 86%;
  padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.06rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg path {
  fill: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
  margin-bottom: 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
  font-weight: bold;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
  display: block;
  width: 20%;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
  color: #222222;
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.4rem 0 0.6rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  display: none!important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
  max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
  width: 28.125%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
  display: block;
  color: #222222;
  padding: 4px 0.62rem 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
    padding: 4px 0.62rem 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
  width: 100%;
  padding: 0 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  color: #999999;
  transition: all 0.4s;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
    padding: 12px 10px;
    padding-right: 16px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg polygon {
  transition: all 0.4s;
  fill: #cdcdcd;
  stroke: #cdcdcd;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
  border-right: none;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi {
  background-color: #f2f4f7;
  color: #083793;
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi i svg path {
  fill: #083793;
  stroke: #083793;
}
.hadbox-sec1 .gt {
  display: flex;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-left: 0.46rem;
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.22rem;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 11px;
  height: 8px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit .f_icon {
    width: 9px;
    height: 7px;
    margin-left: 8px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: #a5c959;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.2rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #a5c959;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #a5c959;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #a5c959;
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec3 .f_close svg path {
  fill: #808080;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.hadbox-sec3 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec3 .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec3 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg {
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
  fill: #a5c959;
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 26px;
  }
}
.hadbox-sec3 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
.hadbox-sec3 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: #a5c959;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .tit {
  color: #a5c959;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_search {
  border-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
  fill: #444;
}
.hadbox:hover .hadbox-sec1 .gt .f_but {
  background-color: #a5c959;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox2 {
  border-bottom: 1px solid #e5e5e5;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .tit {
  color: #a5c959;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_search {
  border-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .f_search svg path {
  fill: #444;
}
.hadbox2 .hadbox-sec1 .gt .f_but {
  background-color: #a5c959;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
/* End */
/* 底部 */
.fotbox-sec1 {
  background-color: #161616;
  padding: 1rem 0 0.6rem;
  background: #161616 url(../images/ftobagimg1.png) no-repeat center / cover;
}
.fotbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont {
    margin-bottom: 0.5rem;
  }
}
.fotbox-sec1 .cont .lt {
  width: 22%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 0.8rem;
  }
}
.fotbox-sec1 .cont .lt .f_logo {
  display: block;
  height: 50px;
  margin-bottom: 0.95rem;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .f_logo {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .f_logo {
    height: 0.7rem;
    margin-bottom: 0;
  }
}
.fotbox-sec1 .cont .lt .f_logo img {
  height: 100%;
  width: auto;
}
.fotbox-sec1 .cont .lt .f_fen {
  display: flex;
  align-items: center;
}
.fotbox-sec1 .cont .lt .f_fen .li {
  position: relative;
  margin-right: 0.36rem;
}
.fotbox-sec1 .cont .lt .f_fen .li:last-child {
  margin-right: 0;
}
.fotbox-sec1 .cont .lt .f_fen .li .f_tit {
  display: flex;
  align-items: center;
  width: auto;
  height: 22px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .f_fen .li .f_tit {
    height: 18px;
  }
}
.fotbox-sec1 .cont .lt .f_fen .li .f_tit img,
.fotbox-sec1 .cont .lt .f_fen .li .f_tit svg {
  height: auto;
  max-height: 100%;
}
.fotbox-sec1 .cont .lt .f_fen .li .f_tit img path,
.fotbox-sec1 .cont .lt .f_fen .li .f_tit svg path {
  fill: #a3a3a3;
  transition: all 0.4s;
}
.fotbox-sec1 .cont .lt .f_fen .li .f_hover {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 0.28rem;
  transform: translateX(-50%);
  width: 110px;
  background-color: #ffffff;
  display: none;
}
.fotbox-sec1 .cont .lt .f_fen .li .f_hover img {
  border-radius: 5px;
}
.fotbox-sec1 .cont .lt .f_fen .li .f_hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #ffffff;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .f_fen .li .f_hover:after {
    border-width: 6px;
    border-bottom-width: 10px;
    margin-left: -3px;
  }
}
.fotbox-sec1 .cont .lt .f_fen .li:hover .f_tit img path,
.fotbox-sec1 .cont .lt .f_fen .li:hover .f_tit svg path {
  fill: #ffffff;
}
.fotbox-sec1 .cont .lt .f_fen .li:hover .f_hover {
  display: block;
}
.fotbox-sec1 .cont .gt {
  width: 78%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt {
    width: 100%;
  }
}
.fotbox-sec1 .cont .gt .f_navbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .f_navbox {
    flex-wrap: wrap;
  }
}
.fotbox-sec1 .cont .gt .f_navbox > li {
  padding-right: 0.4rem;
}
.fotbox-sec1 .cont .gt .f_navbox > li:last-child {
  padding-right: 0;
}
.fotbox-sec1 .cont .gt .f_navbox > li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 16px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .gt .f_navbox > li .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .f_navbox > li .tit {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .f_navbox > li .tit {
    color: #ffffff;
  }
}
.fotbox-sec1 .cont .gt .f_navbox > li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.3rem;
}
@media (min-width: 768px) {
  .fotbox-sec1 .cont .gt .f_navbox > li .tit i {
    display: none;
  }
}
.fotbox-sec1 .cont .gt .f_navbox > li .tit i img,
.fotbox-sec1 .cont .gt .f_navbox > li .tit i svg {
  height: 100%;
  width: auto;
}
.fotbox-sec1 .cont .gt .f_navbox > li .tit i img path,
.fotbox-sec1 .cont .gt .f_navbox > li .tit i svg path {
  fill: #ffffff;
}
.fotbox-sec1 .cont .gt .f_navbox > li ul {
  padding-top: 0.5rem;
}
.fotbox-sec1 .cont .gt .f_navbox > li ul li {
  display: block;
  margin-bottom: 0.12rem;
}
.fotbox-sec1 .cont .gt .f_navbox > li ul li:last-child {
  margin-bottom: 0;
}
.fotbox-sec1 .cont .gt .f_navbox > li ul li a {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .gt .f_navbox > li ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .f_navbox > li ul li a {
    font-size: 0.26rem;
  }
}
.fotbox-sec1 .cont .gt .f_navbox > li ul li a:hover {
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .f_navbox > li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li:last-child {
    margin-bottom: 0;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li .tit i {
    transition: all 0.4s;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li.on .tit i {
    transform: rotate(90deg);
  }
  .fotbox-sec1 .cont .gt .f_navbox > li ul {
    display: none;
    padding-top: 0.3rem;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li ul li {
    margin-bottom: 0.2rem;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li ul li a {
    color: #999999;
  }
  .fotbox-sec1 .cont .gt .f_navbox > li ul li a:hover {
    color: #ffffff;
  }
}
.fotbox-sec1 .f_link {
  display: flex;
}
@media (max-width: 767px) {
  .fotbox-sec1 .f_link {
    flex-wrap: wrap;
  }
}
.fotbox-sec1 .f_link .f_name,
.fotbox-sec1 .f_link .li {
  color: #ffffff;
  opacity: 0.2;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .f_link .f_name,
  .fotbox-sec1 .f_link .li {
    opacity: 0.4;
  }
}
.fotbox-sec1 .f_link .f_name {
  flex: 0 0 auto;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .f_link .f_name {
    opacity: 1;
  }
}
.fotbox-sec1 .f_link .f_jt {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.fotbox-sec1 .f_link .f_jt .li {
  transition: all 0.4s;
  margin-right: 0.62rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .f_link .f_jt .li {
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
}
.fotbox-sec1 .f_link .f_jt .li:last-child {
  margin-right: 0;
}
.fotbox-sec1 .f_link .f_jt .li:hover {
  opacity: 1;
}
.fotbox-sec2 {
  background-color: #000000;
  padding: 0.32rem;
}
.fotbox-sec2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox-sec2 .container a,
.fotbox-sec2 .container span {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.22;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container a,
  .fotbox-sec2 .container span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container a,
  .fotbox-sec2 .container span {
    font-size: 0.26rem;
  }
}
.fotbox-sec2 .container a {
  transition: all 0.4s;
}
.fotbox-sec2 .container a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt {
    width: 100%;
    text-align: center;
  }
}
.fotbox-sec2 .container .lt a {
  display: inline-block;
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt a {
    margin-left: 0;
  }
}
.fotbox-sec2 .container .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    width: 100%;
    justify-content: center;
  }
}
.fotbox-sec2 .container .gt span {
  display: block;
  margin: 0 0.15rem;
}
/* End */
/* 首页 */
.hm_but {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a5c959;
  padding: 0.18rem 0.59rem;
  color: #ffffff;
}
.hm_but .f_hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  transition: padding 0.3s, opacity 0.1s;
  opacity: 0;
}
.hm_but .f_hov i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  margin-right: 60%;
}
@media (max-width: 767px) {
  .hm_but .f_hov i {
    width: 8px;
    height: 8px;
  }
}
.hm_but .f_hov i:nth-child(2n) {
  margin-right: 0;
}
.hm_but .f_hov i:nth-child(1) {
  border-right: none;
  border-bottom: none;
}
.hm_but .f_hov i:nth-child(2) {
  border-left: none;
  border-bottom: none;
}
.hm_but .f_hov i:nth-child(3) {
  border-right: none;
  border-top: none;
}
.hm_but .f_hov i:nth-child(4) {
  border-top: none;
  border-left: none;
}
.hm_but:hover .f_hov {
  padding: 5px;
  opacity: 1;
}
@keyframes scale100 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.fadeInUp10 {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.width10 {
  -webkit-animation-name: width10;
  animation-name: width10;
}
@keyframes width10 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes width10 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* End */
/* 首页 */
.hm_tit .f_title {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.22rem;
}
.hm_tit .f_name {
  color: #000000;
}
.hm-sec1 {
  padding-top: 1.55rem;
}
.hm-sec1 .hm_tit {
  margin-bottom: 0.64rem;
}
.hm-sec1 .f_jt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.8rem;
}
@media (max-width: 991px) {
  .hm-sec1 .f_jt {
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .f_jt {
    margin: 0;
  }
}
.hm-sec1 .f_jt .f_tit,
.hm-sec1 .f_jt .font {
  width: 50%;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .hm-sec1 .f_jt .f_tit,
  .hm-sec1 .f_jt .font {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .f_jt .f_tit,
  .hm-sec1 .f_jt .font {
    padding: 0;
    width: 100%;
  }
}
.hm-sec1 .f_jt .f_tit {
  line-height: 1.25;
  color: #000000;
}
.hm-sec1 .f_jt .font .f_text {
  color: #666666;
  line-height: 1.66666667;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .hm-sec1 .f_jt .font {
    margin-top: 0.2rem;
  }
  .hm-sec1 .f_jt .font .f_text {
    margin-bottom: 0.3rem;
  }
}
.hm-sec1 .cont {
  margin-top: 3.24rem;
  background: #a5c959 url(../images/yanfachuaimg1.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .hm-sec1 .cont {
    margin-top: 0.6rem;
  }
}
.hm-sec1 .cont .f_nei {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.8rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .f_nei {
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_nei {
    margin: 0;
    padding-top: 1rem;
  }
}
.hm-sec1 .cont .f_nei .item {
  margin-top: -2.1rem;
  width: 50%;
  padding: 0 0.8rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .f_nei .item {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_nei .item {
    padding: 0;
    width: 100%;
    margin-top: 0;
  }
}
.hm-sec1 .cont .f_nei .item .list {
  display: block;
}
.hm-sec1 .cont .f_nei .item .list .img {
  padding-top: 58.33333333%;
}
.hm-sec1 .cont .f_nei .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}
.hm-sec1 .cont .f_nei .item .list .font {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 0.26rem;
  flex-wrap: wrap;
}
.hm-sec1 .cont .f_nei .item .list .font .f_tit {
  width: 32%;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .f_nei .item .list .font .f_tit {
    width: 100%;
    margin-bottom: 0.12rem;
  }
}
.hm-sec1 .cont .f_nei .item .list .font .f_wen {
  width: 62%;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .f_nei .item .list .font .f_wen {
    width: 100%;
    padding-right: 0;
  }
}
.hm-sec1 .cont .f_nei .item .list .font .f_wen .f_text {
  line-height: 1.66666667;
  height: 1.66666667;
  /* overflow: hidden;
									display: -webkit-box;
									-webkit-box-orient: vertical;
									-webkit-line-clamp: 2;
									height: (30/18*2em);
									overflow: hidden; */
  margin-bottom: 0.3rem;
}
.hm-sec1 .cont .f_nei .item .list .font .f_wen .but {
  transition: all 0.4s;
  display: inline-block;
  position: relative;
}
.hm-sec1 .cont .f_nei .item .list .font .f_wen .but:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  background-color: #ffffff;
}
.hm-sec1 .cont .f_nei .item .list:hover .img img {
  transform: scale(1.04);
}
.hm-sec1 .cont .f_nei .item .list:hover .font .f_wen .but:before {
  width: 100%;
}
.hm-sec2 {
  padding: 1.66rem 0 1.2rem;
}
@media (max-width: 767px) {
  .hm-sec2 {
    padding-top: 1.4rem;
  }
}
.hm-sec2 .hm_tit {
  margin-bottom: 0.74rem;
}
@media (max-width: 767px) {
  .hm-sec2 .hm_tit {
    margin-bottom: 0.6rem;
  }
}
.hm-sec2 .f_tui {
  margin-bottom: 1.16rem;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui {
    margin-bottom: 0.8rem;
  }
}
.hm-sec2 .f_tui .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hm-sec2 .f_tui .item .img {
  width: 56.25%;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .img {
    width: 100%;
  }
}
.hm-sec2 .f_tui .item .img:before {
  padding-top: 55.55555556%;
}
.hm-sec2 .f_tui .item .gt {
  width: 43.75%;
  padding-right: 0.6rem;
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .gt {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.hm-sec2 .f_tui .item .gt .f_name {
  width: 100%;
  border-top: 1px solid #000000;
  padding-top: 0.18rem;
  margin-bottom: 0.22rem;
  color: #000000;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .gt .f_name {
    border-top: none;
    padding-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
}
.hm-sec2 .f_tui .item .gt .f_name:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  left: 0;
  height: 1px;
  background-color: #a5c959;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .gt .f_name:before {
    display: none;
  }
}
.hm-sec2 .f_tui .item .gt .f_tit {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
  height: 2.4em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .gt .f_tit {
    margin-bottom: 0.24rem;
  }
}
.hm-sec2 .f_tui .item .gt .f_text {
  color: #666666;
  padding-right: 0.7rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 0.42rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec2 .f_tui .item .gt .f_text {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.hm-sec2 .f_tui .item .gt .f_time {
  font-size: 12px;
  color: #999999;
}
.hm-sec2 .f_tui .item:hover .img img {
  transform: scale(1.04);
}
.hm-sec2 .f_tui .item:hover .gt .f_name:before {
  width: 100%;
}
.hm-sec2 .f_tui .item:hover .gt .f_tit {
  color: #a5c959;
}
.hm-sec2 .hm2_cont {
  width: auto;
  margin: 0 -0.3rem;
}
@media (max-width: 991px) {
  .hm-sec2 .hm2_cont {
    margin: 0 -0.15rem;
  }
}
.hm-sec2 .hm2_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .hm-sec2 .hm2_cont .swiper-slide {
    width: 80%;
    padding: 0 0.15rem;
  }
}
.hm-sec2 .hm2_cont .swiper-slide .item .list {
  display: block;
}
@media (max-width: 767px) {
  .hm-sec2 .hm2_cont .swiper-slide .item .list {
    display: flex;
    flex-direction: column;
  }
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .f_name {
  width: 100%;
  border-top: 1px solid #000000;
  padding-top: 0.18rem;
  margin-bottom: 0.25rem;
  color: #000000;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec2 .hm2_cont .swiper-slide .item .list .f_name {
    border-top: none;
    padding-top: 0.2rem;
  }
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .f_name:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a5c959;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hm-sec2 .hm2_cont .swiper-slide .item .list .f_name:before {
    display: none;
  }
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .img {
  width: 100%;
  margin-bottom: 0.24rem;
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .img:before {
  padding-top: 60.85192698%;
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .f_tit {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
  transition: all 0.4s;
  overflow: hidden;
  color: #000000;
  margin-bottom: 0.32rem;
}
.hm-sec2 .hm2_cont .swiper-slide .item .list .f_time {
  color: #999999;
}
@media (max-width: 767px) {
  .hm-sec2 .hm2_cont .swiper-slide .item .list .f_name,
  .hm-sec2 .hm2_cont .swiper-slide .item .list .f_tit,
  .hm-sec2 .hm2_cont .swiper-slide .item .list .f_time {
    order: 1;
  }
}
.hm-sec2 .hm2_cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.04);
}
.hm-sec2 .hm2_cont .swiper-slide .item .list:hover .f_name:before {
  width: 100%;
}
.hm-sec2 .hm2_cont .swiper-slide .item .list:hover .f_tit {
  color: #a5c959;
}
/* End */
.hadbox-sec1 .f_navbox li.on2 {
  position: initial;
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: initial;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  color: #000;
  line-height: 1.5;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  /* display: block !important; */
}
.pro_nav3 .pro_nav3_nr {
  /* 关于我们导航 */
  /* 储能热管理导航 */
  /* 热管理检测设备导航 */
}
.pro_nav3 .pro_nav3_nr .container {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl {
  display: flex;
  width: 61.875%;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .lbox {
  padding-right: 1.8rem;
  width: 71.21212121%;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .lbox .txt h2 {
  margin-bottom: 0.22rem;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .lbox .txt p {
  color: #666;
  line-height: 1.66;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox {
  width: 28.78787879%;
  border-left: 1px solid #eee;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a {
  /* width: 144px; */
  padding-right: 5px;
  margin-bottom: 0.35rem;
  margin-left: -1px;
  border-left: 2px solid transparent;
  padding-left: 0.3rem;
  position: relative;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a:last-child {
  margin-bottom: 0;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a:hover {
  border-color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a:hover p {
  color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a:hover i {
  opacity: 1;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a p {
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  width: 18px;
  height: auto;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i {
    width: 14px;
  }
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i svg,
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i img {
  width: 100%;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i svg path,
.pro_nav3 .pro_nav3_nr .abo_nav .gl .rbox .navabout .navabout_a i img path {
  fill: #a5c959;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gr {
  display: flex;
  justify-content: flex-end;
  width: 38.125%;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gr .public-img {
  width: 3.87rem;
}
.pro_nav3 .pro_nav3_nr .abo_nav .gr .public-img:hover img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_nr .abo_nav .gr .public-img:before {
  padding-top: 54.26356589%;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl {
  display: flex;
  width: 61.875%;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox {
  padding-right: 1rem;
  border-right: 1px solid #eee;
  width: 50.50505051%;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a {
  width: 100%;
  padding: 0.17rem 0.48rem 0.17rem 0.3rem;
  position: relative;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a:last-child {
  margin-bottom: 0;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a.on {
  background: #a5c959;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a.on p {
  color: #fff;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a.on i svg path {
  fill: #fff;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a p {
  padding-right: 0.1rem;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i {
  transition: all 0.4s;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  width: 18px;
  height: auto;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i {
    width: 14px;
  }
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i svg,
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i img {
  width: 100%;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i svg path,
.pro_nav3 .pro_nav3_nr .man_nav .gl .lbox .navabo_one .navabout_a i img path {
  fill: #999;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox {
  width: 49.49494949%;
  border-right: 1px solid #eee;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two {
  padding: 0.2rem 1.1rem 0 1rem;
  max-height: 70vh;
  overflow: auto;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item {
  display: none;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item:first-child {
  display: block;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a {
  width: 100%;
  padding-right: 0.24rem;
  margin-bottom: 0.28rem;
  position: relative;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a:last-child {
  margin-bottom: 0;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a:hover {
  border-color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a:hover p {
  color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a:hover i {
  opacity: 1;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a p {
  color: #666;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  width: 18px;
  height: auto;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i {
    width: 14px;
  }
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i svg,
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i img {
  width: 100%;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i svg path,
.pro_nav3 .pro_nav3_nr .man_nav .gl .rbox .navabo_two .navabo_two_item .navabo_two_item_box .navabout_a i img path {
  fill: #a5c959;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr {
  width: 38.125%;
  padding: 0 1.1rem 0 1.02rem;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a:hover .txt h3 {
  color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a .public-img {
  width: 100%;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a .public-img:before {
  padding-top: 55.75%;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a .txt {
  margin-top: 0.14rem;
}
.pro_nav3 .pro_nav3_nr .man_nav .gr .gr_a .txt h3 {
  line-height: 1.66;
  color: #666666;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl {
  display: flex;
  width: 61.875%;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox {
  padding-right: 1rem;
  border-right: 1px solid #eee;
  width: 50.50505051%;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a {
  width: 100%;
  padding: 0.17rem 0.48rem 0.17rem 0.3rem;
  position: relative;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a:last-child {
  margin-bottom: 0;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a.on {
  background: #a5c959;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a.on p {
  color: #fff;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a.on i svg path {
  fill: #fff;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a p {
  padding-right: 0.1rem;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i {
  transition: all 0.4s;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  width: 18px;
  height: auto;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i {
    width: 14px;
  }
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i svg,
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i img {
  width: 100%;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i svg path,
.pro_nav3 .pro_nav3_nr .equ_nav .gl .lbox .navequ_one .navabout_a i img path {
  fill: #999;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox {
  width: 49.49494949%;
  border-right: 1px solid #eee;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two {
  padding: 0.2rem 1.1rem 0 1rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item {
  display: none;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item:first-child {
  display: block;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.28rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three {
  width: 100%;
  margin-bottom: 0.3rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three.on .navequ_a {
  border-color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three.on .navequ_a p {
  color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three.on .navequ_a i {
  opacity: 1;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three:first-child .navequ_three_a {
  display: block;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a {
  width: 100%;
  padding-right: 0.24rem;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a:last-child {
  margin-bottom: 0;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a p {
  color: #666;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a i {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  width: 10px;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a i svg,
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a i img {
  width: 100%;
  height: auto;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a i svg path,
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_a i img path {
  fill: #a5c959;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_three_a {
  display: none;
  padding: 0 0 0 0.1rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gl .rbox .navequ_two .navequ_two_item .navequ_two_item_box .navequ_three .navequ_three_a a {
  display: block;
  color: #999;
  margin-top: 0.18rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr {
  width: 38.125%;
  padding: 0 1.1rem 0 1.02rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a:hover .txt h3 {
  color: #a5c959;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a .public-img {
  width: 100%;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a .public-img:before {
  padding-top: 55.75%;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a .txt {
  margin-top: 0.14rem;
}
.pro_nav3 .pro_nav3_nr .equ_nav .gr .gr_a .txt h3 {
  line-height: 1.66;
  color: #666666;
}
