html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: calc(100% - 672px);
  padding-bottom: 672px;
  position: relative;
  margin: 0;
  background-color: #f5f4f4;
}
.header {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(12, 119, 62, 0.5);
}
.header img {
  width: 700px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -350px;
}
@media (max-width: 1200px) {
  .header img {
    width: 500px;
    margin-left: -250px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 30px;
  }
  .header img {
    width: 300px;
    margin-left: -150px;
  }
}
.menu {
  width: 100%;
  padding: 30px 0 100px 0;
  background: url(../img/003.jpg) no-repeat;
  background-size: cover;
}
.menu ul {
  width: 1300px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  list-style: none;
  position: relative;
}
.menu ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  font-size: 24px;
  border: 1px solid white;
  letter-spacing: 2px;
  position: relative;
}
.menu ul li a:before {
  display: none;
  content: "";
  width: 90px;
  height: 60px;
  background: url(../img/001.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -75px;
}
.menu ul li a:hover {
  background-color: #f08300;
}
.menu ul li a:hover:before {
  display: block;
}
.menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.menu ul li ul li {
  width: 100%;
}
.menu ul li ul li a {
  width: 100%;
  background-color: rgba(12, 119, 62, 0.6);
  color: white;
  padding: 5px 0;
  text-align: center;
  border: 0;
  border-bottom: 1px solid white;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.menu ul li ul li a:hover {
  background-color: rgba(240, 131, 0, 0.6);
}
/*.menu ul li ul li a:before {*/
/*  display: none;*/
/*}*/
/*.menu ul li ul li a:hover:before {*/
/*  display: none;*/
/*}*/
.menu ul li:hover ul {
  display: block;
}
/*.menu ul .menu_active a {*/
/*  background-color: #f08300;*/
/*}*/
.menu ul .menu_active ul li a {
  background-color: rgba(12, 119, 62, 0.6);
}
.menu ul .menu_active ul li a:hover {
  background-color: rgba(240, 131, 0, 0.6);
}
/*.menu ul .menu_active a:before {*/
/*  display: block;*/
/*}*/
@media (max-width: 1500px) {
  .menu ul {
    width: 96%;
  }
  .menu ul li a {
    padding: 5px 15px;
    font-size: 22px;
  }
  .menu ul li a:before {
    width: 40px;
    height: 20px;
    top: -15px;
    left: 0;
  }
}
@media (max-width: 1000px) {
  .menu ul li a {
    padding: 5px 8px;
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .menu {
    background: #f5f4f4;
    padding: 0;
  }
  .menu ul {
    width: 100%;
    flex-flow: row wrap;
  }
  .menu ul li {
    width: calc((100% - 15px) / 3);
    padding: 15px 0;
    margin-bottom: 8px;
    background: url(../img/020.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .menu ul li a {
    width: 100%;
    padding: 3px 0;
    font-size: 20px;
    border-radius: 20px;
    color: #0c773e;
    border: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .menu ul li a:hover {
    background-color: #fff67f;
  }
  .menu ul li ul {
    display: none;
  }
  .menu ul li:nth-child(1) {
    display: none;
  }
  .menu ul .menu_active a:before {
    display: none;
  }
}
.our {
  width: 100%;
  padding: 150px 0;
  overflow: hidden;
  background: url(../img/004.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.our .our_box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.our .our_box .box_1 {
  width: 500px;
}
.our .our_box .box_1 img {
  width: 100%;
  display: block;
}
.our .our_box .box_1 .b {
  display: none;
}
.our .our_box .box_2 {
  width: calc(480px - 40px);
  padding: 60px 20px;
  position: absolute;
  left: 30%;
  top: 17%;
  background: url(../img/007_1.png), url(../img/007_2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 45px,50px 45px;
  background-position: 20px 140px, calc(100% - 20px) calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.8);
}
.our .our_box .box_2 img {
  width: 100%;
  display: block;
}
.our .our_box .box_2 p {
  width: 75%;
  margin: 0;
  margin: 80px auto 40px auto;
  text-align: justify;
  text-indent: 2em;
  font-size: 17px;
}
.our .our_box .box_2 .more {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.our .our_box .box_2 .more a {
  display: block;
  text-decoration: none;
  padding: 15px 35px;
  background: url(../img/008.png) no-repeat;
  background-size: 100% 100%;
}
.our .our_box .box_3 {
  width: 500px;
}
.our .our_box .box_3 img {
  width: 100%;
  display: block;
}
.our .our_box .box_3 .a {
  display: none;
}
@media (max-width: 1400px) {
  .our .our_box {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .our .our_box .box_2 {
    left: 50%;
    top: -9%;
    margin-left: -220px;
  }
}
@media (max-width: 760px) {
  .our {
    padding: 20px 0;
  }
  .our .our_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .our .our_box .box_1 {
    order: 3;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .our .our_box .box_1 .a {
    display: none;
  }
  .our .our_box .box_1 .b {
    display: block;
  }
  .our .our_box .box_2 {
    order: 2;
    width: calc(85% - 30px);
    margin: 0 auto;
    padding: 40px 15px 5px 15px;
    position: static;
    margin-left: auto;
    margin-top: -7%;
    background: url(../img/007_1.png), url(../img/007_2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 30px 25px,30px 25px;
    background-position: 15px 30px, calc(100% - 15px) calc(100% - 55px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .our .our_box .box_2 img {
    display: none;
  }
  .our .our_box .box_2 p {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 17px;
  }
  .our .our_box .box_2 .more {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  .our .our_box .box_2 .more a {
    padding: 8px 20px;
    background-size: 100% 100%;
    font-size: 14px;
  }
  .our .our_box .box_3 {
    order: 1;
    width: 85%;
    margin: 0 auto;
  }
  .our .our_box .box_3 .a {
    display: block;
  }
}
.index_title {
  width: 300px;
  height: 390px;
  background-color: #0c773e;
  position: absolute;
  top: 0;
  left: 0;
}
.index_title .text {
  margin-left: 185px;
  margin-top: 75px;
}
.index_title .text p {
  margin: 0;
  color: #0c773e;
  width: 220px;
  text-align-last: justify;
  position: relative;
  font-size: 100px;
}
.index_title .text p:after {
  width: 50%;
  content: attr(data-content);
  margin: 0;
  color: white;
  letter-spacing: 20px;
  font-size: 100px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_title .text span {
  color: #0c773e;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 8px;
  font-size: 45px;
}
.index_title .text .pro:after {
  width: 42.8%;
  content: attr(data-content);
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 8px;
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_title .text .n_s {
  margin-left: 35px;
  letter-spacing: 10px;
}
.index_title .text .n_s:after {
  width: 48%;
  content: attr(data-content);
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 10px;
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_title .text a {
  width: 120px;
  display: block;
  margin-left: 40px;
}
.index_title .text a img {
  width: 120px;
  display: block;
}
.index_title:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 30px;
  width: 500px;
  height: 500px;
  background: url(../img/010.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .index_title .text {
    padding: 10px 40px;
  }
  .index_title .text p {
    font-size: 22px;
  }
  .index_title:after {
    height: 10px;
  }
}
.product {
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/013.jpg) no-repeat;
  background-size: cover;
}
.product .pro_box {
  width: calc(100% - 610px);
  margin-left: 550px;
  margin-right: 60px;
  padding-top: 260px;
  display: flex;
  justify-content: space-between;
}
.product .pro_box .box {
  width: calc(100% - 300px);
  height: 100%;
}
.product .pro_box .box .list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.product .pro_box .box .list a {
  width: calc(((100% - 40px) / 3) - 6px);
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
  border: 3px solid #0c773e;
  border-radius: 5px;
}
.product .pro_box .box .list a img {
  width: 100%;
  display: block;
}
.product .pro_box .box .list a p {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 119, 62, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}
.product .pro_box .box .list a p span {
  display: block;
  color: black;
  font-size: 16px;
  width: 50px;
  position: relative;
  text-align: justify;
  text-align-last: justify;
  font-size: 22px;
}
.product .pro_box .box .list a p span:before {
  content: "+";
  font-size: 20px;
  color: black;
  position: absolute;
  top: 2px;
  left: -15px;
}
.product .pro_box .box .list a:hover p {
  display: flex;
}
.product .pro_box .box .list a:nth-child(3n) {
  margin-right: 0;
}
.product .pro_box .box .more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product .pro_box .box .more a {
  display: block;
  text-decoration: none;
  width: 160px;
  padding: 5px 0;
  border: 2px solid #f08300;
  color: #f08300;
  text-align: center;
  font-size: 22px;
}
.product .pro_box .box .more a:hover {
  border: 2px solid #0c773e;
  color: #0c773e;
}
.product .pro_box .column {
  width: 240px;
  height: 100%;
  border: 2px solid #606060;
  background-color: rgba(0,0,0,0.1);
}
.product .pro_box .column a {
  display: block;
  text-decoration: none;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 30px 0;
  border-bottom: 1px solid #606060;
  color: black;
  text-align: center;
  position: relative;
}
.product .pro_box .column a span {
  display: block;
  width: 100%;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  font-size: 36px;
}
.product .pro_box .column a:nth-last-child(1) {
  border-bottom: 0;
}
.product .pro_box .column a:before {
  content: "";
  width: 100%;
  padding: 0 10px;
  display: none;
  height: calc(100% - 50px);
  background-color: #f08300;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: -40px;
}
.product .pro_box .column a:hover:before {
  display: block;
}
@media (max-width: 1800px) {
  .product .pro_box .box .list a {
    width: calc(((100% - 20px) / 2) - 6px);
  }
  .product .pro_box .box .list a:nth-child(3n) {
    margin-right: 20px;
  }
  .product .pro_box .box .list a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1400px) {
  .product .pro_box {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
  }
  .product .pro_box .box {
    order: 2;
    width: 100%;
    height: auto;
  }
  .product .pro_box .column {
    order: 1;
    width: calc(100% - 4px);
    height: auto;
    margin-bottom: 40px;
    border: 2px solid #606060;
    display: flex;
    justify-content: space-between;
  }
  .product .pro_box .column a {
    width: calc(100% / 6);
    margin: 10px 0;
    padding: 0;
    border-bottom: 0;
    border-right: 1px solid #606060;
    display: flex;
    justify-content: center;
  }
  .product .pro_box .column a span {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 26px;
  }
  .product .pro_box .column a:hover span {
    background-color: #f08300;
  }
  .product .pro_box .column a:nth-last-child(1) {
    border-right: 0;
  }
  .product .pro_box .column a:hover:before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .product .index_title {
    width: 100%;
    height: auto;
    background-color: rgba(12, 119, 62, 0);
    position: static;
    display: flex;
    justify-content: center;
  }
  .product .index_title .text {
    margin-left: 0;
    margin-top: 0;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #0c773e;
    display: flex;
    justify-content: center;
  }
  .product .index_title .text p {
    margin: 0;
    color: white;
    width: auto;
    letter-spacing: 2px;
    text-align-last: justify;
    position: relative;
    font-size: 24px;
  }
  .product .index_title .text p:after {
    display: none;
  }
  .product .index_title .text span {
    display: none;
  }
  .product .index_title .text span:after {
    display: none;
  }
  .product .index_title .text a {
    display: none;
  }
  .product .index_title:before {
    display: none;
  }
  .product .index_title:after {
    content: "";
    width: 50%;
    height: 15px;
    background-color: #0c773e;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product .pro_box {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }
  .product .pro_box .box .more {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .product {
    padding-bottom: 40px;
  }
  .product .pro_box {
    padding-top: 20px;
  }
  .product .pro_box .box .list a {
    margin-bottom: 20px;
  }
  .product .pro_box .box .more a {
    width: 100px;
    padding: 5px 0;
    font-size: 16px;
  }
  .product .pro_box .column {
    margin-bottom: 20px;
  }
  .product .pro_box .column a {
    margin: 10px 0;
  }
  .product .pro_box .column a span {
    width: 35px;
    height: 100%;
    font-size: 20px;
  }
}
@keyframes down_top {
  0% {
    transform: translateY(-8%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(-8%);
  }
}
.down_top {
  animation: down_top 2500ms linear infinite;
}
@keyframes top_down {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.top_down {
  animation: top_down 2500ms linear infinite;
}
.fuwu {
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
.fuwu .bei_image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.fuwu .bei_image img {
  width: 1920px;
  display: block;
}
.fuwu .bei_image .b {
  display: none;
}
.fuwu .box_1 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: -45px;
  left: 50%;
  margin-left: -600px;
}
.fuwu .box_1 img {
  width: 300px;
  display: block;
}
.fuwu .box_2 {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  margin-left: -560px;
  display: flex;
  justify-content: space-between;
}
.fuwu .box_2 .list {
  display: flex;
  height: 100%;
}
.fuwu .box_2 .list p {
  width: 35px;
  margin: 0;
  color: white;
  font-weight: 600;
  line-height: 40px;
  font-size: 36px;
}
.fuwu .box_2 .list img {
  width: 180px;
  height: 180px;
  display: block;
  margin-left: 10px;
}
.fuwu .box_2 .list .text {
  display: flex;
  justify-content: center;
}
.fuwu .box_2 .list .text span {
  display: block;
  width: 30px;
  color: white;
  line-height: 34px;
  font-size: 30px;
  margin-right: 20px;
}
.fuwu .box_2 .list:nth-child(1) img {
  margin-top: 65px;
}
.fuwu .box_2 .list:nth-child(1) .text span:nth-child(1) {
  margin-top: 30px;
}
.fuwu .box_2 .list:nth-child(1) .text span:nth-child(2) {
  margin-top: 50px;
}
.fuwu .box_2 .list:nth-child(1) .text span:nth-child(3) {
  margin-top: 70px;
}
.fuwu .box_2 .list:nth-child(2) p {
  margin-top: 70px;
}
.fuwu .box_2 .list:nth-child(2) img {
  margin-top: 160px;
}
.fuwu .box_2 .list:nth-child(2) .text span:nth-child(1) {
  margin-top: 130px;
}
.fuwu .box_2 .list:nth-child(2) .text span:nth-child(2) {
  margin-top: 155px;
}
.fuwu .box_2 .list:nth-child(3) p {
  margin-top: 150px;
}
.fuwu .box_2 .list:nth-child(3) img {
  margin-top: 215px;
}
.fuwu .box_2 .list:nth-child(3) .text span:nth-child(1) {
  margin-top: 120px;
}
.fuwu .box_2 .list:nth-child(3) .text span:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .fuwu .box_1 {
    width: 90%;
    margin-left: -45%;
    top: -5.4%;
  }
  .fuwu .box_1 img {
    width: 30%;
    display: block;
  }
  .fuwu .box_2 {
    width: 90%;
    top: 49%;
    margin-left: -45%;
  }
  .fuwu .box_2 .list p {
    width: 33px;
    line-height: 36px;
    font-size: 32px;
  }
  .fuwu .box_2 .list img {
    width: 160px;
    height: 160px;
    display: block;
    margin-left: 10px;
  }
  .fuwu .box_2 .list .text {
    display: flex;
    justify-content: center;
  }
  .fuwu .box_2 .list .text span {
    display: block;
    width: 30px;
    color: white;
    line-height: 31px;
    font-size: 26px;
    margin-right: 5px;
  }
  .fuwu .box_2 .list:nth-child(1) img {
    margin-top: 70px;
  }
  .fuwu .box_2 .list:nth-child(1) .text span:nth-child(1) {
    margin-top: 25px;
  }
  .fuwu .box_2 .list:nth-child(1) .text span:nth-child(2) {
    margin-top: 45px;
  }
  .fuwu .box_2 .list:nth-child(1) .text span:nth-child(3) {
    margin-top: 70px;
  }
  .fuwu .box_2 .list:nth-child(2) p {
    margin-top: 70px;
  }
  .fuwu .box_2 .list:nth-child(2) img {
    margin-top: 160px;
  }
  .fuwu .box_2 .list:nth-child(2) .text span:nth-child(1) {
    margin-top: 120px;
  }
  .fuwu .box_2 .list:nth-child(2) .text span:nth-child(2) {
    margin-top: 145px;
  }
  .fuwu .box_2 .list:nth-child(3) p {
    margin-top: 130px;
  }
  .fuwu .box_2 .list:nth-child(3) img {
    margin-top: 200px;
  }
  .fuwu .box_2 .list:nth-child(3) .text span:nth-child(1) {
    margin-top: 120px;
  }
  .fuwu .box_2 .list:nth-child(3) .text span:nth-child(2) {
    margin-top: 100px;
  }
}
@media (max-width: 1000px) {
  .fuwu {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .fuwu .bei_image img {
    width: 100%;
  }
  .fuwu .bei_image .a {
    display: none;
  }
  .fuwu .bei_image .b {
    display: block;
  }
  .fuwu .box_2 {
    display: none;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}
.new .new_box {
  width: 900px;
  margin-left: 550px;
  border: 1px solid black;
}
.new .new_box a {
  text-decoration: none;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new .new_box a .text {
  width: calc(50% - 60px);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .new_box a .text .time {
  width: 130px;
  text-align: center;
  padding: 8px 0;
  background-color: #f08300;
  color: white;
  letter-spacing: 1px;
  font-size: 17px;
}
.new .new_box a .text span {
  display: block;
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #585858;
  font-size: 22px;
}
.new .new_box a .text p {
  margin: 0;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #585858;
  font-size: 16px;
}
.new .new_box a .image {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new .new_box a .image img {
  width: 100%;
  display: block;
}
.new .new_box a .image p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transition: 300ms;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new .new_box a .image p span {
  display: block;
  position: relative;
  color: white;
  width: 55px;
  height: 55px;
  line-height: 28px;
  padding: 30px;
  /*text-align: justify;*/
  /*text-align-last: justify;*/
  border-radius: 50%;
  letter-spacing: 3px;
  background-color: rgba(67, 67, 67, 0.7);
  font-size: 24px;
}
.new .new_box a .image p span:before {
  content: "+";
  color: white;
  font-size: 22px;
  position: absolute;
  top: 29px;
  left: 12px;
}
.new .new_box a .image:hover p {
  opacity: 1;
}
.new .new_box a:nth-child(2n) .text {
  order: 2;
}
.new .new_box a:nth-child(2n) .image {
  order: 1;
}
@media (max-width: 1500px) {
  .new .new_box {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1200px) {
  .new .index_title {
    width: 100%;
    height: auto;
    background-color: rgba(12, 119, 62, 0);
    position: static;
    display: flex;
    justify-content: center;
  }
  .new .index_title .text {
    margin-left: 0;
    margin-top: 0;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #0c773e;
    display: flex;
    justify-content: center;
  }
  .new .index_title .text p {
    margin: 0;
    color: white;
    width: auto;
    letter-spacing: 2px;
    text-align-last: justify;
    position: relative;
    font-size: 24px;
  }
  .new .index_title .text p:after {
    display: none;
  }
  .new .index_title .text span {
    display: none;
  }
  .new .index_title .text span:after {
    display: none;
  }
  .new .index_title .text a {
    display: none;
  }
  .new .index_title:before {
    display: none;
  }
  .new .index_title:after {
    content: "";
    width: 50%;
    height: 15px;
    background-color: #0c773e;
    position: absolute;
    left: 0;
    top: 0;
  }
  .new .new_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .new {
    padding-bottom: 30px;
  }
  .new .new_box {
    border: 0;
  }
  .new .new_box a {
    width: calc(100% - 20px);
    padding-left: 20px;
    justify-content: center;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
    position: relative;
  }
  .new .new_box a .text {
    width: 100%;
    padding: 0;
  }
  .new .new_box a .text .time {
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: rgba(12, 119, 62, 0);
    color: black;
    position: relative;
    font-size: 15px;
  }
  .new .new_box a .text .time:before {
    content: "";
    background: url(../img/023.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -25px;
  }
  .new .new_box a .text span {
    width: calc(100% - 90px);
    margin: 0;
    padding: 10px 0 5px 0;
    color: black;
    font-size: 16px;
  }
  .new .new_box a .text p {
    display: none;
  }
  .new .new_box a .image {
    display: none;
  }
  .new .new_box a:before {
    content: "更多+";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    letter-spacing: 2px;
    width: 75px;
    text-align: center;
    padding: 5px 0;
    color: white;
    font-size: 16px;
  }
}
.foot {
  width: 100%;
  height: 640px;
  position: absolute;
  bottom: 32px;
  background: url(../img/022.png) no-repeat;
  background-size: 1920px 100%;
  background-position: left;
}
.foot .foot_box {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.foot .foot_box .erwei {
  display: flex;
  justify-content: center;
  margin-right: 40px;
}
.foot .foot_box .erwei .image {
  padding-right: 15px;
}
.foot .foot_box .erwei .image img {
  width: 180px;
  display: block;
}
.foot .foot_box .box .image img {
  width: 400px;
  display: block;
}
.foot .foot_box .box span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff67f;
  letter-spacing: 2px;
  margin-bottom: 60px;
  font-size: 16px;
}
.foot .foot_box .box p {
  margin: 0;
  margin-bottom: 4px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;
}
.foot .bei_image {
  width: 100%;
  display: none;
}
.foot .bei_image img {
  width: 100%;
  display: block;
}
@media (max-width: 1500px) {
  .foot .foot_box {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .foot .foot_box {
    flex-direction: column;
    justify-content: center;
  }
  .foot .foot_box .erwei {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .foot .foot_box .erwei .image {
    padding-left: 15px;
  }
  .foot .foot_box .erwei .image img {
    width: 150px;
  }
  .foot .foot_box .box span {
    margin-bottom: 30px;
  }
  .foot .foot_box .box p {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .foot {
    bottom: 102px;
    height: auto;
    background: rgba(12, 119, 62, 0);
  }
  .foot .foot_box {
    display: none;
  }
  .foot .bei_image {
    display: block;
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: calc(77% + 112px);
    min-height: calc(33% - 112px);
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    width: 96%;
    padding: 0 2%;
    justify-content: space-between;
    bottom: 80px;
  }
}
.tabber {
  width: 100%;
  height: 80px;
  display: none;
  justify-content: space-between;
  background: url(../img/025.png) no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: 33%;
  height: 70px;
  padding-bottom: 10px;
  display: flex;
  text-decoration: none;
  align-items: flex-end;
  justify-content: center;
}
.tabber a img {
  width: 30px;
  display: block;
}
.tabber a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-left: 5px;
}
.tabber .image {
  width: 56px;
  height: 56px;
  background-color: #e6e3e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -28px;
}
.tabber .image img {
  width: 45px;
  display: block;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
}
.common_image img {
  width: 100%;
  display: block;
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #0254a6;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #0c773e;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #0c773e;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #11af5b;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #0c773e;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #6199e3;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: 48%;
  display: block;
  text-decoration: none;
  color: black;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid black;
}
.com_new_box a .time {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 5px 0;
}
.com_new_box a span {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 3px 0;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_new_box a p {
  margin: 0;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.com_new_box a:hover {
  border-bottom: 2px solid #0c773e;
}
.com_new_box a:hover span {
  color: #0c773e;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
  }
}
