* {
  margin: 0;
  padding: 0;
}
div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}
div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: Arial;
  color: #333;
  padding: 0px;
  margin: 0px;
}
button:foucs {
  border: none !important;
  outline: none !important;
}
button::-moz-focus-inner {
  border-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
video, embed, iframe {
  width: 100%;
}
img {
  border: none !important;
  vertical-align: middle
}
input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  outline: none;
}
.pcnone{
    display: none;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex{
  display: flex;
  flex-flow: row wrap;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img {
  border: 0px;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}
/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wal {
  width: 1300px;
  margin: 0px auto;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #0f6017;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #0f6017;
}
.scroll-to-top:hover i {
  color: #fff;
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-menu-wrapper-logo {
  position: relative;
}
.main-header-logo a .logo{
  height: 60px;
  padding: 10px 0;
}
.main-header {
  width: 100%;
  display: block;
  height: 135px;
/*  line-height: 80px;*/
}
.main-header.stricky-fixed {
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}
.mobile-nav-toggler{
  display: none;
}
.main-header .main-header-content .main-header-top .wal{
  justify-content: space-between;
}
.main-header-top{
  background: url(../images/headtopbg.jpg) no-repeat center;
}
.main-header-tel .tel-box{
  height:100%;
  align-items: center;
  align-content: center;
  margin-left: 60px;
  color: #777;
}
.main-header-tel .tel-box:nth-child(1) {
  margin-left: 0;
}
.main-header-tel .tel-box img{
  margin-right: 15px;
}
.main-header-tel .tel-box .tel-right{
  align-content: space-between; font-size: 20px;
}
.main-header-tel .tel-box p{
   width: 100%;
}
.main-header-tel .tel-box b{
  width: 100%;
  font-size: 22px;
}
.main-header .main-menu-wrapper{
  width: 100%;
  line-height: 35px;
  padding: 10px 0;
}
.main-header .main-menu-wrapper > .wal{
  justify-content: space-between;
}
.main-header .main-menu-list{
  display: flex;
  flex-flow: row wrap;
  width: 70%;
  justify-content: space-between;
}
.main-header .main-menu-list > li{
  padding: 0 20px;
  min-width: 110px;
  text-align: center;
/*  text-transform: uppercase;*/
  position: relative;
  font-size: 18px;
}
.main-header .main-menu-list > li:hover ,
.main-header .main-menu-list > li.on{
  background: #0f6017;
  color: #fff;
  border-radius: 40px;
}
.main-header .main-menu-list > li:hover > a,
.main-header .main-menu-list > li.on > a{
  color: #fff;
}
.main-header .main-menu-list > li > ul{
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: -20px;
  z-index: 99;
  background: #D9E7BC;
  min-width: 200px;
  font-size: 16px;
  line-height: 140%;
  border-radius: 20px;
  box-shadow: 0 0 5px #dfdfdf;
}
.main-header .main-menu-list > li > ul li{
  padding: 5px 0;
  line-height: 30px;
  margin: 0 15px;
  border-bottom: 1px dashed #9fc1a3;
}
.main-header .main-menu-list > li > ul li:nth-child(1) {
  margin-top: 20px;
}
.main-header .main-menu-list > li > ul li:last-child {
  margin-bottom: 20px;
  border: none;
}
.main-header .main-menu-list > li:hover > ul{
  display: block;
}
.main-header .main-menu-list > li > ul li:hover a{
  color: #0f6017;
}
.link-box{ display: none;}
.link-box a{
  margin-left: 15px;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}
.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}
.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav-content {
  width: 300px;
  background-color: #0f6017;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav-close i {
  color: #fff;
}
.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav-content .main-menu-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav-content .main-menu-list ul {
  display: none;
  background: rgba(255,255,255,0.1);
}
.mobile-nav-content .main-menu-list ul li{
  border:none;
}
.mobile-nav-content .main-menu-list ul li a{
  height: auto;
  line-height: 25px;
  padding: 7px;
}
.mobile-nav-content .main-menu-list li a.expanded {
/*  color: rgba(255, 255, 255, .7);*/
}
.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #0f6017;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #0f6017;
}
.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}
.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}
.main-menu-list .cn{
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  height: 56px;
    line-height: 56px;
}
.stricky-fixed .main-menu-list .cn{
  color: #666;
}
.main-menu-list .cn a{
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
.main-menu-list .left > li .yiji span{
  display: none;
}
/*首页banner图 start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide img {
  width: 100%;
  position: relative;
}
#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}
#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #0f6017;
}
.btn-prev {
  left: 5%;
}
.btn-prev img, .btn-next img {
  width: 80%;
}
.btn-next {
  right: 5%;
}
/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0f6017;
  width: 40px;
  transition-delay: 0s;
} */
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}
.banner-slide-content {
  position: relative;
  z-index: 9;
}
.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-slide-content p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;
}
#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}
#banner_pagination .swiper-pagination-bullet {
  position: relative;
}
#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
  box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}
#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}
@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}
.banner_txt span {
  color: #666;
  font-size: 26px;
  display: block;
  text-shadow: none;
}
.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}
.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.banner-more:hover::after {
  margin-left: 13px;
}
/*首页banner图 end*/
.index_tit{
  text-align: center;
  margin-bottom: 40px;
}
.index_tit b{
  font-size: 40px;
  color: #015516;
}
.index_tit p{
  font-size: 16px;
  color: #999;
  padding-top: 10px;
}
/*产品中心*/
.product{
  padding: 60px 0 80px;
}
.product .pro_body .pro_list{
  width: 100%;
  padding: 50px;
  background: url(../images/prolistbg.jpg) no-repeat center;
}
.product .pro_body .pro_list b{
  color: #015516;
  font-size: 26px;
}
.product .pro_body .pro_list ul{
  width: 45%;
  margin-top: 40px;
}
.product .pro_body .pro_list ul li{
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  align-content: center;
  align-items: center;
}
.product .pro_body .pro_list ul li img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.product .pro_body .pro_list ul li a{
  color: #015516;
  display: inline-block;
  position: relative;
}
.product .pro_body .pro_list ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #015516;
    left: 0%;
    -webkit-transform: translateX(-0%);
    -moz-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    -o-transform: translateX(-0%);
    transform: translateX(-0%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.product .pro_body .pro_list ul li:hover a:after {
  width: 100%;
}
.product .pro_body .pro_con ul{
  justify-content: space-between;
}
.product .pro_body .pro_con ul li{
  width: 22%;
  margin-top: 30px;
  transition:.3s ease-in;
}
.product .pro_body .pro_con ul li .img{
  overflow: hidden;
  border:1px solid #dfdfdf;
}
.product .pro_body .pro_con ul li .img img{
  width: calc(100% - 20px);
  display: block;
  transition:.5s ease-in;
  margin: 10px;
}
.product .pro_body .pro_con ul li:hover img { transform:scale(1.1,1.1);}
.product .pro_body .pro_con ul li p{
  width: 100%; padding:0 15px;
  height: 40px;
  line-height: 40px;
  background: #8EC220;
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
  transition:.3s ease-in;
   color: #fff;
}
.product .pro_body .pro_con ul li:hover p{
  background: #015516;
 
}
/*company start*/
.company{
  padding: 60px 0;
  background: url(../images/combg.jpg) no-repeat center;
}
.company .wal{
  justify-content: space-between;
}
.company .index_tit{
  width: 300px;
  text-align: left;
  padding: 50px 0;
}
.company .index_tit em{
  display: block;
  width: 60px;
  height: 4px;
  background: #fff;
  margin: 20px 0 40px;
}
.company .index_tit b{
  color: #fff;
}
.company .index_tit p{
  color: #fff;
  line-height: 160%;
/*   text-align: justify;*/
}
.company .index_tit a{
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}
.company .index_tit a:hover {
  background: #8EC220;
  border-color: #8EC220;
}
.company .com_body{
  width: calc(100% - 400px);
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 5px 0 #dfdfdf;
}
.company .com_body b{
  font-size: 24px;
  color: #8EC220;
  padding-bottom: 20px;
  display: block;
}
.company .com_body p{
   text-align: justify;
   line-height: 150%;
   margin-top: 10px;
   font-size: 17px;
}
/*新闻资讯 start*/
.news {
  background:#fff;
  padding: 60px 0px;
}
.news .wal {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.hy_xw {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.hyxw_fl {
  width: 42%;
  margin-left: 20px;
}
.hyxw_fl ul li {
  padding: 30px;
  margin-bottom: 20px;
  transition: all .3s;
/*  box-shadow: 0 0 10px #ddd;*/
  background: #f6f6f6;
}
.hyxw_fl ul li:nth-child(3) {
  margin-bottom: 0;
}
.hyxw_fl ul li p {
  line-height: 26px;
  margin-top: 15px;
}
.hyxw_fl ul li b {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.hyxw_fl ul li span {
  display: block;
  margin: 10px 0;
  color: #666;
}
.hyxw_fl ul li:hover {
  background: #8EC220;
}
.hyxw_fl ul li:hover b, .hyxw_fl ul li:hover span, .hyxw_fl ul li:hover p {
  color: #fff;
}
.hyxw_fr {
  width: 57%;
}
.hyxw_fr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.hyxw_fr ul li {
  width: 48.5%;
  height: 100%;
  padding: 30px 30px;
/*  box-shadow: 0 0 10px #ddd;*/
  background: #f6f6f6;
  min-width: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.hyxw_fr ul li a{
  width: 100%;
}
.hyxw_fr ul li span {
  display: block;
  margin: 10px 0;
  color: #666;
  font-size: 24px;
  color: #015516;
  font-weight: bold;
}
.hyxw_fr ul li p {
  line-height: 26px;
  margin-top: 15px;
}
.hyxw_fr ul li b {
/*  display: block;*/
  font-size: 22px;
  font-weight: normal;
}
.hyxw_fr ul li img {
  margin-top: 20px;
  height: 196px;
}
.hyxw_fr ul li:hover {
  background: #015516;
}
.hyxw_fr ul li:hover b, .hyxw_fr ul li:hover span, .hyxw_fr ul li:hover p {
  color: #fff;
}
/*留言*/
.liuyan{
  padding: 60px 0;
  background: url(../images/liuyanbg.jpg) no-repeat center;
  min-height: 500px;
}
.liuyan .wal{
  justify-content: space-between;
}
.liuyan .ly_left{
  width: 38%;
}
.liuyan .ly_left b{
  font-size: 26px;
  color: #0F6017;
  margin-bottom: 20px;
  padding-top: 30px;
  display: block;
}
.liuyan .ly_left p{
  line-height: 160%;
}
.liuyan .ly_right{
  width: 58%;
  padding: 30px;
  box-sizing: border-box;
  background: #8DC120;
  border-radius: 10px;
}
.liuyan .ly_right b{
  font-size: 26px;
  color: #0F6017;
}
.liuyan .ly_right form{
  margin-top: 20px;
  color: #fff;
}
.liuyan .ly_right form label{
  line-height: 160%;
}
.liuyan .ly_right form label span{
  color: #ff5200;
  font-size: 20px;
}
.liuyan .ly_right .formbox{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.liuyan .ly_right .formbox .formitem{
  width: 48%;
  display: flex;
  flex-flow: column wrap;
  color: #fff;
}
.liuyan .ly_right .formbox .formitem input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.6);
  padding: 5px;
  border-radius: 5px;
}
.liuyan .ly_right .formbox1 .formitem{
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  color: #fff;
}
.liuyan .ly_right .formbox1 .formitem textarea{
  width: 100%;
  height: 100px;
  line-height: 30px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.6);
  padding: 5px;
  border-radius: 5px;
  font-family: Arial;
}
.liuyan .btn{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.liuyan .btn .yzm{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.liuyan .btn .yzm input{
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.6);
  padding: 5px;
  border-radius: 5px;
}
.liuyan .btn .yzm .yzmimg{
  height: 30px;
  margin:0 10px;
}
.liuyan .btn .yzm p{
  font-size: 12px;
  width: 115px;
}
.liuyan .btn input{
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  outline: none;
  background: #0F6017;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.footer{
  padding:40px 0 30px 0;
  background: #0f6017;
}
.footer .foot_top{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot_top img{
 width: auto;
 height: 40px;
}
.footer .foot_top ul{
  width: 45%;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  align-content: center;
}
.footer .foot_top ul li a{
  color: #fff;
  font-size: 15px;
}
.footer .foot_mid{
  width: 100%;
  padding: 30px 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #fff;
}
.footer-list3 {
  width: 78%;
}
.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-content {
    display: inline-block;
    position: relative;
    padding-left: 52px;
    padding-bottom: 30px;
    text-align: left;
}
.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.address-content span.iconfont{
  font-size: 24px;
  font-weight: normal;
}
.address-content i {
  font-size: 15px;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
}
.address-content p {
  color: rgba(255,255,255,0.8);
}
 .footer-list3 span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.follow{
  width: 18%;
  display: flex;
  flex-flow: row wrap;
}
.follow .ewm_box{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.follow .ewm_box .ewm_item{
  width: 44%;
  text-align: center;
  line-height: 160%;
}
.follow .ewm_box .ewm_item img{
  width: 100%;
}
.follow b{
  font-size: 17px;
  display: flex;
  text-transform: uppercase;
  padding:20px 0 6px 0;
}
.follow .socials {
  padding-left: 0;
  margin-bottom: 0; display: none;
}
.follow .socials li {
  display: inline-block;
  margin-right:5px;
}
.follow .socials li a {
  border: 1px solid #dedede;
  border-radius: 20%;
  color: #dedede;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.follow .socials li a i.fa{
  font-size: 20px;
}
.follow .socials li a:hover {
  background-color: #8EC220;
  border: 1px solid #8EC220;
  color: #fff;
}
.foot_bot{
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
}
.foot_bot span{
  display: block;
  color: #fff;
  line-height: 160%;
}
.foot_bot span a{
  color: #fff;
}
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background:url(../images/jtup.png) no-repeat center #999;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}
.back-to-top:hover {
  color: #fff;
  background:url(../images/jtup.png) no-repeat center #8EC220;
  transition: background 0.2s ease-in-out;
}
.tips_false{
  font-style: normal;
  font-size: 14px;
  color: #ff0000;
}
.tips_true{
  font-style: normal;
  font-size: 14px;
  color: #00A717;
}
.maintel{ display: none;}
.maintel img{ width: 30px;}