@charset "utf-8";
.container {
  width: 1260px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}
.phone-nav {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: absolute;
  right: 20px;
  top: 30px;
  background: url(../images/nav.png) no-repeat right center;
  background-size: cover;
}
@media (min-width: 992px) {
  .phone-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .phone-nav {
    top: 21px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .phone-nav {
    top: 14px;
    right: 15px;
  }
}
body {
  background: url("../images/bg.png");
}
header {
  border-top: 5px solid #1b7e1f;
  background: url("../images/mask.png");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 108px;
  animation: myfirst 2s;
  -webkit-animation: myfirst 2s;
  right: 0;
  margin:0 auto;
}
.bans .m_ctrl{
  margin-top: 130px;
  height: 550px !important;
}
.cmss .m_ctrl{
  margin-top: 130px;
  height: 250px !important;
}
@media (max-width: 991px) {
  header {
    height: 81px;
  }
}
@media (max-width: 767px) {
  header {
    height: 66px;
    position: relative;
    animation: none;
    -webkit-animation: none;
  }
}
@keyframes myfirst {
  0% {
    left: 0;
    top: -200px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: 0;
    top: -200px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
header .container {
  position: relative;
}
header .logo {
  float: left;
  position: relative;
  width:390px;
  height:80px;
  margin: 10px 0;
}
@media (max-width: 991px) {
  header .logo {
    width: 137px;
    height: 60px;
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 300px;
    height: 56px;
    margin: 0 0;;
  }
}
header .right {
  width: 62%;
  float: right;
}
@media (max-width: 767px) {
  header .right {
    width: 60%;
  }
}
header .right .top {
  width: 100%;
  height: 27px;
  /*search*/
}
header .right .top .hotline {
  width: 240px;
  height: 27px;
  float: right;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  background: url("../images/topbg.png") no-repeat;
  background-size: cover;
}
header .right .top .hotline a{
  color:#fff;
}
@media (max-width: 991px) {
  header .right .top .hotline {
    display: none;
  }
}
header .right .top .en {
  float: right;
  height: 24px;
  width: 80px;
  overflow: hidden;
  margin: 4px 0 0;
}
@media (max-width: 991px) {
  header .right .top .en {
    display: none;
  }
header .right .top {
	display: none;
  /*search*/
}
}
header .right .top .en .last_child:after {
  display: none;
}
header .right .top .en a.language {
  display: block;
  float: left;
  color: #5F5F5F;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  text-transform: uppercase;
  position: relative;
}
header .right .top .en a.zhong,
header .right .top .en a.language:hover{
  color: #1b7e1f;
}
header .right .top .en a.language:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  top: 6px;
  background: #1b7e1f;
}
header .right .top .serch {
  height: 18px;
  float: right;
  z-index: 25;
  width: 18px;
  color: #565966;
  margin: 7px 15px 0 0;
  cursor: pointer;
  position: relative;
  background: url(../images/search.png) no-repeat right center;
  background-size: cover;
}
@media (max-width: 991px) {
  header .right .top .serch {
    margin: 26px 70px 0 0;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 767px) {
  header .right .top .serch {
    margin: 19px 55px 0 0;
    height: 20px;
    width: 20px;
  }
}
header .right .top .search {
  padding: 15px;
  background-color: #f7f7f7;
  width: 370px;
  border-radius: 2px;
  display: none;
  position: absolute;
  z-index: 26;
  right: 290px;
  overflow: initial !important;
  top: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  header .right .top .search {
    right: 70px;
    top: 76px;
  }
}
@media (max-width: 767px) {
  header .right .top .search {
    width: 100%;
    top: 61px;
    right: 0;
  }
}
header .right .top .search .select_option {
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  left: -1px;
  top: 36px;
  position: absolute;
  z-index: 99;
  background: #fff;
}
@media (max-width: 767px) {
  header .right .top .search .select_option {
    width: 100%;
  }
}
header .right .top .search .ser_box {
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  header .right .top .search .ser_box {
    width: 100%;
  }
}
header .right .top .search .select_box {
  color: #666;
  font-size: 14px;
  width: 110px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  float: left;
  z-index: 28;
  padding: 0 20px 0 10px;
  background: #fff;
  position: relative;
  background: url("../images/search_ico.png") no-repeat 90px center #ffffff;
}
@media (max-width: 767px) {
  header .right .top .search .select_box {
    background: url("../images/search_ico.png") no-repeat 90% center #ffffff;
    width: 30%;
  }
}
header .right .top .search .select_box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 2px;
  right: 0;
  background: #ccc;
}
header .right .top .search .select_showbox {
  height: 35px;
  overflow: hidden;
}
header .right .top .search .btn_srh {
  color: #000;
  width: 20px;
  height: 19px;
  background: url("../images/icon-search-gary.png") no-repeat;
  position: absolute;
  right: 12px;
  top: 8px;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}
header .right .top .search .inputz {
  width: 300px;
  height: 35px;
  z-index: 1;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  header .right .top .search .inputz {
    width: 100%;
  }
}
header .right .top .search .inp_srh {
  outline: none;
  width: 300px;
  padding: 0 52px 0 10px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .right .top .search .inp_srh {
    width: 100%;
  }
}
header .right .top .search .sclose {
  float: left;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  header .right .top .search .sclose {
    display: none;
  }
}
header .right .top .search .sclose img {
  max-width: 100%;
}
header .right .top .search select {
  display: none;
}
header .right .top .search .select_option li {
  text-align: center;
  list-style: none;
  width: 110px;
  z-index: 99;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .right .top .search .select_option li {
    width: 100%;
  }
}
header .right .top .search .select_option li.selected {
  background-color: #F3F3F3;
  color: #999;
}
header .right .top .search .select_option li.hover {
  background: #BEBEBE;
  color: #fff;
}
header .right .top .search input.inp_srh,
header .right .top .search input.btn_srh {
  border: none;
  height: 35px;
  float: left;
}
header .right .nav {
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  header .right .nav {
    display: none;
  }
}
header .right .nav li {
  float: left;
  width: 12%;
  position: relative;
}
header .right .nav li:hover div {
  display: block;
}
header .right .nav li div {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 75px;
  background: #1b7e1f;
  opacity: 0.80;
  filter: alpha(opacity=80);
  display: none;
}
header .right .nav li div > a {
  display: block;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  
  font-size: 14px;
  overflow: hidden;
}
header .right .nav li div > a:hover {
  background: #fff;
  color: #000;
}
header .right .nav li > a {
  color: #000000;
  height: 75px;
  display: block;
  line-height: 75px;
  font-size: 15px;
  
  text-align: center;
  position: relative;
  overflow: hidden;
}
header .right .nav li > a:hover {
  color: #1b7e1f;
}
header .right .nav .active > a {
  color: #1b7e1f;
}
.banner_nr {
  width: 100%;
  position: relative;
}
.banner_nr .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.banner_nr .border:after {
  content: "";
  display: block;
  padding-bottom: 2%;
}
.banner {
  overflow: hidden;
}
.banner .imgss{
  max-height:713px;
}
.banner .slick-dots li.slick-active button {
  background: #97d62a;
}
.banner .slick-dots li button {
  background: #fff;
  margin: 0 5px;
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .banner .slick-dots li button {
    width: 11px;
    height: 11px;
    margin: 0 3px;
  }
}
.banner .slick-dots {
  bottom: 50px;
}
@media (max-width: 1200px) {
  .banner .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .banner .slick-dots {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 20px;
  }
}
.titlez {
  font-size: 36px;
  color: #000;
  line-height: 46px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 991px) {
  .titlez {
    font-size: 28px;
  }
}
.titlez span {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 13px;
}
.titlez span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  right: 0;
  top: 8px;
  background: #a7a7a7;
}
.titlez .last_child:after {
  display: none;
}
.textz {
  text-align: center;
  font-size: 16px;
  
  color: #5f5f5f;
  line-height: 24px;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .textz {
    font-size: 14px;
  }
}
.home_about {
  overflow: hidden;
  padding: 60px 0 45px;
}
@media (max-width: 991px) {
  .home_about {
    padding: 40px 0 15px;
  }
}
@media (max-width: 767px) {
  .home_about {
    padding: 25px 0 15px;
  }
}
.home_about .pic {
  width: 41%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .home_about .pic {
    width: 100%;
    float: none;
  }
}
.home_about .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.home_about .txt {
  width: 59%;
  float: right;
  padding: 90px 0 0 20px;
}
@media (max-width: 767px) {
  .home_about .txt {
    width: 100%;
    float: none;
    padding: 10px 0 0;
  }
}
.home_about .txt p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 30px;
  max-height: 390px;
  overflow: hidden;
}
.home_about .txt .more {
  margin: 30px auto;
  display: table;
  height: 80px;
}
@media (max-width: 767px) {
  .home_about .txt .more {
    margin: 10px auto;
  }
}
.home_about .txt .more small {
  display: block;
  float: left;
  width: 172px;
  height: 72px;
  background: url("../images/about_line_01.png") no-repeat right center;
}
@media (max-width: 767px) {
  .home_about .txt .more small {
    width: 72px;
  }
}
.home_about .txt .more .btn {
  display: block;
  float: left;
  width: 74px;
  height: 80px;
  padding: 20px 30px;
  overflow: hidden;
  color: #1f6e35;
  font-size: 16px;
  letter-spacing: 3px;
  background: url("../images/morebg.png") no-repeat;
}
.home_about .txt .more .btn:hover {
  color: #DA2406;
}
.home_about .txt .more span {
  display: block;
  float: left;
  width: 172px;
  height: 1px;
  height: 72px;
  background: url("../images/about_line_02.png") no-repeat left center;
}
@media (max-width: 767px) {
  .home_about .txt .more span {
    width: 72px;
  }
}
.home_pro {
  width: 100%;
  padding: 60px 0 40px;
  background: url("../images/home_probg.png") repeat-x top;
  background-size: cover;
}
@media (max-width: 767px) {
  .home_pro {
    padding: 50px 0 30px;
  }
}
.home_pro .titlez {
  color: #fff;
}
.home_pro .titlez span:after {
  background: #85b494;
}
.home_pro .textz {
  color: #87c59c;
}
.home_pro .pro_main,
.home_pro .pro_main1 {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 5%;
}
@media (max-width: 767px) {
  .home_pro .pro_main,
  .home_pro .pro_main1 {
    margin: 25px auto 0;
  }
}
.home_pro .pro_main .pro,
.home_pro .pro_main1 .pro {
  margin: 0 30px;
}
@media (max-width: 991px) {
  .home_pro .pro_main .pro,
  .home_pro .pro_main1 .pro {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .home_pro .pro_main .pro,
  .home_pro .pro_main1 .pro {
    margin: 0 5px;
  }
}
.home_pro .pro_main .pro:hover .pic .mask,
.home_pro .pro_main1 .pro:hover .pic .mask {
  border: 2px solid #1b7e1f;
}
.home_pro .pro_main .pro:hover .pic .mask button,
.home_pro .pro_main1 .pro:hover .pic .mask button {
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home_pro .pro_main .pro .pic,
.home_pro .pro_main1 .pro .pic {
  position: relative;
  width: 100%;
  z-index: 1;
}
.home_pro .pro_main .pro .pic:after,
.home_pro .pro_main1 .pro .pic:after {
  content: "";
  display: block;
  padding-bottom: 142%;
}
.home_pro .pro_main .pro .pic .mask,
.home_pro .pro_main1 .pro .pic .mask {
  position: absolute;
  width: 94%;
  height: 96%;
  z-index: 5;
  top: 2%;
  left: 3%;
  border: 2px solid #fff;
}
.home_pro .pro_main .pro .pic .mask button,
.home_pro .pro_main1 .pro .pic .mask button {
  cursor: pointer;
  display: block;
  width: 107px;
  height: 107px;
  border: none;
  position: relative;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -53px;
  color: #fff;
  font-size: 18px;
  padding: 30px 36px;
  background: url("../images/pro_more.png") no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.home_pro .pro_main .pro p,
.home_pro .pro_main1 .pro p {
  height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin: 10px 0 0;
}
.home_pro .pro_main .pro p a,
.home_pro .pro_main1 .pro p a {
  color: #fff;
}
.home_pro .pro_main .slick-prev,
.home_pro .pro_main1 .slick-prev,
.home_pro .pro_main .slick-next,
.home_pro .pro_main1 .slick-next {
  width: 37px;
  height: 31px;
  border: none;
}
.home_pro .pro_main .slick-prev,
.home_pro .pro_main1 .slick-prev {
  background: url("../images/left_arrow.png") no-repeat;
  left: 0;
}
.home_pro .pro_main .slick-next,
.home_pro .pro_main1 .slick-next {
  background: url("../images/right_arrow.png") no-repeat;
  right: 0;
}
@media (max-width: 991px) {
  .home_pro .pro_main {
    display: none;
  }
}
.home_pro .pro_main1 {
  padding: 0 40px;
}
@media (min-width: 992px) {
  .home_pro .pro_main1 {
    display: none;
  }
}
.home_live {
  overflow: hidden;
  text-align: center;
}
.home_news {
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .home_news {
    padding: 45px 0 80px;
  }
}
@media (max-width: 767px) {
  .home_news {
    padding: 20px 0 25px;
  }
}
.home_news .news_main {
  list-style: none;
  width: 100%;
  margin: 50px auto 0;
  display: table;
}
@media (max-width: 767px) {
  .home_news .news_main {
    margin: 30px auto 0;
  }
}
.home_news .news_main li {
  width: 50%;
  float: left;
  padding: 0 0 37px;
  border-right: 1px dashed #bcbcbc;
  border-bottom: 1px dashed #bcbcbc;
  position: relative;
}
@media (max-width: 767px) {
  .home_news .news_main li {
    width: 100%;
    display: table;
    float: none;
    border-right: none;
    padding: 0 0 20px;
  }
}
.home_news .news_main li:hover .txt span a {
  color: #192c64;
}
.home_news .news_main li time {
  display: block;
  width: 79px;
  height: 109px;
  float: left;
  position: relative;
  background: url("../images/month_border.png") no-repeat;
}
.home_news .news_main li time span {
  display: block;
  height: 22px;
  width: 72px;
  position: absolute;
  top: 12px;
  left: 13px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  
  padding: 0 7px;
  background: url("../images/month.png") no-repeat;
}
.home_news .news_main li time big {
  display: block;
  color: #1f6e35;
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  margin: 45px 0 0;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
}
.home_news .news_main li time small {
  display: block;
  color: #1f6e35;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  overflow: hidden;
  
  padding: 0 5px;
}
.home_news .news_main li .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 110px 0;
}
@media (max-width: 991px) {
  .home_news .news_main li .txt {
    padding: 10px 35px 0 100px;
  }
}
@media (max-width: 767px) {
  .home_news .news_main li .txt {
    padding: 10px 0 0 100px;
  }
}
.home_news .news_main li .txt span {
  font-size: 20px;
  
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: block;
}
.home_news .news_main li .txt span a {
  color: #1b6a31;
}
.home_news .news_main li .txt p {
  font-size: 14px;
  
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 15px 0 0;
  color: #1b6a31;
}
@media (max-width: 767px) {
  .home_news .news_main li .txt p {
    margin: 10px 0 0;
  }
}
.home_news .news_main .li_2 {
  border-right: none;
  padding: 0 0 37px 110px;
}
@media (max-width: 991px) {
  .home_news .news_main .li_2 {
    padding: 0 0 37px 35px;
  }
}
@media (max-width: 767px) {
  .home_news .news_main .li_2 {
    padding: 20px 0;
  }
}
.home_news .news_main .li_2 .txt {
  padding: 10px 0 0 220px;
}
@media (max-width: 991px) {
  .home_news .news_main .li_2 .txt {
    padding: 10px 0 0 135px;
  }
}
@media (max-width: 767px) {
  .home_news .news_main .li_2 .txt {
    padding: 30px 0 0 100px;
  }
}
.home_news .news_main .li_3 {
  border-bottom: none;
  padding: 37px 0 0;
}
@media (max-width: 767px) {
  .home_news .news_main .li_3 {
    padding: 20px 0;
    border-bottom: 1px dashed #bcbcbc;
  }
}
.home_news .news_main .li_3 .txt {
  padding: 47px 110px 0;
}
@media (max-width: 991px) {
  .home_news .news_main .li_3 .txt {
    padding: 47px 35px 0 100px;
  }
}
@media (max-width: 991px) {
  .home_news .news_main .li_3 .txt {
    padding: 30px 0 0 100px;
  }
}
.home_news .news_main .li_4 {
  border-bottom: none;
  border-right: none;
  padding: 37px 0 0 110px;
}
@media (max-width: 991px) {
  .home_news .news_main .li_4 {
    padding: 37px 0 0 35px;
  }
}
@media (max-width: 767px) {
  .home_news .news_main .li_4 {
    padding: 20px 0;
  }
}
.home_news .news_main .li_4 .txt {
  padding: 47px 0 0 220px;
}
@media (max-width: 991px) {
  .home_news .news_main .li_4 .txt {
    padding: 47px 0 0 135px;
  }
}
@media (max-width: 767px) {
  .home_news .news_main .li_4 .txt {
    padding: 30px 0 0 110px;
  }
}
footer {
  background: url("../images/footerbg.png") repeat-x top center;
  padding: 50px 0 0;
}
@media (max-width: 991px) {
  footer {
    /*margin: 0 0 70px;*/
  }
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 0;
  }
}
footer .foot_nav {
  float: left;
  width: 56%;
  margin: 0 0 30px;
  list-style: none;
  
}
@media (max-width: 991px) {
  header{
    width:100%;
  }
  footer .foot_nav {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .foot_nav {
    display: none;
  }
}
footer .foot_nav li span a {
  color: #fff;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  margin: 0 0 25px;
}
footer .foot_nav li {
  float: left;
  width: 20%;
  padding: 0 25px;
}
footer .foot_nav li a {
  color: #87af92;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  display: block;
}
footer .foot_nav li a.cmss:hover {
  color: #97d62a;
}
footer .right {
  width: 44%;
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  footer .right {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
footer .right .ewm {
  width: 121px;
  height: 121px;
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  footer .right .ewm {
    float: none;
    margin: 0 auto;
  }
}
footer .right .right1 {
  float: right;
  padding: 10px 30px 0 0;
}
@media (max-width: 767px) {
  footer .right .right1 {
    padding: 10px 0 0;
    width: 100%;
  }
}
footer .right .right1 small {
  color: #87af92;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: right;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  footer .right .right1 small {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
}
footer .right .right1 big {
  color: #fff;
  line-height: 24px;
  font-size: 35px;
  line-height: 38px;
  
  display: block;
  margin: 0 0 8px;
  text-align: right;
}
footer .right .right1 big a{
  color: #fff;
}
@media (max-width: 767px) {
  footer .right .right1 big {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
footer .right .share {
  float: right;
  text-align: right;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
footer .right .share .bd_weixin_popup_bg {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
@media (max-width: 767px) {
  footer .right .share {
    float: none;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}
footer .right .share .bds_more {
  display: none !important;
}
footer .right .share .bds_tsina {
  background: url("../images/weibo.png") no-repeat !important;
  margin: 0 8px !important;
  background-size: 100% 100% !important;
}
footer .right .share .bds_weixin {
  background: url("../images/weixin.png") no-repeat !important;
  margin: 0 8px !important;
  background-size: 100% 100% !important;
}
footer .right .share .bds_sqq {
  background: url("../images/qq.png") no-repeat !important;
  margin: 0 8px !important;
  background-size: 100% 100% !important;
}
footer .copy {
  border-top: 1px solid #438756;
  text-align: center;
  padding: 15px 0;
  color: #85b494;
  font-size: 14px;
  line-height: 24px;
}
footer .copy a {
  width: 25px;
  height: 30px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
footer .copy img {
  vertical-align: middle;
}
footer .copy span {
  display: inline-block;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  footer .copy span {
    margin: 0 auto;
  }
}
footer .copy span > a {
  color: #85b494;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0 8px 0 3px;
  position: relative;
}
footer .copy span > a:hover {
  color: #97d62a;
}
footer .copy span > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 14px;
  background: #85b494;
}
footer .copy span .last_child:after {
  display: none;
}
.bd_weixin_popup {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
.footer-menu {
  /*width: 100%;*/
  /*height: 70px;*/
  /*background: #1b7e1f;*/
  /*padding: 10px 0;*/
  /*position: fixed;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*z-index: 99;*/
  /*list-style: none;*/
}
/*@media (min-width: 992px) {*/
  /*.footer-menu {*/
    /*display: none;*/
  /*}*/
/*}*/
/*.footer-menu .li_last:after {*/
  /*display: none;*/
/*}*/
/*.footer-menu li {*/
  /*width: 25%;*/
  /*float: left;*/
  /*position: relative;*/
/*}*/
/*.footer-menu li:after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*height: 42px;*/
  /*width: 1px;*/
  /*background: #1f6e35;*/
  /*right: 0;*/
  /*top: 2px;*/
/*}*/
/*.footer-menu li span {*/
  /*width: 24px;*/
  /*height: 24px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*position: relative;*/
  /*overflow: hidden;*/
/*}*/
/*.footer-menu li p {*/
  /*text-align: center;*/
  /*display: block;*/
  /*color: #fff;*/
  /*height: 20px;*/
  /*margin: 6px auto 0;*/
  /*font-size: 13px;*/
  /*line-height: 20px;*/
  /*overflow: hidden;*/
/*}*/
.banner_ny {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner_ny span {
  display: block;
  width: 100%;
  text-align: center;
}
.banner_ny .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.banner_ny .border:after {
  content: "";
  display: block;
  padding-bottom: 2%;
}
.crumbs {
  width: 100%;
  margin: 5px 0 0;
}
.crumbs h2 {
  background: url("../images/bread.png") no-repeat left center;
  color: #666;
  font-size: 14px;
  height: 24px;
  line-height: 28px;
  overflow: hidden;
  font-weight: 100;
}
.crumbs h2 a {
  color: #666;
}
.crumbs h2 a:hover {
  color: #247139;
}
.crumbs h2 span {
  color: #247139;
}
/*news*/
.news {
  overflow: hidden;
  margin: 40px auto 80px;
}
.news .news_main {
  list-style: none;
  margin: 45px auto;
}
@media (max-width: 767px) {
  .news .news_main {
    margin: 0 auto 30px;
  }
}
.news .news_main li {
  padding: 30px 0 30px 40px;
  position: relative;
  width: 100%;
  display: table;
  z-index: 1;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  .news .news_main li {
    width: 100%;
    padding: 20px 0;
  }
}
.news .news_main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .news_main li:hover .txt span a {
  color: #247139;
}
.news .news_main li:hover .txt .more {
  color: #247139;
}
.news .news_main li time {
  position: absolute;
  left: 0;
  top: 30%;
  width: 80px;
  height: 60px;
  background-color: #1b7e1f;
  opacity: 0.96;
  filter: alpha(opacity=96);
  padding: 5px 5px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .news .news_main li time {
    top: 26%;
  }
}
.news .news_main li time big {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 25px;
  
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.news .news_main li time small {
  display: block;
  color: #f9e6dd;
  text-align: center;
  padding: 2px 10px;
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  overflow: hidden;
  
  position: relative;
}
.news .news_main li time small:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #f9e6dd;
  width: 20px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
}
.news .news_main li .pic {
  width: 19.6%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news .news_main li .pic {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .news .news_main li .pic {
    width: 100%;
  }
}
.news .news_main li .pic img {
  -webkit-transition: 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.news .news_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.7%;
}
.news .news_main li .txt {
  width: 80.3%;
  float: right;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .news .news_main li .txt {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .news .news_main li .txt {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
}
.news .news_main li .txt span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin: 6px 0 8px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news .news_main li .txt span {
    margin: 0 0 8px;
  }
}
.news .news_main li .txt span a {
  color: #333333;
  font-weight: bold;
}
.news .news_main li .txt p {
  display: block;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
}
.news .news_main li .txt .more {
  display: block;
  color: #999;
  font-size: 14px;
  
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin: 23px 0 0;
}
@media (max-width: 1200px) {
  .news .news_main li .txt .more {
    margin: 5px 0 0;
  }
}
/*page*/
.page {
  text-align: center;
}
.page .on {
  background: #999999;
  color: #fff;
}
@media (max-width: 767px) {
  .page .on {
    display: inline-block;
    padding: 0 20px;
  }
}
.page .on:hover {
  background: #247139;
  color: #fff;
  text-decoration: none;
}
.page .page-cur {
  color: #247139;
  text-decoration: underline;
}
.page{ width:100%; margin:auto; text-align:center; color:#fff; overflow:hidden; margin-top:30px; padding:5px; cursor: pointer;}
.page span{ width:auto; padding:5px 10px; border:1px solid #438756; margin:0 5px; background:#438756; color:#fff;}
.page .cur{ width:auto; padding:5px 10px; border:1px solid #438756; margin:0 5px; background:#438756; color:#fff;}
.page .nolink{ width:auto; padding:5px 10px; border:1px solid #438756; margin:0 5px;}
.page a{ width:auto; padding:4px 10px; margin: 0 2px; border:1px solid #438756; color: #438756;text-decoration:none  }
.page a:hover{  background:#438756; color:#fff!important; }
@media (max-width: 480px) {
  .page .page-num {
    display: none;
  }
}
.page a:hover {
  color: #247139;
  text-decoration: underline;
}
.related_news {
  margin: 65px 0 0;
}
@media (max-width: 991px) {
  .related_news {
    margin: 40px 0 0;
  }
}
.related_news .related_title {
  background: url("../images/relax_bg_03.png") no-repeat;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 167px;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  padding: 0 10px;
  
}
.related_news ul {
  width: 100%;
  list-style: none;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .related_news ul {
    margin: 20px auto 0;
  }
}
.related_news ul li {
  width: 50%;
  float: left;
  padding: 0 0 0 9%;
}
@media (max-width: 767px) {
  .related_news ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.related_news ul li a {
  display: block;
  width: 100%;
  height: 42px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .related_news ul li a {
    height: 38px;
  }
}
.related_news ul li a:hover span {
  color: #1b7e1f;
}
.related_news ul li a span {
  display: block;
  width: 80%;
  height: 42px;
  line-height: 42px;
  color: #4a4a4a;
  font-size: 16px;
  
  float: left;
  overflow: hidden;
}
@media (max-width: 991px) {
  .related_news ul li a span {
    width: 65%;
    height: 38px;
    line-height: 38px;
  }
}
.related_news ul li a time {
  display: block;
  width: 75px;
  height: 42px;
  line-height: 42px;
  color: #7e7e7e;
  font-size: 14px;
  text-align: right;
  float: right;
  
  overflow: hidden;
}
@media (max-width: 991px) {
  .related_news ul li a time {
    height: 38px;
    line-height: 38px;
  }
}
.related_news ul .first_child {
  padding: 0 9% 0 0;
  background: url("../images/new_lin.png") repeat-y top right;
}
@media (max-width: 767px) {
  .related_news ul .first_child {
    background: none;
    padding: 0;
  }
}
/*news_show*/
.news_show {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .news_show {
    margin: 40px auto 35px;
  }
}
.news_show .title {
  text-align: center;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .news_show .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.news_show .text1,
.news_show p{
  color: #4a4a4a;
  font-size: 16px;
  line-height: 36px;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .news_show .text1,
  .news_show p{
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .news_show .text1,
  .news_show p{
    margin: 0 0 15px;
  }
}
.news_show .img1 {
  overflow: hidden;
  margin: 50px auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .news_show .img1 {
    margin: 20px auto 25px;
  }
}
.news_show .img1 img {
  max-width: 100%;
}
.boxz {
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .boxz {
    margin: 30px auto 0;
  }
}
.source {
  text-align: center;
  color: #999999;
  font-size: 14px;
  min-height: 35px;
  line-height: 35px;
  /*overflow: hidden;*/
  border-bottom: 1px solid #c0c0c0;
  margin: 0 auto 50px 0;
}
@media (max-width: 991px) {
  .source {
    margin: 0 auto 40px 0;
  }
}
@media (max-width: 767px) {
  .source {
    margin: 0 auto 30px 0;
  }
}
.article {
  list-style: none;
  width: 100%;
  margin:50px 0;
}
.article li {
  background: #e3e3e3;
  height: 40px;
  overflow: hidden;
  width: 50%;
  float: left;
  line-height: 40px;
  padding: 0 35px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .article li {
    width: 100%;
    float: none;
    margin: 10px auto 0;
    padding: 0 15px;
  }
}
.article li b {
  color: #4a4a4a;
  font-weight: 100;
}
.article li:hover a {
  color: #1b7e1f;
}
.article li a {
  color: #4a4a4a;
}
.article .last-child {
  /*text-align: right;*/
}
@media (max-width: 767px) {
  .article .last-child {
    text-align: left;
  }
}
/*products*/
.products {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .products {
    margin: 40px auto 35px;
  }
}
@media (max-width: 767px) {
  .products {
    margin: 20px auto 35px;
  }
}
.products .products_main {
  list-style: none;
  width: 106.5%;
  margin: 0 0 15px -6.5%;
}
.products .pinpai_main {
  list-style: none;
  width: 106.5%;
  margin: 0 0 15px -6.5%;
}
@media (max-width: 991px) {
  .products .products_main {
    width: 104%;
    margin: 0 0 15px -4%;
  }
  .products .pinpai_main {
    width: 104%;
    margin: 0 0 15px -4%;
  }
}
@media (max-width: 767px) {
  .products .products_main {
    width: 104%;
    margin: 30px 0 10px -4%;
  }
  .products .pinpai_main {
    width: 104%;
    margin: 30px 0 10px -4%;
  }
}
.products .products_main li {
  width: 18.5%;
  float: left;
  margin: 0 0 50px 6.5%;
}
.products .pinpai_main li {
  width: 26.8%;
  float: left;
  margin: 0 0 50px 6.5%;
}
.pinpai_main .pro-list{background-color: transparent;}
@media (max-width: 1200px) {
  .products .products_main li {
    margin: 0 0 40px 6.5%;
  }
  .products .pinpai_main li {
    margin: 0 0 40px 6.5%;
  }
}
@media (max-width: 991px) {
  .products .products_main li {
    width: 21%;
    margin: 0 0 30px 4%;
  }
  .products .pinpai_main li {
    width: 21%;
    margin: 0 0 30px 4%;
  }
}
@media (max-width: 767px) {
  .products .products_main li {
    width: 46%;
    margin: 0 0 12px 4%;
  }
  .products .pinpai_main li {
    width: 46%;
    margin: 0 0 12px 4%;
  }
}
.products .products_main li:hover .pic .mask {
  border: 2px solid #1b7e1f;
}
.products .pinpai_main li:hover .pic .mask {
  border: 2px solid #1b7e1f;
}
.products .products_main li:hover .pic .mask button {
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.products .pinpai_main li:hover .pic .mask button {
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.products .products_main li:hover p a {
  color: #247139;
}
.products .pinpai_main li:hover p a {
  color: #247139;
}
.products .products_main li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.products .pinpai_main li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.products .products_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 142.4%;
}
.products .pinpai_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 142.4%;
}
.products .products_main li .pic .mask {
  position: absolute;
  left: 3%;
  top: 2%;
  width: 94%;
  height: 96%;
  display: block;
  border: 2px solid #fff;
}
.products .pinpai_main li .pic .mask {
  position: absolute;
  left: 3%;
  top: 2%;
  width: 94%;
  height: 96%;
  display: block;
  border: 2px solid #fff;
}
.products .products_main li .pic .mask button {
  cursor: pointer;
  display: block;
  width: 107px;
  height: 107px;
  border: none;
  position: relative;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -53px;
  color: #fff;
  font-size: 18px;
  padding: 30px 36px;
  background: url("../images/pro_more.png") no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.products .pinpai_main li .pic .mask button {
  cursor: pointer;
  display: block;
  width: 107px;
  height: 107px;
  border: none;
  position: relative;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -53px;
  color: #fff;
  font-size: 18px;
  padding: 30px 36px;
  background: url("../images/pro_more.png") no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.products .products_main li p {
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
}
.products .pinpai_main li p {
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
}
.products .products_main li p a {
  color: #000000;
}
.products .pinpai_main li p a {
  color: #000000;
}
.subtitle,
.subtitle1 {
  height: 40px;
  margin: 38px auto 45px;
  text-align: center;
  overflow: hidden;
}
.subtitle .sub_title,
.subtitle1 .sub_title {
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}
.subtitle .slick-list,
.subtitle1 .slick-list {
  display: inline-block;
  width: 100%;
}
.subtitle .slick-list .slick-track,
.subtitle1 .slick-list .slick-track {
  display: inline-block;
}
.subtitle .cur,
.subtitle1 .cur {
  background: url("../images/subtitle_bg.png") no-repeat;
  background-size: 100% 100%;
}
.subtitle .cur a,
.subtitle1 .cur a {
  color: #fff;
}
.subtitle span,
.subtitle1 span {
  height: 40px;
  padding: 0 25px;/*0 35px;*/
  display: inline-block;
  background: url("../images/subtitle_bg1.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .subtitle span,
  .subtitle1 span {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .subtitle span,
  .subtitle1 span {
    padding: 0 10px;
  }
}
.subtitle span:hover,
.subtitle1 span:hover {
  background: url("../images/subtitle_bg.png") no-repeat;
  background-size: 100% 100%;
}
.subtitle span:hover a,
.subtitle1 span:hover a {
  color: #fff;
}
.subtitle span a,
.subtitle1 span a {
  color: #247139;
  display: block;
  width:96px;/*77px;*/
}
.subtitle .slick-prev,
.subtitle1 .slick-prev,
.subtitle .slick-next,
.subtitle1 .slick-next {
  width: 37px;
  height: 31px;
  border: none;
  top: 5px;
  margin-top: 0;
}
.subtitle .slick-prev,
.subtitle1 .slick-prev {
  background: url("../images/sub_left.png") no-repeat;
  left: 0;
}
.subtitle .slick-next,
.subtitle1 .slick-next {
  background: url("../images/sub_right.png") no-repeat;
  right: 0;
}
@media (max-width: 767px) {
  .subtitle {
    display: none;
  }
}
.subtitle1 {
  width: 100%;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .subtitle1 {
    display: none;
  }
}
@media (min-width: 411px) and (max-width: 736px) {
  .subtitle1 {
    width: 80%;
  }
}
.subtitle1 .sub_title {
  padding: 0 40px;
}
@media (min-width: 411px) and (max-width: 736px) {
  .subtitle1 .sub_title {
    padding: 0 50px;
  }
}
@media (max-width: 410px) {
  .subtitle1 .sub_title {
    padding: 0 50px;
  }
}
@media (max-width: 320px) {
  .subtitle1 .sub_title {
    padding: 0 40px;
  }
}
.subtitle1 span {
  width: auto;
  padding: 0 10px;
  margin: 0 10px;
}
.categoryz,
.categoryz1 {
  height: 36px;
  background: #e8e7e7;
  margin: 0 auto 30px;
  text-align: center;
  overflow: hidden;
}
.categoryz .category_title,
.categoryz1 .category_title {
  margin: 0 auto;
  text-align: center;
  padding: 0 40px 0 60px;
}
.categoryz .cur,
.categoryz1 .cur {
  background: #4e4e4e;
}
.categoryz .cur a,
.categoryz1 .cur a {
  color: #fff;
}
.categoryz span,
.categoryz1 span {
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}
.categoryz span:hover,
.categoryz1 span:hover {
  background: #4e4e4e;
}
.categoryz span:hover a,
.categoryz1 span:hover a {
  color: #fff;
}
.categoryz span a,
.categoryz1 span a {
  color: #4a4a4a;
  padding: 0 2px;
}
.categoryz .slick-prev,
.categoryz1 .slick-prev,
.categoryz .slick-next,
.categoryz1 .slick-next {
  width: 34px;
  height: 34px;
  border: none;
  top: 0;
  margin-top: 0;
}
.categoryz .slick-prev,
.categoryz1 .slick-prev {
  background: url("../images/sub_bgleft.png") no-repeat center;
  left: 0;
}
.categoryz .slick-next,
.categoryz1 .slick-next {
  background: url("../images/sub_bgright.png") no-repeat center;
  right: 0;
}
@media (max-width: 767px) {
  .categoryz {
    display: none;
  }
}
.categoryz1 {
  margin: 20px auto 30px;
}
@media (min-width: 768px) {
  .categoryz1 {
    display: none;
  }
}
/*life*/
.life {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .life {
    margin: 40px auto 35px;
  }
}
.life .life_main {
  list-style: none;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .life .life_main {
    margin: 0 auto 10px;
  }
}
.life .life_main li {
  width: 100%;
  padding: 20px;
  margin: 0 0 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .life .life_main li {
    padding: 10px 10px 5px;
  }
}
.life .life_main li:hover {
  background: #247139;
}
.life .life_main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.life .life_main li:hover .txt span a {
  color: #fffefe;
}
.life .life_main li:hover .txt time {
  color: #60db82;
}
.life .life_main li:hover .txt p {
  color: #8cbf9a;
}
.life .life_main li:hover .txt .more {
  border: 1px solid #fff;
  color: #fff;
  background: url("../images/lift_ico2.png") no-repeat 88px center;
}
.life .life_main li .pic {
  width: 20.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .life .life_main li .pic {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .life .life_main li .pic {
    width: 100%;
    float: none;
  }
}
.life .life_main li .pic img {
  -webkit-transition: 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.life .life_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 77.2%;
}
.life .life_main li .txt {
  width: 79.5%;
  float: right;
  padding: 0 10px 0 30px;
}
@media (max-width: 1200px) {
  .life .life_main li .txt {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .life .life_main li .txt {
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
  }
}
.life .life_main li .txt span {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  margin: 5px 0 0;
  
}
@media (max-width: 991px) {
  .life .life_main li .txt span {
    margin: 0;
  }
}
.life .life_main li .txt span a {
  color: #000;
}
.life .life_main li .txt time {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  
  color: #999999;
}
.life .life_main li .txt p {
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  
  color: #999999;
  margin: 15px 0 0;
}
@media (max-width: 1200px) {
  .life .life_main li .txt p {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .life .life_main li .txt p {
    height: 40px;
  }
}
.life .life_main li .txt .more {
  width: 110px;
  height: 30px;
  border: 1px solid #666666;
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  
  /*text-decoration: underline;*/
  background: url("../images/lift_ico1.png") no-repeat 88px center;
  margin: 25px 0 0;
}
@media (max-width: 1200px) {
  .life .life_main li .txt .more {
    margin: 15px 0 0;
  }
}
/*about*/
.about {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .about {
    margin: 40px auto 35px;
  }
}
@media (max-width: 767px) {
  .about {
    margin: 20px auto 35px;
  }
}
.about .part1 .pic {
  width: 41%;
  float: left;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part1 .pic {
    width: 100%;
    float: none;
  }
}
.about .part1 .txt {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .about .part1 .txt {
    width: 100%;
    float: none;
    margin: 5px auto 0;
  }
}
.about .part1 .txt big {
  display: block;
  border-bottom: 1px solid #247139;
  margin: 0 0 20px;
}
.about .part1 .txt big span {
  display: inline-block;
  color: #247139;
  font-size: 30px;
  
  line-height: 45px;
  padding: 0 40px 12px 0;
  background: url("../images/about_line2_01.png") no-repeat bottom right;
}
@media (max-width: 767px) {
  .about .part1 .txt big span {
    font-size: 24px;
    padding: 0 10px 10px 0;
  }
}
.about .text1 {
  color: #4a4a4a;
  font-size: 16px;
  
  line-height: 36px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .about .text1 {
    margin: 0 0 15px;
  }
}
.about .about_more {
  width: 100%;
  height: 38px;
  background: url("../images/about_line1.png") center no-repeat;
}
.about .about_more span {
  display: block;
  width: 38px;
  height: 42px;
  margin: 0 auto;
  background: url("../images/about_ico.png") no-repeat center;
}
.about .titlte2 {
  text-align: center;
  color: #247139;
  font-size: 36px;
  line-height: 46px;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .about .titlte2 {
    font-size: 30px;
  }
}
.about .text22 {
  text-align: center;
  color: #247139;
  font-size: 18px;
  line-height: 24px;
  
}
.about .part2 {
  margin: 30px auto 15px;
}
@media (max-width: 767px) {
  .about .part2 {
    margin: 20px auto 5px;
  }
}
.about .part2 .txt {
  float: left;
  width: 65%;
  padding: 60px 90px 0 10px;
}
@media (max-width: 767px) {
  .about .part2 .txt {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.about .part2 .pic {
  float: left;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part2 .pic {
    width: 100%;
    float: none;
  }
}
.about .text3 {
  color: #4a4a4a;
  font-size: 16px;
  
  line-height: 36px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .about .text3 {
    margin: 0 0 15px;
  }
}
.about .about2_1 .txt {
  float: left;
  width: 54%;
}
.about .about2_1 .txt big {
  display: block;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 24px;
}
.about .about2_1 .txt small {
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}
.about .about2_1 .txt ul {
  list-style: none;
}
.about .about2_1 .txt ul li {
  width: 100%;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
  padding: 0 0 0 18px;
  position: relative;
}
.about .about2_1 .txt ul li:before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../images/wu_03.png") no-repeat left;
}
@media (max-width: 767px) {
  .about .about2_1 .txt {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.about .about2_1 .pic {
  float: left;
  width: 46%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .about2_1 .pic {
    width: 100%;
    margin: 25px 0 0;
    float: none;
  }
}
.about .about2_2 {
  margin: 75px auto 0;
}
@media (max-width: 767px) {
  .about .about2_2 {
    margin: 35px auto 0;
  }
}
.about .about2_2 big {
  display: block;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 13px;
}
.about .about2_2 .text2 {
  color: #4a4a4a;
  font-size: 16px;
  
  line-height: 42px;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .about .about2_2 .text2 {
    margin: 0 0 15px;
  }
}
.about .img2 {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.about .img2 img {
  max-width: 100%;
}
/*job*/
.job {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .job {
    margin: 40px auto 35px;
  }
}
.job .part1 {
  margin: 60px auto 0;
}
.job .part1 .txt {
  width: 53.5%;
  float: left;
  padding: 40px 180px 0 0;
}
@media (max-width: 1200px) {
  .job .part1 .txt {
    width: 100%;
    float: none;
    padding: 40px 20px 0 0;
  }
}
.job .part1 .txt .titlte2 {
  text-align: right;
  margin: 0 0 25px;
  border-bottom: 1px solid #c6c6c6;
}
.job .part1 .txt .titlte2 big {
  display: block;
  color: #247139;
  font-size: 30px;
  line-height: 38px;
  text-align: right;
}
.job .part1 .txt .titlte2 small {
   display: block;
   color: #247139;
   font-size: 18px;
   line-height: 24px;
   text-transform: uppercase;
   text-align: right;
   margin: 2px 0 10px;
 }
.job .part1 .txt .text1 {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: right;
}
.job .part1 .pic {
  width: 46.5%;
  float: left;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .job .part1 .pic {
    width: 100%;
    float: none;
    margin: 20px auto;
    text-align: center;
  }
}
.job .job_main {
  margin: 65px auto 80px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .job .job_main {
    margin: 35px auto 0;
  }
}
.job .job_main dl {
  width: 100%;
  display: inline-block;
  margin: 0 0 55px;
  position: relative;
}
@media (max-width: 1200px) {
  .job .job_main dl {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl {
    margin: 0 0 20px;
  }
}
.job .job_main dl dt {
  width: 185px;
  height: 36px;
  margin: 12px 0 0;
  background: #aaaaaa;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: left;
}
@media (max-width: 767px) {
  .job .job_main dl dt {
    float: none;
    margin: 0 0 0 15px;
  }
}
.job .job_main dl dd {
  position: relative;
  padding: 0 0 0 218px;
  width: 100%;
}
@media (max-width: 767px) {
  .job .job_main dl dd {
    padding: 0;
    margin: 20px 0 0 15px;
    width: auto;
  }
}
.job .job_main dl dd .job_nr {
  border: 1px solid #c3c3c3;
  position: relative;
  padding: 25px 45px;
}
@media (max-width: 1200px) {
  .job .job_main dl dd .job_nr {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd .job_nr {
    padding: 10px 15px;
  }
}
.job .job_main dl dd .job_nr:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  left: -15px;
  top: 15px;
  background: url("../images/job_ico11.png") no-repeat;
}
.job .job_main dl dd .job_nr .job_btn {
  display: block;
  color: #898989;
  font-size: 24px;
  
  line-height: 38px;
  padding: 0 95px 14px 0;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .job .job_main dl dd .job_nr .job_btn {
    padding: 0 80px 14px 0;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd .job_nr .job_btn {
    font-size: 20px;
    line-height: 26px;
    padding: 0 50px 10px 0;
  }
}
.job .job_main dl dd .job_nr .job_btn span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url("../images/job_ico1.png") no-repeat center;
}
@media (max-width: 767px) {
  .job .job_main dl dd .job_nr .job_btn span {
    width: 26px;
    height: 26px;
    background-size: 20px 10px;
  }
}
.job .job_main dl dd .job_nr .job_box {
  padding: 20px 95px 0 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .job .job_main dl dd .job_nr .job_box {
    padding: 20px 80px 0 0;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd .job_nr .job_box {
    padding: 10px 10px 0 0;
  }
}
.job .job_main dl dd .job_nr .job_box .text2 {
  color: #878787;
  font-size: 14px;
  line-height: 22px;
}
.job .job_main dl dd .job_nr .job_box .text3 {
  color: #878787;
  font-size: 14px;
  line-height: 24px;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .job .job_main dl dd .job_nr .job_box .text3 {
    margin: 15px 0 0;
  }
}
.job .job_main dl dd .job_nr .job_box .text3 a {
  color: #878787;
}
.job .job_main dl dd .job_nr .job_box .text3 a:hover {
  color: #1b7e1f;
}
.job .job_main .active {
  height: auto !important;
}
.job .job_main .active dt {
  background: #247139;
  color: #fff;
}
.job .job_main .active dd .job_nr {
  border: 1px solid #247139;
  background: #efefef;
}
.job .job_main .active dd .job_nr:before {
  background: url("../images/job_ico12.png") no-repeat;
}
.job .job_main .active dd .job_nr .job_btn {
  border-bottom: 1px solid #c3d5c9;
  color: #247139;
}
.job .job_main .active dd .job_nr .job_btn span {
  background: url("../images/job_ico.png") no-repeat center !important;
}
.job .job_main .active dd .job_nr .job_box {
  height: auto !important;
}
/*products_show*/
.products_show {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .products_show {
    margin: 40px auto 35px;
  }
}
.products_show .part1 {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .products_show .part1 {
    margin: 30px auto 0;
  }
}
.products_show .part1 .switching {
  float: left;
  width: 44.3%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products_show .part1 .switching {
    float: none;
    width: 100%;
  }
}
.products_show .part1 .switching .ps_tab {
  width: 100%;
}
.products_show .part1 .switching .ps_tab .content {
  width: 79.2%;
  float: left;
  overflow: hidden;
}
.products_show .part1 .switching .ps_tab .content .psnr .pic {
  border: 1px solid #1b7e1f;
  position: relative;
}
.products_show .part1 .switching .ps_tab .content .psnr .pic:after {
  content: "";
  display: block;
  padding-bottom: 142.2%;
}
.products_show .part1 .switching .ps_tab ul {
  list-style: none;
  width: 18.4%;
  float: right;
}
.products_show .part1 .switching .ps_tab ul li {
  border: 1px solid #1b7e1f;
  position: relative;
  margin: 0 0 15.8px;
  text-align: center;
}
@media (max-width: 1200px) {
  .products_show .part1 .switching .ps_tab ul li {
    margin: 0 0 12px;
  }
}
@media (max-width: 991px) {
  .products_show .part1 .switching .ps_tab ul li {
    margin: 0 0 10px;
  }
}
@media (min-width: 411px) and (max-width: 736px) {
  .products_show .part1 .switching .ps_tab ul li {
    margin: 0 0 12px;
  }
}
@media (max-width: 410px) {
  .products_show .part1 .switching .ps_tab ul li {
    margin: 0 0 10px;
  }
}
@media (max-width: 320px) {
  .products_show .part1 .switching .ps_tab ul li {
    margin: 0 0 8.6px;
  }
}
.products_show .part1 .switching .ps_tab ul li:after {
  content: "";
  display: block;
  padding-bottom: 142.2%;
}
.products_show .part1 .switching .ps_tab ul .one {
  border: 1px solid #f6b26b;
}
.products_show .part1 .txt {
  float: right;
  width: 55%;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .products_show .part1 .txt {
    float: none;
    width: 100%;
    margin: 15px auto;
    padding: 0;
  }
}
.products_show .part1 .txt big {
  color: #247139;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin: 30px auto 20px;
  display: block;
}
@media (max-width: 1200px) {
  .products_show .part1 .txt big {
    margin: 5px auto 10px;
  }
}
@media (max-width: 991px) {
  .products_show .part1 .txt big {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 3px;
  }
}
@media (max-width: 767px) {
  .products_show .part1 .txt big {
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto 5px;
  }
}
.products_show .part1 .txt .text {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1200px) {
  .products_show .part1 .txt .text {
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .products_show .part1 .txt .text {
    margin: 2px 0;
  }
}
@media (max-width: 767px) {
  .products_show .part1 .txt .text {
    margin: 3px 0;
  }
}
.products_show .part1 .txt .text span {
  display: block;
  float: left;
  width: 100%;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .products_show .part1 .txt .text span {
    font-size: 14px;
  }
}
.products_show .part1 .txt .xunjia {
  width: 174px;
  height: 44px;
  background: url("../images/xunjia.jpg") no-repeat;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .products_show .part1 .txt .xunjia {
    margin: 10px 0 0;
    width: 158px;
    line-height: 40px;
    height: 40px;
  }
}
.products_show .part1 .txt .xunjia:hover {
  color: #DEC3C3;
}
.products_show .part2 {
  margin: 40px auto 65px;
}
@media (max-width: 767px) {
  .products_show .part2 {
    margin: 30px auto;
  }
}
.products_show .part2 big {
  border-bottom: 1px solid #26773c;
  display: block;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .products_show .part2 big {
    margin: 0 0 15px;
  }
}
.products_show .part2 big span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 7px 27px 5px;
  line-height: 24px;
  background: #26773c;
}
.products_show .part2,
.products_show .part2 .text1 {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 36px;
}
.products_show .part2 .img1 {
  text-align: center;
  margin: 20px auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products_show .part2 .img1 {
    margin: 5px auto;
  }
}
.products_show .part3 {
  margin: 0 auto 65px 0;
}
@media (max-width: 767px) {
  .products_show .part3 {
    margin: 0 auto 35px 0;
  }
}
.products_show .part3 .xj {
  height: 42px;
  background: url("../images/about_line1.png") center repeat-x;
}
.products_show .part3 .xj span {
  width: 183px;
  height: 42px;
  display: block;
  margin: 0 auto;
  background: url("../images/cunjia_bg.png") no-repeat;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
  overflow: hidden;
}
.products_show .part3 .text4 {
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  margin: 25px auto 5px;
}
.products_show .part3 .text4 span {
  color: red;
}
.products_show .part3 .messge_main {
  list-style: none;
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main {
    width: 100%;
  }
}
.products_show .part3 .messge_main ul {
  list-style: none;
  width: 103%;
  margin: 0 0 0 -3%;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main ul {
    width: 100%;
    margin: 0;
  }
}
.products_show .part3 .messge_main li {
  float: left;
  width: 47%;
  margin: 20px 0 0 3%;
  position: relative;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main li {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }
}
.products_show .part3 .messge_main li input {
  width: 100%;
  border: 1px solid #a4a4a4;
  height: 42px;
  padding: 0 21px 0 10px;
  color: #a4a3a3;
  font-size: 14px;
  
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main li input {
    height: 38px;
  }
}
.products_show .part3 .messge_main li input::-webkit-input-placeholder,
.products_show .part3 .messge_main li input input::-webkit-input-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li input::-moz-placeholder,
.products_show .part3 .messge_main li input input:-moz-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li input::-moz-placeholder,
.products_show .part3 .messge_main li input input::-moz-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li input::-ms-input-placeholder,
.products_show .part3 .messge_main li input input:-ms-input-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li textarea {
  width: 100%;
  height: 160px;
  line-height: 24px;
  padding: 10px 15px 10px 10px;
  color: #a4a3a3;
  font-size: 14px;
  
}
.products_show .part3 .messge_main li textarea::-webkit-input-placeholder,
.products_show .part3 .messge_main li textarea textarea::-webkit-input-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li textarea::-moz-placeholder,
.products_show .part3 .messge_main li textarea textarea:-moz-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li textarea::-moz-placeholder,
.products_show .part3 .messge_main li textarea textarea::-moz-placeholder {
  color: #a4a3a3;
}
.products_show .part3 .messge_main li textarea::-ms-input-placeholder,
.products_show .part3 .messge_main li textarea textarea:-ms-input-placeholder {
  color: #a4a3a3;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main li textarea {
    height: 120px;
  }
}
.products_show .part3 .messge_main .li_1 {
  width: 97%;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_1 {
    width: 100%;
  }
}
.products_show .part3 .messge_main .li_2 {
  width: 550px;
}
.products_show .part3 .messge_main .li_2 .qing{
  color: #666666;
  line-height: 54px;
  margin-left: 10px;
  display: inline-block;
}
.products_show .part3 .messge_main .li_2 .qing:hover{
   color: #1b7e1f ;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_2 {
    width: 100%;
    display: inline-block;
  }
}
.products_show .part3 .messge_main .li_2 small {
  display: block;
  float: left;
  width: 270px;
  position: relative;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_2 small {
    width: 140px;
  }
  .products_show .part3 .messge_main .li_2 .qing{
    line-height: 42px;
  }
}
.products_show .part3 .messge_main .li_2 small .reda {
  top: 21px;
}
@media (max-width:767px) {
  .products_show .part3 .messge_main .li_2 small .reda {
    top: 16px;
  }
}
.products_show .part3 .messge_main .li_2 small input {
  height: 54px;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_2 small input {
    height: 42px;
  }
}
.products_show .part3 .messge_main .li_2 .codes {
  width: 131px;
  height: 54px;
  float: left;
  margin: 0 10px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_2 .codes {
    width: 102px;
    height: 42px;
  }
}
.products_show .part3 .messge_main .li_3 {
  width: 275px;
  float:right;
}
@media (min-width: 992px) {
  .products_show .part3 .messge_main .li_3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_3 {
    width: 100%;
  }
}
.products_show .part3 .messge_main .li_3 #message-submit {
  background: #21602e;
  height: 54px;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products_show .part3 .messge_main .li_3 #message-submit {
    height: 46px;
    line-height: 46px;
  }
}
.products_show .part3 .messge_main .reda {
  color: red;
  right: 10px;
  top: 14px;
  font-size: 15px;
  position: absolute;
}
.products_show .part3 .messge_main .a2 {
  position: absolute;
  top: -24px;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  
}
.products_show .part3 .messge_main .error {
  background: #8A0505;
  color: #fff;
}
.products_show .part3 .messge_main .righta {
  background: #1b7e1f;
  color: #fff;
}
/*contact*/
.contact {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .contact {
    margin: 40px auto 35px;
  }
}
.contact .titlte3 {
  color: #247139;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .titlte3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.contact .text1 {
  text-align: center;
  color: #666666;
  font-size: 32px;
  line-height: 46px;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .contact .text1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.contact .text2 {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  
  line-height: 34px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .contact .text2 {
    margin: 10px auto 0;
  }
}
.contact .text3 {
  text-align: center;
  color: #89909b;
  font-size: 14px;
  
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .contact .text3 {
    margin: 0 auto 15px;
  }
}
.contact .text4 {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 32px;
  /*text-transform: uppercase;*/
}
.contact .text4 a {
  color: #666666;
}
.contact .text4 a:hover {
  color: #1b7e1f;
}
@media (max-width: 767px) {
  .contact .text4 {
    line-height: 30px;
  }
}
.contact .text4 span {
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .contact .text4 span {
    margin: 0 20px 0 0;
  }
}
.contact .text5 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  /*text-transform: uppercase;*/
  margin: 45px auto 20px;
}
@media (max-width: 767px) {
  .contact .text5 {
    font-size: 18px;
    margin: 20px auto 10px;
  }
}
.contact .text6 {
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.contact .contact_main {
  border-top: 1px solid #c9c9c9;
  margin: 45px auto;
}
@media (max-width: 767px) {
  .contact .contact_main {
    margin: 20px auto;
  }
}
.contact .contact_main .cont_map {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .contact .contact_main .cont_map {
    margin: 25px auto 0;
  }
}
.contact .contact_main .cont_map #allmap {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  .contact .contact_main .cont_map #allmap {
    height: 220px;
  }
}
.contact .contact_main .cont_map #allmap img {
  max-width: none;
}
/*message*/
.message {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .message {
    margin: 40px auto 35px;
  }
}
.message .part1 {
  width: 80%;
  margin: 0 auto 105px;
}
@media (max-width: 1200px) {
  .message .part1 {
    width: 92%;
    margin: 0 auto 65px;
  }
}
@media (max-width: 991px) {
  .message .part1 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .message .part1 {
    margin: 0 auto;
  }
}
.message .part1 .pic {
  width: 43.5%;
  float: left;
  position: relative;
}
@media (max-width: 1200px) {
  .message .part1 .pic {
    width: 48.7%;
  }
}
@media (max-width: 991px) {
  .message .part1 .pic {
    width: 54.5%;
  }
}
@media (max-width: 767px) {
  .message .part1 .pic {
    width: 100%;
    float: none;
  }
}
.message .part1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 124%;
}
.message .part1 .txt {
  width: 56.5%;
  height: 540px;
  float: right;
  background: url("../images/message_bg_03.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 55px 0 105px;
}
@media (max-width: 1200px) {
  .message .part1 .txt {
    width: 51.3%;
    padding: 50px 35px 0 85px;
  }
}
@media (max-width: 991px) {
  .message .part1 .txt {
    width: 45.5%;
    height: 505px;
    padding: 30px 20px 0 65px;
  }
}
@media (max-width: 767px) {
  .message .part1 .txt {
    width: 100%;
    margin: 20px 0 0;
    float: none;
    height: auto;
    background: none;
    border: 5px solid #247139;
    border-radius: 5px;
    padding: 5px 15px 25px;
  }
}
.message .part1 .txt .messge_main {
  list-style: none;
  width: 100%;
}
@media (max-width: 767px) {
  .message .part1 .txt .messge_main {
    width: 100%;
  }
}
.message .part1 .txt .messge_main li {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  .message .part1 .txt .messge_main li {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .message .part1 .txt .messge_main li {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }
}
.message .part1 .txt .messge_main li input {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 40px;
  padding: 0 15px 0 10px;
  color: #a4a3a3;
  font-size: 14px;
  
}
@media (max-width: 767px) {
  .message .part1 .txt .messge_main li input {
    height: 38px;
  }
}
.message .part1 .txt .messge_main li input::-webkit-input-placeholder,
.message .part1 .txt .messge_main li input input::-webkit-input-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li input::-moz-placeholder,
.message .part1 .txt .messge_main li input input:-moz-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li input::-moz-placeholder,
.message .part1 .txt .messge_main li input input::-moz-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li input::-ms-input-placeholder,
.message .part1 .txt .messge_main li input input:-ms-input-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li textarea {
  width: 100%;
  height: 100px;
  line-height: 24px;
  padding: 10px 15px 10px 10px;
  color: #a4a3a3;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  
}
.message .part1 .txt .messge_main li textarea::-webkit-input-placeholder,
.message .part1 .txt .messge_main li textarea textarea::-webkit-input-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li textarea::-moz-placeholder,
.message .part1 .txt .messge_main li textarea textarea:-moz-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li textarea::-moz-placeholder,
.message .part1 .txt .messge_main li textarea textarea::-moz-placeholder {
  color: #a4a3a3;
}
.message .part1 .txt .messge_main li textarea::-ms-input-placeholder,
.message .part1 .txt .messge_main li textarea textarea:-ms-input-placeholder {
  color: #a4a3a3;
}
@media (max-width: 767px) {
  .message .part1 .txt .messge_main li textarea {
    height: 120px;
  }
}
.message .part1 .txt .messge_main .li_1 {
  width: 100%;
}
.message .part1 .txt .messge_main .li_2 {
  width: 230px;
  margin: 30px 0 0;
  float: left;
}
@media (max-width: 991px) {
  .message .part1 .txt .messge_main .li_2 {
    margin: 5px 0 0;
    float: none;
    display: inline-block;
  }
}
.message .part1 .txt .messge_main .li_2 small {
  display: block;
  float: left;
  width: 130px;
  position: relative;
}
.message .part1 .txt .messge_main .li_2 .codes {
  width: 80px;
  height: 40px;
  float: left;
  margin: 0 10px;
  display: block;
  position: relative;
}
.message .part1 .txt .messge_main .li_3 {
  width: 105px;
  margin: 30px 0 0;
  float: right;
}
@media (max-width: 991px) {
  .message .part1 .txt .messge_main .li_3 {
    margin: 15px 0 0;
    float: none;
  }
}
.message .part1 .txt .messge_main .li_3 #message-submit {
  background: #64bd62;
  height: 40px;
  width: 110px;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
}
.message .part1 .txt .messge_main .li_3 #message-submit:hover {
  background: #1b7e1f;
}
.message .part1 .txt .messge_main .reda {
  color: red;
  right: 10px;
  top: 14px;
  font-size: 15px;
  position: absolute;
}
.message .part1 .txt .messge_main .a2 {
  position: absolute;
  top: -24px;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  
}
.message .part1 .txt .messge_main .error {
  background: #8A0505;
  color: #fff;
}
.message .part1 .txt .messge_main .righta {
  background: #1b7e1f;
  color: #fff;
}
/*honor*/
.honor {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .honor {
    margin: 40px auto 35px;
  }
}
.honor .honor_main {
  width: 74%;
  margin: 60px auto 80px;
}
@media (max-width: 1200px) {
  .honor .honor_main {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .honor .honor_main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .honor .honor_main {
    margin: 35px auto 0;
  }
}
.honor .honor_tab {
  width: 100%;
}
@media (max-width: 767px) {
  .honor .honor_tab {
    display: none;
  }
}
.honor .honor_tab ul {
  list-style: none;
  width: 48.5%;
  height: 435px;
  float: right;
  overflow: hidden;
}
@media (max-width: 991px) {
  .honor .honor_tab ul {
    width: 47%;
    height: 425px;
  }
}
.honor .honor_tab ul .mCSB_scrollTools .mCSB_draggerRail {
  background: #d5d5d5;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.honor .honor_tab ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #247139;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.honor .honor_tab ul li {
  line-height: 23px;
  color: #000033;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 105px 0 0;
  
}
.honor .honor_tab ul li span{
  height: 18px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1200px) {
  .honor .honor_tab ul li {
    margin: 0 85px 0 0;
  }
}
@media (max-width: 991px) {
  .honor .honor_tab ul li {
    margin: 0 25px 0 0;
  }
}
.honor .honor_tab ul li:hover {
  border: 1px solid #45a35f;
}
.honor .honor_tab ul .one {
  border: 1px solid #45a35f;
}
.honor .honor_tab .content {
  width: 42%;
  float: left;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .honor .honor_tab .content {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .honor .honor_tab .content {
    width: 53%;
  }
}
.honor .honor_tab .content .honor_nr .pic {
  margin: 0 50px 30px 30px;
  position: relative;
  box-shadow: 0 0 40px #B9B9B9;
}
.honor .honor_tab .content .honor_nr .pic:after {
  content: "";
  display: block;
  padding-bottom: 134%;
}
@media (min-width: 768px) {
  .honor .honor_tab2 {
    display: none;
  }
}
.honor .honor_tab2 .slick-prev,
.honor .honor_tab2 .slick-next {
  width: 37px;
  height: 31px;
  border: none;
}
.honor .honor_tab2 .slick-prev {
  background: url("../images/sub_left.png") no-repeat;
  left: 0;
}
.honor .honor_tab2 .slick-next {
  background: url("../images/sub_right.png") no-repeat;
  right: 0;
}
.honor .honor_tab2 .honornr {
  margin: 0 50px;
}
.honor .honor_tab2 .honornr .pic {
  width: 100%;
  position: relative;
}
.honor .honor_tab2 .honornr .pic:after {
  content: "";
  display: block;
  padding-bottom: 134%;
}
.honor .honor_tab2 .honornr .pic .txt {
  position: absolute;
  width: 100%;
  background: url("../images/mask2.png");
  color: #fff;
  font-size: 12px;
  max-height: 48px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  line-height: 24px;
  text-align: center;
}
/*development*/
.development {
  overflow: hidden;
  margin: 40px auto 80px;
}
@media (max-width: 991px) {
  .development {
    margin: 40px auto 35px;
  }
}
.development .development_main {
  margin: 120px auto;
}
@media (max-width: 991px) {
  .development .development_main {
    margin: 120px auto 60px;
  }
}
@media (max-width: 767px) {
  .development .development_main {
    margin: 40px auto 0;
  }
}
.development .development_main .slider_for {
  width: 68%;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/mask3.png");
}
@media (max-width: 991px) {
  .development .development_main .slider_for {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .development .development_main .slider_for {
    width: 100%;
  }
}
.development .development_main .slider_for .slick-prev,
.development .development_main .slider_for .slick-next {
  width: 25px;
  height: 25px;
  border: none;
  top: auto;
  margin-top: 0;
}
.development .development_main .slider_for .slick-prev {
  background: url("../images/deve_1.png") no-repeat;
  left: auto;
  right: 60px;
  bottom: 17px;
}
.development .development_main .slider_for .slick-prev:hover {
  background: url("../images/deve_hover1.png") no-repeat;
}
.development .development_main .slider_for .slick-next {
  background: url("../images/deve_2.png") no-repeat;
  right: 30px;
  bottom: 17px;
}
.development .development_main .slider_for .slick-next:hover {
  background: url("../images/deve_hover2.png") no-repeat;
}
.development .development_main .slider_for .pic {
  width: 40%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .development .development_main .slider_for .pic {
    width: 100%;
    float: none;
  }
}
.development .development_main .slider_for .pic:after {
  content: "";
  display: block;
  padding-bottom: 78.6%;
}
.development .development_main .slider_for .txt {
  width: 60%;
  float: right;
  padding: 15px 30px 10px;
}
@media (max-width: 767px) {
  .development .development_main .slider_for .txt {
    width: 100%;
    float: none;
    padding: 15px 15px 55px;
  }
}
.development .development_main .slider_for .txt big {
  color: #247139;
  font-size: 22px;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
}
.development .development_main .slider_for .txt p {
  color: #666666;
  height: 156px;
  font-size: 14px;
  line-height: 26px;
  margin: 15px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1200px) {
  .development .development_main .slider_for .txt p {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .development .development_main .slider_for .txt p {
    margin: 5px 0 0;
    height: 85px;
  }
}
.development .development_main .slider_list {
  height: 60px;
  margin: 50px auto;
  background: url("../images/deve_bg1.png") no-repeat center top;
  background-size: 100% 18px;
  padding: 30px 38% 0 32%;
}
@media (max-width: 1200px) {
  .development .development_main .slider_list {
    padding: 30px 40% 0 30%;
  }
}
@media (max-width: 991px) {
  .development .development_main .slider_list {
    padding: 30px 10% 0 28%;
  }
}
@media (max-width: 767px) {
  .development .development_main .slider_list {
    display: none;
  }
}
.development .development_main .slider_list .slick-prev,
.development .development_main .slider_list .slick-next {
  width: 15px;
  height: 17px;
  border: none;
  top: 9px;
  margin-top: 0;
}
.development .development_main .slider_list .slick-prev {
  left: 0;
  background: url("../images/deve_ico2.png") no-repeat;
}
.development .development_main .slider_list .slick-next {
  right: 0;
  background: url("../images/deve_ico1.png") no-repeat;
}
.development .development_main .slider_list div {
  color: #247139;
  width: 420px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 991px) {
  .development .development_main .slider_list div {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .development .development_main .slider_list div {
    width: 260px;
  }
}
.development .development_main .slider_list .slick-current {
  color: #51bc4f;
}
/*success*/
.success {
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
}
.success .success_box {
  margin: 50px auto;
}
@media (max-width: 767px) {
  .success .success_box {
    width: 100%;
    margin: 80px auto 60px;
  }
}
@media (max-width: 767px) {
  .success .success_box {
    width: 100%;
    margin: 30px auto;
  }
}
.success .success_box big {
  background: url("../images/c7.png") no-repeat left top;
  display: block;
  min-height: 60px;
  line-height: 42px;
  color: #4E4C4D;
  margin: 0 auto;
  font-size: 32px;
  padding: 10px 0 0 80px;
  display: table;
}
@media (max-width: 767px) {
  .success .success_box big {
    font-size: 26px;
  }
}
.success .success_box p {
  color: #000000;
  font-size: 14px;
  clear: both;
  margin: 35px auto 0;
  text-align: center;
}
.success .success_box .btn {
  background: #1b7e1f;
  display: table;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  font-size: 16px;
  
  line-height: 43px;
  text-align: center;
  margin-top: 35px;
  color: #fff;
}
.success .success_box .btn:hover {
  background: #87af92;
}
.success .success_box .right {
  color: #4E4C4D;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .success .success_box .right {
    font-size: 24px;
    line-height: 45px;
    font-weight: 100;
  }
}
/*map*/
.map {
  margin: 70px auto 80px;
}
.map dl {
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #A8AFB1;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #1b7e1f;
}
.map dt:hover {
  background: #075480;
}
.map dt a {
  color: #fff;
  display: block;
  line-height: 40px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  display: block;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #503507;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0 20px 0 10px;
}
.map dd div a {
  color: #333;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #1f6e35;
  color: #fff;
}
@media (max-width: 768px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px auto;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    border-right: none;
    border-left: none;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
#mmenu {
  z-index: 999999;
}
/*link*/
.linkz .link_d {
  list-style: none;
  width: 100%;
  margin: 40px auto;
  min-height:200px;
}
@media (max-width: 767px) {
  .linkz .link_d {
    margin: 10px auto 40px;
  }
}
.linkz .link_d li {
  float: left;
  width: 10%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .linkz .link_d li {
    width: 12.5%;
  }
}
@media (max-width: 991px) {
  .linkz .link_d li {
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .linkz .link_d li {
    width: 33.33333333%;
  }
}
.linkz .link_d li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  top: 9px;
  background: #1b7e1f;
}
.linkz .link_d li a {
  display: block;
  font-size: 14px;
}
.phoness a:first-child{
  float:left;
}

#locat a:last-child{
  color:#247139;
}

#contact-form  .validate-on {
  border: 1px solid #ff0000;
  box-shadow: 0 0 1px #ff0000;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height:30px!important;height:30px!important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
label {margin-bottom: 1px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}

.BMapLib_nav{display:none;padding:10px!important;}
.BMapLib_bubble_content{padding:10px!important;}
.BMapLib_sendToPhone,.BMapLib_bubble_close{display:none;}
.BMap_cpyCtrl{display:none;}
.BMapLib_trans{margin:0!important;}
.BMap_Marker img{max-width:39px;}
