html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
  min-height: calc(100% - 40px);
  padding-bottom: 40px;
}
a {
  text-decoration: none;
}
.none {
  display: none!important;
}
.visibility {
  visibility: visible!important;
}
span {
  display: block;
}
@keyframes opacity_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.opacity_1 {
  animation: opacity_1 1000ms;
}
@keyframes right_op {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.right_op {
  animation: right_op 1000ms;
}
@keyframes down_op {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.down_op {
  animation: down_op 1000ms;
}
.header_logo {
  position: absolute;
  z-index: 10;
  top: 80px;
  right: 80px;
  display: none;
  justify-content: center;
  align-items: center;
}
.header_logo .bei_img {
  width: 80px;
}
.header_logo .bei_img img {
  width: 100%;
}
.header_logo .image {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -35px;
}
.header_logo .image img {
  width: 70px;
}
@media (max-width: 760px) {
  .header_logo {
    display: flex;
    top: 25px;
    right: 25px;
  }
}
.pc_logo {
  display: flex!important;
}
.header {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header .s_phone {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .s_phone span {
  color: white;
  position: relative;
  font-size: 14px;
}
.header .s_phone span:nth-child(1):before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: calc(100% + 3px);
  margin-top: -0.5px;
}
.header .s_phone span:nth-child(1):after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  margin-top: -0.5px;
}
.menu {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 240px;
}
.menu img {
  display: block;
}
.menu .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu .logo .bei_img {
  width: 140px;
}
.menu .logo .bei_img img {
  width: 100%;
}
.menu .logo .image {
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -65px;
}
.menu .logo .image img {
  width: 130px;
}
.menu .ul_img {
  width: 200px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
}
.menu .ul_img img {
  width: 100%;
}
.menu .ul_img ul {
  width: 170px;
  height: 100%;
  padding: 0;
  margin: 0;
  padding-top: 56px;
  position: absolute;
  top: 0;
  left: 15px;
}
.menu .ul_img ul li {
  list-style: none;
  width: 100%;
  height: 45px;
  background: url('../img/002_4.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 33px;
  position: relative;
}
.menu .ul_img ul li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  font-size: 24px;
}
.menu .ul_img ul li .ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 60px;
}
.menu .ul_img ul li .ul a {
  width: auto;
  height: auto;
  line-height: 20px;
  font-weight: 400!important;
  white-space: nowrap;
  padding: 10px 15px;
  background: linear-gradient(to right, #42b153 0%, #42b153 50%, #0a6a18 50%, #0a6a18 100%);
  text-align: center;
  font-size: 20px;
}
.menu .ul_img ul li .ul a:hover {
  background: linear-gradient(to right, #b16042 0%, #b16042 50%, #6a230a 50%, #6a230a 100%);
}
.menu .ul_img ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.menu .ul_img ul li:hover {
  background: url('../img/002_3.png') no-repeat;
  background-size: 100% 100%;
}
.menu .ul_img ul li:hover a {
  font-weight: 600;
}
.menu .ul_img ul li:hover .ul {
  display: block;
}
.menu .ul_img ul .active {
  background: url('../img/002_3.png') no-repeat;
  background-size: 100% 100%;
}
.menu .ul_img ul .active a {
  font-weight: 600;
}
.menu .phone_img {
  width: 110px;
  margin: 0 auto;
  margin-top: -40px;
}
.menu .phone_img img {
  width: 100%;
}
.menu .tel {
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #f08934 45%, #f08934 100%);
  color: transparent;
  -webkit-background-clip: text;
  text-stroke: 2px black;
  -webkit-text-stroke: 2px black;
}
@media (max-width: 760px) {
  .menu {
    position: relative;
    top: auto;
    right: auto;
  }
  .menu img {
    display: block;
  }
  .menu .logo {
    display: none;
  }
  .menu .ul_img {
    width: 100%;
    margin-top: -15px;
  }
  .menu .ul_img img {
    display: none;
  }
  .menu .ul_img ul {
    width: 100%;
    height: auto;
    padding-top: 0;
    box-sizing: border-box;
    padding: 0 20px;
    position: static;
    display: flex;
    justify-content: space-around;
  }
  .menu .ul_img ul li {
    width: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    height: 115px;
    background: url('../img/002_2.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .menu .ul_img ul li a {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 16px;
  }
  .menu .ul_img ul li:hover {
    background: url('../img/002_1.png') no-repeat;
    background-size: 100% 100%;
  }
  .menu .ul_img ul li:hover a {
    font-weight: 400;
  }
  .menu .ul_img ul li:hover .ul {
    display: none;
  }
  .menu .ul_img ul .active {
    background: url('../img/002_1.png') no-repeat;
    background-size: 100% 100%;
  }
  .menu .ul_img ul .active a {
    font-weight: 400;
  }
  .menu .phone_img {
    display: none;
  }
  .menu .tel {
    display: none;
  }
}
.more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.more .more_box .m_img {
  width: 150px;
}
.more .more_box .m_img img {
  width: 100%;
}
.more .more_box .m_text {
  width: 125px;
  box-sizing: border-box;
  padding: 4px 0;
  margin-left: 5px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50px;
}
.more .more_box .m_text img {
  width: 25px;
  margin-right: 4px;
}
.more .more_box .m_text span {
  color: black;
  font-size: 18px;
}
@media (max-width: 760px) {
  .more .more_box .m_img {
    width: 100px;
  }
  .more .more_box .m_img img {
    width: 100%;
  }
  .more .more_box .m_text {
    width: 80px;
    padding: 2px 0;
    margin-left: 3px;
    margin-top: -13px;
  }
  .more .more_box .m_text img {
    width: 16px;
    margin-right: 2px;
  }
  .more .more_box .m_text span {
    font-size: 12px;
  }
}
.our {
  width: 100%;
  overflow: hidden;
}
.our img {
  display: block;
}
.our .title {
  margin-left: 210px;
  display: flex;
  align-items: center;
}
.our .title .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.our .title .text strong {
  display: block;
  font-weight: 600;
  color: #48b354;
  position: relative;
  z-index: 2;
  line-height: 130px;
  font-size: 150px;
}
.our .title .text span {
  color: black;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transform: skewX(-8deg);
  font-size: 80px;
}
.our .title .text p {
  margin: 0;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 120px;
  text-transform: uppercase;
  color: #cccdcc;
  transform: skewX(-8deg);
  line-height: 90px;
  font-size: 100px;
}
.our .title .image {
  margin-left: 10px;
}
.our .title .image img {
  width: 160px;
}
.our .box {
  width: 100%;
  margin-top: 120px;
  display: flex;
}
.our .box .box_left {
  width: 200px;
  background-color: #c8e8cb;
}
.our .box .box_right {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 40px 40px 30px 40px;
  background-image: linear-gradient(to right, #ea6b01 60%, #ad5103);
  display: flex;
  position: relative;
}
.our .box .box_right .image {
  width: 500px;
}
.our .box .box_right .image img {
  width: 100%;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
.our .box .box_right .text_box {
  width: 530px;
  margin-left: 20px;
}
.our .box .box_right .text_box .text {
  width: 100%;
  color: white;
  letter-spacing: 1px;
  text-indent: 2rem;
  text-align: justify;
  font-size: 18px;
  line-height: 36px;
}
.our .box .box_right:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  width: calc(100% - 80px);
  height: 40px;
  background-color: #e7e7e7;
}
@media (max-width: 1400px) {
  .our .box {
    margin-top: 120px;
  }
  .our .box .box_right .image {
    width: 48%;
  }
  .our .box .box_right .image img {
    width: 100%;
    margin-top: -140px;
  }
  .our .box .box_right .text_box {
    width: calc(52% - 20px);
  }
}
@media (max-width: 1200px) {
  .our .title {
    margin-left: 30px;
  }
  .our .box {
    margin-top: 50px;
  }
  .our .box .box_right .image {
    display: none;
  }
  .our .box .box_right .text_box {
    width: 100%;
    margin-left: 0;
  }
  .our .box .box_right:before {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .our {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .our .title {
    width: 70px;
    margin-left: 0;
    align-items: flex-start;
    background: linear-gradient(to bottom, #c8e8cb 0%, #c8e8cb 270px, white 270px, white 100%);
  }
  .our .title .text {
    align-items: flex-start;
  }
  .our .title .text strong {
    line-height: 70px;
    font-size: 70px;
  }
  .our .title .text span {
    width: 40px;
    text-align: center;
    letter-spacing: 0;
    transform: skewX(0);
    font-size: 30px;
    line-height: 30px;
    margin-left: -22px;
    margin-top: 30px;
  }
  .our .title .text p {
    top: 74px;
    left: 0;
    transform: skewX(-8deg);
    line-height: 20px;
    font-size: 18px;
  }
  .our .title .image {
    display: none;
  }
  .our .box {
    width: calc(100% - 70px);
    margin-top: 0;
  }
  .our .box .box_left {
    display: none;
  }
  .our .box .box_right {
    width: calc(100% - 30px);
    padding: 30px 10px 10px 10px;
    background-image: linear-gradient(to right, #ea6b01 60%, #ea6b01);
    border-top-right-radius: 30px;
  }
  .our .box .box_right .text_box {
    width: 100%;
    margin-left: 0;
  }
  .our .box .box_right .text_box .text {
    font-size: 14px;
    line-height: 24px;
  }
  .our .box .box_right:before {
    width: 30px;
    height: 80%;
    top: 20%;
    left: auto;
    right: -30px;
  }
}
.phone_title {
  display: none;
}
@media (max-width: 760px) {
  .phone_title {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .phone_title .box {
    width: 170px;
    height: 72px;
    margin: 0 auto;
    background: #42b153;
    overflow: hidden;
    transform: perspective(10px) rotateX(-2deg);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .phone_title span {
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 24px;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 38;
  }
  .phone_title strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
  }
  .phone_title i {
    width: 180px;
    height: 77px;
    border: 1px solid #42b153;
    transform: perspective(10px) rotateX(-2deg);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
  }
}
.product {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url('../img/009.jpg') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.product img {
  display: block;
}
.product .title_column {
  width: 220px;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid #48b354;
}
.product .title_column .box {
  width: 100%;
  padding: 20px;
  border-radius: 150px;
  box-sizing: border-box;
  background-color: #ea6b01;
}
.product .title_column .box .title {
  width: 100%;
  overflow: hidden;
  padding: 35px 0 10px;
  border-radius: 100px;
  background-color: #48b354;
}
.product .title_column .box .title span {
  font-weight: 600;
  font-size: 40px;
  width: 80px;
  color: white;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product .title_column .box .title strong {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.product .title_column .box .column {
  width: 100%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .title_column .box .column .list {
  margin-bottom: 30px;
  position: relative;
}
.product .title_column .box .column .list a {
  display: block;
  text-decoration: underline;
  color: white;
  font-size: 20px;
}
.product .title_column .box .column .list img {
  display: none;
  width: 15px;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -6px;
}
.product .title_column .box .column .list:hover img {
  display: block;
}
.product .title_column .box .logo {
  width: 110px;
  margin: 0 auto;
}
.product .title_column .box .logo img {
  width: 100%;
}
.product .list_box {
  width: 51%;
  height: 100%;
  margin-left: 50px;
  margin-right: 400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.product .list_box a {
  width: calc(50% - 20px);
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 30px 14px 0;
  position: relative;
}
.product .list_box a i {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: white;
}
.product .list_box a .image {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid black;
  overflow: hidden;
}
.product .list_box a .image img {
  width: 100%;
  transition: 500ms;
}
.product .list_box a:nth-child(2) {
  margin-top: 30%;
}
.product .list_box a:nth-child(3) {
  margin-top: calc(40px - 30%);
}
.product .list_box a:nth-child(4) {
  margin-top: 40px;
}
.product .list_box a:hover .image img {
  transform: scale(1.1);
}
.product .pro_more_box {
  position: absolute;
  bottom: 300px;
  right: 0;
}
.product .pro_more_box .right_more {
  width: 360px;
  box-sizing: border-box;
  padding: 12px;
  padding-right: 0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border: 2px solid #48b354;
  border-right: 0;
}
.product .pro_more_box .right_more .right_more_box {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
  background-color: #ea6b01;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
.product .pro_more_box .right_more .right_more_box .more {
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .product {
    flex-flow: row wrap;
    justify-content: center;
  }
  .product .list_box {
    width: calc(100% - 400px);
    margin-right: 0;
  }
  .product .pro_more_box {
    position: static;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1000px) {
  .product {
    padding: 60px 0;
    background: transparent;
  }
  .product .title_column {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .product .title_column .box {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid black;
  }
  .product .title_column .box .title {
    display: none;
  }
  .product .title_column .box .column {
    padding-top: 0;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
  }
  .product .title_column .box .column .list {
    width: 40px;
    box-sizing: border-box;
    border-right: 1px solid white;
    margin-bottom: 0;
  }
  .product .title_column .box .column .list a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    padding: 4px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .product .title_column .box .column .list a:hover {
    background-color: #42b153;
  }
  .product .title_column .box .column .list img {
    display: none;
  }
  .product .title_column .box .column .list:nth-child(1) {
    border-left: 1px solid white;
    /*margin-left: calc((100% - 250px) / 2);*/
  }
  .product .title_column .box .column .list:nth-child(5) {
    /*margin-right: calc((100% - 250px) / 2);*/
  }
  .product .title_column .box .column .list:nth-last-child(-n+2) {
    width: 50%;
    padding: 4px 0;
    text-align: center;
    border-top: 1px solid white;
  }
  .product .title_column .box .column .list:nth-last-child(1) {
    border-right: 0;
  }
  /*.product .title_column .box .column .list:nth-child(n+8) {*/
  /*  display: none;*/
  /*}*/
  .product .title_column .box .column .list:hover img {
    display: none;
  }
  .product .title_column .box .logo {
    display: none;
  }
  .product .list_box {
    width: 90%;
    margin-top: 30px;
    height: auto;
    margin-left: 0;
    align-items: flex-start;
  }
  .product .list_box a i {
    background-color: #e2e1e1;
  }
  .product .list_box a:nth-child(2) {
    margin-top: 10%;
  }
  .product .list_box a:nth-child(3) {
    margin-top: calc(40px - 10%);
  }
}
@media (max-width: 760px) {
  .product {
    padding: 0 0 40px 0;
  }
  .product .list_box {
    margin-top: 20px;
  }
  .product .list_box a {
    width: calc(50% - 5px);
    padding: 8px 15px 8px 0;
  }
  .product .list_box a .image {
    border-radius: 5px;
  }
  .product .list_box a:nth-child(3) {
    margin-top: calc(20px - 10%);
  }
  .product .list_box a:nth-child(4) {
    margin-top: 20px;
  }
  .product .pro_more_box {
    justify-content: flex-start;
  }
  .product .pro_more_box .right_more {
    width: 50%;
    padding: 4px;
    padding-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border: 1px solid #48b354;
    border-left: 0;
  }
  .product .pro_more_box .right_more .right_more_box {
    padding: 4px 10px 4px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .product .pro_more_box .right_more .right_more_box .more {
    justify-content: flex-end;
  }
}
.video {
  width: 100%;
  position: relative;
}
.video .box_top {
  width: 60%;
  overflow: hidden;
  position: absolute;
  top: -14px;
  left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video .box_top .title {
  width: 180px;
  height: 180px;
  position: relative;
}
.video .box_top .title span {
  width: 100%;
  height: 100%;
  background: url('../img/011_2.png'), #ec6b00;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding: 25px 30px;
  line-height: 60px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
}
.video .box_top .title img {
  width: calc(100% + 16px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: -8px;
}
.video .box_top .span {
  max-width: calc(100% - 200px);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #385723;
  box-sizing: border-box;
  background-color: white;
  letter-spacing: 1px;
  padding: 8px 40px;
  border-radius: 50px;
}
.video .box {
  overflow: hidden;
  width: calc(100% - 180px);
  padding: 300px 0 40px 0;
  background-color: #42b153;
  border-top-right-radius: 100px;
  position: relative;
}
.video .box .swiper_box {
  width: 90%;
  margin-left: 9%;
  margin-right: 1%;
  position: relative;
}
.video .box .swiper_box .swiper-button-next,
.video .box .swiper_box .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.video .box .swiper_box .swiper-button-next,
.video .box .swiper_box .swiper-button-prev {
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
}
.video .box .swiper_box .swiper-button-next {
  right: 0;
  background: url('../img/right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.video .box .swiper_box .swiper-button-prev {
  left: 0;
  background: url('../img/left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.video .box .phone {
  width: 85%;
  margin-left: 15%;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.video .box .phone span {
  color: #ffb12c;
  font-size: 40px;
}
.video .box .phone img {
  width: 110px;
  margin: 0 20px;
}
.video .box .phone .tel {
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #f08934 45%, #f08934 100%);
  color: transparent;
  -webkit-background-clip: text;
  text-stroke: 2px black;
  -webkit-text-stroke: 2px black;
}
.video .box .more {
  position: absolute;
  bottom: 40px;
  right: 100px;
}
@media (max-width: 1200px) {
  .video .box_top .span {
    display: none;
  }
  .video .box .more {
    display: none;
  }
}
@media (max-width: 760px) {
  .video .box_top {
    width: auto;
    top: 45px;
    left: auto;
    right: 10%;
  }
  .video .box_top .title {
    width: 60px;
    height: 60px;
  }
  .video .box_top .title span {
    padding: 10px 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .video .box_top .title img {
    display: none;
  }
  .video .box {
    width: 100%;
    padding: 90px 0 10px 0;
    border-top-right-radius: 40px;
    background-image: linear-gradient(to right, #21742a, #48b354);
  }
  .video .box .swiper_box {
    width: 96%;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }
  .video .box .swiper_box .swiper-button-next,
  .video .box .swiper_box .swiper-button-prev {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
  .video .box .phone {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .video .box .phone span {
    display: none;
  }
  .video .box .phone img {
    width: 60px;
    margin: 0 10px;
  }
  .video .box .phone .tel {
    font-size: 28px;
    text-stroke: 1px black;
    -webkit-text-stroke: 1px black;
  }
}
.honor {
  width: 100%;
  overflow: hidden;
  background-color: #e9f6ff;
  padding: 40px 0;
  position: relative;
}
.honor img {
  display: block;
}
.honor .honor_title {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
.honor .honor_title span {
  width: 100%;
  height: 100%;
  background: url('../img/011_2.png'), #48b354;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding: 25px 30px;
  line-height: 60px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
}
.honor .honor_box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.honor .honor_box .box_left {
  width: 50%;
}
.honor .honor_box .box_left .box_1 {
  width: 88%;
  height: 160px;
  box-sizing: border-box;
  padding-right: 40px;
  margin-left: 12%;
  margin-bottom: -2px;
  border: 2px solid black;
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.honor .honor_box .box_left .box_1 .title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.honor .honor_box .box_left .box_1 .title span {
  color: #48b354;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 42px;
}
.honor .honor_box .box_left .box_1 .title img {
  width: 12px;
  margin-left: 5px;
}
.honor .honor_box .box_left .box_1 .text {
  margin: 0 8px;
}
.honor .honor_box .box_left .box_1 .text span {
  font-size: 22px;
  color: black;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 10px;
}
.honor .honor_box .box_left .box_1 .text span:nth-last-child(1) {
  margin-bottom: 0;
}
.honor .honor_box .box_left .box_1 a {
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: 34px;
  background-color: #48b354;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.honor .honor_box .box_left .box_2 {
  width: 85%;
  display: flex;
  align-items: center;
  height: 160px;
  box-sizing: border-box;
  border: 2px solid black;
  border-right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.honor .honor_box .box_left .box_2 .logo {
  width: 45%;
  height: 100%;
  border-radius: 100px;
  background-color: #48b354;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor .honor_box .box_left .box_2 .logo img {
  width: 120px;
}
.honor .honor_box .box_left .box_2 .img {
  width: 55%;
}
.honor .honor_box .box_left .box_2 .img img {
  width: 50%;
  transition: 500ms;
  margin: 0 auto;
}
.honor .honor_box .box_left .box_2:hover .img img {
  transform: translateX(30%);
}
.honor .honor_box .box_left .box_3 {
  width: 88%;
  height: 160px;
  box-sizing: border-box;
  padding-right: 40px;
  margin-top: -2px;
  margin-left: 12%;
  border: 2px solid black;
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.honor .honor_box .box_left .box_3 .title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.honor .honor_box .box_left .box_3 .title span {
  color: #48b354;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 42px;
}
.honor .honor_box .box_left .box_3 .title img {
  width: 12px;
  margin-right: 5px;
}
.honor .honor_box .box_left .box_3 .text {
  margin-right: 8px;
}
.honor .honor_box .box_left .box_3 .text span {
  font-size: 22px;
  color: black;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 10px;
}
.honor .honor_box .box_left .box_3 .text span:nth-last-child(1) {
  margin-bottom: 0;
}
.honor .honor_box .box_left .box_3 a {
  flex-shrink: 0;
  display: block;
  margin-left: 8px;
  width: 50px;
  height: 34px;
  background-color: #48b354;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.honor .honor_box .box_right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
.honor .honor_box .box_right .beijing {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 90%;
  height: 92%;
  background-color: #ea6b01;
  border-top-right-radius: 60px;
}
.honor .honor_box .box_right .title {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.honor .honor_box .box_right .title .text strong {
  display: block;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-size: 42px;
}
.honor .honor_box .box_right .title .text img {
  width: 20px;
  margin: 8px auto;
}
.honor .honor_box .box_right .title .text span {
  font-size: 20px;
  color: white;
  font-weight: 600;
  text-align: center;
}
.honor .honor_box .box_right .title .image {
  width: 120px;
  margin-left: 20px;
}
.honor .honor_box .box_right .title .image img {
  width: 100%;
}
.honor .honor_box .box_right .big_image {
  width: 100%;
  position: relative;
  z-index: 2;
}
.honor .honor_box .box_right .big_image img {
  width: 100%;
}
.honor .honor_box .box_right .big_image a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 34px;
  background-color: #48b354;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 1600px) {
  .honor .honor_title {
    width: 130px;
    height: 130px;
  }
  .honor .honor_title span {
    font-size: 34px;
    padding: 20px 25px;
    line-height: 45px;
  }
  .honor .honor_box {
    width: 94%;
  }
}
@media (max-width: 1300px) {
  .honor .honor_title {
    width: 130px;
    height: 130px;
  }
  .honor .honor_title span {
    font-size: 34px;
    padding: 20px 25px;
    line-height: 45px;
  }
  .honor .honor_box {
    width: 100%;
    flex-flow: row wrap;
  }
  .honor .honor_box .box_left {
    width: 96%;
    order: 2;
  }
  .honor .honor_box .box_left .box_1 .title span {
    font-size: 34px;
  }
  .honor .honor_box .box_left .box_1 .title img {
    width: 12px;
  }
  .honor .honor_box .box_left .box_1 .text span {
    font-size: 18px;
  }
  .honor .honor_box .box_left .box_3 .title span {
    font-size: 34px;
  }
  .honor .honor_box .box_left .box_3 .title img {
    width: 12px;
  }
  .honor .honor_box .box_left .box_3 .text span {
    font-size: 18px;
  }
  .honor .honor_box .box_right {
    width: 90%;
    order: 1;
  }
}
@media (max-width: 760px) {
  .honor {
    padding: 0;
  }
  .honor .honor_title {
    display: none;
  }
  .honor .honor_box .box_left .box_1 {
    height: 80px;
    margin-bottom: -1px;
    justify-content: center;
    border: 1px solid black;
    border-left: 0;
  }
  .honor .honor_box .box_left .box_1 .title span {
    font-size: 24px;
  }
  .honor .honor_box .box_left .box_1 .title img {
    display: none;
  }
  .honor .honor_box .box_left .box_1 .text {
    display: none;
  }
  .honor .honor_box .box_left .box_1 a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .honor .honor_box .box_left .box_2 {
    height: 80px;
    border: 1px solid black;
    border-right: 0;
  }
  .honor .honor_box .box_left .box_2 .logo {
    width: 45%;
  }
  .honor .honor_box .box_left .box_2 .logo img {
    width: 60px;
  }
  .honor .honor_box .box_left .box_3 {
    height: 80px;
    margin-top: -1px;
    justify-content: center;
    border: 1px solid black;
    border-left: 0;
  }
  .honor .honor_box .box_left .box_3 .title span {
    font-size: 24px;
  }
  .honor .honor_box .box_left .box_3 .title img {
    display: none;
  }
  .honor .honor_box .box_left .box_3 .text {
    display: none;
  }
  .honor .honor_box .box_left .box_3 a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .honor .honor_box .box_right {
    padding-left: 25px;
  }
  .honor .honor_box .box_right .beijing {
    width: 90%;
    height: 92%;
  }
  .honor .honor_box .box_right .title {
    padding: 10px 0;
  }
  .honor .honor_box .box_right .title .text strong {
    font-size: 24px;
  }
  .honor .honor_box .box_right .title .text img {
    width: 12px;
    margin: 4px auto;
  }
  .honor .honor_box .box_right .title .text span {
    font-size: 12px;
  }
  .honor .honor_box .box_right .title .image {
    width: 60px;
  }
  .honor .honor_box .box_right .big_image a {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
.index_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index_box img {
  display: block;
}
.index_box .bei_image {
  width: 100%;
}
.index_box .bei_image img {
  width: 100%;
}
.index_box .box_left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_box .box_left img {
  width: 75%;
  transition: 400ms;
}
.index_box .box_left img:hover {
  transform: scale(1.2);
}
.index_box .box_right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_box .box_right .title {
  width: 70%;
}
.index_box .box_right .title span {
  font-size: 42px;
  color: white;
}
.index_box .box_right .title p {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
  color: white;
  text-align: justify;
  line-height: 35px;
}
.index_box .box_right .list_box {
  width: 70%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.index_box .box_right .list_box .list {
  transition: 300ms;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.index_box .box_right .list_box .list img {
  width: 55px;
}
.index_box .box_right .list_box .list p {
  margin: 0;
  margin-left: 15px;
}
.index_box .box_right .list_box .list p span {
  color: white;
}
.index_box .box_right .list_box .list p span:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
}
.index_box .box_right .list_box .list p span:nth-child(2) {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.index_box .box_right .list_box .list:hover {
  transform: scale(1.2);
}
.index_box .box_right .list_box .list:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .index_box .box_right .title {
    width: 70%;
  }
  .index_box .box_right .title span {
    font-size: 34px;
  }
  .index_box .box_right .title p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .index_box .box_right .list_box {
    margin-top: 30px;
  }
  .index_box .box_right .list_box .list {
    margin-bottom: 40px;
  }
  .index_box .box_right .list_box .list img {
    width: 45px;
  }
  .index_box .box_right .list_box .list p span:nth-child(1) {
    font-size: 24px;
  }
  .index_box .box_right .list_box .list p span:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .index_box .box_right .title {
    display: none;
  }
  .index_box .box_right .list_box {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .index_box .box_right .list_box {
    height: 80%;
    justify-content: space-around;
  }
  .index_box .box_right .list_box .list {
    margin-bottom: 0;
  }
  .index_box .box_right .list_box .list img {
    width: 30px;
  }
  .index_box .box_right .list_box .list p span:nth-child(1) {
    font-size: 16px;
  }
  .index_box .box_right .list_box .list p span:nth-child(2) {
    font-size: 12px;
  }
}
.new {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.new img {
  display: block;
}
.new .box_left {
  width: 50%;
  position: relative;
}
.new .box_left .beijing {
  width: 100%;
}
.new .box_left .beijing img {
  width: 100%;
}
.new .box_left .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.new .box_left .box .box_top {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new .box_left .box .box_top span {
  color: white;
  font-weight: 600;
  position: relative;
  text-stroke: 2px #578f30;
  -webkit-text-stroke: 2px #578f30;
  font-size: 70px;
}
.new .box_left .box .box_top span:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -55px;
  margin-top: -1px;
}
.new .box_left .box .box_top span:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: -55px;
  margin-top: -1px;
}
.new .box_left .box .box_top p {
  margin: 0 auto;
  width: 80%;
  color: white;
  text-align: justify;
  line-height: 35px;
  font-size: 18px;
}
.new .box_left .box .box_bottom {
  width: 100%;
  height: 50%;
}
.new .box_left .box .box_bottom span {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  color: #ea6b01;
  font-weight: 600;
  font-size: 30px;
}
.new .box_right {
  width: 50%;
  box-sizing: border-box;
  padding: 120px 0 30px 0;
  border-bottom-left-radius: 60px;
  background: url('../img/020.png'), #ea6b01;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.new .box_right .list_box {
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px;
}
.new .box_right .list_box a {
  display: block;
  width: 70%;
  box-sizing: border-box;
  padding: 8px;
  margin-bottom: 40px;
  background-color: #eaeaea;
  border-radius: 10px;
}
.new .box_right .list_box a .time {
  display: none;
}
.new .box_right .list_box a .text {
  width: 100%;
  position: relative;
}
.new .box_right .list_box a .text span {
  width: 100%;
  color: #343434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}
.new .box_right .list_box a .text i {
  display: none;
}
.new .box_right .list_box a .text p {
  margin: 0;
  width: calc(100% - 80px);
  box-sizing: border-box;
  color: #343434;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}
.new .box_right .list_box a .text .text_time {
  font-size: 14px;
  color: #343434;
  position: absolute;
  bottom: 0;
  right: 8px;
}
.new .box_right .list_box .active {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.new .box_right .list_box .active .time {
  display: block;
  width: 120px;
  padding-top: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
  position: relative;
}
.new .box_right .list_box .active .time span {
  color: rgba(234, 107, 1, 0.5);
  font-size: 30px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.new .box_right .list_box .active .time p {
  margin: 0;
  color: #ea6b01;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
}
.new .box_right .list_box .active .text span {
  color: white;
}
.new .box_right .list_box .active .text i {
  display: block;
  width: 120px;
  height: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: white;
  position: absolute;
  top: 30px;
  left: 0;
}
.new .box_right .list_box .active .text p {
  margin-top: 10px;
  margin-left: 130px;
  width: calc(100% - 130px);
  padding-left: 15px;
  border-left: 3px solid white;
  color: #ddd6d2;
}
.new .box_right .list_box .active .text .text_time {
  display: none;
}
.new .box_right .more {
  width: 70%;
}
@media (max-width: 1200px) {
  .new {
    flex-flow: row wrap;
  }
  .new .box_left {
    width: 100%;
  }
  .new .box_right {
    width: 92%;
    margin-left: 8%;
  }
}
@media (max-width: 760px) {
  .new .phone_title .box {
    background: #ec6b00;
  }
  .new .box_left {
    display: none;
  }
  .new .box_right {
    padding: 60px 0 30px 0;
  }
  .new .box_right .list_box {
    padding: 0 20px;
  }
  .new .box_right .list_box a {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .new .box_right .list_box a .text span {
    font-size: 16px;
  }
  .new .box_right .list_box a .text p {
    width: calc(100% - 60px);
    font-size: 12px;
  }
  .new .box_right .list_box a .text .text_time {
    font-size: 12px;
    right: 8px;
  }
  .new .box_right .list_box .active .time {
    width: 70px;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .new .box_right .list_box .active .time span {
    font-size: 20px;
    line-height: 20px;
  }
  .new .box_right .list_box .active .time p {
    line-height: 18px;
    font-size: 18px;
  }
  .new .box_right .list_box .active .text span {
    color: white;
  }
  .new .box_right .list_box .active .text i {
    width: 70px;
    height: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 21px;
  }
  .new .box_right .list_box .active .text p {
    margin-top: 5px;
    margin-left: 80px;
    width: calc(100% - 80px);
    padding-left: 10px;
    border-left: 2px solid white;
  }
  .new .box_right .more {
    width: 90%;
  }
}
.foot {
  width: 100%;
  padding-bottom: 140px;
  background: url('../img/022.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 70px;
}
.foot img {
  display: block;
}
.foot .foot_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.foot .foot_box .box_left {
  width: 50%;
}
.foot .foot_box .box_left .column {
  width: 100%;
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
}
.foot .foot_box .box_left .column span,
.foot .foot_box .box_left .column a {
  color: #156e43;
  display: block;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.foot .foot_box .box_left .column span {
  color: white;
  cursor: pointer;
}
.foot .foot_box .box_left .column a:hover {
  color: white;
}
.foot .foot_box .box_left .text {
  margin-top: 180px;
}
.foot .foot_box .box_left .text strong {
  display: block;
  color: black;
  font-size: 24px;
  font-family: '黑体';
  margin-bottom: 30px;
}
.foot .foot_box .box_left .text .list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.foot .foot_box .box_left .text .list img {
  width: 30px;
  margin-right: 10px;
}
.foot .foot_box .box_left .text .list p {
  margin: 0;
  margin-top: 2px;
  display: flex;
}
.foot .foot_box .box_left .text .list p span {
  color: black;
  font-size: 22px;
  font-weight: 600;
  font-family: '黑体';
}
.foot .foot_box .box_left .text .list p span:nth-child(1) {
  width: 120px;
  text-align-last: justify;
}
.foot .foot_box .box_left .text .list p span:nth-child(2) {
  width: calc(100% - 120px);
  word-wrap: break-word;
  word-break: break-all;
}
.foot .foot_box .box_right {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.foot .foot_box .box_right .erwei {
  display: flex;
  padding: 0 25px 20px 25px;
  background: linear-gradient(to bottom, transparent 0%, transparent 70px, #48b354 70px, #48b354 100%);
  position: absolute;
  top: -70px;
  left: 0;
}
.foot .foot_box .box_right .erwei .erwei_box {
  margin-right: 30px;
}
.foot .foot_box .box_right .erwei .erwei_box .img {
  border: 2px solid #46a294;
  border-radius: 3px;
  overflow: hidden;
}
.foot .foot_box .box_right .erwei .erwei_box .img img {
  width: 210px;
}
.foot .foot_box .box_right .erwei .erwei_box span {
  width: 100%;
  padding: 3px 0;
  text-align: center;
  color: white;
  font-size: 26px;
}
.foot .foot_box .box_right .erwei .erwei_box:nth-last-child(1) {
  margin-right: 0;
}
.foot .foot_box .box_right .box .image img {
  width: 380px;
}
.foot .foot_box .box_right .box .bbox {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot .foot_box .box_right .box .bbox img {
  width: 150px;
}
.foot .foot_box .box_right .box .bbox .text {
  position: relative;
}
.foot .foot_box .box_right .box .bbox .text p {
  width: 160px;
  padding: 4px;
  border-radius: 50px;
  background-color: #ea6b01;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .foot_box .box_right .box .bbox .text p i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: white;
}
.foot .foot_box .box_right .box .bbox .text p span {
  color: white;
  font-size: 22px;
}
.foot .foot_box .box_right .box .bbox .text strong {
  display: block;
  width: 156px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ea6b01;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -25px;
}
@media (max-width: 1250px) {
  .foot {
    margin-top: 40px;
  }
  .foot .foot_box {
    width: 90%;
  }
  .foot .foot_box .box_right .erwei {
    padding: 0 15px 10px 15px;
    background: linear-gradient(to bottom, transparent 0%, transparent 40px, #48b354 40px, #48b354 100%);
    top: -40px;
  }
  .foot .foot_box .box_right .erwei .erwei_box {
    margin-right: 30px;
  }
  .foot .foot_box .box_right .erwei .erwei_box .img img {
    width: 140px;
  }
  .foot .foot_box .box_right .erwei .erwei_box span {
    font-size: 20px;
  }
  .foot .foot_box .box_right .box .image img {
    width: 300px;
  }
  .foot .foot_box .box_right .box .bbox img {
    width: 110px;
  }
  .foot .foot_box .box_right .box .bbox .text p {
    width: 130px;
    padding: 4px;
  }
  .foot .foot_box .box_right .box .bbox .text p span {
    font-size: 18px;
  }
  .foot .foot_box .box_right .box .bbox .text strong {
    width: 120px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 760px) {
  .foot {
    padding-bottom: 0;
    margin-top: 30px;
  }
  .foot .foot_box .box_left {
    display: none;
  }
  .foot .foot_box .box_right {
    width: 100%;
    justify-content: center;
  }
  .foot .foot_box .box_right .erwei {
    position: static;
    padding: 0 10px 5px 10px;
    background: linear-gradient(to bottom, transparent 0%, transparent 30px, #48b354 30px, #48b354 100%);
    margin-top: -30px;
  }
  .foot .foot_box .box_right .erwei .erwei_box {
    margin-right: 20px;
  }
  .foot .foot_box .box_right .erwei .erwei_box .img img {
    width: 120px;
  }
  .foot .foot_box .box_right .erwei .erwei_box span {
    font-size: 15px;
  }
  .foot .foot_box .box_right .box {
    display: none;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 110px);
    padding-bottom: 110px;
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ea6b01;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 70px;
  }
}
.tabber {
  width: 100%;
  height: 70px;
  display: none;
  justify-content: space-between;
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabber a img {
  height: 30px;
  display: block;
}
.tabber a span {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
}
.common_image img {
  width: 100%;
  display: block;
}
.common_image .b {
  display: none;
}
@media (max-width: 760px) {
  .common_image .a {
    display: none;
  }
  .common_image .b {
    display: block;
  }
}
.menu2 {
  width: 100%;
  height: 80px;
  background-color: #48b354;
}
.menu2 ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu2 ul li {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
  position: relative;
}
.menu2 ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
}
.menu2 ul li ul {
  display: none;
  width: auto;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  border-radius: 5px;
}
.menu2 ul li ul li {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.menu2 ul li ul li a {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  white-space: nowrap;
  color: black;
}
.menu2 ul li:nth-last-child(1) {
  margin-right: 0;
}
.menu2 ul .active a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover ul {
  display: block;
}
.menu2 ul li:hover ul li a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover ul li:hover a {
  background-color: #48b354;
  color: white;
}
@media (max-width: 1200px) {
  .menu2 ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .menu2 {
    height: auto;
  }
  .menu2 ul {
    flex-flow: row wrap;
  }
  .menu2 ul li {
    width: calc(100% / 3);
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
  .menu2 ul li a {
    width: auto;
    padding: 5px 8px;
    text-align: center;
  }
  .menu2 ul li:nth-child(n+4) {
    border-bottom: 0;
  }
  .menu2 ul li:nth-child(3n) {
    border-right: 0;
  }
  .menu2 ul li:hover ul {
    display: none;
  }
}
.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: #ea6b01;
  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: #ea6b01;
  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: #ea6b01;
  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: #48b354;
    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);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.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: #48b354;
}
.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 span {
    font-size: 14px;
  }
  .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: #ea6b01;
  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%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: black;
  padding: 20px 15px;
  margin-bottom: 20px;
  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: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_new_box a p {
  margin: 0;
  font-size: 14px;
  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 #48b354;
  box-shadow: 0 0 2px #282c35;
}
.com_new_box a:hover span {
  color: #48b354;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
  }
  .com_new_box a span {
    font-size: 18px;
  }
}
