.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  position: relative;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 80px;
  }
}
.banner .slickbanner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
  }
}
.banner .slickbanner .slider-for {
  position: relative;
}
.banner .slickbanner .slider-for .slick-list {
  margin-bottom: -5px;
}
.banner .slickbanner .slider-for .slick-list .item .img-box {
  padding-bottom: 43.22916667%;
}
.banner .slickbanner .slider-for .slick-list .item .imgbox {
  overflow: hidden;
}
.banner .slickbanner .slider-for .slick-list .item .imgbox img{
  width: 100%;
}
.banner .slickbanner .slider-for .slick-list .item {
  display: block;
  position: relative;
}

.banner .slickbanner .slider-for .slick-list .item  .img-box {
  display: block;
  z-index: 0;
}

.banner .slickbanner .slider-for .slick-list .item .img-box img {
  display: block;
  width: 100%;
}
.banner .slickbanner .slider-for .slick-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .slickbanner .slider-for .slick-dots li {
  float: left;
  padding: 0 5px;
}
.banner .slickbanner .slider-for .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #9bbc42;
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.banner .slickbanner .slider-for .slick-dots .slick-active button {
  background-color: #9bbc42;
}
.banner .slickbanner .slider-nav {
  position: absolute;
  bottom: 55px;
  right: 13.28125%;
  width: 220px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .banner .slickbanner .slider-nav {
    right: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav {
    right: 50px;
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slider-nav {
    bottom: 50%;
    transform: translateY(50%);
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slider-nav {
    display: none !important;
  }
}
.banner .slickbanner .slider-nav .slick-list {
  margin: -10px 0;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list {
    margin: -5px 0;
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-slide {
  padding: 10px 0;
  float: none;
  width: auto !important;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list .slick-slide {
    padding: 5px 0;
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item {
  position: relative;
  overflow: hidden;
  padding: 4px;
  border-radius: 38px;
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item .pic {
  position: relative;
  width: 70px;
  float: right;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list .slick-slide .item .pic {
    width: 50px;
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item .pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108.57142857%;
  height: 108.57142857%;
  border-radius: 50%;
  background-color: rgba(195, 200, 108, 0.18);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list .slick-slide .item .pic::before {
    background-color: rgba(195, 200, 108, 0.35);
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item .pic .img-box {
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  width: 210px;
  min-height: 76px;
  padding-right: 75px;
  padding-left: 15px;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(195, 200, 108, 0.18);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list .slick-slide .item .txt {
    width: 160px;
    min-height: 55px;
    padding-right: 60px;
    border-radius: 27.5px;
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-slide .item .txt p {
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slider-nav .slick-list .slick-slide .item .txt p {
    font-size: 15px;
  }
}
.banner .slickbanner .slider-nav .slick-list .slick-current .item .pic::before {
  opacity: 0;
}
.banner .slickbanner .slider-nav .slick-list .slick-current .item .txt {
  transform: translate(0, -50%);
  opacity: 1;
}
.banner > button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .banner > button {
    display: none;
  }
}
.banner > button:active::before {
  font-size: 28px;
}
.banner > button:hover::before {
  color: #9bbc42;
}
.banner > button::before {
  color: #000;
  font-size: 35px;
  transition: color 0.35s;
  -webkit-transition: color 0.35s;
}
.common-title {
  text-align: center;
}
.common-title span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.28571429;
  color: #7ca537;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .common-title span {
    font-size: 13px;
  }
}
.common-title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .common-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2 {
    font-size: 20px;
  }
}
.index-prodcut {
  overflow: hidden;
}
.index-prodcut .index-prodcut-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-nav {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 -5px;
  }
}
.index-prodcut .index-prodcut-nav li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-nav li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-nav li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .index-prodcut .index-prodcut-nav li {
    width: 100%;
  }
}
.index-prodcut .index-prodcut-nav li a {
  display: flex;
  padding: 7px;
  border-radius: 44px;
  align-items: center;
  background-color: rgba(124, 165, 55, 0.12);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .index-prodcut .index-prodcut-nav li a:hover {
    background-color: #7ca537;
  }
  .index-prodcut .index-prodcut-nav li a:hover p {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-nav li a:active {
    background-color: #7ca537;
  }
  .index-prodcut .index-prodcut-nav li a:active p {
    color: #fff;
  }
}
.index-prodcut .index-prodcut-nav li a .pic {
  overflow: hidden;
  width: 120px;
  border-radius: 37px;
}
@media screen and (max-width: 1439px) {
  .index-prodcut .index-prodcut-nav li a .pic {
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .index-prodcut .index-prodcut-nav li a .pic {
    width: 55px;
  }
}
.index-prodcut .index-prodcut-nav li a .pic .img-box {
  padding-bottom: 61.66666667%;
}
.index-prodcut .index-prodcut-nav li a p {
  width: calc(100% - 120px);
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .index-prodcut .index-prodcut-nav li a p {
    width: calc(100% - 75px);
    padding-left: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .index-prodcut .index-prodcut-nav li a p {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-nav li a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .index-prodcut .index-prodcut-nav li a p {
    width: calc(100% - 55px);
    font-size: 13px;
  }
}
.index-prodcut .index-prodcut-nav .active a {
  background-color: #7ca537;
}
.index-prodcut .index-prodcut-nav .active a p {
  color: #fff;
}
.index-prodcut .index-prodcut-items section {
  display: none;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick {
  position: relative;
  background-color: #f6f6f6;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item {
  padding: 10px;
  border-right: 1px dashed #ffffff;
}
@media screen and (min-width: 1200px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item:hover .txt a {
    color: #7ca537;
  }
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .pic {
  display: block;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .pic .img-box {
  padding-bottom: 72.72727273%;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .txt {
  padding-top: 6px;
  text-align: center;
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .txt a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 20px;
  line-height: 70px;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .txt a {
    font-size: 18px;
    line-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .txt a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-list .item .txt a {
    font-size: 13px;
    line-height: 25px;
  }
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow {
    width: 45px;
    height: 45px;
    border-color: #7ca537;
    background-color: #7ca537;
  }
}
@media screen and (max-width: 991px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow:hover {
    border-color: #7ca537;
  }
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow:hover::before {
    color: #7ca537;
  }
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow:active {
    transform: translate(0, -50%) scale(0.9);
  }
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea64';
  color: #8d8d8d;
  font-size: 20px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 14px;
  }
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-prev {
  left: -7.44680851%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-prev {
    left: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-prev {
    left: 5px;
  }
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-prev::before {
  content: '\eb6f';
}
.index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-next {
  right: -7.44680851%;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .index-prodcut .index-prodcut-items section .index-prodcut-slick .slick-next {
    right: 5px;
  }
}
.index-prodcut .index-prodcut-items .active {
  display: block;
}
.index-about {
  overflow: hidden;
}
.index-about .content {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  .index-about .content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content {
    padding: 0;
  }
}
.index-about .content .video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  width: 49.47916667%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .index-about .content .video {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 0;
    height: 249px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .video {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .content .video {
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .video:hover .img-box img {
    transform: scale(1.03);
  }
}
.index-about .content .video .img-box {
  padding-bottom: 68.84210526%;
}
.index-about .content .video .img-box img {
  transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.index-about .content .video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, 0.49);
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .index-about .content .video i {
    left: 32%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .video i {
    left: 50%;
    width: 45px;
    height: 45px;
    border: 15px solid rgba(255, 255, 255, 0.49);
  }
}
.index-about .content .video i:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.index-about .content .video i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e689';
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .index-about .content .video i::before {
    font-size: 30px;
  }
}
.index-about .content .video i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, 0.49);
}
@media screen and (max-width: 991px) {
  .index-about .content .video i::after {
    width: 60px;
    height: 60px;
    border-color: rgba(255, 255, 255, 0.35);
    border-width: 15px;
  }
}
.index-about .content .txt-box {
  position: relative;
  float: right;
  width: 55.46875%;
  padding: 60px 90px;
  padding-right: 13.28125%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 5px rgba(3, 115, 52, 0.03);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .index-about .content .txt-box {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1439px) {
  .index-about .content .txt-box {
    width: 63%;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box {
    padding: 40px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box {
    width: 100%;
    padding: 40px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box {
    padding: 30px 15px;
  }
}
.index-about .content .txt-box .title {
  position: relative;
  z-index: 3;
}
.index-about .content .txt-box .title h2 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 36px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box .title h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .title h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.index-about .content .txt-box .txt {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-about .content .txt-box .txt p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .txt p {
    font-size: 14px;
  }
}
.index-about .content .txt-box .num {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box .num {
    padding: 45px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box .num {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .num {
    padding: 30px 0 0;
  }
}
.index-about .content .txt-box .num li {
  width: 35.77290518%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .num li {
    width: 33.333333% !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .content .txt-box .num li {
    width: 50% !important;
  }
}
.index-about .content .txt-box .num li .item {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 480px) {
  .index-about .content .txt-box .num li .item {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .txt-box .num li .item:hover::before {
    background-color: rgba(124, 165, 55);
    color: #fff;
  }
  .index-about .content .txt-box .num li .item:hover b span {
    color: #7ca537;
  }
  .index-about .content .txt-box .num li .item:hover b sub {
    color: #7ca537;
  }
}
.index-about .content .txt-box .num li .item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e7ce';
  font-weight: 500;
  font-size: 25px;
  color: #222222;
  background-color: rgba(124, 165, 55, 0.18);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 480px) {
  .index-about .content .txt-box .num li .item::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.index-about .content .txt-box .num li .item b {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box .num li .item b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .num li .item b {
    font-size: 20px;
  }
}
.index-about .content .txt-box .num li .item b span {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-about .content .txt-box .num li .item b sub {
  bottom: 1px;
  left: 3px;
  font-size: 18px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .num li .item b sub {
    font-size: 16px;
  }
}
.index-about .content .txt-box .num li .item p {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.index-about .content .txt-box .num li:nth-child(2) {
  width: 32.96718713%;
}
.index-about .content .txt-box .num li:nth-child(2) .item::before {
  content: '\e656';
}
.index-about .content .txt-box .num li:nth-child(3) {
  width: 30.86289859%;
}
.index-about .content .txt-box .num li:nth-child(3) .item::before {
  content: '\e64d';
}
.index-about .content .txt-box > a {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 10px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  background-color: #7ca537;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box > a {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .content .txt-box > a {
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .txt-box > a:hover {
    background-color: #8bb83e;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box > a:active {
    background-color: #8bb83e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.index-about .content .txt-box > a::after {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  content: '\eb20';
  transform: rotateZ(180deg) translate(-8px, -4px);
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box > a::after {
    font-size: 21px;
    transform: rotateZ(180deg) translate(0);
  }
}
@media screen and (max-width: 480px) {
  .index-about .content .txt-box > a::after {
    font-size: 18px;
    transform: rotateZ(180deg) translate(0, -1px);
  }
}
.index-about .content .txt-box .icon-box .pic {
  position: absolute;
  bottom: -40px;
  right: 128px;
  width: 37%;
  max-width: 350px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .icon-box .pic {
    bottom: -20px;
    right: 3.25945241%;
  }
}
.index-about .content .txt-box .icon-box .pic .img-box {
  padding-bottom: 45.71428571%;
}
.index-about .content .txt-box .icon-box p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotateZ(-180deg) translateY(50%);
  -ms-transform: rotateZ(0) translateY(50%);
  z-index: 1;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-rl;
  font-size: 91px;
  line-height: 0.73626374;
  color: #9bbc42;
  opacity: 0.06;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .index-about .content .txt-box .icon-box p {
    font-size: 70px;
    opacity: 0.1;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box .icon-box p {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box .icon-box p {
    font-size: 50px;
  }
}
.index-choose {
  overflow: hidden;
}
.index-choose ul {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .index-choose ul {
    margin-top: 30px;
  }
}
.index-choose ul::before,
.index-choose ul::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #eeeeee;
}
.index-choose ul::before {
  left: 44.32624113%;
}
@media screen and (max-width: 767px) {
  .index-choose ul::before {
    left: 0;
  }
}
.index-choose ul::after {
  right: 44.32624113%;
}
@media screen and (max-width: 767px) {
  .index-choose ul::after {
    right: 0;
    left: 70px;
  }
}
.index-choose ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .index-choose ul li {
    display: block;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .index-choose ul li:hover::before {
    background-color: #7ca537;
    color: #fff;
  }
}
.index-choose ul li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
  color: #222222;
  font-size: 43px;
  background-color: #eff4e7;
  z-index: 2;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .index-choose ul li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    left: 17.5px !important;
    transform: translate(0, -50%) !important;
  }
}
.index-choose ul li::after {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: '';
  background: url(../images/img/index_choose_iconbgg.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li::after {
    width: 105px;
    height: 105px;
  }
}
@media screen and (max-width: 1199px) {
  .index-choose ul li::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li::after {
    width: 55px;
    height: 55px;
    left: 7.5px !important;
    transform: translate(0, -50%) !important;
  }
}
.index-choose ul li .txt-box {
  width: 44.32624113%;
  padding-left: 55px;
  padding-right: 90px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li .txt-box {
    padding-left: 35px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li .txt-box {
    padding-left: 25px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li .txt-box {
    width: 100%;
    padding: 0 0 10px !important;
    text-align: left !important;
  }
}
.index-choose ul li .txt-box .title {
  padding: 25px 0 5px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li .txt-box .title {
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li .txt-box .title {
    padding-right: 35px;
  }
}
.index-choose ul li .txt-box .title h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1.36363636;
  color: #444444;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .index-choose ul li .txt-box .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li .txt-box .title h2 {
    padding-left: 30px;
    font-size: 18px;
  }
}
.index-choose ul li .txt-box .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background-color: #7ca537;
}
.index-choose ul li .txt-box .title p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #888888;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .index-choose ul li .txt-box .title p {
    font-size: 13px;
  }
}
.index-choose ul li .txt-box .txt {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .index-choose ul li .txt-box .txt {
    font-size: 13px;
  }
}
.index-choose ul li .pic {
  width: 44.32624113%;
  padding-left: 90px;
  padding-right: 55px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li .pic {
    padding-left: 55px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li .pic {
    padding-right: 25px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li .pic {
    width: 100%;
    padding: 0 !important;
  }
}
.index-choose ul li .pic i {
  position: absolute;
  bottom: 27px;
  font-size: 36px;
  line-height: 0.83333333;
  color: #eef4df;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .index-choose ul li .pic i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li .pic i {
    font-size: 25px;
    bottom: 100%;
    transform: translateY(35px);
  }
}
.index-choose ul li .pic .img-box {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 33.33333333%;
}
.index-choose ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.index-choose ul li:nth-child(even) .txt-box h2::before {
  right: -36px;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(even) .txt-box h2::before {
    right: 100%;
    transform: translate(100%, -50%);
  }
}
.index-choose ul li:nth-child(even) .pic i {
  left: 0;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(even) .pic i {
    left: 100%;
    transform: translate(-100%, 35px);
  }
}
.index-choose ul li:nth-child(odd) .txt-box {
  padding-left: 90px;
  padding-right: 55px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li:nth-child(odd) .txt-box {
    padding-left: 55px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(odd) .txt-box {
    padding-left: 35px;
    padding-right: 25px;
  }
}
.index-choose ul li:nth-child(odd) .txt-box h2::before {
  left: -36px;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(odd) .txt-box h2::before {
    left: 0;
  }
}
.index-choose ul li:nth-child(odd) .pic {
  padding-left: 55px;
  padding-right: 90px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li:nth-child(odd) .pic {
    padding-left: 35px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(odd) .pic {
    padding-left: 25px;
    padding-right: 35px;
  }
}
.index-choose ul li:nth-child(odd) .pic i {
  right: 0;
}
.index-choose ul li:first-child {
  padding-top: 0;
}
.index-choose ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index-choose ul li:nth-child(2)::before {
  content: '\e66c';
  font-size: 45px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li:nth-child(2)::before {
    font-size: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .index-choose ul li:nth-child(2)::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(2)::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(2)::before {
    font-size: 18px;
  }
}
.index-choose ul li:nth-child(2)::after {
  transform: translate(-50%, -50%) rotateZ(-88deg);
}
.index-choose ul li:nth-child(3)::before {
  content: '\e652';
}
.index-choose ul li:nth-child(3)::after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.common-pic {
  overflow: hidden;
}
.common-pic ul {
  display: flex;
  flex-wrap: wrap;
}
.common-pic ul li {
  width: 29.94791667%;
}
@media screen and (max-width: 480px) {
  .common-pic ul li {
    width: 100%;
    padding: 0 15px !important;
  }
}
.common-pic ul li .item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .common-pic ul li .item {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1199px) {
  .common-pic ul li .item {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 991px) {
  .common-pic ul li .item {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .common-pic ul li .item {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 480px) {
  .common-pic ul li .item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .common-pic ul li .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.common-pic ul li .item .img-box {
  padding-bottom: 53.04347826%;
}
.common-pic ul li .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .common-pic ul li:last-child .item:last-child {
    margin-bottom: 0;
  }
}
.common-pic ul li:nth-child(2) {
  width: 40.10416667%;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .common-pic ul li:nth-child(2) {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1199px) {
  .common-pic ul li:nth-child(2) {
    padding: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  .common-pic ul li:nth-child(2) {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .common-pic ul li:nth-child(2) {
    padding: 0 4px;
  }
}
@media screen and (max-width: 480px) {
  .common-pic ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.common-pic ul li:nth-child(2) .item .img-box {
  padding-bottom: 82.66666667%;
}
.index-new {
  overflow: hidden;
}
.index-new .index-new-slick {
  position: relative;
}
.index-new .index-new-slick .slick-list {
  margin: 0 -15px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list {
    padding: 30px 0;
    margin: 0 -5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item {
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box::before {
    width: 100%;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box .date {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box .date::before {
    color: #7ca537;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box .date::after {
    color: #7ca537;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box .date span {
    color: #7ca537;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box .new-name a {
    color: #7ca537;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box > a {
    color: #7ca537;
  }
  .index-new .index-new-slick .slick-list .slick-slide .item:hover .txt-box > a::after {
    color: #7ca537;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .pic {
  display: block;
}
.index-new .index-new-slick .slick-list .slick-slide .item .pic .img-box {
  padding-bottom: 72.22222222%;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box {
  position: relative;
  padding: 25px 35px;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box {
    padding: 20px;
    padding-top: 0;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  background-color: #9bbc42;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date {
  position: relative;
  width: 192px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding-left: 80px;
  padding-right: 15px;
  transform: translate(30px, -50%);
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date {
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e658';
  color: #666666;
  font-size: 20px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #bfbfbf;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date::after {
    left: 53px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .date span {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .new-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box .new-name {
    font-size: 16px;
    min-height: 52px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .new-name a {
  text-transform: uppercase;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box .txt {
    margin-top: 5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.78571429;
  color: #666666;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box > a {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt-box > a {
    margin-top: 5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt-box > a::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  content: '\eb70';
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-new .index-new-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-arrow {
    width: 45px;
    height: 45px;
    border-color: #7ca537;
    background-color: #7ca537;
  }
}
@media screen and (max-width: 991px) {
  .index-new .index-new-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .index-new-slick .slick-arrow:hover {
    border-color: #7ca537;
  }
  .index-new .index-new-slick .slick-arrow:hover::before {
    color: #7ca537;
  }
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-arrow:active {
    transform: translate(0, -50%) scale(0.9);
  }
}
.index-new .index-new-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea64';
  color: #8d8d8d;
  font-size: 20px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-arrow::before {
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .index-new .index-new-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-arrow::before {
    font-size: 14px;
  }
}
.index-new .index-new-slick .slick-prev {
  left: -7.44680851%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
  .index-new .index-new-slick .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-prev {
    left: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-prev {
    left: 5px;
  }
}
.index-new .index-new-slick .slick-prev::before {
  content: '\eb6f';
}
.index-new .index-new-slick .slick-next {
  right: -7.44680851%;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  .index-new .index-new-slick .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick .slick-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-next {
    right: 5px;
  }
}
.index-oem {
  overflow: hidden;
}
.index-oem .index-oem-slick .slick-list {
  margin: 0 -15px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .index-oem .index-oem-slick .slick-list {
    padding-bottom: 30px;
  }
}
.index-oem .index-oem-slick .slick-list .slick-slide {
  padding: 0 15px;
}
/*@media screen and (min-width: 1200px) {
  .index-oem .index-oem-slick .slick-list .slick-slide .item:hover .img-box img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}*/
.index-oem .index-oem-slick .slick-list .slick-slide .item:hover .img-box img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
@media screen and (max-width: 1199px) {
  .index-oem .index-oem-slick .slick-list .slick-slide .item:active .img-box img {
    filter: blur(0) grayscale(0);
    -webkit-filter: blur(0) grayscale(0);
  }
}
.index-oem .index-oem-slick .slick-list .slick-slide .item .img-box {
  padding-bottom: 47.61904762%;
}
.index-oem .index-oem-slick .slick-list .slick-slide .item .img-box img {
  filter: blur(5px) grayscale(100%);
  -webkit-filter: blur(5px) grayscale(100%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about-page {
  overflow: hidden;
}
/* .about-page .info {
  text-align: center;
} */
.about-page .info .title{
  text-align: center;
}
.about-page .info .title h2 {
  margin: 0;
  padding-bottom: 17px;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .about-page .info .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .info .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .title h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.about-page .info .title p {
  font-size: 20px;
  line-height: 1.5;
  color: #7ca537;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about-page .info .title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .info .title p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .title p {
    font-size: 15px;
  }
}
.about-page .info .txt {
  padding: 10px 0 45px;
}
@media screen and (max-width: 767px) {
  .about-page .info .txt {
    padding: 10px 0 30px;
  }
}
.about-page .info .txt p {
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .about-page .info .txt p {
    font-size: 14px;
  }
}
.about-page .video {
  overflow: hidden;
}
.about-page .video .container .video-content {
  position: relative;
}
.about-page .video .container .video-content .pic {
  position: relative;
}
.about-page .video .container .video-content .pic .img-box {
  padding-bottom: 36.5248227%;
}
.about-page .video .container .video-content .pic i {
  position: absolute;
  top: 32.03883495%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, 0.49);
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .about-page .video .container .video-content .pic i {
    width: 45px;
    height: 45px;
    border: 15px solid rgba(255, 255, 255, 0.49);
  }
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .pic i {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-page .video .container .video-content .pic i:active {
  transform: translateX(-50%) scale(0.95);
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .pic i:active {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
.about-page .video .container .video-content .pic i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e689';
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 1199px) {
  .about-page .video .container .video-content .pic i::before {
    font-size: 30px;
  }
}
.about-page .video .container .video-content .pic i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, 0.49);
}
@media screen and (max-width: 1199px) {
  .about-page .video .container .video-content .pic i::after {
    width: 60px;
    height: 60px;
    border-color: rgba(255, 255, 255, 0.35);
    border-width: 15px;
  }
}
.about-page .video .container .video-content .num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.38);
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num {
    position: relative;
    background-color: #fff;
    padding-top: 30px;
  }
}
.about-page .video .container .video-content .num ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.about-page .video .container .video-content .num ul li {
  max-width: 33.333333%;
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num ul li {
    width: 50%;
    padding: 0 10px;
  }
}
.about-page .video .container .video-content .num ul li .item {
  padding: 25px 0;
}
@media screen and (max-width: 1199px) {
  .about-page .video .container .video-content .num ul li .item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num ul li .item {
    text-align: center;
  }
}
.about-page .video .container .video-content .num ul li .item b {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 42px;
  line-height: 1.07142857;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about-page .video .container .video-content .num ul li .item b {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .video .container .video-content .num ul li .item b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num ul li .item b {
    color: #222222;
  }
}
.about-page .video .container .video-content .num ul li .item b sub {
  font-size: 20px;
  left: 3px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .about-page .video .container .video-content .num ul li .item b sub {
    font-size: 16px;
  }
}
.about-page .video .container .video-content .num ul li .item p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .about-page .video .container .video-content .num ul li .item p {
    color: #222222;
  }
}
.about-page .choose {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-page .choose ul {
    padding-top: 10px;
  }
}
.about-page .choose ul li {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .about-page .choose ul li {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li {
    margin-top: 50px;
  }
}
.about-page .choose ul li .item {
  position: relative;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (min-width: 1200px) {
  .about-page .choose ul li .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  }
  .about-page .choose ul li .item:hover::before {
    background-color: #7ca537;
    color: #fff;
  }
  .about-page .choose ul li .item:hover .txt-box {
    border-color: #fff;
  }
}
.about-page .choose ul li .item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
  color: #222222;
  font-size: 43px;
  background-color: #eff4e7;
  z-index: 2;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .about-page .choose ul li .item::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .choose ul li .item::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li .item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li .item::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
}
.about-page .choose ul li .item::after {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: '';
  border: 1px solid #7ca537;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .about-page .choose ul li .item::after {
    width: 105px;
    height: 105px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .choose ul li .item::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li .item::after {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li .item::after {
    width: 55px;
    height: 55px;
  }
}
.about-page .choose ul li .item .txt-box {
  padding: 90px 30px;
  padding-bottom: 10px;
  min-height: 280px;
  border: 1px solid #eeeeee;
  border-bottom: none;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about-page .choose ul li .item .txt-box {
    padding-top: 65px;
    min-height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li .item .txt-box {
    padding-top: 50px;
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li .item .txt-box {
    padding: 35px 20px 20px;
    min-height: 0;
  }
}
.about-page .choose ul li .item .txt-box .title h2 {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1.36363636;
  color: #444444;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li .item .txt-box .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li .item .txt-box .title h2 {
    font-size: 18px;
  }
}
.about-page .choose ul li .item .txt-box .title p {
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.71428571;
  color: #888888;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li .item .txt-box .title p {
    font-size: 13px;
  }
}
.about-page .choose ul li .item .txt-box .txt {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  height: 96px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li .item .txt-box .txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page .choose ul li .item .txt-box .txt .mCSB_dragger {
    right: -20px;
  }
}
.about-page .choose ul li .item .pic .img-box {
  padding-bottom: 47.77777778%;
}
.about-page .choose ul li:nth-child(2) .item::before {
  content: '\e66c';
  font-size: 45px;
}
@media screen and (max-width: 1439px) {
  .about-page .choose ul li:nth-child(2) .item::before {
    font-size: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .choose ul li:nth-child(2) .item::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .choose ul li:nth-child(2) .item::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .choose ul li:nth-child(2) .item::before {
    font-size: 18px;
  }
}
.about-page .choose ul li:nth-child(3) .item::before {
  content: '\e652';
}
.about-page .history {
  overflow: hidden;
}
.about-page .history .history-items {
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .about-page .history .history-items {
    margin-top: 50px;
  }
}
.about-page .history .history-items .history-items-slick {
  padding: 0 60px;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick {
    padding: 0 30px;
  }
}
.about-page .history .history-items .history-items-slick::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #7ca537;
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide:nth-child(odd) .item .txt {
  top: 0;
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide:nth-child(even) .item .date::before {
  top: 100%;
  transform: translate(-50%, 0);
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide:nth-child(even) .item .date::after {
  top: 100%;
  transform: translate(-50%, 28px);
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide:nth-child(even) .item .txt {
  top: 266px;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide:nth-child(even) .item .txt {
    top: 228px;
  }
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item {
  position: relative;
  padding: 105px 0;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item:hover .date span {
    width: 86px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background-color: #7ca537;
  }
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item:hover .date span::before,
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item:hover .date span::after {
    width: 86px;
    height: 51.5px;
    background-color: #7ca537;
  }
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item:hover .txt p {
    color: #7ca537;
  }
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date {
  position: relative;
  margin: 0 auto;
  width: 98px;
  height: 114px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date {
    width: 70px;
    height: 80px;
  }
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -28px);
  width: 1px;
  height: 28px;
  background-color: #7ca537;
  content: '';
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #7ca537;
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 98px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  border-left: 1px solid #7ca537;
  border-right: 1px solid #7ca537;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span::before,
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(60deg);
  display: block;
  width: 98px;
  height: 58px;
  border-left: 1px solid #7ca537;
  border-right: 1px solid #7ca537;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span::before,
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span::after {
    width: 70px;
    height: 40px;
  }
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .date span::after {
  transform: translate(-50%, -50%) rotateZ(-60deg);
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .txt {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .txt p {
  font-size: 15px;
  line-height: 2;
  color: #222222;
}
@media screen and (max-width: 1199px) {
  .about-page .history .history-items .history-items-slick .slick-list .slick-slide .item .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.about-page .history .history-items .history-items-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 9px;
  height: 9px; */
  font-size: 0;
  border-radius: 50%;
  /* background-color: #7ca537; */
  background-color:transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-page .history .history-items .history-items-slick .slick-arrow::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:'\e661';
  color: #7ca537;
  font-size: 25px;
}
@media screen and (max-width:1199px) {
  .about-page .history .history-items .history-items-slick .slick-arrow::before{
    font-size: 20px;
  }
}
/* .about-page .history .history-items .history-items-slick .slick-arrow:active {
  transform: translateY(-50%) scale(2);
} */
.about-page .history .history-items .history-items-slick .slick-prev {
  left: 0;
}
.about-page .history .history-items .history-items-slick .slick-next {
  right: 0;
}
.about-page .history .history-items .history-items-slick .slick-next::before{
  transform:translate(-50%,-50%) rotateZ(180deg);
}
.about-page .honor {
  overflow: hidden;
}
.about-page .honor .about-honor-slick {
  padding: 55px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-page .honor .about-honor-slick {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor .about-honor-slick {
    padding: 35px 0 10px;
  }
}
.about-page .honor .about-honor-slick .slick-list {
  margin: 0 -15px;
}
.about-page .honor .about-honor-slick .slick-list .slick-slide {
  padding: 0 15px;
}
.about-page .honor .about-honor-slick .slick-list .slick-slide .item {
  display: block;
}
.about-page .honor .about-honor-slick .slick-list .slick-slide .item .pic .img-box {
  padding-bottom: 66.66666667%;
}
.about-page .honor .about-honor-slick .slick-list .slick-slide .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-page .honor .about-honor-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .about-page .honor .about-honor-slick .slick-arrow {
    top: 44%;
    width: 45px;
    height: 45px;
    border-color: #7ca537;
    background-color: #7ca537;
  }
}
@media screen and (max-width: 991px) {
  .about-page .honor .about-honor-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor .about-honor-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page .honor .about-honor-slick .slick-arrow:hover {
    border-color: #7ca537;
  }
  .about-page .honor .about-honor-slick .slick-arrow:hover::before {
    color: #7ca537;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor .about-honor-slick .slick-arrow:active {
    transform: translate(0, -50%) scale(0.9);
  }
}
.about-page .honor .about-honor-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea64';
  color: #8d8d8d;
  font-size: 20px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-page .honor .about-honor-slick .slick-arrow::before {
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .about-page .honor .about-honor-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor .about-honor-slick .slick-arrow::before {
    font-size: 14px;
  }
}
.about-page .honor .about-honor-slick .slick-prev {
  left: -7.44680851%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
  .about-page .honor .about-honor-slick .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor .about-honor-slick .slick-prev {
    left: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor .about-honor-slick .slick-prev {
    left: 5px;
  }
}
.about-page .honor .about-honor-slick .slick-prev::before {
  content: '\eb6f';
}
.about-page .honor .about-honor-slick .slick-next {
  right: -7.44680851%;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  .about-page .honor .about-honor-slick .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor .about-honor-slick .slick-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor .about-honor-slick .slick-next {
    right: 5px;
  }
}
.about-page .honor1 {
  background: no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .about-page .honor1 .about-honor-slick .slick-list .slick-slide .item:hover .pic img {
    transform: scale(1.05);
  }
  .about-page .honor1 .about-honor-slick .slick-list .slick-slide .item:hover .txt p {
    color: #7ca537;
  }
}
.about-page .honor1 .about-honor-slick .slick-list .slick-slide .item .txt {
  margin: 22px 0;
}
.about-page .honor1 .about-honor-slick .slick-list .slick-slide .item .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
  text-align: center;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .about-page .honor1 .about-honor-slick .slick-list .slick-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.about-page .honor1 .about-honor-slick .slick-arrow {
  top: 43%;
}
.about-page .honor2 .common-title span {
  padding-top: 10px;
  padding-bottom: 0;
}
.about-page .honor2 .about-honor-slick {
  padding: 35px 0 30px;
}
@media screen and (max-width: 1199px) {
  .about-page .honor2 .about-honor-slick {
    padding-bottom: 0;
  }
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item:hover .pic img {
    transform: scale(1.05);
  }
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item:hover .txt {
    transform: translateY(0);
  }
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .pic .img-box {
  padding-bottom: 139.39393939%;
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
  width: 100%;
  padding: 13px 0;
  background-color: rgba(124, 165, 55, 0.36);
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt {
    transform: translateY(0);
    background-color: rgba(124, 165, 55, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt {
    padding: 5px;
  }
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::before,
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 2px;
  transform: translateY(-13px);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::before,
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::after {
    transform: translateY(-12px);
  }
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::before {
  margin-right: 5px;
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt::after {
  margin-left: 5px;
}
.about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt p {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px);
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .about-page .honor2 .about-honor-slick .slick-list .slick-slide .item .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor2 .about-honor-slick .slick-arrow {
    top: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 991px) {
  .p-nav {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav {
    margin: 0 -5px;
  }
}
.p-nav > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-nav > li {
    float: left;
    padding: 5px 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-nav > li {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav > li {
    padding: 5px;
  }
}
.p-nav > li > a {
  position: relative;
  display: block;
  padding: 20px 60px;
  border-radius: 35px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #222222;
  background-color: #eff4e7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.p-nav > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #222;
  font-size: 25px;
  font-weight: 500;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .p-nav > li > a::before {
    right: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav > li > a::before {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-nav > li > a:hover {
    color: #fff;
    background-color: #7ca537;
  }
  .p-nav > li > a:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav > li > a {
    padding: 0;
    font-size: 18px;
    border-radius: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .p-nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav > li > a {
    font-size: 14px;
  }
}
.p-nav > li:last-child {
  margin-bottom: 0;
}
.p-nav > li .p-nav2 {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .p-nav > li .p-nav2 {
    display: none !important;
  }
}
.p-nav > li .p-nav2 li {
  padding: 0 60px;
  margin: 5px 0;
}
@media screen and (max-width: 1199px) {
  .p-nav > li .p-nav2 li {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-nav > li .p-nav2 li:hover a {
    transform: translateX(10px);
    text-decoration: underline;
  }
}
.p-nav > li .p-nav2 li a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .p-nav > li .p-nav2 li a {
    display: none !important;
  }
}
.p-nav > li .p-nav2 .active > a {
  color: #7ca537;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .p-nav > .active > a,
  .p-nav .first-active > a {
    color: #fff;
    background-color: #7ca537;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav > .active > a,
  .p-nav .first-active > a {
    color: #7ca537;
    text-decoration: underline;
  }
}
.p-nav > .active > a::before,
.p-nav .first-active > a::before {
  color: #fff;
  transform: translateY(-50%) rotateZ(90deg);
}
.product {
  overflow: hidden;
}
.product .product-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .product .product-list {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .product .product-list {
    padding: 30px 0 10px;
    margin: 0 -10px;
  }
}
.product .product-list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product .product-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .product .product-list li {
    width: 100%;
  }
}
.product .product-list li .item {
  display: block;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .product .product-list li .item:hover {
    border-color: #7ca537;
  }
  .product .product-list li .item:hover .pic img {
    transform: scale(1.02);
  }
  .product .product-list li .item:hover .txt {
    background-color: #7ca537;
  }
  .product .product-list li .item:hover .txt a {
    color: #fff;
  }
}
.product .product-list li .item .pic .img-box {
  padding-bottom: 72.72727273%;
}
.product .product-list li .item .pic .img-box img {
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.product .product-list li .item .txt {
  padding: 8px 0 6px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product .product-list li .item .txt a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .product .product-list li .item .txt a {
    font-size: 14px;
  }
}
.product .page {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .product .page {
    text-align: center;
  }
}
.product-details {
  overflow: hidden;
}
.product-details .info {
  overflow: hidden;
  padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .product-details .info {
    padding: 70px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .info {
    padding: 50px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info {
    padding: 30px 0 0;
  }
}
.product-details .info .left {
  float: left;
  width: 54.28571429%;
}
@media screen and (max-width: 991px) {
  .product-details .info .left {
    float: none;
    width: 100%;
  }
}
.product-details .info .left .slider-for .slick-list,
.product-details .info .left .slider-nav .slick-list {
  margin-bottom: -5px;
}
.product-details .info .left .slider-for .slick-list .slick-slide .item,
.product-details .info .left .slider-nav .slick-list .slick-slide .item {
  position: relative;
}
.product-details .info .left .slider-for .slick-list .slick-slide .item i,
.product-details .info .left .slider-nav .slick-list .slick-slide .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .product-details .info .left .slider-for .slick-list .slick-slide .item i:hover,
  .product-details .info .left .slider-nav .slick-list .slick-slide .item i:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #465d1f;
  }
  .product-details .info .left .slider-for .slick-list .slick-slide .item i:hover::before,
  .product-details .info .left .slider-nav .slick-list .slick-slide .item i:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.product-details .info .left .slider-for .slick-list .slick-slide .item i::before,
.product-details .info .left .slider-nav .slick-list .slick-slide .item i::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e689';
  color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  font-size: 40px;
}
.product-details .info .left .slider-for .slick-list .slick-slide .item .img-box,
.product-details .info .left .slider-nav .slick-list .slick-slide .item .img-box {
  padding-bottom: 72.72727273%;
}
.product-details .info .left .slider-nav {
  margin-top: 20px;
}
.product-details .info .left .slider-nav .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
.product-details .info .left .slider-nav .slick-list .slick-slide {
  padding: 0 8px;
}
.product-details .info .left .slider-nav .slick-list .slick-slide .item {
  position: relative;
}
.product-details .info .left .slider-nav .slick-list .slick-slide .item i {
  cursor: default;
}
.product-details .info .left .slider-nav .slick-list .slick-slide .item i::before {
  font-size: 32px;
}
.product-details .info .right {
  float: right;
  width: 42.85714286%;
}
@media screen and (max-width: 991px) {
  .product-details .info .right {
    float: none;
    width: 100%;
  }
}
.product-details .info .right .p-title {
  padding: 10px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .product-details .info .right .p-title {
    padding: 30px 0 15px;
  }
}
.product-details .info .right .p-title h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .product-details .info .right .p-title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .info .right .p-title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info .right .p-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .info .right .p-title h1 {
    font-size: 18px;
  }
}
.product-details .info .right .p-description {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .product-details .info .right .p-description {
    padding: 20px 0;
  }
}
.product-details .info .right .p-description .title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
  color: #7ca537;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-details .info .right .p-description .title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info .right .p-description .title h2 {
    font-size: 17px;
  }
}
.product-details .info .right .p-description .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.product-details .info .right .p-description .txt p img {
  max-width: 100%;
  height: auto !important;
}
.product-details .info .right .p-description .txt .table-box table tr,
.product-details .info .right .p-description .txt .table-box table td,
.product-details .info .right .p-description .txt .table-box table td {
  border-color: #ccc !important;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
}
.product-details .info .right .p-share b {
  float: left;
  padding-right: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}
.product-details .info .right .p-share .share-box {
  float: left;
}
.product-details .info .right .goinquire {
  display: block;
  margin-top: 50px;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #7ca537;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .product-details .info .right .goinquire {
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info .right .goinquire {
    width: 130px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .info .right .goinquire:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
@media screen and (max-width: 1199px) {
  .product-details .info .right .goinquire:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.product-details .info .right .goinquire::before {
  display: inline-block;
  padding-right: 15px;
  transform: translateY(2px);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65e';
  color: #fff;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .product-details .info .right .goinquire::before {
    font-size: 18px;
    padding-right: 5px;
  }
}
.product-details .details,
.product-details .inquire {
  overflow: hidden;
}
.product-details .details .title,
.product-details .inquire .title {
  padding: 60px 0 24px;
}
@media screen and (max-width: 991px) {
  .product-details .details .title,
  .product-details .inquire .title {
    padding: 40px 0 20px;
  }
}
.product-details .details .title h2,
.product-details .inquire .title h2 {
  position: relative;
  margin: 0;
  padding-left: 24px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .product-details .details .title h2,
  .product-details .inquire .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .details .title h2,
  .product-details .inquire .title h2 {
    font-size: 22px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .details .title h2,
  .product-details .inquire .title h2 {
    font-size: 18px;
  }
}
.product-details .details .title h2::before,
.product-details .inquire .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #7ca537;
}
.product-details .details .title p,
.product-details .inquire .title p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.78571429;
  color: #888888;
}
.product-details .details .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .product-details .details .content p {
    font-size: 14px;
  }
}
.product-details .details .content p img {
  max-width: 100%;
  height: auto !important;
}
.product-details .details .content .table-box table tr,
.product-details .details .content .table-box table td,
.product-details .details .content .table-box table th {
  border-color: #ccc;
  color: #666666;
  background-color: #fff;
}
.product-details .inquire .content form ul li {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li {
    margin-bottom: 10px;
  }
}
.product-details .inquire .content form ul li input,
.product-details .inquire .content form ul li textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #333333;
  background-color: #ededed;
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li input,
  .product-details .inquire .content form ul li textarea {
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li input,
  .product-details .inquire .content form ul li textarea {
    padding: 7.5px 10px;
  }
}
.product-details .inquire .content form ul li textarea {
  height: 240px;
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li textarea {
    height: 210px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .inquire .content form ul li textarea {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li textarea {
    height: 150px;
  }
}
.product-details .inquire .content form ul li input::-webkit-input-placeholder,
.product-details .inquire .content form ul li textarea::-webkit-input-placeholder {
  color: #333;
}
.product-details .inquire .content form ul li input:-o-placeholder,
.product-details .inquire .content form ul li textarea:-o-placeholder {
  color: #333;
}
.product-details .inquire .content form ul li input::-moz-placeholder,
.product-details .inquire .content form ul li textarea::-moz-placeholder {
  color: #333;
}
.product-details .inquire .content form ul li input:-ms-input-placeholder,
.product-details .inquire .content form ul li textarea:-ms-input-placeholder {
  color: #333;
}
.product-details .inquire .content form ul li input:focus::-webkit-input-placeholder,
.product-details .inquire .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.product-details .inquire .content form ul li input:focus::-o-placeholder,
.product-details .inquire .content form ul li textarea:focus::-o-placeholder {
  color: #bbbbbb;
}
.product-details .inquire .content form ul li input:focus::-moz-placeholder,
.product-details .inquire .content form ul li textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.product-details .inquire .content form ul li input:focus::-ms-input-placeholder,
.product-details .inquire .content form ul li textarea:focus::-ms-input-placeholder {
  color: #bbbbbb;
}
.product-details .inquire .content form ul li button {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #7ca537;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li button {
    height: 45px;
    line-height: 45px;
    width: 180px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li button {
    height: 35px;
    line-height: 35px;
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .inquire .content form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li button:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.product-details .inquire .content form ul li:nth-child(1) input {
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #7ca537;
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li:nth-child(1) input {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li:nth-child(1) input {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.product-details .inquire .content form ul li:nth-child(2),
.product-details .inquire .content form ul li:nth-child(3),
.product-details .inquire .content form ul li:nth-child(4),
.product-details .inquire .content form ul li:nth-child(5) {
  width: 23.57142857%;
  margin-right: 1.9047619%;
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li:nth-child(2),
  .product-details .inquire .content form ul li:nth-child(3),
  .product-details .inquire .content form ul li:nth-child(4),
  .product-details .inquire .content form ul li:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }
}
.product-details .inquire .content form ul li:nth-child(5) {
  margin-right: 0;
}
.product-details .inquire .content form ul li:nth-child(6) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .product-details .inquire .content form ul li:nth-child(6) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .inquire .content form ul li:nth-child(6) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .inquire .content form ul li:nth-child(6) {
    margin-bottom: 10px;
  }
}
.product-details .inquire .content form ul li:last-child {
  margin-bottom: 0;
}
.oem-page {
  overflow: hidden;
}
.oem-page .otem-bar {
  position: relative;
  padding: 35px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .oem-page .otem-bar {
    padding: 25px 0;
  }
}
.oem-page .otem-bar::before,
.oem-page .otem-bar::after {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: '';
  background-color: #eeeeee;
}
.oem-page .otem-bar::before {
  left: 0;
}
.oem-page .otem-bar::after {
  right: 0;
}
.oem-page .otem-bar ul {
  text-align: center;
}
.oem-page .otem-bar ul li {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
@media screen and (max-width: 991px) {
  .oem-page .otem-bar ul li {
    padding: 0 20px;
  }
}
.oem-page .otem-bar ul li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(5px, -50%);
  content: '';
  width: 1px;
  height: 66.66666667%;
  background-color: #d2d2d2;
}
.oem-page .otem-bar ul li a {
  display: block;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .oem-page .otem-bar ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .oem-page .otem-bar ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .oem-page .otem-bar ul li a:hover {
    color: #7ca537;
  }
}
.oem-page .otem-bar ul li:last-child::before {
  display: none;
}
.oem-page .otem-bar ul .active a {
  color: #7ca537;
}
.oem-page .content .txt {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .oem-page .content .txt {
    padding: 20px 0;
  }
}
.oem-page .content .txt p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .oem-page .content .txt p {
    font-size: 14px;
  }
}
.oem-page .content .pic-box {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .oem-page .content .pic-box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .oem-page .content .pic-box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .oem-page .content .pic-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .oem-page .content .pic-box ul {
    margin: 0 -15px;
  }
}
.oem-page .content .pic-box ul li {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .oem-page .content .pic-box ul li {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .oem-page .content .pic-box ul li {
    width: 50%;
  }
}
.oem-page .content .pic-box ul li .img-box {
  padding-bottom: 47.61904762%;
}
.oem-page .content .pic-box ul li .img-box:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.oem-page .content.domestic .pic-box ul li .img-box img {
  filter:blur(5px) grayscale(100%);
  -webkit-filter:blur(5px) grayscale(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.oem-page .content.domestic .pic-box ul li .img-box:hover img {
  filter:blur(0) grayscale(0);
  -webkit-filter:blur(0) grayscale(0);
}
.oem-page .content .pic-box ul li .img-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.video-page {
  overflow: hidden;
}
.video-page .video-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.video-page .video-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .video-page .video-list li {
    width: 100%;
  }
}
.video-page .video-list li .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .video-page .video-list li .item:hover .pic::after {
    opacity: 0;
  }
  .video-page .video-list li .item:hover .txt {
    background-color: #7ca537;
  }
  .video-page .video-list li .item:hover .txt p {
    color: #fff;
  }
}
.video-page .video-list li .item .pic {
  position: relative;
}
.video-page .video-list li .item .pic::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e689';
  color: #fff;
  font-size: 55px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list li .item .pic::before {
    font-size: 40px;
  }
}
.video-page .video-list li .item .pic::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.32);
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.video-page .video-list li .item .pic .img-box {
  padding-bottom: 57.77777778%;
}
.video-page .video-list li .item .txt {
  padding: 5px 10px;
  background-color: #eff4e7;
  text-align: center;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.video-page .video-list li .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .video-page .video-list li .item .txt p {
    font-size: 14px;
  }
}
.new {
  overflow: hidden;
}
.new .new-list {
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .new .new-list {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list {
    padding: 30px 0 10px;
  }
}
.new .new-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .new .new-list li {
    margin-bottom: 30px;
  }
}
.new .new-list li .item {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #f6f6f6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .new .new-list li .item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .new .new-list li .item {
    border-radius: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item:hover {
    background-color: #7ca537;
  }
  .new .new-list li .item:hover .pic img {
    transform: scale(1.05);
  }
  .new .new-list li .item:hover .txt-box .date {
    background-color: #fff;
  }
  .new .new-list li .item:hover .txt-box .date::before {
    color: #7ca537;
  }
  .new .new-list li .item:hover .txt-box .date::after {
    background-color: #7ca537;
  }
  .new .new-list li .item:hover .txt-box .date span {
    color: #7ca537;
  }
  .new .new-list li .item:hover .txt-box .new-name a {
    color: #fff;
  }
  .new .new-list li .item:hover .txt-box .txt p {
    color: #fff;
  }
  .new .new-list li .item:hover .txt-box > a {
    color: #fff;
  }
  .new .new-list li .item:hover .txt-box > a::after {
    color: #fff;
  }
}
.new .new-list li .item .pic {
  width: 31.91489362%;
}
@media screen and (max-width: 991px) {
  .new .new-list li .item .pic {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .pic {
    width: 100%;
  }
}
.new .new-list li .item .pic .img-box {
  padding-bottom: 72.22222222%;
}
.new .new-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new .new-list li .item .txt-box {
  width: 68.08510638%;
  height: 100%;
  padding-left: 45px;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .new .new-list li .item .txt-box {
    width: 60%;
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box {
    width: 100%;
    padding: 20px;
  }
}
.new .new-list li .item .txt-box .date {
  position: relative;
  width: 192px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding-left: 80px;
  padding-right: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #7ca537;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box .date {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
.new .new-list li .item .txt-box .date::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e658';
  color: #fff;
  font-size: 20px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.new .new-list li .item .txt-box .date::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box .date::after {
    left: 53px;
  }
}
.new .new-list li .item .txt-box .date span {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new .new-list li .item .txt-box .new-name a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 12px;
  font-size: 22px;
  line-height: 1.59090909;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .new .new-list li .item .txt-box .new-name a {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box .new-name a {
    font-size: 20px;
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .new .new-list li .item .txt-box .new-name a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box .new-name a {
    font-size: 16px;
  }
}
.new .new-list li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new-list li .item .txt-box .txt p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .new .new-list li .item .txt-box .txt p {
    font-size: 14px;
  }
}
.new .new-list li .item .txt-box > a {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding-right: 23px;
  font-size: 15px;
  line-height: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .new .new-list li .item .txt-box > a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box > a {
    margin-top: 5px;
  }
}
.new .new-list li .item .txt-box > a::after {
  position: absolute;
  top: 52%;
  right: -5px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb70';
  color: #777777;
  font-size: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new-details {
  overflow: hidden;
}
.new-details .title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .new-details .title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .title h1 {
    font-size: 18px;
  }
}
.new-details .date {
  position: relative;
  padding-left: 55px;
  margin: 15px 0;
}
.new-details .date::before {
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e658';
  color: #7ca537;
  font-size: 19px;
}
.new-details .date::after {
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 12px;
  background-color: #7ca537;
}
.new-details .date P {
  font-size: 16px;
  line-height: 2.1875;
  color: #7ca537;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .new-details .date P {
    font-size: 14px;
  }
}
.new-details .content p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .new-details .content p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.new-details .content p img {
  max-width: 100%;
  height: auto !important;
}
.new-details .new-link {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .new-details .new-link {
    padding: 20px 0 0;
  }
}
.new-details .new-link p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  font-size: 17px;
  line-height: 2.05882353;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .new-details .new-link p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .new-link p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .new-details .new-link p a:hover {
    text-decoration: underline;
    color: #7ca537;
    font-weight: 700;
  }
}
.contact {
  overflow: hidden;
  background-color: #f6f6f6;
}
.contact .info {
  overflow: hidden;
}
.contact .info .title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .contact .info .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .title h2 {
    font-size: 18px;
  }
}
.contact .info .title p {
  padding: 10px 0 20px;
  font-size: 15px;
  line-height: 2.33333333;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .contact .info .title p {
    padding: 5px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .title p {
    font-size: 14px;
  }
}
.contact .info .c-form {
  width: 100%;
  max-width: 655px;
}
@media screen and (max-width: 991px) {
  .contact .info .c-form {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .c-form {
    margin-bottom: 30px;
  }
}
.contact .info .c-form form ul {
  margin: 0 -15px;
}
.contact .info .c-form form ul li {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.contact .info .c-form form ul li input,
.contact .info .c-form form ul li textarea {
  display: block;
  padding: 10px 20px;
  width: 100%;
  font-size: 15px;
  line-height: 2;
  color: #666666;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li input,
  .contact .info .c-form form ul li textarea {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.contact .info .c-form form ul li textarea {
  height: 215px;
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li textarea {
    height: 180px;
  }
}
.contact .info .c-form form ul li input::-webkit-input-placeholder,
.contact .info .c-form form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact .info .c-form form ul li input:-o-placeholder,
.contact .info .c-form form ul li textarea:-o-placeholder {
  color: #666666;
}
.contact .info .c-form form ul li input::-moz-placeholder,
.contact .info .c-form form ul li textarea::-moz-placeholder {
  color: #666666;
}
.contact .info .c-form form ul li input:-ms-input-placeholder,
.contact .info .c-form form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.contact .info .c-form form ul li input:focus::-webkit-input-placeholder,
.contact .info .c-form form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.contact .info .c-form form ul li input:focus::-o-placeholder,
.contact .info .c-form form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.contact .info .c-form form ul li input:focus::-moz-placeholder,
.contact .info .c-form form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.contact .info .c-form form ul li input:focus::-ms-input-placeholder,
.contact .info .c-form form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.contact .info .c-form form ul li button {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #7ca537;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li button {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info .c-form form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
@media screen and (max-width: 1199px) {
  .contact .info .c-form form ul li button:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.contact .info .c-form form ul li button::after {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e649';
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li button::after {
    padding-left: 5px;
    font-size: 20px;
  }
}
.contact .info .c-form form ul li:nth-child(-n + 4) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li:nth-child(-n + 4) {
    width: 100%;
  }
}
.contact .info .c-form form ul li:nth-child(5) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact .info .c-form form ul li:nth-child(5) {
    margin-bottom: 15px;
  }
}
.contact .info .c-form form ul li:last-child {
  margin-bottom: 0;
}
.contact .info .c-details {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 1439px) {
  .contact .info .c-details {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .info .c-details {
    padding-left: 0;
  }
}
.contact .info .c-details ul li {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .contact .info .c-details ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .c-details ul li {
    padding-left: 55px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info .c-details ul li:hover::before {
    -webkit-animation: yaobai 1s 0s ease both;
    animation: yaobai 1s 0s ease both;
  }
  .contact .info .c-details ul li:hover p span {
    color: #7ca537;
  }
  .contact .info .c-details ul li:hover p a {
    color: #7ca537;
  }
}
@-webkit-keyframes yaobai {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes yaobai {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.contact .info .c-details ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  background-color: #7ca537;
}
@media screen and (max-width: 767px) {
  .contact .info .c-details ul li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.contact .info .c-details ul li p {
  display: flex;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .contact .info .c-details ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .c-details ul li p {
    font-size: 16px;
    padding: 8px 0;
  }
}
.contact .info .c-details ul li p span {
  /* white-space: nowrap; */
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.contact .info .c-details ul li p span:nth-of-type(1) {
  font-weight: 700;
  white-space: nowrap;
}
.contact .info .c-details ul li p span:nth-of-type(2) {
  word-break: break-word;
}
.contact .info .c-details ul li p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .contact .info .c-details ul li p a:hover {
    text-decoration: underline;
  }
}
.contact .info .c-details ul li:nth-child(2)::before {
  content: '\e672';
}
.contact .info .c-details ul li:nth-child(3)::before {
  content: '\e64a';
}
.contact .info .c-details ul li:nth-child(4)::before {
  content: '\e663';
}
.contact .info .c-details .qr-code .item {
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .info .c-details .qr-code .item .txt {
  width: calc(100% - 120px);
}
.contact .info .c-details .qr-code .item .txt p {
  font-size: 18px;
  line-height: 1.33333333;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact .info .c-details .qr-code .item .txt p {
    font-size: 16px;
  }
}
.contact .info .c-details .qr-code .item .pic {
  width: 120px;
}
.contact .service-person section {
  overflow: hidden;
}
.contact .service-person section .title h2 {
  position: relative;
  margin: 0;
  padding: 25px 0;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .contact .service-person section .title h2 {
    font-size: 22px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .service-person section .title h2 {
    font-size: 20px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .service-person section .title h2 {
    font-size: 18px;
  }
}
.contact .service-person section .title h2::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: calc(100% - 200px);
  height: 1px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .contact .service-person section .title h2::before {
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.contact .service-person section ul li {
  margin-bottom: 30px;
  height: 202px;
}
.col-xs-offset-1{
  margin-left:0 !important;
}
@media screen and (max-width:767px) {
  .col-xs-offset-1{
    margin-left:8.33333333% !important;
  }
}
@media screen and (max-width: 450px) {
  .contact .service-person section ul li {
    width: 100%;
    margin-left: 0 !important;
  }
}
.contact .service-person section ul li .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .contact .service-person section ul li .item {
    padding: 20px 15px;
  }
}
.contact .service-person section ul li .item .pic {
  position: relative;
  width: 67px;
}
.contact .service-person section ul li .item .pic::before {
  position: absolute;
  top: 0;
  left: -4px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  background-color: #7ca537;
}
.contact .service-person section ul li .item .txt {
  /* width: calc(100% - 67px); */
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .contact .service-person section ul li .item .txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .service-person section ul li .item .txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 350px) {
  .contact .service-person section ul li .item .txt {
    padding-left: 20px;
  }
}
.contact .service-person section ul li .item .txt p {
  position: relative;
  padding: 9.5px 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .contact .service-person section ul li .item .txt p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .service-person section ul li .item .txt p a:hover {
    text-decoration: underline;
  }
}
.contact .service-person section ul li .item .txt p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* font-family: "iconfont" !important; */
  font-size: 16px;
  /* font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646'; */
  color: #444444;
}
/* .contact .service-person section ul li .item .txt p:nth-child(2)::before {
  content: '\e663';
}
.contact .service-person section ul li .item .txt p:nth-child(3)::before {
  content: '\e662';
}
.contact .service-person section ul li .item .txt p:nth-child(4)::before {
  content: '\e621';
} */
.contact .map {
  height: 455px;
}
@media screen and (max-width: 1199px) {
  .contact .map {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .contact .map {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact .map {
    height: 300px;
  }
}
.contact .map .map-content {
  height: 100%;
}
.site-page {
  padding-top: 130px;
}
@media screen and (max-width: 1199px) {
  .site-page {
    padding-top: 80px;
  }
}
.site-page .content .title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .site-page .content .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .site-page .content .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-page .content .title h2 {
    font-size: 20px;
    text-align: center;
  }
}
.site-page .content .site-list1 {
  padding: 35px 0 10px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list1 {
    padding: 20px 0 15px;
  }
}
.site-page .content .site-list1 > li {
  margin-bottom: 20px;
}
.site-page .content .site-list1 > li > a {
  display: inline-block;
  min-width: 240px;
  padding: 15px;
  padding-left: 50px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  white-space: nowrap;
  background-color: #eff4e7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .site-page .content .site-list1 > li > a {
    min-width: 200px;
    padding: 10px;
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list1 > li > a {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-list1 > li > a:hover {
    background-color: #7ca537;
    color: #fff;
  }
}
.site-page .content .site-list1 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-list2 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list2 {
    padding-top: 20px;
  }
}
.site-page .content .site-list2 > li {
  padding: 0 50px;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .site-page .content .site-list2 > li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list2 > li {
    padding: 0;
    text-align: center;
  }
}
.site-page .content .site-list2 > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
  white-space: nowrap;
}
.site-page .content .site-list2 > li a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-list2 > li a:hover {
    color: #7ca537;
    text-decoration: underline;
  }
}
.site-page .content .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-list3 {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list3 {
    margin: 0;
  }
}
.site-page .content .site-list3 > li {
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-list3 > li {
    float: none;
    display: inline-block;
  }
}
.site-page .content .site-list3 > li a {
  font-size: 14px;
  line-height: 1.78571429;
  color: #666666;
}
.pagebanner img{
	width: 100%;
}