.a_hover:hover {
  text-decoration: underline;
  color: #187d39;
}
.a_hover_color:hover {
  color: #187d39;
}
.page {
  line-height: 1.5;
  color: #187d39;
  font-size: 0;
  text-align: center;
}
.page .page-item {
  font-size: 16px;
  display: inline-block;
  margin: 2px;
  color: #333;
  margin-top: 10px;
}
.page .page-item span {
  display: block;
  padding: 5px 10px;
  color: #333;
}
.page .page-item a {
  padding: 5px 10px;
  display: block;
  color: #333;
}
.page .page-item.active {
  background: #f6b900;
  color: #fff;
}
.page .page-item.active span {
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .page-item:hover {
  background-color: #f6b900;
}
.page .page-item:hover span {
  color: #fff;
}
.page .page-item:hover a {
  color: #fff;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #187d39;
}
.main_color2 {
  color: #f6b900;
}
.main_bg_color {
  background-color: #187d39;
}
.main_bg_color2 {
  background-color: #f6b900;
}
.header_top {
  height: 30px;
  line-height: 30px;
  background-color: #187d39;
  color: #fff;
}
.header_top a {
  color: #fff;
}
.banner .owl-dots {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  font-size: 0;
}
.banner .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  visibility: visible;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.banner .owl-dots .owl-dot:after {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: -4px;
  top: -4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.banner .owl-dots .owl-dot.active {
  background-color: #fff;
}
.banner .owl-dots .owl-dot.active:after {
  border-color: #fff;
}
.banner .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(0,0,0,0);
  top: 50%;
  margin-top: -60px;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  background-position: center;
}
.banner .owl-nav .owl-prev {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 20px;
  background-image: url("../images/l.png");
}
.banner .owl-nav .owl-next {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 20px;
  background-image: url("../images/r.png");
}
.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  background-color: rgba(0,0,0,0.7);
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.f0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_top {
  color: #fff;
}
.header_top a {
  color: #fff;
}
.nav {
  /*border-top: 1px solid #d8d8d8;*/
}
.nav .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav .wrap .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.nav .wrap .item:after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background-color: #dbdbdb;
}
.nav .wrap .item:last-child:after {
  display: none;
}
.nav .wrap .item a {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .wrap .item.hover > a,
.nav .wrap .item:hover > a {
  color: #187d39;
  font-weight: bold;
}
.nav .wrap .item .son {
  position: absolute;
  z-index: 10;
  background-color: rgba(100,100,100,0.5);
  line-height: 40px;
  display: none;
  top: 80px;
  left: 0;
  right: 0;

}
.nav .wrap .item .son .it a {
  color: #fff;
  font-size: 14px;
}
.nav .wrap .item .son .it:hover {
  background-color: #187d39;
}
.nav .wrap .item:hover .son {
  display: block;
}
.posr {
  position: relative;
}
.index_ys {
  margin-top: -55px;
  background-color: #187d39;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_ys .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  height: 110px;
  color: #fff;
}
.index_ys .item:last-child {
  background-color: #1d9945;
}
.index_ys form {
  position: relative;
  margin-top: 30px;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.index_ys form input {
  width: 370px;
  padding-right: 60px;
  height: 44px;
  border: 1px solid #fff;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  outline: none;
  text-indent: 20px;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
}
.index_ys form input::-webkit-input-placeholder {
  color: #fff;
}
.index_ys form button {
  width: 60px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #035dab;
  background-image: url("../images/zoom.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  outline: none;
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: transparent;
}
.index_title .en {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.index_title .line {
  width: 70px;
  height: 2px;
  background-color: #f6b900;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.index_title .zh {
  font-size: 32px;
  color: #187d39;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.index_title.index_title2 .en {
  color: #fff;
}
.index_title.index_title2 .zh {
  color: #fff;
}
.index_about .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2000px;
  background-color: #187d39;
  background-image: url("../images/j.png");
  background-repeat: no-repeat;
  background-position: 550px center;
}
.index_bg1 {
  background-color: #f8f8f8;
}
.index_pro_left {
  background-color: #187d39;
}
.index_pro_left_wrap{
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.index_pro_left_wrap .item > a{
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #187d39;
  display: block;
  padding-left: 15px;
  background-image: url(../images/jt.png);
  background-repeat: no-repeat;
  background-position: 190px center;
}
.index_pro_left_wrap .item:last-child {
  margin-bottom: 0;
}
.index_pro_left_wrap .item a {
  color: #fff;
  display: block;
  padding-left: 15px;
}

.index_pro_left_wrap .item .son {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;

}
.index_pro_left_wrap .item .son .it{
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
  margin-left: 9px;
  margin-right: 9px;
  background-image: url(../images/jt2.png);
  background-repeat: no-repeat;
  background-position: left center;
  /*background-color: #187d39;*/
}
.index_pro_left_wrap .item .son .it a{
  display: block;
  padding-left: 20px;
  /*padding-left: 30px;*/
  color: #333;


}
.index_pro_left_wrap .item .son .it:last-child{
  border: none;
}
.index_pro_left_wrap .item .son .it:hover{
  background-color: #187d39;
}
.index_pro_left_wrap .item .son .it:hover a{
  color: #fff;
}
.index_pro_right .t_t {
  background-color: #187d39;
}
.index_pro_right_wrap .wrapper {
  margin-right: -50px;
}
.index_pro_right_wrap .wrapper .item {
  float: left;
  width: 280px;
  border: 1px solid #ebebeb;
  position: relative;
  margin-right: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.index_pro_right_wrap .wrapper .item .img_wrap {
  height: 216px;
  line-height: 216px;
  font-size: 0;
  background-color: #fff;
}
.index_pro_right_wrap .wrapper .item .tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #ebebeb;
}
.index_pro_right_wrap .wrapper .item .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(8,133,213,0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_right_wrap .wrapper .item .info .btn {
  position: absolute;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #187d39;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -65px;
}
.index_pro_right_wrap .wrapper .item:hover {
  border-color: #187d39;
}
.index_pro_right_wrap .wrapper .item:hover .info {
  opacity: 1;
}
.index_y .item{
  width: 25%;
  float: left;
  padding-top: 60px;
  position: relative;
  
}
.index_y .item .num{
  position: relative;
  font-size: 51px;
  line-height: 38px;
}
.index_y .item .num::after{
  content: '';
  width: 6px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -30px;
}


.index_news_l {
  background-image: url("../images/newl.jpg");
}
.index_news .item {
  margin-bottom: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item .info {
  border-top: 3px solid #e2e0e0;
  border-right: 3px solid #e2e0e0;
  border-bottom: 3px solid #e2e0e0;
}
.index_news .item .date {
  width: 106px;
}
.index_news .item .date .ym {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #006922;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item .date .day {
  font-size: 33px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #187d39;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item .info .title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.index_news .item .info .desc {
  color: #666;
}
.index_news .item .info .more {
  width: 140px;
  height: 40px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #187d39;
  font-size: 14px;
  margin-top: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item:nth-child(even) .img {
  float: right;
}
.index_news .item:nth-child(even) .info {
  float: left;
  border-left: 3px solid #e2e0e0;
  border-right: none;
}
.index_news .item:hover {
  background-color: #f1f1f1;
}
.index_news .item:hover .date .day {
  color: #999;
}
.index_news .item:hover .info .title {
  color: #187d39;
}
.index_news .item:hover .info .more {
  background-color: #187d39;
}
.index_bg2 {
  background-image: url("../images/y.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index_bg3 {
  background-image: url("../images/y.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index_case .wrapper {
  margin-right: -100px;
}
.index_case .wrapper .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
  width: 393px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.index_case .wrapper .item .img {
  height: 200px;
  line-height: 200px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.index_case .wrapper .item .info{
  height: 60px;
  background-color: #f3f1f1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 25px;
  background-image: url(../images/jt3.png);
  background-repeat: no-repeat;
  background-position: right 27px center;

}
.index_case .wrapper .item .info .tit {
  font-size: 17px;
  padding-top: 14px;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .wrapper .item .info .line{
  width: 30px;
  height: 2px;
  background-color: #dcdbdb;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 12px;
}
.index_case .wrapper .item:nth-child(4),
.index_case .wrapper .item:nth-child(5){
  width: 594px;
}
.index_case .wrapper .item:hover {
  
}
.index_case .wrapper .item:hover .info{
  background-color: #187d39;
  background-image: url(../images/jt4.png);
}

.index_case .wrapper .item:hover .info .tit {
  color: #fff;
}
.index_lx .right {
  background-color: #187d39;
}
/*.index_lx .right form div.input {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.index_lx .right form div span {
  color: #fff;
  font-size: 13px;
}*/
.index_lx .right form input {
  height: 34px;
  border-radius: 18px;
  outline: none;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
  text-indent: 10px;
  border: none;
  width: 100%;
  border: 1px solid #fff;
  margin-top: 20px;
}
/*.index_lx .right form div.textarea span {
  display: block;
  line-height: 50px;
}*/
.index_lx .right form  textarea {
  height: 90px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  font-size: 13px;
  text-indent: 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  color: #fff;
  margin-top: 20px;
}
.index_lx .right form  button {
  text-align: center;
  overflow: none;
  cursor: pointer;
  margin-top: 25px;
  color: #fff;
  width: 96px;
  height: 30px;
  line-height: 28px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}
.footer {
  background-color: #187d39;
  background-image: url("../images/footbg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer_t .item {
  position: relative;
}
.footer_t .item:before {
  content: '';
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  /*background-color: #0b6228;*/
  background-color: #fff;
}
.footer_t .item:after {
  -content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #2e894c;
}
.footer_t .item .tit {
  color: #e6e8ee;
  font-size: 20px;
  margin-top: 6px;
}
.footer_t .item .line {
  background-color: #e6e8ee;
  width: 34px;
  height: 3px;
  margin-top: 10px;
}
.footer_t .item .desc {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer_t .item .desc a {
  color: #fff;
}
.footer_t .item:last-child:after {
  display: none;
}
.footer_t .item:first-child:before {
  display: none;
}
.footer_t .item1 .desc div {
  float: left;
  width: 50%;
}
.footer_b {
  /*background-color: #191a1f;*/
  color: #fff;
}
.footer_b a {
  color: #fff;
}
.crumb {
  background-color: #eef2f5;
  height: 60px;
  line-height: 60px;
}
.crumb .right .it {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  position: relative;
}
.crumb .right .it a {
  display: block;
}
.crumb .right .it:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b900;
  left: 5px;
  right: 5px;
  opacity: 0;
}
.crumb .right .it:after {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #d6e0e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.crumb .right .it.hover:before,
.crumb .right .it:hover:before {
  opacity: 1;
}
.crumb .right .it.hover a,
.crumb .right .it:hover a {
  color: #f6b900;
}
.crumb .right .it:last-child:after {
  display: none;
}
.img_list .wrapper {
  margin-right: -50px;
}
.img_list .wrapper .item {
  float: left;
  width: 280px;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #eef2f5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item .img_wrap {
  height: 216px;
  line-height: 216px;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item .tit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item:hover {
  background-color: #144099;
  border-color: #144099;
}
.img_list .wrapper .item:hover .tit {
  color: #fff;
}
.news_list .wrapper .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d5db;
}
.news_list .wrapper .item:first-child {
  padding-top: 0;
}
.news_list .wrapper .item:last-child {
  border: none;
}
.news_list .wrapper .item .more {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #dfe3e8;
  margin-top: 20px;
}
.news_list .wrapper .item:hover .tit,
.news_list .wrapper .item:hover .desc {
  color: #187d39;
}
.news_list .wrapper .item:hover .more {
  background-color: #187d39;
  color: #fff;
}
.show_show h1 {
  font-weight: 400;
}
