@charset "utf-8";

/* Font */
@font-face {
  font-family: "Eurostile";
  src: url("../fonts/Eurosti.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Edwardian";
  src: url("../fonts/Edwardian/edwardianscriptitc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: none;
}

em,
s,
b,
u {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

body {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

form {
  display: inline-block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield; /* firefox */
}

/*去掉右下角斜线*/

textarea {
  resize: none;
}
textarea::-webkit-input-placeholder {
  font-family: "微软雅黑";
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

input,
textarea {
  border: none;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
label {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.Maximg img {
  width: 100%;
  height: 100%;
}
.maximg img {
  max-height: 100%;
  max-width: 100%;
  padding-bottom: 15px;
}
.maxwimg img {
  width: 100%;
  height: auto;
}
.maxhimg img {
  width: auto;
  height: 100%;
}
.over1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.zhong {
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}
.width {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
.wid1300 {
  width: 1300px;
  margin: 0 auto;
  height: auto;
}
.clear::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignCent {
  text-align: center;
}

/*公用结构*/
.headerTop {
  display: block;
  width: 100%;
  height: auto;
  min-height: 42px;
  background-color: #025628;
  text-align: right;
  font-size: 0px;
  color: #ffffff;
  font-family: "[SourceHanSansCN]";
  line-height: 30px;
  padding: 6px 0;
}
.headerTop > div {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
}
.headerTop > div a {
  color: #fff;
}
.headerTop > div a:hover {
  color: #269e20;
}
.headerTop > div img {
  margin-right: 8px;
}
.headerTop > div.headerTop-swi {
  margin: 0 36px 0 8px;
  padding-left: 20px;
  /*padding-right: 16px;*/
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  /*background-image: url(../images/head-03.png);*/
  position: relative;
  cursor: pointer;
  font-family: "[SourceHanSansCN]";
  color: #fff;
}
.headerTop > div.headerTop-swi::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: 0.25;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerTop > div.headerTop-swi span {
  color: #56e54f;
  opacity: 0.8;
  margin-right: 6px;
}
.headerTop > div.headerTop-swi a {
  /*position: absolute;
	right: 0;
	top: 100%;*/
  display: inline-block;
  padding: 0 6px;
  opacity: 0.6;
  /*color: #025628;
	line-height: 28px;
	height: 40px;
	padding: 12px 8px 0;
	z-index: 19;*/
}
.headerTop > div.headerTop-swi a:hover {
  color: #56e54f;
  opacity: 0.8;
}
/*.headerTop>div.headerTop-swi:hover a{
	display: block;
}*/
.header {
  display: block;
  width: 100%;
  height: 92px;
  background-color: #ffffff;
  /* background-color: linear-gradient(-87deg, #F6E7D5 0%, #F8F6E3 97%); */
  background-repeat: repeat-x;
  background-position: left bottom -1px;
  background-image: url(../images/head_02.png);
  position: relative;
  padding: 0 36px 0 58px;
  min-width: 1300px;
}
.header::before {
  content: "";
  width: 100%;
  height: 92px;
  background: linear-gradient(-87deg, #f6e7d5 0%, #f8f6e3 97%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.logo {
  display: inline-block;
  width: auto;
  height: 120px;
  padding: 10px 0;
}
.logo img {
  display: block;
}
.search {
  display: inline-block;
  float: right;
  height: 100%;
  width: 22px;
  height: 30px;
  padding: 4px 0;
  cursor: pointer;
  margin-top: 30px;
  vertical-align: top;
}
.search-form {
  display: none;
  width: 428px;
  height: 60px;
  position: absolute;
  top: 100%;
  right: 36px;
  z-index: 80;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 10px 14px 10px 54px;
  background-repeat: no-repeat;
  background-position: 18px center;
  background-image: url(../images/head-06.png);
  font-size: 0;
}
.search-form input {
  display: inline-block;
  width: 260px;
  height: 100%;
  font-size: 16px;
  color: #222;
  vertical-align: top;
  background: none;
  border: none;
}
.search-form button {
  display: inline-block;
  vertical-align: top;
  background-color: #025628;
  border: none;
  width: 80px;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
}
.menu {
  display: inline-block;
  float: right;
  width: auto;
  height: 92px;
  margin-right: 40px;
  /*margin-right: 80px;
	 max-width: 1104px; */
}
.menu > li {
  float: left;
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 30px;
}
.menu > li > a {
  display: block;
  width: auto;
  height: 89px;
  line-height: 90px;
  font-size: 20px;
  color: #333333;
  padding: 0 20px;
  position: relative;
}
.navContent .width {
  position: relative;
  z-index: 10;
}
/* .menu>li>ul:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f5e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.navContent {
  box-shadow: 0px 4px 5px 0px rgba(56, 56, 56, 0.1);
}
@media screen and (max-width: 1700px) {
  /* .menu>li{
		margin: 0 26px;
	} */
  .menu > li > a {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1550px) {
  /* .menu>li{
		margin: 0 8px;
	} */
  .menu > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  /* .menu>li{
		margin: 0 8px;
	} */
  .menu > li > a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1366px) {
  .menu > li {
    margin: 0 10px;
  }
  .menu > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1330px) {
  .menu > li > a {
    padding: 0 12px;
  }
}

/* .menu>li:hover>a{
	background-color: #f8f8f8;
}
.menu>li>a.active{
	background-color: #f4f4f4;
} */
.menu > li > a > span {
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  z-index: 199;
}
.menu > li > a > span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* .menu>li:hover>a>span{
	display: block;
} */
/* .menu>li>a.active>span{
	display: block;
} */
.menu > li > ul {
  position: absolute;
  top: 92px;
  left: 50%;
  margin-left: -86px;
  width: 172px;
  height: auto;
  min-height: 316px;
  padding: 16px 0;
  z-index: 99;
  background-color: #009944;
  display: none;
}
.menu > li:hover > ul {
  display: block;
}
.menu > li > ul > li > a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 44px;
  font-size: 16px;
  color: #fff;
  padding: 8px 18px;
  line-height: 28px;
  /*text-align: center;*/
}
.menu > li > ul > li > a:hover {
  background-color: #025628;
}
.menu > li > a:before {
  content: "";
  width: 100%;
  left: 0;
  background: #269e20;
  position: absolute;
  bottom: -5px;
  height: 6px;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.menu > li > a.active::before,
.menu > li > a:hover::before {
  opacity: 1;
}

.footerBot {
  display: block;
  background-color: #025628;
  font-size: 14px;
  color: #ffffff;
  line-height: 10px;
  padding: 10px 0;
}
.footerBot1 {
  display: block;
  background-color: #025628;
  font-size: 10px;
  color: #ffffff;
  line-height: 10px;
  padding: 10px 0;
  font-style: italic;
}
.footer {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  padding: 38px 0 50px;
}
.footer-right-bg {
  display: block;
  width: 59.8%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #eaede6;
}
.footer-left-bg {
  display: block;
  width: 40.2%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f4ef;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  background-image: url(../images/footer_05.png);
}
.footer-logo {
  display: inline-block;
  float: left;
  margin: 60px 144px 60px 36px;
}
.footer-cont {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  position: relative;
}
.footer-cont p span {
  color: #6b6d69;
}
.footer-cont p a {
  color: #6b6d69;
}
.footer-cont h3 {
  margin: 4px 0 8px;
}
.footer-cont h2 {
  font-size: 18px;
  line-height: 28px;
}
.footer-cont::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -66px;
  top: -5px;
  background: #daded4;
}
.footer-cont-but {
  display: block;
  width: 100%;
  font-size: 0;
  margin-top: 18px;
}
.footer-cont-but a {
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 38px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 13px;
  color: #fff;
  background-color: #0173af;
}
.footer-cont-but a img {
  margin-left: 6px;
}
.footer-cont-but a:first-child {
  margin-right: 10px;
}
.footer-cont-but a:last-child {
  background-color: #269e20;
}
.footer-cont-but a:hover {
  background-color: #025628;
}
.footer-menu {
  display: inline-block;
  float: left;
  margin-right: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #50514e;
}
.footer-menu h2 {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.footer-menu li {
  margin-bottom: 14px;
}
.footer-menu li a {
  color: #50514e;
  display: block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left 7px;
  background-image: url(../images/footer-02.png);
}
.footer-menu li a:hover {
  color: #025628;
  background-image: url(../images/footer-03.png);
}
.footer .width {
  position: relative;
}
.footer .width::before {
  content: "";
  display: block;
  width: 600px;
  height: calc(100% + 88px);
  background: #eaede6;
  position: absolute;
  left: 412px;
  top: -38px;
  z-index: -1;
}
.rightMenu {
  display: block;
  width: 70px;
  height: auto;
  position: fixed;
  right: 6px;
  top: 40%;
  z-index: 888;
}
.rightMenu li {
  position: relative;
  margin-bottom: 1px;
}
.rightMenu li > a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #269e20;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  transition: all 0.3s;
  padding: 1px;
}
.rightMenu li:nth-child(1) > a p,
.rightMenu li:nth-child(2) > a p {
  display: none;
}

.rightMenu li > a span {
  display: block;
  width: 100%;
  height: 26px;
  text-align: center;
  margin: 22px 0 4px;
}
.rightMenu li > a:hover {
  background-color: #025628;
}
.rightMenu li.zhiding > a {
  margin-top: 6px;
  background-color: #dcdcdc;
  color: #484747;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(../images/rigthNav-03.png);
}
.rightMenu li.zhiding > a:hover {
  background-color: #025628;
  color: #fff;
  background-image: url(../images/rigthNav-04.png);
}
.rightMenu-ewm {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -50px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu-phone {
  display: block;
  width: 200px;
  height: 46px;
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -23px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #269e20;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
}
.rightMenu li > div {
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0);
}
.rightMenu li:hover > div {
  opacity: 1;
  transform: scale(1);
}
.banner {
  display: block;
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 310px;
  color: #fff;
}
.banner h3 {
  font-weight: bold;
}
/*end*/
.width1 {
  width: 1117px;
  margin: 0 auto;
}
.qa_list {
}
.picScroll-left {
  position: relative;
  margin-top: 40px;
}
.picScroll-left .arrow {
  width: 50px;
  height: 84px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -42px;
}
.picScroll-left .next {
  right: 0;
  background: url(../images/arrow2.png) no-repeat;
}
.picScroll-left .prev {
  left: 0;
  background: url(../images/arrow1.png) no-repeat;
}
.qa_list h4 {
  color: 025628;
  font-size: 30px;
  padding-bottom: 30px;
  color: #025628;
  position: relative;
}
.qa_list h4::before {
  content: "";
  width: 70px;
  height: 5px;
  background: #279822;
  position: absolute;
  bottom: 0;
  left: 0;
}
.qa_list p {
  margin-top: 35px;
  color: #222;
  font-size: 16px;
  line-height: 30px;
}
.picScroll-left {
  overflow: hidden;
}
.picScroll-left li {
  width: 552px;
  margin-right: 12px;
}
.picScroll-left li img {
  width: 100%;
  border-radius: 10px;
}
.tempslide img {
  border-radius: 10px;
}
.tempslide {
  margin-top: 35px;
  position: relative;
}
.tempslide .slibd li {
  border-radius: 10px;
  overflow: hidden;
}
.slihd .arrow {
  position: absolute;
  top: 50%;
  width: 77px;
  height: 77px;
  margin-top: -35px;
  z-index: 10;
}
.slihd .next {
  right: 10px;
  background: url(../images/arrow4.png) no-repeat;
}
.slihd .prev {
  left: 10px;
  background: url(../images/arrow3.png) no-repeat;
}
.slihd .next:hover {
  background: url(../images/arrow4-on.png) no-repeat;
}
.slihd .prev:hover {
  background: url(../images/arrow3-on.png) no-repeat;
}
.slihd ul li {
  font-size: 0;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px;
  border: #fff 1px solid;
  border-radius: 50%;
}
.slihd ul li.on {
  border: #009944 1px solid;
  background-color: #fff;
}
.slihd ul {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.quanzhi-cert {
  margin: 70px auto 65px;
}
.marginBottom90 {
  margin-bottom: 90px;
}
.imgBox {
  margin-top: 40px;
}
.imgBox .Img1 {
  float: left;
}
.imgBox .Img2 {
  float: right;
  overflow: hidden;
}
.rdlist {
  margin-top: 20px;
}
.rdlist li {
  font-size: 16px;
  color: #222;
  position: relative;
  padding-left: 16px;
  margin-top: 10px;
}
.rdlist li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #269e20;
  position: absolute;
  top: 12px;
  border-radius: 50%;
  left: 0;
}
.labbox {
  margin-top: 50px;
}
.labbox .name {
  position: relative;
  font-size: 30px;
  padding-bottom: 30px;
  color: #025628;
  text-align: center;
  font-weight: bold;
}
.labbox .name::before {
  content: "";
  width: 70px;
  height: 5px;
  background: #279822;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.labbox li {
  float: left;
  width: 280px;
  margin-top: 55px;
  margin-right: 25px;
}
.labbox li span {
  display: block;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  overflow: hidden;
  border: #fff 5px solid;
  transition: all 0.6s;
}
.labbox li span img {
  width: 216px;
  height: 216px;
  transition: all 0.3s;
  border-radius: 50%;
}
.labbox li:hover span {
  border: #279822 5px solid;
}
.labbox li:hover span img {
  transform: scale(1.05);
}
.labbox li div {
  position: relative;
  padding-top: 25px;
}
.labbox li div img {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
.labbox li div p {
  padding: 0 15px;
  color: #222;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  margin-top: 0;
}
.labbox li:last-child {
  margin-right: 0;
}
.swiper-lab {
  padding: 84px 0 60px;
  /* background-color: #daf4e9; */
  background: url(../images/bg1.jpg) #daf4e9 no-repeat center bottom;
  background-size: contain;
  margin-top: 60px;
}
.swiper-lab .imgBox1 {
  float: left;
  width: 590px;
  height: 382px;
}
.swiper-lab .imgBox1 img {
  display: block;
  width: 590px;
  height: 382px;
}
.swiper-lab .text {
  width: 590px;
  height: 382px;
  float: left;
  padding: 4% 5%;
  background-color: #fff;
  box-sizing: border-box;
}
.swiper-lab .text span {
  display: block;
  font-size: 30px;
  position: relative;
  padding-bottom: 35px;
  color: #025628;
}
.swiper-lab .text span::after {
  content: "";
  width: 73px;
  height: 4px;
  background-color: #025628;
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-lab .text > div {
  color: #222;
  line-height: 150%;
  font-size: 16px;
  margin-top: 25px;
}
.swiper-lab .swiper-button-prev,
.swiper-lab .swiper-button-next {
  outline: none;
  background-size: 6px auto;
  width: 77px;
  height: 77px;
  margin-top: -100px;
}

.swiper-lab .swiper-button-prev:hover {
  background: url(../images/arrow3-on.png) no-repeat;
}
.swiper-lab .swiper-button-next:hover {
  background: url(../images/arrow4-on.png) no-repeat;
}

.swiper-lab .swiper-button-prev {
  left: calc(50% - 680px);
  background: url(../images/arrow3.png) no-repeat;
}

.swiper-lab .swiper-button-next {
  right: calc(50% - 680px);
  background: url(../images/arrow4.png) no-repeat;
}

.swiper-lab .swiper-pagination {
  position: static;
}

.swiper-lab .swiper-pagination-bullet {
  width: 150px;
  height: 2px;
  opacity: 1;
  background-color: #ccc;
  border-radius: 0;
  margin: 0 5px;
  vertical-align: top;
  outline: none;
}

.swiper-lab .swiper-pagination-bullet-active {
  background-color: #279822;
}

.swiper-lab .swiper-slide {
  width: 1180px;
  opacity: 0.6;
}
.swiper-lab .swiper-slide-active {
  opacity: 1;
}
.pagenum span {
  color: #279822;
  font-size: 24px;
}
.pagenum {
  font-size: 14px;
  color: #999;
  width: 465px;
  margin: 60px auto 15px;
}
.labbox p {
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 150%;
  padding: 0 10%;
}
.gonor {
  margin: 55px auto 20px;
}
.honorleft {
  background: url(../images/bg2.jpg) no-repeat;
  width: 550px;
  height: 394px;
  float: left;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorleft p {
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 200%;
  text-align: left;
  margin: 0;
}
.honoright {
  width: 618px;
  float: right;
}
.honoright img {
  width: 100%;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}
.honoright .swiper-container {
  padding: 20px 0;
}
.honoright .swiper-slide {
  width: 295px;
}

.e-product {
  margin: 60px auto;
}
.e-product h3 {
  font-size: 22px;
  font-weight: bold;
  color: #025628;
  line-height: 38px;
  margin-bottom: 24px;
  text-align: center;
}
.e-product .tips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  color: #222;
}
.e-product .tips .item {
  margin: 0 22px;
}
.e-product .tips .item img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.e-product-list dl {
  float: left;
  box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
  border-radius: 10px;
  overflow: hidden;
  width: 380px;
  background: #ffffff;
  position: relative;
  transition: all 0.6s;
  margin-top: 60px;
  margin-right: 30px;
}
.e-product-list dl::after {
  content: "";
  height: 4px;
  background: #269e20;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.e-product-list dt {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.e-product-list dt a {
  padding: 25px 22px 0;
  position: relative;
  display: block;
}
.e-product-list dt .img1 {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  max-height: 213px;
  margin: 0 auto;
  transition: all 0.5s;
}
.e-product-list dt .img2 {
  position: absolute;
  right: 4px;
  width: 218px;
  /* height: 144px; */
  bottom: -24px;
}
.e-product-list dd {
  max-width: 490px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.e-product-list dd > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-product-list dd strong {
  line-height: 32px;
  font-size: 26px;
}

.e-product-list dd .p1 {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-product-list dd .p1 b {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.e-product-list dd .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #024f2f;
  line-height: 21px;
  margin-top: 10px;
  min-height: 45px;
}
.e-product-list dd .btn {
  margin-top: 30px;
}
.e-product-list dd .btn a {
  display: inline-block;
  width: 119px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
}
.e-product-list dd .btn a img {
  width: 11px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
}
.e-product-list dd .btn .a1,
.detail-cont1 .detail-info .btn .a1 {
  background: #269e20;
}
.e-product-list dd .btn .a2,
.detail-cont1 .detail-info .btn .a2 {
  background: #0173af;
}
.e-product-list dl:hover .img1 {
  opacity: 0.8;
}
.e-product-list dd .btn .a1:hover,
.detail-cont1 .detail-info .btn .a1:hover {
  background: #10870a;
}
.e-product-list dd .btn .a2:hover,
.detail-cont1 .detail-info .btn .a2:hover {
  background: #015886;
}
.marginR0 {
  margin-right: 0 !important;
}
.ellipsis2 {
  word-break: break-all;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2; /* 这里是超出几行省略 */

  overflow: hidden;
}
.detail-cont1 {
  margin-bottom: 55px;
  padding: 0 20px;
}
.detail-cont1 .detail-pic {
  width: 587px;
  height: 449px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
  border-radius: 10px;
  float: left;
  padding: 12px;
  position: relative;
}
.detail-cont1 .detail-info {
  width: 518px;
  float: right;
}
.detail-cont1 .detail-info .name {
  font-weight: bold;
  color: #025628;
  line-height: 36px;
  font-size: 30px;
  margin-bottom: 30px;
}
.detail-cont1 .detail-info .info {
  width: 518px;
  background: #f5f5f5;
  min-height: 186px;
  padding: 20px;
  border-top: #21964f 1px solid;
  margin-bottom: 40px;
}
.detail-cont1 .detail-info .info p {
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.detail-cont1 .detail-info .info p strong {
  color: #222;
}
.detail-cont1 .detail-info .helps {
  font-size: 14px;
  color: #222;
  margin-bottom: 25px;
}

.detail-cont1 .detail-info .btn a {
  display: inline-block;
  width: 130px;
  height: 48px;
  color: #fff;
  line-height: 44px;
  box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
  transition: all 0.3s;
}
.gap {
  height: 15px;
  background: #f5f5f5;
  width: 1200px;
  margin: 0 auto;
}
.detail-cont2 {
  padding: 35px 20px;
}
.detail-cont2 .name {
  font-size: 30px;
  font-weight: bold;
  color: #005b3c;
  line-height: 30px;
  position: relative;
}
.detail-cont2 .name img {
  /* width: 30px;
height: 28px; */
  position: relative;
  top: -2px;
  display: inline-block;
}
.detail-cont2 .model .title {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
}
.detail-cont2 .model .title::after {
  content: "";
  width: 4px;
  height: 18px;
  background: #006e46;
  position: absolute;
  left: 0;
  top: 0;
}
.detail-cont2 .model .descript {
  padding-left: 15px;
  font-size: 16px;
  color: #555;
}
.detail-cont2 .model .descript p {
  line-height: 40px;
  margin-top: 0;
}
.detail-cont2 .model {
  padding-bottom: 50px;
  border-bottom: #ccc 1px dashed;
}
.detail-cont2 video {
  width: 960px;
  height: 540px;
  display: block;
  margin: 0 auto;
}
.detail-cont2 .type1 {
  clear: both;
}
.detail-cont2 .type1::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.detail-cont2 .type1 > p,
.detail-cont2 .type1 > .lefttxt {
  float: left;
  max-width: 625px;
}
.detail-cont2 .type1 > .lefttxt p {
  line-height: 30px;
}
.detail-cont2 .type1 img {
  display: block;
  float: right;
  max-width: 416px;
}
.gradetitle {
  line-height: 48px;
  font-size: 18px;
  color: #555;
}
.detailist li {
  margin-top: 15px;
}
.detailist li em {
  color: #006e46;
  font-size: 16px;
}
.detailist li p {
  margin: 0;
}
.detail-cont2 .model {
  padding-top: 40px;
}
.detail-cont3 .model p {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
}
.detail-cont3 .model img {
  margin-top: 28px;
}
.detail-cont2 .model p {
  line-height: 180%;
}
.detail-cont2 .model:last-child {
  border-bottom: none;
}
.detail-cont2 .name a {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
.detail-cont2 .name a img {
  width: 94px;
  height: 16px;
}
.detail-product .items {
  display: block;
  margin-top: 55px;
  float: left;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
  border-radius: 10px;
  width: 337px;
  margin-right: 55px;
}
.detail-product .items .Img {
  width: 337px;
  height: 215px;
  background: #000000;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  display: block;
}
.detail-product .items .Img img {
  width: 337px;
  height: 215px;
  transition: all 0.5s;
}

.detail-product .items .infos {
  background-color: #fff;
  padding: 20px;
}
.detail-product .items .infos strong {
  color: #025628;
  line-height: 22px;
  font-size: 20px;
}
.detail-product .items .infos .p1 {
  font-size: 12px;
  color: #666666;
  line-height: 160%;
  margin-top: 10px;
}
.detail-product .btn {
  margin-top: 20px;
}
.detail-product .btn a {
  display: inline-block;
  width: 119px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
  transition: all 0.3s;
}
.detail-product .btn a img {
  width: 11px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
}
.detail-product .btn .a1 {
  background: #269e20;
}
.detail-product .btn .a2 {
  background: #0173af;
}

.detail-product .btn .a1:hover {
  background: #10870a;
}
.detail-product .btn .a2:hover {
  background: #015886;
}
.detail-product .items:hover .Img img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
}
.pic-top {
  overflow: hidden;
  width: 563px;
  margin: 0 auto;
}
.pic-top .swiper-slide {
  width: 563px;
}
.pic-top .swiper-slide img {
  width: 100%;
  height: 425px;
}
.detail-pic .bg {
  height: 90px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 563px;
  padding: 10px 55px;
  z-index: 10;
  border-radius: 0 0 10px 10px;
}
.pic-thumb {
  width: 440px;
  overflow: hidden;
  margin-left: 9px;
}
.pic-thumb .swiper-slide {
  border: #ccc 1px solid;
}
.pic-thumb .swiper-slide img {
  width: 100%;
  height: 70px;
  display: block;
}
.detail-pic .bg .button-prev,
.detail-pic .bg .button-next {
  top: 50%;
  margin-top: -16px;
  position: absolute;
}
.detail-pic .bg .button-next {
  right: 15px;
}
.detail-pic .bg .button-prev {
  left: 15px;
}
.detail-pic .bg .button-next img {
  width: 32px;
  height: 32px;
}
.pic-thumb .swiper-slide-thumb-active {
  border-color: #21964f;
}
.e-detail {
  margin-bottom: 50px;
}
.navContent {
  position: absolute;
  left: 0 !important;
  width: 100% !important;
  padding: 20px 0 30px !important;
  /* background: url(../images/bg1.png) no-repeat center;
    background-position: 50% 50%; */
  /* background-size: cover; */
  z-index: 100 !important;
  margin-left: 0 !important;
  /* background-color: transparent !important; */
}
.nav_pic {
  width: 325px;
  float: left;
  margin: 0 70px;
}
.nav_pic img {
  width: 325px;
  height: 153px;
  display: block;
}
.nav_pic span {
  display: block;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #ed8302;
  line-height: 30px;
  margin-top: 20px;
}
.nav_pic p {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
}
.nav_list {
  float: left;
  width: 735px;
}
.nav_list > div {
  padding: 0 30px 0 0;
  float: left;
  position: relative;
}

.menu li:nth-child(2) .nav_list > div:first-child .active {
  background: #ed8302;
}
.menu li:nth-child(3) .nav_list > div:first-child .active {
  background: #028bd9;
}
.menu li:nth-child(4) .nav_list > div:first-child .active {
  background: #049446;
}
.menu li:nth-child(5) .nav_list > div:first-child .active {
  background: #907a2f;
}
.menu li:nth-child(3) .nav_pic span {
  color: #028bd9;
}
.menu li:nth-child(4) .nav_pic span {
  color: #049446;
}
.menu li:nth-child(5) .nav_pic span {
  color: #907a2f;
}
.nav_list > div.is_child_third {
  padding: 0 0 0 30px;
  width: 415px;
}
.nav_list > div.is_child_third a {
  color: #222;
  font-size: 15px;
  position: relative;
  position: relative;
  padding: 0 30px 0 0;
  float: left;
  min-width: 165px;
}
.nav_list > div.is_child_third .active {
  color: #ed8302;
}
.nav_list > div.is_child_third .active:before {
  opacity: 1;
}
.nav_list > div.is_child_third a:hover {
  color: #ed8302;
}

.nav_list > div.is_child_third a i {
  content: "";
  width: 0;
  height: 0.15rem;
  background: #ed8302;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.3s;
}
.menu li:nth-child(3) .nav_list > div.is_child_third a::before {
  background: #028bd9;
}
.nav_list > div.is_child_third a:hover i {
  opacity: 1;
  width: 35px;
}

.nav_list > div.is_child::after {
  content: "";
  width: 1px;
  background: url(../images/lin.png) no-repeat;
  background-size: 150%;
  height: 199px;
  position: absolute;
  right: 0;
  top: 0;
}
.menu li:nth-child(3) .nav_list > div.is_child::after {
  background: url(../images/lin1.png) no-repeat;
  background-size: 100%;
}

.active2 {
  background: #049446 !important;
  color: #fff !important;
}

.active3 {
  background: #028bd9 !important;
  color: #fff !important;
}

.active4 {
  background: #907a2f !important;
  color: #fff !important;
}
/* .menu li:nth-child(3) .nav_list>div::after{
	background: #028bd9 !important;
}
.menu li:nth-child(4) .nav_list>div::after{
	background: #049446 !important;
}
.menu li:nth-child(5) .nav_list>div::after{
	background: #907a2f !important;
} */
.nav_list > div:last-child::after {
  display: none;
}
.nav_list > div a {
  height: 35px;
  display: block;
  min-width: 228px;
  padding: 0 38px 0 12px;
  color: #222;
  line-height: 35px;
  position: relative;
  transition: all 0.5s;
  font-size: 16px;
  margin-bottom: 10px;
}
.nav_list > div.is_child a i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background: url(../images/jt1.png) no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}
.nav_list > div.is_child a:hover {
  background: #ed8302;
  color: #fff;
}
.nav_list > div a.active {
  color: #fff;
}
.menu li:nth-child(3) .nav_list > div.is_child a:hover {
  background: #028bd9 !important;
}
.menu li:nth-child(4) .nav_list > div.is_child a:hover {
  background: #049446 !important;
}
.menu li:nth-child(5) .nav_list > div.is_child a:hover {
  background: #907a2f !important;
}
.nav_list > div.is_child a:hover i,
.nav_list > div.is_child a.active i {
  background: url(../images/jt2.png) no-repeat center;
  background-size: 100%;
}

.menu li:nth-child(3) div.is_child_third a:hover {
  color: #028bd9 !important;
}

.hover:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
}
.hover img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.hover {
  position: relative;
}
.hover .textshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 533px;
  height: 182px;
  padding: 0 45px 0;
  text-align: right;
}
.hover .textshow .p1 {
  font-size: 24px;
  color: #fff;
  line-height: 150%;
}
.hover .textshow .p2 {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* .proXq-text video{
	width: 100% !important;
	height: auto !important;
} */

/*谷歌意见征求模式*/
.main_onetrust {
  width: 100%;
  /*height: 100%;
			background: rgba(0,0,0,.5);*/
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
}
.main_onetrust .box {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  border-top: 2px solid #025628;
}
.main_onetrust .box .ms {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  max-width: 90%;
  align-items: center;
  justify-content: space-between;
}
.main_onetrust .box .ms p {
  font-size: 13px;
  color: #2b2b2b;
  line-height: 20px;
  flex: 1;
  padding-right: 25px;
}
.main_onetrust .box .ms p a {
  color: #025628;
  font-weight: bold;
  text-decoration: underline;
}
.main_onetrust .box .ms img {
  margin-right: 50px;
  width: 150px;
}
.main_onetrust .box .ms .btn {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  background-color: #025628;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.main_onetrust .box .ms .btn a {
  padding: 12px 10px;
  border: 1px solid #337991;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  margin-left: 15px;
  color: #337991;
}
.main_onetrust .box .ms .btn a:hover {
  opacity: 0.8;
}
.main_onetrust .box .ms .btn:hover {
  opacity: 0.9 !important;
}
.main_onetrust .box .ms .btn a.on {
  background: #337991;
  color: #fff;
}

.new_bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Owl Carousel */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}

.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.news-slider__item {
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}

.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.news-slider__item.swiper-slide-active,
.news-slider__item.swiper-slide-prev,
.news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.news-slider__ctr {
  position: relative;
  z-index: 12;
}

.news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25); */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}

.news-slider__arrow:focus {
  outline: none !important;
}

.news-slider__arrow .icon-font {
  display: inline-flex;
}

.news-slider__arrow.news-slider-prev {
  left: 15px;
  transform: translateY(-90%);
}

.news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-90%);
}

.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}

.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}

@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}

.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
}

.news__item {
  padding: 40px;
  color: #a0a1a4; /*#828385 | #A0A1A4*/
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}

.news__item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 0.5px solid #dadada;
  margin-left: 1%;
}

.news__item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease-out;
  transform: scale(0);
  z-index: -1;
  /* Ensure the frame is behind the content */
}

.news__item:hover::before {
  transform: scale(1);
  background-color: #d9d9d9;
  /* Scale up to 1 on hover */
}

@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #222222;
    transition-delay: 0.1s;
  }

  .news__item:hover .news-date,
  .news__item:hover .news__title,
  .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }

  .news__item:hover .news__img {
    box-shadow: none;
  }
}

.news__item.active {
  color: #222222;
}

.news__item.active .news-date,
.news__item.active .news__title,
.news__item.active .news__txt {
  opacity: 1;
}

.news__item.active .news__img {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}

.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}

.news-date__txt {
  font-size: 16px;
}

.news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
  .news__title {
    font-size: 137%;
    margin-bottom: 10px;
  }
}

.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
  height: 10em;
}

.news__img {
  border-radius: 10px;
  /*box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);*/
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}

.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.section {
  min-height: 100dvh;
  min-width: 100dvw;
}
