

     
   
/**/
* {
  margin: 0;
  padding: 0;
}

span,strong,td,th,u,ul {
  margin: 0;
  padding: 0
}

button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,
textarea,
tr,
ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

body {
  font-size: 14px;
        font-family: 'Roboto Regular';
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

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;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

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

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: 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;
}

/*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%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dot4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #006833;
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 994;
  transition: all 0.5s;

  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}
.header-transparent .container {  display: flex;
  justify-content: space-between;
  align-items: center;}
.top-box {



 
}

.top-box .logo {
   
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;

}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.top-box .logo .logo-tu2 {
  display: none;
}
.mob_language { display: none;}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.nav-menu {
  flex: 5;
  height: 70px;


}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.nav-menu ul li {
  text-align: center;


}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
  font-weight: 600;
    text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #006833 !important;
  

}

.nav-menu .drop-down ul {

  display: flex;

  justify-content: center;
  position: absolute;

  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 99;
 display: none;
  width: 100%;
  padding: 0 10%;
    padding: 30px 0;
  background: #f1f1f1;
  transition: ease all 0.3s;

 
}

.nav-menu .drop-down ul li{ width: 25%;}
.nav-menu .drop-down ul li a{ display: flex; flex-direction: column;}
.nav-menu .drop-down ul li img{ width: 60%;}
.nav-menu .drop-down:hover>ul {
display:flex;
  top: 100%;
  
}

.nav-menu .drop-down li {

  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #006833 !important;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 70px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .header_top { display: none;}
#header.header-scrolled .top-box{ background: #000;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #006833;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #006833;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #006833;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 14px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #006833;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #006833;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}


.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}



.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: #006833;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #006833;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
.header_top {  color: #fff;  padding:10px 4vw ; display: flex; align-items: center;justify-content: space-between;}

/* 语言 */
.lang { color: #fff;}
.lang a{ color: #FFF; font-weight: 600; padding: 3px 10px; margin: 0 5px;}
.lang a:hover { background: #006833; color: #fff;}
/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#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: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #006833;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#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: #006833;
  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: 40%;
  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;
  margin-top: 30px;
}

.banner_txt {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: center;

}

.banner_txt p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px auto;
  text-shadow: none;
  width: 90%;
}

.banner_txt span {
  color: #fff;
  font-size: 28px;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  width: 90%;
}
.banner_more { margin-top: 30px;}
.cus-btn-3 {
  position: relative;

  overflow: hidden;
  border: 1px solid #006833;
  color: #FAFAFA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
   width: 180px;
   height:60px;

     transition: all .3s;
     border-radius: 3px;
   background:#006833;     

   font-size: 18px;
 
}
.cus-btn-3 i{ margin-left: 15px;}

.pad_80 {
  padding: 100px 0;
}
/*  */
.overview { background: #f1f1f1; text-align: center; padding:50px 0; }

.overview b{ color: #333; font-size: 30px;}
.overview p{font-size: 24px; color: #333; margin-bottom: 0;}

/*关于我们*/
.main_title {
  text-align: center;

}


.main_title .m_p1 {

  color: #333;
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;

 
}
.main_title .m_p2 {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}


.about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 16px;
  text-align: justify;
  margin: 20px 0;
}

.about_fl .ab-title {
  font-size: 28px;
  color: #222;
  font-weight: bold;

}

.about_fr {
  width: 45%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_fr img {
  border-radius: 20px 0 20px 0;
  transition: all .3s;
}

.about-box:hover .about_fr img {
  transform: scale(1.05);
}

.more .cus-btn-3 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #006833;
  color: #FAFAFA;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;

  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;

  padding: clamp(14px, 0.964vw, 24px) clamp(20px, 1.667vw, 48px);
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  background: #006833;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.more .cus-btn-3.small-padding {
  padding: clamp(10px, 0.755vw, 24px) clamp(20px, 1.667vw, 48px);
}

.more .cus-btn-3 span {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
    color: #fff;
  display: block;
}



.more .cus-btn-3:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  border: 0;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
 
}

.more .cus-btn-3:hover {

  color: #006833;
}
.more .cus-btn-3:hover span{ color: #006833!important; }
.more .cus-btn-3:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}
/* 产品 */
.product { background: url(../images/serbg.jpg) no-repeat center top; }
.ywfw ul { display: flex; align-items:stretch; flex-wrap: wrap; justify-content: space-between; margin-top: 40px;}
.ywfw ul li { width: calc((100% / 6) - 20px); text-align: center; margin: 15px 10px;   
}
.yw_txt b{font-size: 28px;margin: 22px 0; color:#333; font-weight: normal; display: block;}
.yw_txt p { display: flex; flex-wrap: wrap;}
.yw_txt span{color: #999;line-height: 36px; font-size: 17px; padding-right: 20px;}

.yw1_img img{ max-height: 260px;}
.ywfw ul li a { 
  position: relative;
  display: block;
  transition: 0.6s;
  transform-style: preserve-3d;
  height: 100%;
  border-radius: 10px;
  background: #f1f1f1;

}
.ywfw ul li:hover a{
    transform: rotateY(180deg);

}

.yw_back{
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  backface-visibility: hidden;  
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);


  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.yw_back img{width: 100%; height: 100%;}
.yw_back div{ z-index: 1; position: absolute; left: 0; top:0; width: 100%; height: 100%; object-fit: fill;}
.yw_front {
   padding: 30px 20px;
   background: #f1f1f1;
  border-radius: 10px;
   -webkit-transform: rotateY(0);
    transform: rotateY(0);
  backface-visibility: hidden;  
  z-index: 2;}
.yw_back div{ position: relative;}
.yw_front span{ color: #666; font-size: 18px; display: block; margin-bottom: 30px;}
.yw_back b span{padding: 10px 20px;  display: inline-block; border-radius: 10px;  background: #006833; color: #fff;}
.yw_back .backimg { position: relative; z-index: 1;}
.yw_back b { position: absolute; display: flex; align-items: center; justify-content: center; font-weight: normal; width: 100%; height: 100%; z-index: 2; background: rgba(0, 0, 0, 0.5); font-size: 24px; height: 100%; text-align: center;  color: #fff; 

}
/* 优势 */
.jspt {
  background: url(../images/ysbg.jpg) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.jspt ul {
  padding: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.jspt ul li {
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, .2);
  padding: 40px;
  border-radius: 10px;
  margin-left: -1px;
  margin-top: -1px;
  width: 33.33%;
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .2);

  z-index: 9;
  position: relative;
}

.jspt ul li a {
  display: block;
  color: #fff;
}

.jspt ul li p {
  border-radius: 50%;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

.jspt ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}

.jspt ul li i {
  font-weight: bold;
  font-size: 18px;

  display: block;
  font-style: normal;
  margin-top: 5px;
  color: rgba(255, 255, 255, 1);
}

.jspt ul li em {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}

.jspt ul li p img {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 100%;
}

.jspt ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #006833;
  border-radius: 10px;
  transition: 0.5s;
}

.jspt ul li:hover:before {
  width: 100%;
  left: 0;
}

.jspt ul li a:hover {
  color: #fff;
}

/* 新闻 */

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news-two ul li {
  width: 33.33%;
  background: #fff;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
 
  padding: 50px 30px;
  transition: .3s;
  border-bottom: 1px solid #dedede;


}

.news-two ul li:nth-child(5),
.news-two ul li:nth-child(6) {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #006833;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day,
.news-two a:hover .newscon,
.news-two a:hover .newscon b {
  color: #fff;
}


.day span {
  font-size: 16px;
  float: right;

}

.day p {
 color: #7f8c8d;
  font-size: 14px;
  display: block;
}


.newscon b {
  display: block;
  font-size: 24px;
  margin: 15px 0;
  font-weight: normal;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  margin-top: 30px;
  color: #666;
  font-size: 14px;

}

.news-two a:hover .day p,
.news-two a:hover .newscon p {
  color: #fff;
}

.newsbg { background: #f1f1f1;}
 .join_rczp_list  { width: 100%; background: #fff; }
  .join_rczp_list ul {padding: 15px; }
   .join_rczp_list li  { margin: 0 10px;  display: block; border-bottom: 1px solid #dedede;  padding:8px 0px;}
    .join_rczp_list .zp-content { display: flex; justify-content: space-between; align-items: center;}
    .join_rczp_list .zp-content .icon { width: 20px; height: 20px; background: url(../images/jiantou1.png) no-repeat right center / cover; transition: all .3s;}
        .join_rczp_list li.cur .zp-content .icon { transform: rotate(-180deg);}
    .join_rczp_list .zp-content p {  color: #333;width: calc(100% - 80px); margin: 15px 0; font-size: 20px; line-height: 26px; }
.join_rczp_list .zp-content p img{ margin-right: 10px;}
    .zp-con {
      padding:20px;
      background: #f7f7f7;
      margin-top: 10px;
      display: none;
      line-height: 28px;
       font-size: 16px;
       color: #666;
  }
  .zp-con-list .zp-flex{ margin-bottom: 10px; display: flex; flex-wrap: wrap; margin-top: 10px;}
.zp-con-list p{
  line-height: 28px;
  width:100%;
   margin: 5px 0;
  color: #666;
  display: flex;
  justify-content: space-between;

}


.zp-con-list a:hover {
  color: #000;
}

.zp-con-list .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #ccc;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}
.zp-con-list .lxing::after{
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color:#afafaf;
}
 .zp-con-list em {

  color: #999;

}

 .zp-con-list i {
  width: 95%;
  color: #333;

}
  .zp-con-list .tit { color: #000; font-size: 16px; font-weight: 600;}
/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 30px; width: 100%; float: left;
}

.footer-list1 {
  width: 25%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 22%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 37%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}

.socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}

.socials li {
  display: inline-block;
  margin-right: 10px;
}

.socials li a {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  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;
}

.socials li a:hover {
  background-color: #006833;
  border: 1px solid #006833;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  margin-bottom: 0;

}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  display: block;

}
.footer-list1 p a::first-letter,
.footer-list2 p a::first-letter {
  text-transform: uppercase;

}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #006833;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;

  text-align: left;
  width: 100%;
}

.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 i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px;
}

.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #006833;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fot_top img{ height: 50px;}
.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #006833;
  display: none;
}

.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #006833;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #006833;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #999;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #999;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}
#suspension li:hover .txt_box p{ margin-bottom: 0;}
#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #999;
  color: #fff;
}