@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");
} */
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
* {
  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);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  word-wrap: break-word;
}
@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: 1260px) {
  .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;
  }
}
.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.5s;
}
#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: #3a4354;
}
#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: #3a4354;
}
#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: #3a4354;
}
#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-placeholder {
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1rem;
  }
}
#c-header a {
  color: #333;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
  height: 100%;
}
#c-header.c-head-move {
  background: #fff;
}
@media (max-width: 767px) {
}
#c-header.c-style2 {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo .c-text {
  margin-left: 10px;
  font-size: 20px;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  height: 100%;
  display: flex;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0rem 0.27rem;
  height: auto;
  height: 100%;
  line-height: 1;
  border-radius: 1000px;
}
#c-header .c-nav li a:hover,
#c-header .c-nav li a.on {
  color: #288d51;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header .c-nav .drop-downBox {
  position: absolute;
  top: 100%;
  padding-top: 2px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#c-header .c-nav .drop-downBox .drop-down {
  width: 245px;
  line-height: 1.6;
  height: 4.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#c-header .c-nav .drop-downBox .dul1-title {
  background: #fff;
  color: #000;
  font-weight: bold;
  text-align: left;
  padding: 0.15rem 0.25rem;
}
#c-header .c-nav .drop-downBox .dul1 .da1 {
  color: #666;
  align-items: flex-start;
  padding: 0.15rem 0.25rem;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  border-radius: 0;
}
#c-header .c-nav .drop-downBox .dul1 .da1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #288d51;
  transition: all 0.3s;
  opacity: 0;
}
#c-header .c-nav .drop-downBox .dul1 .da1:hover,
#c-header .c-nav .drop-downBox .dul1 .da1.on {
  background: #fff;
  color: #288d51;
}
#c-header .c-nav .drop-downBox .dul1 .da1:hover::before,
#c-header .c-nav .drop-downBox .dul1 .da1.on::before {
  opacity: 1;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 {
  display: flex;
}
#c-header .c-nav .drop-downBox .dul1 .dli1:hover .dul2 {
  display: block;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  height: 100%;
  display: none;
  width: 235px;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dscroll {
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  height: 100%;
  width: 100%;
  padding-top: 0.2rem;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dscroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dscroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dscroll::-webkit-scrollbar {
  width: 5px;
  /*对垂直流动条有效*/
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dul-img {
  padding: 0 0.25rem;
  margin-bottom: 0.05rem;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dul-img .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.64%;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dul-img .imgbox > .img,
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dul-img .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dul-img .imgbox img {
  object-fit: cover;
  border: 1px solid #ddd;
  top: 0;
  left: 0;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dli2 {
  padding: 0.14rem 0;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dli2 .da2 {
  color: #666;
  transition: all 0.3s;
  padding: 0;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 0.25rem;
}
#c-header .c-nav .drop-downBox .dul1 .dli1 .dul2 .dli2 .da2:hover {
  color: #288d51;
}
#c-header .c-nav .drop-downBox .drop-box2 {
  display: flex;
  padding-left: 0.25rem;
  padding-bottom: 0.2rem;
}
#c-header .c-nav .drop-downBox .drop-box2 a {
  padding: 0;
  font-weight: bold;
}
#c-header .c-nav .drop-downBox .drop-box2 a span {
  color: #288d51;
}
#c-header .c-nav .drop-downBox .drop-box2 a img,
#c-header .c-nav .drop-downBox .drop-box2 a svg {
  transform: translateX(10px);
  transition: all 0.3s;
}
#c-header .c-nav .drop-downBox .drop-box2 a:hover img,
#c-header .c-nav .drop-downBox .drop-box2 a:hover svg {
  transform: translateX(15px);
}
#c-header .c-nav .drop-downBox2 {
  position: absolute;
  top: calc(100% + 1px);
  display: none;
  left: 50%;
  transform: translateX(-50%);
  height: 2.9rem;
  background: #fff;
  width: 9.7rem;
  line-height: 1.6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#c-header .c-nav .drop-downBox2 .drop-flex {
  width: 100%;
  height: 100%;
  display: flex;
}
#c-header .c-nav .drop-downBox2 .drop-titleBox {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.2rem;
}
#c-header .c-nav .drop-downBox2 .drop-titleBox img,
#c-header .c-nav .drop-downBox2 .drop-titleBox svg {
  width: 0.25rem;
  min-width: 20px;
  margin-right: 10px;
}
#c-header .c-nav .drop-downBox2 .drop-titleBox .drop-title {
  color: #000;
  font-weight: bold;
}
#c-header .c-nav .drop-downBox2 .drop-left {
  width: 58.76%;
  padding: 0.2rem 0 0.2rem 0.35rem;
}
#c-header .c-nav .drop-downBox2 .drop-left .dscroll {
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  height: 100%;
  padding-right: 0.35rem;
}
#c-header .c-nav .drop-downBox2 .drop-left .dscroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
#c-header .c-nav .drop-downBox2 .drop-left .dscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
#c-header .c-nav .drop-downBox2 .drop-left .dscroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
#c-header .c-nav .drop-downBox2 .drop-left .dscroll::-webkit-scrollbar {
  width: 5px;
  /*对垂直流动条有效*/
}
#c-header .c-nav .drop-downBox2 .drop-left .dul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.15rem 0;
}
#c-header .c-nav .drop-downBox2 .drop-left .dul .dli {
  width: 50%;
  text-align: left;
  color: #222;
  padding: 0.1rem 0;
}
#c-header .c-nav .drop-downBox2 .drop-left .dul .dli .da {
  padding-left: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#c-header .c-nav .drop-downBox2 .drop-right {
  background: #f2f8f5;
  padding: 0.2rem 0.25rem;
  width: 41.24%;
}
#c-header .c-nav .drop-downBox2 .drop-right .drop-titleBox {
  border-bottom: 0;
  padding-bottom: 0.18rem;
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.07%;
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox img {
  transition: all 0.4s;
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox:hover img {
  transform: scale(1.05);
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox > .img,
#c-header .c-nav .drop-downBox2 .drop-right .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox a {
  padding: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#c-header .c-nav .drop-downBox2 .drop-right .imgbox a img {
  object-fit: cover;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
#c-header .searchBtnBox {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  #c-header .searchBtnBox {
    display: none;
  }
}
#c-header .searchBtnBox::before {
  content: '';
  position: absolute;
  height: 0.15rem;
  min-height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  background: #ccc;
}
#c-header .searchBtnBox .searchBtn {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding-left: 0.45rem;
  margin-left: 0.28rem;
}
#c-header .searchBtnBox .searchBtn svg {
  width: 0.25rem;
  min-width: 20px;
}
#c-header .searchBtnBox .searchBtn svg path {
  fill: #288d51;
}
#c-header .searchBtnBox .public-search {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  transform: translateX(-50%);
  align-items: center;
}
#c-header .searchBtnBox .public-search .c-search input {
  color: #333;
}
#c-header .searchBtnBox .public-search .c-search > div {
  height: 100%;
  display: flex;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#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: #005CE6;
  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: #ffff;
}
#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.5s;
}
#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.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #005CE6;
}
#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;
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.4s;
}
.fd:hover img {
  transform: scale(1.05);
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp2 {
  opacity: 1;
  animation: fadeInUp2 0.6s forwards;
}
.fadeInUp3 {
  opacity: 1;
  animation: fadeInUp2 0.8s forwards;
}
.fadeInUp4 {
  opacity: 1;
  animation: fadeInUp2 1s forwards;
}
.fadeInUp5 {
  opacity: 1;
  animation: fadeInUp2 1.2s forwards;
}
.hi-btn1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  min-width: 120px;
  height: 0.5rem;
  min-height: 40px;
  background: #288d51;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hi-btn1 {
    padding: 0 0.3rem;
    min-width: auto;
    height: 0.8rem;
  }
}
.hi-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #35a562;
  transition: all 0.3s ease-out;
}
.hi-btn1 .hi-text {
  position: relative;
  z-index: 5;
  flex: 1;
}
.hi-btn1 .hi-ico {
  position: relative;
  z-index: 5;
  margin-left: 10px;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 14px;
  min-height: 14px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hi-btn1 .hi-ico {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.hi-btn1 .hi-ico path {
  fill: #fff;
  transition: all 0.3s ease-out;
}
.hi-btn1:hover {
  color: #fff;
}
.hi-btn1:hover::before {
  width: 100%;
}
.hi-btn1:hover .hi-ico path {
  fill: #fff;
}
.hi-btn1.hi-btn1_2 {
  background: transparent;
  border: 2px solid #288d51;
}
@media (max-width: 767px) {
  .hi-btn1.hi-btn1_2 {
    border: 1px solid #288d51;
  }
}
.hi-btn1.hi-btn1_2 .hi-text {
  color: #288d51;
}
.hi-btn1.hi-btn1_2 svg {
  width: 20px;
  height: 20px;
}
.hi-btn1.hi-btn1_2 svg path {
  fill: #288d51;
}
.hi-btn1.hi-btn1_2:hover .hi-text {
  color: #fff;
}
.hi-btn1.hi-btn1_2:hover svg path {
  fill: #fff;
}
.hi-btn1.hi-btn1_2:hover::before {
  background: #288d51;
}
.hi-btn1.hi-btn1_3 {
  background: #fff;
  border: 1px solid #ddd;
}
.hi-btn1.hi-btn1_3 .hi-ico {
  margin-right: 10px;
  margin-left: 0;
  width: 0.2rem;
  height: 0.2rem;
}
.hi-btn1.hi-btn1_3 .hi-ico path {
  fill: #222;
}
.hi-btn1.hi-btn1_3 .hi-text {
  color: #222;
}
.hi-btn1.hi-btn1_3:hover .hi-text {
  color: #fff;
}
.hi-btn1.hi-btn1_3:hover .hi-ico path {
  fill: #fff;
}
.hi-btn1.hi-btn1_3:hover::before {
  background: #288d51;
}
.hi-btn1.hi-btn1_4 {
  border-radius: 0;
  width: 2rem;
}
.hi-btn1.hi-btn1_5 {
  height: 40px;
}
.hi-btn1.hi-btn1_5 .hi-text {
  color: #288d51;
}
.hi-btn1.hi-btn1_5 .hi-ico {
  margin-left: 10px;
}
.hi-btn1.hi-btn1_5 .hi-ico path {
  fill: #288d51;
}
.hi-btn1.hi-btn1_5:hover {
  background: #288d51;
  border-color: #288d51;
}
.hi-btn1.hi-btn1_6 {
  border-radius: 1000px;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .hi-btn1 .hi-text {
    font-size: 0.26rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 38px;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font60 {
  font-size: 0.6rem;
}
.font34 {
  font-size: 34px;
}
.font22 {
  font-size: 22px;
}
.font32 {
  font-size: 32px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font17 {
    font-size: 16px;
  }
  .font20,
  .font24,
  .font22 {
    font-size: 18px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 24px;
  }
  .font36,
  .font34,
  .font32 {
    font-size: 26px;
  }
  .font48,
  .font44,
  .font46,
  .font38 {
    font-size: 32px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
  .font44,
  .font38 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font17 {
    font-size: 0.28rem;
  }
  .font20,
  .font24 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.28rem;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 0.36rem;
  }
  .font36,
  .font36 {
    font-size: 0.36rem;
  }
  .font48 {
    font-size: 0.48rem;
  }
  .font44,
  .font38 {
    font-size: 0.4rem;
  }
  .font46,
  .font45 {
    font-size: 0.44rem;
  }
  .font60 {
    font-size: 0.48rem;
  }
  .font34,
  .font32 {
    font-size: 0.32rem;
  }
  .font22 {
    font-size: 0.32rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
.font40 {
  font-size: 0.4rem;
}
.font45 {
  font-size: 0.45rem;
}
@media (max-width: 1580px) {
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font50,
  .font45 {
    font-size: 0.48rem;
  }
  .font40 {
    font-size: 0.4rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
.zz_w1412 {
  margin: 0 auto;
  width: 100%;
  max-width: 1412px;
}
@media (max-width: 1580px) {
  .zz_w1412 {
    width: 85%;
  }
}
@media (max-width: 1412px) {
  .zz_w1412 {
    width: 90%;
  }
}
.zz_w1385,
.zz_w1400 {
  margin: 0 auto;
  width: 100%;
  max-width: 1385px;
}
@media (max-width: 1260px) {
  .zz_w1385,
  .zz_w1400 {
    width: 90%;
  }
}
.zz_w1400 {
  max-width: 1400px;
}
/* 复选框和单选框 */
.xc-radio:checked,
.xc-radio.xc-checked,
.xc-checkbox:checked,
.xc-checkbox.xc-checked {
  background-color: #fff;
  border: solid 1px #fff;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.xc-radio,
.xc-checkbox {
  width: 20px;
  height: 20px;
  border: solid 1px #ebebeb;
  border-radius: 3px;
  font-size: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
@media (max-width: 767px) {
  .xc-radio,
  .xc-checkbox {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.xc-radio:checked:before,
.xc-radio.xc-checked:before,
.xc-checkbox:checked:before,
.xc-checkbox.xc-checked:before,
.xc-radio:checked:after,
.xc-radio.xc-checked:after,
.xc-checkbox:checked:after,
.xc-checkbox.xc-checked:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 30%;
  left: 20%;
  background: transparent;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .xc-radio:checked:before,
  .xc-radio.xc-checked:before,
  .xc-checkbox:checked:before,
  .xc-checkbox.xc-checked:before,
  .xc-radio:checked:after,
  .xc-radio.xc-checked:after,
  .xc-checkbox:checked:after,
  .xc-checkbox.xc-checked:after {
    width: 0.15rem;
    height: 0.08rem;
    top: 30%;
    left: 25%;
  }
}
.public-title .h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.public-title .h2 span {
  color: #288d51;
}
.public-title .c-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66;
}
.public-title .c-text.c-text2 {
  color: #222;
}
.public-title.public-title2 .h2 {
  text-align: center;
  margin-bottom: 0.25rem;
}
.public-title.public-title2 .c-text {
  text-align: center;
}
.public-title.public-title3 {
  position: relative;
  padding-left: 15px;
}
.public-title.public-title3::before {
  content: '';
  position: absolute;
  height: 75%;
  width: 5px;
  background: #288d51;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .public-title .h2 {
    line-height: 1.5;
  }
}
@-webkit-keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce;
  animation-name: tds-keyframe--bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.public-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.45rem;
  width: 0.2rem;
  min-width: 15px;
}
.public-icon img {
  width: 100%;
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.public-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  display: none;
}
.public-mask.active {
  display: block;
}
.xc-window-middle {
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  display: none;
}
.xc-window-middle.active {
  display: block;
  animation: hideShow 0.3s;
  max-height: 95vh;
}
.public-tc {
  width: 72.91%;
  background: #1a1a1a;
  padding: 0.5rem 0.2rem 0.8rem 0.4rem;
}
.public-tc .zz-close {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
}
.public-tc .c-box1 {
  display: flex;
  justify-content: space-between;
}
.public-tc .c-box1 .zz-left {
  width: 40.29%;
}
.public-tc .c-box1 .zz-left .text-box {
  margin-top: 0.15rem;
}
.public-tc .c-box1 .zz-left .text-box .h3 {
  color: #fff;
  margin-bottom: 0.15rem;
}
.public-tc .c-box1 .zz-left .text-box .c-text {
  color: #999;
}
.public-tc .c-box1 .zz-right {
  width: 49.25%;
}
.public-tc .c-box1 .zz-right .imgbox {
  border: 1px solid #333;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.63%;
  overflow: hidden;
}
.public-tc .c-box1 .zz-right .imgbox > .img,
.public-tc .c-box1 .zz-right .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-tc .c-box1 .zz-right .imgbox img {
  transition: all 0.4s;
}
.public-tc .c-box1 .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.public-tc .c-box1 .zz-right .swiper-container {
  padding-bottom: 0.45rem;
}
.public-tc .c-box1 .zz-right .swiper-pagination {
  bottom: 0;
}
.public-tc .c-box1 .zz-right .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  transition: all 0.3s;
}
.public-tc .c-box1 .zz-right .swiper-pagination-bullet-active {
  background: #288d51;
}
.public-title .h2 {
  color: #222;
  font-weight: bold;
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bgimgzoom {
  0% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes bgimgzoom {
  0% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
.scaleDraw {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.scaleDraw2 {
  -webkit-animation: bgimgzoom 20s 5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom 20s 5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  background-size: 110%;
}
.sybn-box {
  overflow: hidden;
}
.sybnSwp .swiper-slide {
  width: 100%;
  height: calc(100vh - 0.8rem);
}
.sybnSwp .swiper-slide .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sybnSwp .swiper-slide .c-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sybnSwp .swiper-slide .c-box .c-icon {
  width: 1.65rem;
  min-width: 120px;
}
.sybnSwp .swiper-slide .c-box .h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.35rem;
}
.sybnSwp .swiper-slide .c-box .h2 span {
  font-weight: bold;
}
.sybnSwp .swiper-slide .c-box .h2 span.c-span1 {
  font-weight: 400;
}
.sybnSwp .swiper-slide .c-box .h2 span.c-span2 {
  color: #60da91;
}
.sybnSwp .swiper-slide .c-box .c-text {
  color: #fff;
  margin-top: 0.3rem;
}
.sybnSwp .swiper-slide .c-box .btnbox {
  margin-top: 0.6rem;
}
.sybnSwp .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sybnSwp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 3px solid #fff;
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s;
  border-radius: 1000px;
}
.sybnSwp .swiper-pagination-bullet-active {
  width: 8px;
  height: 0.3rem;
  min-height: 20px;
  border-radius: 1000px;
  background: #fff;
  border: 0;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .bgimg {
    height: 100vh;
  }
  .sybnSwp .swiper-pagination {
    background: transparent;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.4rem;
  }
  .sybnSwp .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }
  .sybnSwp .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .sybnSwp .swiper-slide .container {
    position: relative;
    height: 100%;
  }
  .sybnSwp .swiper-slide .c-box {
    width: 100%;
  }
  .sybnSwp .swiper-pagination-bullet {
    margin: 0 0.12rem;
  }
}
.public-search .c-t {
  color: #fff;
  margin-bottom: 0.15rem;
}
.public-search .c-search {
  display: flex;
  align-items: center;
}
.public-search .c-search input {
  background: #fff;
  padding: 0 0.22rem;
  height: 0.45rem;
  min-height: 40px;
  border: 1px solid #c8c8c8;
  width: 2.5rem;
  min-width: 130px;
}
.public-search .c-search .hi-btn1 {
  height: 0.45rem;
  min-height: 40px;
  border-radius: 0;
  min-width: 45px;
  padding: 0;
}
.public-search .c-search .hi-btn1 .hi-ico {
  margin-left: 0;
}
.public-search.public-search2 .c-search {
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: space-between;
}
.public-search.public-search2 .c-search input {
  border-color: transparent;
  border-radius: 8px;
  width: 2.65rem;
  min-width: 220px;
  height: 0.5rem;
  min-height: 40px;
}
.public-search.public-search2 .c-search .hi-btn1 {
  border-radius: 8px;
  width: 1rem;
  min-width: 60px;
  margin-right: 3px;
}
.public-search.public-search3 .c-search input {
  min-width: unset;
  width: calc(100% - 1rem);
}
@media (max-width: 1580px) {
  .public-search.public-search2 .c-search .hi-btn1 {
    min-height: 35px;
  }
}
@-webkit-keyframes tds-keyframe--bounce-left {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.syPro {
  padding: 1.4rem 0 1.2rem;
  background-size: cover;
}
.syPro .title-box {
  display: flex;
  justify-content: space-between;
}
.syPro .title-box .syPro-nav {
  display: flex;
  align-items: center;
}
.syPro .title-box .syPro-nav .li {
  margin-left: 0.6rem;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.syPro .title-box .syPro-nav .li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #288d51;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  transition: all 0.3s;
}
.syPro .title-box .syPro-nav .li:nth-of-type(1) {
  margin-left: 0;
}
.syPro .title-box .syPro-nav .li.on,
.syPro .title-box .syPro-nav .li:hover {
  color: #288d51;
}
.syPro .title-box .syPro-nav .li.on::before,
.syPro .title-box .syPro-nav .li:hover::before {
  width: 15px;
}
.syPro .title-box .syPro-nav .li .c-brief {
  display: none;
}
.syPro .pro-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
}
.syPro .pro-box .zz-left {
  width: 28.43%;
  background-size: cover;
  padding: 0.6rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.syPro .pro-box .zz-left .c-brief {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  height: 1.75rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.syPro .pro-box .zz-left .c-brief::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.syPro .pro-box .zz-left .c-brief::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.syPro .pro-box .zz-left .c-brief::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
.syPro .pro-box .zz-left .c-brief a {
  color: #fff;
  text-decoration: underline;
}
.syPro .pro-box .zz-left .c-box {
  margin-top: 0.25rem;
}
.syPro .pro-box .zz-left .c-box .c-div {
  color: #fff;
  margin-bottom: 0.15rem;
}
.syPro .pro-box .zz-right {
  width: 65.93%;
}
.syPro .pro-box .zz-right .swiper-slide {
  border: 1px solid #c8c8c8;
  background: #fff;
  overflow: hidden;
}
.syPro .pro-box .zz-right .swiper-slide a {
  padding: 0.35rem 0 0.4rem;
  display: flex;
  flex-direction: column;
}
.syPro .pro-box .zz-right .swiper-slide:hover .imgbox {
  right: 0;
}
.syPro .pro-box .zz-right .swiper-slide:hover .c-box .c-title {
  color: #288d51;
}
.syPro .pro-box .zz-right .swiper-slide:hover .c-box .c-icon img,
.syPro .pro-box .zz-right .swiper-slide:hover .c-box .c-icon svg {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce-left;
  animation-name: tds-keyframe--bounce-left;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.syPro .pro-box .zz-right .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 91.57%;
  right: -23%;
  transition: all 0.3s;
}
.syPro .pro-box .zz-right .swiper-slide .imgbox > .img,
.syPro .pro-box .zz-right .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.syPro .pro-box .zz-right .swiper-slide .imgbox img {
  object-fit: cover;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.syPro .pro-box .zz-right .swiper-slide .c-box {
  padding: 0 0.4rem;
  margin-top: 0.3rem;
}
.syPro .pro-box .zz-right .swiper-slide .c-box .c-title {
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.3s;
  color: #222;
}
.syPro .pro-box .zz-right .swiper-slide .c-box .c-cont {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.syPro .pro-box .zz-right .swiper-slide .c-box .c-icon {
  margin-top: 0.3rem;
}
.syPro .pro-box .zz-right .swiper-slide .c-box .c-icon svg,
.syPro .pro-box .zz-right .swiper-slide .c-box .c-icon img {
  width: 0.24rem;
  min-width: 15px;
}
.syPro .pro-box .zz-right .swiper-button-prev {
  left: 0.3rem;
}
.syPro .pro-box .zz-right .swiper-button-next {
  right: 0.3rem;
}
.syPro .pro-box .zz-right .swiper-button-prev,
.syPro .pro-box .zz-right .swiper-button-next {
  top: 59.5%;
}
@media (max-width: 1580px) {
  .syPro .pro-box .zz-left .c-brief {
    height: 2.05rem;
  }
}
@media (max-width: 1260px) {
  .syPro .pro-box .zz-left .c-brief {
    height: 1.7rem;
  }
}
@media (max-width: 991px) {
  .syPro .pro-box .zz-left {
    width: 30%;
    padding: 0.3rem;
  }
  .syPro .pro-box .zz-right .swiper-button-prev,
  .syPro .pro-box .zz-right .swiper-button-next {
    top: 54%;
  }
}
@media (max-width: 767px) {
  .syPro {
    padding: 0.8rem 0;
  }
  .syPro .title-box {
    flex-direction: column;
  }
  .syPro .pro-box {
    flex-direction: column;
    margin-top: 0.3rem;
  }
  .syPro .pro-box .zz-left,
  .syPro .pro-box .zz-right {
    width: 100%;
  }
  .syPro .pro-box .zz-left {
    padding: 0.4rem 0.3rem 0.5rem;
  }
  .syPro .title-box .syPro-nav {
    display: -webkit-box;
    overflow-x: auto;
    margin-top: 0.4rem;
  }
  .syPro .title-box .syPro-nav .li {
    margin-left: 0.45rem;
    margin-right: 0.3rem;
  }
  .syPro .title-box .syPro-nav .li:nth-of-type(1) {
    margin-left: 0.45rem;
  }
  .syPro .title-box .syPro-nav .li::before {
    left: -0.4rem;
  }
  .syPro .title-box .syPro-nav .li.on::before,
  .syPro .title-box .syPro-nav .li:hover::before {
    width: 0.3rem;
  }
  .syPro .public-search .c-search input {
    width: 75%;
  }
  .syPro .pro-box .zz-left .c-box {
    margin-top: 0.3rem;
  }
  .syPro .pro-box .zz-right .swiper-slide .imgbox {
    right: 0;
  }
  .syPro .pro-box .zz-right .swiper-slide .imgbox {
    padding-bottom: 70%;
  }
  .syPro .pro-box .zz-right .swiper-button-prev,
  .syPro .pro-box .zz-right .swiper-button-next {
    top: 50%;
  }
  .syPro .pro-box .zz-right .swiper-slide .c-box .c-title {
    font-size: 0.32rem;
  }
  .syPro .pro-box .zz-right .swiper-slide .c-box .c-cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0.88rem;
  }
}
.public-swpBtn {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 3px 0 38px 0px rgba(40, 140, 81, 0.09);
  top: 50%;
  opacity: 1;
  overflow: hidden;
}
.public-swpBtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #288d51;
  left: -100%;
  transition: all 0.3s;
  z-index: -1;
}
.public-swpBtn svg {
  width: 0.2rem;
  min-width: 12px;
}
.public-swpBtn svg path {
  fill: #288d51;
}
.public-swpBtn:hover::before {
  left: 0;
}
.public-swpBtn:hover svg path {
  fill: #fff;
}
.public-swpBtn.public-swpBtn2 {
  border-radius: 1000px;
  border: 1px solid #ddd;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 35px;
  min-height: 35px;
}
.public-swpBtn.public-swpBtn2 svg {
  width: 0.25rem;
  min-width: 20px;
}
.public-swpBtn.public-swpBtn2 svg path {
  fill: #b5b5b5;
}
.public-swpBtn.public-swpBtn2::before {
  content: unset;
}
.public-swpBtn.public-swpBtn2:hover {
  background: #288d51;
}
.public-swpBtn.public-swpBtn2:hover svg path {
  fill: #fff;
}
.public-swpBtn.public-swpBtn2.public-swp-prev,
.public-swpBtn.public-swpBtn2.public-swp-next {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.public-swpBtn.public-swpBtn3 {
  background: transparent;
  box-shadow: unset;
}
.public-swpBtn.public-swpBtn3::before {
  background: transparent;
}
.public-swpBtn.public-swpBtn3 svg {
  height: 0.5rem;
  width: 0.4rem;
}
.public-swpBtn.public-swpBtn3 svg path {
  fill: #fff;
  transition: all 0.3s;
}
.public-swpBtn.public-swpBtn3:hover svg path {
  fill: #288d51;
}
.swpBtn {
  display: flex;
  align-items: center;
}
.swpBtn .sBox {
  display: flex;
  color: #666;
  margin: 0 0.2rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .swpBtn .sBox span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .swpBtn .sBox span {
    font-size: 0.28rem;
  }
}
.ydsy-cp {
  background: #f7f7f7;
  padding-top: 1.15rem;
  padding-bottom: 1.4rem;
}
.ydsy-cp .container {
  position: relative;
}
.ydsy-cp .title-box {
  display: flex;
}
.ydsy-cp .title-box .btnbox {
  margin-left: 1.65rem;
}
.ydsy-cp .title-box .btnbox .c-div {
  color: #666;
}
.ydsy-cp .title-box .btnbox .hi-btn1 {
  margin-top: 0.35rem;
}
.ydsy-cp ul {
  margin-top: 0.9rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  transition: all 1s;
}
.ydsy-cp ul .swiper-container {
  width: 100%;
}
.ydsy-cp ul .swiper-container .swiper-slide {
  height: 0;
  padding-bottom: 45.5%;
}
.ydsy-cp ul .swiper-container .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.ydsy-cp ul .swiper-container .swiper-slide:nth-of-type(1)::before {
  content: unset;
}
.ydsy-cp ul li {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ydsy-cp ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.ydsy-cp ul li a .zz-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #288d51;
  opacity: 0;
  transition: all 0.3s;
}
.ydsy-cp ul li a:hover .zz-div {
  bottom: 8.6%;
}
.ydsy-cp ul li a:hover p {
  opacity: 1;
}
.ydsy-cp ul li a:hover .zz-mask {
  opacity: 1;
}
.ydsy-cp ul li .zz-div {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 10px;
  transition: all 0.5s;
}
.ydsy-cp ul li .zz-div .c-icon {
  width: 0.55rem;
  min-width: 40px;
  margin-bottom: 0.45rem;
}
.ydsy-cp ul li .zz-div .zz-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ydsy-cp ul li h3,
.ydsy-cp ul li p {
  color: #fff;
}
.ydsy-cp ul li h3 {
  margin-bottom: 7px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ydsy-cp ul li p {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  line-height: 1.6;
  min-height: 0.75rem;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
}
.ydsy-cp .swiper-button-prev {
  left: -1rem;
  top: 60.5%;
}
.ydsy-cp .swiper-button-next {
  right: -1rem;
  top: 60.5%;
}
@media (max-width: 1580px) {
  .ydsy-cp .swiper-button-prev,
  .ydsy-cp .swiper-button-next {
    top: 62%;
  }
}
@media (max-width: 1260px) {
  .ydsy-cp .swiper-button-prev {
    left: -4.5%;
  }
  .ydsy-cp .swiper-button-next {
    right: -4.5%;
  }
}
@media (max-width: 991px) {
  .ydsy-cp .swiper-button-prev,
  .ydsy-cp .swiper-button-next {
    min-width: 35px;
    min-height: 35px;
  }
  .ydsy-cp .swiper-button-prev {
    left: -5%;
  }
  .ydsy-cp .swiper-button-next {
    right: -5%;
  }
  .ydsy-cp ul li h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ydsy-cp {
    padding: 0.8rem 0 1rem;
  }
  .ydsy-cp .title-box {
    flex-direction: column;
  }
  .ydsy-cp ul .swiper-container .swiper-slide {
    padding-bottom: 100%;
  }
  .ydsy-cp ul {
    display: flex;
    flex-direction: column;
    background-image: none !important;
  }
  .ydsy-cp ul li {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 0.4rem;
    border-radius: 8px;
    background-size: cover;
  }
  .ydsy-cp ul li .zz-div {
    bottom: 0.3rem;
    align-items: flex-start;
  }
  .ydsy-cp ul li a:hover .zz-div {
    bottom: 0.3rem;
  }
  .ydsy-cp ul li p {
    opacity: 1;
  }
  .ydsy-cp ul li a .zz-mask,
  .ydsy-cp ul li a:hover .zz-mask {
    opacity: 0;
  }
  .ydsy-cp ul li h3 {
    font-size: 0.32rem;
    margin-bottom: 0rem;
    text-align: left;
  }
  .ydsy-cp ul li p {
    text-align: left;
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .ydsy-cp ul li .zz-div .zz-box {
    display: flex;
    align-items: flex-start;
  }
  .ydsy-cp ul li .zz-div .c-icon {
    min-width: 0.5rem;
    width: 0.5rem;
    margin-bottom: 0.25rem;
    margin-right: 0.2rem;
  }
  .ydsy-cp .swiper-button-prev {
    left: 37%;
  }
  .ydsy-cp .swiper-button-next {
    right: 37%;
  }
  .ydsy-cp .swiper-button-prev,
  .ydsy-cp .swiper-button-next {
    top: unset;
    bottom: 0;
  }
  .ydsy-cp ul .swiper-container {
    padding-bottom: 1.15rem;
  }
  .ydsy-cp .title-box .btnbox {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .ydsy-cp .title-box .btnbox .hi-btn1 {
    margin-top: 0.4rem;
  }
  .ydsy-cp ul {
    margin-top: 0.6rem;
  }
}
.sydingzhi {
  padding: 1.2rem 0 1.25rem;
}
.sydingzhi .c-box {
  display: flex;
  justify-content: space-between;
}
.sydingzhi .c-box .zz-left {
  width: 50%;
}
.sydingzhi .c-box .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.5%;
  overflow: hidden;
}
.sydingzhi .c-box .zz-left .imgbox > .img,
.sydingzhi .c-box .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sydingzhi .c-box .zz-left .imgbox img {
  transition: all 0.4s;
}
.sydingzhi .c-box .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.sydingzhi .c-box .zz-right {
  width: 42.5%;
  display: flex;
  align-items: center;
}
.sydingzhi .c-box .zz-right .right-box {
  display: flex;
  flex-direction: column;
  width: 77.94%;
}
.sydingzhi .c-box .zz-right .right-box .c-text {
  margin-top: 0.2rem;
  max-height: 1.25rem;
  padding-right: 15px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.sydingzhi .c-box .zz-right .right-box .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.sydingzhi .c-box .zz-right .right-box .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.sydingzhi .c-box .zz-right .right-box .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.sydingzhi .c-box .zz-right .right-box .c-div {
  margin-top: 0.55rem;
}
@media (max-width: 1260px) {
  .sydingzhi .c-box .zz-right .right-box .c-text {
    max-height: 1.55rem;
  }
  .sydingzhi .c-box .zz-right .right-box .h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .sydingzhi .c-box .zz-right .right-box {
    width: 90%;
  }
  .sydingzhi .c-box .zz-right .right-box .c-text {
    max-height: 1.7rem;
  }
}
@media (max-width: 767px) {
  .sydingzhi {
    padding: 1rem 0;
  }
  .sydingzhi .c-box {
    flex-direction: column;
  }
  .sydingzhi .c-box .zz-left,
  .sydingzhi .c-box .zz-right,
  .sydingzhi .c-box .zz-right .right-box {
    width: 100%;
  }
  .sydingzhi .c-box .zz-right {
    margin-top: 0.4rem;
  }
  .sydingzhi .c-box .zz-right .right-box .c-text {
    margin-top: 0.1rem;
    max-height: 2.6rem;
  }
  .sydingzhi .c-box .zz-right .right-box .h3 {
    font-size: 0.44rem;
  }
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    -o-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -18px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -12px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -7px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -3px, 0);
  }
}
.wl-box {
  position: relative;
  width: 87.5%;
  margin-left: 6.25%;
}
.wl-box .bgimg {
  width: 100%;
}
.wl-box .c-li {
  position: absolute;
}
.wl-box .c-li .sign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  left: 0;
}
.wl-box .c-li .sign img {
  width: 100%;
}
.wl-box .c-li .sign.sign1 img {
  height: 1px;
}
.wl-box .c-li .sign.sign2 {
  height: 57px;
  height: 2.96vw;
  transform: translateY(-82%);
}
.wl-box .c-li .sign.sign2 .c-text {
  top: 0;
}
.wl-box .c-li .sign.sign3 {
  height: 71px;
  height: 3.96vw;
  transform: translateY(0%);
}
.wl-box .c-li .sign.sign3 .c-text {
  bottom: 0;
}
.wl-box .c-li .c-text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
.wl-box .c-li .dian {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 8px;
  min-height: 8px;
  border-radius: 1000px;
  background: #288d51;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wl-box .c-li .dian .span1 {
  display: block;
  width: 20px;
  height: 6px;
  background: transparent;
  opacity: 0.4;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wl-box .c-li .dian .span1::after,
.wl-box .c-li .dian .span1::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #009c30;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.wl-box .c-li .dian .span1::before {
  animation: ripple 3s ease-out 0s infinite;
}
.wl-box .c-li .dian .span1::after {
  animation: ripple 3s ease-out 1.5s infinite;
}
.wl-box .c-li .c-box {
  position: relative;
}
.wl-box .c-li1 {
  top: 22%;
  left: 5%;
}
.wl-box .c-li1 .sign {
  width: 125px;
  width: 6.5vw;
}
.wl-box .c-li1 .c-text {
  left: 135px;
  left: 7.03vw;
}
.wl-box .c-li2 {
  top: 31%;
  left: 5%;
}
.wl-box .c-li2 .sign {
  width: 175px;
  width: 9.11vw;
}
.wl-box .c-li2 .c-text {
  left: 185px;
  left: 9.63vw;
}
.wl-box .c-li3 {
  top: 43%;
  left: 44.5%;
}
.wl-box .c-li3 .sign {
  width: 108px;
  width: 5.62vw;
}
.wl-box .c-li3 .c-text {
  left: 118px;
  left: 6.14vw;
}
.wl-box .c-li4 {
  top: 21.5%;
  left: 79.5%;
}
.wl-box .c-li4 .sign {
  width: 170px;
  width: 8.85vw;
}
.wl-box .c-li4 .c-text {
  left: 180px;
  left: 9.37vw;
}
.wl-box .c-li5 {
  top: 41%;
  left: 41.5%;
}
.wl-box .c-li5 .sign {
  width: 175px;
  width: 9.11vw;
}
.wl-box .c-li5 .c-text {
  left: 185px;
  left: 9.63vw;
}
.wl-box .c-li6 {
  top: 43%;
  left: 42.5%;
}
.wl-box .c-li6 .sign.sign3 {
  width: 175px;
  width: 9.11vw;
}
.wl-box .c-li6 .sign.sign3 .c-text {
  left: 185px;
  bottom: -24px;
  left: 9.63vw;
  bottom: -1.25vw;
  top: unset;
  transform: unset;
}
.wl-box .c-li7 {
  top: 23%;
  left: 82%;
}
.wl-box .c-li7 .sign.sign3 {
  width: 175px;
  width: 9.11vw;
}
.wl-box .c-li7 .sign.sign3 .c-text {
  left: 185px;
  left: 9.63vw;
  width: 9.63vw;
  bottom: -36px;
  bottom: -1.6vw;
  top: unset;
  transform: unset;
}
.wl-box.wl-box3 {
  width: 70.31%;
  margin-left: 14.84%;
}
.wl-box.wl-box3 .c-li .dian {
  width: 0.1rem;
  height: 0.1rem;
}
@media (max-width: 767px) {
  .wl-box {
    width: 100%;
    padding: 0;
    margin-top: 0.7rem;
    margin-left: 0;
  }
  .wl-box .c-li .sign {
    display: none;
  }
  .wl-box .c-li .dian {
    min-width: 4px;
    min-height: 4px;
  }
  .wl-box2 {
    margin-top: 0.6rem;
  }
  .wl-box2 .c-title {
    font-size: 0.3rem;
  }
  .wl-box2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .wl-box2 ul li {
    font-size: 0.26rem;
    width: 50%;
    line-height: 1.25;
    margin-bottom: 0.3rem;
    position: relative;
    padding-right: 0.2rem;
    padding-left: 0.3rem;
  }
  .wl-box2 ul li::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #288d51;
    border-radius: 1000px;
    top: 0.13rem;
    left: 0;
  }
  .wl-box.wl-box3 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.yd-yxwl {
  background: #d4e8dc;
  padding: 1.2rem 0 0.75rem;
}
.yd-yxwl .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yd-yxwl .title-box .hi-btn1 {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .yd-yxwl {
    padding: 1rem 0 0.8rem;
  }
  .yd-yxwl .title-box .public-title {
    width: 100%;
  }
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.syFtNav {
  padding: 1.2rem 0;
}
.syFtNav .ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.syFtNav .ul .li {
  width: 33.33%;
  padding-bottom: 0.3rem;
}
.syFtNav .ul .li a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
}
.syFtNav .ul .li a:hover .c-div1 {
  background: #288d51;
}
.syFtNav .ul .li a:hover .c-div1 .imgbox svg path {
  fill: #fff;
}
.syFtNav .ul .li .c-div1 {
  width: 1rem;
  height: 1rem;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #288d51;
  border-radius: 1000px;
  transition: all 0.3s;
}
.syFtNav .ul .li .c-div1 .imgbox {
  width: 0.45rem;
  height: 0.45rem;
  min-height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.syFtNav .ul .li .c-div1 .imgbox svg {
  width: 100%;
  height: 100%;
}
.syFtNav .ul .li .c-div1 .imgbox svg path {
  fill: #288d51;
}
.syFtNav .ul .li .c-div2 {
  color: #222;
  font-weight: bold;
  margin: 0.2rem 0 0;
}
.syFtNav .ul .li .c-div3 {
  text-align: center;
  color: #666;
}
.syFtNav.syFtNav2 {
  background: #f2f8f5;
  padding: 1.4rem 0 1.1rem;
}
@media (max-width: 1580px) {
  .syFtNav,
  .syFtNav.syFtNav2 {
    padding: 1rem 0;
  }
}
@media (max-width: 1260px) {
  .syFtNav .ul .li a {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .syFtNav,
  .syFtNav.syFtNav2 {
    padding: 0.8rem 0;
  }
  .syFtNav .ul {
    width: 100%;
    flex-direction: column;
  }
  .syFtNav .ul .li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .syFtNav .ul .li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .syFtNav .ul .li a {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .syFtNav .ul .li .c-div3 {
    text-align: left;
    margin-left: 0;
    word-break: break-all;
    white-space: normal;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0.2rem;
  }
  .syFtNav .ul .li .c-box {
    display: flex;
    align-items: center;
  }
  .syFtNav .ul .li .c-div1 {
    width: 0.8rem;
    height: 0.8rem;
    min-width: 0.8rem;
    min-height: 0.8rem;
  }
  .syFtNav .ul .li .c-div2 {
    margin-top: 0;
    margin-left: 0.3rem;
    font-size: 0.32rem;
  }
  .syFtNav .ul .li .c-div1 .imgbox svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer .c-logo {
  width: 1.5rem;
  min-width: 120px;
}
#c-footer .c-top-box {
  padding: 0.95rem 0 0.75rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.95rem 0 0.4rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .zz-left {
  display: flex;
  width: 65%;
}
#c-footer .c-top-box .container .c-ul-box {
  display: flex;
  margin-left: 1.55rem;
  flex: 1;
  justify-content: flex-start;
}
#c-footer .c-top-box .container .c-ul-box .c-list-box {
  margin-right: 0.9rem;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
  font-size: 16px;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list {
  font-size: 16px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  margin-bottom: 0.2rem;
  position: relative;
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  transition: all 0.3s;
}
#c-footer .c-top-box .container .c-list-box .c-list li::before {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
  position: absolute;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li::before {
    content: unset;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li:hover a {
  text-decoration: underline;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.22rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
#c-footer .c-top-box .container .c-text-box p svg {
  margin-right: 0.2rem;
  width: 0.2rem;
  min-width: 15px;
}
#c-footer .c-top-box .container .c-text-box p svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 0.38rem;
  height: 0.38rem;
  min-width: 30px;
  min-height: 30px;
  color: #fff;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}
#c-footer .c-top-box .container .c-ico a .codeBox {
  position: absolute;
  top: 130%;
  left: 0;
  display: none;
}
#c-footer .c-top-box .container .c-ico a .codeBox .imgBox {
  width: 1rem;
  height: 1rem;
  min-width: 50px;
  min-height: 50px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
#c-footer .c-top-box .container .c-ico a .codeBox .imgBox img {
  width: 100%;
  height: 100%;
  min-width: inherit;
  min-height: inherit;
}
#c-footer .c-top-box .container .c-ico a .codeBox .c-text {
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .container .c-ico a .codeBox .c-text {
    font-size: 12px;
  }
}
#c-footer .c-top-box .container .c-ico a .codeBox.codeBox2 .c-tel {
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 40px;
}
#c-footer .c-top-box .container .c-ico a .syb {
  position: absolute;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover .codeBox {
  display: block;
  animation: hideShow 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover .syb {
  opacity: 1;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .c-link {
  margin-top: 15px;
}
#c-footer .c-bottom-box {
  padding: 0.35rem 0 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #7f7f7f;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.5);
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright {
    font-size: 12px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-support {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support {
    margin-top: 0.2rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  margin-right: 20px;
  position: relative;
}
#c-footer .c-bottom-box .container .c-support a:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .container .c-support a:last-child::before {
  content: unset;
}
#c-footer .c-bottom-box .container .c-support a::before {
  content: '';
  position: absolute;
  height: 75%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support a {
    margin-right: 0.3rem;
  }
}
#c-footer .c-bottom-box .container .c-support span,
#c-footer .c-bottom-box .container .c-support .zz-a {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.5);
}
#c-footer .c-bottom-box .container .c-support .zz-a::before {
  content: unset;
}
#c-footer .c-bottom-box .container .c-support .zz-a:hover {
  color: #fff;
}
#c-footer .ft-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position-y: 45%;
}
#c-footer .ft-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #288d51;
  z-index: -1;
}
#c-footer .ft-logo-box {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#c-footer .ft-logo-box .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-footer .ft-logo-box .container {
    flex-direction: column;
  }
}
#c-footer .ft-logo-box .zz-left div {
  margin-top: 3px;
  margin-left: 65px;
}
@media (max-width: 767px) {
  #c-footer .ft-logo-box .zz-left div {
    margin-left: 0;
  }
}
#c-footer .ft-logo-box .zz-left img {
  width: 4.45rem;
}
@media (max-width: 767px) {
  #c-footer .ft-logo-box .zz-left img {
    width: 5.4rem;
  }
}
@media (max-width: 1580px) {
  #c-footer .c-list a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container,
  #c-footer .c-top-box .container .zz-left {
    flex-direction: column;
  }
  #c-footer .c-top-box .container .zz-left {
    width: 80%;
  }
  #c-footer .c-top-box .container .c-ul-box {
    margin: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-list a {
    font-size: 0.28rem;
  }
  #c-footer .ft-logo-box .container .zz-right {
    margin-top: 0.25rem;
  }
  #c-footer .c-top-box .container .c-title-box {
    margin-right: 0;
  }
  #c-footer .c-top-box .container .c-ul-box {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
    margin-bottom: 0;
  }
  #c-footer .c-top-box .container .c-ico a .codeBox .imgBox {
    min-width: 1.4rem;
    min-height: 1.4rem;
    padding: 0;
  }
  #c-footer .c-top-box .container .c-ico a .codeBox .c-text {
    display: none;
  }
  #c-footer .c-top-box .container .c-ico a .codeBox .imgBox img {
    min-width: 0.4rem;
    min-height: 0.4rem;
  }
  #c-footer .ft-contact .container {
    flex-direction: column;
    padding-top: 0.6rem;
  }
  #c-footer .c-top-box .container .zz-left {
    width: 100%;
    flex-direction: column;
  }
  #c-footer .c-bottom-box .container .c-copyright,
  #c-footer .c-bottom-box .container .c-support {
    font-size: 0.26rem;
  }
  #c-footer .ft-bg {
    background-size: 100%;
  }
  #c-footer a {
    font-size: 0.26rem;
  }
  #c-footer .c-bottom-box .container .c-support a::before {
    right: -0.2rem;
  }
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0;
    margin-bottom: 0.2rem;
  }
}
.public-nybn {
  width: 100%;
  height: 0;
  padding-bottom: 33.59%;
  position: relative;
}
.public-nybn > .img,
.public-nybn img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-nybn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-nybn .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-nybn .c-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.public-nybn .bn-title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.public-nybn .bn-title .c-tips {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
.public-nybn .bn-title .h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.public-nybn.public-nybn2 .bn-title .h2,
.public-nybn.public-nybn2 .bn-title .c-tips {
  text-align: left;
}
.public-nybn.public-nybn2 .bn-title .c-tips {
  margin-bottom: 0;
}
.public-nybn.public-nybn2 .bn-title .hi-btn1 {
  margin-top: 0.45rem;
}
@media (max-width: 1580px) {
  .public-nybn .bn-box .r-ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .public-nybn .bn-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-nybn {
    padding-bottom: 70%;
  }
  .public-nybn .bn-box .l-ul li {
    padding: 0.3rem 0 0.3rem;
  }
  .public-nybn .bn-box .r-ul {
    display: none;
  }
  .public-nybn .bn-title .h2 {
    font-size: 0.4rem;
    margin-top: 0.2rem;
  }
  .public-nybn .bn-title .c-tips {
    font-size: 0.3rem;
  }
}
.public-crumbs {
  border-bottom: 1px solid #ddd;
}
.public-crumbs > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.public-crumbs > .container .zz-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-crumbs > .container a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.public-crumbs > .container a,
.public-crumbs > .container span {
  color: #666;
}
.public-crumbs > .container svg {
  margin: 0 10px;
}
.public-crumbs > .container svg:nth-last-child(1) {
  display: none;
}
@media (max-width: 767px) {
  .public-crumbs > .container svg {
    margin: 0 0.2rem;
  }
}
.public-crumbs > .container .on {
  color: #222;
}
.public-crumbs .c-back {
  color: #999;
}
.public-crumbs .c-back a {
  display: flex;
  align-items: center;
}
.public-crumbs .c-back img,
.public-crumbs .c-back svg {
  width: 17px;
  height: 17px;
}
.public-crumbs .c-back img path,
.public-crumbs .c-back svg path {
  fill: #999;
}
.public-crumbs.public-crumbs2 .container {
  justify-content: space-between;
}
.public-crumbs.public-crumbs2 .container .zz-right {
  display: flex;
}
.public-crumbs.public-crumbs2 .container .zz-right a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #999;
  margin-left: 0.5rem;
  transition: all 0.3s;
  position: relative;
}
.public-crumbs.public-crumbs2 .container .zz-right a:nth-of-type(1) {
  margin-left: 0;
}
.public-crumbs.public-crumbs2 .container .zz-right a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: #288d51;
  transition: all 0.3s;
}
.public-crumbs.public-crumbs2 .container .zz-right a:hover,
.public-crumbs.public-crumbs2 .container .zz-right a.on {
  color: #288d51;
}
.public-crumbs.public-crumbs2 .container .zz-right a:hover::before,
.public-crumbs.public-crumbs2 .container .zz-right a.on::before {
  width: 100%;
}
@media (max-width: 767px) {
  .public-crumbs > .container a {
    padding: 0;
    line-height: 1.8;
  }
  .public-crumbs .c-back {
    display: none;
  }
  .public-crumbs {
    padding: 0.25rem 0;
  }
  .public-crumbs.public-crumbs2 {
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .public-crumbs.public-crumbs2 .zz-left {
    margin-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs2 .container .zz-right {
    margin-top: 0;
  }
  .public-crumbs.public-crumbs2 .container .zz-right a {
    padding-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs3 {
    padding-bottom: 0;
  }
}
.yd_solution .c-box1 {
  color: #222;
  padding: 0.5rem 0;
}
.yd_solution .c-box2 {
  width: 100%;
  background: #f2f8f5;
  padding: 0.8rem 0 0.6rem;
}
.yd_solution .c-box2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.yd_solution .c-box2 ul li {
  width: 31.87%;
  margin-right: 2.19%;
  margin-bottom: 0.4rem;
}
.yd_solution .c-box2 ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.yd_solution .c-box2 ul li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50.98%;
  overflow: hidden;
}
.yd_solution .c-box2 ul li .imgbox > .img,
.yd_solution .c-box2 ul li .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yd_solution .c-box2 ul li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.yd_solution .c-box2 ul li .c-text {
  color: #333;
  text-align: center;
  background: #fff;
  padding: 0.25rem 0.2rem;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yd_solution .c-box2 ul li:hover .imgbox img {
  transform: scale(1.05);
}
.yd_solution .c-box2 ul li:hover .c-text {
  color: #288d51;
}
@media (max-width: 767px) {
  .yd_solution .c-box2 ul li {
    width: 100%;
    margin-right: 0;
  }
}
.yd_stDetail1 {
  padding: 1rem 0 1.2rem;
}
.yd_stDetail1 .c-box {
  display: flex;
  justify-content: space-between;
}
.yd_stDetail1 .c-box .zz-right {
  width: 46.25%;
}
.yd_stDetail1 .c-box .zz-right .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.05%;
  overflow: hidden;
}
.yd_stDetail1 .c-box .zz-right .imgbox > .img,
.yd_stDetail1 .c-box .zz-right .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yd_stDetail1 .c-box .zz-right .imgbox img {
  transition: all 0.4s;
}
.yd_stDetail1 .c-box .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.yd_stDetail1 .c-box .zz-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.yd_stDetail1 .c-box .zz-left .left-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.yd_stDetail1 .c-box .zz-left .left-box .c-text {
  max-height: 2.5rem;
  padding-right: 15px;
  margin-top: 0.2rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
  color: #222;
}
.yd_stDetail1 .c-box .zz-left .left-box .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.yd_stDetail1 .c-box .zz-left .left-box .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.yd_stDetail1 .c-box .zz-left .left-box .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.yd_stDetail1 .c-box .zz-left .left-box .c-div {
  margin-top: 0.55rem;
}
.yd_stDetail1.yd_stm1 {
  padding: 0.8rem 0 1.5rem;
}
.yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-text {
  margin-top: 0.3rem;
}
.yd_stDetail1.yd_stm1 .c-box .zz-right {
  position: relative;
}
.yd_stDetail1.yd_stm1 .c-box .zz-right::before {
  content: '';
  width: 100%;
  height: 100%;
  height: 0;
  padding-bottom: 54.05%;
  background: #288d51;
  z-index: -1;
  position: absolute;
}
.yd_stDetail1.yd_stm1 .c-box .zz-right .imgbox {
  transform: translate(-35px, 25px);
}
.yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-div .hi-btn1 {
  width: 1.4rem;
}
@media (max-width: 1580px) {
  .yd_stDetail1 .c-box .zz-left .left-box .c-text {
    max-height: 2.4rem;
  }
}
@media (max-width: 1260px) {
  .yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-text {
    max-height: 1.7rem;
  }
}
@media (max-width: 991px) {
  .yd_stDetail1 .c-box .zz-left .left-box .c-text {
    max-height: 1.7rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-text {
    max-height: 1rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .yd_stDetail1 {
    padding: 0.6rem 0 0.8rem;
  }
  .yd_stDetail1 .c-box {
    flex-direction: column;
  }
  .yd_stDetail1 .c-box .zz-left,
  .yd_stDetail1 .c-box .zz-right,
  .yd_stDetail1 .c-box .zz-right .right-box {
    width: 100%;
  }
  .yd_stDetail1 .c-box .zz-right {
    margin-top: 0.5rem;
  }
  .yd_stDetail1 .c-box .zz-right .right-box .c-text {
    margin-top: 0.1rem;
  }
  .yd_stDetail1 .c-box .zz-left .left-box .c-text {
    max-height: 2.2rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left,
  .yd_stDetail1.yd_stm1 .c-box .zz-right {
    width: 100%;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-text {
    max-height: 1.7rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left .left-box .c-div .hi-btn1 {
    width: auto;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-right {
    order: 0;
    width: calc(100% - 0.5rem);
    margin-left: 0.5rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-left {
    order: 1;
    margin-top: 0.95rem;
  }
  .yd_stDetail1.yd_stm1 {
    padding: 0.1rem 0 0.85rem;
  }
  .yd_stDetail1.yd_stm1 .c-box .zz-right .imgbox {
    transform: translate(-0.5rem, 0.5rem);
  }
}
.public-proUl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.public-proUl.public-proUl1 .li {
  width: 23.43%;
  margin-right: 2.09%;
}
.public-proUl.public-proUl1 .li:nth-of-type(4n+4) {
  margin-right: 0;
}
.public-proUl.public-proUl2 .li {
  width: 31.66%;
  margin-right: 2.5%;
  margin-bottom: 0.3rem;
}
.public-proUl.public-proUl2 .li:nth-of-type(3n+3) {
  margin-right: 0;
}
.public-proUl.public-proUl2 .li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.1%;
}
.public-proUl.public-proUl2 .li .imgbox > .img,
.public-proUl.public-proUl2 .li .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-proUl.public-proUl3 .li .c-box .c-icon {
  margin-top: 0;
  color: #222;
  font-weight: bold;
}
.public-proUl .li {
  border: 1px solid #ddd;
  margin-bottom: 0.3rem;
}
.public-proUl .li:hover .imgbox img {
  transform: scale(1.05);
}
.public-proUl .li:hover .c-box .c-title {
  color: #288d51;
}
.public-proUl .li:hover .c-icon span {
  color: #288d51;
}
.public-proUl .li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.53%;
  overflow: hidden;
}
.public-proUl .li .imgbox > .img,
.public-proUl .li .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-proUl .li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.public-proUl .li .c-box {
  background: #fff;
  padding: 0.25rem 0.3rem;
}
.public-proUl .li .c-box .c-title {
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 5px;
  transition: all 0.3s;
  font-weight: bold;
}
.public-proUl .li .c-box .c-cont {
  color: #999;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.public-proUl .li .c-box .c-icon {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}
.public-proUl .li .c-box .c-icon span {
  transition: all 0.3s;
}
.public-proUl .li .c-box .c-icon img,
.public-proUl .li .c-box .c-icon svg {
  height: 0.15rem;
  min-height: 12px;
}
@media (max-width: 1290px) {
  .public-proUl .li .c-box .c-cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .public-proUl.public-proUl1 .li {
    width: 48%;
    margin-right: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .public-proUl.public-proUl1 .li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .public-proUl.public-proUl1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .public-proUl .li .c-box {
    padding: 0.4rem 0.3rem;
  }
  .public-proUl .li .c-box .c-title {
    font-size: 0.32rem;
  }
  .public-proUl .li .c-box .c-icon span {
    font-size: 0.26rem;
  }
  .public-proUl.public-proUl2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .public-proUl.public-proUl3 .li .c-box .c-icon span {
    font-size: 0.3rem;
  }
}
.yd_stDetail2 {
  background: #f2f8f5;
  padding: 0.95rem 0 0.9rem;
}
.yd_stDetail2 .public-title {
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .yd_stDetail2 {
    padding: 0.8rem 0 0.7rem;
  }
  .yd_stDetail2 .public-title {
    margin-bottom: 0.5rem;
  }
}
.yd_stm2 {
  background: #f2f8f5;
  padding: 0.85rem 0 1.2rem;
}
.yd_stm2 .stm2-box1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6rem;
  margin-bottom: 0.95rem;
}
.yd_stm2 .stm2-box1 .c-div2 {
  color: #288d51;
  margin-top: 0.2rem;
}
.yd_stm2 .stm2-box1 .c-div3 {
  margin-top: 0.2rem;
  color: #666;
}
.yd_stm2 .stm2-box1 .c-div3 span {
  color: #288d51;
}
.yd_stm2 .stm2-box1 .c-div4 {
  margin-top: 0.45rem;
}
.yd_stm2 .stm2-box1 .c-div4 .hi-btn1_3 {
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.yd_stm2 .stm2-box1 .c-div4 .hi-btn1_3 svg {
  width: 20px;
  height: 20px;
}
.yd_stm2 .stm2-box1 .c-div4 .hi-btn1_3:nth-of-type(1) {
  margin-left: 0;
}
.yd_stm2 .stm2-box2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.yd_stm2 .stm2-box2 ul li {
  position: relative;
  padding: 0.45rem 0.35rem;
  background-repeat: no-repeat;
  width: 23.56%;
  margin-right: 1.92%;
  border: 1px solid #ddd;
  transition: all 0.3s;
  background-size: cover;
  background-position: right bottom;
}
.yd_stm2 .stm2-box2 ul li:hover {
  transform: translateY(-10px);
}
.yd_stm2 .stm2-box2 ul li:hover .c-box .c-title {
  color: #288d51;
}
.yd_stm2 .stm2-box2 ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.yd_stm2 .stm2-box2 ul li .imgbox {
  width: 0.78rem;
  height: 0.9rem;
}
.yd_stm2 .stm2-box2 ul li .imgbox svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.yd_stm2 .stm2-box2 ul li .imgbox svg path {
  fill: #288d51;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-title {
  font-weight: bold;
  color: #000;
  margin-top: 0.35rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-cont {
  height: 125px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  margin-bottom: 0.5rem;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-cont::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.yd_stm2 .stm2-box2 ul li .c-box .c-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-icon {
  position: relative;
  width: 0.45rem;
  height: 0.5rem;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-icon .c-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-icon .c-img svg path {
  transition: all 0.3s;
}
.yd_stm2 .stm2-box2 ul li .c-box .c-icon span {
  color: #0e8a3b;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .yd_stm2 .stm2-box2 ul li .c-box .c-cont {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .yd_stm2 .stm2-box2 ul li {
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .yd_stm2 .stm2-box2 ul li .c-box .c-cont {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .yd_stm2 .stm2-box2 ul li {
    width: 100%;
    margin-right: 0;
  }
  .yd_stm2 .stm2-box1 .public-title .h2 {
    font-size: 0.36rem;
  }
  .yd_stm2 .stm2-box1 .c-div4 .hi-btn1_3 {
    margin-left: 0;
  }
  .yd_stm2 .stm2-box1 {
    padding-bottom: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .yd_stm2 {
    padding-bottom: 0.6rem;
  }
  .yd_stm2 .stm2-box2 ul li {
    margin-bottom: 0.4rem;
  }
}
.yd_stm3 {
  padding: 0.95rem 0 1.2rem;
}
.case_swp {
  margin-top: 0.35rem;
  position: relative;
}
.case_swp .swiper-slide {
  display: flex;
}
.case_swp .swiper-slide:hover .c-left {
  color: #288d51;
}
.case_swp .swiper-slide .zz-left {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 26.87%;
  overflow: hidden;
}
.case_swp .swiper-slide .zz-left > .img,
.case_swp .swiper-slide .zz-left img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.case_swp .swiper-slide .zz-left img {
  transition: all 0.4s;
}
.case_swp .swiper-slide .zz-left:hover img {
  transform: scale(1.05);
}
.case_swp .swiper-slide .zz-left img {
  object-fit: cover;
}
.case_swp .swiper-slide .zz-right {
  border: 1px solid #ddd;
  width: 50%;
  padding: 0.35rem 0.4rem 0.35rem 0.65rem;
}
.case_swp .swiper-slide .zz-right .scroll {
  max-height: 2.95rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.case_swp .swiper-slide .zz-right .scroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.case_swp .swiper-slide .zz-right .scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.case_swp .swiper-slide .zz-right .scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.case_swp .swiper-slide .zz-right .c-title {
  font-weight: bold;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case_swp .swiper-slide .zz-right .c-title .c-left {
  margin-right: 0.2rem;
  transition: all 0.3s;
}
.case_swp .swiper-slide .zz-right .c-title .s0,
.case_swp .swiper-slide .zz-right .c-title .s1 {
  color: rgba(34, 34, 34, 0.2);
}
.case_swp .swiper-slide .zz-right .c-cont .ul {
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.case_swp .swiper-slide .zz-right .c-cont .ul::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 3px;
  background: #288d51;
  left: 0;
  bottom: 0;
}
.case_swp .swiper-slide .zz-right .c-cont .ul .li {
  color: #666;
}
.case_swp .swiper-slide .zz-right .c-cont .ul .li span {
  color: #000;
  font-weight: bold;
}
.case_swp .swiper-slide .zz-right .c-cont .c-text .c-t {
  color: #222;
  font-weight: bold;
}
.case_swp .swpBtn {
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
}
@media (max-width: 1580px) {
  .case_swp .swiper-slide .zz-right .c-cont .ul .li,
  .case_swp .swiper-slide .zz-right .c-cont .c-text {
    font-size: 16px;
  }
  .case_swp .swiper-slide .zz-right .scroll {
    max-height: 4rem;
  }
}
@media (max-width: 1260px) {
  .case_swp .swiper-slide .zz-right .c-title {
    font-size: 22px;
  }
  .case_swp .swiper-slide .zz-right .c-cont .ul .li,
  .case_swp .swiper-slide .zz-right .c-cont .c-text {
    font-size: 14px;
  }
  .case_swp .swiper-slide .zz-right .c-title .c-right span {
    font-size: 20px;
  }
  .case_swp .swiper-slide .zz-right .scroll {
    max-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .case_swp .swiper-slide .zz-left {
    padding-bottom: 35%;
  }
}
@media (max-width: 767px) {
  .yd_stm3 {
    padding: 0.8rem 0 1rem;
  }
  .case_swp .swiper-slide {
    flex-direction: column;
  }
  .case_swp .swiper-slide .zz-left {
    width: 99.9%;
    padding-bottom: 53.74%;
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .case_swp .swiper-slide .zz-right {
    width: 99.9%;
    border-top: 0;
    padding: 0.4rem 0.3rem 1.5rem;
  }
  .case_swp .swiper-slide .zz-right .scroll {
    max-height: 3.95rem;
    padding-right: 0.3rem;
  }
  .case_swp .swpBtn {
    bottom: 0.4rem;
  }
  .case_swp .swiper-slide .zz-right .c-cont .ul::before {
    width: 0.4rem;
  }
  .case_swp .swiper-slide .zz-right .c-title {
    font-size: 0.36rem;
  }
}
.yd_stm4 {
  padding: 0.6rem 0 0.7rem;
}
.yd_stm4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yd_stm4 .container .c-p1 {
  color: #288d51;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.yd_stm4 .container .c-p2 {
  color: #666;
}
.yd_stm4 .container .a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yd_stm4 .container .a:hover .c-div2 svg {
  transform: translate(5px, -5px);
}
.yd_stm4 .container .a .c-div1 {
  padding-bottom: 5px;
  position: relative;
  margin-right: 0.2rem;
  font-weight: bold;
}
.yd_stm4 .container .a .c-div1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #666;
  bottom: 0;
}
.yd_stm4 .container .a .c-div2 {
  width: 0.5rem;
  height: 0.5rem;
  background: #288d51;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yd_stm4 .container .a .c-div2 svg {
  width: 0.15rem;
  min-width: 10px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .yd_stm4 .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .yd_stm4 .container .a {
    margin-top: 0.3rem;
  }
}
.public-toggleBtn {
  position: relative;
  border: 2px solid #288d51;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 25px;
  min-height: 25px;
  border-radius: 1000px;
  cursor: pointer;
}
.public-toggleBtn::before,
.public-toggleBtn::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #288d51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .public-toggleBtn::before,
  .public-toggleBtn::after {
    width: 10px;
  }
}
.public-toggleBtn::after {
  opacity: 0;
  width: 2px;
  height: 12px;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .public-toggleBtn::after {
    height: 10px;
  }
}
.public-toggleBtn.on::after {
  opacity: 1;
}
.public-toggleBtn.public-toggleBtn2 {
  border-color: #999;
}
.public-toggleBtn.public-toggleBtn2::before,
.public-toggleBtn.public-toggleBtn2::after {
  background: #999;
}
@media (max-width: 767px) {
  .public-toggleBtn {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 0.4rem;
    min-height: 0.4rem;
  }
  .public-toggleBtn::before {
    width: 0.16rem;
  }
  .public-toggleBtn::after {
    height: 0.16rem;
  }
}
.agent-title {
  margin-top: 0.4rem;
  color: #222;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agent-title .h3 {
  color: #222;
  font-weight: bold;
}
.agent-title .btnBox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.agent-title .btnBox span {
  color: #288d51;
  font-weight: bold;
  margin-right: 0.2rem;
}
.agent-title .btnBox span:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.agent-title .btnBox .c-btn {
  position: relative;
  border: 2px solid #288d51;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 25px;
  min-height: 25px;
  border-radius: 1000px;
}
.agent-title .btnBox .c-btn::before,
.agent-title .btnBox .c-btn::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #288d51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.agent-title .btnBox .c-btn::after {
  opacity: 0;
  width: 2px;
  height: 12px;
  transition: all 0.3s;
}
.agent-title .btnBox .c-btn.on::after {
  opacity: 1;
}
@media (max-width: 1580px) {
  .agent-title .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .agent-title .h3 {
    font-size: 0.36rem;
  }
  .agent-title .btnBox span {
    font-size: 0.28rem;
  }
  .agent-title .btnBox .c-btn {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 0.4rem;
    min-height: 0.4rem;
  }
  .agent-title .btnBox .c-btn::before {
    width: 0.16rem;
  }
  .agent-title .btnBox .c-btn::after {
    height: 0.16rem;
  }
}
.agent-list-box {
  display: none;
}
.agent-ul {
  display: flex;
  flex-wrap: wrap;
}
.agent-ul .agent-li {
  width: 32.18%;
  margin-right: 1.73%;
  margin-bottom: 0.25rem;
  border: 1px solid #ddd;
  padding: 0.4rem 0.5rem 0.5rem;
  background: #fff;
  transition: all 0.3s;
}
.agent-ul .agent-li:hover {
  background: #f2f8f5;
  border-color: transparent;
}
.agent-ul .agent-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.agent-ul .agent-li .c-title {
  color: #288d51;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.agent-ul .agent-li .c-li {
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}
.agent-ul.agent-ul2 .agent-li {
  padding: 0;
}
.agent-ul.agent-ul2 .agent-li .a {
  display: flex;
  flex-direction: column;
  padding: 0.55rem 0.5rem 0.65rem;
}
.agent-ul.agent-ul2 .agent-li .c-li {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.agent-ul.agent-ul2 .agent-li .c-li span {
  color: #666;
  text-decoration: underline;
}
.agent-ul.agent-ul2 .agent-li .c-li svg {
  margin-left: 5px;
}
.agent-ul.agent-ul3 .agent-li {
  padding: 0.35rem 0.5rem 0.3rem;
}
.agent-ul.agent-ul3 .agent-li .c-title {
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .agent-ul .agent-li {
    width: 48%;
    margin-right: 2%;
  }
  .agent-ul .agent-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .agent-ul .agent-li:nth-of-type(3n+3) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .agent-ul .agent-li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.agent1 {
  padding: 0.8rem 0 0;
}
.agent1 .container {
  border-bottom: 2px solid #288d51;
  padding-bottom: 0.6rem;
}
.agent1 .c-contLi {
  display: flex;
  align-items: flex-start;
}
.agent1 .c-contLi:nth-of-type(1) .zz-right {
  border-top: 0;
}
.agent1 .c-contLi .zz-left {
  display: flex;
  align-items: center;
  width: 16.56%;
  font-weight: bold;
  padding-top: 0.4rem;
}
.agent1 .c-contLi .zz-left svg {
  margin-right: 10px;
}
.agent1 .c-contLi .zz-right {
  width: 83.43%;
  border-top: 1px solid #ddd;
  padding: 0.4rem 0 0.2rem;
}
.agent1 .c-contLi .zz-right .c-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent1 .c-contLi .zz-right .c-ul .c-li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.65rem 0.2rem 0.4rem;
  width: 49.13%;
  margin-bottom: 0.2rem;
  box-shadow: 3px 0 20px 0px rgba(0, 0, 0, 0.06);
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-l {
  width: auto;
  flex: 1;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-titlebox {
  display: flex;
  align-items: center;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-titlebox .h4 {
  margin-right: 10px;
  color: #288d51;
  font-weight: bold;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-titlebox .c-tips {
  background-image: url('../images/yd-65.png');
  background-size: cover;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-textBox {
  margin-top: 10px;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-r {
  position: relative;
  width: 37.5%;
  height: 0;
  padding-bottom: 29%;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-r > .img,
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-r img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.agent1 .c-contLi .zz-right .c-ul .c-li .zz-r img {
  object-fit: cover;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
@media (max-width: 1580px) {
  .agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-textBox {
    line-height: 1.8;
  }
  .agent1 .c-contLi .zz-right .c-ul .c-li {
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .agent1 .c-contLi {
    flex-direction: column;
  }
  .agent1 .c-contLi .zz-right,
  .agent1 .c-contLi .zz-left {
    width: 100%;
  }
  .agent1 .c-contLi .zz-right {
    padding: 0.3rem 0 0.2rem;
    border-top: 0;
  }
  .agent1 .agent-title {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .agent1 .container .public-title .h2 {
    font-size: 0.44rem;
  }
  .agent1 .agent-title {
    padding-bottom: 0.35rem;
  }
  .agent1 .c-contLi .zz-right .c-ul .c-li {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.4rem 0.5rem 0.4rem;
  }
  .agent1 .c-contLi .zz-right .c-ul .c-li .zz-r {
    order: 0;
    width: 100%;
    padding-bottom: 35%;
  }
  .agent1 .c-contLi .zz-right .c-ul .c-li .zz-l {
    order: 1;
    width: 100%;
  }
  .agent1 .c-contLi .zz-right .c-ul .c-li .zz-l .c-titlebox .c-tips {
    font-size: 0.24rem;
  }
  .agent1 .c-contLi {
    margin-top: 0.3rem;
  }
}
.agent2 .container .agent-ul1 {
  border-bottom: 2px solid #288d51;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
}
.agent2 .agent-title {
  border-bottom: 0;
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .agent2 .agent-title {
    margin-top: 0.8rem;
  }
  .agent2 .container .agent-ul1 {
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
  }
}
.agent3 .container {
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.agent3 .container .agent-ul2 {
  padding-bottom: 0.45rem;
}
.agent3 .agent-title {
  border-bottom: 0;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .agent3 .agent-title {
    margin-top: 0.7rem;
    padding-bottom: 0.4rem;
  }
}
.agent4 {
  padding: 1rem 0;
}
.agent4 .c-box {
  display: flex;
  justify-content: space-between;
}
.agent4 .c-box .zz-left {
  width: 48.12%;
}
.agent4 .c-box .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.93%;
  overflow: hidden;
}
.agent4 .c-box .zz-left .imgbox > .img,
.agent4 .c-box .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.agent4 .c-box .zz-left .imgbox img {
  transition: all 0.4s;
}
.agent4 .c-box .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.agent4 .c-box .zz-right {
  width: 51.88%;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-left: 0;
}
.agent4 .c-box .zz-right .right-box {
  display: flex;
  flex-direction: column;
  padding-left: 0.9rem;
  padding-right: 1rem;
}
.agent4 .c-box .zz-right .right-box .h3 {
  font-weight: bold;
}
.agent4 .c-box .zz-right .right-box .c-text {
  margin-top: 0.15rem;
  max-height: 2.05rem;
  padding-right: 15px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.agent4 .c-box .zz-right .right-box .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.agent4 .c-box .zz-right .right-box .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.agent4 .c-box .zz-right .right-box .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.agent4 .c-box .zz-right .right-box .c-div {
  margin-top: 0.45rem;
}
.agent4 .c-box .zz-right .right-box .c-div .hi-btn1 {
  width: 140px;
}
@media (max-width: 1580px) {
  .agent4 .c-box .zz-right .right-box .c-text {
    max-height: 3rem;
  }
}
@media (max-width: 1260px) {
  .agent4 .c-box .zz-right .right-box .c-text {
    max-height: 2.3rem;
  }
  .agent4 .c-box .zz-right .right-box .h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .agent4 .c-box .zz-right .right-box {
    width: 100%;
  }
  .agent4 .c-box .zz-right .right-box .c-text {
    max-height: 1.7rem;
  }
}
@media (max-width: 767px) {
  .agent4 {
    padding: 1rem 0;
  }
  .agent4 .c-box {
    flex-direction: column;
  }
  .agent4 .c-box .zz-left,
  .agent4 .c-box .zz-right,
  .agent4 .c-box .zz-right .right-box {
    width: 100%;
  }
  .agent4 .c-box .zz-right .right-box .c-text {
    margin-top: 0.1rem;
  }
  .agent4 .c-box .zz-right .right-box .h3 {
    font-size: 0.32rem;
  }
  .agent4 .c-box .zz-right {
    border-top: 0;
    border-left: 1px solid #ddd;
  }
  .agent4 .c-box .zz-right .right-box {
    padding: 0.4rem;
  }
  .agent4 .c-box .zz-right .right-box .c-text {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
}
.contact1 {
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0.75rem 0 0.95rem;
}
.contact1 .public-title {
  width: 45%;
}
.contact1 .c-ctinfo {
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.contact1 .c-ctinfo .c-title {
  color: #288d51;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact1 .c-ctinfo .c-text-box p {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 0.15rem;
}
.contact1 .c-ctinfo .c-text-box p svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.contact1 .c-ctinfo .c-text-box p svg path {
  fill: #999;
}
.contact1 .c-ctinfo .c-text-box p:nth-of-type(2),
.contact1 .c-ctinfo .c-text-box p:nth-of-type(3) {
  color: #222;
}
.contact1 .c-ctinfo .c-text-box p span {
  flex: 1;
}
.contact1 .c-title2 {
  color: #222;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .contact1 .public-title {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .contact1 .public-title .h2 {
    font-size: 0.4rem;
  }
  .contact1 .public-title {
    width: 100%;
  }
  .contact1 .c-ctinfo {
    margin-bottom: 0.5rem;
  }
  .contact1 .c-ctinfo .c-text-box p svg {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.3rem;
  }
  .contact1 .c-title2 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .contact1 {
    padding-bottom: 0.6rem;
  }
}
.contact2 {
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 1.15rem 0 1.4rem;
}
.contact2 .public-title.public-title2 .h2 {
  margin-bottom: 0.1rem;
}
.contact2 .public-title.public-title2 .c-text {
  color: #666;
}
@media (max-width: 767px) {
  .contact2 {
    padding: 0.7rem 0;
  }
  .contact2 .public-title.public-title2 .h2 {
    font-size: 0.44rem;
    margin-bottom: 0.3rem;
  }
}
.yd-yyzx {
  background: #fff;
  box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.yd-yyzx .form-box {
  padding: 0 1rem;
}
.public-form {
  padding: 0.6rem 0 0.65rem;
  margin-top: 0.6rem;
}
.public-form .c-div {
  display: flex;
  justify-content: space-between;
}
.public-form .c-div .c-input {
  width: 32.5%;
  margin-bottom: 0.25rem;
}
.public-form .c-div .c-input.c-input2 {
  width: 66.2%;
}
.public-form .c-div .c-input .inputTips {
  color: #222;
}
.public-form .c-div .c-input .inputTips span {
  color: #288d51;
  margin-right: 2px;
}
.public-form .c-div .c-input input {
  border: 1px solid #ebebeb;
  padding: 0 20px;
  height: 0.5rem;
  min-height: 40px;
  width: 100%;
  margin-top: 0.1rem;
  color: #333;
}
.public-form .c-div .c-input input::-webkit-input-placeholder {
  color: #999;
}
.public-form .c-div .c-input input:-moz-placeholder {
  color: #999;
}
.public-form .c-div .c-input input::-moz-placeholder {
  color: #999;
}
.public-form .c-div .c-input input:-ms-input-placeholder {
  color: #999;
}
.public-form .c-textarea {
  position: relative;
}
.public-form .c-textarea .inputTips {
  margin-bottom: 0.12rem;
}
.public-form .c-textarea .strNum {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #999;
}
.public-form .c-textarea .strNum span {
  color: #288d51;
}
.public-form .c-textarea textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 310px;
  padding: 15px 20px 40px;
}
.public-form .c-textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.public-form .c-textarea textarea:-moz-placeholder {
  color: #999;
}
.public-form .c-textarea textarea::-moz-placeholder {
  color: #999;
}
.public-form .c-textarea textarea:-ms-input-placeholder {
  color: #999;
}
.public-form .c-tips {
  color: #666;
  margin: 0.15rem 0 0.5rem;
}
.public-form .c-tips a {
  color: #288d51;
}
.public-form .c-tips span {
  color: #f2f8f5;
  margin-right: 2px;
}
.public-form .btnBox {
  display: flex;
  justify-content: center;
}
.public-form .layui-btn-container {
  margin-top: 0.1rem;
}
.public-form .layui-btn-container .layui-btn {
  margin: 0;
  height: 0.5rem;
  min-height: 40px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  color: #999;
  border-color: #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-form .layui-btn-container .layui-btn:hover {
  border-color: #ebebeb;
}
@media (max-width: 767px) {
  .public-form {
    padding-top: 0.5rem;
  }
  .public-form .c-div .c-input input {
    min-height: 45px;
  }
  .public-form .c-div .c-input {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .public-form .c-div {
    flex-direction: column;
  }
  .public-form button,
  .public-form .c-div .c-input.c-input2 {
    width: 100%;
  }
  .public-form {
    margin-top: 0.5rem;
  }
  .yd-yyzx .form-box {
    padding: 0 0.4rem;
  }
  .public-form .c-textarea textarea {
    height: 3.4rem;
  }
  .public-form .c-tips {
    font-size: 0.26rem;
  }
  .public-form .btnBox .hi-btn1_4 {
    width: 100%;
  }
}
.platform-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.platform-ul li {
  width: 18.43%;
  margin-right: 1.96%;
  margin-bottom: 0.25rem;
}
.platform-ul li:hover .imgbox {
  border-color: #288d51;
}
.platform-ul li:hover .imgbox img {
  transform: scale(1.05);
}
.platform-ul li:hover .c-text {
  color: #288d51;
}
@media (min-width: 769px) {
  .platform-ul li:nth-of-type(5n+5) {
    margin-right: 0;
  }
}
.platform-ul li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.23%;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.3s;
}
.platform-ul li .imgbox > .img,
.platform-ul li .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.platform-ul li .imgbox img {
  transition: all 0.3s;
  object-fit: cover;
}
.platform-ul li .c-text {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  margin-top: 0.15rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .platform-ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  }
  .platform-ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .platform-ul {
    margin-top: 0.5rem;
  }
}
.platform1 {
  margin-top: 0.75rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .platform1 {
    margin-bottom: 0.6rem;
  }
}
.platform2 {
  margin-bottom: 0.95rem;
}
.reserve-serach-box {
  margin-top: 0.4rem;
}
.reserve-serach-box .container {
  display: flex;
  justify-content: space-between;
}
.reserve-serach-box .reserve-drop {
  border-radius: 8px;
  width: 2.9rem;
  height: 0.5rem;
  min-height: 40px;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: #ddd;
  font-size: 16px;
}
.reserve-serach-box .reserve-drop:hover {
  border-color: #288d51;
}
.reserve-serach-box .layui-btn-container .layui-btn {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .reserve-serach-box .layui-btn-container .layui-btn {
    font-size: 14px;
  }
}
.reserve-serach-box .zz-left .class-nav {
  width: 2.9rem;
  height: 0.5rem;
  min-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reserve-serach-box .zz-left .class-nav {
    width: 100%;
    padding: 0 0.3rem 0 0.22rem;
  }
}
.reserve-serach-box .zz-left .class-nav span {
  color: #999;
}
.reserve-serach-box .zz-left .class-nav img,
.reserve-serach-box .zz-left .class-nav svg {
  transform: rotate(90deg);
  width: 10px;
}
@media (max-width: 767px) {
  .reserve-serach-box .zz-left .class-nav img,
  .reserve-serach-box .zz-left .class-nav svg {
    width: 0.2rem;
  }
}
.reserve-serach-box .zz-left .drop-class {
  position: relative;
  z-index: 1000;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  color: #222;
  padding: 0.12rem 0.2rem;
  min-height: 40px;
  transition: all 0.3s;
  position: relative;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1 .h3 {
  transition: all 0.3s;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1 .public-toggleBtn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  transition: all 0.3s;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1:hover {
  border-color: #288d51;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1:hover .h3 {
  color: #288d51;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn {
  border-color: #288d51;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn::before,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn::after {
  background: #288d51;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 {
  display: none;
  background: #f2f8f5;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 {
  position: relative;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2::before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  border: 1px solid #288d51;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2::before {
    border: 0;
  }
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 {
  padding: 0.12rem 0.2rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .h4 {
  padding-right: 10px;
  color: #222;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon {
  opacity: 0;
  transition: all 0.3s;
  width: 7px;
  height: 12px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon {
    transform: rotate(90deg);
    margin-right: 0.15rem;
  }
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon path {
  fill: #288d51;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2:hover,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2.on {
  background: #fff;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2:hover::before,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2.on::before {
  opacity: 1;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2:hover .pa2 .c-icon,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2.on .pa2 .c-icon,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2:hover .pa2::before,
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pli2.on .pa2::before {
  opacity: 1;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pul3 {
  display: none;
  position: unset;
  left: 100%;
  min-width: 260px;
  background: #fff;
  top: 0;
  box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  z-index: 100;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 {
  margin-bottom: 0.2rem;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pul3 .pli3:last-child {
  margin-bottom: 0;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 a {
  width: 100%;
  color: #666;
  transition: all 0.3s;
  display: inline-flex;
}
.reserve-serach-box .zz-left .drop-class .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 a:hover {
  color: #288d51;
}
.reserve-serach-box .zz-right {
  display: flex;
  align-items: center;
}
.reserve-serach-box .zz-right .rs-radio {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
}
.reserve-serach-box .zz-right .rs-radio .c-div1 {
  color: #999;
}
.reserve-serach-box .zz-right .rs-radio .layui-form-radio {
  margin-top: 0;
  padding-right: 0.15rem;
}
.reserve-serach-box.news-serach-box .zz-left {
  display: flex;
  align-items: center;
}
.reserve-serach-box.news-serach-box .zz-left .c-title {
  margin-right: 5px;
}
@media (max-width: 1260px) {
  .reserve-serach-box .layui-form-radio > i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .reserve-serach-box .container {
    flex-direction: column;
  }
  .reserve-serach-box .zz-right {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .reserve-serach-box .layui-btn-container .layui-btn {
    width: 100%;
  }
  .reserve-serach-box .zz-right {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  .reserve-serach-box .zz-right .rs-radio {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .reserve-serach-box .zz-right .rs-radio .layui-form-radio {
    margin-left: 0;
  }
  .reserve-serach-box .public-search.public-search2 {
    width: 70%;
  }
  .reserve-serach-box .public-search.public-search2 .c-search,
  .reserve-serach-box .public-search.public-search2 .c-search input {
    width: 100%;
    min-width: unset;
  }
  .reserve-serach-box {
    margin-top: 0.7rem;
  }
  .reserve-serach-box .zz-right .rs-radio .c-div1 {
    margin-bottom: 0.1rem;
  }
  .reserve-serach-box.news-serach-box .layui-btn-container {
    flex: 1;
  }
  .reserve-serach-box.news-serach-box .public-search.public-search2 {
    width: 100%;
  }
}
.serach-info {
  margin-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.serach-info .c-tips {
  color: #999;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .serach-info .c-tips {
    margin-bottom: 0.4rem;
  }
}
.serach-info .c-tips span {
  color: #288d51;
}
.serach-info .c-title {
  font-weight: bold;
  color: #fff;
  height: 0.65rem;
  min-height: 50px;
  background: #288d51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serach-info .c-box1,
.serach-info .c-box2 {
  border: 1px solid #ddd;
  border-top: 0;
}
.serach-info .c-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.1rem 0 1.15rem;
}
.serach-info .c-box .c-text {
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.serach-info .c-box.c-box1 {
  display: none;
}
.serach-info .c-box.c-box2 {
  display: none;
}
.serach-info .c-box.c-box2 .c-text {
  margin-top: 0.25rem;
}
.serach-info .c-box.c-box2 .c-text a {
  color: #288d51;
}
.serach-info .c-box.c-box3 {
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .serach-info .c-box .c-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .serach-info {
    padding-bottom: 0.7rem;
  }
}
.list-table {
  width: 100%;
}
.list-table .tbtitle {
  display: flex;
  background: #f2f8f5;
  border-bottom: 1px solid #288d51;
  width: 100%;
}
.list-table .tbtitle .li {
  width: 16.66%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  min-height: 50px;
  color: #000;
  font-weight: bold;
}
.list-table .tbcont-box {
  width: 100%;
}
.list-table .tbcont-box .tbcont-li {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.list-table .tbcont-box .tbcont-li:nth-of-type(1) {
  border-top: 0;
}
.list-table .tbcont-box .tbcont-li:last-child {
  border-bottom: 1px solid #ddd;
}
.list-table .tbcont-box .tbcont-li:hover {
  background: #288d51;
}
.list-table .tbcont-box .tbcont-li:hover .a .li {
  color: #fff;
}
.list-table .tbcont-box .tbcont-li:hover .a .li.li3 {
  color: #fff;
}
.list-table .tbcont-box .tbcont-li:hover .li6 svg path {
  fill: #fff;
}
.list-table .tbcont-box .tbcont-li .a .c-ul {
  width: 100%;
  display: flex;
}
.list-table .tbcont-box .tbcont-li .a .li {
  width: 16.66%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  min-height: 40px;
  color: #000;
  font-weight: bold;
}
.list-table .tbcont-box .tbcont-li .a .li .c-div1 {
  display: none;
}
.list-table .tbcont-box .tbcont-li .a .li.li3 {
  color: #288d51;
}
.list-table .tbcont-box .tbcont-li .a .li.li6 svg {
  width: 28px;
  height: 24px;
}
.list-table .tbcont-box .tbcont-li .a .li.li6 svg path {
  transition: all 0.3s;
}
.list-table.list-table2 .tbtitle .li,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.2rem;
}
.list-table.list-table2 .tbtitle .li1,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li1 {
  width: 24.57%;
}
.list-table.list-table2 .tbtitle .li2,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li2 {
  width: 22.45%;
}
.list-table.list-table2 .tbtitle .li3,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li3 {
  width: 20.76%;
}
.list-table.list-table2 .tbtitle .li4,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li4 {
  width: 21.18%;
}
.list-table.list-table2 .tbtitle .li5,
.list-table.list-table2 .tbcont-box .tbcont-li .a .li5 {
  width: 11.04%;
}
.list-table.list-table2 .tbtitle {
  border-top: 2px solid #999;
  background: #fff;
  border-bottom: 0;
}
.list-table.list-table2 .tbcont-box .tbcont-li {
  border-top: 0;
  transition: all 0.3s;
}
.list-table.list-table2 .tbcont-box .tbcont-li:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
.list-table.list-table2 .tbcont-box .tbcont-li:nth-of-type(odd) {
  background: #f8f8f8;
}
.list-table.list-table2 .tbcont-box .tbcont-li .c-box {
  width: 32.22%;
  display: flex;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li {
  color: #666;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li.li4 {
  width: 65.73%;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li.li4 .c-a {
  text-decoration: underline;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li.li5 {
  width: 34.27%;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li .c-a {
  color: #666;
}
.list-table.list-table2 .tbcont-box .tbcont-li .a .li .c-a svg {
  width: 0.25rem;
  height: 0.25rem;
  min-width: 20px;
  min-height: 20px;
}
.list-table.list-table2 .tbcont-box .tbcont-li:hover {
  background: #288d51;
}
.list-table.list-table2 .tbcont-box .tbcont-li:hover .a .li {
  color: #fff;
}
.list-table.list-table2 .tbcont-box .tbcont-li:hover .a .li .c-a {
  color: #fff;
}
.list-table.list-table2 .tbcont-box .tbcont-li:hover .a .li .c-a svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .list-table .tbtitle {
    display: none;
  }
  .list-table .tbcont-box .tbcont-li .a .c-ul {
    flex-direction: column;
  }
  .list-table .tbcont-box .tbcont-li .a .li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .list-table .tbcont-box .tbcont-li .a .li .c-div1 {
    display: block;
  }
  .list-table .tbcont-box .tbcont-li {
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.4rem;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li6 .btnBox {
    display: flex;
    align-items: center;
    background: #288d51;
    color: #fff;
    padding: 0rem 0.2rem;
    height: 0.7rem;
    border-radius: 5px;
    font-weight: 400;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li6 .btnBox svg {
    margin-left: 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li6 .btnBox svg path {
    fill: #fff;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li {
    width: 100%;
    justify-content: space-between;
    min-height: unset;
    padding: 0.15rem 0.2rem;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li.li4,
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li.li5 {
    width: auto;
    padding: 0.15rem 0.3rem;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li:hover .a .li {
    color: #666;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .c-box {
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li4 .c-div1 {
    display: none;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li5 .c-div2 {
    display: flex;
  }
  .list-table .tbcont-box .tbcont-li .a .li.li5 .c-a {
    display: flex;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li4,
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li5 {
    background: #288d51;
    margin-right: 0.3rem;
    padding: 0.1rem 0.3rem;
    border-radius: 5px;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li4 .c-a,
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li5 .c-a {
    color: #fff;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li5 .c-div1 {
    margin-right: 0.2rem;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li .a .li5 svg path {
    fill: #fff;
  }
  .list-table.list-table2 .tbcont-box .tbcont-li:hover {
    background: #f8f8f8;
    color: #666;
  }
}
.public-page {
  display: flex;
  width: 100%;
  justify-content: center;
}
.public-page .c-box {
  display: flex;
}
.public-page .p-prev,
.public-page .p-num a,
.public-page .p-next {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #222;
  cursor: pointer;
  font-weight: bold;
  margin: 0 5px;
  transition: all 0.3s;
}
.public-page .p-prev svg,
.public-page .p-num a svg,
.public-page .p-next svg {
  width: 12px;
  height: 12px;
}
.public-page .p-prev svg path,
.public-page .p-num a svg path,
.public-page .p-next svg path {
  fill: #9b9b9b;
}
.public-page .p-prev:hover,
.public-page .p-num a:hover,
.public-page .p-next:hover,
.public-page .p-prev.on,
.public-page .p-num a.on,
.public-page .p-next.on {
  background: #288d51;
  color: #fff;
}
.public-page .p-prev:hover svg path,
.public-page .p-num a:hover svg path,
.public-page .p-next:hover svg path,
.public-page .p-prev.on svg path,
.public-page .p-num a.on svg path,
.public-page .p-next.on svg path {
  fill: #fff;
}
.public-page .p-prev a,
.public-page .p-next a {
  display: flex;
}
.public-page .p-prev svg {
  transform: rotate(180deg);
}
.public-page .p-num {
  display: flex;
  align-items: center;
}
.public-page .p-num span {
  color: #288d51;
  margin: 0 20px;
  font-weight: bold;
}
.public-page .p-jump {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.public-page .p-jump input {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #288d51;
  text-align: center;
  margin: 0 10px 0 20px;
}
@media (max-width: 767px) {
  .public-page .p-prev,
  .public-page .p-num a,
  .public-page .p-next {
    margin: 0 0.14rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    font-size: 0.24rem;
  }
  .public-page .p-prev svg,
  .public-page .p-num a svg,
  .public-page .p-next svg {
    width: 0.2rem;
  }
  .public-page {
    flex-direction: column;
    align-items: center;
  }
  .public-page .p-jump {
    display: none;
  }
}
.public-proleft {
  width: 23.12%;
}
.public-proleft .c-title {
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
}
.public-proleft .c-box {
  padding: 0.25rem 0.3rem;
  height: 4.6rem;
  width: 100%;
  background-size: cover;
  margin-top: 0.25rem;
}
.public-proleft .c-box .c-t {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.35rem;
  line-height: 1.35;
}
.public-proleft.public-productLeft {
  width: 21.87%;
}
.public-proleft.public-productLeft .c-box .hi-btn1 {
  padding: 0 0.15rem;
}
.public-proleft.public-productLeft .c-box .hi-btn1 .hi-ico {
  margin-right: 0;
}
.public-proleft .pdc_proNav_box {
  box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 0.15rem 0.3rem;
}
.public-proleft .pdc_proNav1 .nav1-title {
  color: #000;
  margin-bottom: 15px;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  color: #222;
  padding: 0.12rem 0.2rem;
  min-height: 40px;
  transition: all 0.3s;
  position: relative;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1 .h3 {
  transition: all 0.3s;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1 .public-toggleBtn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  transition: all 0.3s;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1:hover {
  border-color: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1:hover .h3 {
  color: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn {
  border-color: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn::before,
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1:hover .public-toggleBtn::after {
  background: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1.on {
  background: #288d51;
  border-color: transparent;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1.on .h3 {
  color: #fff;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1.on .public-toggleBtn {
  border-color: #fff;
}
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1.on .public-toggleBtn::before,
.public-proleft .pdc_proNav1 .pul1 .pli1 .pa1.on .public-toggleBtn::after {
  background: #fff;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 {
  display: none;
  background: #f2f8f5;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 {
  position: relative;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2::before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  border: 1px solid #288d51;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pli2::before {
    border: 0;
  }
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 {
  padding: 0.12rem 0.2rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .h4 {
  padding-right: 10px;
  color: #222;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-iconBox {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon {
  opacity: 0;
  transition: all 0.3s;
  width: 7px;
  height: 12px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon {
    transform: rotate(90deg);
  }
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .c-icon path {
  fill: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2.on .c-icon {
  opacity: 1;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2:hover,
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2.on {
  background: #fff;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2:hover::before,
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2.on::before {
  opacity: 1;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2:hover .pa2 .c-icon,
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2.on .pa2 .c-icon,
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2:hover .pa2::before,
.public-proleft .pdc_proNav1 .pul1 .pul2 .pli2.on .pa2::before {
  opacity: 1;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 {
  display: none;
  position: absolute;
  left: 100%;
  position: relative;
  left: 0;
  min-width: 260px;
  background: #fff;
  top: 0;
  box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  z-index: 100;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 {
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 .pli3.on a {
  color: #288d51;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 .pli3:last-child {
  margin-bottom: 0;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 a {
  width: 100%;
  color: #666;
  transition: all 0.3s;
  display: inline-flex;
}
.public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 .pli3 a:hover {
  color: #288d51;
}
.public-proleft .pdc_proNav2 {
  margin-top: 0.15rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.35rem;
  display: none;
}
.public-proleft .pdc_proNav2 .nav2-title {
  color: #288d51;
}
.public-proleft .pdc_proNav2 .nav2-ul {
  margin-top: 0.25rem;
  background: #f2f8f5;
  padding: 0.2rem 0.2rem;
}
.public-proleft .pdc_proNav2 .nav2-ul .li {
  margin-bottom: 0.2rem;
}
.public-proleft .pdc_proNav2 .nav2-ul .li a {
  color: #222;
  transition: all 0.3s;
}
.public-proleft .pdc_proNav2 .nav2-ul .li a:hover,
.public-proleft .pdc_proNav2 .nav2-ul .li a.on {
  color: #288d51;
}
.public-proleft .pdc_proNav2 .nav2-ul .li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .public-proleft.public-productLeft {
    width: 100%;
    order: 0;
    margin-bottom: 0.8rem;
  }
  .public-proleft.public-productLeft .c-box {
    height: auto;
    padding: 0.6rem 0.4rem;
    margin-top: 0.6rem;
  }
  .public-proleft.public-productLeft .pdc_proNav1 .nav1-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .public-proleft {
    width: 100%;
  }
  .public-proleft .c-box {
    height: 4rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-top: 0.4rem;
    padding: 0.25rem 0.4rem;
  }
  .public-proleft.public-productLeft .c-box {
    height: 3.6rem;
  }
  .public-proleft.public-productLeft .c-box .hi-btn1 {
    padding: 0 0.3rem;
  }
  .public-proleft .pdc_proNav_box {
    padding: 0.4rem 0.4rem 0.5rem;
  }
  .public-proleft .pdc_proNav1 .nav1-title,
  .public-proleft .pdc_proNav2 .nav2-title {
    font-size: 0.4rem;
  }
  .public-proleft .pdc_proNav1 .pul1 .pli1 .pa1 {
    padding: 0.2rem 0.3rem;
  }
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 {
    padding: 0.12rem 0.3rem;
  }
  .public-proleft .pdc_proNav1 .pul1 .pli1 .pa1 .h3 {
    font-size: 0.32rem;
  }
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pli2 .pa2 .h4 {
    font-size: 0.28rem;
  }
  .public-proleft .pdc_proNav2 {
    margin-top: 0;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .public-proleft .pdc_proNav2 .nav2-ul {
    padding: 0.4rem;
  }
  .public-proleft .pdc_proNav2 .nav2-ul .li {
    margin-bottom: 0.3rem;
  }
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pli2:hover .pul3 {
    display: none;
  }
  .public-proleft .pdc_proNav1 .pul1 .pul2 .pul3 {
    position: unset;
  }
}
.promanual {
  padding: 0.55rem 0 1.2rem;
}
.promanual .container {
  display: flex;
  justify-content: space-between;
}
.promanual .container .zz-right {
  width: 73.75%;
  padding-top: 0.35rem;
}
.promanual .container .zz-right .public-page {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .promanual {
    padding: 0.4rem 0 0.8rem;
  }
  .promanual .container {
    flex-direction: column;
  }
  .promanual .container .zz-right {
    width: 100%;
    order: 0;
  }
  .promanual .container .public-proleft {
    order: 1;
    margin-top: 0.8rem;
  }
}
.video-list .c-li {
  border-bottom: 1px solid #e5e5e8;
  transition: all 0.3s;
  cursor: pointer;
}
.video-list .c-li:nth-of-type(even) {
  background: #f8f8f8;
}
.video-list .c-li:nth-of-type(1) {
  border-top: 1px solid #e5e5e8;
}
.video-list .c-li:hover {
  background: #288d51;
}
.video-list .c-li:hover .c-a .c-box1 .h3,
.video-list .c-li:hover .c-a .c-box1 .c-date {
  color: #fff;
}
.video-list .c-li:hover .c-a .hi-btn1_2 .hi-ico {
  margin-left: 15px;
  opacity: 1;
}
.video-list .c-li .c-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 0.3rem;
}
.video-list .c-li .c-a .c-box1 {
  flex: 1;
  display: flex;
  align-items: center;
}
.video-list .c-li .c-a .c-box1 .imgbox {
  position: relative;
  width: 16.94%;
  height: 0;
  padding-bottom: 8.89%;
  margin-right: 0.6rem;
}
.video-list .c-li .c-a .c-box1 .imgbox > .img,
.video-list .c-li .c-a .c-box1 .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-list .c-li .c-a .c-box1 .imgbox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.video-list .c-li .c-a .c-box1 .h3 {
  color: #222;
  font-weight: bold;
}
.video-list .c-li .c-a .c-box1 .c-date {
  color: #999;
  margin-top: 10px;
}
.video-list .c-li .c-a .hi-btn1_2 {
  width: 1.8rem;
  height: 0.55rem;
  background: #fff;
  min-width: 130px;
}
.video-list .c-li .c-a .hi-btn1_2::before {
  content: unset;
}
.video-list .c-li .c-a .hi-btn1_2:hover .hi-text {
  color: #288d51;
}
.video-list .c-li .c-a .hi-btn1_2:hover .hi-ico path {
  fill: #288d51;
}
.video-list .c-li .c-a .hi-btn1_2 .hi-ico {
  margin-left: -15px;
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 1260px) {
  .video-list .c-li .c-a .c-box1 .imgbox {
    padding-bottom: 10%;
  }
  .video-list .c-li .c-a .c-box1 .h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .video-list .c-li .c-a .c-box1 .imgbox {
    width: 24%;
    padding-bottom: 14%;
  }
}
@media (max-width: 767px) {
  .video-list .c-li .c-a {
    flex-direction: column;
    align-items: flex-start;
    padding: 0rem 0 0.6rem;
    margin-top: 0.7rem;
  }
  .video-list .c-li .c-a .c-box1 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .video-list .c-li .c-a .c-box1 .imgbox {
    width: 100%;
    padding-bottom: 52.47%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .video-list .c-li .c-a .c-box1 .c-date {
    margin: 0.2rem 0 0.4rem;
  }
  .video-list .c-li .c-a .hi-btn1_2 {
    min-width: 2.4rem;
  }
  .video-list .c-li .c-a .c-box1 .h3 {
    font-size: 0.32rem;
  }
  .video-list .c-li .c-a .c-box1 .c-textBox,
  .video-list .c-li .c-a .c-box2 {
    padding: 0 0.3rem;
  }
}
#hi-video-pop .hi-close:hover {
  background: #288d51;
}
.cert.cert1 {
  background: #f8f8f8;
}
.cert.cert2 .cert-ul,
.cert.cert3 .cert-ul {
  display: none;
}
.cert.cert3 {
  background: #e9f3ed;
}
.cert .cert-title {
  padding: 0.55rem 0;
}
.cert .cert-title .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cert .cert-title .container .h3 {
  font-weight: bold;
  color: #333;
}
.cert .cert-ul {
  border-top: 1px solid #ddd;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.cert .cert-ul .cert-li {
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #f8f8f8;
  transition: all 0.3s;
}
.cert .cert-ul .cert-li:nth-of-type(even) {
  background: #fff;
}
.cert .cert-ul .cert-li:last-child {
  border-bottom: 1px solid #ddd;
}
.cert .cert-ul .cert-li:hover {
  background: #288d51;
}
.cert .cert-ul .cert-li:hover .a .c-title {
  color: #fff;
  transition: all 0.3s;
}
.cert .cert-ul .cert-li:hover .a .c-icon svg path {
  fill: #fff;
}
.cert .cert-ul .cert-li .a {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
}
.cert .cert-ul .cert-li .a .c-title {
  color: #333;
  padding-right: 20px;
}
.cert .cert-ul .cert-li .a .c-icon {
  display: flex;
}
.cert .cert-ul .cert-li .a .c-icon svg {
  width: 0.2rem;
  height: 0.25rem;
  min-width: 15px;
  min-height: 20px;
}
.cert .cert-ul .cert-li .a .c-icon svg path {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cert .cert-ul {
    padding-top: 0.7rem;
  }
}
.news {
  padding-bottom: 1.2rem;
}
.news .c-ul {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.news .c-ul .c-li {
  margin-bottom: 0.2rem;
}
.news .c-ul .c-a {
  display: flex;
  padding: 0.4rem 0.35rem;
  justify-content: space-between;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.news .c-ul .c-a:hover {
  background: #288d51;
}
.news .c-ul .c-a:hover .zz-left .imgbox img {
  transform: scale(1.05);
}
.news .c-ul .c-a:hover .zz-left .c-textBox .h3,
.news .c-ul .c-a:hover .zz-left .c-textBox .c-text {
  color: #fff;
}
.news .c-ul .c-a:hover .zz-right .c-tips .c-date {
  opacity: 0;
}
.news .c-ul .c-a:hover .zz-right .c-tips .c-btn {
  opacity: 1;
}
.news .c-ul .c-a .zz-left {
  width: 56.86%;
  display: flex;
  align-items: center;
}
.news .c-ul .c-a .zz-left .imgbox {
  position: relative;
  width: 36.78%;
  height: 0;
  padding-bottom: 21.26%;
  overflow: hidden;
}
.news .c-ul .c-a .zz-left .imgbox > .img,
.news .c-ul .c-a .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news .c-ul .c-a .zz-left .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.news .c-ul .c-a .zz-left .c-textBox {
  margin-left: 0.55rem;
  flex: 1;
}
.news .c-ul .c-a .zz-left .c-textBox .h3 {
  color: #222;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .c-ul .c-a .zz-left .c-textBox .c-text {
  color: #999;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .c-ul .c-a .zz-right {
  width: 10.45%;
  margin-right: 0.35rem;
}
.news .c-ul .c-a .zz-right .c-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: #666;
}
.news .c-ul .c-a .zz-right .c-tips .c-date {
  margin-left: 0.1rem;
  transition: all 0.3s;
  text-align: center;
}
.news .c-ul .c-a .zz-right .c-tips .c-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  border-radius: 1000px;
  padding: 0.15rem 0;
  color: #288d51;
  text-align: center;
  font-weight: bold;
}
.news.news_detail_list .c-ul {
  margin-top: 0.25rem;
}
.news.news_detail_list .c-ul .c-a {
  padding: 0.3rem 0.3rem;
}
.news.news_detail_list .c-ul .c-a .zz-left {
  width: 74%;
}
.news.news_detail_list .c-ul .c-a .zz-left .imgbox {
  width: 33.5%;
  padding-bottom: 19.6%;
}
.news.news_detail_list .c-ul .c-a .zz-right {
  margin-right: 0.05rem;
  width: 15.5%;
}
@media (max-width: 1024px) {
  .news .c-ul .c-a .zz-left {
    width: 70%;
  }
  .news .c-ul .c-a .zz-right {
    width: 15%;
  }
  .news.news_detail_list .c-ul .c-a .zz-left .c-textBox .h3 {
    font-size: 16px;
  }
  .news.news_detail_list .c-ul .c-a .zz-left .imgbox {
    width: 35.5%;
    padding-bottom: 22.6%;
  }
}
@media (max-width: 767px) {
  .news .c-ul .c-a,
  .news .c-ul .c-a .zz-left {
    flex-direction: column;
  }
  .news .c-ul .c-a .zz-left,
  .news.news_detail_list .c-ul .c-a .zz-left {
    width: 100%;
    align-items: flex-start;
  }
  .news .c-ul .c-a .zz-left .c-textBox {
    margin-left: 0;
  }
  .news .c-ul .c-a .zz-left .imgbox,
  .news.news_detail_list .c-ul .c-a .zz-left .imgbox {
    width: 100%;
    padding-bottom: 57.8%;
  }
  .news .c-ul .c-a .zz-left .c-textBox .h3 {
    font-size: 0.32rem;
    margin-top: 0.3rem;
  }
  .news .c-ul .c-a .zz-right,
  .news.news_detail_list .c-ul .c-a .zz-right {
    width: 100%;
  }
  .news .c-ul .c-a .zz-right .c-tips {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.3rem;
  }
  .news .c-ul .c-a .zz-right .c-tips .c-date {
    margin-bottom: 0.6rem;
    margin-left: 0;
  }
  .news .c-ul .c-a .zz-right .c-tips .c-btn {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    opacity: 1;
    border: 1px solid #288d51;
    width: 2.4rem;
  }
  .news .c-ul .c-a:hover .zz-right .c-tips .c-date {
    opacity: 1;
    color: #fff;
  }
  .news .c-ul .c-li {
    margin-bottom: 0.4rem;
  }
  .news .c-ul {
    padding-bottom: 0.4rem;
  }
  .news.news_detail_list .c-ul .c-a {
    padding: 0.4rem 0.35rem;
  }
}
.public-newsDetail {
  padding-bottom: 1rem;
}
.public-newsDetail .zz_w {
  display: flex;
  justify-content: center;
}
.public-newsDetail .newsDetail-left {
  width: 68.5%;
}
.public-newsDetail .c-title-box {
  padding: 0.4rem 0 0.3rem;
  border-bottom: 1px dashed #ddd;
}
.public-newsDetail .c-title-box .h1 {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.4rem;
}
.public-newsDetail .c-title-box .c-box {
  display: flex;
  justify-content: space-between;
}
.public-newsDetail .c-title-box .c-box .zz-left {
  display: flex;
  align-items: center;
  color: #000;
}
.public-newsDetail .c-title-box .c-box .zz-left .c-date {
  margin-right: 0.6rem;
}
.public-newsDetail .c-title-box .c-box .zz-left .c-date span {
  letter-spacing: 2px;
}
.public-newsDetail .c-title-box .share {
  display: flex;
  align-items: center;
  color: #666;
}
.public-newsDetail .c-title-box .share #share-2 {
  margin-left: 15px;
}
.public-newsDetail .c-title-box .share .social-share-icon {
  background: #999;
  border-color: transparent;
  margin-left: 5px;
}
.public-newsDetail .c-title-box .share .social-share-icon::before {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .public-newsDetail .c-title-box .share .social-share-icon::before {
    font-size: 16px;
  }
}
.public-newsDetail .c-title-box .share .social-share-icon:hover {
  background: #288d51;
}
.public-newsDetail .newsDetail-content {
  padding-top: 0.3rem;
  padding-bottom: 0.35rem;
  line-height: 1.6;
  color: #333;
  border-bottom: 3px solid #999;
}
.public-newsDetail .newsDetail-pageBtn {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.public-newsDetail .newsDetail-pageBtn .zz-left {
  display: flex;
  flex-direction: column;
  color: #999;
}
.public-newsDetail .newsDetail-pageBtn .zz-left a {
  transition: all 0.3s;
}
.public-newsDetail .newsDetail-pageBtn .zz-left a:hover {
  color: #288d51;
}
.public-newsDetail .newsDetail-pageBtn .zz-left .c-prev {
  margin-bottom: 15px;
}
.public-newsDetail .newsDetail-pageBtn .zz-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .public-newsDetail .newsDetail-pageBtn .zz-left {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-newsDetail .newsDetail-left {
    width: 100%;
  }
  .public-newsDetail .c-title-box .h1 {
    text-align: left;
  }
  .public-newsDetail .c-title-box .c-box {
    flex-direction: column;
  }
  .public-newsDetail .c-title-box .share .social-share-icon,
  .public-newsDetail .c-title-box .share .social-share-icon::before {
    font-size: 14px;
  }
  .public-newsDetail .c-title-box .share .social-share-icon {
    width: 0.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .public-newsDetail .c-title-box .share #share-2 {
    margin-left: 0.1rem;
  }
  .public-newsDetail .c-title-box .share {
    margin-top: 0.2rem;
  }
  .public-newsDetail .c-title-box .c-box .zz-left {
    justify-content: space-between;
  }
  .public-newsDetail .newsDetail-content {
    line-height: 1.76;
  }
  .public-newsDetail .newsDetail-content {
    padding: 0.5rem 0 0.8rem;
    border-bottom: 1px solid #999;
  }
  .public-newsDetail .newsDetail-pageBtn {
    flex-direction: column;
    padding-top: 0.7rem;
  }
  .public-newsDetail .newsDetail-pageBtn .zz-left .c-prev {
    margin-bottom: 0.2rem;
  }
  .public-newsDetail .newsDetail-pageBtn .zz-left {
    margin-bottom: 0.6rem;
  }
  .public-newsDetail .c-title-box {
    padding: 0.7rem 0 0.5rem;
  }
  .public-newsDetail .public-title .h2 {
    font-size: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .public-newsDetail {
    padding-bottom: 0.4rem;
  }
}
.join {
  padding: 0.8rem 0 1.2rem;
}
.join .job-ul {
  margin-top: 0.45rem;
  padding-bottom: 0.4rem;
}
.join .job-ul .job-li {
  margin-bottom: 10px;
}
.join .job-ul .job-li:nth-of-type(1) .c-cont {
  display: block;
}
.join .job-ul .c-ul1 {
  display: flex;
  border: 1px solid #ddd;
  padding: 0.4rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.join .job-ul .c-ul1:hover {
  background: #288d51;
}
.join .job-ul .c-ul1:hover .c-li {
  color: #fff;
}
.join .job-ul .c-ul1:hover .c-li span {
  color: #fff;
}
.join .job-ul .c-ul1:hover .c-li svg path {
  fill: #fff;
}
.join .job-ul .c-ul1:hover .c-li5 .btn1 {
  background: #fff;
  color: #288d51;
}
.join .job-ul .c-ul1 .c-li {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
}
.join .job-ul .c-ul1 .c-li span {
  font-weight: 400;
  color: #999;
  margin-left: 10px;
}
.join .job-ul .c-ul1 .c-li svg {
  width: 0.2rem;
  min-width: 15px;
}
.join .job-ul .c-ul1 .c-li svg path {
  fill: #737373;
}
.join .job-ul .c-ul1 .c-li1 {
  width: 35.93%;
  padding-left: 0.4rem;
}
.join .job-ul .c-ul1 .c-li1 span {
  margin-left: 0.2rem;
}
.join .job-ul .c-ul1 .c-li2 {
  width: 13%;
}
.join .job-ul .c-ul1 .c-li3 {
  width: 12.18%;
}
.join .job-ul .c-ul1 .c-li4 {
  width: 13.43%;
}
.join .job-ul .c-ul1 .c-li5 {
  width: 25.46%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.45rem;
}
.join .job-ul .c-ul1 .c-li5 .btn1 {
  height: 40px;
  width: 1.2rem;
  min-width: 90px;
  border-radius: 5px;
  background: #288d51;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.join .job-ul .c-ul1 .c-li5 .btn2 {
  display: flex;
  align-items: center;
}
.join .job-ul .c-ul1 .c-li5 .btn2 .c-div {
  margin-left: 0.35rem;
  display: flex;
  align-items: center;
}
.join .job-ul .c-ul1 .c-li5 .btn2 .c-div span {
  margin-left: 0;
}
.join .job-ul .c-ul1 .c-li5 .btn2 .c-div .c-span2 {
  display: none;
}
.join .job-ul .c-ul1 .c-li5 .btn2 svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.join .job-ul .c-ul1 .c-li5 .btn2.on svg {
  transform: rotate(0deg);
}
.join .job-ul .c-ul1 .c-li5 .btn2.on .c-span1 {
  display: none;
}
.join .job-ul .c-ul1 .c-li5 .btn2.on .c-span2 {
  display: block;
}
.join .job-ul .c-cont {
  background: #f2f8f5;
  padding: 0.35rem 0.4rem;
  color: #666;
  display: none;
}
@media (max-width: 767px) {
  .join .job-ul .c-ul1 .c-li2,
  .join .job-ul .c-ul1 .c-li3,
  .join .job-ul .c-ul1 .c-li4 {
    display: none;
  }
  .join .job-ul .c-ul1 .c-li5 .btn2 .c-div,
  .join .job-ul .c-ul1 .c-li1 span {
    display: none;
  }
  .join .job-ul .c-ul1 .c-li1,
  .join .job-ul .c-ul1 .c-li5 {
    width: 50%;
  }
  .join .job-ul .c-ul1 .c-li1 {
    padding-left: 0.3rem;
  }
  .join .job-ul .c-ul1 .c-li5 {
    padding-right: 0.3rem;
  }
  .join .job-ul .c-ul1 {
    padding: 0.2rem 0;
  }
  .join .job-ul .c-ul1 .c-li5 .btn1 {
    margin-right: 0.3rem;
  }
  .join .job-ul .c-cont {
    padding: 0.4rem 0.3rem;
  }
}
.public-tanchuang-join {
  width: auto;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  background: #fff;
  padding: 0.3rem 0.75rem 0.45rem;
  border-radius: 10px;
}
.public-tanchuang-join .zz-close {
  position: absolute;
  top: -1px;
  right: 0px;
  background: #288d51;
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.public-tanchuang-join .zz-close img {
  width: 0.25rem;
  height: 0.25rem;
  min-width: 20px;
  min-height: 20px;
}
.public-tanchuang-join .c-title {
  font-weight: bold;
  border-bottom: 1px solid #288d51;
  color: #000;
  margin-bottom: 0.25rem;
  padding-bottom: 0.2rem;
}
.public-tanchuang-join .c-inputBox {
  display: flex;
  justify-content: space-between;
}
.public-tanchuang-join .c-input {
  width: 5.05rem;
  margin-bottom: 0.2rem;
}
.public-tanchuang-join .c-input:nth-of-type(1) {
  margin-right: 0.4rem;
}
.public-tanchuang-join .c-input .c-div1 {
  margin-bottom: 10px;
  color: #000;
}
.public-tanchuang-join .c-input .c-div1 span {
  color: #288d51;
  margin-right: 5px;
}
.public-tanchuang-join .c-inputBox2 .c-input {
  width: 100%;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div1 {
  margin-bottom: 4px;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div3 {
  margin-bottom: 10px;
  color: #999;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 {
  display: flex;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox {
  width: auto;
  flex: 1;
  margin-right: 0.3rem;
  margin-bottom: 0;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1%;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl {
  background: #ededed;
  border-radius: 5px;
  height: 75%;
  padding: 0 0.35rem 0 0.2rem;
  max-width: 98%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl img {
  position: absolute;
  right: -5px;
  top: -2px;
  cursor: pointer;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text {
  color: #222;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 {
  position: relative;
  background: #666;
  padding: 0 0.35rem;
  height: 0.6rem;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 span {
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 .c-file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 7;
}
.public-tanchuang-join input {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0 25px;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.public-tanchuang-join input::-webkit-input-placeholder {
  color: #999;
}
.public-tanchuang-join input:-moz-placeholder {
  color: #999;
}
.public-tanchuang-join input::-moz-placeholder {
  color: #999;
}
.public-tanchuang-join input:-ms-input-placeholder {
  color: #999;
}
.public-tanchuang-join .c-tips {
  margin-bottom: 0.3rem;
}
.public-tanchuang-join .c-tips .c-div1 {
  color: #000;
  margin-bottom: 0.1rem;
}
.public-tanchuang-join .c-tips .c-div2 {
  color: #999;
  margin-bottom: 15px;
}
.public-tanchuang-join .c-tips input {
  width: 100%;
}
.public-tanchuang-join .public-btn7 {
  border-radius: 0px;
}
.public-tanchuang-join .public-btn7 span {
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.public-tanchuang-join.active {
  display: block;
  animation: hideShow 0.3s;
}
@media (max-width: 1580px) {
  .public-tanchuang-join {
    top: 50%;
  }
  .public-tanchuang-join .c-input .c-div1,
  .public-tanchuang-join .c-tips .c-div1 {
    font-size: 16px;
  }
  .public-tanchuang-join input {
    font-size: 15px;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text,
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 span,
  .public-tanchuang-join .public-btn7 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-tanchuang-join {
    width: 90%;
    padding: 0.4rem;
    top: 50%;
  }
  .public-tanchuang-join .c-input {
    width: 48%;
    margin-bottom: 0.35rem;
  }
  .public-tanchuang-join .c-input:nth-of-type(1) {
    margin-right: 4%;
  }
  .public-tanchuang-join .c-input .c-div1,
  .public-tanchuang-join .c-tips .c-div1 {
    font-size: 0.3rem;
  }
  .public-tanchuang-join input {
    font-size: 0.28rem;
    padding: 0 0.2rem;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text,
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 span,
  .public-tanchuang-join .public-btn7 span {
    font-size: 0.28rem;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox {
    padding: 0 0.2rem;
    margin-right: 4%;
  }
  .public-tanchuang-join .zz-close img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .public-tanchuang-join .public-btn7 {
    padding: 0 0.6rem;
  }
}
@font-face {
  font-family: 'AVANTGA';
  src: url('../font/AVANTGA-L.ttf');
}
.history_swp {
  position: relative;
}
.history_swp .swiper-slide .c-div1 {
  font-size: 1.88rem;
  font-weight: bold;
  color: #999;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.history_swp .swiper-slide .c-div1 .c-years {
  font-family: 'AVANTGA';
  line-height: 1;
  margin-bottom: 0.45rem;
}
.history_swp .swiper-slide .c-div1 .c-sybBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.history_swp .swiper-slide .c-div1 .c-sybBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.history_swp .swiper-slide .c-div1 .c-sybBox .c-syb {
  width: 0.13rem;
  height: 0.13rem;
  background: #999;
  transition: all 0.3s;
  border-radius: 1000px;
}
.history_swp .swiper-slide .c-div2 {
  text-align: center;
  color: #333;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
  height: 1rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding: 0 15px;
}
.history_swp .swiper-slide .c-div2::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.history_swp .swiper-slide .c-div2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.history_swp .swiper-slide .c-div2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.history_swp .swiper-slide-active .c-div2 {
  opacity: 1;
}
.history_swp .swiper-slide-active .c-div1 .c-sybBox .c-syb {
  background: #288d51;
}
.history_swp .swiper-slide-active .c-div1 .c-years {
  color: #288d51;
}
.history_swp .swpBtnBox {
  position: absolute;
  top: 2.15rem;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.history_swp .swpBtnBox .swpBtn {
  display: flex;
  justify-content: space-between;
}
.history_swp .public-swpBtn {
  box-shadow: unset;
}
.history_swp2 {
  position: relative;
}
.history_swp2 .swpBtnBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: -1.1rem;
}
.history_swp2 .swpBtnBox .swiper-button-prev {
  margin-right: 15px;
}
.history_swp2 .swpBtnBox > .container {
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.history_swp2 .swiper-slide {
  transition: all 0.3s;
  overflow: hidden;
}
.history_swp2 .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.history_swp2 .swiper-slide img {
  transition: all 0.4s;
}
.history_swp2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.history_swp2 .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.05%;
}
.history_swp2 .swiper-slide .imgbox > .img,
.history_swp2 .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.history_swp2 .swiper-slide .imgbox img {
  object-fit: cover;
}
.history_swp2 .swiper-slide .c-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.35rem 0.5rem;
  line-height: 1.6;
  opacity: 0;
  transition: all 0.3s;
}
.history_swp2 .swiper-slide-active .c-text,
.history_swp2 .swiper-slide-next .c-text {
  opacity: 1;
}
.history {
  position: relative;
  overflow: hidden;
}
.history .bgimg {
  width: 100%;
  position: absolute;
  top: -10px;
  object-fit: cover;
  z-index: -1;
}
.history .container {
  padding-top: 1.5rem;
}
.history .public-title {
  margin-bottom: 0.35rem;
}
.history .history_nav {
  margin-bottom: 1.2rem;
}
.history .hi-btn1.hi-btn1_4 {
  width: auto;
  min-width: 1.45rem;
  border-radius: 5px;
  margin-right: 0.2rem;
  height: 40px;
  border: 2px solid #288d51;
  background: #fff;
  padding: 0 0.15rem;
}
.history .hi-btn1.hi-btn1_4 .hi-text {
  color: #288d51;
}
.history .hi-btn1.hi-btn1_4::before,
.history .hi-btn1.hi-btn1_4.on {
  background: #288d51;
}
.history .hi-btn1.hi-btn1_4:hover .hi-text,
.history .hi-btn1.hi-btn1_4.on .hi-text {
  color: #fff;
}
.history .history_swpBox_1 {
  padding-bottom: 1.3rem;
}
.history .history_swpBox_2 {
  padding-bottom: 2.4rem;
}
.history .history_nav {
  margin-bottom: 0.65rem;
}
.history .history_swp2 .swiper-container {
  overflow: unset;
}
@media (max-width: 1580px) {
  .history .history_swpBox_2 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .history_swp .swiper-slide .c-div1 {
    font-size: 1.2rem;
  }
  .history_swp .swpBtnBox {
    top: 1.45rem;
  }
}
@media (max-width: 767px) {
  .history_swp .swpBtnBox {
    top: 1.74rem;
  }
  .history .container {
    padding-top: 0.8rem;
  }
  .history .public-title {
    margin-bottom: 0.7rem;
  }
  .history .hi-btn1.hi-btn1_4 {
    min-width: 2rem;
    padding: 0 0.4rem;
  }
  .history .history_swpBox_1 {
    padding-bottom: 0.8rem;
  }
  .history .history_swpBox_2 {
    padding-bottom: 1.2rem;
  }
  .history .history_nav {
    margin-bottom: 1rem;
  }
  .history_swp .swiper-slide .c-div1 .c-years {
    margin-bottom: 0.8rem;
  }
  .history_swp .swiper-slide .c-div2 {
    margin-top: 0.7rem;
  }
  .history .history_swp2 .swiper-container {
    overflow: hidden;
  }
  .history_swp2 .swiper-slide .c-text {
    padding: 0.25rem 0.4rem;
  }
  .history_swp2 .swiper-slide .imgbox {
    padding-bottom: 65%;
  }
}
.history3 {
  background-position: center center;
  padding: 2.73rem 0 2.33rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.history3 .container {
  display: flex;
  position: relative;
}
.history3 .zz-left,
.history3 .zz-right {
  width: 50%;
}
.history3 .zz-left {
  position: sticky;
  top: 50%;
  height: 100vh;
  transition: all 0.3s;
  padding-right: 0.3rem;
}
.history3 .zz-left .h2 {
  color: #fff;
}
.history3 .zz-left .h2 span {
  color: #288d51;
}
.history3 .zz-right ul li {
  margin-bottom: 1.25rem;
}
.history3 .zz-right ul li:last-child {
  margin-bottom: 0;
}
.history3 .zz-right ul .imgbox {
  width: auto;
  overflow: hidden;
}
.history3 .zz-right ul .imgbox img {
  transition: all 0.4s;
}
.history3 .zz-right ul .imgbox:hover img {
  transform: scale(1.05);
}
.history3 .zz-right ul .imgbox img {
  width: 100%;
  object-fit: cover;
}
.history3 .zz-right ul .c-text {
  color: #fff;
  margin-top: 0.2rem;
}
.history3 .zz-right ul .c-li {
  display: flex;
  justify-content: space-between;
}
.history3 .zz-right ul .c-li .c-div {
  width: 32.33%;
}
@media (max-width: 1260px) {
  .history3 {
    padding: 2.6rem 0 2.2rem;
  }
  .history3 .zz-right ul li {
    margin-bottom: 1rem;
  }
  .history3 .zz-right ul .c-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .history3 {
    padding: 2.5rem 0 2.1rem;
  }
  .history3 .zz-right ul li {
    margin-bottom: 0.9rem;
  }
  .history3 .zz-right ul .c-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .history3 {
    padding: 1.2rem 0;
  }
  .history3 .container {
    flex-direction: column;
  }
  .history3 .zz-left,
  .history3 .zz-right {
    width: 100%;
  }
  .history3 .zz-left {
    position: unset;
    top: unset;
    height: unset;
    padding-right: 0;
  }
  .history3 .zz-right {
    margin-top: 0.8rem;
  }
  .history3 .zz-right ul .c-text {
    font-size: 0.28rem;
  }
  .history3 .zz-right ul .c-li {
    flex-wrap: wrap;
  }
  .history3 .zz-right ul .c-li .c-div {
    width: 48%;
    margin-bottom: 0.6rem;
  }
  .history3 .zz-right ul .c-li .c-div:last-child {
    margin-bottom: 0;
  }
}
.history4 {
  padding: 1.15rem 0 1.05rem;
}
.history4 .public-title.public-title2 .h2 {
  margin-bottom: 0;
}
.history4 .public-title.public-title2 .h2 span {
  color: #288d51;
}
@media (max-width: 767px) {
  .history4 {
    padding: 0.8rem 0;
  }
}
@-webkit-keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce;
  animation-name: tds-keyframe--bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.index-about {
  height: 300vh;
  width: 100%;
  position: relative;
}
.index-about .index-npa {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: sticky;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.index-about .index-npa .text-box {
  text-align: center;
  margin-top: 195px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.index-about .index-npa .text-box span {
  color: #288d51;
}
.index-about .index-npa .svg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 2;
}
.index-about .index-npa .svg-box .img {
  width: 100%;
  height: 100%;
}
.index-about .index-npa .svg-box .img img,
.index-about .index-npa .svg-box .img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .index-npa .yuan-box {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1;
  left: 0;
}
.index-about .index-npa .yuan-box .c-div {
  width: 100%;
  height: 100%;
}
.index-about .index-npa .yuan-box .c-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .index-npa .yuan-bottom {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-about .index-npa .yuan-bottom .c-text {
  color: #222;
  margin-bottom: 5px;
}
.index-about .index-npa .bgimg {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 30.9%;
  object-fit: cover;
}
.index-about .index-cont {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.index-about .index-cont .imgbox {
  width: 100%;
  height: 100%;
}
.index-about .index-cont .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.index-about .index-cont .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.6rem;
  padding-bottom: 0.9rem;
}
.index-about .index-cont .container .scroll-box {
  color: #fff;
}
.index-about .index-cont .container .scroll-box .h2 {
  color: #fff;
  margin-bottom: 0.2rem;
}
.index-about .index-cont .container .scroll-box .c-cont {
  width: 46.25%;
  max-height: 2rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 25px;
}
.index-about .index-cont .container .scroll-box .c-cont::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.index-about .index-cont .container .scroll-box .c-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.index-about .index-cont .container .scroll-box .c-cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
.index-about .index-cont .container .linkbox {
  width: 100%;
  color: #fff;
}
.index-about .index-cont .container .linkbox .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  width: 7.3rem;
}
.index-about .index-cont .container .linkbox .c-ul .swiper-container {
  width: 100%;
}
.index-about .index-cont .container .linkbox .c-ul .c-li {
  margin-right: 15px;
  width: 100%;
  margin-bottom: 0.2rem;
}
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38.29%;
  overflow: hidden;
  display: flex;
}
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a > .img,
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a img {
  transition: all 0.4s;
}
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a:hover img {
  transform: scale(1.05);
}
.index-about .index-cont .container .linkbox .c-ul .c-li .c-a img {
  object-fit: cover;
}
@media (max-width: 1580px) {
  .index-about .index-cont .container .scroll-box .c-cont {
    max-height: 2.5rem;
  }
}
@media (max-width: 1260px) {
  .index-about .index-npa .text-box {
    margin-top: 170px;
  }
  .index-about .index-cont .container .scroll-box .c-cont {
    max-height: 3rem;
    width: 60%;
  }
  .index-about .index-cont .container {
    padding: 2.5rem 0 1.3rem;
  }
}
@media (max-width: 991px) {
  .index-about .index-cont .container .scroll-box .c-cont {
    width: 75%;
  }
  .index-about .index-cont .container {
    padding: 2.4rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .index-about .index-cont .container {
    justify-content: center;
  }
  .index-about .index-cont .container .scroll-box .c-cont {
    width: 100%;
  }
  .index-about .index-cont .container .scroll-box {
    margin-bottom: 1.2rem;
  }
  .index-about .index-cont .container .linkbox .c-ul .c-li .c-a {
    padding-bottom: 50%;
  }
  .index-about .index-cont .container .linkbox .c-tips {
    font-size: 0.36rem;
  }
  .index-about .index-cont .container .linkbox .c-ul {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.about2 {
  overflow: hidden;
  padding: 1.25rem 0 1.3rem;
}
.about2 .public-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.45rem;
}
.about2 .public-title .h2 {
  margin-bottom: 0.15rem;
}
.about2 .public-title .c-text {
  width: 69.37%;
  text-align: center;
}
.about2 .zz-w .swiper-container {
  overflow: unset;
}
.about2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.about2 .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
}
.about2 .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.87%;
  overflow: hidden;
}
.about2 .swiper-slide .imgbox > .img,
.about2 .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about2 .swiper-slide .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.about2 .swiper-slide .zz-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  padding: 0 1.2rem;
}
.about2 .swiper-slide .zz-div .c-icon {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
}
.about2 .swiper-slide .zz-div .c-icon svg {
  width: 100%;
  height: 100%;
}
.about2 .swiper-slide .zz-div .c-title {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.about2 .swiper-button-prev {
  left: 5px;
  margin-top: -15px;
}
.about2 .swiper-button-next {
  right: 5px;
  margin-top: -15px;
}
@media (max-width: 1580px) {
  .about2 .zz-w .swiper-container .swiper-button-next,
  .about2 .zz-w .swiper-container .swiper-button-prev {
    margin-top: 0;
  }
}
@media (max-width: 1260px) {
  .about2 .swiper-slide .zz-div .c-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .about2 .swiper-slide .zz-div .c-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about2 {
    padding: 0.9rem 0 1.2rem;
  }
  .about2 .public-title .c-text {
    width: 100%;
  }
  .about2 .zz-w .swiper-container {
    overflow: hidden;
    padding-bottom: 1.3rem;
  }
  .about2 .swiper-slide .zz-div {
    padding: 0.5rem 0.4rem;
    position: unset;
    top: unset;
    left: unset;
    border: 1px solid #ddd;
    border-top: 0;
    color: #333;
    transform: unset;
  }
  .about2 .swiper-slide .zz-div .c-icon {
    width: 0.6rem;
    min-width: 0.6rem;
    height: 0.6rem;
    min-height: 0.6rem;
  }
  .about2 .swiper-slide .zz-div .c-icon svg path {
    fill: #999;
  }
  .about2 .swiper-slide .zz-div .c-title {
    font-size: 0.32rem;
    margin: 0.3rem 0 0.2rem;
  }
  .about2 .swiper-slide .zz-div .c-text {
    font-size: 0.28rem;
    color: #666;
  }
  .about2 .swiper-slide::before {
    content: unset;
  }
  .about2 .swiper-slide .imgbox {
    padding-bottom: 70%;
  }
  .about2 .swiper-slide .imgbox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .about2 .swiper-button-prev,
  .about2 .swiper-button-next {
    border: 1px solid #ddd;
  }
  .about2 .swiper-button-prev svg path,
  .about2 .swiper-button-next svg path {
    fill: #ddd;
  }
  .about2 .swiper-button-prev:hover,
  .about2 .swiper-button-next:hover {
    border-color: #288d51;
  }
  .about2 .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: 36%;
  }
  .about2 .swiper-button-next {
    top: unset;
    bottom: 0;
    right: 36%;
  }
}
.yd-staffLegal {
  padding: 0rem 0 0;
}
.yd-staffLegal .public-title {
  margin-bottom: 0;
}
.yd-staffLegal .zz-ul {
  display: flex;
  width: 100%;
  margin-top: 0.45rem;
}
.yd-staffLegal .zz-ul .zz-li {
  width: 19.68%;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  overflow: hidden;
  margin-right: 1.25%;
}
.yd-staffLegal .zz-ul .zz-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-div1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0.6rem;
  font-weight: bold;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  align-items: flex-start;
  padding: 0 0.6rem;
  width: 100%;
  height: 100%;
  top: 110%;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
  padding: 0.5rem 0rem 0.5rem;
  width: 68.64%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
  color: #fff;
  font-weight: bold;
  margin: 0.15rem 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
  color: #fff;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
  max-height: 120px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 180px;
  }
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 235px;
  }
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div3 {
  color: #fff;
}
.yd-staffLegal .zz-ul .zz-li:hover,
.yd-staffLegal .zz-ul .zz-li.on {
  width: 57.81%;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div1,
.yd-staffLegal .zz-ul .zz-li.on .zz-div1 {
  opacity: 0;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div2,
.yd-staffLegal .zz-ul .zz-li.on .zz-div2 {
  top: 0;
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 44%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 80%;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 25%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    padding: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 55%;
  }
}
@media (max-width: 767px) {
  .yd-staffLegal {
    padding: 0rem 0 0.9rem;
  }
  .yd-staffLegal .zz-ul {
    flex-direction: column;
    margin-top: 0.4rem;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li.on {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0 0.5rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: calc(100% - 1rem);
  }
  .yd-staffLegal .zz-ul .zz-li {
    border-radius: 5px;
    background-image: unset !important;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box,
  .yd-staffLegal .zz-ul .zz-li .zz-div2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box:hover,
  .yd-staffLegal .zz-ul .zz-li .zz-div2:hover,
  .yd-staffLegal .zz-ul .zz-li .zz-div1:hover {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li {
    height: auto;
    padding-bottom: unset;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-mask,
  .yd-staffLegal .zz-ul .zz-li .zz-mask2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    display: none;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0.4rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    height: 1.8rem;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
    padding-right: 0.2rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar {
    width: 1px;
    /*对垂直流动条有效*/
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #aaa;
    background-color: #aaa;
    border-radius: 3px;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #288d51;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    margin-bottom: 0;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
    color: #288d51;
    font-size: 0.32rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    color: #666;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
    border: 1px solid #ddd;
    border-radius: 1000px;
  }
}
.about4 {
  background: #fbfcfc;
  background-image: linear-gradient(to bottom, #fcfdfd, #f8fafa);
  padding-top: 2.45rem;
  position: relative;
}
.about4 .bgimg2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.about4 .c-textBox {
  position: relative;
  z-index: 2;
  padding-top: 2.55rem;
  color: #fff;
  padding-bottom: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about4 .c-textBox .h2 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.about4 .c-textBox .h2 span {
  color: #288d51;
}
.about4 .c-textBox .c-text {
  width: 59.68%;
  text-align: center;
}
@media (max-width: 1260px) {
  .about4 {
    padding-top: 2rem;
  }
  .about4 .c-textBox {
    padding-top: 2rem;
  }
  .about4 .c-textBox .c-text {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .about4 .bgimg2 {
    height: 100%;
    object-fit: cover;
  }
  .about4 {
    padding-top: 1rem;
  }
  .about4 .c-textBox {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .about4 .c-textBox .c-text {
    width: 100%;
    text-align: left;
  }
  .about4 .c-textBox .h2 {
    margin-bottom: 0.2rem;
  }
}
.product-bigBox {
  padding-top: 0.5rem;
}
.product-bigBox .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .product-bigBox .container {
    flex-direction: column;
  }
  .product-bigBox {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .product-bigBox .container {
    flex-direction: column;
  }
}
.product-bigBox .product {
  width: 75%;
  padding-bottom: 0.95rem;
}
.product-bigBox .product .bn-box > .h2 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.product-bigBox .product .bn-box > .c-text {
  color: #333;
  margin-bottom: 0.25rem;
}
.product-bigBox .product .bn-box > .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 34.58%;
  overflow: hidden;
}
.product-bigBox .product .bn-box > .imgbox > .img,
.product-bigBox .product .bn-box > .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-bigBox .product .bn-box > .imgbox img {
  transition: all 0.4s;
}
.product-bigBox .product .bn-box > .imgbox:hover img {
  transform: scale(1.05);
}
.product-bigBox .product .bn-box > .imgbox img {
  object-fit: cover;
}
.product-bigBox .product .public-proUl2 {
  margin-top: 0.3rem;
}
.product-bigBox .product.product1 .bn-box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #ddd;
}
.product-bigBox .product.product1 .bn-box1 .zz-left {
  width: 34.58%;
}
.product-bigBox .product.product1 .bn-box1 .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 34.93%;
}
.product-bigBox .product.product1 .bn-box1 .zz-left .imgbox > .img,
.product-bigBox .product.product1 .bn-box1 .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-bigBox .product.product1 .bn-box1 .zz-left .imgbox img {
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  position: absolute;
  left: 50%;
}
.product-bigBox .product.product1 .bn-box1 .zz-right {
  width: 61.66%;
  color: #333;
}
.product-bigBox .product.product1 .bn-box1 .zz-right .h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-bigBox .product.product1 .bn-box1 .zz-right .c-text {
  max-height: 120px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.product-bigBox .product.product1 .bn-box1 .zz-right .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.product-bigBox .product.product1 .bn-box1 .zz-right .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.product-bigBox .product.product1 .bn-box1 .zz-right .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.product-bigBox .product.product1 .proUl-title {
  color: #222;
  margin-top: 0.3rem;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .product-bigBox .product.product1 .bn-box1 .zz-right .h2 {
    font-size: 28px;
  }
  .product-bigBox .product.product1 .bn-box1 .zz-right .c-text {
    max-height: 110px;
  }
}
@media (max-width: 1024px) {
  .product-bigBox .product {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .product-bigBox {
    padding-top: 0.7rem;
    padding-bottom: 1.1rem;
  }
  .product-bigBox .product {
    width: 100%;
  }
  .product-bigBox .product .bn-box > .h2 {
    margin-bottom: 0.2rem;
  }
  .product-bigBox .product .bn-box > .c-text {
    margin-bottom: 0.4rem;
  }
  .product-bigBox .product .bn-box > .imgbox {
    padding-bottom: 55%;
  }
  .product-bigBox .product .public-proUl2 {
    margin-top: 0.6rem;
  }
  .product-bigBox .product {
    padding-bottom: 0;
    order: 1;
  }
  .product-bigBox .product.product1 .bn-box1 {
    flex-direction: column;
  }
  .product-bigBox .product.product1 .bn-box1 .zz-left {
    display: none;
  }
  .product-bigBox .product.product1 .bn-box1 .zz-right {
    width: 100%;
  }
  .product-bigBox .product.product1 .proUl-title {
    font-size: 0.4rem;
    margin-top: 0.6rem;
  }
}
.public-briefLi .c-title {
  color: #222;
  margin-bottom: 5px;
  font-weight: bold;
}
.public-briefLi .c-ul {
  max-height: 155px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 10px;
}
.public-briefLi .c-ul::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.public-briefLi .c-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.public-briefLi .c-ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.public-briefLi .c-cont {
  color: #666;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  max-height: 155px;
}
.public-briefLi .c-cont::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.public-briefLi .c-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.public-briefLi .c-cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #288d51;
}
.public-briefLi .c-li {
  display: flex;
  align-items: flex-start;
}
.public-briefLi .c-li .syb {
  width: 20px;
  height: 25px;
  position: relative;
}
.public-briefLi .c-li .syb::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #666;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.public-briefLi.public-briefLi2 {
  display: flex;
  align-items: flex-start;
}
.public-briefLi.public-briefLi2 .c-ul {
  margin-top: 3px;
  margin-left: 0.2rem;
  flex: 1;
}
@media (max-width: 1580px) {
  .public-briefLi .c-li {
    margin-bottom: 5px;
  }
  .public-briefLi .c-li .syb {
    height: 22px;
  }
  .public-briefLi.public-briefLi2 .c-ul {
    max-height: 165px;
  }
}
@media (max-width: 1260px) {
  .public-briefLi .c-ul {
    max-height: 120px;
  }
  .public-briefLi.public-briefLi2 .c-ul {
    max-height: 110px;
  }
}
@media (max-width: 991px) {
  .public-briefLi.public-briefLi2 .c-ul {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .public-briefLi .c-title {
    font-size: 0.36rem;
    margin: 0.4rem 0 0.3rem;
  }
  .public-briefLi .c-ul {
    max-height: 3.7rem;
  }
  .public-briefLi .c-li {
    margin-bottom: 0.2rem;
  }
  .public-briefLi.public-briefLi2 {
    flex-direction: column;
  }
  .public-briefLi.public-briefLi2 .c-ul {
    margin-left: 0;
    margin-top: 0;
    max-height: unset;
  }
  .public-briefLi.public-briefLi2 .c-title {
    margin: 0 0 0.2rem 0;
  }
}
.product-bigBox .product2 {
  width: 75%;
  margin-bottom: 1.2rem;
}
.product-bigBox .product2 .title-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.45rem;
}
.product-bigBox .product2 .title-box .h2 {
  color: #000;
  font-weight: bold;
}
.product-bigBox .product2 .title-box .c-text {
  margin-top: 0.1rem;
  color: #333;
}
.product-bigBox .product2 .pro-brief {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4rem;
}
.product-bigBox .product2 .pro-brief .zz-left {
  width: 50%;
}
.product-bigBox .product2 .pro-brief .zz-left .imgbox {
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 83.33%;
  overflow: hidden;
}
.product-bigBox .product2 .pro-brief .zz-left .imgbox > .img,
.product-bigBox .product2 .pro-brief .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-bigBox .product2 .pro-brief .zz-left .imgbox img {
  transition: all 0.4s;
}
.product-bigBox .product2 .pro-brief .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.product-bigBox .product2 .pro-brief .zz-left .imgbox img {
  object-fit: cover;
}
.product-bigBox .product2 .pro-brief .zz-right {
  width: 45.83%;
  padding: 0.15rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 {
  width: 100%;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 {
  display: flex;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a1 {
  min-width: 1.6rem;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a1 .hi-text {
  text-align: center;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a2 {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  color: #288d51;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a2 img,
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a2 svg {
  margin-left: 10px;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  transition: all 0.3s;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a2:hover img,
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 .a2:hover svg {
  margin-left: 20px;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 {
  margin-top: 0.3rem;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .c-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox {
  display: flex;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1 {
  padding: 0 0.25rem;
  margin-left: 10px;
  background: #288d51;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1::before {
  background: #35a562;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1:nth-of-type(1) {
  margin-left: 0px;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1 .hi-ico path {
  fill: #fff;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1 .hi-text {
  color: #fff;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .hi-btn1:hover .hi-ico path {
  fill: #fff;
}
.product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .btnBox .a2 {
  margin-left: 10px;
}
.product-bigBox .product2 .pro-threeClass {
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}
.product-bigBox .product2 .pro-threeClass .c-title {
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-bigBox .product2 .pro-threeClass .c-box {
  display: flex;
  flex-wrap: wrap;
}
.product-bigBox .product2 .pro-threeClass .c-box .hi-btn1 {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 0.25rem;
  min-width: 1.6rem;
}
.product-bigBox .product2 .pro-listBox {
  margin-bottom: 0.55rem;
}
.product-bigBox .product2 .pro-listBox .c-title {
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-bigBox .product2 .pro-listBox .tbtitle {
  display: flex;
  border-top: 1px solid #ddd;
}
.product-bigBox .product2 .pro-listBox .tbtitle .li {
  padding: 0.2rem;
  font-weight: bold;
  color: #222;
}
.product-bigBox .product2 .pro-listBox .tbtitle .li1 {
  width: 15.83%;
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
}
.product-bigBox .product2 .pro-listBox .tbtitle .li2 {
  width: 84.17%;
  text-align: center;
}
.product-bigBox .product2 .pro-listBox .tbcont-box {
  border-bottom: 1px solid #ddd;
}
.product-bigBox .product2 .pro-listBox .tbcont-li {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0;
  transition: all 0.3s;
}
.product-bigBox .product2 .pro-listBox .tbcont-li:nth-of-type(odd) {
  background: #f8f8f8;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .a {
  width: 100%;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .c-ul {
  display: flex;
  width: 100%;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li .c-div1 {
  display: none;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li1 {
  width: 15.83%;
  padding: 0.2rem 0.2rem 0.2rem 0.45rem;
  position: relative;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li1 .c-box {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 1;
  width: 4rem;
  height: 2.37rem;
  display: none;
  border: 1px solid #288d51;
  background: #fff;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li1 .c-box .imgbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li1 .c-box .imgbox img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li1:hover .c-box {
  display: block;
}
@media (max-width: 767px) {
  .product-bigBox .product2 .pro-listBox .tbcont-li .li1:hover .c-box {
    display: none;
  }
}
.product-bigBox .product2 .pro-listBox .tbcont-li .li2 {
  width: 84.17%;
  padding: 0.2rem 0.2rem 0.2rem 0.75rem;
}
.product-bigBox .product2 .pro-listBox .tbcont-li em {
  font-style: normal;
  color: #222;
}
.product-bigBox .product2 .pro-listBox .tbcont-li:hover {
  background: #288d51;
}
.product-bigBox .product2 .pro-listBox .tbcont-li:hover em {
  color: #fff;
}
.product-bigBox .product2 .pro-listBox .moreBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  min-height: 40px;
  background: #288d51;
  cursor: pointer;
  margin-top: 0.2rem;
}
.product-bigBox .product2 .pro-listBox .moreBox .c-div {
  margin-right: 10px;
  color: #fff;
}
.product-bigBox .product2 .pro-listBox .moreBox .c-span2 {
  display: none;
}
.product-bigBox .product2 .pro-listBox .moreBox .public-toggleBtn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-color: #fff;
}
.product-bigBox .product2 .pro-listBox .moreBox .public-toggleBtn::before,
.product-bigBox .product2 .pro-listBox .moreBox .public-toggleBtn::after {
  background: #fff;
}
.product-bigBox .product2 .pro-ClassCont .c-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-bigBox .product2 .pro-ClassCont .c-text {
  color: #222;
}
.product-bigBox .product2 .pro-ClassCont .c-text img {
  object-fit: cover;
}
.product-bigBox .product2.product3 {
  margin-bottom: 0.9rem;
}
.product-bigBox .product2.product3 .title-box {
  padding-bottom: 0.25rem;
}
.product-bigBox .product2.product3 .pro-brief {
  margin-bottom: 0.55rem;
}
.product-bigBox .product2.product3 .relevant-class {
  margin-top: 0.55rem;
}
.product-bigBox .product2.product3 .relevant-class .proUl-title {
  font-weight: bold;
}
.product-bigBox .product2.product3 .relevant-class .public-proUl3 {
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .product-bigBox .product2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-bigBox .product2 .pro-brief {
    margin-top: 0.9rem;
    flex-direction: column;
    padding-bottom: 0.6rem;
  }
  .product-bigBox .product2 .pro-brief .zz-left,
  .product-bigBox .product2 .pro-brief .zz-right {
    width: 100%;
  }
  .product-bigBox .product2 .pro-brief .zz-right {
    padding: 0;
  }
  .product-bigBox .product2 .pro-brief .zz-right .c-box2 {
    margin-top: 0.5rem;
  }
  .product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div1 {
    padding-bottom: 0.55rem;
  }
  .product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 {
    margin-top: 0.6rem;
  }
  .product-bigBox .product2 .pro-brief .zz-right .c-box2 .c-div2 .c-title {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .product-bigBox .product2 .pro-threeClass {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .product-bigBox .product2 .pro-threeClass .c-title {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .product-bigBox .product2 .pro-threeClass .c-box {
    flex-wrap: unset;
    overflow-x: auto;
    display: -webkit-box;
  }
  .product-bigBox .product2 .pro-threeClass .c-box .c-div {
    display: flex;
  }
  .product-bigBox .product2 .pro-threeClass .c-box .c-div .a {
    white-space: nowrap;
  }
  .product-bigBox .product2 .pro-listBox .c-title {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }
  .product-bigBox .product2 .pro-listBox .tbtitle {
    display: none;
  }
  .product-bigBox .product2 .pro-listBox .tbcont-li .c-ul {
    flex-direction: column;
    padding: 0.3rem 0;
  }
  .product-bigBox .product2 .pro-listBox .tbcont-li .li1,
  .product-bigBox .product2 .pro-listBox .tbcont-li .li2 {
    width: 100%;
    display: flex;
    padding: 0.2rem 0.4rem;
  }
  .product-bigBox .product2 .pro-listBox .tbcont-li .li .c-div1 {
    display: block;
  }
  .product-bigBox .product2 .pro-listBox .tbcont-li .li .c-div2 {
    flex: 1;
  }
  .product-bigBox .product2 .pro-listBox .moreBox {
    margin-top: 0.3rem;
  }
  .product-bigBox .product2 .pro-listBox {
    margin-bottom: 0.9rem;
  }
  .product-bigBox .product2 .pro-ClassCont .c-title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .product-bigBox .product2.product3 .pro-brief {
    margin-top: 0.5rem;
  }
  .product-bigBox .product2.product3 .relevant-class .proUl-title {
    font-size: 0.36rem;
  }
  .product-bigBox .product2.product3 .relevant-class {
    margin-top: 0.9rem;
  }
  .product-bigBox .product2.product3 .relevant-class .public-proUl3 {
    margin-top: 0.3rem;
  }
  .product-bigBox .product2.product3 {
    margin-bottom: 0.7rem;
  }
}
.public-fenlei {
  width: 100%;
  position: relative;
}
.public-fenlei .c-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
}
.public-fenlei select {
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 0.5rem;
  min-height: 40px;
  border-radius: 5px;
  align-items: center;
  color: #999;
  margin-bottom: 0;
  border: 1px solid #d2d2d2;
  padding: 0 18px;
}
.product-bigBox2 .product4 .pro4-briefBox {
  background-size: 100% 100%;
  padding: 0.8rem 0 0.85rem;
}
.product-bigBox2 .product4 .pro4-brief {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: stretch;
}
.product-bigBox2 .product4 .pro4-brief .zz-left {
  width: 45%;
}
.product-bigBox2 .product4 .pro4-brief .zz-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.35rem;
}
.product-bigBox2 .product4 .pro4-brief .zz-right .brief-box {
  display: inline-flex;
  flex-direction: column;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp {
  width: 100%;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .swiper-container {
  width: 100%;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69.44%;
  overflow: hidden;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox > .img,
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox img {
  transition: all 0.4s;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox:hover img {
  transform: scale(1.05);
}
.product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox img {
  object-fit: cover;
}
.product-bigBox2 .product4 .pro4-brief .pro_swp:hover {
  border-color: #288d51;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav {
  padding: 0 25px;
  position: relative;
  margin-top: 0.3rem;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-container {
  margin: -10px;
  padding: 10px;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide::before {
  content: '';
  position: absolute;
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide .imgbox > .img,
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide .imgbox img {
  object-fit: cover;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-slide-active::before {
  border-color: #288d51;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-next,
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-prev {
  background-size: 10px 44px;
  transition: all 0.3s;
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-prev {
  left: -10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23288d51'%2F%3E%3C%2Fsvg%3E");
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-next {
  right: -10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23288d51'%2F%3E%3C%2Fsvg%3E");
}
.product-bigBox2 .product4 .pro4-brief .brief-box .title-box {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.2rem;
  flex-wrap: wrap;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .title-box .h1 {
  font-weight: bold;
  color: #000;
  margin-right: 0.3rem;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .title-box .c-div {
  display: flex;
  align-items: center;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .title-box .c-div .c-p1 {
  background: #288d51;
  color: #fff;
  padding: 3px 0.24rem;
  border-radius: 1000px;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .title-box .c-div .c-p2 {
  margin-left: 10px;
  color: #666;
  flex: 1;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .info-box {
  margin-top: 0.35rem;
}
.product-bigBox2 .product4 .pro4-brief .brief-box .public-briefLi2 {
  margin-bottom: 0.35rem;
}
.product-bigBox2 .product4 .pro4-brief .hi-btn1_3 {
  padding: 0 0.47rem;
  margin-right: 10px;
}
.product-bigBox2 .product4 .pro4-filter {
  padding: 0.8rem 0 1.2rem;
}
.product-bigBox2 .product4 .pro4-filter .title-box {
  width: 100%;
  background: #288d51;
  color: #fff;
  font-weight: bold;
  padding: 0.13rem 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul {
  border: 1px solid #ddd;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.3rem 0;
  margin-bottom: 0.5rem;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li {
  width: 18.83%;
  margin-bottom: 0.3rem;
  margin-right: 1.46%;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li:nth-of-type(5n+5) {
  margin-right: 0;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li .c-t {
  font-weight: bold;
  color: #010101;
  margin-bottom: 10px;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li .layui-btn-primary {
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 0.5rem;
  min-height: 40px;
  border-radius: 5px;
  align-items: center;
  color: #999;
  margin-bottom: 0;
}
.product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li .layui-btn-primary:hover {
  border-color: #288d51;
}
.product-bigBox2 .product4 .pro4-filter .drag-tips {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999;
  margin-bottom: 0.2rem;
  display: none;
}
.product-bigBox2 .product4 .pro4-filter .drag-tips img {
  margin-right: 10px;
  width: 0.25rem;
  height: 0.25rem;
  min-width: 20px;
  min-height: 20px;
}
.product-bigBox2 .product4 .pro4-filter .drag-box {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.product-bigBox2 .product4 .pro4-filter .drag-box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.product-bigBox2 .product4 .pro4-filter .drag-box .drag-x {
  width: auto;
  display: flex;
  flex-direction: column;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbtitle,
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .c-ul {
  display: inline-flex;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbtitle .li,
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .c-ul .li {
  width: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbtitle .li:nth-of-type(2),
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .c-ul .li:nth-of-type(2) {
  white-space: nowrap;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbtitle {
  border-top: 2px solid #999;
  border-bottom: 1px solid #ddd;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbtitle .li {
  padding: 0.2rem 0.1rem;
  min-height: 40px;
  font-weight: bold;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .tbcont-li {
  transition: all 0.3s;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .tbcont-li:hover {
  background: #f2f8f5;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .tbcont-li:hover .li:nth-of-type(11) svg path {
  fill: #288d51;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li {
  padding: 0.15rem 0.1rem;
  min-height: 40px;
  line-height: 1.85;
  border-bottom: 1px solid #ddd;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li img {
  object-fit: cover;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li:nth-of-type(11) svg,
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li:nth-of-type(12) svg {
  width: 0.33rem;
  min-width: 25px;
}
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li:nth-of-type(11) svg path,
.product-bigBox2 .product4 .pro4-filter .drag-box .tbcont-box .li:nth-of-type(12) svg path {
  fill: #999;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-bigBox2 .product4 .pro4-brief .brief-box .title-box .h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-bigBox2 .product4 .pro4-briefBox {
    padding-bottom: 0.65rem;
  }
  .product-bigBox2 .product4 .pro4-brief {
    flex-direction: column;
  }
  .product-bigBox2 .product4 .pro4-brief .zz-left,
  .product-bigBox2 .product4 .pro4-brief .zz-right {
    width: 100%;
  }
  .product-bigBox2 .product4 .pro4-brief .pro_swp .imgbox {
    padding-bottom: 65%;
  }
  .product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-prev {
    left: -0.1rem;
  }
  .product-bigBox2 .product4 .pro4-brief .pro_swpNav .swiper-button-right {
    right: -0.1rem;
  }
  .product-bigBox2 .product4 .pro4-brief .brief-box .title-box .h1 {
    font-size: 0.44rem;
  }
  .product-bigBox2 .product4 .pro4-brief .brief-box .title-box .c-div .c-p1 {
    font-size: 0.24rem;
  }
  .product-bigBox2 .product4 .pro4-brief .pro_swpNav {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
  }
  .product-bigBox2 .product4 .pro4-brief .zz-right {
    margin-top: 0.8rem;
  }
  .product-bigBox2 .product4 .pro4-brief .brief-box .title-box .c-div {
    margin-top: 0.2rem;
  }
  .product-bigBox2 .product4 .pro4-brief .brief-box .title-box {
    padding-bottom: 0.5rem;
  }
  .product-bigBox2 .product4 .pro4-brief .brief-box .info-box {
    margin-top: 0.5rem;
  }
  .product-bigBox2 .product4 .pro4-brief .btn-box {
    display: flex;
    flex-wrap: wrap;
  }
  .product-bigBox2 .product4 .pro4-brief .btn-box .hi-btn1_3 {
    width: 31.33%;
    margin-right: 3%;
  }
  .product-bigBox2 .product4 .pro4-brief .btn-box .hi-btn1_3:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .product-bigBox2 .product4 .pro4-filter {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
  .product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li {
    width: 48%;
    margin-right: 4%;
  }
  .product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li:nth-of-type(5n+5) {
    margin-right: 4%;
  }
  .product-bigBox2 .product4 .pro4-filter .filter-ul .filter-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .product-bigBox2 .product4 .pro4-filter .filter-ul {
    padding: 0.3rem 0.3rem 0.1rem;
    margin-bottom: 0.7rem;
  }
}
#imgPreviewContainer {
  border: 2px solid #288d51;
  display: none;
}
#imgPreviewContainer img {
  object-fit: cover;
}
.yd-search {
  padding: 0.65rem 0 1.2rem;
}
.yd-search .title-box {
  margin-bottom: 0.25rem;
}
.yd-search .title-box .h2 {
  color: #222;
  font-weight: bold;
}
.yd-search .title-box .c-text {
  margin-top: 0.15rem;
  font-weight: bold;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.yd-search .title-box .c-text span,
.yd-search .title-box .c-text a {
  color: #288d51;
}
.yd-search .title-box .c-text a {
  text-decoration: underline;
}
.yd-search .search-list {
  background: #f8f8f8;
  padding: 0.25rem 0.2rem;
  margin-bottom: 0.6rem;
}
.yd-search .search-list .c-li:last-child .c-a {
  margin-bottom: 0;
}
.yd-search .search-list .c-a {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.25rem;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  border: 1px solid #ddd;
}
.yd-search .search-list .c-a .c-p,
.yd-search .search-list .c-a .a {
  color: #666;
}
.yd-search .search-list .c-a .c-box1 {
  display: flex;
  align-items: stretch;
  width: 86.8%;
}
.yd-search .search-list .c-a .c-box1 .c-textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 0.4rem;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .c-p {
  margin-top: 0.1rem;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .c-p .c-span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a {
  display: inline-flex;
  align-items: center;
  margin-top: 0.15rem;
  transition: all 0.3s;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a img,
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a svg {
  margin-left: 0.2rem;
  width: 0.25rem;
  min-width: 20px;
  transition: all 0.3s;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a:hover {
  color: #288d51;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a:hover img,
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a:hover svg {
  margin-left: 0.3rem;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div2 {
  display: flex;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div2 .c-p {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div2 .c-p img,
.yd-search .search-list .c-a .c-box1 .c-textBox .c-div2 .c-p svg {
  margin-right: 5px;
}
.yd-search .search-list .c-a .c-box1 .imgbox {
  position: relative;
  width: 25.55%;
  height: 0;
  padding-bottom: 17.55%;
  border: 1px solid #ddd;
  margin-right: 0.4rem;
}
.yd-search .search-list .c-a .c-box1 .imgbox > .img,
.yd-search .search-list .c-a .c-box1 .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yd-search .search-list .c-a .c-box1 .imgbox img {
  object-fit: cover;
}
.yd-search .search-list .c-a .c-box1 .h3 {
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yd-search .search-list .c-a .c-box2 {
  display: flex;
  flex-direction: column;
}
.yd-search .search-list .c-a .c-box2 .hi-btn1 {
  height: 0.6rem;
  margin-bottom: 10px;
  min-width: 1.8rem;
}
.yd-search .search-list .c-a .c-box2 .hi-btn1:last-child {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  .yd-search .search-list .c-a .c-box1 .c-textBox .c-div2 {
    display: none;
  }
  .yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .yd-search .search-list .c-a .c-box1 .imgbox {
    width: 30.55%;
    padding-bottom: 21.55%;
  }
}
@media (max-width: 767px) {
  .yd-search .title-box .h2 {
    font-size: 0.44rem;
  }
  .yd-search .title-box .c-text {
    flex-direction: column;
  }
  .yd-search .title-box {
    margin-bottom: 0.5rem;
  }
  .yd-search .search-list .c-a,
  .yd-search .search-list .c-a .c-box1 {
    flex-direction: column;
  }
  .yd-search .search-list .c-a .c-box1 {
    width: 100%;
  }
  .yd-search .search-list .c-a .c-box1 .imgbox {
    width: 100%;
    padding-bottom: 70%;
  }
  .yd-search .search-list .c-a .c-box1 .h3 {
    font-size: 0.32rem;
  }
  .yd-search .search-list .c-a .c-box1 .c-textBox {
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .yd-search .search-list,
  .yd-search .search-list .c-a {
    padding: 0.3rem;
  }
  .yd-search .search-list .c-a .c-box2 {
    justify-content: space-between;
    flex-direction: unset;
    width: 100%;
  }
  .yd-search .search-list .c-a .c-box2 .hi-btn1 {
    min-width: unset;
    padding: 0 0.25rem;
  }
  .yd-search .search-list .c-a .c-box1 .c-textBox .c-div1 .a {
    margin-top: 0.35rem;
  }
  .yd-search .search-list .c-a {
    margin-bottom: 0.4rem;
  }
}
.yd-errors {
  background: #f4f6f9;
  width: 100%;
  padding: 1.3rem 0 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.yd-errors .bgimg {
  width: 29.68%;
}
.yd-errors .c-text {
  margin-top: 0.55rem;
}
.yd-errors .c-text p {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.yd-errors .c-text p span {
  color: #288d51;
}
.yd-errors .btn-box {
  margin-top: 0.45rem;
}
@media (max-width: 1260px) {
  .yd-errors .bgimg {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .yd-errors {
    padding: 1.2rem 0;
  }
  .yd-errors .bgimg {
    width: 70%;
  }
}
.site-map {
  padding: 1.35rem 0 1rem;
}
.site-map .c-box {
  width: 75%;
  margin: 0 auto;
}
.site-map .map-ul {
  margin-top: 0.7rem;
}
.site-map .map-ul .map-li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.25rem;
  flex-direction: column;
  margin-bottom: 0.6rem;
}
.site-map .map-ul .map-li .zz-left {
  width: 100%;
}
.site-map .map-ul .map-li .zz-left a {
  color: #000;
  padding-right: 20px;
  transition: all 0.3s;
  font-weight: bold;
}
.site-map .map-ul .map-li .zz-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.site-map .map-ul .map-li .zz-right li {
  margin-bottom: 0.2rem;
  padding-right: 10px;
  width: 20%;
}
@media (max-width: 1580px) {
}
.site-map .map-ul .map-li .zz-right a {
  color: #666;
  transition: all 0.3s;
}
.site-map .map-ul .map-li .zz-left a:hover,
.site-map .map-ul .map-li .zz-right a:hover {
  color: #288d51;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .site-map {
    padding: 1rem 0 0.6rem;
  }
  .site-map .c-box {
    width: 100%;
  }
  .site-map .map-ul .map-li {
    flex-direction: column;
  }
  .site-map .map-ul .map-li .zz-left {
    width: 100%;
  }
  .site-map .map-ul .map-li .zz-right li {
    width: 50%;
    padding-right: 0.4rem;
  }
}
.yd-mzsm {
  margin-top: 0.7rem;
}
.yd-mzsm .h2 {
  font-weight: bold;
}
.yd-mzsm .c-box {
  width: 75%;
  margin: 0 auto;
}
.yd-mzsm .c-cont {
  color: #666;
  line-height: 1.7;
  border-top: 1px solid #eee;
  margin-top: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .yd-mzsm .c-box {
    width: 100%;
  }
}
.public-tanchuang {
  width: 62.5%;
  background: transparent;
}
.public-tanchuang .zz-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-tanchuang .zz-close img {
  width: 0.2rem;
  min-width: 15px;
  height: 0.2rem;
  min-height: 15px;
}
.public-tanchuang .c-box {
  display: flex;
  align-items: stretch;
}
@media (min-width: 1941px) {
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {
}
@media (max-width: 767px) {
  .public-tanchuang .c-box {
    min-height: unset;
  }
}
.public-tanchuang .zz-left {
  width: 36.66%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.public-tanchuang .zz-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.public-tanchuang .zz-left .c-textBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0.4rem 0.35rem;
  color: #fff;
}
.public-tanchuang .zz-left .c-textBox .c-title {
  display: flex;
  align-items: flex-end;
}
.public-tanchuang .zz-left .c-textBox .c-title img {
  width: 1.5rem;
  margin-right: 10px;
}
.public-tanchuang .zz-left .c-textBox .c-title div {
  margin-top: 5px;
}
.public-tanchuang .zz-left .c-textBox .c-title p {
  line-height: 1.1;
}
.public-tanchuang .zz-left .c-textBox a {
  color: #fff;
}
.public-tanchuang .zz-left .c-textBox .c-text .c-div3 {
  margin-top: 0.4rem;
  display: flex;
}
.public-tanchuang .zz-left .c-textBox .c-text .c-div3 a {
  color: rgba(242, 248, 245, 0.6);
  margin-right: 15px;
}
.public-tanchuang .zz-right {
  padding: 0.3rem 0.5rem 0.55rem;
  width: 63.33%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.public-tanchuang .zz-right .c-title {
  font-weight: bold;
}
.public-tanchuang .zz-right .c-inputBox {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.public-tanchuang .zz-right .c-input {
  width: 48.48%;
  margin-bottom: 0.25rem;
}
.public-tanchuang .zz-right .c-input .c-div1 {
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
}
.public-tanchuang .zz-right .c-input .c-div1 span {
  color: #288d51;
  margin-right: 5px;
}
.public-tanchuang .zz-right .c-input .c-div2 .onlineAsk-drop {
  margin-right: 0;
  margin-bottom: 0;
  height: 0.5rem;
  min-height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #999;
}
.public-tanchuang .zz-right .c-input .c-div2 .onlineAsk-drop:hover {
  border-color: #288d51;
}
.public-tanchuang .zz-right input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 20px;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.public-tanchuang .zz-right input::-webkit-input-placeholder {
  color: #999;
}
.public-tanchuang .zz-right input:-moz-placeholder {
  color: #999;
}
.public-tanchuang .zz-right input::-moz-placeholder {
  color: #999;
}
.public-tanchuang .zz-right input:-ms-input-placeholder {
  color: #999;
}
.public-tanchuang .zz-right .c-textarea {
  position: relative;
}
.public-tanchuang .zz-right .c-textarea .inputTips {
  margin-bottom: 10px;
  font-weight: bold;
}
.public-tanchuang .zz-right .c-textarea textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 165px;
  padding: 15px 20px ;
}
.public-tanchuang .zz-right .c-textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.public-tanchuang .zz-right .c-textarea textarea:-moz-placeholder {
  color: #999;
}
.public-tanchuang .zz-right .c-textarea textarea::-moz-placeholder {
  color: #999;
}
.public-tanchuang .zz-right .c-textarea textarea:-ms-input-placeholder {
  color: #999;
}
.public-tanchuang .zz-right .c-tips {
  color: #666;
  margin-top: 5px;
  margin-bottom: 0.35rem;
}
.public-tanchuang .zz-right .c-tips a {
  color: #288d51;
}
.public-tanchuang .zz-right .hi-btn1 {
  min-width: 2rem;
}
.public-tanchuang .zz-right .tc-two {
  display: none;
  margin-bottom: 1.25rem;
}
.public-tanchuang .zz-right .tc-two .c-input {
  margin-bottom: 0;
}
.public-tanchuang .zz-right .tc-two .c-inputBox {
  margin-top: 0.25rem;
}
.public-tanchuang.quote-tc {
  width: 50.52%;
  background: #fff;
}
.public-tanchuang.quote-tc .zz-close {
  height: 0.8rem;
  min-height: 60px;
  width: 60px;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .public-tanchuang.quote-tc .zz-close {
    padding-right: 0;
  }
}
.public-tanchuang.quote-tc .quote-title {
  font-weight: bold;
  padding: 0 1rem 0 0.4rem;
  border-bottom: 1px solid #ddd;
  color: #000;
  height: 0.8rem;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.public-tanchuang.quote-tc .c-box {
  padding: 0.3rem 0.4rem;
  justify-content: space-between;
}
.public-tanchuang.quote-tc .c-box .zz-left {
  width: 45.5%;
  border: 1px solid #ddd;
  border-radius: 0;
}
.public-tanchuang.quote-tc .c-box .zz-left img {
  border-radius: 0;
}
.public-tanchuang.quote-tc .c-box .zz-right {
  width: 51%;
  padding: 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public-tanchuang.quote-tc .c-box .zz-right .quote-ul {
  margin-top: 10px;
}
.public-tanchuang.quote-tc .c-box .zz-right .quote-ul .quote-li {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.public-tanchuang.quote-tc .c-box .zz-right .quote-ul .quote-li span {
  margin-left: 10px;
}
.public-tanchuang.quote-tc .c-box .zz-right input {
  background: #f8f8f8;
  border-radius: 0;
  width: 100%;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-one .c-input {
  width: 100%;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two {
  margin-bottom: 0.2rem;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-input {
  width: 48%;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-inputBox {
  margin-top: 0.15rem;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .checkBoxUl {
  display: flex;
  align-items: center;
  color: #666;
  height: 0.5rem;
  min-height: 40px;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .checkBoxUl .checkBox {
  display: flex;
  align-items: center;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .checkBoxUl .checkBox:nth-of-type(1) {
  margin-right: 0.35rem;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .checkBoxUl input {
  width: 15px;
  height: 15px;
  min-height: unset;
  background: transparent;
  padding: 0;
  border-color: #999;
  margin-right: 10px;
}
.public-tanchuang.quote-tc .c-box .zz-right .tc-two .checkBoxUl input::after {
  top: 23%;
  left: 19%;
}
.public-tanchuang.quote-tc .c-box .zz-right .c-tips {
  margin-bottom: 0.25rem;
}
.public-tanchuang.quote-tc .c-box .c-textBox {
  color: #666;
  padding: 0.15rem 0.3rem;
  font-weight: bold;
}
.public-tanchuang.quote-tc .c-box .c-textBox p:nth-of-type(1) {
  color: #288d51;
  margin-bottom: 10px;
}
@media (max-width: 1260px) {
  .public-tanchuang {
    width: 71%;
  }
  .public-tanchuang.quote-tc {
    width: 63%;
  }
}
@media (max-width: 1024px) {
  .public-tanchuang {
    width: 91%;
  }
  .public-tanchuang.quote-tc {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .public-tanchuang .zz-left {
    display: none;
  }
  .public-tanchuang .zz-right {
    width: 100%;
    padding: 0.4rem;
    padding-bottom: 0.5rem;
    border-radius: 10px;
  }
  .public-tanchuang .zz-close img {
    min-width: 0.5rem;
  }
  .public-tanchuang .zz-close {
    top: 0.1rem;
    right: 0.1rem;
  }
  .public-tanchuang.quote-tc .zz-close {
    top: 0;
    right: 0;
  }
  .public-tanchuang .zz-right .public-input2 .c-div1 {
    min-width: 1.5rem;
  }
  .public-tanchuang .zz-right .public-textarea textarea {
    padding: 0 0.8rem;
  }
  .public-tanchuang .zz-right .c-title {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .public-tanchuang .zz-close img {
    min-width: unset;
    min-height: unset;
    width: 0.25rem;
    height: 0.25rem;
  }
  .public-tanchuang .zz-right input,
  .public-tanchuang .zz-right .c-input .c-div2 .onlineAsk-drop {
    padding: 0 0.3rem;
  }
  .public-tanchuang .zz-right .c-textarea {
    margin-top: 0.2rem;
  }
  .public-tanchuang .zz-right .c-textarea textarea {
    padding: 0.2rem 0.3rem;
  }
  .public-tanchuang .zz-right .c-inputBox,
  .public-tanchuang .zz-right .c-tips,
  .public-tanchuang .zz-right .tc-two .c-inputBox {
    margin-top: 0.4rem;
  }
  .public-tanchuang .zz-right .tc-two {
    margin-bottom: 0;
  }
  .public-tanchuang .zz-right .tc-two .c-inputBox {
    flex-direction: column;
    margin-top: 0;
  }
  .public-tanchuang .zz-right .tc-two .c-inputBox .c-input {
    margin-top: 0.25rem;
  }
  .public-tanchuang .zz-right .c-textarea textarea {
    height: 3.5rem;
  }
  .public-tanchuang .zz-right .tc-two .c-input,
  .public-tanchuang.quote-tc .c-box .zz-right {
    width: 100%;
  }
  .public-tanchuang.quote-tc .c-box .tc-two .zz-right {
    margin-top: 0;
    padding-top: 0;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-inputBox:nth-of-type(1) {
    flex-direction: unset;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-inputBox:nth-of-type(2) .c-input {
    width: 100%;
    margin-top: 0.1rem;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-inputBox:nth-of-type(2) .c-input:nth-of-type(2) .c-div1 {
    margin-bottom: 0;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-inputCheck {
    margin-top: 0.3rem !important;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .c-tips {
    margin-top: 0.2rem;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two {
    margin-bottom: 0;
  }
  .public-tanchuang.quote-tc .c-box .zz-right .tc-two .c-tips {
    margin-top: 0;
  }
  .public-tanchuang.quote-tc {
    width: 90%;
  }
  .public-tanchuang.quote-tc .c-box .zz-right {
    padding-top: 0;
  }
}
.x-zbl {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 500;
}
.x-zbl .x-con {
  display: flex;
  flex-direction: column;
}
.x-zbl .x-con .x-conLi {
  padding: 15px 10px 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #288d51;
  cursor: pointer;
}
.x-zbl .x-con .x-conLi:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.6);
}
.x-zbl .x-con .x-conLi img,
.x-zbl .x-con .x-conLi svg {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .x-zbl .x-con .x-conLi span {
    display: none;
  }
  .x-zbl .x-con .x-conLi {
    padding: 0.24rem;
  }
  .x-zbl .x-con .x-conLi img,
  .x-zbl .x-con .x-conLi svg {
    margin-bottom: 0;
  }
  .x-zbl {
    bottom: 20%;
  }
}
/*# sourceMappingURL=./style.css.map */