body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "微软雅黑";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background-color: #f2f2f2;
}

label {
  max-width: inherit;
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #ddd;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #287341;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #ddd;
  /*蓝色*/
}

/*滚动条 end*/
/*搜索弹框*/
.search_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #333;
  padding: 0 80px;
  display: none;
  box-sizing: border-box;
}

.search_headeri {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search_headeri form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.search_headeri .inp {
  width: calc(100% - 210px);
  position: relative;
}

.search_headeri .inp img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

.search_headeri .inp input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}

.search_headeri .inp input::placeholder {
  color: #ccc;
}

.search_headeri .close {
  width: 30px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 45px;
}

.search_headeri .close::before,
.search_headeri .close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.search_headeri .close::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.search_headeri .btn {
  background: #000000;
  border-radius: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 45px;
  display: block;
  border: none;
}

/*搜索弹框结束*/
.header.headerSame {
  background-color: #fff;
}

.moblicImg,
.header.headerSame .pcImg {
  display: none;
}

.pcImg,
.header.headerSame .moblicImg {
  display: block;
}

.header.headerSame .lang a,
.header.headerSame .nav li a {
  color: #333;
}

.header.headerSame .search {
  background-image: url(../images/search1.png);
}

.header.headerSame .gouwu {
  background-image: url(../images/gouw1.png);
}

.header.headerSame .lang i {
  background-image: url(../images/lang1.png);
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  /*z-index: 99999;*/
  z-index: 666;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header h1 img {
  margin: 15px 0;
  width: 100px;
}

.search {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;

  cursor: pointer;
  background-size: 20px;
}

.gouwu {
  background-image: url(../images/gouw.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin: 0 24px;
}

.gouwu a {
  display: block;
  width: 100%;
  height: 100%;
}

.lang i {
  background-image: url(../images/lang.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  margin-right: 13px;
}

.lang a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.headerBoxRight {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 20px;
}

.search,
.nav {
  display: none;
}

.lang a:hover,
.nav > ul > li > a:hover {
  color: #56a240 !important;
}

.nav a.hov::after,
.nav > ul > li.active > a::after,
.nav a:active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #56a240;
  border-radius: 10px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  /* padding: 0px 15px; */
  display: block;
  position: relative;
  font-size: 22px;
  color: #fff;
}

.nav > ul > li > a {
  padding: 39px 20px;
  font-weight: bold;
}

.nav a.hov {
  color: #fff;
  position: relative;
  z-index: 10;
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 105px;
  background-color: #fff;
  width: 100%;
  display: none;
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 39px;
  line-height: 39px;
  color: #333;

  font-size: 15px;
}

.nav .subnav li a:hover {
  background-color: #287341;
  color: #fff;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-color: #287341;
  margin-right: -12px;
  margin-left: 20px;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174f90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none #287341;
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none #287341;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: #e6e6e6;
}

.searchMbox {
  background-color: #287341;
  padding: 20px 34px 20px 18px;
}

.searchM-txt {
  box-sizing: border-box;
  height: 36px;
  line-height: 100%;
  border: 0px none;
  margin: 0px auto;
  width: 100%;
  padding: 0px 40px;
  color: #fff;
  background: url(../images/search.png) no-repeat scroll 15px center #3c7f52;
  background-size: 25px;
}
.banner .mySwiper{
    padding-top: 52px;
  }
.banner .mySwiper .swiper-slide {
  /*height: 350px;*/
  position: relative;
  overflow: hidden;
}
.banner .mySwiper .swiper-slide .sweImg img{
  width: 100%;
}
.banner .mySwiper .swiper-slide .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner .mySwiper .swiper-slide .swiperBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiperBox h2 {
  font-size: 18px;
  color: #fff;
  /*font-weight: 200;*/
  margin-bottom: 10px;
}

.swiperBox p {
  font-size: 15px;
  color: #fff;
}

.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 10px;
  width: 40px;
  height: 2px;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
}

.banner .swiper-slide.swiper-slide-active .scaleBg {
  -webkit-animation: scale-bg 5s linear forwards;
  animation: scale-bg 5s linear forwards;
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*新闻*/
.boxall3 {
  margin-bottom: 50px;
}

.boxall3 ul li {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border-radius: 8px;
}

.boxall3 ul li:hover {
  box-shadow: 0 0 20px #ddd;
}

.boxall3 ul li a {
  display: block;
  position: relative;
}

.boxall3 ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-image: linear-gradient(to right, #73b53c, #287341);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.boxall3 ul li a .img {
  position: relative;
}
.boxall3 ul li a .img,
.boxall3 ul li a .img img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.boxall3 ul li a .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.boxall3 ul li a .txt {
  padding: 25px 35px;
  text-align: justify;
}

.boxall3 ul li a .txt .ltt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.boxall3 ul li a .txt .ltc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  margin: 15px 0 30px;
  color: #666666;
  height: 56px;
  font-size: 16px;
}

.boxall3 ul li a .txt .more2 {
  line-height: 16px;
  padding-top: 20px;
  font-size: 16px;
}

.boxall3 ul li a .txt .more2 .span1 {
  color: #999999;
  font-size: 14px;
}

.boxall3 ul li a .txt .more2 .span2 {
  color: #56a240;
  font-size: 14px;
}
.boxall3 ul li a:hover .img::after {
  opacity: 0;
}
.boxall3 ul li a:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.boxall3 ul li a:hover::after {
  width: 100%;
}

.boxall3 ul * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.boxall3 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.titleall {
  margin-bottom: 30px;
}

.titleall h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}

.titleall p {
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  width: 100%;
  line-height: 32px;
}

.first {
  margin: 80px 0 150px;
}

.second {
  margin: 87px 0;
}

.secondBox .secondBoxLeft {
  width: 100%;
}

.secondBox .secondBoxRight {
  width: 100%;
}

.secondBoxRightImg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.secondBoxRightImg img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.secondBoxRightImg::after {
  content: "";
  position: absolute;
  background-image: url(../images/videpo.png);
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.secondBoxRightImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.secondBoxLeft .p3 {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  text-align: justify;
}

.number .number_box {
  width: 50%;
  float: left;
  margin: 20px 0;
}

.number_box .p1 {
  display: flex;
}

.number_box p {
  font-size: 16px;
  color: #666666;
}

.number_box span {
  font-size: 42px;
  background-image: -webkit-linear-gradient(left, #56a240, #56a240, #408e5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 65px;
  margin-bottom: 10px;
  font-weight: bold;
}

.number_box sub {
  font-size: 24px;
  color: #f59b0f;
  font-weight: bold;
}

.number_box sub.sub1 {
  font-size: 16px;
}

.moreAll a {
  border: 1px solid #287341;
  border-radius: 5px;
  width: 170px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  position: relative;
  margin: 80px auto;
}

.moreAll a span {
  font-size: 16px;
  color: #287341;
  position: relative;
  z-index: 1;
}

.moreAll a i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background-image: url(../images/jianou.png);
  background-repeat: no-repeat;
  background-size: 13px;
  margin: auto;
  right: 20px;
  z-index: 1;
}

.moreAll a:after {
  content: "";
  background-image: linear-gradient(to right, #73b53c, #287341);
  position: absolute;
  width: 2%;
  height: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.moreAll a:hover:after {
  width: 100%;
}

.moreAll a:hover span {
  color: #fff;
}

.moreAll a:hover i {
  background-image: url(../images/jiantou1.png);
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: rgba(12, 17, 20, 0.6);
}

.shadow .videll {
  width: 90%;
  height: 300px;
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.shadow .videll video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.btn_close {
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: -20px;
  z-index: 10;
  display: block;
  font-size: 14px;
  background: url(../images/btn_close.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.footer {
  background-color: #fff;
}

.footer .footerTop {
  padding: 50px 0 30px;
}

.footer .footerTop .footerTopLeft {
  width: 100%;
  text-align: center;
}

.footer .footerTop .footerTopLeft img {
  margin-bottom: 28px;
  width: 150px;
}

.footer .footerTop .footerTopLeft p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.footer .footerTop .footerTopRight {
  width: 100%;
}

.footerTopRightRight {
  width: 100%;
}

.footerTopRightul {
  width: 88%;
  display: none;
}

.footerTopRightul li {
  width: 16.66%;
  float: left;
  text-align: center;
}

.footerTopRightul li h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.footerTopRightul li a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.footerTopRightul li a:hover {
  color: #287341;
  text-decoration: underline;
}

.footerTopRightRight .con1_bottom {
  border-bottom: 1px solid #ddd;
  padding: 9px 0;
  margin-bottom: 20px;
}

.footerTopRightRight .con1_bottom ul {
  display: flex;
  justify-content: center;
}

.footerTopRightRight .con1_bottom ul li {
  background-size: 26px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-left: 14px;
}

.footerTopRightRight .con1_bottom ul li.li1 {
  background-image: url(../images/weic.png);
}

.footerTopRightRight .con1_bottom ul li.li2 {
  background-image: url(../images/weic1.png);
}

.footerTopRightRight .con1_bottom ul li.act.li1 {
  background-image: url(../images/weic11.png);
}

.footerTopRightRight .con1_bottom ul li.act.li2 {
  background-image: url(../images/weic12.png);
}

.boxall2box .sbox {
  display: none;
  text-align: center;
}

.boxall2box .sbox img {
  width: 111px;
  height: 111px;
}

.footerBottom {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.footerBottom p {
  font-size: 14px;
  color: #999999;
}

.footerBottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerBottom ul li {
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-left: 30px;
}

.footerBottom ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footerBottom ul .fLi1 {
  background-image: url(../images/icon1.png);
  background-position: 0 0;
}

.footerBottom ul .fLi2 {
  background-image: url(../images/icon2.png);
  background-position: 0 0;
}

.footerBottom ul .fLi3 {
  background-image: url(../images/icon3.png);
  background-position: 0 0;
}

.footerBottom ul li:hover {
  background-position: 0 -18px;
}

.footer-bg {
  position: relative;
  height: 140px;
  top: 0;
  background-color: transparent;
}

.bgTop {
  z-index: 15;
  opacity: 1;
}

.bgMiddle {
  z-index: 10;
  opacity: 1;
}

.bgBottom {
  z-index: 5;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 90px;
}

.waveMiddle {
  background-size: 50% 140px;
}

.waveBottom {
  background-size: 50% 140px;
}

.waveTop {
  animation: move_wave 9s linear infinite;
  -webkit-animation: move_wave 9s linear infinite;
  /* animation: move_wave 8s linear infinite;
  -webkit-animation: move_wave 8s linear infinite; */
}

.waveMiddle {
  animation: move_wave 12s linear infinite;
  -webkit-animation: move_wave 12s linear infinite;
}

.waveBottom {
  animation: move_wave 5s linear infinite;
  -webkit-animation: move_wave 5s linear infinite;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }

  0% {
    -moz-transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -moz-transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
  }

  0% {
    -ms-transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -ms-transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    -ms-transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.rad {
  position: relative;
  height: 400px;
  width: 400px;
  margin-left: 5%;
  display: none;
  float: left;
}

.rad .titie.all {
  background-color: #287341;
}

.rad .titie.all p {
  border: 2px solid #fff;
  background-color: #287341;
  color: #fff;
}

.first .boxall {
  align-items: center;
  justify-content: space-between;
}

.boxall .txt {
  width: 100%;
  margin-left: 0%;
  float: right;
}

.rad .rad-write {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 4px solid #56a240;
  box-sizing: border-box;
}

.rad .titie {
  background-color: #eff6ed;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -80px;
  transform-origin: -100px 80px;
}

.rad .titie .padding {
  width: 160px;
  height: 160px;
  border: 3px solid #56a240;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  box-sizing: border-box;
  transform: rotate(0deg);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rad .titie p{
  font-size: 16px;
  margin-top: 10px;
}
/*.rad .titie p {
   
    text-align: center;
    line-height: 160px;
   
}*/

.rad .titie img {
  width: 45px;
  height: 45px;
}

.rad .titie.same .pcShow {
  display: none;
}

.rad .titie.same .moblieShow {
  display: block;
}

.rad .titie .pcShow {
  display: block;
}

.rad .titie .moblieShow {
  display: none;
}

.rad .titie.same {
  background-color: #56a240;
}

.rad .titie.same .padding {
  border: 3px solid #fff;
}

.rad .titie.same p {
  color: #fff;
}

.txt ul {
  width: 100%;
  position: relative;
  list-style: none;
}

.txt ul li {
  position: relative;
  display: none;
  width: 100%;
}

.txt ul li .txt-box img {
  width: 55px;
  margin-bottom: 27px;
}

.txt ul li h3 {
  font-size: 24px;
  color: #287341;
  margin-bottom: 20px;
}

.txt ul li p {
  line-height: 32px;
  text-align: justify;
  font-size: 18px;
  color: #666;
}

.txt ul li a {
  color: #287341;
  font-size: 16px;
  margin-top: 24px;
  display: inline-block;
}

.txt ul li:nth-child(1) {
  display: block;
}

.txt .btn {
  margin-top: 50px;
}

.txt .btn a {
/*  display: inline-block;*/
/*  color: #c1c7bf;*/
  text-decoration: none;
/*  font-weight: bold;*/
/*  transition: 0.5s;*/
/*  font-size: 28px;*/
/*  font-weight: 100;*/

  width: 30px;
  height: 30px;
  background-color: #008132;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;

}

.txt .btn a:nth-child(2) {
  border-left: none;
}
.pageing span a:hover,
.inside-menu a:hover
 {
  color: #287341;
}

/* 联系我们 */

.ziyeBanner{
  position: relative;
  margin-top: 53px;
}
.ziyeBanner img{
  width: 100%;
}
.ziyeBannerText{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}
.ziyeBannerText p{
  font-size: 16px;
  color: #fff;
}
.inside-menu {
  height: 70px;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
}
.inside-menu .home {
  width: 14px;
  height: 70px;
  background: url(../images/bg_sign06.png) no-repeat center;
  margin-right: 5px;
  display: inline-block;
  background-size: 14px;
}
.inside-menu a {
  display: flex;
  align-items: center;
}
.inside-menu span {
  display: inline-block;
  width: 28px;
  height: 70px;
  background: url(../images/bg_sign07.png) no-repeat center;
}
.inside-menu em {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #555555;
  font-style: normal;
}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  font-size: 22px;
  line-height: 70px;
}
.inside-menu .menu a.cur {
  font-weight: 600;
}
.menu a:hover:after,
.inside-menu .menu a.cur:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  /* background: #008132; */
  background-image: linear-gradient(to right, #73b53c, #287341);
  border-radius: 5px;
}
.inside-menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.contextTiltle a:hover,
.contextTiltle a.active,
.inside-menu .menu a:hover {
  color: #008132;
}
.menu_molibe {
  background: url(../images/nav_moblie.png) no-repeat center center;
  height: 70px;
  background-size: auto 29%;
  width: 38px;
  margin-right: 10px;
  display: none;
  cursor: pointer;
}
.contectCenter {
  background-image: url(../images/cc.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 878px;
  margin-bottom: 100px;
}
.contextTiltle {
  margin: 30px 0 0;
}
.contextTiltle a {
  margin-right: 10px;
}
.contextTiltle p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 30px;
}
.contextTiltleLeft dl {
  margin-bottom: 40px;
}
.contextTiltleLeft dl dt {
  font-size: 18px;
  color: #287341;
  margin-bottom: 20px;
}
.contextTiltleLeft dl dd {
  font-size: 16px;
  line-height: 28px;
}
.contextTiltleRight ul li {
  text-align: center;
  margin-bottom: 45px;
  width: 50%;
  float: left;
}
.contextTiltleRight ul li img {
  width: 104px;
  height: 104px;
  margin-bottom: 10px;
}
.contextTiltleRight ul li p {
  font-size: 14px;
  color: #666666;
}
.contectDisplay {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}
.cdisplay {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.page_desc {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 14px;
}

.page_desc li {
  display: inline-block;
  margin: 0 2px;
}

.page_desc li > span,
.page_desc li a {
  padding: 6px 11px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  color: #999999;
  border-radius: 3px;
}

.page_desc li span.current,
.page_desc li a:hover {
  background: #287341;
  color: #fff;
  border: 1px solid #287341;
}
.titledeta {
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  padding-bottom: 20px;
  margin: 110px 0 25px;
}

.titledeta h3 {
  font-size: 28px;
  margin-bottom: 35px;
}

.titledeta span {
  font-size: 16px;
  color: #666666;
}
.contextnewo p {
  font-size: 16px;
  color: #626061;
  line-height: 30px;
}

.contextnewo img {
  max-width: 100%;
}
.necom {
  width: 100%;
  margin: auto;
}

.pageing {
  border-top: 1px solid #cccccc;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.pageing span a {
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.pageing span {
  font-size: 14px;
  color: #999;
  display: block;
}
.instrumental {
  margin-bottom: 80px;
}
.instrumental .instrumentalUL {
  background-color: #287341;
  border-radius: 5px;
  display: flex;

}
.instrumental .instrumentalUL .firstimgall,
.instrumental .instrumentalUL2 div.firstimgall{
  width: 10%;
}
.instrumental .instrumentalUL2 div,
.instrumental .instrumentalUL li {
  width: 22.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding:15px 10px;
  box-sizing: border-box;
}
.instrumental .instrumentalUL li {
  font-size: 16px;
  color: #fff;
}
.instrumental .instrumentalUL2 li {
/*  height: 49px;*/
  border-bottom: 1px solid #dbdbdb;
/*  line-height: 49px;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
      display: flex;
    align-items: center;
}
.instrumental .instrumentalUL2 div {
  font-size: 16px;
  color: #666666;
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.instrumental .instrumentalUL2 div a{
  word-wrap:break-word;
  width: 100%;
}
.instrumental .instrumentalUL2 li:hover {
  box-shadow: 0 5px 9px #ddd;
}
.inBot {
  position: relative;
}
.shopping {
  background-image: url(../images/car.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center left;
  padding-left: 30px;
  position: inherit;
  right: 0;
  top: 0;
}
.shopping a {
  font-size: 18px;
  color: #287341;
}
.shopping a:hover {
  text-decoration: underline;
}

.jobBox {
  background-color: #fff;
  border-radius: 8px;
  padding: 1px 20px;
  position: relative;
  margin-bottom: 20px;
}
.jobBox dl {
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  align-items: center;
  padding-bottom: 20px;
}
.jobBox dl dt {
  font-size: 18px;
  color: #666666;
  margin-right: 30px;
  margin-bottom: 10px;
}
.jobBox dl dd a {
  font-size: 15px;
  color: #666666;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 22px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.jobBox dl dd a.active,
.jobBox dl dd a:hover {
  border-color: #287341;
  color: #287341;
}
.jobBoxcon {
  position: absolute;
  background-color: #fff;
  right: 60px;
  top: 15px;
  text-align: right;
  display: none;
}
.jobBoxImg {
  width: 111px;
  text-align: center;

  margin-left: auto;
}
.jobBoxcon p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.join-bg {
  margin-bottom: 70px;
}
.join-main .list-top {
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(to right, #287341, #287341);
  font-size: 16px;
  color: #ffffff;
  border-radius: 8px;
}

.join-main .list-box {
  border: 1px solid #efefef;
}
.join-main .list-box li {
  width: 100%;
}
.join-main .list-box li .top {
  font-size: 16px;
  color: #777777;
  line-height: 2;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* .join-main .list-top{
  display: flex;
  justify-content: space-between;
} */
.join-main .td {
  text-align: center;
  width: 20%;
  float: left;
  margin-right: 0px;
}
.join-main .td:last-child {
  margin-right: 0;
}
.join-main .list-box li .top .td {
  font-size: 15px;
  color: #666666;
}
.join-main .list-box li .top .td .span2 {
  display: none;
}
.join-main .list-box li .top.cur .td .span1 {
  display: none;
}
.join-main .list-box li .top.cur .td .span2 {
  display: block;
}
.join-main .list-box li .bot {
  position: relative;
  padding: 20px 3.5% 36px;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join-main .list-box li .top .td.td5 {
  color: #287341;
}
.join-main .list-box li .bot .info2 .fr,
.join-main .list-box li .bot .info2 .fl {
  width: 48%;
}
.join-main .list-box li .bot .info2 h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
}
.join-main .list-box li .bot .info2 .fl .info-box {
  border-right: none;
  padding-right: 0;
}
.join-main .list-box li .bot .info2 p {
  font-size: 16px;
  color: #999999;
  line-height: 2;
}

.fuli .fuliBox {
  width: 100%;
}
.fuli .fuliBox .fuliTit {
  height: 60px;
  font-size: 18px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #287341;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuli .fuliBox .fuliTit img {
  width: 20px;
  margin-left: 10px;
}
.fuliBottom {
  background-image: url(../images/ool.jpg);
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 11px #ddd;
}
.fuliBottom .padding {
  padding: 20px 30px;
}
.fuliBottom dl {
  margin-bottom: 20px;
}
.fuliBottom dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: #000;
}
.fuliBottom dl dt::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #287341;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0;
}
.fuliBottom dl dd {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-left: 20px;
}
.advBox ul li {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.advBox ul li .advBoxLeft {
  width: 100%;
  margin-bottom: 30px;
}
.advBox ul li h4 {
  font-size: 18px;
  color: #287341;
  margin-bottom: 15px;
  font-weight: 600;
}
.advBox ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.advBox ul li:last-child {
  border-bottom: none;
}
.advBoxSecond {
  background-image: url(../images/bh.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advBoxSecond h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.advBoxTHirl h4:after,
.advBoxSecond h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #73b53c, #287341);
  bottom: -30px;
  left: 0;
  border-radius: 4px;
}
.advBoxTHirl {
  margin-bottom: 100px;
}
.advBoxTHirl h4 {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.advBoxTHirlLeft {
  width: 100%;
}
.advBoxTHirlRight .aa {
  width: 100%;
}
.advBoxTHirl .aa {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.advFirst {
  width: 760px;
  height: 640px;
  margin: 0 auto 80px;
  position: relative;
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  background-position: center 60%;
  display: none;
}
.advFirst .advFirstboxss {
  position: absolute;
}
.advFirst .advFirstBox {
  width: 130px;
  text-align: center;
  position: absolute;
}
.advFirst .advFirst1 {
  width: 234px;
  height: 262px;
  left: 0;
  bottom: 0;
}
.advFirst .advFirst2 {
  width: 237px;
  height: 257px;
  left: 0;
  bottom: 270px;
}
.advFirst .advFirst3 {
  width: 257px;
  height: 236px;
  top: 0;
  left: 118px;
}
.advFirst .advFirst4 {
  width: 262px;
  height: 235px;
  right: 117px;
  top: 0;
}
.advFirst .advFirst5 {
  width: 238px;
  height: 258px;
  right: 0;
  bottom: 270px;
}
.advFirst .advFirst6 {
  width: 235px;
  height: 263px;
  right: 0;
  bottom: 0;
}
.advFirst .advFirstBox1 {
  top: 34px;
  left: 26px;
}
.advFirst .advFirstBox2 {
  top: 77px;
  left: 42px;
}
.advFirst .advFirstBox3 {
  top: 36px;
  left: 73px;
}
.advFirst .advFirstBox4 {
  top: 23px;
  left: 42px;
}
.advFirst .advFirstBox5 {
  top: 85px;
  left: 79px;
}
.advFirst .advFirstBox6 {
  top: 40px;
  left: 76px;
}
.advFirst .advFirstBox h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.advFirst .advFirstBox .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 5px 0 10px;
}
.advFirst .advFirstBox p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
/* 产品 */
.peott {
  padding: 30px 0 20px;
  background-color: #f2f2f2;
}
.gindong,
.productBox:nth-of-type(odd) {
  background-color: #fff;
}
.productBox:nth-of-type(even) {
  background-color: #f2f2f2;
}

.productBox {
  padding: 30px 0;
}
.proTilr {
  margin-bottom: 60px;
}
.proTilr h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.proTilr p {
  font-size: 16px;
  color: #666666;
}
.productfirst {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
.productfirst .li1 {
  width: 100%;
  text-align: center;
}
.productfirst .li2 {
  width: 100%;
  text-align: center;
}
.productfirst li .textaa {
  background-color: #287341;
  font-size: 16px;
  color: #fff;
  /*height: 60px;*/
  border-radius: 5px;
  margin: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  box-sizing: border-box;
}
.gindong .mySwiper .swiper-slide,
.bigImg {
  text-align: center;
}
.gindong .mySwiper .swiper-slide img,
.bigImg img,
.productfirst li img {
  max-width: 100%;
}
.aboutbox p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.mySwiper4 {
  margin: 40px 0;
}
.mySwiper4 .swiper-slide {
  text-align: center;
}
.mySwiper4 .swiper-slide img {
  width: 60px;
  margin-bottom: 20px;
}
.mySwiper4 .swiper-slide span {
  font-size: 16px;
  color: #333333;
  display: block;
}
.address ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 2px solid #287341;
  height: auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.address ul li:nth-of-type(odd) {
  float: left;
}
.address ul li:nth-of-type(even) {
  float: right;
}
.address ul li .addressLeft {
  background-color: #287341;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.address ul li .addressLeft span {
  font-size: 18px;
  margin-top: 20px;
}
.address ul li .addressRight {
  padding: 10px 20px;
  flex: 1;
  box-sizing: border-box;
}
.address ul li .addressRight p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  position: relative;
  padding-left: 10px;
  margin: 10px 0;
}
.address ul li .addressRight p::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #287341;
  left: 0;
  margin: auto;
  top: 15px;
}
.aboutFix {
  background-image: url(../images/d1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
}
/*number*/
.numberaa {
  padding: 30px 0;
  box-sizing: border-box;
}
.numberaa .numberdd {
  width: 50%;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.numberdd font {
  font-size: 36px;
  color: #444;
}
.numberdd p {
  font-size: 16px;
  color: #fff;
}
.numberdd sub {
  font-size: 18px;
  color: #f59b0f;
}
.numberdd p span {
  font-size: 32px;
  background-image: -webkit-linear-gradient(left, #56a240, #56a240, #408e5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 44px;
  margin-bottom: 0px;
  font-weight: bold;
}
.numberdd p.p1 {
  display: flex;
  justify-content: center;
}
.swImh::after {
  content: "";
  height: 17px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to right, #73b53c, #287341);
  border-radius: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.develop {
  margin-bottom: 50px;
}
.swiperJMG .mySwiper5 .swiper-slide .ttta {
  border-left: #56a240 1px solid;
  height: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.swiperJMG .mySwiper5 .swiper-slide .ttta dt {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiperJMG .mySwiper5 .swiper-slide .ttta dd {
  font-size: 18px;
  color: #666666;
  margin-bottom: 20px;
}
.swiperJMG .mySwiper5 .swiper-slide .ttta dd:last-child {
  margin-bottom: 0;
}
/* .swiperJMG .mySwiper5 .swiper-slide .ttta:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: -10px;
  border: 5px solid #56a240;
  top: 0;
} */
.swiperHeight {
  height: 460px;
  position: relative;
  margin-left: 30px
}
.swiperJMG .mySwiper5 .swiper-slide .olk {
  font-size: 24px;
  color: #56a240;
  position: absolute;
  left: -30px;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(odd) .ttta:after,
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(even) .ttta:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: -10px;
  border: 5px solid #56a240;
}
.ttta:after,
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(even) .ttta:before {
  bottom: 0;
}
.ttta:after,
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(odd) .ttta:after {
  top: 0;
}

.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(odd) .olk {
  top: 240px;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(even) .olk {
  top: 190px;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(odd) .bottod {
  bottom: 0;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(even) .bottod {
  top: 0;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(even) .ttta {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 0 0 50px;
}
.swiperJMG .mySwiper5 .swiper-slide:nth-of-type(odd) .ttta {
  top: 0;
  padding: 20px 0 20px 50px;
}

.swiperJMG .mySwiper5 .swiper-slide .bottod {
  padding: 50px;
  box-sizing: border-box;
  height: 50%;
  position: absolute;

  left: 0;
}
.swiperJMG .mySwiper5 .swiper-slide .bottod img {
  width: 162px;
  height: 102px;
  border-radius: 5px;
}
.swImh{
  position: relative;
}
.swImh .swiperJMG{
  margin-bottom: 80px;
  width: 90%;
  margin: auto;
}
.smartAttireButton .btn {
  width: 50px;
  height: 50px;
  background-image: url(../images/jaint.png);
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 120px;
  z-index: 88;
  cursor: pointer;
}
.smartAttireButton .btn1 {
  transform: rotate(0deg);
  left: 0;
}
.smartAttireButton .btn2 {
  transform: rotate(180deg);
  right: 0;
}
.smartAttireButton .btn:hover {
  background-image: url(../images/jaint1.png);
}

/* 手机 */
/*.swImhMoblie{
  display: block;
}
.swImhMoblie5 h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.swImhMoblie5 ul li{
  margin-bottom: 20px;
  
}
.swImhMoblie5 ul li h4::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #287341;
    left: 0;
    margin: auto;
    top: 10px;
}
.swImhMoblie5 ul li h4{
  font-size: 18px;
  position: relative;
}
.swImhMoblie5 ul li p,.swImhMoblie5 ul li h4{
  padding-left: 20px;
  
}
.swImhMoblie5 ul li p{
  font-size: 16px;
  line-height: 32px;
}
.swImhMoblie5 ul li img{
  width: 100%;
  border-radius: 5px;
}
.swImhMoblie5 .swiper-slide{
  padding-bottom: 20px;
}*/
#videoclicj video{
  width:800px;
  height:500px;
  margin: auto;
}
/* 新增 */
.firstCopyRight .firstImg{
  display: block;
  text-align: center;
}
.firstCopyRight .firstImg img{
  max-width: 100%;
}
.firstCopy .firstCopyLeft,.firstCopy .firstCopyRight {
  width: 100%;
}
.firstCopyLeft ul li:nth-of-type(1) {
  display: block;
}
.firstCopyLeft ul li {
  display: none;
}
.advFirstBBBO{
  display: none;
}
.advFirstBBBO .advFirstboxss1.same h3 {
  color: #56a240;
}
.buttonaa{
  margin-top: 50px;
}
.buttonaa a{
  width: 30px;
  height: 30px;
  background-color: #008132;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.txt .btn a:hover,.buttonaa a:hover{
  background-color: #56a240;
}
.advFirstBBBO {
  width: 100%;
  height: 570px;
  position: relative;
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: 230px;
}
.advFirstboxss1 {
  position: absolute;
}
.advFirstboxss1 img {
  max-width: 100%;
  max-height: 100%;
}
.advFirstboxss1 .advFirstBox {
  width: 130px;
  text-align: center;
  position: absolute;
}
.advFirstBBBO .advFirst1 {
  width: 205px;
  left: 0;
  bottom: 0;
}
.advFirstBBBO .advFirst2 {
  width: 205px;
  left: 0;
  bottom: 243px;
}
.advFirstBBBO .advFirst3 {
  width: 228px;
  top: 0;
  left: 105px;
}
.advFirstBBBO .advFirst4 {
  width: 230px;
  right: 116px;
  top: 0;
}
.advFirstBBBO .advFirst5 {
  width: 210px;
  right: 0;
  bottom: 242px;
}
.advFirstBBBO .advFirst6 {
  width: 205px;
  right: 0;
  bottom: 0;
}
.advFirstBBBO .advFirstBox1 {
  top: 34px;
  left: 26px;
}
.advFirstBBBO .advFirstBox2 {
  top: 70px;
  left: 31px;
}
.advFirstBBBO .advFirstBox3 {
  top: 34px;
  left: 73px;
}
.advFirstBBBO .advFirstBox4 {
  top: 26px;
  left: 32px;
}
.advFirstBBBO .advFirstBox5 {
  top: 71px;
  left: 57px;
}
.advFirstBBBO .advFirstBox6 {
  top: 22px;
  left: 46px;
}
.advFirstBBBO .advFirstBox h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.advFirstBBBO .advFirstBox .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 5px 0 10px;
}
.advFirstBBBO .advFirstBox p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.firstCopyLeft ul li h3 {
  font-size: 28px;
  color: #287341;
  margin-bottom: 10px;
  font-weight: bold;
}
.firstCopyLeft ul li h4 {
  font-size: 24px;
  color: #287341;
  margin-bottom: 20px;
}
.firstCopyLeft ul li p {
  line-height: 32px;
  text-align: justify;
  font-size: 18px;
  color: #666;
}
.firstCopy .flexall{
  align-items: center;
  justify-content: space-between;
}