* {
  margin: 0;
  padding: 0;
}

.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  text-align: center;
  transition: .1s ease-out, top 0.6s;
}

.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  /* padding: 0 20px; */
  background-color: #f04444;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  /* font-weight: bold !important; */
  color: #333333 !important;
  background-color: #EFEFEF;

}



/* 银泉 */
.index_ban .swiper-pagination>span {
  display: block;
  margin: 15px 0;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
}

.index_ban .swiper-pagination {
  text-align: left;
  left: 5%;
  bottom: 35%;
}

.in_ba_icon {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  animation: icon 1s infinite alternate linear;
}

@keyframes icon {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(50%);
  }
}

.IN_about {
  padding: 5.2vw 0;
  position: relative;
  background: url(../images/image/ab_bg.png) no-repeat;
  background-size: 36%;
  background-position-x: 100%;
  background-position-y: 100%;
}

.IN_about_flex_left .p1 {
  font-size: calc(28px + 0.8vw );
  line-height: 62px;
  color: #333333;
  position: relative;
  font-family: Alibaba-PuHuiTi-Regular;
}

.IN_about_flex_left .p1::after {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
  content: '';
  width: 8%;
  height: 3px;
  background-color: #00924A;
}

.IN_about_flex_left .p2 {
  font-size: 28px;
  line-height: 40px;
  color: #777777;
  margin: 1vw 0 2.5vw 0;
   font-family: Alibaba-PuHuiTi-Regular;
}

.IN_about_flex_left .p3 {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-indent: 2.2rem;
}

.IN_about_flex_left .p3 p {
  margin-bottom: 1vw;
}

.IN_about_flex_left {
  width: 68%;
  margin-right: 30px;
}

.IN_about_flex_left .a1 {
  display: block;
  width: 16%;
  padding: 11px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: #00924A;
  text-align: center;
  margin-top: 2vw;

}

.IN_about_flex_left .a1 img {
  margin: 9px 0 0 10px;
}

.IN_about_flex_left .ab_icon {
  width: 64%;
  display: flex;
  margin-top: 2.6vw;
}

.IN_about_flex_left .ab_icon1 {
  width: 34%;
  padding: 24px 0;
  text-align: center;
  background-color: #F9F9F9;
}

.IN_about_flex_left .ab_icon1:hover {
  background-color: #00924A;
}

.IN_about_flex_left .ab_icon1:hover .pp1 {
  color: #fff;
}

.IN_about_flex_left .ab_icon1 img {
  height: 47px;
}

.IN_about_flex_left .ab_icon1 .pp1 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-top: 5px;
}

.IN_about_flex_left .ab_icon1 .img_ab_b {
  display: none;
  margin: 0 auto;
}

.IN_about_flex_left .ab_icon1:hover .img_ab_b {
  display: block;
}

.IN_about_flex_left .ab_icon1:hover .img_ab_h {
  display: none;
}

.IN_about_flex_left .icon_SQ2 {
  background-color: #00924A;
}

.IN_about_flex_left .icon_SQ2 .pp1 {
  color: #fff;
}

.IN_about_flex_left .icon_SQ2 .img_ab_b {
  display: block;
}

.IN_about_flex_left .icon_SQ2 .img_ab_h {
  display: none;
}
.IN_about_flex_left .p3 p{
  display: none;
}
.IN_about_flex_left .p3 p:first-child{
  display: block;
}
.IN_about_flex_left .p3 p:nth-child(2){
  display: block;
}
.IN_about_flex_left .p3 p:nth-child(3){
  display: block;
}
.IN_product {
  padding: 4.1vw 0 4.6vw 0;
  background: url(../images/image/pro_bg.png) no-repeat;
  background-size: 12%;
  background-position-x: 105%;
  background-position-y: -90px;
  background-color: #F7F7F7;
}


.title1 {
  margin-bottom: 3.1vw;
  text-align: center;
}

.title1 .title_p1 {
  font-size: calc(28px + 0.8vw );
  line-height: 62px;
  color: #333333;
  font-family: Alibaba-PuHuiTi-Regular;
}

.title1 .title_p2 {
  font-size: 24px;
  line-height: 33px;
  color: #777777;
  margin: 1vw 0 0 0;
}




.IN_product_d2 {
  display: flex;
  justify-content: space-between;
}

.IN_product_d2 a {
  width: 23%;
  text-align: center;
  background-color: #fff;
  padding: 1.8vw 0 2.9vw 0;
}

.IN_product_d3 img {
  border-radius: 50%;
}

.IN_product_d3 p {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-top: 4.1vw;
  position: relative;
  font-family: PingFangSC-Medium;
}

.IN_product_d3 p::after {
  position: absolute;
  top: -70%;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  background-color: #00924A;
  width: 12%;
  height: 3px;
}



.IN_TEA {
  padding: 5.2vw 0 6.8vw 0;
  background: url(../images/image/tea_bg.png) no-repeat;
  background-size: 19%;
  background-position-x: 0;
  background-position-y: 100%;
}

.IN_TEA_flex {
  display: flex;
  justify-content: space-between;
}

.IN_TEA_flex_left {
  width: 46%;
}

.IN_TEA_flex_right {
  width: 54%;
}

.IN_TEA_flex_left_p {
  width: 64%;
  margin-left: 27%;
  margin-top: 4.1vw;
}

.IN_TEA_flex_left_img {
  display: flex;
  justify-content: space-between;
}

.IN_TEA_flex_left_img .img11 {
  overflow: hidden;
}

.IN_TEA_flex_left_img img {
  transition: 0.5s;
}

.IN_TEA_flex_left_img img:hover {
  transform: scale(1.1);
}

.IN_TEA_flex_right_img .img22 {
  overflow: hidden;
}

.IN_TEA_flex_right_img img {
  transition: 0.5s;
}

.IN_TEA_flex_right_img img:hover {
  transform: scale(1.1);
}







.IN_TEA_flex_left_p p {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-family: PingFangSC-Regular;
  text-align: justify;
}

.TEA-title1 {
  margin-bottom: 10%;
  text-align: right;
}

.TEA-title1 .title_p1 {
  font-size: calc(28px + 0.8vw );
  line-height: 62px;
  color: #333333;
  font-family:Alibaba-PuHuiTi-Regular;
}

.TEA-title1 .title_p2 {
  font-size: 24px;
  line-height: 33px;
  color: #777777;
  margin: 1vw 0 0 0;
}




.IN_HONOR {
  padding: 4.1vw 0 8.5vw 0;
  background: url(../images/image/HONOR_bg.jpg) no-repeat;
  background-size: cover;
}

.IN_HONOR1_img {
  margin-top: 1.1vw;
}

.IN_HONOR1_img img {
  width: 1%;
}

.CASE_slide {
  text-align: center;
}

.CASE_slide:nth-child(2n-1) {
  display: flex;

  flex-flow: column;
  justify-content: end;

}

.CASE_slide_img {
  width: 10%;
  position: absolute;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%);
}

.CASE_slide_img::after {
  position: absolute;
  top: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 1px;
  height: 1.8vw;
  background-image: linear-gradient(to bottom, #979797 0%, #979797 80%, transparent 50%);
  background-size: 5px 10px;
  background-repeat: repeat-y;
  transform: rotate(-1deg);
}

.CASE_slide:nth-child(2n) .CASE_slide_img::after {
  top: -1.8vw;
}

.CASE_slide {
  height: 350px;
}

.CASE_slide .p1 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 15px;
  font-family: DINEngschrift-Alternate;
}

.CASE_slide .p2 {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  font-family: PingFangSC-Medium;
  text-align: left;
}

.IN_HONOR .next {
  width: 41px;
  height: 41px;
  content: "";
  background: url(../images/image/left_1.jpg) no-repeat center;
  cursor: pointer;
}

.IN_HONOR .prev {
  width: 41px;
  height: 41px;
  content: "";
  background: url(../images/image/right_1.jpg) no-repeat center;
  cursor: pointer;
}

.IN_HONOR .swiper_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 46%;
  left: 0;
}

.IN_HONOR .swiper_btn .btn {
  margin: 0 70px;
}

.IN_HONOR .swiper-slide-next {
  background: url(../images/image/ye.png) no-repeat;
  background-position-y: 40%;
  background-position-x: 50%;
}

.IN_HONOR .swiper-slide-next .CASE_slide_img::after {
  height: 0;
  width: 0;
}
.IN_HONOR .swiper-slide-next .p1{
      color: #00924A;
}.IN_HONOR .swiper-slide-next .p2{
      color: #00924A;
}
.IN_HONOR_flex {
  position: relative;
  margin-top: 5.1vw;
}

.IN_HONOR .swiper-button-lock{
    display: block !important;
}




.IN_HONOR .ca_hr {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d4d4d4;
}

.IN_HONOR .next .swiper-button-lock{
    display: block;
}
.IN_news {
  margin: 5.2vw 0;
}

.in_news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in_news_title .p1 {
  font-size: calc(28px + 0.8vw );
  line-height: 62px;
  color: #333333;
    font-family:Alibaba-PuHuiTi-Regular;
}

.in_news_title a {
  padding: 8px 0;
  width: 11%;
  border: 1px solid #00924A;
  display: flex;
  justify-content: space-evenly;
  border-radius: 50px;

}

.in_news_content {
  margin-top: 3.1vw;
}

.in_news_content_d1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.in_news_content_d2 {
  border: 1px solid #aaaaaa47;
}

.in_news_content_d2:hover {
  box-shadow: 0px 0px 8px 0px #d4d4d4;
  border: 1px solid #ffffff;
}

.IN_New_mySwiper {
  padding: 5px;
}


.in_news_content_d2_p {
  display: flex;
  align-items: center;
}

.in_news_title a p {
  font-size: 16px;
  line-height: 22px;
  color: #241818;
}

.in_news_content_d2_p p {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-left: 10px;
  font-family: DINEngschrift-Alternate;
}

.in_news_content_d2_img_bottom .p1 {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 1.8vw;
}

.in_news_content_d2_img_bottom {
  padding: 1.7vw 3.1vw 2.2vw 3.1vw;
}

.in_news_content_right {
  width: 13%;
  text-align: center;
  margin-left: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background-color: #F7F7F7;
}

.in_news_content_right1 .pp1 {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  padding: 0.3vw 0;
  border: 1px solid #979797;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
  display: inline-block;
  width: 85%;
  cursor: pointer;
}

.in_news_content_right1 .inew_SQ1 {
  background-color: #00924A;
  border: 1px solid #97979700;
  color: #fff;
}

.in_news_content_right1 .pp1:first-child {
  margin-bottom: 12px;
}

.in_news_content {
  display: flex;
  justify-content: space-between;
}

.in_news_content_right1_b1:first-child {
  margin-bottom: 24px;
}

.in_news_content1 {
  width: 85%;
}


.inew_h {
  display: none;
}

.in_news_content .next {
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/image/in_new1b.png) no-repeat center;
  cursor: pointer;
  background-size: 100%;
}

.in_news_content .prev {
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/image/in_new2l.png) no-repeat center;
  cursor: pointer;
  background-size: 100%;
}

.in_news_content .swiper_btn {
  margin: 0 auto;
}

.in_news_content .swiper_btn .btn:first-child {
  margin-bottom: 1.2vw;
}

.in_news_content .next:hover {
  background: url(../images/image/in_new1l.png) no-repeat center;
  background-size: 100%;
}

.in_news_content .prev:hover {
  background: url(../images/image/in_new2b.png) no-repeat center;
  background-size: 100%;
}

.in_news_content .swiper-button-lock{
    display: block;
}



/* 侧边栏------------------------------ */



.IN_Contact_d1 .img1 {
  /* width: 65%; */
  padding: 1.2vw 0;
  background-color: #fff;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
}

.IN_Contact_d1 .img1:hover {
  background-color: #00924A;
}

.IN_Contact_d1 .img1 .im2 {
  display: none;
  margin: 0 auto;
}

.IN_Contact_d1 .img1:hover .im2 {
  display: block;
}

.IN_Contact_d1 .img1:hover .im1 {
  display: none;
}

.IN_Con1 {
  background-color: #00924A !important;
}

.IN_Con1 .im2 {
  display: block !important;
}

.IN_Con1 .im1 {
  display: none;
}


.IN_Contact_d2 {
  /* width: 40%; */
}

.IN_Contact_d3 {
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #00924A;
  cursor: pointer;
}

.IN_Contact_d3_p p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.IN_Contact_d3_xian1 {
  height: 2px;
  width: 20px;
  background-color: #fff;
}

.IN_Contact_d3_bottom {
  padding: 0.8vw 1vw 2vw 1vw;
  background-color: #fff;
  box-shadow: 0 0 5px 0px #d6d6d6;
}

.IN_Contact_d3_bottom .ppp1 {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  text-align: justify;
  margin-bottom: 1.2vw;
}

.IN_Contact_d3_bottom1 .input_in1 input {
  width: 100%;
  height: 35px;
  border: 1px solid #E0E3E9;
  padding-left: 33px;
  border-radius: 5px;
}

.IN_Contact_d3_bottom1 .input_in1 input::placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.IN_Contact_d3_bottom1 .input .xuqiu {
  width: 100%;
  height: 81px;
  border: 1px solid #E0E3E9;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 5px;
}

.IN_Contact_d3_bottom1 .input .xuqiu::placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.IN_Contact_d3_bottom1 .form_btn {
  text-align: right;
  margin-top: 12px;
}

.IN_Contact_d3_bottom1 .submit_ti {
  padding: 5px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: #00924A;
  border: 0;
  border-radius: 3px;
}


.inputt {
  position: relative;
  margin-bottom: 12px;
}

.inputt .img1 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.IN_Contact_d2_img {
  padding: 16px 28px 0 28px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.IN_Contact_d2_img div {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding: 10px 0;
}

.IN_Contact_cont1 p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.IN_Contact_cont1 {
  padding: 10px 20px;
  background-color: #00924A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.IN_Contact_cont1 img {
  margin-top: 3px;
}

.IN_Contact_cont2_flex {
  display: flex;
  justify-content: center;
}

.IN_Contact_cont2_flex img {
  margin-top: 3px;
  margin-right: 10px;
}

.IN_Contact_cont2_flex p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.IN_Contact_cont2 {
  padding: 15px 0;
  background-color: #fff;
}

.IN_Contact_cont2 .p1 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

.IN_Contact_d2 {
  display: none;
}

.IN_Contact_d2:first-child {
  display: block;
}


.IN_Contact {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: -10;
}

.IN_Contact_d1 {
  width: 4.0vw;
  margin-left: 20px;
}

.IN_Contact_d_b {
  width: 16.6vw;
}


.IN_Contact_d2:nth-child(2) {
  position: absolute;
  right: 0;
  width: 70%;
  box-shadow: 0 0 5px 0px #d6d6d6;
}

.IN_Contact_d_b {
  position: absolute;
  right: 100%;
  top: 0;
}

.IN_Contact_d2:last-child {
  width: 14.6vw;
  position: absolute;
  right: 0;
  top: 8.5vw;
  box-shadow: 0 0 5px 0px #d6d6d6;
}



.IN_Contact_CE {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 55;
}




.banner {
  margin-top: 5.2vw;
  position: relative;
}
.banner .bp1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .bp1 .bp2{
  font-size: 70px;
  line-height: 98px;
  color: #FFFFFF;
}



.title11 span {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.title11 span:last-child {
  font-size: 18px;
  line-height: 25px;
  color: #00924A;
}

.title11{
    display: flex;
    align-items: center;
}

.atitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title22 {}

.title22_d1 {
  display: flex;
  justify-content: space-between;
}

.title22_d2 {
  display: flex;
  padding: 21px 2.8vw;
}

.title22_d2 p {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  margin-left: 5px;
}

.title2_d2 .img_b {
  display: none;
}

.title2_d2 img{
  height: 30px;
}


.title22_d2:hover p {
  color: #fff;
}

.title22_d2:hover {
  background-color: #00924A;
}
 

.title22_d2:hover .title2_d2 .img_h {
  display: none;
}

.title22_d2:hover .title2_d2 .img_b {
  display: block;
}



.About {
  padding: 5vw 0 10vw 0;
  background-color: #F7F7F7;
}

.h1 {
  font-size: calc(28px + 0.8vw );
  color: #010101;
  text-align: center;
  position: relative;
  font-family:Alibaba-PuHuiTi-Regular;
}

.h1::after {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 6vw;
  height: 3px;
  background-color: #00924A;
}

.About_d {
  padding: 4.1vw 0 3vw 0;
}

.About_d p {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-align: left;
  text-indent: 2.2rem;
}

.About_d3{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.About_d3 .d3_img{
  width: 59%;
}
.About_d3 .img1{
  
}

.d3_img_d{
  position: absolute;
  bottom: -23%;
  right: 0;
  width: 55%;
  padding:1.9vw 3.3vw 3.5vw 3.3vw;
  background-color: #00924A;
}
.d3_img_d img{
   width: 20%;
   margin-bottom: 10px;
}
.d3_img_d .p1{
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin-top: 24px;
}
.d3_p{
  margin-top: 4vw;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
 font-family:Alibaba-PuHuiTi-Regular;
}
.d3_p b{
  color: #00924A;
  margin-right: 5px;
}





















.Base {
  padding: 5vw 0 4vw 0;
}

.Base1 {
  padding: 4.1vw 0 3vw 0;
}

.Base1 p {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-align: left;
  text-indent: 2.2rem;
}

.Base2_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Base2_li {
  width: 32%;
  margin-bottom: 2vw;
}

.Base2_li p {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  text-align: center;
  margin-top: 1.2vw;
}


.Honor {
  padding: 5vw 0 4vw 0;
  background-color: #F7F7F7;
}

.Honor_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Honor1_r_border {
  padding: 1.2vw 13px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

.Honor1 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.9vw;
}

.Honor1_left {
  width: 32%;
}
.Honor1_left p{
  font-size: 16px;
  line-height: 33px;
  color: #333333;
}
.Honor1_right {
  width: 60%;
  margin-bottom: 3.8vw;
}





.Honor .honor_bg{
  background: url(../images/image/honor_bg.png) no-repeat;
  background-position-y: 100%;
  background-size: 100%;
}



.Honor .next {
  width: 54px;
  height: 54px;
  content: "";
  background: url(../images/image/honor_left.png) no-repeat center;
  cursor: pointer;
  
}
.Honor .prev {
  width: 54px;
  height: 54px;
  content: "";
  background: url(../images/image/honor_right.png) no-repeat center;
  cursor: pointer;
}
.Honor .swiper_btn {
  display: flex;
  justify-content: center;
}
.Honor .swiper_btn .btn {
  margin: 0 27px;
}
.Honor .next:hover {
  background: url(../images/image/honor_left_1.png) no-repeat center;
}
.Honor .prev:hover {
  background: url(../images/image/honor_right_1.png) no-repeat center;
}



.Service{
  padding: 5.3vw 0 5.3vw 0;
}
.Service_d{
  margin-top:4vw;
}
.Service_d_ul{
  display: flex;
  justify-content: space-between;
}
.Service_d_li{
  padding:3.5vw 3.6vw 2.7vw 3.6vw;
  width: 32.4%;
  box-shadow: 0px 0px 7px 1px #d8d8d894;
  position: relative;
}
.Service_d_li::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #00924A;
  transition: .5s;
}
.Service_d_li:hover::after{
  width: 100%;
}
.Service_d_li_d{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.Service_d_li .p1{
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  margin-left: 1vw;
}
.Service_d_li .p2{
  height: 6.5vw;
  font-size: 16px;
  line-height: 27px;
  color: #777777;
}

.PRODUCT_title{
  padding:1.4vw 0;
}
.PRODUCT_title .hors{
  width: 2%;
  margin-right: 5px;
}
.PRODUCT_c{
  border-top: 1px solid #e8e8e8;
}

.PRODUCT_c_d{
  display: flex;
  justify-content: space-between;
}

.PRODUCT_c_d_left{
  width: 25%;
}
.PRODUCT_c_d_left1{
  box-shadow: 0px 0px 10px 2px #ddd;
  padding-bottom: 3vw;
}


.left_li{
  padding: 0.7vw 0;
}
.left_li a{
  position: relative;
}
.left_li a::after{
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 7px;
  background-color: #00924A;
  border-radius: 50px;
}
.left_li a{
font-size: 20px;
color: #777777;
}

.left_li a:hover,.left_li a.hover{
  color: #00924A;
}
/* 产品left */


.product_left .one{
  font-size: 20px;
  line-height: 36px;
  padding:0.7vw 2.1vw;
  position: relative;
}
.product_left .one::after{
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 87%;
  height: 1px;
  background-color: #00000029;
}





.product_left .lis1 .one em {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/image/pro_icon1.png)no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  cursor: pointer;
  background-size: 45%;
}

.product_left .lis1 .emm .one{
  color:#00924A;
}
.product_left .lis1 .emm .one em {
  background: url(../images/image/pro_icon.png) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 45%;
}

.product_left .lis1 .uls2 .lis2:hover a,.product_left .lis1 .uls2 .lis2.hover a{
  color:#00924A;
}
.product_left .uls2{
  display: none;
  padding: 0.7vw 2vw;
}


.product_left .uls2 .lis2 {
  padding: 0.7vw 0;
}

.product_left .uls2 .lis2 a {
  font-size: 20px;
  color: #777777;
  position: relative;
}

.product_left .uls2 .lis2 a::after {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 7px;
  background-color: #00924A;
  border-radius: 50px;
}






/* 产品left  */

.sideMenu h3{
  font-size: 20px;
  line-height: 36px;
  padding:0.7vw 2.1vw;
  position: relative;
}
.sideMenu h3::after{
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 87%;
  height: 1px;
  background-color: #00000029;
}
.sideMenu .apph3::after{
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 87%;
  height: 1px;
  background-color: #00000029;
}
.sideMenu .apph3:last-child:after{
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0%;
  height: 0px;
  background-color: #00000029;
}

.apph3:hover a{
  color: #009C37;
}


.PRODUCT_c{
  padding:5.2vw 0;
}

.PRODUCT_c .pro_1{
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  padding:0.7vw 1.3vw;
  background-color: #00924A;
}
.PRODUCT_c_d_right{
  width: 70.3%;
  margin-left: 30px;
}
.PRODUCT_c .right_ul{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center;
}
.PRODUCT_c .right_li{
  width: 30%;
  margin-right: 1.3vw;
  margin-bottom: 2.3vw;
  transition: .5s;
}

.PRODUCT_c .right_li:hover{
   margin-top: -20px;

}


.PRODUCT_c .right_li:nth-child(3n){
  margin-right: 0;
}
.PRODUCT_c .right_li p{
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  text-align: center;
  font-family:Alibaba-PuHuiTi-Regular;
  margin-top: 1vw;
}







.PRO_READ_R{
  padding:5.2vw 0;
  border-top: 1px solid #00000017;
}
.PRO_READ_R_f{
  display: flex;
  justify-content: space-between;
}
.PRO_READ_R_left{
  width: 48%;
}
.PRO_READ_R_right{
  width: 45.5%;
  margin-left: 30px;
}


.PRO_READ_R_right .h2{
  font-size: 40px;
  line-height: 56px;
  color: #333333;
  padding-bottom: 1.3vw;
  border-bottom: 1px solid #CCCCCC;
}
.PRO_READ_R_right .d1 {
  margin-top: 1vw;
  margin-bottom: 3.3vw;
}
.PRO_READ_R_right .d1 .p1{
  font-size: 20px;
  line-height: 28px;
  color: #686868;
  margin-bottom: 1vw;
}
.PRO_READ_R_right .d1 .p2{
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.PRO_READ_R_right .d2 a{
  padding: 0.8vw 0;
  width: 28%;
  border: 1px solid #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PRO_READ_R_right .d2 a p{
  font-size: 22px;
  line-height: 30px;
  color: #777777;
  margin-left: 0.5vw;
}
.PRO_READ_R_right .d2 a{
  margin-right: 2vw;
}
.PRO_READ_R_right .d2 a:nth-child(2){
  background-color: #00924A;
  border: 0;
}
.PRO_READ_R_right .d2 a:nth-child(2) p{
  color: #fff;
}
.PRO_READ_R_right .d2{
  display: flex;
  align-items: center;
}



.Quality{
  padding:5.2vw 0;
  border-top: 1px solid #e8e8e8;
}
.Quality_d1{
  margin-top:4.1vw;
}
.Quality_d1_d{
  position: relative;
}
.Quality_d1_d .Quality_d1_d_pos{
  width: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.Quality_d1_d .Quality_d1_d_pos1{

  background-color: #fff;
  padding: 4vw 3.8vw;
  box-shadow: 0 0 10px 2px #00000024;
}
.Quality_d1_d .Quality_d1_d_pos .p1{
   font-size: 32px;
   line-height: 45px;
   color: #333333;
   position: relative;
   padding-left: 15px;
}
.Quality_d1_d .Quality_d1_d_pos .p1::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5vw;
  background-color: #00924A;
}
.Quality_d1_d .Quality_d1_d_pos .p2{
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  margin-top: 2.1vw;
}




.International{
  padding:4.1vw 0 0 0;
  margin-bottom: 3vw;
  background-color: #F7F7F7;
  overflow: hidden;
}

.International_D{
  overflow: hidden;
  margin-top: 4.1vw;
}


.honor_swiper-container .swiper-slide{
  bottom: -40px;
}

.honor_swiper-container .swiper-slide-prev{
  bottom: -20px;
}
.honor_swiper-container .swiper-slide-next{
  bottom: -20px;
}

.honor_swiper-container .swiper-slide-active{
  bottom: 0;
}


.International_D .next {
  width: 54px;
  height: 54px;
  content: "";
  background: url(../images/image/honor_left.png) no-repeat center;
  cursor: pointer;
  
}
.International_D .prev {
  width: 54px;
  height: 54px;
  content: "";
  background: url(../images/image/honor_right.png) no-repeat center;
  cursor: pointer;
}
.International_D .swiper_btn {
  display: flex;
  justify-content: center;
}
.International_D .swiper_btn .btn {
  margin: 0 27px;
}
.International_D .next:hover {
  background: url(../images/image/honor_left_1.png) no-repeat center;
}
.International_D .prev:hover {
  background: url(../images/image/honor_right_1.png) no-repeat center;
}
.International_D{
  position: relative;
}
.International_D .swiper_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 55%;
  left: 0;
}

.International_D .swiper_btn .btn {
  margin: 0 14vw;
}

.jianbian{
  width: 100%;
  height: 4vw;
  background:linear-gradient(180deg,#E6E6E6,#F7F7F7);
  margin-bottom: 5.2vw;
}







.New{
  padding: 5.2vw 0;
  border-top: 1px solid #e8e8e8;
}

.New_flex{
  display: flex;
  justify-content: space-between;
}
.New .New_left{
  width: 19%;
}
.New_left1{
  padding-bottom: 4.5vw;
  box-shadow: 0px 0px 10px 2px #ddd;
}
.New .New_left h1{
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  background-color: #009C37;
  padding:13px 25px;
}
.New .New_left .New_left_ul{
  padding:0 25px;
}
.New .New_left .New_left_ul .New_left_li{
 
  padding: 32px 0 15px 10px;
  position: relative;
}
.New .New_left .New_left_ul .New_left_li a{
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.New .New_left .New_left_ul .New_left_li a:hover,.New .New_left .New_left_ul .New_left_li a.hover{
  color: #00924A;
}



.New .New_left .New_left_ul .New_left_li::after{
   position: absolute;
   content: '';
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
   width: 102%;
   height: 1px;
   background-color: #ececec;
}



.New_right{
  width: 75%;
  margin-left: 30px;
}

.New_right_li_d2{
  padding:1.7vw 1.7vw 2.2vw 1.7vw;
}
.New_right_ul{
  display: flex;
  justify-content: space-between;
}
.New_right_li{
  width: 31%;
  border: 1px solid #ececec;
  position: relative;
}

.New_right_li_d2 .p1{
  font-size: 16px;
  line-height: 32px;
  color: #333333;   
}

.New_right_li:hover .New_right_li_d2 .p1,.New_right_li.hover .New_right_li_d2 .p1{
  color: #00924A;
}
.New_right_li_d{
  overflow: hidden;
}
.New_right_li_d img{
  transition: 1.5s;
}
.New_right_li:hover .New_right_li_d img{
  transform: scale(1.2);
}




.New_right_li_d2_d{
  margin-top: 1.8vw;
  display: flex;
  justify-content: left;
  align-items: center;
}
.New_right_li_d2_d p{
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-left: 10px;
}
.New_right_li::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00924A;
}

.New_right_li:hover::after{
  width: 100%;
  transition: 1s;
}

.New_read{
  padding: 5.2vw 0;
  border-top: 1px solid #e8e8e8;
}


.New_read_flex .p1{
  font-size: 44px;
  line-height: 62px;
  color: #333333;
  text-align: center;
}

.New_read_flex .p2{
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  text-align: center;
  margin: 35px 0;
}

.New_read_flex .p3{
  border-top:1px solid #f1f1f1 ;
  border-bottom:1px solid #f1f1f1 ;
  padding: 2vw 0 2.5vw 0;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  text-align: left;
  text-indent: 2.2rem;
}

.New_read_flex .a1{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 70px 0 0 0 ;
}
.New_read_flex .p3 p:first-child{
  text-align: center;
}
.New_read_flex .p3 p img{
  width: 542px;
  margin-bottom: 2vw;
}

.Contact1{
  padding:26.6vw 0 5.2vw 0;
  border-top: 1px solid #e8e8e8;
}


.contactus{
  padding: 4.1vw 5.7vw 5vw 5.7vw;
  box-shadow: 0 0 10px 2px #ededed;
}
.con1{
  text-align: center;
  margin-bottom:3.1vw;
}
.con1 .p1{
  font-size: 44px;
  line-height: 62px;
  color: #000000;
}
.con1 .p2{
  font-size: 20px;
  line-height: 28px;
  color: #777777;
}
.con2_left{
  width: 47%;
}
.con2_left .p1{
  font-size: 28px;
  line-height: 40px;
  color: #333333;
}
.con2_left .p2{
  font-size: 20px;
  line-height: 28px;
  color: #777777;
}
.con2_left_d{
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con2_left_d2{
  width: 35%;
  margin-bottom: 1.8vw;
}
.con2_left_d2 .p3{
  font-size: 22px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 10px;
}
.con2_left_d2 .p4{
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}

.con2_left_d2:nth-child(2n){
  width: 60%;
}
.con2_left_d2:last-child{
  width: 100%;
}

.con2_right .p1{
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 2vw;
}


.con2_right .inputt input{
  width: 100%;
  height: 34px;
  padding-left: 30px;
  border: 0;
  background-color: #F4F4F4
}
.con2_right .inputt .img1 {
  width: 3%;
  position: absolute;
  top: 50%;
  left: 1.5%;
  transform: translateY(-50%);
}

.con2_right .xuqiu{
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  height: 130px;
  border: 0;
  background-color: #F4F4F4;
}


.con2{
  display: flex;
  justify-content: space-between;
}
.con2_right{
  width: 47%;
}
.x{
  width: 1px;
  height: 400px;
  background-color: #f1f1f1;
  margin-right: 2vw;
}

.con2_right .submit_ti{
  padding: 10px 50px;
  background:linear-gradient(90deg,#009C37,#00CB68);
  border: 0;
  font-size: 22px;
  color: #fff;
  border-radius: 50px;
}
.con2_right .form_btn{
  text-align: center;
  margin-top: 35px;
}
.Contact1{
  position: relative;
}
.contactus{
  width: 72% ;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #fff;
}
.Map{
  position: relative;
}
.Map1{
  position: absolute;
  bottom: 27%;
  left: 67%;
  animation: jump 1.5s infinite alternate linear;
}

@keyframes jump {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(50%);
  }
}



.beckon{
  margin:0 0 5.2vw 0;
}

.beckon1{
  margin-top: 4.1vw;
}

.beckon3_1{
  padding:3.4vw 3.8vw;
  background-color: #fff;
  box-shadow: 0 0 10px 2px #00000021;
}

.beckon3 .p1{
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  position: relative;
  padding-left: 15px
}
.beckon3 .p1::after{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 35px;
  background-color: #00924A;
}
.beckon3 .p2{
  width: 35px;
  height: 3px;
  background-color: #00924A;
}

.beckon3_d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5vw;
}
.beckon3 .p3 p{
  font-size:16px;
  line-height: 32px;
  color: #777777;
}
.beckon3 .p3 p strong{
  color: #333333;
  font-weight: 600;
}

.beckon2{
  position: relative;
}
.beckon3{
  width: 49%;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}


.STAFF{
  padding: 4vw 0 12.3vw 0;
  background-color: #F7F7F7;
  position: relative;
  margin-bottom:12vw ;
}

.staff1{
  width: 74%;
  position: absolute;
  top: 60%;
  left: 13%;

}
.staff2{
  display: flex;
  justify-content: space-between;
}
.staff2 .d{
   width: 32%;
   overflow: hidden;
}
.staff2 .d img{
    width: 100%;
   transition: .5s;
}
.staff2 .d:hover img{
    transform: scale(1.1);
}
.About_YQ .hors{
    width: 8%;
    margin-right: 5px;
}



























@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .d3_img_d .p1 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-top: 24px;
}
}




@media screen and (min-width: 1000px) and (max-width: 1600px) {

  .IN_about_flex_left .p3 p:nth-child(3) {
    display: none;
  }

  .IN_TEA_flex_left_img .img11 {
    width: 48%;
  }

  .TEA-title1 {
    margin-bottom: 7%;
    text-align: right;
  }

  /* 侧边栏 */
  .IN_Contact_d_b {
    width: 20vw;
  }

  .IN_Contact_d1 {
    width: 5vw;
    margin-left: 20px;
  }

  .IN_Contact_d2:last-child {
    width: 20vw;
  }


  .d3_img_d .p1 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-top: 24px;
}

.IN_about_flex_left .p1::after {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    content: '';
    width: 8%;
    height: 3px;
    background-color: #00924A;
}



.honor_swiper-container .swiper-slide{
  bottom: -30px;
 
}

.honor_swiper-container .swiper-slide-prev{
  bottom: -14px;
}
.honor_swiper-container .swiper-slide-next{
  bottom: -14px;
}

.honor_swiper-container .swiper-slide-active{
  bottom: 0;
}


}