@font-face {
  font-family: 'iconfont';  /* Project id 4894142 */
  src: url('//at.alicdn.com/t/c/font_4894142_zuskokl91a.woff2?t=1744709072398') format('woff2'),
  url('//at.alicdn.com/t/c/font_4894142_zuskokl91a.woff?t=1744709072398') format('woff'),
  url('//at.alicdn.com/t/c/font_4894142_zuskokl91a.ttf?t=1744709072398') format('truetype');
}
@font-face {
  font-family: PoppinsRegular;
  src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
  font-family: PoppinsBold;
  src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: PoppinsSemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: Din;
  src: url('../fonts/D-DIN-PRO-900-Heavy.otf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  font-family: PoppinsRegular;
}
input,
textarea {
  font-family: PoppinsRegular;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #7bc532;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.home{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.home .img{
  width: 100%;
  height: 100vh;
}
.home .img img{
  width: auto;
  height: 100vh;
}
.home .img2{
  width: 100%;
  height: 100vh;
}
.w1400s {
  width: 70%;
  margin: 0px auto;
  position: relative;
}
header {
  width: 100%;
  position: fixed;
  z-index: 9;
  padding: 1vw 0;
  background: black;
  transition: 0.5s all ease-in-out;
}
header .w1400s {
  display: flex;
  justify-content: space-between;
}
header .logo {
  width: 10vw;
  transition: 0.5s all ease-in-out;
}
header nav {
  margin-top: 1vw;
  transition: 0.5s all ease-in-out;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0 2vw;
}
header nav ul li a {
  color: white;
  font-size: 1vw;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li:hover a {
  color: #7bc532;
}
header nav ul .active a {
  color: #7bc532;
}
header.active {
  padding: 1vw 0;
}
header.active nav {
  margin-top: 0.5vw;
}
header.active .logo {
  width: 8vw;
}
footer {
  width: 100%;
  background: #252525;
  padding: 4vw 0;
}
footer .footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer .left .logo {
  width: 8vw;
}
footer .footer .left nav {
  margin: 2vw 0;
}
footer .footer .left nav ul {
  display: flex;
}
footer .footer .left nav ul li {
  margin-right: 2vw;
}
footer .footer .left nav ul li a {
  color: white;
  font-size: 1vw;
}
footer .footer .left nav ul li:hover a {
  color: #7bc532;
}
footer .footer .left .lang {
  display: flex;
}
footer .footer .left .lang .langT {
  display: block;
  font-size: 0.9vw;
  color: white;
  margin-right: 1vw;
}
footer .footer .left .lang .langT:hover {
  color: #7bc532;
}
footer .footer .left .lang .active {
  color: #7bc532;
}
footer .footer .right .item {
  display: flex;
  color: white;
  font-size: 0.9vw;
  margin-bottom: 2vw;
}
footer .footer .right .item .icon {
  width: 1.2vw;
  margin: 0.2vw 0.5vw;
}
footer .footer .right .item .t {
  line-height: 1.7;
  margin-left: 0.5vw;
}
footer .info {
  width: 90%;
  border-top: 1px solid rgba(255,255,255,.6);
  color: white;
  text-align: center;
  font-size: 0.9vw;
  padding-top: 2vw;
  margin: 2vw auto 0 auto;
  opacity: .6;
}
footer .info a{
  color: white;
}
.index {
  width: 100%;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 4vw;
  transition: 0.8s all ease-in-out;
}
.index .f1 .bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .f1 .bannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index .f1 .bannerSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f1 .bannerSwiper .swiper-slide .img .text {
  color: #f0f5eb;
  font-family: Din;
  font-size: 6vw;
  margin-left: 12vw;
  position: absolute;
  margin-top: 15vw;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(2vw);
}
.index .f1 .bannerSwiper .swiper-slide.active .text {
  opacity: 1;
  transform: translateY(0px);
}
.index .f1 .bannerSwiper .swiper-pagination {
  bottom: 3vw;
}
.index .f1 .bannerSwiper .swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  opacity: 1;
  margin: 0 0.5vw;
  background-color: #dbffb8;
}
.index .f1 .bannerSwiper .swiper-pagination-bullet-active {
  width: 5vw;
  height: 1vw;
  background-color: #7bc532;
  border-radius: 1vw;
}
.index .f2 {
  width: 100%;
  padding: 7vw 0;
  position: relative;
}
.index .f2 .tit {
  font-family: Din;
  font-size: 3vw;
}
.index .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.index .f2 .f2Box .left {
  width: 45%;
}
.index .f2 .f2Box .left .text {
  font-size: 0.9vw;
  line-height: 1.7;
}
.index .f2 .f2Box .left .text span {
  font-family: PoppinsBold;
}
.index .f2 .f2Box .left .numBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  text-align: center;
}
.index .f2 .f2Box .left .numBox .item {
  flex: 1;
}
.index .f2 .f2Box .left .numBox .item .num {
  font-family: Din;
  font-size: 2.3vw;
  font-weight: 300;
  position: relative;
}
.index .f2 .f2Box .left .numBox .item .t {
  font-size: 0.9vw;
}
.index .f2 .f2Box .right {
  width: 45%;
  height: 19vw;
}
.index .f2 .f2Box .right video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.index .f2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 24vw;
  background: #f4ffea;
  left: 0;
  top: 0;
  z-index: -1;
}
.index .f3 {
  width: 100%;
  display: flex;
}
.index .f3 .item {
  flex: 1;
  height: 44vw;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}
.index .f3 .item .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.index .f3 .item .imgBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #27be04 0%, rgba(188, 254, 196, 0.3) 100%);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index .f3 .item .textBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 3vw 2vw;
  transition: 0.5s all ease-in-out;
}
.index .f3 .item .textBox .t {
  font-family: PoppinsSemiBold;
  font-size: 2vw;
}
.index .f3 .item .textBox .desBox {
  width: 22vw;
  position: absolute;
  bottom: 3vw;
  transform: translateY(10vw);
  transition: 0.5s all ease-in-out;
}
.index .f3 .item .textBox .desBox .des {
  font-size: 0.9vw;
}
.index .f3 .item .textBox .desBox .jt {
  width: 1.5vw;
  margin-top: 0.5vw;
}
.index .f3 .item.active {
  flex: 1.5;
}
.index .f3 .item.active .imgBox::before {
  opacity: 1;
}
.index .f3 .item.active .desBox {
  transform: translateY(0);
}
.index .f4 {
  width: 100%;
  height: auto;
  background: url('../images/img5.jpg') center no-repeat;
  background-size: cover !important;
  padding: 10vw 0 8vw 0;
}
.index .f4 .numBox {
  display: flex;
}
.index .f4 .numBox .nums {
  text-align: center;
  margin-right: 4vw;
}
.index .f4 .numBox .nums .num {
  font-family: Din;
  font-size: 2.3vw;
  font-weight: 300;
}
.index .f4 .numBox .nums .t {
  font-size: 0.9vw;
}
.index .f4 .tit {
  font-family: Din;
  font-size: 3vw;
  margin: 3vw 0 5vw 0;
  position: relative;
}
.index .f4 .tit::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 5px;
  background: #8aca42;
  margin-top: 5vw;
}
.index .f4 .des {
  width: 45vw;
  font-size: 0.9vw;
}
.about {
  width: 100%;
  padding: 5vw 0;
}
.about .f1 {
  width: 100%;
  padding: 3vw 0 7vw 0;
}
.about .aboutText {
  width: 100%;
  margin-bottom: 3vw;
}
.about .aboutText .tit {
  font-family: PoppinsBold;
  font-size: 2vw;
}
.about .aboutText .des {
  font-size: 0.9vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.about .aboutImg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .aboutImg .img {
  width: 49.5%;
  height: 22vw;
  margin-right: 1%;
  margin-top: 1%;
  background-size: cover !important;
}
.about .aboutImg .img:nth-child(1) {
  width: 100%;
  height: 36vw;
}
.about .aboutImg .img:nth-child(2n-1) {
  margin-right: 0;
}
.materials {
  width: 100%;
  padding: 12vw 0 0 0;
}
.materials .f1{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 5vw;
}
.materials .f1 .textBox{
  width: 20vw;
}
.materials .f1 .textBox .tit{
  font-family: PoppinsBold;
  font-size: 1.8vw;
}
.materials .f1 .textBox .item{
  width: 16vw;
  font-size: 1vw;
  text-align: center;
  margin-top: 1vw;
}
.materials .f1 .textBox .item .it{
  padding: 1vw 0;
  border-bottom: 3px solid #7bc532;
}
.materials .f1 .textBox .more{
  width: 16vw;
  height: 3vw;
  background-color: #7bc532;
  border-radius: .5vw;
  text-align: center;
  line-height: 3vw;
  font-size: 1.2vw;
  color: white;
  display: block;
  margin-top: 2vw;
  transition: .3s all ease-in-out;
}
.materials .f1 .textBox .more:hover{
  letter-spacing: 3px;
}
.materials .f1 .img{
  width: 36vw;
}
.materials .f2{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 5vw 0 10vw 0;
  margin-top: 5vw;
  border-top: 3px solid #7bc532;
}
.materials .f2 .img{
  width: 30vw;
}
.materials .f2 .textBox{
  width: 31vw;
}
.materials .f2 .textBox .item{}
.materials .f2 .textBox .item .it{
  font-size: 1.3vw;
  border-bottom: 3px solid #7bc532;
  padding: 1.2vw 0 1.2vw 3vw;
  display: block;
  margin-top: 2.5vw;
  position: relative;
}
.materials .f2 .textBox .item .it:hover{
  color: #7bc532;
}
.materials .f2 .textBox .item .it:first-child{
  margin-top: 0;
}
.materials .f2 .textBox .item .it::before{
  content: '';
  position: absolute;
  width: .5vw;
  height: .5vw;
  border-radius: 50%;
  background: #7bc532;
  left: 1vw;
  margin-top: .7vw;
}
.materials .home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.materials .home .swiper-slide {
  height: 100vh;
  position: relative;
}
.materials .home .swiper-slide .w1400s {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.materials .home .swiper-slide .w1400s .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.materials .home .swiper-slide .w1400s .items .imgBox {
  width: 21vw;
  height: 23vw;
  display: block;
  overflow: hidden;
}
.materials .home .swiper-slide .w1400s .items .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.materials .home .swiper-slide .w1400s .items .imgBox:hover .img {
  transform: scale(1.1);
}
.materials .home .swiper-slide .w1400s .items .textBox {
  width: 45vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .tit {
  font-family: PoppinsBold;
  font-size: 1.8vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .tit:hover {
  color: #7bc532;
}
.materials .home .swiper-slide .w1400s .items .textBox .argumentBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument {
  width: 50%;
  border-bottom: 1px solid;
  display: flex;
  margin-top: 1.5vw;
  padding-bottom: 0.5vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument .t {
  width: 10vw;
  font-family: PoppinsSemiBold;
  font-size: 1vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument .d {
  font-size: 1vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument:last-child {
  width: 100%;
}
.materials .home .swiper-slide .w1400s .items .textBox .peculiarity {
  width: 100%;
  display: flex;
  margin-top: 1.5vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .peculiarity .t {
  width: 10vw;
  font-family: PoppinsSemiBold;
  font-size: 1vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d {
  font-size: 1vw;
}
.materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d p {
  position: relative;
}
.materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d p::before {
  content: '';
  position: absolute;
  width: 0.3vw;
  height: 0.3vw;
  background: black;
  border-radius: 50%;
  left: -0.8vw;
  margin-top: 0.6vw;
}
.materials .home .swiper-slide:last-child {
  height: auto;
}
.materials .home .swiper-slide:last-child .w1400s {
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
}
.materials .home .swiper-pagination-bullets.menu {
  position: fixed;
  right: 5%;
  z-index: 90;
  width: 25px;
  top: 50%;
}
.materials .home .swiper-pagination-bullets.menu .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  opacity: 1;
  background: none;
  margin: 0px 0px;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: 100px;
  overflow: hidden;
}
.materials .home .swiper-pagination-bullets.menu .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7bc532;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  transition: all 0.5s;
}
.materials .home .swiper-pagination-bullets.menu .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #7bc532;
  border-radius: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  opacity: 0;
}
.materials .home .swiper-pagination-bullets.menu .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.materialsDetail {
  width: 100%;
  background: #f0f5eb;
  padding: 5vw 0;
}
.materialsDetail .f1 {
  width: 100%;
  padding: 3vw 0;
}
.materialsDetail .f1 .imgBox {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.materialsDetail .f1 .text {
  width: 85%;
  color: #b8bcb5;
  font-family: PoppinsBold;
  font-size: 13vw;
  position: absolute;
  line-height: 1;
  text-align: right;
  z-index: 1;
  letter-spacing: 1vw;
}
.materialsDetail .f2 {
  width: 100%;
  margin-top: 3vw;
}
.materialsDetail .f2 .textBox {
  width: 45vw;
}
.materialsDetail .f2 .textBox .tit {
  font-family: PoppinsBold;
  font-size: 1.8vw;
}
.materialsDetail .f2 .textBox .argumentBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.materialsDetail .f2 .textBox .argumentBox .argument {
  width: 50%;
  border-bottom: 1px solid;
  display: flex;
  margin-top: 1.5vw;
  padding-bottom: 0.5vw;
}
.materialsDetail .f2 .textBox .argumentBox .argument .t {
  width: 10vw;
  font-family: PoppinsSemiBold;
  font-size: 1vw;
}
.materialsDetail .f2 .textBox .argumentBox .argument .d {
  font-size: 1vw;
}
.materialsDetail .f2 .textBox .argumentBox .argument:last-child {
  width: 100%;
}
.materialsDetail .f2 .textBox .peculiarity {
  width: 100%;
  margin-top: 1.5vw;
}
.materialsDetail .f2 .textBox .peculiarity .t {
  width: 10vw;
  font-family: PoppinsSemiBold;
  font-size: 1vw;
}
.materialsDetail .f2 .textBox .peculiarity .d {
  font-size: 1vw;
  margin-top: 1vw;
  line-height: 1.7;
}
.materialsDetail .f3 {
  width: 100%;
  margin-top: 6vw;
}
.products {
  width: 100%;
  padding-top: 4vw;
}
.products .banner {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}
.products .f1 {
  width: 100%;
  padding: 5vw 0;
}
.products .f1 .tit {
  font-family: PoppinsBold;
  font-size: 2vw;
}
.products .f1 .f1Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.products .f1 .f1Box .item {
  width: 31%;
  height: 30vw;
  position: relative;
  overflow: hidden;
}
.products .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.products .f1 .f1Box .item .imgBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #27be04 0%, rgba(188, 254, 196, 0.2) 100%);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.products .f1 .f1Box .item .text {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  padding: 0 2vw;
  color: white;
  font-size: 1.5vw;
}
.products .f1 .f1Box .item:hover .imgBox {
  transform: scale(1.1);
}
.products .f1 .f1Box .item:hover .imgBox::before {
  opacity: 1;
}
.products .f2 {
  width: 100%;
  padding: 5vw 0 0 0;
}
.products .f2 .tit {
  font-family: PoppinsBold;
  font-size: 2vw;
}
.products .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 3vw 0;
}
.products .f2 .f2Box .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2vw;
  transition: 0.3s all ease-in-out;
}
.products .f2 .f2Box .item .imgBox {
  width: 100%;
  height: 14vw;
  overflow: hidden;
}
.products .f2 .f2Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.products .f2 .f2Box .item .text .t {
  color: #c92323;
  font-size: 1.2vw;
  margin: 1.2vw 0;
  position: relative;
}
.products .f2 .f2Box .item .text .t::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #c92323;
  margin-top: 2vw;
  transition: 0.3s all ease-in-out;
}
.products .f2 .f2Box .item .text .d {
  height: 5.5vw;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.products .f2 .f2Box .item .text .more {
  background: black;
  font-size: 0.9vw;
  padding: 0.2vw 1vw;
  color: white;
  display: inline-block;
}
.products .f2 .f2Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.products .f2 .f2Box .item:hover .text .t::before {
  width: 100%;
}
.products .f2 .f2Box .item:nth-child(3n) {
  margin-right: 0;
}
.productsDetail {
  width: 100%;
  padding-top: 4vw;
}
.productsDetail .stick {
  width: 100%;
  padding: 3vw 0;
  font-size: 1vw;
}
.productsDetail .stick a {
  color: #000000;
}
.productsDetail .f1 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.productsDetail .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
}
.productsDetail .f1 .f1Swiper .swiper-pagination-bullet {
  background: #7bc532;
}
.productsDetail .f2 {
  width: 80%;
  margin: 0 auto;
  padding: 5vw 0 0 0;
}
.productsDetail .f2 .tit {
  font-size: 2vw;
  font-family: PoppinsSemiBold;
}
.productsDetail .f2 .des {
  font-size: 1vw;
  margin-top: 2vw;
  line-height: 1.7;
}
.productsDetail .f3 {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 5vw 0;
}
.productsDetail .f3 .tit {
  font-size: 1.5vw;
}
.productsDetail .f3 .desBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productsDetail .f3 .des {
  font-size: 0.9vw;
  /*margin-top: 1vw;*/
  line-height: 1.7;
  margin-top: 3vw;
  /*padding-left: 1vw;*/
}
.productsDetail .f3 .des p {
  position: relative;
}
/*.productsDetail .f3 .des p::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 0.3vw;*/
/*  height: 0.3vw;*/
/*  background: #4d4d4d;*/
/*  border-radius: 50%;*/
/*  left: -0.8vw;*/
/*  margin-top: 0.6vw;*/
/*}*/
.contact {
  width: 100%;
  padding-top: 4vw;
  background: #eaf3ed;
}
.contact .banner {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}
.contact .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 7vw 0;
}
.contact .f1 .left {
  width: 48%;
}
.contact .f1 .left .tit {
  font-family: PoppinsBold;
  font-size: 3vw;
}
.contact .f1 .left .des {
  font-size: 1vw;
  margin: 3vw 0;
}
.contact .f1 .left .item {
  width: 100%;
  display: flex;
  margin-bottom: 3vw;
}
.contact .f1 .left .item .icon {
  width: 1.5vw;
  margin-top: 0.3vw;
}
.contact .f1 .left .item .text {
  margin-left: 1vw;
}
.contact .f1 .left .item .text .t {
  font-family: PoppinsBold;
  font-size: 1vw;
}
.contact .f1 .left .item .text .d {
  font-size: 0.9vw;
}
.contact .f1 .left .item .qrcodeBox {
  width: 100%;
  display: flex;
}
.contact .f1 .left .item .qrcodeBox .qrcode {
  width: 8vw;
  text-align: center;
  font-size: 0.9vw;
  margin-right: 1vw;
  margin-top: 1vw;
}
.contact .f1 .left .item .qrcodeBox .qrcode img {
  margin-bottom: 0.5vw;
}
.contact .f1 .right {
  width: 45%;
  height: auto;
  background-color: #ffffff;
  border-radius: 2vw;
  padding: 2vw;
}
.contact .f1 .right .logo {
  width: 10vw;
}
.contact .f1 .right #form {
  width: 100%;
  margin-top: 2vw;
}
.contact .f1 .right #form .input {
  background-color: #e8e9e8;
  border-radius: 1vw;
  margin-bottom: 1vw;
  padding: 0.7vw 1vw;
  display: flex;
}
.contact .f1 .right #form .input .name {
  width: 25%;
  font-size: 0.9vw;
  margin-top: 0.1vw;
}
.contact .f1 .right #form .input input {
  width: 70%;
  font-size: 0.9vw;
  background: transparent;
  border: transparent;
  outline: none;
}
.contact .f1 .right #form .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .f1 .right #form .inputBox .input {
  width: 48%;
}
.contact .f1 .right #form .inputBox .input .name {
  width: 40%;
}
.contact .f1 .right #form .inputBox .input input {
  width: 60%;
}
.contact .f1 .right #form .textarea {
  width: 100%;
  background-color: #e8e9e8;
  border-radius: 1vw;
  margin-bottom: 1vw;
  padding: 0.7vw 1vw;
  display: flex;
}
.contact .f1 .right #form .textarea .name {
  width: 25%;
  font-size: 0.9vw;
  margin-top: 0.1vw;
}
.contact .f1 .right #form .textarea textarea {
  width: 70%;
  height: 11vw;
  font-size: 0.9vw;
  background: transparent;
  border: transparent;
  outline: none;
}
.contact .f1 .right #form .submit {
  width: 100%;
  background-color: #7bc532;
  border-radius: 1vw;
  color: white;
  text-align: center;
  padding: 1vw 0;
  font-size: 1vw;
  font-family: PoppinsBold;
  cursor: pointer;
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
@media screen and (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  main{
    margin-top: 13px;
  }
  .w1400s {
    width: 90%;
  }
  .index .f1 {
    height: 60vw;
    padding-top: 9vw;
  }
  .index .f1 .bannerSwiper .swiper-slide .img .text {
    font-size: 10vw;
    margin-left: 5vw;
  }
  .index .f1 .bannerSwiper .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
  .index .f1 .bannerSwiper .swiper-pagination-bullet-active {
    width: 10vw;
    height: 2vw;
  }
  .index .f2 {
    padding: 10vw 0;
  }
  .index .f2 .tit {
    font-size: 26px;
  }
  .index .f2 .f2Box {
    display: block;
    margin-top: 5vw;
  }
  .index .f2 .f2Box .left {
    width: 100%;
  }
  .index .f2 .f2Box .left .text {
    font-size: 14px;
  }
  .index .f2 .f2Box .left .numBox {
    margin-top: 10vw;
  }
  .index .f2 .f2Box .left .numBox .item .num {
    font-size: 28px;
  }
  .index .f2 .f2Box .left .numBox .item .t {
    font-size: 14px;
  }
  .index .f2::before {
    height: 100%;
  }
  .index .f2 .f2Box .right {
    width: 100%;
    height: auto;
    margin-top: 10vw;
  }
  .index .f3 {
    flex-wrap: wrap;
  }
  .index .f3 .item {
    width: 50%;
    height: 90vw;
    flex: inherit;
  }
  .index .f3 .item .textBox {
    padding: 5vw;
  }
  .index .f3 .item .textBox .t {
    font-size: 18px;
  }
  .index .f3 .item.active {
    flex: inherit;
  }
  .index .f3 .item.active .desBox {
    opacity: 0;
  }
  .index .f4 {
    padding: 10vw 0;
  }
  .index .f4 .numBox .nums .t {
    font-size: 14px;
  }
  .index .f4 .numBox .nums .num {
    font-size: 28px;
  }
  .index .f4 .tit {
    font-size: 26px;
    margin: 5vw 0;
  }
  .index .f4 .tit::before {
    width: 15vw;
    height: 5px;
    margin-top: 10vw;
  }
  .index .f4 .des {
    width: 100%;
    font-size: 14px;
    margin-top: 10vw;
  }
  footer {
    padding: 5vw 0;
  }
  footer .footer {
    display: block;
  }
  footer .footer .left .logo {
    width: 25vw;
    margin: 0 auto;
  }
  footer .footer .left nav {
    margin: 5vw 0;
  }
  footer .footer .left nav ul {
    justify-content: space-between;
  }
  footer .footer .left nav ul li {
    margin-right: 0;
  }
  footer .footer .left nav ul li a {
    font-size: 14px;
  }
  footer .footer .left .lang {
    justify-content: center;
    margin-top: 5vw;
  }
  footer .footer .left .lang .langT {
    font-size: 14px;
  }
  footer .footer .right {
    margin-top: 5vw;
  }
  footer .footer .right .item {
    font-size: 14px;
  }
  footer .footer .right .item .icon {
    width: 3.5vw;
    margin: 1.2vw 1.5vw;
  }
  footer .info {
    font-size: 12px;
    padding: 5vw 0;
    margin: 5vw auto 0 auto;
  }
  .materials .home .swiper-slide{
    height: auto;
    margin-top: 15vw;
  }
  .materials .home .swiper-slide .w1400s{
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .materials .home .swiper-slide .w1400s .items {
    display: block;
  }
  .materials .home .swiper-slide .w1400s .items .imgBox {
    width: 50%;
    height: 50vw;
    margin: 0 auto;
  }
  .materials .home .swiper-slide .w1400s .items .textBox {
    width: 100%;
    margin: 5vw 0;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .tit {
    font-size: 20px;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument {
    width: 100%;
    justify-content: space-between;
    margin-top: 2.5vw;
    padding-bottom: 1.5vw;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument .t {
    font-size: 14px;
    width: auto;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .argumentBox .argument .d {
    font-size: 14px;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .peculiarity {
    display: block;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .peculiarity .t {
    font-size: 14px;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d {
    font-size: 14px;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d p {
    padding-left: 2vw;
  }
  .materials .home .swiper-slide .w1400s .items .textBox .peculiarity .d p::before {
    width: 1vw;
    height: 1vw;
    margin-top: 2.5vw;
  }
  .materialsDetail .f1 {
    padding: 12vw 0 5vw 0;
  }
  .materialsDetail .f1 .text {
    font-size: 17vw;
  }
  .materialsDetail .f2 .textBox {
    width: 100%;
  }
  .materialsDetail .f2 .textBox .tit {
    font-size: 20px;
  }
  .materialsDetail .f2 .textBox .argumentBox .argument {
    width: 100%;
    justify-content: space-between;
    margin-top: 3.5vw;
    padding-bottom: 2.5vw;
  }
  .materialsDetail .f2 .textBox .argumentBox .argument .t {
    font-size: 14px;
    width: auto;
  }
  .materialsDetail .f2 .textBox .argumentBox .argument .d {
    font-size: 14px;
  }
  .materialsDetail .f2 .textBox .peculiarity {
    display: block;
    margin-top: 3vw;
  }
  .materialsDetail .f2 .textBox .peculiarity .t {
    font-size: 14px;
  }
  .materialsDetail .f2 .textBox .peculiarity .d {
    font-size: 14px;
  }
  .materialsDetail .f2 .textBox .peculiarity .d p {
    padding-left: 2vw;
  }
  .materialsDetail .f2 .textBox .peculiarity .d p::before {
    width: 1vw;
    height: 1vw;
    margin-top: 2.5vw;
  }
  .products {
    padding-top: 9vw;
  }
  .products .f1 {
    padding: 10vw 0 0 0;
  }
  .products .f1 .tit {
    font-size: 26px;
  }
  .products .f1 .f1Box {
    display: block;
  }
  .products .f1 .f1Box .item {
    width: 100%;
    height: 120vw;
    display: block;
    margin-bottom: 5vw;
  }
  .products .f1 .f1Box .item .text {
    padding: 0 5vw;
    bottom: 5vw;
    font-size: 20px;
  }
  .products .f2 .tit {
    font-size: 20px;
  }
  .products .f2 .f2Box .item {
    width: 100%;
    margin-right: 0;
  }
  .products .f2 .f2Box .item .imgBox {
    height: 50vw;
  }
  .products .f2 .f2Box .item .text .t {
    font-size: 18px;
    margin: 3vw 0;
  }
  .products .f2 .f2Box .item .text .d {
    height: auto;
    font-size: 14px;
  }
  .products .f2 .f2Box .item .text .more {
    font-size: 14px;
    padding: 1vw 4vw;
    margin-top: 3vw;
  }
  .products .f2 .f2Box .item .text .t::before {
    content: inherit;
  }
  .productsDetail {
    padding-top: 9vw;
  }
  .productsDetail .stick {
    font-size: 14px;
    padding: 5vw 0;
  }
  .productsDetail .f1 {
    width: 100%;
  }
  .productsDetail .f2 {
    width: 100%;
  }
  .productsDetail .f2 .tit {
    font-size: 18px;
  }
  .productsDetail .f2 .des {
    font-size: 14px;
  }
  .productsDetail .f3 {
    width: 100%;
  }
  .productsDetail .f3 .tit {
    font-size: 18px;
  }
  .productsDetail .f3 .des {
    font-size: 14px;
  }
  .about {
    padding: 10vw 0;
  }
  .about .f1 {
    padding: 5vw 0;
  }
  .about .aboutText {
    margin-bottom: 5vw;
  }
  .about .aboutText .tit {
    font-size: 18px;
  }
  .about .aboutText .des {
    font-size: 14px;
  }
  .about .aboutImg .img:nth-child(1) {
    height: 50vw;
  }
  .about .aboutImg .img {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-top: 5vw;
  }
  .contact {
    padding-top: 9vw;
  }
  .contact .f1 {
    padding: 10vw 0;
    display: block;
  }
  .contact .f1 .left {
    width: 100%;
  }
  .contact .f1 .left .tit {
    font-size: 26px;
  }
  .contact .f1 .left .des {
    font-size: 14px;
  }
  .contact .f1 .left .item {
    margin-bottom: 5vw;
  }
  .contact .f1 .left .item .icon {
    width: 4.5vw;
    margin-top: 1.5vw;
  }
  .contact .f1 .left .item .text {
    width: 90%;
    margin-left: 3vw;
  }
  .contact .f1 .left .item .text .t {
    font-size: 16px;
  }
  .contact .f1 .left .item .text .d {
    font-size: 14px;
  }
  .contact .f1 .left .item .qrcodeBox .qrcode {
    width: 24vw;
    margin-right: 3vw;
    margin-top: 3vw;
    font-size: 14px;
  }
  .contact .f1 .right {
    width: 100%;
    margin-top: 10vw;
    padding: 5vw;
  }
  .contact .f1 .right .logo {
    width: 25vw;
  }
  .contact .f1 .right #form {
    margin-top: 5vw;
  }
  .contact .f1 .right #form .input {
    margin-bottom: 3vw;
    padding: 2vw 3vw;
    border-radius: 1vw;
  }
  .contact .f1 .right #form .input .name {
    width: 30%;
    font-size: 14px;
  }
  .contact .f1 .right #form .inputBox .input .name {
    width: 30%;
  }
  .contact .f1 .right #form .inputBox {
    display: block;
  }
  .contact .f1 .right #form .inputBox .input {
    width: 100%;
  }
  .contact .f1 .right #form .input input {
    font-size: 14px;
  }
  .contact .f1 .right #form .textarea {
    padding: 2vw 3vw;
    font-size: 14px;
  }
  .contact .f1 .right #form .textarea .name {
    font-size: 14px;
    width: 30%;
  }
  .contact .f1 .right #form .textarea textarea {
    font-size: 14px;
    height: 30vw;
  }
  .contact .f1 .right #form .submit {
    padding: 3vw 0;
    margin-top: 5vw;
    font-size: 14px;
  }
  .materials .home .swiper-pagination-bullets.menu {
    top: inherit;
    bottom: -15vw;
    right: 3vw;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #000000;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

  .sp_logo {
    padding: 13px;
    float: left;
  }

  .sp_logo img {

    margin: auto;

    width: 80px;

    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: #ffffff;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sjj_nav .lan{
    padding-left: 5vw;
    display: block;
    font-size: 16px;
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav > ul > li:first-child > a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav > ul > li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav > ul > li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav > ul > li:last-child {

    border-bottom: 1px #ddd solid

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    padding-left: 25px;

  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #e31e4d;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #e31e4d;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 22px;
    color: #000000;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  .materials .home{
    height: auto;
  }
  .materials .home .swiper-wrapper{
    display: block;
  }
  .materials .f1{
    padding: 5vw 0;
    display: block;
  }
  .materials .f1 .textBox{
    width: auto;
  }
  .materials .f1 .textBox .tit{
    font-size: 18px;
    text-align: center;
  }
  .materials .f1 .textBox .item{
    width: 100%;
    font-size: 16px;
  }
  .materials .f1 .textBox .item .it{
    padding: 3vw 0;
  }
  .materials .f1 .textBox .more{
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 14px;
    margin-top: 5vw;
  }
  .materials .f1 .img{
    width: 100%;
    margin-top: 10vw;
  }
  .materials .f2{
    display: block;
    padding: 10vw 0;
  }
  .materials .f2 .img{
    width: 100%;
  }
  .materials .f2 .textBox{
    width: 100%;
    margin-top: 5vw;
  }
  .materials .f2 .textBox .item .it{
    font-size: 16px;
    padding: 3vw 0 3vw 5vw;
  }
  .materials .f2 .textBox .item .it::before{
    width: 1.5vw;
    height: 1.5vw;
    left: 0;
    margin-top: 2.7vw;
  }
  .home{
    display: block;
    margin-top: 0;
  }
  .home .img{
    height: auto;
  }
  .home .img img{
    height: auto;
  }
}
