:root {
  --logoColor: #008129;
}
html {
  scroll-padding-top: 4.275rem;
  /* height of sticky header */
}

.head_box .head .head_cen li.on .mod_downpull1 {
    display: block;
}

.head_box {
  position: fixed;
  width: 100%;
  top: 1rem;
  padding: 0 2.5rem;
  transition: all 0.5s;
  z-index: 99999;
}
.head_box img {
  position: absolute;
  transition: all 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.head_box img.img2 {
  opacity: 0;
}
.head_box.head-scroll {
  padding: 0;
  top: 0;
}
.head_box.head-scroll .head {
  border-radius: 0 !important;
}
.head_box.head-instop img.img2 {
  opacity: 0;
}
.head_box.head-instop img.img2 {
  opacity: 1;
}
.head_box.head-instop .head {
  background-color: transparent !important;
}
.head_box.head-instop .head .head_cen li>a {
  color: #fff;
}
.head_box.head-instop .head span {
  color: #fff;
}
.head_box .head {
  position: relative;
  height: 2.275rem;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
.head_box .head .logo {
  position: relative;
  width: 3.0692rem;
  height: 1.0722rem;
}
.head_box .head .logo img {
  width: 100%;
  height: 100%;
}
.head_box .head .head_cen {
  display: flex;
  align-items: center;
}
.head_box .head .head_cen li {
  margin-right: 2.025rem;
  flex: 1;
}
.head_box .head .head_cen li.on>a {
  color: var(--logoColor);
}
.head_box .head .head_cen li:hover>a {
  color: var(--logoColor);
}
.head_box .head .head_cen li a {
  transition: all 0.5s;
  font-family: regular;
}
.head_box .head .head_cen li:last-child {
  margin-right: 0;
}
.head_box .head .head_r {
  display: flex;
  align-items: center;
}
.head_box .head .head_r .search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:1rem;
  background: var(--logoColor);
  color: #fff;
  font-size: clamp(12px,.35rem,14px);
  color: #fff;
  width: fit-content;
  height: 1rem;
  padding: 0 .75rem;
  margin-right: 0.85rem;
  position: relative;
}
.head_box .head .head_r .search img {
  /*width: 100%;*/
  /*height: 100%;*/
  width: 14px;
  height: 14px;
  object-fit: contain;
  position: static;
  object-fit: contain;
  margin-right: 10px;
  opacity: 1 !important;
}
.head_box .head .head_r .lang {
  width: 0.4153rem;
  height: 0.416rem;
  position: relative;
  margin-right: 0.325rem;
}
.head_box .head .head_r .lang img {
  width: 0.4153rem;
  height: 0.416rem;
}
.head_box .head .head_r .zh {
  cursor: pointer;
  position: relative;
  margin-right: 0.9rem;
}
.head_box .head .head_r .zh .bn1 {
  display: flex;
  align-items: center;
}
.head_box .head .head_r .zh .bn1 span {
  margin-right: 0.1rem;
  font-family: regular;
}
.head_box .head .head_r .zh .bn1 .down {
  width: 0.15rem;
  height: 0.1rem;
  position: relative;
}
.head_box .head .head_r .zh .bn1 .down img {
  width: 0.15rem;
  height: 0.1rem;
}

.head_box .head .head_r .zh .bn2{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #fff;padding: 0.3rem 0.25rem;box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.1);display: none;width: 2rem;text-align: center;}

.head_box .head .head_r .zh .bn2 a{display: block;line-height: 2;}

.head_box .head .head_r .zh .bn2 a:hover{color: var(--logoColor);}





.head_box .head .head_r .btn {
  width: 3.075rem;
  height: 1.025rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.025rem;
  /*background-color: #008129;*/
  border:1px solid  #008129;
  color:  #008129;
  font-family: regular;
  font-size: clamp(12px,.35rem,14px);
}
.banner {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  z-index: 1;
}
.banner .pc_banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.625rem;
}
.banner .txt .cn {
  font-weight: bold;
  margin-bottom: 0.325rem;
  color: #FFFFFF;
}
.banner .txt .en {
  color: #FFFFFF;
  margin-bottom: 1.125rem;
}
.banner .txt .btns {
  width: 2.7712rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.banner .txt .btns img {
  width: 0.9rem;
  height: 0.9rem;
}
.banner .txt .btns span {
  color: #FFFFFF;
  white-space: nowrap;
}
.banner .txt .btns:hover {
  padding-left: 0.2rem;
}
.index {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.index .insbgimg {
    width: 100%;
    height: 100vh;
    position: sticky;
    z-index: 1;
    top: 0;
    object-fit: cover;
}
.ins1 {
    margin-top: -100vh;
  height: 100vh;
  width: 100%;
  background: #061018;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ins1 .ins_prop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ins1 .ins_prop  .newbg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ins1 .ins_prop  .Page_box {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: auto;
    object-fit: contain;
    transition: all .5s;
    width: 0;
    overflow: hidden;
    pointer-events: none;
}
.ins1 .ins_prop  .Page_box .page_logo_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mask: url(../img/Page_prop2.svg) no-repeat center;
    mask-size: 100%;
}
.ins1 .ins_prop  .Page_box img.logo_img {
    position: absolute;
    bottom: 1.9792vw;
    left: .7813vw;
    width: 7.8646vw;
    max-width: 7.8646vw;
    height: auto;
    z-index: 2;
}
.ins1 .ins_prop  .Page_box img.prop_img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    width: 88%;
}
.ins1 .ins_prop  .Page_box img.prop_img.po2 {
    z-index: 2;
    position: relative;
    width: 100%;
}


.ins1 .ins_prop .Page_box.on {
    width: 15.3125vw;
}


.ins1 .container {
  padding: 0 4.5rem 0;
  position: absolute;
  z-index: 2;
  /*bottom: 0;*/
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ins1 .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.025rem;
}
.ins1 .container .top .left .module_h1 {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}
.ins1 .container .top .left .p {
  color: #FFFFFF;
}
.ins1 .container .top .item {
  display: flex;
  align-items: center;
}
.ins1 .container .top .item li {
  cursor: pointer;
  margin-right: 1.075rem;
}
.ins1 .container .top .item li:hover img {
  transform: translateY(-0.4rem);
}
.ins1 .container .top .item li img {
  width: 3.175rem;
  transition: all 0.5s;
  height: 4rem;
}
.ins1 .container .top .item li:last-child {
  margin-right: 0;
}
.ins1 .container .botom {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins1 .container .botom li {
  cursor: pointer;
  position: relative;
}
.ins1 .container .botom li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: 1;
    pointer-events: none;
    background: url(../img/bgmv.png) no-repeat center center;
    background-size: 100% 100%;
    transform: scale(1.4);
}
.ins1 .container .botom li:hover::after {
    opacity: 1;
  /*transform: translateY(-0.5rem);*/
}
.ins1 .container .botom li img {
  transition: all 0.5s;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  object-fit: contain;
}
.ins1 .container .botom li{
  width: 3.1997rem;
  height: 5.7257rem;
  margin: 0 10px;
}

.ins1 .container .botom li:nth-child(5) {
    scale: 1.4;
}
.ins1 .container .botom li:nth-child(4) {
    scale: 1.3;
} 
.ins1 .container .botom li:nth-child(6) {
    scale: 1.3;
} 
.ins1 .container .botom li:nth-child(3) {
    scale: 1.2;
} 
.ins1 .container .botom li:nth-child(7) {
    scale: 1.2;
}  
.ins1 .container .botom li:nth-child(2) {
    scale: 1.1;
} 
.ins1 .container .botom li:nth-child(8) {
    scale: 1.1;
}   
.ins1 .container .botom li:nth-child(1) {
    scale: 1;
} 
.ins1 .container .botom li:nth-child(9) {
    scale: 1;
} 

.ins1 .container .bot_a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    padding-top: 2rem;
}

.ins1 .container .bot_a:hover img {
    margin-right: 7px;
}
.ins1 .container .bot_a img {
    width: .9rem;
    height: .9rem;
    object-fit: contain;
    margin-right: 14px;
    transition: all .5s;
}
/*.ins1 .container .botom li:last-child a {*/
/*  width: 1.9753rem;*/
/*  height: 5.515rem;*/
/*  background: url(../img/inb1_img8.png) no-repeat center;*/
/*  background-size: cover;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.ins1 .container .botom li:last-child a img {*/
/*  width: 0.9rem;*/
/*  height: 0.9rem;*/
/*  transform: translateY(0) !important;*/
/*}*/
.ins1 .container .botom li:last-child a span {
  color: #FFFFFF;
  text-align: center;
}
.ins2 {
  /*background-color: #fff;*/
  height: 26.975rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.ins2 .container {
  height: 100%;
  padding: 2.85rem 4.5rem 6.125rem;
  position: relative;
  z-index: 3;
}
.ins2 .container .top_num {
  padding: 0 3.7rem 1.275rem 2.75rem;
  display: flex;
  justify-content: space-between;
}
.ins2 .container .top_num li {
  display: flex;
  align-items: center;
}
.ins2 .container .top_num li .num {
  color: #00913A;
  font-weight: bold;
  margin-right: 0.225rem;
}
.ins2 .container .top_num li .icon {
  height: 100%;
  display: flex;
  color: #00913A;
  margin-right: 0.225rem;
}
.ins2 .container .top_num li .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ins2 .container .top_num li .left .ic_txt {
  font-family: medium;
  color: #00913A;
}
.ins2 .container .top_num li .left .p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ins2 .container .cont {
  width: 100%;
  height: 14.725rem;
  background: url(../img/ins2_cont1.png) no-repeat center;
  background-size: cover;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: relative;
}
.ins2 .container .cont .cont1 {
  width: 16.7rem;
  /*background-color: rgba(255, 255, 255, 0.74);*/
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  position: absolute;
  bottom: -2.125rem;
  left: 1.45rem;
  box-shadow: 0 0.375rem 0.425rem rgba(0, 0, 0, 0.05);
  padding: 1.75rem 1.325rem 1.725rem 1.375rem;
}
.ins2 .container .cont .cont1 .h {
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #2D2D2D;
}
.ins2 .container .cont .cont1 .p {
  margin-bottom: 1.5rem;
  color: #333333;
}
.ins2 .container .cont .cont1 .btns {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}
.ins2 .container .cont .cont1 .btns:hover {
  padding-left: 4px;
}
.ins2 .container .cont .cont1 .btns:hover img {
  margin-right: 2px;
}
.ins2 .container .cont .cont1 .btns img {
  width: 0.9rem;
  height: 0.9rem;
  transition: all 0.5s;
  margin-right: 8px;
}
.ins2 .container .cont .cont1 .btns span {
  color: #333333;
  font-family: medium;
}
.ins3 {
  /*background-color: #fff;*/
  padding: 0 4.5rem 4.025rem;
  position: relative;
  z-index: 2;
}
.ins3 .ins3_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.ins3 .ins3_container .top_module {
  width: 100%;
  height: 12.775rem;
  padding: 0 2.175rem 0.85rem 1.375rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 10px;
  overflow: hidden;
  /*align-items: center;*/
}
.ins3 .ins3_container .top_module:hover .bg_img {
  transform: scale(1.05);
}
.ins3 .ins3_container .top_module .bg_img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  transition: all 0.5s;
}

.ins3 .ins3_container .top_module .txt {
  width: 100%;
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.ins3 .ins3_container .top_module .txt .title {
  font-weight: bold;
  color: #FFFFFF;
}
.ins3 .ins3_container .top_module .txt .btns {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/*.ins3 .ins3_container .top_module .txt .btns img {*/
/*  width: 0.9rem;*/
/*  height: 0.9rem;*/
/*  transition: all 0.5s;*/
/*}*/

.ins3 .ins3_container .top_module .txt .btns .bts_img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  margin-right: 0.25rem;
    transition: all 0.5s;
}

.ins3 .ins3_container .top_module .txt .btns .bts_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
}
.ins3 .ins3_container .top_module .txt .btns .bts_img img.img1 {
    opacity: 1;
}
.ins3 .ins3_container .top_module .txt .btns span {
  font-family: medium;
  color: #fff;
}
.ins3 .ins3_container .top_module:hover .txt .btns .bts_img {
  margin-right: 0.15rem;
}
.ins3 .ins3_container .top_module:hover .txt .btns .bts_img img.img1{
    opacity: 0;
}
.ins3 .ins3_container .top_module:hover .txt .btns .bts_img img.img2{
    opacity: 1;
}
.ins3 .ins3_container .bottom_module {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ins3 .ins3_container .bottom_module .item {
  flex: 1;
  height: 11.125rem;
  margin-right: 0.825rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.ins3 .ins3_container .bottom_module .item:last-child {
  margin-right: 0;
}
.ins3 .ins3_container .bottom_module .item:hover .bg_img {
  transform: scale(1.05);
}

.ins3 .ins3_container .bottom_module .item .bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: all 0.5s;
}
.ins3 .ins3_container .top_module .m {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.ins3 .ins3_container .top_module .m::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 57%);
    transition: all .4s ease;
}
.ins3 .ins3_container .top_module .m::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(120%);
    background: linear-gradient(0, rgba(0, 129, 41, .7) 0%, rgba(0, 129, 41, 0) 57%);
    transition: all .4s ease;
}

.ins3 .ins3_container .bottom_module .item .m1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

.ins3 .ins3_container .bottom_module .item .m1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 57%);
    transition: all .4s ease;
}
.ins3 .ins3_container .bottom_module .item .m1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(120%);
    background: linear-gradient(0, rgba(0, 129, 41, .7) 0%, rgba(0, 129, 41, 0) 57%);
    transition: all .4s ease;
}

.ins3 .ins3_container .top_module:hover .m::after {
    transform: translateY(0%);
}
.ins3 .ins3_container .top_module:hover .m::before {
    opacity: 0;
}

.ins3 .ins3_container .bottom_module .item:hover .m1::after {
    transform: translateY(0%);
}
.ins3 .ins3_container .bottom_module .item:hover .m1::before {
    opacity: 0;
}

.ins3 .ins3_container .bottom_module .item .m2 {
  height: 4.925rem;
}

.ins3 .ins3_container .bottom_module .item {
    padding: 1rem;
}
.ins3 .ins3_container .bottom_module .item .txt {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 2.15rem 0.9rem 1.375rem;*/
  width: 100%;
  height: fit-content;
}
.ins3 .ins3_container .bottom_module .item .txt .txt_title {
  font-weight: bold;
  color: #FFFFFF;
}
.ins3 .ins3_container .bottom_module .item .txt .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins3 .ins3_container .bottom_module .item .txt .btns .bts_img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  margin-right: 0.275rem;
  transition: all 0.5s;
}
.ins3 .ins3_container .bottom_module .item .txt .btns img {
  position: absolute;
  top: 0;
  /*width: 0.9rem;*/
  /*height: 0.9rem;*/
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ins3 .ins3_container .bottom_module .item .txt .btns img.img2 {
  opacity: 0;
}
.ins3 .ins3_container .bottom_module .item .txt .btns span {
  color: #FFFFFF;
}
.ins3 .ins3_container .bottom_module .item:hover .txt .btns .bts_img {
  margin-right: 0.15rem;
}
.ins3 .ins3_container .bottom_module .item:hover .txt .btns .bts_img img.img1 {
  opacity: 0;
}
.ins3 .ins3_container .bottom_module .item:hover .txt .btns .bts_img img.img2 {
  opacity: 1;
}
.ins4 {
  padding: 0 4.5rem 3.975rem;
  /*background-color: #fff;*/
  position: relative;
  z-index: 2;
}
.ins4 .ins4_contianer {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.ins4 .ins4_contianer .module_h1 {
  text-align: left;
  margin-bottom: 1.025rem;
}
.ins4 .ins4_contianer .bot_cont {
  display: flex;
  justify-content: space-between;
}
.ins4 .ins4_contianer .bot_cont .left {
  width: 19.925rem;
  margin-right: 0.35rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 30px  #ececec;
}
.ins4 .ins4_contianer .bot_cont .left .bgimg {
  width: 100%;
  height: 8.827rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
}
.ins4 .ins4_contianer .bot_cont .left .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ins4 .ins4_contianer .bot_cont .left .bgimg:hover img {
  transform: scale(1.05);
}
.ins4 .ins4_contianer .bot_cont .left .txt {
  padding: 0.95rem 0.5rem 0.9rem 1.775rem;
}
.ins4 .ins4_contianer .bot_cont .left .txt:hover .h {
  color: #00913A;
}
.ins4 .ins4_contianer .bot_cont .left .txt .time {
  color: #5A5A5A;
  margin-bottom: 0.3rem;
}
.ins4 .ins4_contianer .bot_cont .left .txt .h {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.725rem;
  transition: all 0.5s;
}
.ins4 .ins4_contianer .bot_cont .left .txt .p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.1rem;
}
.ins4 .ins4_contianer .bot_cont .left .txt .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}
.ins4 .ins4_contianer .bot_cont .left .txt .btns img {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.275rem;
  object-fit: contain;
  transition: all 0.5s;
}
.ins4 .ins4_contianer .bot_cont .left .txt .btns:hover img {
  margin-left: 0.15rem;
}
.ins4 .ins4_contianer .bot_cont .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ins4 .ins4_contianer .bot_cont .right .item {
  display: flex;
  height: 5.125rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 30px #ececec;
}
.ins4 .ins4_contianer .bot_cont .right .item:last-child {
  margin-bottom: 0;
}
.ins4 .ins4_contianer .bot_cont .right .item .bgimg {
  width: 9.2125rem;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.25rem 0 0 0.25rem;
}
.ins4 .ins4_contianer .bot_cont .right .item .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ins4 .ins4_contianer .bot_cont .right .item .bgimg:hover img {
  transform: scale(1.05);
}
.ins4 .ins4_contianer .bot_cont .right .item .txt {
  flex: 1;
  padding: 0.825rem 0.75rem 0.6rem 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.ins4 .ins4_contianer .bot_cont .right .item .txt .size .h {
  font-weight: bold;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.ins4 .ins4_contianer .bot_cont .right .item .txt .size .p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins4 .ins4_contianer .bot_cont .right .item .txt .time {
  color: #666666;
}
.ins4 .ins4_contianer .bot_cont .right .item .txt:hover .h {
  color: #00913A;
}
.sidebar {
  position: fixed;
  z-index: 9999;
  bottom: 30%;
  right: 25px;
  /*display: none;*/
}
.sidebar .topimg1 {
    position: absolute;
    z-index: 3;
    width: 52px;
    height: 52px;
    object-fit: contain;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
.sidebar .topimg2 {
    position: absolute;
    z-index: 1;
    width: 73px;
    height: 73px;
    left: 50%;
    top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background: linear-gradient(284deg, rgba(255, 255, 255, 0.60) 14.3%, rgba(242, 242, 242, 0.60) 33.63%, rgba(242, 242, 242, 0.60) 43.6%, rgba(219, 219, 219, 0.60) 61.12%, rgba(179, 179, 179, 0.60) 74.27%, rgba(176, 174, 173, 0.60) 96%);
    transform: translate(-50%,-50%);
}

.sidebar .sidebar_cont {
    position: relative;
    z-index: 2;
    padding: 40px 13px 15px;
    width: fit-content;
    border-radius: 20px 20px 44px 44px;
    background: linear-gradient(180deg, #FFF 40.14%, #E7E7E7 54.68%, #C2C1C0 73.59%, #919191 100.49%, #C2C1C0 112.85%);
    filter: drop-shadow(1.98px 2.81px 9.92px rgba(4, 0, 0, 0.35));
} 
.sidebar .sidebar_cont .item {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding: 0 10px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar .sidebar_cont .item:last-child {
    margin-bottom: 0;
}
.sidebar .sidebar_cont .item:first-child {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.sidebar .sidebar_cont .item .ico {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.sidebar .sidebar_cont .item .ico path {
    transition: all .4s ease;
}
.sidebar .sidebar_cont .item span {
    color: #333;
    font-size: 12px;
    transition: all .4s ease;
}
.sidebar .sidebar_cont .item:hover span {
    color: var(--logoColor);
}
.sidebar .sidebar_cont .item.fill:hover svg path {
    fill: var(--logoColor);
}
.sidebar .sidebar_cont .item.stroke:hover svg path {
    stroke: var(--logoColor);
}
/*.sidebar ul {*/
/*  height: 182px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*}*/
/*.sidebar ul li {*/
/*  width: 53px;*/
/*  height: 53px;*/
/*  border-radius: 50%;*/
/*  background-color: #fff;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  cursor: pointer;*/
/*  justify-content: center;*/
/*  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);*/
/*  transition: all 0.8s;*/
/*}*/
/*.sidebar ul li .img img {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  object-fit: contain;*/
/*  transition: all 0.8s;*/
/*}*/
/*.sidebar ul li:hover {*/
/*  background-color: #00913A;*/
/*}*/
/*.sidebar ul li:hover img {*/
/*  filter: brightness(100);*/
/*}*/
.footer {
  width: 100%;
  background-color: #333333;
}
.footer .footer_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.025rem 1.95rem  0 4.5rem;
}

.footer .footer_t span {
    color: #fff;
}
.footer .footer_t img {
  width: 3.0692rem;
  height: 1.0722rem;
}
.footer .footer_c {
  padding: 1.5rem 1.95rem 1.55rem 4.5rem;
  border-bottom: 0.025rem solid rgba(77, 77, 77, 0.3);
  display: flex;
  justify-content: space-between;
}
.footer .footer_c .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer_c .container .item {
  margin-right: 2.3rem;
  width: 3.25rem;
}
.footer .footer_c .container .item:last-child {
  margin-right: 0;
}
.footer .footer_c .container .item .h {
  color: #FFFFFF;
  font-family: medium;
  padding-bottom: 1.025rem;
  margin-bottom: 0.65rem;
  border-bottom: 0.025rem solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer .footer_c .container .item .h::after {
  position: absolute;
  height: 0.05rem;
  width: 0.725rem;
  background-color: #00913A;
  content: "";
  bottom: -0.025rem;
  left: 0;
}
.footer .footer_c .container .item li a {
  color: #fff;
  line-height: 1.75;
}
.footer .footer_c .container .item li:last-child {
  margin-bottom: 0;
}
.footer .footer_c .footer_c_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer_c .footer_c_r .iphone {
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0.45rem;
  line-height: 1;
}
.footer .footer_c .footer_c_r .p {
  font-family: regular;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.footer .footer_c .footer_c_r .ewm {
  width: 3.2rem;
}
.footer .footer_c .footer_c_r .list {
    display: flex;
    align-items: center;
}
.footer .footer_c .footer_c_r .ewm  {
    margin-right:  0.825rem;
}
.footer .footer_c .footer_c_r .ewm:last-child {
    margin-right: 0;
}
.footer .footer_c .footer_c_r .ewm span {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .footer_c .footer_c_r .ewm img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: .5rem;
}
.footer .footer_b {
  padding: 0.6rem 1.95rem 0.6rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_b .footer_b_l {
  display: flex;
  align-items: center;
}
.footer .footer_b .footer_b_l a {
  cursor: pointer;
  color: #fff;
}
.footer .footer_b .footer_b_l div {
  padding: 0 0.325rem;
  color: #717171;
}
.footer .footer_b .footer_b_r {
  display: flex;
  align-items: center;
}
.footer .footer_b .footer_b_r .bean {
  color: #fff;
  margin-right: 1.625rem;
}
.banner2 {
  width: 100%;
  height: 19.75rem;
  position: relative;
  background: url() no-repeat center center;
  background-size: cover;
  background-image: url(../img/01.png);
}
.banner2 .cont {
  width: 100%;
  height: 100%;
  padding: 0 5.05rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner2 .cont .h1 {
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
}
.banner2 .cont .h2 {
  padding-top: 0.775rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
}
.banner3 {
  /*height: 19.75rem;*/
  height: 13.975rem;
  background: url() no-repeat center bottom;
  background-size: cover;
  background-image: url(../img/26.png);
}
.ab1 {
  padding: 3.875rem 0 4.075rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.ab1 .abLeft {
  margin-left: 5.075rem;
  margin-right: 2.675rem;
  width: 16.075rem;
  box-sizing: content-box;
}
.ab1 .abLeft .module_h1 {
  color: var(--logoColor);
  margin-bottom: 2.2rem;
  text-align: left;
}
.ab1 .abLeft .p {
  line-height: 1.75;
  color: #333;
}
.ab1 .abRight {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
}
.ab1 .abRight .swiper-pagination {
  width: 0.2rem;
  margin-right: 1.225rem;
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0.15rem;
}
.ab1 .abRight .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-bottom: 0.475rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 1.25rem;
}
.ab1 .abRight .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--logoColor);
}
.ab1 .abRight .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.ab1 .abRight .swiper {
  flex: 1;
  overflow: hidden;
  height: 14.225rem;
}
.ab1 .abRight .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
}
.ab1 .abRight .swiper .swiper-slide.swiper-slide-active img {
  transform: translateY(0);
}
.ab1 .abRight .swiper .swiper-slide img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  transform: translateY(1.95rem);
}
.ab2 {
  padding: 1.675rem 0 1.025rem;
  background-color: rgba(38, 79, 51, 0.32);
  background: url(../img/ab4-bg.png) no-repeat center center;
  background-size: cover;
  /*background-image: url();*/
}
.ab2 .module_h1 {
  margin-bottom: 2.55rem;
}
.ab2 .abCont .swiper {
  margin: 0 8.175rem 2.725rem;
  /*5.9*/
  margin-bottom: 20px;
}
.ab2 .abCont .swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  opacity: 0 !important;
}
.ab2 .abCont .swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.ab2 .abCont .swiper .swiper-slide:nth-child(1) .text .btn_box .btn.prev {
  cursor: not-allowed;
}
.ab2 .abCont .swiper .swiper-slide:last-child .text .btn_box .btn.next {
  cursor: not-allowed;
}
.ab2 .abCont .swiper .swiper-slide .img {
  width: 12.25rem;
  height: 11.45rem;
  margin-right: 6.725rem;
  overflow: hidden;
  mask: url(../img/03.png) no-repeat center;
  mask-size: 100% 100%;
}
.ab2 .abCont .swiper .swiper-slide .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab2 .abCont .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab2 .abCont .swiper .swiper-slide .text .num {
  color: var(--logoColor);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.ab2 .abCont .swiper .swiper-slide .text .h1 {
  line-height: 1.3;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.ab2 .abCont .swiper .swiper-slide .text .h2 {
  line-height: 1.3;
  margin-bottom: 0.65rem;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  /*5.9*/
  display: none;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  margin-right: 0.35rem;
  cursor: pointer;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn:hover img.img1 {
  opacity: 0 !important;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn:hover img.img2 {
  opacity: 1 !important;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn:last-child {
  margin-right: 0;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn .btn-img {
  width: 0.325rem;
  height: 0.325rem;
  position: relative;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn .btn-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn .btn-img img.img1 {
  opacity: 1;
}
.ab2 .abCont .swiper .swiper-slide .text .btn_box .btn .btn-img img.rold {
  transform: rotate(180deg);
}
.ab2 .abbot {
  margin: 0 4.75rem;
  height: 3.825rem;
  position: relative;
}
.ab2 .abbot::after {
  /*content: "";*/
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  height: 100%;
  width: 2.5rem;
  background: url(../img/newabout2line.gif) no-repeat center center;
  background-size: contain ;
}
.ab2 .abbot .swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ab2 .abbot .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 5.5px;
  cursor: pointer;
}
.ab2 .abbot .swiper-slide:nth-child(1) .bgspan:nth-child(1) {
  opacity: 0;
}
.ab2 .abbot .swiper-slide:last-child .bgspan:last-child {
  opacity: 0;
}
.ab2 .abbot .swiper-slide .bgspan {
  display: flex;
  align-items: center;
}
.ab2 .abbot .swiper-slide .bgspan span {
  height: 10px;
  border-right: 1px solid #333333;
  margin-right: 11px;
}
.ab2 .abbot .swiper-slide .bgspan span:last-child {
  margin-right: 0;
}
.ab2 .abbot .swiper-slide .cont {
  width: 0.275rem;
  height: 0.275rem;
  border-radius: 50%;
  background-color: #444444;
  position: relative;
  margin: 0 0.75rem;
}
.ab2 .abbot .swiper-slide .cont .num {
  font-weight: 600;
  color: #666666;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.35rem);
}
.ab3 {
 margin-top: 2.825rem;
  padding: 2rem 6.025rem 0;
}
.ab3 .module_h1 {
  margin-bottom: 1.9rem;
}
.ab3 .abcont {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  background-image: url(../img/10.png);
}
.ab3 .abcont .cont {
  height: 10.625rem;
  width: 100%;
  background: linear-gradient(90deg, #008129 21.61%, rgba(1, 129, 41, 0) 87.96%);
  padding: 2.225rem 2.95rem;
}
.ab3 .abcont .cont .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}
.ab3 .abcont .cont .item .ico {
  width: 1.175rem;
  height: 1.175rem;
  object-fit: contain;
  margin-right: 0.9rem;
}
.ab3 .abcont .cont .item .h1 {
  min-width: 4.5rem;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: 600;
}
.ab3 .abcont .cont .item .p1 {
  color: #fff;
  width: 12.25rem;
}
.ab3 .abcont .cont .item:last-child {
  margin-bottom: 0;
}
.ab4 {
 margin-top: 2.55rem;
  padding: 2rem 0 0;
}
.ab4 .module_h1 {
  text-align: center;
  /*padding-left: 5.05rem;*/
  margin-bottom: 0.125rem;
}
.ab4 img {
  width: 100%;
  height: auto;
}
.ab5 {
  margin-top: 1.475rem;
  padding: 2rem 0 3.5rem;
}
.ab5 .module_h1 {
  margin-bottom: 1.25rem;
}
.ab5 .abcont {
  width: 100%;
  overflow: hidden;
}
.ab5 .abcont .swiper {
  width: 100%;
  padding: 1.25rem 0;
}
.ab5 .abcont .swiper .swiper-slide {
  width: 15.175rem;
  height: 10.125rem;
  overflow: hidden;
  transition: all 0.8s linear;
}
.ab5 .abcont .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.ab5 .abcont .btn_box {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.ab5 .abcont .btn_box .btn {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  margin-right: 0.35rem;
  cursor: pointer;
}
.ab5 .abcont .btn_box .btn:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
}
.ab5 .abcont .btn_box .btn:hover img.img1 {
  opacity: 0 !important;
}
.ab5 .abcont .btn_box .btn:hover img.img2 {
  opacity: 1 !important;
}
.ab5 .abcont .btn_box .btn:last-child {
  margin-right: 0;
}
.ab5 .abcont .btn_box .btn .btn-img {
  width: 0.325rem;
  height: 0.325rem;
  position: relative;
}
.ab5 .abcont .btn_box .btn .btn-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.ab5 .abcont .btn_box .btn .btn-img img.img1 {
  opacity: 1;
}
.ab5 .abcont .btn_box .btn .btn-img img.rold {
  transform: rotate(180deg);
}
.module_h1 {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #333333;
}
.module_page {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.module_page .pagenum_box {
  display: flex;
  margin: 0 0.45rem;
}
.module_page .pagenum_box .num {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  background-color: #e7ecee;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin-right: 0.45rem;
}
.module_page .pagenum_box .num.on,
.module_page .pagenum_box .num:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.module_page .pagenum_box .num:last-child {
  margin-right: 0;
}
.module_page .btn {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  background-color: #e7ecee;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.module_page .btn:hover {
  background-color: var(--logoColor);
}
.module_page .btn:hover svg path {
  stroke: #fff;
  opacity: 1;
}
.module_page .btn svg {
  width: 0.325rem;
  height: 0.325rem;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.module_page .btn svg path {
  transition: all 0.4s ease-in-out;
}
.prod1 {
  background-color: #fff;
  padding: 1.25rem 5rem 3.5rem;
}
.prod1 .tab1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.275rem;
  padding: 0 12rem !important;

}
.prod1 .tab1 .item {
  min-width: 6.35rem;
  flex: 1;
  height: 2.675rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  color: #333;
  transition: all 0.4s ease-in-out;
  margin-right: 0.625rem;
  background-color: #f3f7f4;
}
.prod1 .tab1 .item:last-child {
  margin-right: 0;
}
.prod1 .tab1 .item.on,
.prod1 .tab1 .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.prod1 .tabber {
  padding-bottom: 0.825rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap:1.5rem;
  row-gap: .4rem;
  margin-bottom: 1.9rem;
}
.prod1 .tabber .item {
    white-space: nowrap;
  width: fit-content;
  /*margin-right: 1.5rem;*/
  color: #666666;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
/*.prod1 .tabber .item.on,*/
/*.prod1 .tabber .item:hover {*/
/*  color: var(--logoColor);*/
/*}*/
.prod1 .tabber .item:last-child {
  margin-right: 0;
}
.prod1 .search_form {
  width: 30.25rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  background-color: #fbfdfc;
  border: 1.5px solid #ececec;
  margin-bottom: 2.375rem;
}
.prod1 .search_form input {
  border: 0;
  background-color: transparent;
  flex: 1;
  height: 100%;
  padding: 0 0.775rem;
}
.prod1 .search_form button {
  border: 0;
  background: transparent;
  padding: 0 0.575rem;
}
.prod1 .search_form button svg {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.prod1 .tabcont .item .box {
  overflow: hidden;
  padding-top: 10px;
}
.prod1 .tabcont .item .box .card {
  width: calc((100% - 4.45rem) / 2);
  float: left;
  display: flex;
  margin-bottom: 2.575rem;
}
.prod1 .tabcont .item .box .card .pic {
  width: 5.9rem;
  height: 7.15rem;
  background-color: #fff;
  position: relative;
}
.prod1 .tabcont .item .box .card .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s ease;
  opacity: 0;
}

.prod1 .tabcont .item .box .card .pic img.img1 {
    opacity: 1;
}
.prod1 .tabcont .item .box .card.card-visible .pic img.img1 { opacity:0;}
.prod1 .tabcont .item .box .card.card-visible .pic img.img2 { opacity:1;}


.prod1 .tabcont .item .box .card .introduce {
  flex: 1;
  padding-left: 0.45rem;
}
.prod1 .tabcont .item .box .card .introduce .tit {
  margin-bottom: 0.4rem;
  width: fit-content;
  position: relative;
}
.prod1 .tabcont .item .box .card .introduce .tit .h1 {
  width: fit-content;
  line-height: 1;
}
.prod1 .tabcont .item .box .card .introduce .tit .pro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.775rem);
  width: fit-content;
  height: 0.625rem;
  border-radius: 0.625rem;
  white-space: nowrap;
  line-height: 1;
  padding: 0 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod1 .tabcont .item .box .card .introduce .tit .pro.red {
  background-color: #c12820;
  color: #fff;
}
.prod1 .tabcont .item .box .card .introduce .tit .pro.blue {
  background-color: #1465aa;
  color: #fff;
}
.prod1 .tabcont .item .box .card .introduce .h1_f {
  color: #333333;
  text-align: right;
  padding-bottom: 0.15rem;
  line-height: 1;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.225rem;
}
.prod1 .tabcont .item .box .card .introduce .h1_f2 {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0.575rem;
}
.prod1 .tabcont .item .box .card .introduce .h1_f2 .car {
  line-height: 1;
  height: 0.625rem;
  border-radius: 0.625rem;
  background-color: #1465aa;
  color: #fff;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod1 .tabcont .item .box .card .introduce .int_p .int_item {
  display: flex;
  margin-bottom: 0.525rem;
}
.prod1 .tabcont .item .box .card .introduce .int_p .int_item:last-child {
  margin-bottom: 0;
}
.prod1 .tabcont .item .box .card .introduce .int_p .int_item .int_h1 {
  width: 38%;
  margin-right: 2%;
  font-weight: 600;
  line-height: 1.75;
}
.prod1 .tabcont .item .box .card .introduce .int_p .int_item .int_p1 {
  flex: 1;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.prod1 .tabcont .item .box .card:nth-child(2n) {
  float: right;
}
.prods1 {
  display: flex;
}
.prods1 .prods1_left {
  width: 16.2rem;
  display: flex;
  justify-content: center;
  border-right: 1px solid #ebebeb;
  padding: 3.5rem 0 2.925rem;
}
.prods1 .prods1_left .img {
  width: 11.675rem;
  height: fit-content;
  position: sticky;
  top: calc(3.5rem + 2.275rem);
}
.prods1 .prods1_left .img img {
  width: 100%;
  height: auto;
}

.prods1 .prods1_left .img  .swiper-pagination {
    top: calc(100% + 10px);
    bottom: none;
}
.prods1 .prods1_left .img  .swiper-pagination  .swiper-pagination-bullet-active {
    background: var(--logoColor);
}
.prods1 .prods1_right {
  flex: 1;
  padding: 3.5rem 5rem 2.925rem 2.75rem;
}
.prods1 .prods1_right .module_h1 {
  text-align: left;
  margin-bottom: 1.075rem;
}
.prods1 .prods1_right .int_p {
  margin-bottom: 1.1rem;
}
.prods1 .prods1_right .int_p .int_item {
  display: flex;
  margin-bottom: 1.05rem;
}
.prods1 .prods1_right .int_p .int_item:last-child {
  margin-bottom: 0;
}
.prods1 .prods1_right .int_p .int_item .int_h1 {
  width: 38%;
  margin-right: 2%;
  font-weight: 600;
  line-height: 1.75;
  color: var(--logoColor);
}
.prods1 .prods1_right .int_p .int_item .int_p1 {
  flex: 1;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.prods1 .prods1_right .int_item .h1 {
  color: var(--logoColor);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}
.prods1 .prods1_right .int_item .list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 1.35rem;
  /*5.8*/
  padding-left: 40%;
}
.prods1 .prods1_right .int_item .list span {
  width: 50%;
  display: block;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0.375rem;
}
.prods1 .prods1_right .int_item2 {
  margin-bottom: 1.5rem;
}
.prods1 .prods1_right .int_item2 .h1 {
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: var(--logoColor);
}
.prods1 .prods1_right .int_item2 .list {
  /*margin-bottom: 20px;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #00000054;
  display: flex;
  align-items: center;
}

.prods1 .prods1_right .int_item2 .list:last-child  {
    border-bottom: 0;
}

.prods1 .prods1_right .int_item2 .list .pic {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  margin-right: 2.375rem;
}
.prods1 .prods1_right .int_item2 .list .listCont {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item {
  width: 24%;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item:nth-child(2n) {
  margin-bottom: 15px;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item:last-child {
  margin-bottom: 0;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1:last-child {
  margin-bottom: 0;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1:last-child .img {
    opacity: 0;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 .img {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 .img {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 .f1 {
  flex: 1;
  line-height: 1.35;
}
.prods1 .prods1_right .int_item2 .list .listCont .listCont_item .i1 .f1.bor1 {
  font-weight: 600;
}
.prods1 .prods1_right .int_item2 .list:last-child {
  margin-bottom: 0;
}
.prods1 .prods1_right .nexcont .h1 {
  color: var(--logoColor);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.9rem;
}
.prods1 .prods1_right .nexcont .p {
  line-height: 1.75;
  color: #333333;
}
.prods1 .prods1_right .nexcont .p img {
  width: 100%;
  height: auto;
}
.innov1 {
  padding: 4rem 5rem 0 5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.innov1 .cont {
  width: 100%;
  padding-bottom: 2rem;
}

.innov1 .cont_1 {
  width: 100%;
  display: flex;
  position: relative;
}

.innov1 .cont .innovLeft {
  width: 22.1rem;
  margin-right: 1.025rem;
  position: relative;
}
.innov1 .cont .innovLeft .module_h1 {
  text-align: left;
  margin-bottom: 1.35rem;
}
.innov1 .cont .innovLeft .p {
  /*height: 6.675rem;*/
  padding-right: 0.25rem;
  margin-bottom: 1.35rem;
  overflow: auto;
  color: #333;
  text-align: justify;
}
.innov1 .cont .innovLeft .p::-webkit-scrollbar {
  width: 0.05rem;
}
.innov1 .cont .innovLeft .p::-webkit-scrollbar-thumb {
  background-color: var(--logoColor);
}
.innov1 .cont .innovLeft .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}
.innov1 .cont .innovLeft .list .item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innov1 .cont .innovLeft .list .item .img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 129, 41, 0.2) 0%, rgba(0, 129, 41, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.innov1 .cont .innovLeft .list .item .img img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  cursor: pointer;
   /*animation: rotate360 3s linear infinite;*/
   transition: all .4s ease;
}
.innov1 .cont .innovLeft .list .item .img:hover img {
    transform: rotate(30deg) scale(1.1);
    
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.innov1 .cont .innovLeft .list .item span {
  color: rgba(8, 132, 47);
  font-weight: 600;
}
.innov1 .cont .innovRight {
  flex: 1;
  padding: 0 0 1.125rem 1.125rem;
  background-color: #fff;
  z-index: 2;
  border-radius: 0 0 0 0.25rem;
  height: fit-content;
  margin-bottom: -100%;
}
.innov1 .cont .innovRight .img1 {
  width: 100%;
  height: 7.35rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.innov1 .cont .innovRight .img1:hover img {
  transform: scale(1.1);
}
.innov1 .cont .innovRight .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.innov1 .cont .innovRight .img2 {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.innov1 .cont .innovRight .img2:hover img {
  transform: scale(1.1);
}
.innov1 .cont .innovRight .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.innov1 .cont .invPic {
  /*position: absolute;*/
  height: 12rem;
  /*left: 0;*/
  /*bottom: 0;*/
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  /*margin-top: -100px;*/
}
.innov1 .cont .invPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innov2 {
  padding: 3.3rem 5rem 3.85rem;
  display: flex;
  align-items: center;
}
.innov2 .img {
  width: 14.675rem;
  height: 9.6rem;
  border-radius: 0.25rem;
  margin-right: 2.775rem;
  overflow: hidden;
}
.innov2 .img:hover img {
  transform: scale(1.1);
}
.innov2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.innov2 .text {
  flex: 1;
}
.innov2 .text .module_h1 {
  text-align: left;
  margin-bottom: 1.75rem;
}
.innov2 .text .p {
  color: #333;
  line-height: 1.75;
}
.inns1 {
  position: relative;
  overflow: hidden;
}
.inns1 .bgimg1 {
  position: absolute;
  z-index: 2;
  top: 8.325rem;
  right: -0.525rem;
  width: 34.125rem;
  height: 20.65rem;
  background-color: #fff;
}
.inns1 .bgimg2 {
  position: absolute;
  z-index: 1;
  width: 29.65rem;
  height: 20.85rem;
  top: 6.25rem;
  background-color: #fff;
}
.inns1 .cont {
  padding: 3.35rem 0 2.15rem;
  position: relative;
  z-index: 3;
}
.inns1 .cont .module_h1 {
  margin-bottom: 2rem;
}
.inns1 .cont .tit-f {
  margin: 0 5rem;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 0.9rem;
}
.inns1 .innovlist {
  display: flex;
  margin: 0 5.05rem;
  align-items: center;
}
.inns1 .innovlist .listLeft {
  width: 13.75rem;
  height: 13.75rem;
  position: relative;
  margin-right: 2.975rem;
}
.inns1 .innovlist .listLeft .cont-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.inns1 .innovlist .listLeft .cont-img .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 0.6s linear;
}
.inns1 .innovlist .listLeft .cont-img  .img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: transform 0.6s linear;
    transform:scale(1.5);
}
.inns1 .innovlist .listLeft .cont-img  .img .msk {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(2);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    z-index: 2;
    /*background-color: var(--logoColor);*/
    opacity: 0;
    transition: all .8s linear;
    background: url(../img/video_btn.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inns1 .innovlist .listLeft .cont-img .img.on {
  opacity: 1;
  z-index: 2;
}
.inns1 .innovlist .listLeft .cont-img .img.on img { 
    transform:scale(1);
}
.inns1 .innovlist .listLeft .cont-img .img.on .msk {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
} 
.inns1 .innovlist .listLeft .canvas {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
}
.inns1 .innovlist .listLeft .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  transform: translate(-50%, -50%);
  border: 0.0625rem solid transparent;
}
.inns1 .innovlist .listLeft .list .item {
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--logoColor);
  opacity: 0;
}
.inns1 .innovlist .listLeft .list .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.825rem;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: var(--logoColor);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.35;
}
.inns1 .innovlist .listLeft .list .item.on {
  opacity: 1;
}
.inns1 .innovlist .listLeft .list .item.on::after {
  animation: diffuse 1s linear infinite;
}
.inns1 .innovlist .listLeft .list .item.item1 {
  top: 0;
  left: 50%;
}
.inns1 .innovlist .listLeft .list .item.item2 {
    top: 35.5%;
    left: 97.8%;
}
.inns1 .innovlist .listLeft .list .item.item3 {
    top: 90.8%;
    left: 78.91%;
}
.inns1 .innovlist .listLeft .list .item.item4 {
    top: 90.8%;
    left: calc(100% - 78.91%);
}
.inns1 .innovlist .listLeft .list .item.item5 {
    top: 35.5%;
    left: calc(100% - 97.8%);
}
.inns1 .innovlist .listRight {
  flex: 1;
}
.inns1 .innovlist .listRight .item {
  padding: 0 2.325rem;
  height: 3.5rem;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.inns1 .innovlist .listRight .item.on {
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1675rem 0rem rgba(0, 0, 0, 0.25);
}
.inns1 .innovlist .listRight .item.on .ico {
  background-color: var(--logoColor);
}
.inns1 .innovlist .listRight .item.on .ico .img img.img1 {
  opacity: 0;
}
.inns1 .innovlist .listRight .item.on .ico .img img.img2 {
  opacity: 1;
}
.inns1 .innovlist .listRight .item.on .num {
  opacity: 1;
}
.inns1 .innovlist .listRight .item .num {
  position: absolute;
  z-index: 1;
  width: fit-content;
  color: rgba(0, 129, 41, 0.13);
  bottom: 0;
  height: 3.5rem;
  line-height: 1.2;
  right: 1.325rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.inns1 .innovlist .listRight .item .ico {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.025rem dashed var(--logoColor);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.825rem;
  border-radius: 50%;
}
.inns1 .innovlist .listRight .item .ico .img {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}
.inns1 .innovlist .listRight .item .ico .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.inns1 .innovlist .listRight .item .ico .img img.img1 {
  opacity: 1;
}
.inns1 .innovlist .listRight .item .listRight_txt {
  position: relative;
  z-index: 2;
}
.inns1 .innovlist .listRight .item .listRight_txt .h1 {
  line-height: 1;
  color: #333;
  margin-bottom: 0.175rem;
}
.inns1 .innovlist .listRight .item .listRight_txt .p2 {
  color: #333;
}
.inns2 {
  padding-bottom: 2.65rem;
  position: relative;
}
.inns2 .module_h1 {
    position: absolute;
    top: 2.375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  /*margin-bottom: 2.375rem;*/
}
.inns2 .cont {
  width: 100%;
  position: relative;
  height: 26.05rem;
}
.inns2 .cont .img_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /*mask: url(../img/28.svg) no-repeat center center;*/
  /*mask-size: 100% 100%;*/
}

.inns2 .cont .img_box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/msk.png) no-repeat center center;
    background-size: 100% 100%;
}

.inns2 .cont .img_box canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    z-index: 3;
}


.inns2 .cont .img_box .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inns2 .cont .propimg {
  width: 27.3981rem;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 1.125rem;
  right: 5.05rem;
}
.case1 {
  padding: 3.6rem 6rem 2.175rem;
  background-color: #f5f8fa;
}
.case1 .module_h1 {
  margin-bottom: 1.375rem;
  text-align: left;
}
.case1 .list {
  display: flex;
  flex-wrap: wrap;
}
.case1 .list .item {
  width: calc((100% - 0.475rem * 2)/3);
  margin-right: 0.475rem;
  margin-bottom: 0.475rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.case1 .list .item:hover .img img {
  transform: scale(1.1);
}
.case1 .list .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 479 / 323;
  overflow: hidden;
}
.case1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.case1 .list .item .text {
  flex: 1;
  padding: 0.675rem 0.625rem 0.35rem;
  background-color: #fff;
}
.case1 .list .item .text .h1 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.325rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case1 .list .item .text .p1 {
  color: #666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.new1 {
  padding: 2.675rem 5.05rem 3.05rem;
}
.new1 .module_h1 {
  text-align: left;
  margin-bottom: 2.7rem;
}
.new1 .list .item {
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1.2rem 2.325rem 1.2rem 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.new1 .list .item:last-child {
  margin-bottom: 3rem;
}
.new1 .list .item .img {
  width: 10.3rem;
  height: 7.15rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 1.9rem;
}
.new1 .list .item .img:hover img {
  transform: scale(1.1);
}
.new1 .list .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.new1 .list .item .text {
  flex: 1;
}
.new1 .list .item .text .time {
  color: #666666;
  line-height: 1;
  margin-bottom: 0.325rem;
}
.new1 .list .item .text .h1 {
  font-weight: 600;
  color: var(--logoColor);
  line-height: 1;
  margin-bottom: 0.55rem;
}
.new1 .list .item .text .p1 {
  line-height: 1.75;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.85rem;
}
.new1 .list .item .text .btn {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #666666;
}
.new1 .list .item .text .btn svg {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
  margin-left: 0.175rem;
}
.vido1 {
  padding: 3.05rem 1.95rem 2.6rem;
}
.vido1 .module_h1 {
  text-align: left;
  margin-bottom: 2.225rem;
}
.vido1 .list {
  display: flex;
  flex-wrap: wrap;
}
.vido1 .list .item {
  width: calc((100% - 0.75rem * 2) / 3);
  margin-right: 0.75rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.vido1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.vido1 .list .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 567 / 310;
  margin-bottom: 0.65rem;
  position: relative;
  overflow: hidden;
}
.vido1 .list .item .img .prop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vido1 .list .item .img .prop svg {
  width: 0.375rem;
  height: 0.375rem;
  object-fit: contain;
}
.vido1 .list .item .img:hover .itemVideo {
  transform: scale(1.1);
}
.vido1 .list .item .img .itemVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s ease-in-out;
}
.vido1 .list .item .h1 {
  text-align: center;
  color: #333;
}
.join1 {
  min-height: 17.925rem;
  background: #fff url() no-repeat center bottom;
  background-size: cover;
  background-image: url(../img/29.png);
  padding: 2.8rem 5rem;
}
.join1 .module_h1 {
  margin-bottom: 1.05rem;
}
.join1 .h2 {
  text-align: center;
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.85rem;
}
.join1 .h2 span {
  color: var(--logoColor);
}
.join1 .p1 {
  text-align: center;
}
.join2 {
  padding: 3.225rem 5.05rem 3.75rem;
}
.join2 .module_h1 {
  margin-bottom: 1.15rem;
}
.join2 .h2 {
  text-align: center;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1.9rem;
}
.join2 .h2 span {
  color: var(--logoColor);
}
.join2 .cont {
  display: flex;
  align-items: center;
}
.join2 .cont .left {
  flex: 1;
}
.join2 .cont .left .item {
  padding: 0.925rem 0 1rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.025rem solid transparent;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.join2 .cont .left .item{
  border-color: var(--logoColor);
}
.join2 .cont .left .item .h1 {
  color: var(--logoColor) !important;
}
.join2 .cont .left .item .h1 .h1_img img.img1 {
  opacity: 0;
}
.join2 .cont .left .item .h1 .h1_img img.img2 {
  opacity: 1;
}
.join2 .cont .left .item:last-child {
  margin-bottom: 0;
}
.join2 .cont .left .item .h1 {
  padding-left: 1.775rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #333;
}
.join2 .cont .left .item .h1 .h1_img {
  width: 1.075rem;
  height: 1.075rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.join2 .cont .left .item .h1 .h1_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.join2 .cont .left .item .h1 .h1_img img.img1 {
  opacity: 1;
}
.join2 .cont .left .item .p1 {
  padding-left: 1.775rem;
  color: #333;
}
.join2 .cont .img {
  width: 14.15rem;
  height: 16.6rem;
  overflow: hidden;
  margin-left: 2.425rem;
  border-radius: 0.25rem;
}
.join2 .cont .img:hover img {
  transform: scale(1.1);
}
.join2 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.invite_container {
  background-color: #f5f8fa;
}
.inv1 {
  padding: 3.225rem 5.05rem 3.45rem;
}
.inv1 .module_h1 {
  margin-bottom: 1.05rem;
}
.inv1 .p1 {
    text-align: center;
}
.inv2 {
  padding: 0 5.05rem 3.6rem;
}
.inv2 .module_h1 {
  margin-bottom: 1.475rem;
}
.inv2 .table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2.325rem;
}
.inv2 .table .list-cont {
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.inv2 .table .list-cont .item {
  flex: 1;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.inv2 .table .list-cont .item svg {
  width: 8px;
  height: 8px;
  object-fit: contain;
  margin-left: 0.35rem;
  transition: all 0.3s ease-in-out;
}
.inv2 .table .list-cont .item svg path {
  transition: all 0.5s ease-in-out;
}

.inv2 .table .table-body {
    display: none;
    background: #fff;
}
.inv2 .table .table-body .list .list-cont:hover {
    background-color: var(--logoColor);
}
.inv2 .table .table-body .list .list-cont:hover .item {color:#fff;}

.inv2 .table .table-body .list .list-cont:hover .item svg path {
        fill: #fff;
}
.inv2 .table .table-body.on {
    display: block;
}
.inv2 .table .table-body .list {
  border-bottom: 0.025rem solid rgba(210, 210, 210, 0.5);
}
.inv2 .table .table-body .list:last-child {
  border-color: transparent;
}
.inv2 .table .table-body .list.on .list-cont {
  background-color: var(--logoColor);
}
.inv2 .table .table-body .list.on .list-cont .item {
  color: #fff;
}
.inv2 .table .table-body .list.on .list-cont .item svg {
  transform: rotate(-180deg);
}
.inv2 .table .table-body .list.on .list-cont .item svg path {
  fill: #fff;
}
.inv2 .table .table-body .list .list-cont {
  cursor: pointer;
}
.inv2 .table .table-body .list .list-down {
  display: none;
}
.inv2 .table .table-body .list .list-down .list-down-box {
  padding: 1.675rem 2.8rem 1.975rem 2.375rem;
  display: flex;
}
.inv2 .table .table-body .list .list-down .demand {
  width: 14.375rem;
  margin-right: 4.075rem;
}
.inv2 .table .table-body .list .list-down .demand .deman-lis {
  margin-bottom: 1.15rem;
}
.inv2 .table .table-body .list .list-down .demand .deman-lis .li-h1 {
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.525rem;
  color: #333333;
}
.inv2 .table .table-body .list .list-down .demand .deman-lis .li-h2 {
  line-height: 1.5;
  color: #555555;
}
.inv2 .table .table-body .list .list-down .demand .deman-lis:last-child {
  margin-bottom: 0;
}
.inv2 .table .table-body .list .list-down .information {
  flex: 1;
  display: flex;
  align-items: end;
}
.inv2 .table .table-body .list .list-down .information .inftext {
  flex: 1;
}
.inv2 .table .table-body .list .list-down .information .inftext .inf1 {
  color: #555555;
}
.inv2 .table .table-body .list .list-down .information .inftext a.btn {
  margin-top: 2.475rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  border-radius: 1.25rem;
  background-color: var(--logoColor);
  color: #fff;
  padding: 0 0.625rem;
}
.inv2 .table .table-body .list .list-down .information .inftext a.btn svg {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
  margin-left: 0.5rem;
}
.inv2 .table .table-body .list .list-down .information .ewm {
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
}
.contac1 {
  background: url(../img/34.png) no-repeat center center;
  background-size: cover;
}
.contac1 .contac_cont {
  min-height: 22.375rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.15rem 5.05rem 3rem;
  display: flex;
}
.contac1 .contac_cont .left {
  width: 15.9rem;
  margin-right: 3.7rem;
}
.contac1 .contac_cont .left .module_h1 {
  text-align: left;
  margin-bottom: 2.4rem;
}
.contac1 .contac_cont .left .list {
  margin-bottom: 2.175rem;
}
.contac1 .contac_cont .left .list:last-child {
  margin-bottom: 0;
}
.contac1 .contac_cont .left .list .h1 {
  color: #333;
  margin-bottom: 0.675rem;
  line-height: 1.3;
}
.contac1 .contac_cont .left .list .item_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.contac1 .contac_cont .left .list .item_nav .item {
  width: fit-content;
}
.contac1 .contac_cont .left .list .item_nav .item .item1 {
  display: flex;
  color: #737373;
  align-items: center;
  /*margin-bottom: 0.5rem;*/
  /*5.9*/
  margin-bottom: 8px;
}
.contac1 .contac_cont .left .list .item_nav .item .item1 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 0.25rem;
}
.contac1 .contac_cont .left .list .item_nav .item .item2 {
  color: #333;
}
.contac1 .contac_cont form {
  flex: 1;
}
.contac1 .contac_cont form .h1 {
  line-height: 1;
  color: #333333;
  margin-bottom: 2rem;
}
.contac1 .contac_cont form .item {
  display: flex;
  margin-bottom: 0.75rem;
}
.contac1 .contac_cont form .item:last-child {
  margin-bottom: 1rem;
}
.contac1 .contac_cont form .item label {
  flex: 1;
  margin-right: 0.825rem;
}
.contac1 .contac_cont form .item label .h2 {
  color: #333333;
  margin-bottom: 0.15rem;
}
.contac1 .contac_cont form .item label .h2 span {
  color: #d70917;
}
.contac1 .contac_cont form .item label input {
  width: 100%;
  padding: 0.3rem 0.2rem;
  border: 0.025rem solid #D9D9D9;
  border-radius: 0.125rem;
}
.contac1 .contac_cont form .item label textarea {
  width: 100%;
  max-height: 2.3rem;
  min-height: 2.3rem;
  border: 0.025rem solid #D9D9D9;
  border-radius: 0.125rem;
  padding: 0.275rem 0.2rem;
}
.contac1 .contac_cont form .item label:last-child {
  margin-right: 0;
}
.contac1 .contac_cont form button {
  width: 6.85rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  background-color: var(--logoColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes diffuse {
  0% {
    width: 0.35rem;
  }
  100% {
    width: 0.825rem;
  }
}
.search_container .search_top {
  background-color: #f5f8fa;
  padding: 1.125rem 0 1.2rem;
  position: sticky;
  top: 2.25rem;
}
.search_container .search_top form {
  width: 28.75rem;
  margin: 0 auto;
  height: 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.search_container .search_top form input {
  flex: 1;
  padding: 0 1.1rem;
  color: #333;
  height: 100%;
}
.search_container .search_top form button {
  height: 100%;
  width: fit-content;
  padding: 0 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor);
  border-radius: 11px;
  color: #fff;
}
.search_container .search_top form button svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 15px;
}
.search_container .search_cont {
  background-color: #fff;
  padding: 3rem 5rem 4rem;
}
.search_container .search_cont .tabber {
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  margin-bottom: 0.925rem;
}
.search_container .search_cont .tabber .item {
  width: fit-content;
  margin-right: 3.2rem;
  padding: 0.25rem 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  color: #333;
}
.search_container .search_cont .tabber .item::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1.5px solid var(--logoColor);
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(50%);
  opacity: 0;
}
.search_container .search_cont .tabber .item.on {
  color: var(--logoColor);
}
.search_container .search_cont .tabber .item.on::after {
  opacity: 1;
}
.search_container .search_cont .tabber .item:last-child {
  margin-right: 0;
}
.search_container .search_cont .tabcont .tabitem {
  display: none;
}
.search_container .search_cont .tabcont .tabitem.on {
  display: block;
}
.search_container .search_cont .tabcont .tabitem .tabitem-tit {
  color: #666666;
  margin-bottom: 1.75rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-tit span {
  color: var(--logoColor);
}
.search_container .search_cont .tabcont .tabitem .conttit {
  margin-bottom: 1.75rem;
  font-weight: 600;
  color: #333;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product {
  display: flex;
  flex-wrap: wrap;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product .item {
  width: calc((100% - 0.65rem * 3) / 4);
  height: auto;
  margin-right: 0.65rem;
  padding: 0.3rem 0.25rem;
  margin-bottom: 1.75rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product .item:nth-child(4n) {
  margin-right: 0;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 270 / 343;
  overflow: hidden;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.8);
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.search_Product .h1 {
  text-align: center;
  color: #333;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product {
  display: flex;
  flex-wrap: wrap;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item {
  width: calc((100% - 0.475rem * 2)/3);
  margin-right: 0.475rem;
  margin-bottom: 0.475rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item:hover .img img {
  transform: scale(1.1);
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 479 / 323;
  overflow: hidden;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item .text {
  flex: 1;
  padding: 0.675rem 0.625rem 0.35rem;
  background-color: #fff;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item .text .h1 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.325rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item .text .p1 {
  color: #666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.case_Product .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item {
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1.2rem 2.325rem 1.2rem 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item:last-child {
  margin-bottom: 3rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .img {
  width: 10.3rem;
  height: 7.15rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 1.9rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .img:hover img {
  transform: scale(1.1);
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text {
  flex: 1;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text .time {
  color: #666666;
  line-height: 1;
  margin-bottom: 0.325rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text .h1 {
  font-weight: 600;
  color: var(--logoColor);
  line-height: 1;
  margin-bottom: 0.55rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text .p1 {
  line-height: 1.75;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.85rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text .btn {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #666666;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.news_Product .item .text .btn svg {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
  margin-left: 0.175rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product {
  display: flex;
  flex-wrap: wrap;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item {
  width: calc((100% - 0.75rem * 2) / 3);
  margin-right: 0.75rem;
  margin-bottom: 1.25rem;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 567 / 310;
  margin-bottom: 0.65rem;
  position: relative;
  overflow: hidden;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .img .prop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .img .prop svg {
  width: 0.375rem;
  height: 0.375rem;
  object-fit: contain;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .img:hover .itemVideo {
  transform: scale(1.1);
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .img .itemVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s ease-in-out;
}
.search_container .search_cont .tabcont .tabitem .tabitem-cont.video_Product .item .h1 {
  text-align: center;
  color: #333;
}

.search_container .search_cont .item .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.search_container .search_cont .item  .card {
    width: 49%;
    display: flex;
    margin-bottom: 2.575rem;
}


.search_container .search_cont .item  .card .pic {
    width: 5.9rem;
    height: 7.15rem;
    background-color: #fff;
    position: relative;
}
.search_container .search_cont .item  .card .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    opacity: 0;
}
.search_container .search_cont .item  .card .pic img.img1 {
    opacity: 1;
}

.search_container .search_cont .item  .card .pic:hover img.img1 {
    opacity: 0;
}
.search_container .search_cont .item  .card .pic:hover img.img2 {
    opacity: 1;
}

.search_container .search_cont .item  .card .introduce {
    flex: 1;
    padding-left: 0.45rem;

}

.search_container .search_cont .item  .card .introduce .text_top {
    padding-bottom: 10px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 3px solid red;
    margin-bottom: 10px;
}
.search_container .search_cont .item  .card .introduce .text_top .txt_h1 {
        max-width: 50%;
    width: fit-content;
    font-weight: 700;
    position: relative;
}
.search_container .search_cont .item  .card .introduce .text_top  .txt_h1_porp {
    width: fit-content;
    border-radius: 40px;
    font-size: .4rem;
    position: absolute;
    left: calc(100% + 10px);
    white-space: nowrap;
    padding: 0 10px;
    line-height: 2;
    top: 50%;
    transform: translateY(-50%);
}
.search_container .search_cont .item  .card .introduce .text_bot {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -5px;
}
.search_container .search_cont .item  .card .introduce   .text_bot .bor {
    border-radius: .5rem;
    padding: 0 10px;
    background-color: red;
    color: #fff;
    line-height: 1.7;
    font-size: 0.3rem;
}
.search_container .search_cont .item  .card .introduce  .table .tab_f {
        font-size: .4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.search_container .search_cont .item  .card .introduce   .table .table_box {
    height: 5rem;
    overflow-y: auto;
}
.search_container .search_cont .item  .card .introduce .table table {
    width: 100% !important;
}
.search_container .search_cont .item  .card .introduce  .table table tr:nth-child(1) {
        background: #00000014;
}
.search_container .search_cont .item  .card .introduce .table table tr:nth-child(1) td {
        font-size: .4rem;
}
.search_container .search_cont .item  .card .introduce  .table table tr td {
        font-size: .34rem;
    line-height: 1.25;
    padding: 2% 1%;
    width: 25%;
        text-align: center;
    color: #333;
}
.search_container .search_cont .item  .card .introduce  .table .table_box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.search_container .search_cont .item  .card .introduce .table .table_box::-webkit-scrollbar-thumb {
    background-color: var(--logoColor);
}

.search_container .search_cont .item  .card .introduce  .guge  {
    font-size: .4rem;
    line-height: 1.75;
    background: #00000014;
    color: #333;
    font-weight: 700;
    padding: 0 5px;
}
.search_container .search_cont .item  .card .introduce .table {
    margin-bottom: 40px;
}


.head_box .head .head_cen {
  height: 100%;
}
.head_box .head .head_cen li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_downpull {
  position: absolute;
  padding-top: .3rem;
  top: calc(100%);
  background: #fff;
  left: 0;
  width: 100%;
  display: none;
}
.mod_downpull .mod1 {
  padding: 0.5rem 2rem;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008129;
}
.mod_downpull .mod1 .moditem {
  margin-right: 2.5rem;
  width: fit-content;
  line-height: 1.75;
  color: #666666;
  transition: all 0.5s;
  background: #ededed;
  color: #767676;
  padding: 0 .5rem;
  height: .9rem;
  border-radius: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_downpull .mod1 .moditem:hover {
  color: #fff;
  background-color: var(--logoColor);
  /*border-color: var(--logoColor);*/
    box-shadow: 0px 0px 5px 3px #7fb24a;
}
.mod_downpull .mod1 .moditem.on {
  color: #fff;
  background-color: var(--logoColor);
    box-shadow: 0px 0px 5px 3px #7fb24a;
}
.mod_downpull .mod1 .moditem:last-child {
  margin-right: 0;
}
.mod_downpull .mod2 {
  width: 100%;
  background-color: #fff;
  display: flex;
}
.mod_downpull .mod2 .mod_downpull_tabber {
  background-color: #f9f9f9;
  padding: 1.075rem 2rem;
  min-height: 486px;
}
.mod_downpull .mod2 .mod_downpull_tabber .item {
  width: fit-content;
  min-width: 3rem;
  padding-right: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.mod_downpull .mod2 .mod_downpull_tabber .item span {
  color: #333333;
  line-height: 2;
}
.mod_downpull .mod2 .mod_downpull_tabber .item svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.5s;
  opacity: 0;
}
.mod_downpull .mod2 .mod_downpull_tabber .item.on span {
  color: var(--logoColor);
}
.mod_downpull .mod2 .mod_downpull_tabber .item.on svg {
  opacity: 1;
}
.mod_downpull .mod2 .mod_downpull_tabcont {
  min-height: 486px;
  display: flex;
  flex: 1;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem {
  width: 100%;
  height: 100%;
  display: none;
  padding: 1.075rem 0;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem.on {
  display: flex;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab {
  min-width: 8.25rem;
  width: fit-content;
  padding: 0 1.75rem;
  border-right: 1px solid #e6e6e6;
  max-height: 400px;
  overflow-y: auto;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab::-webkit-scrollbar-thumb {
    background: var(--logoColor);
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab .item {
  width: fit-content;
  color: #666666;
  transition: all 0.5s;
  line-height: 1.75;
  margin-bottom: 0.575rem;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab .item:last-child {
  margin-bottom: 0;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .leftTab .item.on {
  color: var(--logoColor);
  border-color: var(--logoColor);
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont {
  flex: 1;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  flex-wrap: wrap;
  max-height: 400px;
  overflow-y: auto;
  row-gap: 20px;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList::-webkit-scrollbar-thumb {
    background: var(--logoColor);
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList.on {
  display: flex;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item {
  width: calc((100% - 0.825rem * 4) / 5);
  margin-right: 0.825rem;
  background: #f4f4f4;
  padding-bottom: 5px;
  border-radius: 10px;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item:nth-child(5n) {
  margin-right: 0;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item .img {
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  aspect-ratio: 182 / 195;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item .img img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item .h1 {
  text-align: center;
  font-size: .45rem;
  transition: all 0.5s;
}
.mod_downpull .mod2 .mod_downpull_tabcont .tabContItem .rigtCont .rightList .item:hover .h1 {
  color: var(--logoColor);
}
.pcCont {
    display: block;
}
.phoneCont {
    display: none;
}
.prod1 .tabcont .item .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod1 .tabcont .item .box .card .introduce  .text_top{
    padding-bottom: 10px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 3px solid red;
    margin-bottom: 10px;
}
.prod1 .tabcont .item .box .card .introduce  .text_top .txt_h1  {
    font-weight: 700;
}
.prod1 .tabcont .item .box .card .introduce  .text_top .txt_h2  {
    color: #333;
}
.prod1 .tabcont .item .box .card .introduce  .text_bot {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -5px;
}
.prod1 .tabcont .item .box .card .introduce  .text_bot .bor {
    border-radius:.5rem;
    padding: 0 10px;
    background-color: red;
    color: #fff;
    line-height: 1.7;
    font-size: 0.3rem;
}
.prod1 .tabcont .item .box .card .introduce .table {
    margin-bottom: 40px;
    
}
.prod1 .tabcont .item .box .card .introduce .table .tab_f  {
    font-size: .4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.prod1 .tabcont .item .box .card .introduce .table  table {
    width: 100%;
}
.prod1 .tabcont .item .box .card .introduce .table  table tr:nth-child(1) {
    
    background: #00000014;
}
.prod1 .tabcont .item .box .card .introduce .table  table tr td {
    text-align: center;
    color: #333;
    font-size: .4rem;
    line-height: 2;
}

.prod1 .tabcont .item .box .card .introduce .guge  {
    font-size: .4rem;
    line-height: 1.75;
    background: #00000014;
    color: #333;
    font-weight: 700;
    padding: 0 5px;
    
}
.prod1 .tabcont .item .box .card .pic .xinp {
    width: 1.575rem;
    height: auto;
    position: absolute;
    left: 68%;
    top: -4%;
    scale: .7;
}
.prod1 .tabcont .item .box .card .pic .xinp svg {
    width: 100%;
    height: auto;
}

.prod1 .tabcont .item .box .card .pic .xinp .svg_f {
    position: absolute;
    font-size: .35rem;
    left: 50%;
    transform: translateX(-50%);
        bottom: 18%;
    color: #fff;
}

/* 弹窗 */

.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10;
}

.z_tanchuang .tbox {
    display: table-cell;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {
    background: white;
    display: block;
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
    transition:all .5s ease-in-out;
    z-index: 2;
    position: absolute;
    width: 63px;
    height: 63px;
    line-height: 63px;
    background: #fff url(../img/01.svg) center no-repeat;
    background-size: 14px;
    background-color: rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    top: 41px;
    right: 41px;
    cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.8);
}

.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
    padding: 20px;
}

.z_tanchuang .tbox .modal .img {
    max-width: 1200px;
}

/* 弹窗选中 */

.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}



.inns3 {
    padding: 3.35rem 0 3.6rem;
}
.inns3 .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem;
}

.inns3 .title_f {
    text-align: center;
    padding: 0 5rem;
    margin-bottom: 1rem;
}  

.inns3 .swiper {
    overflow: hidden;
    /*margin-bottom: 2rem;*/
}

.inns3 .swiper .swiper-slide {
    width: 46.0417vw;
    height: auto;
    /*aspect-ratio: 1460 / 783;*/
    transform: scale(.95);
    transition: all .5s;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.inns3 .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    transition: all .4s ease;
}
.inns3 .swiper .swiper-slide-active::after {
    opacity: 0;
}

.inns3 .swiper .swiper-slide {
    border: 2px solid #3f3f3f;
}
.inns3 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inns3 .swiper .swiper-slide video {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .4s ease;
    opacity: 0;
}
.inns3 .swiper .swiper-slide-active {
    border-color: transparent;
}

.inns3 .swiper .swiper-slide-active video {
    opacity: 1;
}
.inns3 .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}


.inns3 .list {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(241, 241, 241, 1);
    margin-bottom: 35px;
}
.inns3 .list .item {
    min-width: 4.8rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
    transition: all .4s;
    cursor: pointer;
    background: linear-gradient(0deg,#c9c9c9 0%, #eeeeee 50%, #c9c9c9 100%);
    position: relative;
    padding: .25rem;
}


.inns3 .list .item.on  .curpoinimg  {
    opacity: 0;
}
.inns3 .list .item .curpoinimg {
    pointer-events: none;
    width: .85rem;
    height: auto;
    position: absolute;
    right: -.3rem;
    bottom: 0;
    animation: tapAnimation 1.5s infinite ease-in-out;
}

@keyframes tapAnimation {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(10px) scale(0.9);
  }
}

.inns3 .list .item  .item_cont {
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all .4s ease-in-out;
    transform: translateY(.35rem);
}

.inns3 .list .item .p1 {
    width:100%;
    left: 50%;
    white-space: nowrap;
    font-size: .35rem;
    text-align: center;
    transition: all .4s ease;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transform: translateY(.35rem);
    opacity: 0;
}

.inns3 .list .item .p1 br {
    display: none;
}
.inns3 .list .item.on .p1 {
    color: #fff;
    border-color: #fff;
    transform: translateY(0);
    opacity: 1;
}
.inns3 .list .item.on .item_cont {
    border-color: #fff;
    transform: translateY(0);
}


.inns3 .list .item:last-child {
    margin-right: 0;
}

.inns3 .list .item.on {
    background: #008129;
}

.inns3 .list .item.on .h1 {
    color: #fff;
}
.inns3 .list .item.on .ico img.img1 {
    opacity: 0;
}
.inns3 .list .item.on .ico img.img2 {
    opacity: 1;
}
.inns3 .list .item .ico {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.inns3 .list .item .ico img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: all .4s;
}
.inns3 .list .item .ico img.img1 {
    opacity: 1;
}


.inns3 .list_cont p {
    display: none;
    text-align: center;
    color: #333;
}

.inns3 .list_cont p.on {
    display: block;
}

.h1 {
    transition: all .4s;
}

/* 弹窗动画 */

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@media (max-width: 1024px) { 
    .t_25 {
        font-size: 26px;
    }
    .t_15 {
        font-size: 16px;
    }
    .pcCont {
        display: none;
    }
    .phoneCont {
        display: block;
    }
    body {
        padding-top: 3.225rem !important;
    }
    .head_box {
        display: none;
    }
    .footer {
        display: none;
    }
    .head {
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2000;
    }
    .head .head_cont {
        width: 100%;
        height: 3.225rem;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .head .head_cont .logo_img {
        width: auto;
        height: 1.325rem;
    }
    .head .head_cont .logo_img img {
        width: auto;
        height: 100%;
    }
    .head .head_cont .menu {
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .head .head_cont .menu div {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: all 0.4s ease;
    }   
    .head .head_cont .menu .top {
      top: 0;
    }
    
    .head .head_cont .menu .middle {
      top: 50%;
      transform: translateY(-50%);
    }
    
    .head .head_cont .menu .bottom {
      bottom: 0;
    }
    .head .head_cont .menu.cur .top {
      transform: rotate(45deg);
      transform-origin: top left;
      width: 26px;
    }
    .head .head_cont .menu.cur .middle {
      transform: translateX(-20px);
      opacity: 0;
    }
    .head .head_cont .menu.cur .bottom {
      transform: rotate(-45deg);
      transform-origin: top left;
      width: 26px;
      left: -1px;
    }
    .head .head_cont .mb-head {
        display: none;
        position: absolute;
        top: 3.225rem;
        width: 100%;
        left: 0;
        height: calc(100vh - 3.225rem);
        background-color: #ffffff;
        overflow-y: auto;
    }
    .head .head_cont .mb-head .mb-head_cont .item .item_cont {
        height: 13.333vw;
        display: flex;
        justify-content: space-between;
        padding: 0 6vw;
    }
    .head .head_cont .mb-head .mb-head_cont .item .item_cont a {
        display: flex;
        align-items: center;
        flex: 1;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .item_cont .ico_box {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .item_cont .ico_box .ico {
        width: 2.667vw;
        height: 2.667vw;
        position: relative;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .item_cont .ico_box .ico::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 2px;
        background: #000;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .item_cont .ico_box .ico::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        width: 2px;
        background: #000;
        transition: all .5s;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .header_down_cont {
        display: none;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item .header_down_cont a {
        height: 13.333vw;
        display: flex;
        align-items: center;
        width: 80%;
        padding-left: 10.667vw;
        font-size: clamp(0px, calc(var(--num)* 1.25vw), 24px);
    }

    .head .head_cont .mb-head .mb-head_cont .item .header_down_cont a.on {
        color: var(--logoColor);
    }
    .head .head_cont .mb-head .mb-head_cont .item:nth-child(2n) .item_cont {
        background-color: #f3f3f7;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item.on .item_cont {
        background: var(--logoColor);
    }
    
    .head .head_cont .mb-head .mb-head_cont .item.on .item_cont a {
        color: #fff;
    }
    
    .head .head_cont .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::after {background:#fff;}
    .head .head_cont .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {background:#fff;}
    .head .head_cont .mb-head .mb-head_cont .item.cur .item_cont .ico_box .ico::before {height:0;}
    
    
    .phone_footer {
        width: 100%;
        background-color: #303030;
        padding: 20px;
        
    }
    .phone_footer .footer_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .phone_footer .footer_top .logo_img {
        width: 3.05rem;
        height: auto;
    }
    .phone_footer .footer_top .logo_img img {
        width: 100%;
        height: auto;
    }
    
     .phone_footer .list {
         margin-bottom: 50px;
    }
    .phone_footer .list .item {
        cursor: pointer;
        border-bottom: 1px solid #88898a;
        padding-bottom: 2.667vw;
        padding-top: 2.667vw;
    }
    .phone_footer .list .item .item_cont {
        height: 10.667vw;
        display: flex;
        justify-content: space-between;
    }
    .phone_footer .list .item .item_cont a {
        flex: 1;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .phone_footer .list .item  .item_down {
        display: none;
    }
    .phone_footer .list .item  .item_down a {
        display: flex;
        align-items: center;
        color: #fff;
        width: 80%;
        height: 10.667vw;
        padding-left: 5.333vw;
    }
    .phone_footer .list .item .item_cont .ico_box {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .phone_footer .list .item .item_cont .ico_box .ico {
        width: 2.667vw;
        height: 2.667vw;
        position: relative;
    }
    .phone_footer .list .item .item_cont .ico_box .ico::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .phone_footer .list .item .item_cont .ico_box .ico::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        width: 2px;
        background-color: #fff;
        transition: all .5s;
    }
    .phone_footer .list .item.cur .item_cont .ico_box .ico::before { height:0;}
    
    .phone_footer .ewm {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.2rem;
    }
    
    .phone_footer .ewm img {
        width: 4rem;
        height: 4rem;
        object-fit: contain;
    }
    
    .phone_footer .iphone_num {
        text-align: center;
        color: #fff;
    }
    
    .phone_footer .footer_b_l {
        padding-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #595959;
        font-size: 16px;
        margin-bottom: .35rem;
    }
    
    .phone_footer .footer_b_l a {
        color: #595959;
        font-size: 16px;
    }
    
    .phone_footer .footer_b_l div {
        margin: 0 .6rem;
    }
    .phone_footer .footer_b_l2 {
        color: #595959;
        font-size: 16px;
    }
    .phone_footer  .footer_b_r {
        padding-bottom: 15px;
        border-bottom:1px solid #626262;
    }
    .banner2 {
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 711;
    }
    .banner2 .cont {
        padding: 20% 20px 0;
        justify-content: flex-start;
    }
    .ab1 {
        padding: 45px 20px 50px;
        flex-direction: column;
    }
    .ab1 .abLeft {
        margin: 0;
        width: 100%;
    }
    .ab1 .abLeft .module_h1 {
        margin-bottom: 25px;
    }
    .ab1 .abLeft .p {
        margin-bottom: 25px;
    }
    .ab1 .abRight {
        width: 100%;
        flex-direction: column-reverse;
    }
    .ab1 .abRight .swiper {
        width: 100%;
        height: auto;
        aspect-ratio: 650 / 545;
        margin-bottom: 26px;
    }
    .ab1 .abRight .swiper .swiper-slide img {
        transform: none;
    }
    .ab1 .abRight .swiper-pagination {
        width: 100%;
        margin: 0;
        flex-direction: row;
        justify-content: center;
    }
    .ab1 .abRight .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin-right: 7px;
    }
    .ab1 .abRight .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
    
    .ab2 .abCont .swiper {
        margin: 0 0 50px;
    }
    .ab2 .abCont .swiper .swiper-slide {
        padding: 0 20px;
    }
    .ab2 .abCont .swiper .swiper-slide .img {
        margin-right: 2.6667vw;
        width: 44.9333vw;
        height: auto;
        aspect-ratio: 274 / 256;
    }
    .ab2 .abCont .swiper .swiper-slide .text {
        flex: 1;
    }
    .ab2 .abCont .swiper .swiper-slide .text .h1 {
        font-size: 2.4vw;
    }
    .ab2 .abCont .swiper .swiper-slide .text .h2 {
        font-size: 1.8667vw;
    }
    .ab2 .abCont .swiper .swiper-slide .text .btn_box .btn {
        width: 6.6667vw;
        height: 6.6667vw;
    }
    .ab2 .abCont .swiper .swiper-slide .text .num {
        font-size: 12.8vw;
    }
    .ab2 .abbot {
        margin: 0;
    }
    .ab3 {
        padding: 50px 20px;
    }
    .ab3 .abcont {
        background-image: url() !important;
    }
    .ab3 .abcont .bgimg {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        aspect-ratio: 650 / 324;
        margin-bottom: 25px;
    }
    .ab3 .abcont .cont {
        height: auto;
        background: transparent;
        padding: 0;
    }
    .ab3 .abcont .cont .item .h1 {
        color: #333;
        width: fit-content;
        min-width: 14vw;
    }
    .ab3 .abcont .cont .item .p1 {
        color: #333;
        flex: 1;
    }
    .ab3 .abcont .cont .item .ico {
        filter: brightness(0);
    }
    .ab4 {
        padding: 50px 0;
    }
    .ab4 .module_h1 {
        padding-left: 20px;
        margin-bottom: 50px;
    }
    .ab5 .abcont .swiper .swiper-slide {
        height: auto;
        aspect-ratio: 637 / 421;
    }
    .ab5 .abcont .btn_box .btn {
        width: 45px;
        height: 45px;
    }
    .ab5 .abcont .btn_box .btn .btn-img {
        width: 15px;
        height: 15px;
    }
    .join1 {
        padding: 50px 20px 100px;
    }
    .join2 {
        padding: 50px 20px 50px;
        
    }
    .join2 .cont {
        flex-direction: column;
    }
    .join2 .cont .left .item .h1 {
        font-size: 16px;
    }
    .join2 .cont .img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .inv1 {
        padding:50px 20px;
    }
    .inv2 {
        padding: 0 20px 50px;
    }
    .inv2 .table .table-body .list .list-down .list-down-box {
        flex-direction: column;
        padding: 25px;
    }
    .tit-18 {
        font-size: 12px;
    }
    .inv2 .table .table-body .list .list-down .demand {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .inv2 .table .table-body .list .list-down .information {
        width: 100%;
    }
    .inv2 .table .list-cont .item {
        font-size: 12px;
    }
    .inv2 .table .list-cont .item:nth-child(2) {
        display: none;
    }
    .inv2 .table .list-cont .item:last-child {
        display: none;
    }
    .tit-21 {
        font-size: 12px;
    }
    .contac1 .contac_cont {
        padding: 50px 20px;
        flex-direction: column;
    }
    .contac1 .contac_cont .left {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .contac1 .contac_cont form .item {
        flex-direction: column;
    }
    .contac1 .contac_cont form .item label {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
    .contac1 .contac_cont form .item label:last-child {
        margin-bottom: 0;
    }
    .contac1 .contac_cont form button {
        height: 1.7rem;
        width: 100%;
    }
    
    .new1 {
        padding: 50px 20px;
    }
    
    .new1 .list .item {
        flex-direction: column;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .new1 .list .item .img {
        height: auto;
        aspect-ratio: 325 / 213;
        border-radius: 0;
    }
    .new1 .list .item .text {
        width: 100%;
        padding: 25px;
    }
    .new1 .list .item .text .time {
        font-size: 14px;
    }
    .new1 .list .item .text .btn {
        font-size: 14px;
    }
    .new1 .list .item .text .btn svg {
        width: 15px;
        height: 15px;
        margin-left: 15px;
    }
    .new1 .list .item .text .h1 {
        font-size: 16px;
        line-height: 1.45;
    }
    .new1 .list .item .img {
        width: 100%;
        margin: 0;
    }
    .innov1 {
        padding: 50px 20px;
    }
    .innov1 .cont {
        flex-direction: column;
    }
    .innov1 .cont .innovLeft {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
    .innov1 .cont .innovLeft .p {
        height: auto;
        padding: 0;
    }
    .innov1 .cont .innovLeft .list {
        flex-wrap: wrap;
    }
    .innov1 .cont .innovLeft .list .item {
        margin-bottom: 25px;
    }
    .innov1 .cont .innovRight {
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .innov1 .cont .innovRight {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    
    .innov1 .cont .innovRight .img1 {
        flex: 1;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .innov1 .cont .innovRight .img2 {
        flex: 1;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 0;
    }
    .innov2  {
        padding: 50px 20px;
        flex-direction: column-reverse;
    }
    .innov2 .text {
        width: 100%;
        margin-bottom: 25px;
    }
    .innov2 .text .p {
        text-align: justify;
    }
    .innov2 .img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .innov1 .cont {
        padding-bottom: 0;
    }
    .innov1 .cont .invPic {
        position: static;
    }
    
    .case1 {
        padding: 50px 20px;
    }
    .case1 .list .item {
        /*width: calc((100% - 25px) / 2);*/
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .case1 .list .item .text {
        padding: 25px;
    }
    .case1 .list .item .text .h1 {
        font-size: 16px;
    }
    
    .prod1 {
        padding: 50px 20px;
    }
    .prod1 .tab1 .item {
        margin-bottom: 25px;
        width: calc((100% - 25px) / 2);
        margin-right: 25px;
    }
    .prod1 .tab1 .item:nth-child(2n) {
        margin-right: 0;
    }
    .prod1 .tabber {
        flex-wrap: wrap;
    }
    .prod1 .tabber .item {
        font-size: 12px;
    }
    .prod1 .search_form {
        width: 100%;
        height: 2rem;
    }
    .prod1 .tabcont .item .box .card {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
        flex-direction: column;
        
    }
    .prod1 .tabcont .item .box .card .introduce .h1_f2 .car {
        height: 1.625rem;
        border-radius: 1.625rem;
        padding: 0 8px;
    }
    
    .prod1 .tabcont .item .box .card .introduce .int_p .int_item:nth-child(1) .int_h1 {
        width: fit-content;
        margin-right: 25px;
    }
    .prod1 .tabcont .item .box .card .introduce .int_p .int_item:nth-child(2) {
        flex-direction: column;
    }
    .prod1 .tabcont .item .box .card .introduce .int_p .int_item .int_h1 {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .prod1 .tabcont .item .box .card .introduce {
        padding: 0;
    }
    .prod1 .tabcont .item .box .card .introduce .tit .h1 {
        font-size: 14px;
    }
    .prod1 .tabcont .item .box .card .introduce .tit .pro.red {
        height: 1.2rem;
        font-size: 14px;
        border-radius: 1.2rem;
        padding: 0 10px;
    }
    .prod1 .tabcont .item .box .card .introduce .int_p .int_item .int_p1 {
        width: 100%;
    }
    .prod1 .tabcont .item .box .card .introduce .h1_f {
        margin-bottom: 10px;
    }
    .prod1 .tabcont .item .box .card .pic  {
        width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto 25px;
    }
    .prod1 .tabcont .item .box .card .pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .prod1 .tabcont .item .box .card .pic img.img1 {
        opacity: 0;
    }
    .prod1 .tabcont .item .box .card .pic img.img2 {
        opacity: 1;
    }
    .prods1 {
        flex-direction: column;
    }
    .prods1 .prods1_left {
        width: 100%;
        height: auto;
        padding: 50px 20px 0;
        margin-bottom: 25px;
    }
    .prods1 .prods1_left .img {
        width: 80%;
        height: auto;
        position: static;
    }
    .prods1 .prods1_right {
        padding: 50px 20px;
    }
    .tit-20 {
        font-size: 14px;
    }
    .contac1 .contac_cont form .item label textarea {
        max-height: 6.3rem;
        min-height: 6.3rem;
    }
    
    
    .ins4 {
        padding: 0 20px 50px;
    }
    .ins4 .ins4_contianer .bot_cont {
        flex-direction: column;
    }
    .ins4 .ins4_contianer .bot_cont .left .txt {
        padding: 25px;
    }
    .ins4 .ins4_contianer .bot_cont .right .item .txt {
        padding: 25px;
    }
    .ins4 .ins4_contianer .bot_cont .left {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .ins4 .ins4_contianer .bot_cont .left .bgimg {
        height: auto;
        aspect-ratio: 222 / 133;
    }
    .ins4 .ins4_contianer .bot_cont .left .txt .h {
        font-size: 14px;
    }
    .ins4 .ins4_contianer .bot_cont .right .item {
        height: auto;
        flex-direction: column;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 50px;
        box-shadow: 0px 0px 16px #ececec;
    }
    .ins4 .ins4_contianer .bot_cont .right .item .bgimg {
        width: 100%;
        height: auto;
        aspect-ratio: 222 / 133;
    }
    .ins3 {
        padding: 0 20px 50px;
    }
    .ins3 .ins3_container .bottom_module .item {
        height: auto;
        aspect-ratio: 1 / 1;
        align-items: flex-start;
    }
    .ins3 .ins3_container .bottom_module .item .txt {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ins3 .ins3_container .bottom_module .item .txt .btns .bts_img {
        width: 22px;
        height: 22px;
    }
    .ins3 .ins3_container .bottom_module .item .txt .txt_title {
        margin-bottom: 8px;
    }
    .ins3 .ins3_container .bottom_module .item .txt .btns img.img2 {
        opacity: 1;
    }
    .ins3 .ins3_container .top_module {
        align-items: flex-start;
        padding: 12px;
    }
    .ins3 .ins3_container .top_module .txt {
        flex-direction: column;
        align-items: flex-start;
    }
    .ins3 .ins3_container .top_module .txt .btns .bts_img {
        width: 22px;
        height: 22px;
    }
    .ins3 .ins3_container .top_module .txt .btns .bts_img img.img2 {
        opacity: 1;
    }
    .ins3 .ins3_container .top_module .txt .title {
        margin-bottom: 8px;
    }
    .ins3 .ins3_container .top_module .m {
        height: 100%;
    }
    .ins3 .ins3_container .bottom_module .item .m1 {
        height: 100%;
    }
    .sidebar {
        display: none;
    }
    .ins2 {
        margin-bottom: 50px;
    }
    .ins2 .bg1 {
        display: none;
    }
    .ins2 .container .top_num {
        display: none;
    }
    .ins2 .container {
        padding: 0;
    }
    .ins2 .container .cont {
        width: 100%;
        height: auto;
        background-image:url() !important;
    }
    .ins2 .container .cont .bgpic {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
    .ins2 .container .cont .cont1 {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        background: #fff;
        
    }
    .ins2 .container .cont .cont1 .btns img {
        width: 30px;
        height: 30px;
    }
    
    .banner {
        position: relative;
        height: auto;
        aspect-ratio: 750 / 711;
    }
    .banner .txt {
        top: 0;
        left: 0;
        transform: none;
        padding: 50px 20px 0;
    }
    .banner .txt .btns img {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .ins1 {
        height: auto;
    }
    .inns1 .cont .tit-f {
        margin: 0 20px 50px;
    }
    .inns1 .innovlist {
        flex-direction: column;
        margin: 0 20px;
    }
    .inns1 .innovlist .listLeft {
        margin: 0 0 50px 0;
        width: 90%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .ins1 .container {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        transform: none;
        padding: 50px 0  20vw;
    }
    .ins1 .container .top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .ins1 .container .top .left {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .ins1 .container .top .item {
        margin-bottom: 35px;
        padding: 0 20px;
    }
    .ins1 .container .top .item li {
        width: calc((100% -  10px * 4) / 5);
        height: auto;
    }
    .ins1 .container .top .item li img {
        height: auto;
    }
    .ins1 {
        background-image:  url(../img/in1bg.png) ;
        background-size: cover;
    }
    .ins1 .container .botom li {
        height: auto;
    }
    .ins1 .container .bot_a img {
        width: 25px;
        height: 25px;
    }
    .ins1 .container::after {
        /*content: "";*/
        position: absolute;
        width: 20.5333vw;
        height: 26.5333vw;
        background: url(../img/in1bg2.png) no-repeat  center;
        background-size: 100% 100%;
        bottom: 0;
        left: 0;
    }
    .ins1 .container .botom {
    }
    .ins1 .container .botom li:hover img {
        transform: none;
    }
    .inns2 .cont {
        height: auto;
    }
    .inns2 .cont .propimg {
        width: 65vw;
        right: 8vw;
        bottom: 0;
    }
    .inns2 .module_h1 {
        margin-bottom: 25px;
    }
    .inns1 .innovlist .listRight .item {
        padding: 0 3vw;
        margin-bottom: 25px;
    }
    .inns1 .innovlist .listRight .item .ico .img {
        width: 27px;
        height: 27px;
    }
    .inns1 img {
        width: 100%;
        height: 100%;
    }
    .vido1 {
        padding: 50px 20px;
    }
    .vido1 .list {
        flex-direction: column;
    }
    .vido1 .list .item {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .z_tanchuang .tbox .modal .out {
        bottom: calc(100% + 5px);
        top: auto;
        width: 60px;
        height: 60px;
        right: 0;
    }
    .prods1 .prods1_right .int_item2 .list .pic {
        width: 100%;
        height: auto;
    }

    .contac1 .contac_cont form .item label input {
        padding: 10px 10px;
    }
    .ins4 .ins4_contianer .bot_cont .right .item .txt .size .p {
        margin-bottom: 25px;
    }

    
}

.prod1 .tabcont .item .box .card {
    width: 49%;
}
.prod1 .tabcont .item .box .card .introduce .table table tr td {
    font-size: .34rem;
    line-height: 1.25;
    padding: 2% 1%;
    width: 25%;
}
.prod1 .tabcont .item .box .card .introduce .table table tr:nth-child(1) {
    /*position: sticky;*/
    /*top: 0;*/
}
.prod1 .tabcont .item .box .card .introduce .table .table_box::-webkit-scrollbar-thumb {
    background-color: var(--logoColor);
}
.prod1 .tabcont .item .box .card .introduce .table .table_box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.prod1 .tabcont .item .box .card .introduce .table table tr:nth-child(1) td {
    font-size: .4rem;
}
.prod1 .tabcont .item .box .card .introduce .table .table_box {
    height: 5rem;
    overflow-y: auto;
}

.prod1 .tabcont .item .box .card .introduce .text_top .txt_h2 {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 0.4rem;
}

.prod1 .tabcont .item .box .card .introduce .text_top .txt_h1 {
    /*flex: 1;*/
    max-width: 50%;
    width: fit-content;
    position: relative;
}
.prod1 .tabcont .item .box .card .introduce .text_top .txt_h1_porp {
    width: fit-content;
    border-radius: 40px;
    font-size: .4rem;
    position: absolute;
    left: calc(100% + 10px);
    white-space: nowrap; 
    padding: 0 10px;
        line-height: 2;
    top: 50%;
    transform: translateY(-50%);
}
.prod1 .tab1 {
    position: fixed;
    z-index: 10;
    top: 2.275rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    justify-content: center;
    height: 1.5rem;
    margin: 0;
    background: linear-gradient(90deg,rgba(255,255,255,1) 0% ,#1d7a4b 50% ,rgba(255,255,255,1) 100%);
}

.prod1 .tab1 .item {
    width: fit-content;
    height: 100%;
    border-radius: 0;
    margin: 0;
    background: transparent;
    border-right: 1px solid #fff;
    min-width: 0;
    position: relative;
    padding: 0 18px;
}
.prod1 .tab1 .item .img_box {
    width: .8rem;
    height: .8rem;
    object-fit: contain;
    margin-right: .25rem;
    position: relative;
    z-index: 2;
}

.prod1 .tab1 .item .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.prod1 .tab1 .item .img_box img.img1 {
    opacity: 1;
}
.prod1 .tab1 .item:hover .img_box img.img1,.prod1 .tab1 .item.on .img_box img.img1 {
    opacity: 0;
}
.prod1 .tab1 .item:hover .img_box img.img2,.prod1 .tab1 .item.on .img_box img.img2 {
    opacity: 1;
}

.prod1 .tab1 .item span {
    position: relative;
    z-index: 2;
    font-size: .5rem;
}
.prod1 .tab1 .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#014221 0%,#1a5437 100%);
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.prod1 .tab1 .item.on,.prod1 .tab1 .item:hover {
    color: #f1f602;
    background: transparent;
}
.prod1 .tab1 .item:hover::before {
    opacity: 1;
}
.prod1 .tab1 .item.on::before {
    opacity: 1;
}

.prod1 .tab1 .item:last-child {
    border-right: 0;
}

.prod1  .form_box {
    background: #a30000;
    padding: 1rem 12rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.275rem;
}
.prod1  .form_box .form_tit {
    font-size: 1rem;
    color: #fff;
    margin-right: 1.2rem;
}
.prod1 .search_form {
    flex: 1;
    margin-bottom: 0 !important;
}
.prod1 {
    padding: 0 0 3.5rem;
}
.prod1 .tabber {
    margin: 0 5rem 1.9rem;
}
.prod1 .tabcont {
    margin: 0 5rem;
}
.prod1 .tabber {
    gap: .4rem;
}
.prod1 .tabber .item {
    width: calc(calc(100% - .4rem * 5) / 6);
    font-size: .4rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    position: relative;
    background: #a30000;
    border: 0;
}

.prod1 .tabber .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: all .4s ease-in-out;
    border: 1px solid #333;
    border-radius: .2rem;
    box-sizing: border-box;
}
.prod1 .tabber .item span {
    position: relative;
    z-index: 2;
}
.prod1 .tabber .item:hover,.prod1 .tabber .item.on{
    color: #fff;
}
.prod1 .tabber .item:hover::after,.prod1 .tabber .item.on::after {
    opacity: 0;
}
.prod1 {
    padding-bottom: 0;
}
.prod1 .prod1_bottom {
    margin-top: 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#fff 0% ,#a50606 80%);
    padding: 1rem;
}
.prod1 .prod1_bottom .item {
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    color: #fff;
    border-right: 1px solid #fff;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.prod1 .prod1_bottom .item:last-child {
    border: 0;
}
.prod1 .prod1_bottom .item:hover {
    color: #fdec02;
}
.prod1 .tab1 .item {
    color: #fff;
}
.mod_downpull {
    padding: 0 !important;
    background: transparent !important;
}
.mod_downpull .mod1 {
    height: 100%;
    background: linear-gradient(180deg, rgba(89, 255, 142, 0.37) 0%, rgba(167, 209, 188, 0.00) 143.3%);
    backdrop-filter: blur(15px);
}
.mod_downpull .mod1 .moditem {
    height: 1.1rem;
    border-radius: 1.1rem;
    padding: 0 1rem;
    position: relative;
    border: 2px solid #fff;
    transition: all .4s ease;
    /*background: transparent;*/
    background: rgba(255, 255, 255, 0.6);
    /*background: linear-gradient(180deg, #F2F2F2 0%, #E8E8E8 8%, #CCC 34%, #F2F2F2 69%, #B3B3B3 100%);*/
}
.mod_downpull .mod1 .moditem.on,
.mod_downpull .mod1 .moditem:hover{
    border-color: #cccccc;
    box-shadow: 0px 3px 27.1px 0px #FFF;
    color: rgba(255, 215, 0, 1);
    background: transparent;
    font-weight: 600;
}
.mod_downpull .mod1 .moditem.on::after,
.mod_downpull .mod1 .moditem:hover::after{
    opacity: 1;
}
.mod_downpull .mod1 .moditem::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 1.1rem;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    background: var(--logoColor);
    /*background: linear-gradient(0deg, #28A838 0%, #34AD35 3.79%, #6CC512 46.76%, #62C00F 61.34%, #28A838 87.17%, #1AA414 126.33%);*/
}

.mod_downpull .mod1 .moditem span {
    position: relative;
    z-index: 3;
}

.head_box .head .head_cen {
    flex: 1;
  justify-content: center;
    /*margin: 0 ;*/
    column-gap: .5rem;
    
  margin: 0 4rem;
}
@media (max-width: 1480px) {
    .head_box .head .head_cen {
    margin: 0 1.5rem;
  }
}

.head_box .head .head_cen li {
    margin-right: 0;
    box-sizing: border-box;
}

.head_box .head .head_cen li {
    padding: 0 .5rem;
    border-bottom: 8px solid transparent;
    transition: all .4s ease;
}

.head_box .head .head_cen li.on {
    border-color: var(--logoColor);
}
.head_box .head .head_cen li:hover {
    border-color: var(--logoColor);
}

.head_box .head .head_cen li>a {
    display:flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: clamp(14px,.4rem,16px);
}
.inns3 .list .item .item_cont {
    width: 100%;
    justify-content: center;
}
.inns3 .list .item .item_cont .h1 {
    font-size: .6rem;
}


.triangle-guide {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 20px 0;*/
}
.ab2 .abbot .swiper  .siwper_center_bar {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    column-gap: 10px;
    display: flex;
    align-items: flex-start;
    
}
.ab2 .abbot .swiper  .siwper_center_bar .bar_sild {
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg,rgba(15, 147, 70,1) 0%, rgba(15, 147, 70,.1) 100%);
}

.triangle {
    width: 0;
    height: 0;
     border-left: 8px solid var(--logoColor); 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: 0 3px;
    animation: triangleMove 2s infinite linear;
}

.triangle-guide.rote {
    transform: rotate(180deg);
}

.triangle:nth-child(1) {
    animation-delay: 0s;
}

.triangle:nth-child(2) {
    animation-delay: 0.2s;
}

.triangle:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes triangleMove {
    0% {
        opacity: 0;
        transform: translateX(-5px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(5px);
    }
}

@media (max-width: 1024px) { 
   
    .prod1 .tab1 {
        top: 3.225rem;
    }
    
    .prod1 .form_box {
        flex-direction: column;
    } 
    
    .prod1 .form_box {
        padding: 20px 20px;
    }
    .prod1 .form_box .form_tit {
        margin-bottom: 0;
        margin-bottom: 10px;
    }
    .prod1 .tabber {
        column-gap: 4%;
    }
    .prod1 .tabber .item {
        width: 48%;
        padding: 8px 10px;
        height: auto;
    }
     
    .prod1 .tab1 .item span {
        font-size: 14px;
    }
    .prod1 .tab1 {
        display: none;
        padding: 0 20px !important;
    }
    .prod1 .tabber .item {
        font-size: 12px;
    }
    .prod1 .search_form {
        height: 40px;
        flex: auto;
    }
    .prod1 .tabcont {
        margin: 0 20px;
    }
    .prod1 .tabber {
        margin: 0 20px 1.9rem;
        padding-bottom: 20px;
    }
    .product_container {
        padding-top: 0 !important;
    }
    .prod1 .tabcont .item .box .card {
        width: 100%;
    }
    .prod1 .tabcont .item .box .card .introduce .text_top .txt_h1 {
        font-size: 16px;
    }
    .prod1 .tabcont .item .box .card .introduce .text_top .txt_h2 {
        font-size: 14px;
    }
    .prod1 .tabcont .item .box .card .introduce .table .tab_f {
        font-size: 12px;
    }
    .prod1 .tabcont .item .box .card .introduce .text_bot .bor {
        font-size: 12px;
    }
    
    .prod1 .tabcont .item .box .card .introduce .table table tr:nth-child(1) td {
        font-size: 14px;
    }
    .prod1 .tabcont .item .box .card .introduce .table .table_box {
        height: auto;
    }
    .prod1 .tabcont .item .box .card .introduce .table table tr td {
        font-size: 12px;
    }
    .prod1 .tabcont .item .box .card .introduce .guge {
        font-size: 12px;
        line-height: 2.5;
    }
    .prod1 .tabcont .item .box .card .pic {
        width: 70%;
    }
    .prod1 .search_form button svg {
        width: 20px;
        height: 20px;
    }
    .prod1 .search_form button {
        height: 100%;
    }
    
    .search_container .search_top{top: 3.225rem;padding-left: 20px;padding-right: 20px;}
    
    .search_container .search_top form{width: 100%;}
    .search_container .search_top form button{white-space: nowrap;}
    
}