/* 定义淡入动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 定义淡出动画 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* @font-face {
  font-family: "DINOT";
  src: url("../DINOT-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: "hp";
  src: url("../fonts/hp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: var(--conult-fontBold);
  src: url("../fonts/hp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
:root{
    --conult-font: "hp";
    --conult-fontBold: "hpBold";
}
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
a {
  display: block;
}

input,
a,
img {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  vertical-align: top;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

/* 隐藏input type="number"的上下箭头 */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 兼容Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
li {
  list-style: none;
}
.time-line-box {
  margin-top: 40px;
  cursor: pointer;
}
.time-line-box ul:after {
  content: "";
  background: url(../images/line.png) repeat-x left 260px;
  height: 100%;
  width: 1000%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: 900px;
  position: relative;
  padding-top: 0;
  padding-bottom:66px;
  padding-left: 12px;
  z-index: 2;
  bottom: 116px;
}
.time-line-box ul li:after {
  content: "";
  height: 90px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  bottom: 14px;
  left: 7px;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 48px;
  color: #80d883;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.time-line-box ul li dl dt:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #80d883;
  position: absolute;
  left: -37px;
  top: 20px;
  border: #2b572d 4px solid;
}

/* .time-line-box ul li:nth-child(2n) dl dt::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d3d3d2;
  position: absolute;
  left: -25px;
  top: 0;
} */
.time-line-box ul li dl dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
  user-select: none;
}
.time-line-box ul li dl dd:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2da891;
  position: absolute;
  left: 0;
  top: 9px;
}
.time-line-box ul li:first-child {
  margin-left: 88px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 245px;
  bottom: -86px;

}
.time-line-box ul li:nth-child(2n) dl{
    padding-left: 44px;
}
.time-line-box ul li:nth-child(2n):after {
  left: 8px;
    top: auto;
    bottom: 134px;
    height: 105px;
    z-index: 2;
}
.time-line-box ul li:nth-child(2n) dl dt:after {
  left: -42px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  /* border-left: #d3d3d2 2px solid; */
}
.time-line-box ul .item-this:after {
  border-left: #2da891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2da891 2px solid !important;
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-family: var(--conult-font);
  margin: 0;
  padding: 0;
  /* color: var(--conult-gray); */
}

img {
  width: 100%;
}

body.locked {
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--conult-black);
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.btn {
  cursor: pointer;
}

.content_size {
  width: 1296px;
  margin: 0 auto;
}

.header {
  height: 118px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 2;
}

.header.bg_white {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
}

.header.bg_white .nav,
.header.bg_white .search_btn {
  color: #000;
}

.header .logo {
    margin-top: -32px;
  height: 29px;
}
.header .logo img{
    height: 56px;
    width: auto;
}
.header .menu_btn {
  display: none;
}

.header_content {
    justify-content: space-between;
  min-width: 1000px;
  max-width:1296px ;
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 30px;
  height: 118px;
}

.header_navs {
  /* margin-left: 140px; */
  display: flex;
}

.header_navs .close {
  display: none;
}

.header_navs .nav {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 118px;
  min-width: 90px;
  width: 166px;
}

.header_navs .btn {
    font-size: 17px;
  transition: color 0.3s ease; /* 过渡效果 */
}

.header_navs .btn:hover {
  color: #539d56;
}

.header_navs .btn .iconfont {
  font-size: 9px;
  margin-left: 7px;
  vertical-align: top;
}

.header_navs .product:hover .product_box {
    overflow-y: auto;
  max-height: 600px;
  animation: fadeIn 0.3s ease-in forwards;
}

.header_navs .product_box {
  position: absolute;
  top: 118px;
  left: -608px;
  width: 1293px;
  height: auto;
  background: #f7f8f9;
  border-radius: 24px 24px 24px 24px;
  padding: 0 77px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
  opacity: 0;
  animation: fadeOut 0.3s ease-in forwards;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.header_navs .product_box .item {
    max-width: 260px;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 20px;
}
.header_navs .product_box .img {
  width: 260px;
  height: 215px;
  background: #fff;
  padding: 10px;
}
.header_navs .product_box .img img{
    width: 240px;
    height: 195px;
    object-fit: contain;
}

.header_navs .product_box .name {
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}

.header_navs .product_box .item:hover .name {
  color: #539d56;
  transition: color 0.3s ease; /* 过渡效果 */
}

.header_navs .solution:hover .sub_menu {
  max-height: 289px;
  animation: fadeIn 0.3s ease-in forwards;
}
.header_navs .home:hover .sub_menu {
  max-height: 289px;
  animation: fadeIn 0.3s ease-in forwards;
}

.header_navs .contact:hover .sub_menu {
  max-height: 180px;
  animation: fadeIn 0.3s ease-in forwards;
}

.header_navs .sub_menu {
  position: absolute;
  top: 85px;
  left: -10px;
  width: 166px;
  background: #f7f8f9;
  z-index: 2;
  font-size: 14px;
  line-height: 38px;
  color: #000000;
  font-weight: normal;
  opacity: 0;
  animation: fadeOut 0.3s ease-in forwards;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.header_navs .sub_menu .btn {
    line-height: 1.5;
    padding-top: 16px;
    font-size: 14px;
  padding-left: 20px;
  color: #000000;
}

.header_navs .sub_menu .btn:hover {
  color: #539d56;
}

.header_navs .sub_menu .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background-color: #539d56;
}

.header_navs .sub_menu .btn:first-child {
  margin-top: 12px;
}

.header_navs .sub_menu .btn:last-child {
  margin-bottom: 12px;
}
.header .search {
  margin-left: 156px;
  position: relative;
}

.header .search_btn {
  width: 44px;
  height: 77px;
  line-height: 77px;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.header .search_btn .iconfont {
  font-size: 14px;
}

.header .search_btn .icon-x {
  display: none;
}

.header .search_btn.active {
  background: RGBA(115, 115, 116, 0.5);
}

.header .search_box {
  position: absolute;
  display: flex;
  right: 0;
  top: 102px;
  width: 267px;
  height: 77px;
  background: RGBA(115, 115, 116, 0.5);
  display: none;
}

.header .search_box input {
  margin-left: 15px;
  margin-top: 15px;
  height: 47px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  width: 237px;
  padding-right: 43px;
  padding-left: 15px;
  font-size: 16px;
}

.header .search_box .iconfont {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 43px;
  height: 47px;
  background: #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}

.footer {
  width: 100%;
  min-height: 386px;
  background: #181818;
  padding-top: 120px;
  padding-bottom: 10px;
  position: relative;
}

.footer .container {
  width: 1296px;
  margin: 0 auto;
}

.footer .top {
  display: flex;
}

.footer .code {
  width: 168px;
}

.footer .logo {
    margin-top: -14px;
    margin-left: -30%;
  width: 100%;
  margin-bottom: 40px;
}
.footer .logo img{
    width: 157%;
}
.footer .navs {
  display: flex;
  margin-left: 260px;
}

.footer .nav {
  width: 190px;
}

.footer .nav:last-child {
  width: 108px;
}

.footer .nav .text {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 24px;
  cursor: pointer;
}

.footer .nav .text:hover,
.footer .nav .item:hover {
  color: #539d56;
}

.footer .nav .item {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 1;
  margin-bottom: 24px;
  cursor: pointer;
}

.footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 73px;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 73px;
  background: #111111;
  text-align: center;
}

.footer .bottom a {
  display: inline-block;
}

.contact_fixed {
  position: fixed;
  right: 10px;
  bottom: 223px;
  width: 194px;
  z-index: 10;
  cursor: pointer;
}

.top_fixed {
  position: fixed;
  width: 44px;
  height: 44px;
  bottom: 17px;
  right: 30px;
  z-index: 10;
  border: 2px solid #539d56;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #539d56;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .banner .swiper {
  width: 100%;
  min-height: 784px;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home .banner {
    /* position: relative; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .banner .bannerIme {
    min-width: 1920px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.home .banner .bannerImeH5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -2;
    /* opacity: 0; */
}
/* .home .banner01 {
  background-image: url(../images/overseas/index_banner01.jpg);
}

.home .banner02 {
  background-image: url(../images/overseas/index_banner02.jpg);
}

.home .banner03 {
  background-image: url(../images/overseas/index_banner03.jpg);
} */

.home .banner .title {
  font-family: hpBold;
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #040000;
  text-align: center;
  margin-top: 150px;
}

.home .banner .desc {
    font-family: hpBold;
  font-size: 24px;
  color: #040000;
  line-height: 1;
  text-align: center;
}

.home .banner .swiper-button-prev {
  left: auto;
  right: 97px;
  top: 384px;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
}

.home .banner .swiper-button-prev .iconfont,
.home .banner .swiper-button-next .iconfont {
  font-size: 20px;
}

.home .banner .swiper-button-prev::after,
.home .banner .swiper-button-next::after {
  display: none;
}

.home .banner .swiper-button-next {
  right: 97px;
  top: 489px;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
}

.home .banner .swiper-button-prev:hover,
.home .banner .swiper-button-next:hover {
  background-color: #539d56;
}

.home .gsjj {
  width: 100%;
  height: 968px;
  background: url(../images/index_banner04.png) no-repeat center center;
  background-size: cover;
  padding-top: 187px;
}

.home .gsjj .container {
    padding-bottom: 40px;
  width: 1296px;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 31px 31px 31px 31px;
  backdrop-filter: blur(20px);
  margin: 0 auto;
  color: #fff;
  padding-top: 86px;
}

.home .gsjj .title {
  font-weight: bold;
  font-size: 56px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.home .gsjj .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-left: -40px;
}

.home .gsjj .desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  padding-left: 120px;
  padding-right: 100px;
  margin-bottom: 47px;
}

.home .gsjj .btn {
  width: 179px;
  height: 49px;
  background: #539d56;
  border-radius: 25px 25px 25px 25px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 49px;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease; /* 过渡效果 */
}

.home .gsjj .btn:hover {
  box-shadow: 7px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.home .gsjj .btn::before {
  content: "";
  position: absolute;
  left: 62px;
  width: 13px;
  top: 23px;
  background-color: #fff;
  opacity: 0.5;
  height: 1px;
}

.home .gsjj .btn::after {
  content: "";
  position: absolute;
  left: 68px;
  width: 1px;
  top: 17px;
  background-color: #fff;
  opacity: 0.5;
  height: 13px;
}

.home .cpzx {
  width: 100%;
  height: 971px;
  background-color: #fff;
  padding-top: 127px;
  padding-bottom: 162px;
}

.home .cpzx .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  margin-bottom: 77px;
  position: relative;
}

.home .cpzx .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #539d56;
  margin-left: -40px;
}

.home .cpzx .swiper2 {
  width: 1296px;
  height: 552px;
}
/* .home .cpzx .swiper-slide{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
} */
.home .cpzx .item {
    
  height: 498px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}

.home .cpzx .img {
  width: 400px;
}
.home .cpzx .img img {
    width: 400px;
    height: 330px;
    object-fit: contain;
}

.home .cpzx .box {
  height: auto;
  padding-bottom: 40px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  /* margin-top: -42px; */
  position: relative;
  box-shadow: 0 4px 0 #f2f2f2;
  padding-left: 30px;
  z-index: 2;
  cursor: pointer;
}

.home .cpzx .name {
  padding-top: 34px;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}

.home .cpzx .btn {
  margin-top:40px;
  font-size: 14px;
  color: #539d56;
  line-height: 22px;
  padding-left: 30px;
  background: url(../images/more_btn.png) no-repeat left center;
}

.home .cpzx .icon {
  width: 75px;
  height: 91px;
  background: #f3f8f3;
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  top: 0;
  right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}

.home .cpzx .box:hover {
  box-shadow: 0 4px 0 #539d56;
  transition: box-shadow 0.5s ease-out;
}

.home .cpzx .box:hover .btn {
  background-image: url(../images/more_btn_active.png);
  transition: background-image 0.5s ease-out;
}

.home .cpzx .box:hover .icon {
  background-color: #539d56;
  transition: background-color 0.5s ease-out;
}

.home .cpzx .icon1 {
  background-image: url(../images/cpzx_icon1.png);
}

.home .cpzx .icon2 {
  background-image: url(../images/cpzx_icon2.png);
}

.home .cpzx .icon3 {
  background-image: url(../images/cpzx_icon3.png);
}

.home .cpzx .icon4 {
  background-image: url(../images/cpzx_icon4.png);
}

.home .cpzx .icon5 {
  background-image: url(../images/cpzx_icon5.png);
}

.home .cpzx .icon6 {
  background-image: url(../images/cpzx_icon6.png);
}

.home .cpzx .icon7 {
  background-image: url(../images/cpzx_icon7.png);
}

.home .cpzx .icon8 {
  background-image: url(../images/cpzx_icon8.png);
}

.home .cpzx .icon9 {
  background-image: url(../images/cpzx_icon9.png);
}

.home .cpzx .box:hover .icon1 {
  background-image: url(../images/cpzx_icon1_hover.png);
}

.home .cpzx .box:hover .icon2 {
  background-image: url(../images/cpzx_icon2_hover.png);
}

.home .cpzx .box:hover .icon3 {
  background-image: url(../images/cpzx_icon3_hover.png);
}

.home .cpzx .box:hover .icon4 {
  background-image: url(../images/cpzx_icon4_hover.png);
}

.home .cpzx .box:hover .icon5 {
  background-image: url(../images/cpzx_icon5_hover.png);
}

.home .cpzx .box:hover .icon6 {
  background-image: url(../images/cpzx_icon6_hover.png);
}

.home .cpzx .box:hover .icon7 {
  background-image: url(../images/cpzx_icon7_hover.png);
}

.home .cpzx .box:hover .icon8 {
  background-image: url(../images/cpzx_icon8_hover.png);
}

.home .cpzx .box:hover .icon9 {
  background-image: url(../images/cpzx_icon9_hover.png);
}

.about .swiper-pagination,
.home .cpzx .swiper-pagination {
  width: 182px !important;
}

.about .swiper-pagination-bullet,
.about .swiper-pagination-bullet-active-next,
.about .swiper-pagination-bullet-active-next-next,
.about .swiper-pagination-bullet-active-prev,
.about .swiper-pagination-bullet-active-prev-prev,
.home .cpzx .swiper-pagination-bullet,
.home .cpzx .swiper-pagination-bullet-active-next,
.home .cpzx .swiper-pagination-bullet-active-next-next,
.home .cpzx .swiper-pagination-bullet-active-prev,
.home .cpzx .swiper-pagination-bullet-active-prev-prev {
  width: 20px;
  height: 2px;
  background: #d1d1d1;
  transform: scale(1) !important;
  opacity: 1;
  display: inline-block;
  border-radius: 0;
}

.about .swiper-pagination-bullet-active-main,
.home .cpzx .swiper-pagination-bullet-active-main {
  width: 86px;
  height: 2px;
  background: #539d56;
}

.home .wmdfw {
  width: 100%;
  height: 459px;
  background: url(../images/index_banner05.png) no-repeat center center;
  background-size: cover;
  padding-top: 91px;
}

.home .wmdfw .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  color: #fff;
}

.home .wmdfw .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-left: -40px;
}

.home .wmdfw .container {
  width: 1296px;
  margin: 0 auto;
}

.home .wmdfw .box {
  display: flex;
  justify-content: space-between;
}

.home .wmdfw .item {
  width: 306px;
  height: 177px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255 ,255 ,255 , 0.89);
  backdrop-filter: blur(20px);
  text-align: center;
  padding-top: 32px;
}
.home .wmdfw .item img {
    width: 70px;
    height: 70px;
    color: #539d56;
}
.home .wmdfw .item .num {
  font-size: 70px;
  color: #ffffff;
  line-height: 90px;
  margin-bottom: 8px;
}

.home .wmdfw .item .text {
    margin-top:20px ;
  font-size: 18px;
  line-height: 20px;
  color: #191919;
}

.content_title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  margin-bottom: 77px;
  position: relative;
}

.content_title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #539d56;
  margin-left: -40px;
}

.about .banner {
  font-weight: bold;
  font-size: 70px;
  line-height: 460px;
  height: 460px;
  color: #ffffff;
  text-align: center;
  background: url(../images/overseas/about_banner.jpeg) no-repeat center center;
  background-size: cover;
}
.about.cooperation .banner {
  font-weight: bold;
  font-size: 70px;
  line-height: 460px;
  height: 460px;
  color: #ffffff;
  text-align: center;
  background: url(../images/overseas/cooperation_banner.jpg) no-repeat center center;
  background-size: cover;
}
.about .qyjj {
  padding-top: 120px;
}

.about .qyjj .phrase {

    max-width: 1300px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 38px;
}

.about .qyjj .box {
  display: flex;
  flex-wrap: wrap;
}

.about .qyjj .item {
  width: 50%;
  display: flex;
  padding: 60px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.about .qyjj .item:nth-child(2n) {
  padding-left: 44px;
}

.about .qyjj .img {
  width: 240px;
  margin-right: 40px;
}
.about .qyjj .img  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .qyjj .info .name {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 44px;
  position: relative;
}

.about .qyjj .info .name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #539d56;
}

.about .qyjj .info .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 322px;
}

.about .yycj {
  padding: 120px 0;
}

.about .yycj .box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.about .yycj .box .item {
    margin-right: 4px;
  width: 320px;
  height: 320px;
  position: relative;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  
}
.about .yycj .box .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about .yycj .box .item .textBox{
    position: absolute;
  left: 0;
  top: 0;
   width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .yycj .box .item .text {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* color: #fff; */
  border-radius: 12px 12px 12px 12px;
  /* background-color: rgba(0, 0, 0, 0.4); */
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  padding: 0 26px;
  /* white-space: nowrap; */
}

/* .about .yycj .box .item:hover .text {
  background-color: #539d56;
} */
 .about .yycj .phrase1{
    max-width: 1300px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 38px;
 }
.about .fzlc {
  padding-top: 120px;
  padding-bottom: 100px;
  /* height: 825px; */
  background: url(../images/overseas/about_banner02.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 100px;
  /* margin-top: 100px; */
}

.about .fzlc .content_title {
  color: #fff;
  margin-bottom: 100px;
}
.about .fzlc  dl{
    max-width: 1300px;
    margin: 0 auto;
}
.about .fzlc  dt{
  font-size: 48px;
  color: #80d883;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  margin-top: 60px;
}

.about .fzlc dl dd {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
  user-select: none;
}
.about .cpjs {
    /* background: #f1f3f6; */
    padding-bottom: 100px;
}
.about .cpjs .content{
    max-width: 1296px;
    margin: 0 auto;
}
.about .cpjs .title{
    padding: 60px 0 20px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}
/* .about .cpjs .title.title1{
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
} */
.about .cpjs .productsItem .title{
    font-size: 20px;
}
.about .cpjs .subTitle{
    padding: 20px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}
.about .cpjs .desc{
    line-height: 24px;
    font-size: 14px;
     line-height: 1.4;
}
.about .cpjs .content .desc.desc2{
      margin-top:20px;
  }
.about .cpjs dl{
    padding-left: 30px;
   
}
.about .cpjs dd{
    margin-top: 20px;
 line-height: 1.4;
 font-size: 14px;
}
.about .cpjs img {
    margin: 20px auto 0;
    display: block;
    width: 60%;
    max-height: 500px;
    object-fit: cover;
}
/* .time-line-box ul li:nth-child(2n) dl dt::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d3d3d2;
  position: absolute;
  left: -25px;
  top: 0;
} */
.time-line-box ul li dl dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
  user-select: none;
}
.about .cprz {
  padding: 0 0 0;
}

.about .cprz .swiper {
  padding: 20px 0 120px;
}

.about .swiper-pagination {
  bottom: 60px;
}

.about .cprz .item {
   
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.about .cprz .swiperBox{
    max-width: 1300px;
    margin: 0 auto 4rem;
    clear: both;
    overflow: hidden;
}
.about .cprz .swiperBox .img {
    float: left;
    margin: 1%;
    width: 23%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}
.about .cprz .swiperBox .img img{
    width: 100%;
    height:108px;
    object-fit: cover;
}

.about .cprz .swiper-slide {
  transform: scale(0.85);
}

.about .cprz .swiper-slide-active {
  transform: scale(1.05);
}

.about .cprz .swiper-slide-prev {
  position: relative;
  left: -20px;
}
.about .cprz .swiper-slide-next {
  position: relative;
  right: -20px;
}

/* .about .fzlc .time-line-h5 {
  display: none;
} */

.FAQ .banner {
  width: 100%;
  height: 460px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 460px;
  text-align: center;
  background: url(../images/FAQ_banner.png) no-repeat center center;
  background-size: cover;
}

.FAQ .content {
  padding: 120px 0;
}

.FAQ .content_size {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.FAQ .content .item {
  width: 636px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 0 #f2f2f2;
  padding: 0 20px;
  margin-bottom: 15px;
}

.FAQ .content .name {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  padding-left: 72px;
  min-height: 80px;
  display: flex;
  align-items: center;
  background: url(../images/FAQ_Q.png) no-repeat left center;
  background-size: 32px;
  cursor: pointer;
}

.FAQ .content .text {
  display: none;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 20px 0 20px 52px;
  background: url(../images/FAQ_A.png) no-repeat left 26px;
  background-size: 32px;
  border-top: 1px solid #ebebeb;
}

.FAQ .content .text.open {
  display: block;
}

.pc {
  display: block;
}

.h5 {
  display: none;
}

.contact .banner {
  width: 100%;
  height: 460px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 460px;
  text-align: center;
  background: url(../images/contact_banner.png) no-repeat center center;
  background-size: cover;
}
.contact .content  .QRBox{
    width: 1296px;
    margin: -80px auto 120px;
}
.contact .content .QR_code{
    width: 200px;
    height: auto;
}
.contact .content_size {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

.contact .tips {
  width: 636px;
  height: 400px;
  background: url(../images/overseas/contact_tips.jpg) no-repeat;
  background-size: cover;
}

.contact .tips .box {
  width: 586px;
  /* height: 141px; */
  border-radius: 20px 20px 20px 20px;
  margin: 166px auto 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  padding-left: 92px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 32px;
}

.contact .form_box {
  width: 636px;
}

.contact .form {
  display: flex;
  flex-wrap: wrap;
}

.contact .form .item {
  margin-left: 24px;
  width: 294px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  font-size: 16px;
  color: #999999;
  line-height: 56px;
  margin-top: 23px;
}

.contact .form .item .name {
  width: 80px;
}

.contact .form .item .input {
  flex: 1;
  /* padding-left: 20px; */
}

.contact .form .item .input input::placeholder,
.contact .form .textarea textarea::placeholder {
  color: #999;
}

.contact .form .item input {
  width: 100%;
  height: 100%;
}

.contact .form .textarea {
  width: 100%;
  display: block;
  height: 130px;
}

.contact .form .textarea textarea {
  border: none;
  resize: none;
  outline: none;
  width: 100%;
  height: 120px;
  font-size: inherit;
  font-family: inherit;
}

.contact .form_box .btn {
  width: 179px;
  height: 49px;
  background: #539d56;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #ffffff;
  line-height: 49px;
  margin-top: 40px;
  padding-left: 76px;
  position: relative;
  margin-left: 25px;
  transition: all 0.3s ease; /* 过渡效果 */
}

.contact .form_box .btn:hover {
  box-shadow: 7px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.contact .form_box .btn::before {
  content: "";
  position: absolute;
  left: 56px;
  width: 13px;
  top: 25px;
  background-color: #fff;
  opacity: 0.5;
  height: 1px;
}

.contact .form_box .btn::after {
  content: "";
  position: absolute;
  left: 62px;
  width: 1px;
  top: 19px;
  background-color: #fff;
  opacity: 0.5;
  height: 13px;
}

.contact .loading {
  display: none;
}

.contact .loading .shade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 999;
  opacity: 0.5;
}

.contact .loading .img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 40px;
  height: 40px;
}

.contact .location {
  width: 100%;
  height: 700px;
  background: url(../images/location.png) no-repeat center center;
  background-size: cover;
}

.customer .banner {
  width: 100%;
  height: 460px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 460px;
  text-align: center;
  background: url(../images/customer_banner.png) no-repeat center center;
  background-size: cover;
}

.customer .content_size {
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0 100px;
}

.customer .content_size .item {
  width: 416px;
  margin-bottom: 50px;
  margin-right: 24px;
}

.customer .content_size .item:nth-child(3n) {
  margin-right: 0;
}

.customer .content_size .img {
  width: 416px;
  height: 340px;
}

.customer .content_size .text {
  font-weight: bold;
  font-size: 22px;
  line-height: 84px;
  text-align: center;
}

.product .banner {
  width: 100%;
  height: 460px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 460px;
  text-align: center;
  background: url(../images/product_banner.png) no-repeat center center;
  background-size: cover;
}

.product .content_size {
  padding: 120px 0 88px;
  display: flex;
  flex-wrap: wrap;
}

.product .content_size .item {
    margin-top: 40px;
    margin-bottom: 88px;
  width: 416px;
  height: 498px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin-right: 24px;
}

.product .content_size .item:nth-child(3n) {
  margin-right: 0;
}

.product .content_size .img {
  width: 413px;
  height: 413px;
  text-align: center;
}
.product .content_size .img img{
    width: 400px;
  height: 370px;
  object-fit: contain;
}

.product .content_size .box {
  height: auto;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 4px 0 #f2f2f2;
  padding-left: 30px;
  z-index: 2;
  cursor: pointer;
}

.product .content_size .name {
  padding-top: 34px;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}

.product .content_size .btn {
  margin-top: 40px;
  font-size: 14px;
  color: #539d56;
  line-height: 22px;
  padding-left: 30px;
  background: url(../images/more_btn.png) no-repeat left center;
}
.product .content_size .icon {
  width: 75px;
  height: 91px;
  background: #f3f8f3;
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  top: 0;
  right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}

.product .content_size .box:hover {
  box-shadow: 0 4px 0 #539d56;
  transition: box-shadow 0.5s ease-out;
}

.product .content_size .box:hover .btn {
  background-image: url(../images/more_btn_active.png);
  transition: background-image 0.5s ease-out;
}

.product .content_size .box:hover .icon {
  background-color: #539d56;
  transition: background-color 0.5s ease-out;
}

.product .content_size .icon1 {
  background-image: url(../images/cpzx_icon1.png);
}

.product .content_size .icon2 {
  background-image: url(../images/cpzx_icon2.png);
}

.product .content_size .icon3 {
  background-image: url(../images/cpzx_icon3.png);
}

.product .content_size .icon4 {
  background-image: url(../images/cpzx_icon4.png);
}

.product .content_size .icon5 {
  background-image: url(../images/cpzx_icon5.png);
}

.product .content_size .icon6 {
  background-image: url(../images/cpzx_icon6.png);
}

.product .content_size .icon7 {
  background-image: url(../images/cpzx_icon7.png);
}

.product .content_size .icon8 {
  background-image: url(../images/cpzx_icon8.png);
}

.product .content_size .icon9 {
  background-image: url(../images/cpzx_icon9.png);
}

.product .content_size .box:hover .icon1 {
  background-image: url(../images/cpzx_icon1_hover.png);
}

.product .content_size .box:hover .icon2 {
  background-image: url(../images/cpzx_icon2_hover.png);
}

.product .content_size .box:hover .icon3 {
  background-image: url(../images/cpzx_icon3_hover.png);
}

.product .content_size .box:hover .icon4 {
  background-image: url(../images/cpzx_icon4_hover.png);
}

.product .content_size.box:hover .icon5 {
  background-image: url(../images/cpzx_icon5_hover.png);
}

.product .content_size .box:hover .icon6 {
  background-image: url(../images/cpzx_icon6_hover.png);
}

.product .content_size .box:hover .icon7 {
  background-image: url(../images/cpzx_icon7_hover.png);
}

.product .content_size .box:hover .icon8 {
  background-image: url(../images/cpzx_icon8_hover.png);
}

.product .content_size .box:hover .icon9 {
  background-image: url(../images/cpzx_icon9_hover.png);
}
.product_details .banner .detailTitle{
    padding-top: 140px;
    font-size: 70px;
    color: #fff;
    font-family: var(--conult-fontBold);
    font-weight: bold;
    max-width: 758px;
}
.product_details .banner .detailSubTitle{
    padding-top: 10px;
    font-size: 31px;
    color: #fff;
    font-family: var(--conult-font);
    max-width: 758px;
}
.product_details .banner {
    padding-left: 10%;
    box-sizing: border-box;
  width: 100%;
  height: 700px;
  background: url(../images/overseas/product01_banner.jpg) no-repeat center center;
  background-size: cover;
}

.product_details.product02 .banner {
  background-image: url(../images/overseas/product02_banner.jpg);
}
.product_details.product03 .banner {
  background-image: url(../images/overseas/product03_banner.jpg);
}
.product_details.product04 .banner {
  background-image: url(../images/overseas/product04_banner.jpg);
}
.product_details.product05 .banner {
  background-image: url(../images/product05_banner.png);
}
.product_details.product06 .banner {
  background-image: url(../images/product06_banner.png);
}
.product_details.product07 .banner {
  background-image: url(../images/product07_banner.png);
}
.product_details.product08 .banner {
  background-image: url(../images/product08_banner.png);
}

.product_details .banner .btn {
  position: absolute;
  left: 0;
  top: 411px;
  display: block;
  width: 179px;
  height: 49px;
  background: #539d56;
  border-radius: 25px;
  font-size: 16px;
  color: #ffffff;
  line-height: 49px;
  padding-left: 52px;
  transition: all 0.3s ease; /* 过渡效果 */
}

.product_details .banner .btn:hover {
  box-shadow: 7px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.product_details .banner .btn::before {
  content: "";
  position: absolute;
  left: 29px;
  width: 13px;
  top: 23px;
  background-color: #fff;
  opacity: 0.5;
  height: 1px;
}

.product_details .banner .btn::after {
  content: "";
  position: absolute;
  left: 35px;
  width: 1px;
  top: 17px;
  background-color: #fff;
  opacity: 0.5;
  height: 13px;
}

.product_details .content_size {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 0 96px;
}

.product_details .content_size .box {
  width: 100%;
  background: #f2f2f2;
  display: flex;
  padding: 40px 30px;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 24px;
}
.product_details .swiper{
    flex-shrink: 0;
    width: 200px;
    background-color: #fff;
    margin-right: 20px;
}
.product_details .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    background-color: #539d56;
}
.product_details .content_size .swiper .img {
    margin: 0 auto;
  }
.product_details .content_size .img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}
.product_details .content_size .img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product_details .content_size .info {
  flex: 1;
}

.product_details .content_size .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  height: 24px;
  margin-bottom: 40px;
}

.product_details .content_size .list {
  display: flex;
  justify-content: space-between;
}
.product_details .content_size .box.new .list{
    flex-wrap: wrap;
}
.product_details .content_size .box.new .list .item:nth-child(4n-3),
.product_details .content_size .box.new .list .item:nth-child(4n-2) {
  background-color: #fff; /* 选择第一组和第二组的元素 */
}
.product_details .content_size .box.new .list .item{
    background-color: transparent;
}
.product_details .content_size .item {
  width: 490px;
  line-height: 40px;
  display: flex;
  font-size: 14px;
  background-color: #fff;
}

.product_details .content_size .item:nth-child(2n) {
  background: #f2f2f2;
}

.product_details .content_size .label {
    /* line-height: 1.4;
    align-items: center;
    display: flex; */
    word-break: break-all;
  color: #999;
  min-width: 112px;
  padding-left: 16px;
  padding-right: 16px;
  /* flex-shrink: 0; */
}

.product_details .content_size .value {
    min-width: 100px;
    /* flex: 1; */
  word-break: break-all;
  line-height: 24px;
  padding: 8px 5px 8px 0;
}

.product02 .banner .btn {
  top: 367px;
}

.product_details .content_size .box.dual {
  width: 636px;
}

.product_details .content_size .box.dual .item {
  width: 356px;
}

.product03 .banner .btn {
  top: 460px;
}

.product04 .banner .btn {
  top: 432px;
}
.product05 .banner .btn {
  top: 351px;
}
.product06 .banner .btn {
  top: 449px;
}
.product07 .banner .btn {
  top: 390px;
}
.product08 .banner .btn {
  top: 466px;
}

.product_details .content_size .list_name {
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
}

.product08 .content_size .label,
.product07 .content_size .label,
.product06 .content_size .label,
.product04 .content_size .label {
  min-width: 142px;
}

.product_details .list_box {
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  padding: 10px 30px 10px 15px;
}

.solution .banner {
  width: 100%;
  height: 460px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 460px;
  text-align: center;
  background: url(../images/overseas/solution_banner.jpg) no-repeat center center;
  background-size: cover;
}
.solutionHtml{
        overflow-x: visible;
    }
.solution .content_size {
  padding: 120px 0 96px;
}
/* .solution .videoBox {
    display: flex;
} */
.solution .emcVideo{
    display: block;
    margin: 20px auto 0;
    width:40%;
    height: 700px;
    object-fit: cover;
}
.solution .img{
    display: block;
    margin: 20px auto 0;
    width: 60%;
    height:auto;
    object-fit: cover;
}
.solution .box {
  height: 320px;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 320px;
  text-align: center;
  background: url(../images/solution_img01.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 24px;
  position: relative;
  border-radius: 20px 20px 20px 20px;
}

.solution .box:nth-child(2) {
  background: url(../images/solution_img02.png) no-repeat center center;
  background-size: cover;
}

.solution .box:nth-child(3) {
  background: url(../images/solution_img03.png) no-repeat center center;
  background-size: cover;
}

.solution .box:nth-child(4) {
  background: url(../images/solution_img04.png) no-repeat center center;
  background-size: cover;
}

.solution .box:nth-child(5) {
  background: url(../images/solution_img05.png) no-repeat center center;
  background-size: cover;
}

.solution .box:nth-child(6) {
  background: url(../images/solution_img06.png) no-repeat center center;
  background-size: cover;
}

.solution .box:nth-child(7) {
  background: url(../images/solution_img07.png) no-repeat center center;
  background-size: cover;
}

.solution .box:hover .shade {
  opacity: 1;
}

.solution .box .shade {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  padding: 0 120px;
  text-align: left;
  height: auto;
}

.solution .box .shade .img {
  width: 120px;
  height: 120px;
  margin-right: 100px;
}

.solution .box .shade .name {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 19px;
}

.solution .box .shade .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  font-weight: normal;
  width: 600px;
}

.solution .box .shade .icon {
  width: 100px;
  height: 100px;
  margin-left: 136px;
  background: url(../images/solution_btn.png) no-repeat center center;
  background-size: cover;
}

.solution01 .banner {
  width: 100%;
  height: 700px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 700px;
  text-align: center;
  background: url(../images/solution01_banner.png) no-repeat center center;
  background-size: cover;
}

.solution01 .content_size {
  padding-top: 120px;
}

.solution01 .box {
  margin-bottom: 120px;
}

.solution01 .top_img {
  width: 636px;
}

.solution01 .top_text {
  width: 562px;
  padding-top: 32px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
}

.solution01 .img {
  width: 927px;
  height: 444px;
  background: url(../images/solution01_img02.png) no-repeat center center;
  background-size: cover;
}

.solution01 .img03 {
  background: url(../images/solution01_img03.png) no-repeat center center;
  background-size: cover;
}

.solution01 .img04 {
  background: url(../images/solution01_img04.png) no-repeat center center;
  background-size: cover;
}

.solution01 .img.fl {
  margin-left: -310px;
}

.solution01 .img.fr {
  margin-right: -310px;
}

.solution01 .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  padding: 60px 0;
  position: relative;
}

.solution01 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 80px;
  height: 3px;
  background-color: #539d56;
}

.solution01 .text {
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  width: 562px;
}

.solution02 .banner {
  width: 100%;
  height: 700px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 700px;
  text-align: center;
  background: url(../images/solution02_banner.png) no-repeat center center;
  background-size: cover;
}

.solution02 .content_size {
  padding: 120px 0;
}

.solution02 .box .img {
  width: 636px;
}

.solution02 .box .fr {
  width: 562px;
}

.solution02 .box .text {
  font-weight: bold;
  font-size: 50px;
  line-height: 90px;
  padding: 5px 0 40px;
}

.solution02 .box .desc {
  font-size: 24px;
  color: #666666;
  line-height: 40px;
}

.solution02 .yycj {
  padding: 120px 0 90px;
}

.solution02 .yycj .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.solution02 .yycj .item {
  width: 412px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

.solution02 .azff .img {
  width: 100%;
  height: 607px;
  background: url(../images/solution02_img08.png) no-repeat center center;
  background-size: cover;
}

.solution07 .banner {
  width: 100%;
  height: 700px;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 700px;
  text-align: center;
  background: url(../images/solution07_banner.png) no-repeat center center;
  background-size: cover;
}

.solution07 .tgfw {
  width: 100%;
  height: 971px;
  background-color: #fff;
  padding-top: 127px;
  padding-bottom: 162px;
}

.solution07 .tgfw .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  margin-bottom: 77px;
  position: relative;
}

.solution07 .tgfw .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 80px;
  height: 3px;
  background-color: #539d56;
  margin-left: -40px;
}

.solution07 .tgfw .swiper2 {
  width: 1296px;
  height: 552px;
}

.solution07 .tgfw .item {
  height: 498px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}

.solution07 .tgfw .img {
  width: 413px;
}

.solution07 .tgfw .box {
  height: 183px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin-top: -42px;
  position: relative;
  box-shadow: 0 4px 0 #f2f2f2;
  padding-left: 30px;
  z-index: 2;

}

.solution07 .tgfw .name {
  padding-top: 34px;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}

.solution07 .tgfw .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 25px;
  width: 262px;
}

.solution07 .tgfw .icon {
  width: 75px;
  height: 91px;
  background: #f3f8f3;
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  top: 0;
  right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}

.solution07 .tgfw .box:hover {
  box-shadow: 0 4px 0 #539d56;
  transition: box-shadow 0.5s ease-out;
}

.solution07 .tgfw .box:hover .icon {
  background-color: #539d56;
  transition: background-color 0.5s ease-out;
}

.solution07 .tgfw .icon1 {
  background-image: url(../images/tgfw_icon01.png);
}

.solution07 .tgfw .icon2 {
  background-image: url(../images/tgfw_icon02.png);
}

.solution07 .tgfw .icon3 {
  background-image: url(../images/tgfw_icon03.png);
}

.solution07 .tgfw .icon4 {
  background-image: url(../images/tgfw_icon04.png);
}

.solution07 .tgfw .icon5 {
  background-image: url(../images/tgfw_icon05.png);
}

.solution07 .tgfw .box:hover .icon1 {
  background-image: url(../images/tgfw_icon01_hover.png);
}

.solution07 .tgfw .box:hover .icon2 {
  background-image: url(../images/tgfw_icon02_hover.png);
}

.solution07 .tgfw .box:hover .icon3 {
  background-image: url(../images/tgfw_icon03_hover.png);
}

.solution07 .tgfw .box:hover .icon4 {
  background-image: url(../images/tgfw_icon04_hover.png);
}

.solution07 .tgfw .box:hover .icon5 {
  background-image: url(../images/tgfw_icon05_hover.png);
}

.solution07 .tgfw .swiper-pagination {
  width: 182px !important;
}

.solution07 .tgfw .swiper-pagination-bullet,
.solution07 .tgfw .swiper-pagination-bullet-active-next,
.solution07 .tgfw .swiper-pagination-bullet-active-next-next,
.solution07 .tgfw .swiper-pagination-bullet-active-prev,
.solution07 .tgfw .swiper-pagination-bullet-active-prev-prev {
  width: 20px;
  height: 2px;
  background: #d1d1d1;
  transform: scale(1) !important;
  opacity: 1;
}

.solution07 .tgfw .swiper-pagination-bullet-active-main {
  width: 86px;
  height: 2px;
  background: #539d56;
}

.solution07 .jjfa .box {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  flex-wrap: wrap;
}

.solution07 .jjfa .item {
  width: 636px;
  height: 633px;
  background: url(../images/solution07_img06.png) no-repeat center center;
  background-size: cover;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 633px;
  position: relative;
}

.solution07 .jjfa .item02 {
  background: url(../images/solution07_img07.png) no-repeat center center;
  background-size: cover;
}

.solution07 .jjfa .shade {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #181818;
  border-radius: 20px 20px 20px 20px;
  z-index: 2;
  padding-left: 51px;
  text-align: left;
}

.solution07 .jjfa .item:hover .shade {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.solution07 .jjfa .shade .icon {
  width: 100px;
  height: 100px;
  margin-top: 160px;
  background: url(../images/solution_btn.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 19px;
}

.solution07 .jjfa .shade .name {
  font-weight: bold;
  font-size: 24px;
  color: #539d56;
  line-height: 1;
  margin-bottom: 32px;
}

.solution07 .jjfa .shade .text {
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  font-weight: normal;
}

.solution07 .bottom_box {
  height: 817px;
  background: #f3f8f3;
  margin-top: 120px;
  padding-top: 120px;
}

.solution07 .bottom_box .box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.solution07 .bottom_box .item {
  width: 306px;
  height: 417px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eeeeee;
  padding: 30px;
}

.solution07 .bottom_box .item:hover {
  border-color: #539d56;
}

.solution07 .bottom_box .img {
  width: 244px;
  height: 212px;
  background: #f3f8f3;
  border-radius: 20px 20px 20px 20px;
  padding: 46px 62px;
}

.solution07 .bottom_box .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 30px 0 20px;
}

.solution07 .bottom_box .text {
  font-size: 14px;
  color: #878787;
  line-height: 24px;
  text-align: center;
}

.serach .serach_text {
  font-size: 24px;
  line-height: 1.5;
  padding: 75px 0 36px;
  border-bottom: 1px solid #eaeaea;
}

.serach .list {
  margin-bottom: 128px;
}

.serach .list .li {
  padding: 42px 0 46px;
  border-bottom: 1px solid #eaeaea;
}

.serach .list .li .name {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}

.serach .list .li .text {
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  margin-bottom: 30px;
}

.serach .list .li .text .highlight {
  display: inline-block;
  vertical-align: top;
  background: #fff59a;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
}

.serach .list .li .btn {
  width: 143px;
  height: 44px;
  font-size: 18px;
  color: #539d56;
  line-height: 44px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #539d56;
  padding-left: 20px;
  background: url(../images/serach_li_btn.png) no-repeat 104px center;
  background-size: 18px;
}
