@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Roman.otf';
  src: url('../HelveticaNeueLTStd-Roman.otf');
}
.iconfont {
  font-family: 'iconfont';
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: 0;
}
.container {
  max-width: 1210px;
  margin: auto;
  width: 98%;
  padding: 0px !important;
}
body {
  min-width: 320px;
  font-family: "微软雅黑";
  overflow-x: hidden;
}
/*-header-*/
.header {
  clear: both;
}
.header .header_top {
  height: 40px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 12px;
}
.header .header_top .left {
  float: left;
  color: #666;
  max-width: 300px;
  width: 30%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.header .header_top .right {
  float: right;
  padding-top: 10px;
}
.header .header_top .right a {
  color: #817f7f;
  height: 20px;
  line-height: 20px;
  background: url(../images/top_xian.png) no-repeat right;
  padding: 0px 15px;
}
.header .header_top .right a:hover {
  color: #145d32;
}
.header .header_top .right span {
  color: #817f7f;
  padding: 0px 15px;
  position: relative;
  cursor: pointer;
}
.header .header_top .right span em {
  font-style: normal;
}
.header .header_top .right span i {
  position: absolute;
  top: 20px;
  left: 0px;
  background: #fff;
  font-style: normal;
  padding: 5px;
  display: none;
  z-index: 999;
}
.header .header_top .right span i a {
  display: block;
  background: none;
}
.header .header_top .right span i a:hover {
  color: #0e5029;
}
@media (max-width: 768px) {
  .header .header_top .left {
    display: none;
  }
  .header .header_top .right {
    width: 98%;
  }
}
.logo_er {
  padding: 10px 0px;
}
.logo_er .logo {
  float: left;
  max-width: 200px;
  width: 50%;
}
.logo_er .right {
  float: right;
  max-width: 270px;
  width: 50%;
}
.logo_er .right .dian {
  float: left;
  background: url(../images/dian.png) no-repeat left bottom;
  padding-left: 30px;
  font-size: 12px;
  color: #666;
  margin-top: 27px;
}
.logo_er .right .dian a {
  font-size: 18px;
  font-family: tahoma;
  color: #000000;
}
.logo_er .right .dian a:hover {
  color: #145d32;
}
.logo_er .right .erwei {
  float: right;
  width: 100px;
}
.logo_er .right .erwei img {
  display: block;
  margin: auto;
}
.logo_er .right .erwei span {
  text-align: center;
  width: 100%;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .logo_er {
    padding: 5px 0;
  }
  .logo_er .right {
    display: none;
  }
}
.home_nav {
  background: #145d32;
  height: 46px;
  width: 100%;
}
.home_nav ul li {
  width: 14.25%;
  float: left;
  /*background: url(../images/nav_xian.png) no-repeat right center;*/
  position: relative;
}
.home_nav ul li a {
  line-height: 46px;
  height: 46px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777;
  font-weight: 700;
}
.home_nav ul li .erji {
  position: absolute;
  z-index: 999;
  color: #000;
  background: #0e5029;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  display: none;
}
.home_nav ul li .erji a {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
}
.home_nav ul li .erji a:hover {
  background: #145d32;
}
.home_nav ul li:hover {
  background: #0e5029 !important;
}
.home_nav ul li:hover .erji {
  display: block;
}
.home_nav ul li:last-child {
  background: none;
}
.home_nav ul .active {
  background: #0e5029 !important;
}
@media (max-width: 980px) {
  .home_nav {
    display: none;
  }
}
/*-banner-*/
.banner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.banner img {
  max-width: 100%;
  margin: auto;
}
.banner .slick-dots li button {
  border: 1px solid #e4c78a;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.banner .slick-dots .slick-active button {
  background: #24611c;
  border: #1e4816;
}
.home_about {
  width: 100%;
}
.home_about .container {
  background: #f6f6f6;
}
.home_about .left_about {
  float: left;
  width: 50%;
  background: #f6f6f6;
  padding: 4% 3%;
}
.home_about .left_about .about_tt {
  color: #145d32;
  font-size: 26px;
}
.home_about .left_about span {
  display: inline-block;
  width: 43px;
  height: 1px;
  background: #dcdcdc;
}
.home_about .left_about p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 9% 0px;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.home_about .left_about .a_more {
  font-size: 16px;
  color: #fff;
  background: #145d32;
  width: 218px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 20px;
  transition: 0.3s;
}
.home_about .left_about .a_more:hover {
  background: #0e5029;
  font-weight: 700;
}
.home_about .right_about {
  position: relative;
  float: right;
  width: 50%;
}
.home_about .right_about i {
  display: block;
  padding-bottom: 74.62932454695222%;
}
@media (max-width: 640px) {
  .home_about .left_about {
    width: 100%;
  }
  .home_about .left_about p {
    height: auto;
  }
  .home_about .right_about {
    width: 100%;
  }
}
.home_pro .pro_com li {
  float: left;
  /*width: 24%;*/
  width: 32%;
  margin-right: 0.5%;
  position: relative;
  cursor: pointer;
}
.home_pro .pro_com li .pic {
  position: relative;
}
.home_pro .pro_com li .pic i {
  display: block;
  padding-bottom: 125%;
}
.home_pro .pro_com li:last-child {
  margin-right: 0px;
}
.home_pro .pro_com li .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background: url(../images/zhe_bg.png);*/
  background-color: rgb(20,22,136,0.8);
  padding: 45% 0px;
  text-align: center;
  display: none;
}
.home_pro .pro_com li .zhe span {
  display: block;
  color: #fff;
  width: 96%;
  margin: auto;
  font-size: 12px;
  text-align: center;
}
.home_pro .pro_com li .zhe .span1 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 22px;
}
.home_pro .pro_com li .zhe .span2 {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home_pro .pro_com li .zhe .span3 {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #fff;
  width: auto;
  margin: auto;
  display: inline-block;
  padding: 0px 10px;
}
.home_pro .pro_com li .zhe .span3:hover {
  background: #145d32;
  font-weight: 700;
}
.home_pro .pro_com li:hover .zhe {
  display: block;
}
@media (max-width: 768px) {
  .home_pro .pro_com li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .home_pro .pro_com li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .home_pro .pro_com li .zhe {
    padding: 25% 0px;
  }
  .home_pro .pro_com li .zhe .span1 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .home_pro .pro_com li .zhe .span2 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.top_all {
  padding: 4% 0px;
}
.top_all .t1 {
  height: 32px;
  line-height: 32px;
  color: #145d32;
  font-size: 32px;
  overflow: hidden;
  width: 98%;
}
.top_all .t2 {
  font-size: 15px;
  color: #666666;
  height: 30px;
  line-height: 30px;
}
.top_all .t2 span {
  width: 78%;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  overflow: hidden;
}
.top_all .t2 a {
  width: 20%;
  height: 30px;
  line-height: 30px;
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
  overflow: hidden;
}
.top_all .t2 a:hover {
  color: #145d32;
}
@media (max-width: 640px) {
  .top_all .t1 {
    font-size: 22px;
  }
  .top_all .t2 {
    font-size: 13px;
  }
}
.youshi {
  width: 100%;
  background: #f4f4f4;
}
.youshi .youshi_ul li .pic {
  width: 50%;
  float: left;
  position: relative;
}
.youshi .youshi_ul li .pic i {
  display: block;
  padding-bottom: 53.553719008264466%;
}
.youshi .youshi_ul li .text {
  float: right;
  width: 50%;
  padding: 5% 3%;
}
.youshi .youshi_ul li .text .yt_1 {
  color: #b1d559;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  height: 32px;
}
.youshi .youshi_ul li .text .yt_2 {
  color: #246d40;
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  margin: 5px 0px 20px;
}
.youshi .youshi_ul li .text p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  max-height: 80px;
}
.youshi .youshi_ul li .pic2 {
  float: right;
}
@media (max-width: 768px) {
  .youshi .youshi_ul li .text {
    padding: 1% 3%;
  }
}
@media (max-width: 640px) {
  .youshi .youshi_ul li .pic {
    width: 100%;
  }
  .youshi .youshi_ul li .text {
    width: 100%;
  }
  .youshi .youshi_ul li .text .yt_1 {
    font-size: 16px;
  }
  .youshi .youshi_ul li .text .yt_2 {
    font-size: 22px;
    margin: 0px 0px 10px;
  }
}
.home_news {
  background: url(../images/new_bg.png);
  padding-bottom: 6%;
}
.home_news .container {
  background: #fff;
}
.home_news .div_x {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: -2%;
}
.home_news .news_com .top_qie {
  width: 80%;
  margin: auto;
  max-width: 830px;
  padding: 3% 0px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .home_news .news_com .top_qie {
    border: none;
  }
}
.home_news .news_com .top_qie span {
  width: 50%;
  float: left;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #145d32;
  font-size: 16px;
  background: #f6f6f6;
}
.home_news .news_com .top_qie span img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 5%;
}
.home_news .news_com .top_qie span:hover {
  background: #efefef;
}
.home_news .news_com .top_qie .active {
  background: #efefef;
}
@media (max-width: 640px) {
  .home_news .news_com .top_qie {
    width: 100%;
  }
}
.home_news .news_com .news_nei .new_nei_c {
  display: none;
}
.home_news .news_com .news_nei .left_new {
  width: 50.5%;
  float: left;
}
.home_news .news_com .news_nei .left_new li {
  background: #efefef;
}
.home_news .news_com .news_nei .left_new li .text_n {
  width: 50%;
  background: #efefef;
  float: left;
  padding: 10% 4% 4%;
  transition: 0.3;
}
.home_news .news_com .news_nei .left_new li .text_n .n_t1 {
  height: 32px;
  color: #555353;
  line-height: 32px;
  font-size: 16px;
  transition: 0.3;
  overflow: hidden;
}
.home_news .news_com .news_nei .left_new li .text_n p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  margin: 5% 0px 20%;
  height: 81px;
  overflow: hidden;
}
.home_news .news_com .news_nei .left_new li .text_n span {
  background: url(../images/liu_ci.png) no-repeat left center;
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  color: #666;
}
.home_news .news_com .news_nei .left_new li .pic_a {
  width: 50%;
  float: left;
  position: relative;
}
.home_news .news_com .news_nei .left_new li .pic_a i {
  display: block;
  padding-bottom: 99.672131147541%;
}
.home_news .news_com .news_nei .left_new li .pic_a .zhe {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.home_news .news_com .news_nei .left_new li .pic_a2 {
  float: right;
}
.home_news .news_com .news_nei .left_new li:hover {
  background: #145d32;
}
.home_news .news_com .news_nei .left_new li:hover .text_n {
  background: #145d32;
  color: #fff;
}
.home_news .news_com .news_nei .left_new li:hover .text_n .n_t1 {
  color: #fff;
}
.home_news .news_com .news_nei .left_new li:hover .text_n p {
  color: #fff;
}
.home_news .news_com .news_nei .left_new li:hover .text_n span {
  color: #fff;
}
.home_news .news_com .news_nei .left_new li:hover .pic_a .zhe {
  display: none;
}
.home_news .news_com .news_nei .right_new {
  width: 45%;
  float: right;
}
.home_news .news_com .news_nei .right_new li {
  padding: 4.2% 0px;
  border-bottom: 1px solid #ededed;
}
.home_news .news_com .news_nei .right_new li .pic {
  position: relative;
  width: 19.5%;
  float: left;
  overflow: hidden;
}
.home_news .news_com .news_nei .right_new li .pic img {
  transition: 0.3s;
}
.home_news .news_com .news_nei .right_new li .pic i {
  display: block;
  padding-bottom: 99.03846153846155%;
}
.home_news .news_com .news_nei .right_new li .text {
  width: 79%;
  float: right;
}
.home_news .news_com .news_nei .right_new li .text .tt_a {
  height: 32px;
  color: #555353;
  line-height: 32px;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
}
.home_news .news_com .news_nei .right_new li .text span {
  background: url(../images/liu_ci.png) no-repeat left center;
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  color: #666;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  margin: 1% 0px 2%;
  display: block;
}
.home_news .news_com .news_nei .right_new li .text p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.home_news .news_com .news_nei .right_new li:hover .pic img {
  transform: scale(1.1);
}
.home_news .news_com .news_nei .right_new li:hover .text .tt_a {
  color: #145d32;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home_news .news_com .news_nei .right_new {
    width: 100%;
  }
  .home_news .news_com .news_nei .left_new {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .home_news .news_com .news_nei .left_new {
    display: none;
  }
  .home_news .news_com .news_nei .right_new li .pic {
    padding-top: 7%;
  }
  .home_news .news_com .news_nei .right_new li .text .tt_a {
    height: 30px;
    line-height: 30x;
    font-size: 14px;
  }
  .home_news .news_com .news_nei .right_new li .text span {
    background: url(../images/liu_ci.png) no-repeat left center;
    padding-left: 20px;
    font-family: arial;
    font-size: 12px;
    color: #666;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    margin: 0px;
    display: block;
  }
}
.footer {
  padding: 3% 0px;
}
.footer .ft_left {
  width: 67%;
  float: left;
}
.footer .ft_left li {
  width: 25%;
  float: left;
  border-left: 1px solid #e5e5e5;
  min-height: 190px;
  padding-left: 3%;
  position: relative;
}
.footer .ft_left li a {
 
}
.footer .ft_left li a:hover {
  
}
.footer .ft_left li .tt_a {
  font-size: 14px;
  color: #333333;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-weight: 700;
}
.footer .ft_left li:after {
  height: 15px;
  width: 3px;
  background: #e4e4e4;
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
}
.footer .ft_right {
  width: 33%;
  float: right;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 0px 10px;
}
.footer .ft_right span {
  font-size: 12px;
  color: #666666;
  font-family: arial;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
}
.footer .ft_right .rex {
  font-family: HelveticaNeueLTStd-Roman;
  font-size: 22px;
  color: #7a7a7a;
  line-height: 44px;
  height: 44px;
  width: 100%;
  overflow: hidden;
}
.footer .ft_right .rex i {
  font-style: normal;
  font-size: 30px;
  color: #145d32;
}
.footer .ft_right .img_di {
  position: relative;
}
.footer .ft_right .img_di i {
  display: block;
  padding-bottom: 26.146788990825687%;
}
.footer .ft_right:after {
  height: 15px;
  width: 3px;
  background: #e4e4e4;
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
}
@media (max-width: 640px) {
  .footer .ft_left {
    display: none;
  }
  .footer .ft_right {
    width: 100%;
  }
}
.copy {
  width: 100%;
  background: #145d32;
  font-size: 13px;
  color: #81a380;
  padding: 3% 0px;
}
.copy a {
  color: #81a380;
}
.copy .copy_nei {
  max-width: 860px;
  width: 98%;
  margin: auto;
}
.copy .copy_nei .span_t {
  max-width: 72px;
  float: left;
  width: 9%;
}
.copy .copy_nei .nei_span {
  width: 91%;
  float: left;
}
.copy .copy_nei .nei_span a {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .copy .copy_nei .span_t {
    width: 12%;
  }
  .copy .copy_nei .nei_span {
    width: 81%;
  }
}
@media (max-width: 640px) {
  .copy .copy_nei .span_t {
    width: 15%;
  }
  .copy .copy_nei .nei_span {
    width: 82%;
  }
}
@media (max-width: 480px) {
  .copy .copy_nei .span_t {
    width: 21%;
  }
  .copy .copy_nei .nei_span {
    width: 78%;
  }
}
.copy p {
  width: 98%;
  max-width: 860px;
  margin: auto;
  text-align: center;
}
.copy p span {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
}
.copy p a {
  width: 20%;
  text-align: left;
  display: inline-block;
}
.copy p span a{
  width:auto;
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  right: 1%;
  margin-right: 15px;
  display: none;
  color: #fff;
  z-index: 9;
  padding-top: 19px;
}
.phone-nav span {
  color: #000;
  font-size: 30px;
}
@media (max-width: 980px) {
  .phone-nav {
    display: block;
  }
}
.w1004 {
  max-width: 1200px;
  margin: auto;
  border-radius: 5px;
  width: 98%;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px !important;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #145d32;
}
.map dt a {
  color: #fff;
  display: block;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
  margin: 0px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #145d32;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #145d32;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #145d32;
  color: #fff;
}
@media (max-width: 768px) {
  .map dt {
    width: 15%;
  }
  .map dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .map dt {
    width: 20%;
  }
  .map dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 100%;
  }
}
.zi_nei {
  background: #fff;
  width: 98%;
  max-width: 1210px;
  margin: auto;
  position: relative;
  margin-top: -50px;
  z-index: 99;
}
.zi_nei .left_nei {
  max-width: 247px;
  width: 21%;
  float: left;
}
.zi_nei .left_nei .top_t {
  min-height: 206px;
  background: url(../images/left_top_bg.jpg) no-repeat;
  width: 100%;
  vertical-align: middle;
  padding-left: 10%;
  padding-top: 28%;
}
.zi_nei .left_nei .top_t span {
  color: #fff;
  display: block;
}
.zi_nei .left_nei .top_t .span_z {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 98%;
  overflow: hidden;
  padding-right: 5px;
}
.zi_nei .left_nei .top_t .span_y {
  font-size: 28px;
  font-family: arial;
  height: 40px;
  line-height: 40px;
  width: 98%;
  overflow: hidden;
  padding-right: 5px;
}
.zi_nei .left_nei .biao1 {
  border: 1px solid #f5f5f5;
  /*padding-bottom: 10%;*/
  /*padding-top: 10%;*/
}
.zi_nei .left_nei .biao1 li {
  line-height: 40px;
  font-size: 14px;
  color: #8b8a8a;
  margin: 5px 0px;
}
.zi_nei .left_nei .biao1 li a {
  padding-left: 20%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  overflow: hidden;
}
.zi_nei .left_nei .biao1 li a i {
  height: 40px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}
.zi_nei .left_nei .biao1 li a:hover {
  background: #145d32 url(../images/to_p.png) no-repeat 90% center;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.zi_nei .left_nei .biao1 li a:hover:after {
  content: url(../images/after_bg.png);
  width: 16px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: -16px;
}
.zi_nei .left_nei .biao1 li .active {
  background: #145d32 url(../images/to_p.png) no-repeat 90% center;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.zi_nei .left_nei .biao1 li .active:after {
  content: url(../images/after_bg.png);
  width: 16px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: -16px;
}
.zi_nei .left_nei .biao1 li .er {
  padding-left: 20px;
}
.zi_nei .left_nei .biao1 li .er a {
  display: block;
  line-height: 22px;
  font-size: 12px;
  height: 22px;
  width: 100%;
  overflow: hidden;
  color: #8b8a8a;
  background: #fff;
  margin: 3px 0px;
}
.zi_nei .left_nei .biao1 li .er .active {
  color: #145d32;
}
.zi_nei .left_nei .biao1 li .er a:hover {
  background: none;
  color: #145d32;
}
.zi_nei .left_nei .biao1 li .er a:hover:after {
  display: none;
}
.zi_nei .left_nei .top_xin {
  background: #145d32 url(../images/zi_new_bg.png) no-repeat 12px center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  /*margin-top: 10%;*/
}
.zi_nei .left_nei .new_ul {
  border: 1px solid #f5f5f5;
  padding-bottom: 10%;
}
.zi_nei .left_nei .new_ul .li_a1 {
  display: block;
  width: 100%;
  margin: 10px 0px;
}
.zi_nei .left_nei .new_ul .li_a1 .picz {
  width: 39%;
  float: left;
  position: relative;
}
.zi_nei .left_nei .new_ul .li_a1 .picz i {
  display: block;
  padding-bottom: 100%;
}
.zi_nei .left_nei .new_ul .li_a1 .textz {
  width: 60%;
  float: right;
  padding: 0px 10px;
}
.zi_nei .left_nei .new_ul .li_a1 .textz h3 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.zi_nei .left_nei .new_ul .li_a1 .textz p {
  line-height: 20px;
  height: 60px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
}
.zi_nei .left_nei .new_ul li {
  background: url(../images/new_dian.jpg) no-repeat 5px center;
  padding-left: 15px;
}
.zi_nei .left_nei .new_ul li a {
  font-size: 12px;
  color: #686868;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.zi_nei .left_nei .new_ul li:hover {
  background: url(../images/new_dianh.png) no-repeat 5px center;
}
.zi_nei .left_nei .new_ul li:hover a {
  color: #145d32;
  font-weight: 700;
}
.zi_nei .right_nei {
  max-width: 890px;
  width: 74%;
  float: right;
  padding-top: 2%;
}
.zi_nei .right_nei .curbar {
  background: url(../images/cur.jpg) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 3%;
}
.zi_nei .right_nei .curbar a {
  color: #6e6e6e;
  font-size: 12px;
  max-width: 96px;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.zi_nei .right_nei .curbar .crumb {
  color: #145d32;
}
.zi_nei .right_nei .curbar a:hover {
  color: #145d32;
}

.zi_nei .right_nei .curbar .active {
  color: #145d32;
}
.zi_nei .right_nei .zi_pro_com li {
  width: 33%;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 3%;
  position: relative;
}
.zi_nei .right_nei .zi_pro_com li .a_d {
  display: block;
  position: relative;
}
.zi_nei .right_nei .zi_pro_com li .a_d i {
  display: block;
  padding-bottom: 125.17006802721089%;
}
.zi_nei .right_nei .zi_pro_com li:nth-child(3n+3) {
  margin-right: 0px;
}
.zi_nei .right_nei .zi_pro_com li .nei_p {
  display: none;
  /*background: url(../images/zhe_bg.png);*/
  width: 100%;
  padding: 5% 0px;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.zi_nei .right_nei .zi_pro_com li .nei_p a {
  height: 100%;
  width: 98%;
  display: block;
  margin: auto;
  color: #fff;
}
.zi_nei .right_nei .zi_pro_com li .nei_p h2 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.zi_nei .right_nei .zi_pro_com li .nei_p i {
  font-style: normal;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: block;
}
.zi_nei .right_nei .zi_pro_com li:hover .nei_p {
  display: block;
}
@media (max-width: 980px) {
  .zi_nei {
    margin-top: 0px;
  }
}
@media (max-width: 800px) and (min-width:800px) {
  .zi_nei .left_nei .top_t {
    padding-top: 35%;
  }
}
@media (max-width: 768px) and (min-width:768px) {
  .zi_nei .left_nei .top_t {
    padding-top: 40%;
  }
}
@media (max-width: 640px) {
  .zi_nei .left_nei {
    width: 90%;
    max-width: 100%;
  }
  .zi_nei .left_nei .top_t {
    max-width: 247px;
    min-height: auto;
    padding-top: 2%;
  }
  .zi_nei .left_nei .top_t .span_z {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .zi_nei .left_nei .top_t .span_y {
    font-size: 20px;
  }
  .zi_nei .right_nei {
    width: 100%;
  }
  .zi_nei .right_nei .zi_pro_com li {
    width: 49%;
    margin-right: 2%;
  }
  .zi_nei .right_nei .zi_pro_com li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .zi_nei .right_nei .zi_pro_com li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
.page {
  text-align: center;
  padding: 3% 0px 5%;
}
.page a {
  border: 1px solid #dcdcdc;
  padding: 4px 9px;
  color: #818181;
  font-size: 14px;
  font-family: arial;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 5px;
}
.page a:hover {
  color: #fff;
  border: 1px solid #145d32;
  background: #145d32;
}
.page span {
  border: 1px solid #dcdcdc;
  padding: 4px 9px;
  color: #818181;
  font-size: 14px;
  font-family: arial;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 5px;
}
.page .ye {
  font-family: "微软雅黑";
}
.page .page-cur{
	 color: #fff;
	background: #145d32;
}
.page .active {
  color: #fff;
  border: 1px solid #145d32;
  background: #145d32;
}
@media (max-width: 640px) {
  .page .page-num {
    display: none;
  }
}
.ban_xian {
  width: 90%;
  height: 1px;
  background: #ebebeb;
  margin: 2% auto;
}
@media (max-width: 980px) {
  .ban_xian {
    display: none;
  }
}
.about_nei .img_ahout {
  position: relative;
}
.about_nei .img_ahout i {
  display: block;
  padding-bottom: 23.62204724409449%;
}
.about_nei p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin: 3% 0px;
}
.about_nei ul li {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 30px;
  background: url(../images/about_quan.png) no-repeat left center;
  padding-left: 25px;
}
/*新闻中心*/
.zi_new_ul li {
  background: #f7f7f7;
  margin-bottom: 10px;
  transition: 0.3s;
}
.zi_new_ul li .pic {
  width: 19%;
  float: left;
  overflow: hidden;
  position: relative;
}
.zi_new_ul li .pic img {
  transition: 0.3s;
}
.zi_new_ul li .pic i {
  display: block;
  padding-bottom: 100%;
}
.zi_new_ul li .pic2 {
  float: right;
}
.zi_new_ul li .text {
  width: 81%;
  float: right;
  padding: 2.8% 5%;
}
.zi_new_ul li .text span {
  background: #89ae98;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-family: arial;
}
.zi_new_ul li .text h3 {
  color: #333333;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  margin: 6px 0px 10px;
  font-size: 16px;
}
.zi_new_ul li .text p {
  color: #808080;
  height: 40px;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
}
.zi_new_ul li:hover {
  background: #89ae98;
}
.zi_new_ul li:hover .pic img {
  transform: scale(1.1);
}
.zi_new_ul li:hover .text span {
  color: #666;
  background: #fff;
}
.zi_new_ul li:hover .text h3 {
  color: #fff;
}
.zi_new_ul li:hover .text p {
  color: #fff;
}
@media (max-width: 640px) {
  .zi_new_ul li .pic {
    width: 21%;
    padding-top: 7%;
  }
  .zi_new_ul li .text {
    width: 79%;
  }
  .zi_new_ul li .text span {
    font-size: 12px;
  }
  .zi_new_ul li .text h3 {
    font-size: 14px;
    margin: 5px 0px 5px;
  }
  .zi_new_ul li .text p {
    font-size: 12px;
  }
}
.pro_l {
  margin-top: 10px;
}
.pro_l .img_p {
  display: block;
  position: relative;
}
.pro_l .img_p i {
  display: block;
  padding-bottom: 125.17006802721089%;
}
.pro_l .pro_t {
  font-size: 14px;
  color: #686868;
  line-height: 30px;
  height: 30px;
  width: 98%;
  margin: auto;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  display: block;
}
.pro_l .pro_t:hover {
  color:#145d32;
}
.news_show .top_show {
  text-align: center;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 15px;
}
.news_show .top_show h3 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
}
.news_show .top_show p {
  font-size: 12px;
  color: #ababab;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0px;
}
.news_show p {
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  margin: 3% 0px;
}
.news_show .n_s_img {
  position: relative;
}
.news_show .n_s_img i {
  display: block;
  padding-bottom: 36.51685393258427%;
}
.prev_next {
  text-align: left;
  margin: 60px auto;
  line-height: 40px;
  color: #7b7b7b;
  font-size: 12px;
}
.prev_next li {
  float: left;
  width: 49%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2%;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  height: 43px;
  overflow: hidden;
}
.prev_next li:hover {
  color:#fff;
}
.prev_next li a {
  color: #7b7b7b;
  display: block;
}
.prev_next li:last-child {
  margin-right: 0px;
  height: 43px;
  overflow: hidden;
}
.prev_next li:hover {
  background: #89ae98;
  border-color: #89ae98;
}
.prev_next li:hover a {
  color: #fff;
}
@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 30px;
  }
  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev_next li:last-child {
    text-align: left;
  }
}
.top_tt {
  height: 30px;
  border-bottom: 1px solid #efefef;
  background: url(../images/top_t_bg.png) no-repeat left center;
  color: #efefef;
  font-weight: 700;
  line-height: 28px;
  margin: 3% 0px;
}
.top_tt span {
  width: 120px;
  display: block;
  text-align: center;
}
.xiangguan .top {
  height: 30px;
  border-bottom: 1px solid #efefef;
  background: url(../images/top_t_bg.png) no-repeat left center;
  color: #efefef;
  font-weight: 700;
  line-height: 28px;
}
.xiangguan .top span {
  width: 120px;
  display: block;
  text-align: center;
}
.xiangguan .guan_ul {
  padding: 3% 0%;
}
.xiangguan .guan_ul li {
  line-height: 39px;
  height: 39px;
}
.xiangguan .guan_ul li a {
  width: 70%;
  float: left;
  display: block;
  color: #666;
  height: 39px;
  overflow: hidden;
  background: url(../images/jian_sian.png) no-repeat 6px center;
  padding-left: 18px;
}
.xiangguan .guan_ul li span {
  width: 30%;
  float: right;
  color: #999;
  display: block;
  height: 39px;
  overflow: hidden;
  text-align: right;
  padding-right: 6px;
}
.xiangguan .guan_ul li:nth-child(2n+2) {
  background: #f6f6f6;
}
.xiangguan .guan_ul li:hover a {
  color: #145d32;
}
/*jop*/
.zi_jop li {
  padding: 0px 20px;
  color: #666666;
  margin-bottom: 5%;
  cursor: pointer;
}
.zi_jop li span {
  height: 54px;
  line-height: 54px;
  width: 100%;
  background: #fafafa url(../images/job_jia.png) no-repeat 98% center;
  overflow: hidden;
  display: block;
}
.zi_jop li span i div{
  height: 54px;
  line-height: 54px;
  width: 80%;
  overflow: hidden;
  padding-left: 20px;
  font-style: normal;
}
.zi_jop li .jop_com {
  color: #999999;
  padding-left: 20px;
  display: none;
}
.zi_jop li .jop_com p {
  padding: 3% 0px 0px;
}
.zi_jop li .jop_com p b {
  display: block;
  line-height: 35px;
  color: #145d32;
  font-weight: 500;
}
.zi_jop li .jop_com p em {
  display: block;
  font-style: normal;
  line-height: 35px;
}
.zi_jop li .jop_com a {
  width: 152px;
  height: 50px; 
/*   line-height: 50px; */
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: table;
  background: #145d32;
  padding-top:12px; 
}
.zi_jop li .jop_com a:hover {
  font-weight: 700;
}
.zi_jop .active span {
  background: #145d32 url(../images/job_jian.png) no-repeat 98% center;
  color: #fff;
}
.zi_jop .active .jop_com {
  display: block;
}
.contact_map {
  width: 100%;
}
.contact_map #map {
  width: 100%;
  height: 290px;
}
@media (max-width: 640px) {
  .contact_map #map {
    height: 200px;
  }
}
.lian_ul {
  padding: 5% 0px;
}
.lian_ul li {
  width: 33.33%;
  float: left;
}
.lian_ul li .pic {
  position: relative;
}
.lian_ul li .pic i {
  display: block;
  padding-bottom: 24%;
}
.lian_ul li .text {
  text-align: center;
}
.lian_ul li .text span {
  font-size: 14px;
  color: #333;
  display: block;
  height: 24px;
  line-height: 24px;
  width: 98%;
  margin: auto;
  overflow: hidden;
  font-weight: 700;
}
.lian_ul li .text a {
  color: #505050;
  font-size: 12px;
  height: 24px;
  display: block;
  line-height: 24px;
  width: 98%;
  margin: auto;
  overflow: hidden;
}
.lian_ul li .text a:hover {
  color: #145d32;
}
@media (max-width: 480px) {
  .lian_ul li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
  }
}
.shiliao_nei .shi_t {
  position: relative;
}
.shiliao_nei .shi_t .kuai {
  width: 64px;
  height: 89px;
  border: 2px solid #89ae98;
  display: block;
}
.shiliao_nei .shi_t .kuai_c {
  background: #fff;
  color: #89ae98;
  position: absolute;
  left: 10px;
  top: 14px;
  font-weight: 700;
}
.shiliao_nei .shi_t .kuai_c span {
  font-size: 18px;
  padding-left: 8px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 98%;
}
.shiliao_nei .shi_t .kuai_c h3 {
  font-size: 28px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 98%;
}
.shiliao_nei .img_sl .left_p {
  position: relative;
  float: left;
  width: 18%;
}
.shiliao_nei .img_sl .left_p i {
  display: block;
  padding-bottom: 165.2439024390244%;
}
.shiliao_nei .img_sl .right_p {
  position: relative;
  width: 81%;
  float: right;
}
.shiliao_nei .img_sl .right_p i {
  display: block;
  padding-bottom: 36.79%;
}
.shiliao_nei p {
  line-height: 26px;
  color: #666666;
  padding: 3% 0px;
}
/*在线留言*/
.quan_biao .feedback_con {
  width: 98%;
  margin: auto;
}
.quan_biao .feedback_con .mes_tt {
  text-align: center;
}
.quan_biao .feedback_con .mes_tt h3 {
  color: #2d2d2d;
  font-size: 30px;
}
.quan_biao .feedback_con .mes_tt h5 {
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}
.quan_biao .feedback_con .mes-kk {
  margin: 30px auto;
}
.quan_biao .feedback_con .mes-kk .input-wrap {
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.quan_biao .feedback_con .mes-kk .input-wrap input {
  float: left;
  width: 96%;
  border: 1px solid #e9e9e9;
  height: 38px;
  font-size: 12px;
/*   line-height: 38px; */
  background-color: #fff;
  padding-left: 1.893939393939394%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  padding-right: 3%;
  color: #666;
  border-radius: 17px;
}
.quan_biao .feedback_con .mes-kk .input-wrap input:focus {
  border: 1px solid #e9e9e9;
}
.quan_biao .feedback_con .mes-kk .input-wrap span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
}
.quan_biao .feedback_con .mes-kk .input-wrap:nth-child(2n+2) {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .quan_biao .feedback_con .mes-kk .input-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
.quan_biao .feedback_con .mes-kk .input-wrap i {
/*   font-style: normal; */
  color: #FF0000;
/*   top: 50%;
  margin-top: -15px;
  right: 5%;
  position: absolute; */
}
.quan_biao .feedback_con .mes-kk textarea {
  width: 98%;
  height: 95px;
  font-size: 12px;
/*   line-height: 24px; */
  background-color: #fff;
  padding-left: 0.927643784786642%;
  margin-bottom: 2.6515151515151514%;
  border: 1px solid #e9e9e9;
  float: left;
  color: #666;
  border-radius: 17px;
  outline: none;
}
.quan_biao .feedback_con .mes-kk textarea:focus {
  border: 1px solid #e9e9e9;
}
@media (max-width: 640px) {
  .quan_biao .feedback_con .mes-kk textarea {
    width: 96%;
    padding-left: 1.893939393939394%;
  }
}
.quan_biao .feedback_con .mes-kk span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
  float: left;
  margin-left: 4px;
}
.quan_biao .feedback_con .mes-kk input.yanzheng {
  width: 182px;
  height: 36px;
  border: 1px solid #e9e9e9;
  float: left;
  font-size: 12px;
/*   line-height: 38px; */
  background-color: #fff;
  padding-left: 0.9090909090909091%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #666;
  border-radius: 17px;
}
.quan_biao .feedback_con .mes-kk input.yanzheng:focus {
  border: 1px solid #e9e9e9;
}
@media (max-width: 360px) {
  .quan_biao .feedback_con .mes-kk input.yanzheng {
   width: 41%;
  }
}
.quan_biao .feedback_con .mes-kk .yz {
  float: left;
  width: 94px;
  height: 38px;
  margin-left: 5px;
  position: relative;
}
.quan_biao .feedback_con .mes-kk .yz img {
  max-width: 100%;
}
.quan_biao .feedback_con .mes-kk a {
  font-size: 12px;
  color: #565656;
  margin-left: 10px;
  float: left;
  line-height: 38px;
}
.quan_biao .feedback_con .mes-kk a:hover {
  color: #145d32;
}
@media (max-width: 640px) {
  .quan_biao .feedback_con .mes-kk {
    margin: 30px auto;
  }
}
.quan_biao .feedback_con input.submit {
  width: 50%;
  background-color: #145d32;
  height: 44px;
  line-height: 44px;
  margin: auto;
  margin-top: 2.631578947368421%;
  color: #010101;
  font-size: 18px;
  display: block;
  border: none;
  color: #fff;
  transition: all 1s;
  border-radius: 17px;
}
@media (max-width: 640px) {
  .quan_biao .feedback_con input.submit {
    width: 100%;
  }
}
.quan_biao .feedback_con input.submit:hover {
  background: #145d32;
  color: #fff;
}
@media (max-width: 640px) {
  .quan_biao .feedback_con {
    padding: 10px 0;
  }
}
.pro_show_n .feedback_con {
  width: 98%;
  margin: auto;
}
.pro_show_n .feedback_con .mes_tt {
  text-align: center;
}
.pro_show_n .feedback_con .mes_tt h3 {
  color: #2d2d2d;
  font-size: 30px;
}
.pro_show_n .feedback_con .mes_tt h5 {
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}
.pro_show_n .feedback_con .mes-kk {
  margin: 10px auto;
}
.pro_show_n .feedback_con .mes-kk .input-wrap {
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.pro_show_n .feedback_con .mes-kk .input-wrap input {
  float: left;
  width: 96%;
  border: 1px solid #e9e9e9;
  height: 38px;
  font-size: 12px;
/*   line-height: 38px; */
  background-color: #fff;
  padding-left: 1.893939393939394%;
  margin-bottom: 2.6515151515151514%;
  padding-right: 3%;
  outline: none;
  color: #666;
}
.pro_show_n .feedback_con .mes-kk .input-wrap input:focus {
  border: 1px solid #e9e9e9;
}
.pro_show_n .feedback_con .mes-kk .input-wrap span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
}
.pro_show_n .feedback_con .mes-kk .input-wrap:nth-child(2n+2) {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .pro_show_n .feedback_con .mes-kk .input-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
.pro_show_n .feedback_con .mes-kk .input-wrap i {
/*   font-style: normal; */
  color: #FF0000;
/*   top: 50%;
  margin-top: -15px;
  right: 5%;
  position: absolute; */
}
.pro_show_n .feedback_con .mes-kk textarea {
  width: 98%;
  height: 95px;
  font-size: 12px;
/*   line-height: 24px; */
  background-color: #fff;
  padding-left: 0.927643784786642%;
  margin-bottom: 2.6515151515151514%;
  border: 1px solid #e9e9e9;
  float: left;
  color: #666;
  outline: none;
}
.pro_show_n .feedback_con .mes-kk textarea:focus {
  border: 1px solid #e9e9e9;
}
@media (max-width: 640px) {
  .pro_show_n .feedback_con .mes-kk textarea {
    width: 96%;
    padding-left: 1.893939393939394%;
  }
}
.pro_show_n .feedback_con .mes-kk span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
  float: left;
  margin-left: 4px;
}
.pro_show_n .feedback_con .mes-kk input.yanzheng {
  width: 182px;
  height: 36px;
  border: 1px solid #e9e9e9;
  float: left;
  font-size: 12px;
/*   line-height: 38px; */
  background-color: #fff;
  padding-left: 0.9090909090909091%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #666;
}
.pro_show_n .feedback_con .mes-kk input.yanzheng:focus {
  border: 1px solid #e9e9e9;
}
@media (max-width: 360px) {
  .pro_show_n .feedback_con .mes-kk input.yanzheng {
    width: 32%;
  }
}
.pro_show_n .feedback_con .mes-kk .yz {
  float: left;
  width: 94px;
  height: 38px;
  margin-left: 5px;
  position: relative;
}
.pro_show_n .feedback_con .mes-kk .yz img {
  max-width: 100%;
}
.pro_show_n .feedback_con .mes-kk a {
  font-size: 12px;
  color: #565656;
  margin-left: 10px;
  float: left;
  line-height: 38px;
}
.pro_show_n .feedback_con .mes-kk a:hover {
  color: #145d32;
}
@media (max-width: 640px) {
  .pro_show_n .feedback_con .mes-kk {
    margin: 30px auto;
  }
}
.pro_show_n .feedback_con .ti_btn input {
  background: #c8c8c8;
  width: 125px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
      border: none;
}
.pro_show_n .feedback_con .ti_btn input:hover {
  background: #145d32;
  border: none;
}
.pro_show_n .feedback_con input.submit {
  width: 50%;
  background-color: #145d32;
  height: 44px;
  line-height: 44px;
  margin: auto;
  margin-top: 2.631578947368421%;
  color: #010101;
  font-size: 18px;
  display: block;
  border: none;
  color: #fff;
  transition: all 1s;
}
@media (max-width: 640px) {
  .pro_show_n .feedback_con input.submit {
    width: 100%;
  }
}
.pro_show_n .feedback_con input.submit:hover {
  background: #145d32;
  color: #fff;
}
@media (max-width: 640px) {
  .pro_show_n .feedback_con {
    padding: 10px 0;
  }
}
.chan_img {
  position: relative;
}
.chan_img i {
  display: block;
  padding-bottom: 53.37078651685393%;
}
.honor_com .qie_shi {
  padding: 1% 0px 5%;
}
.honor_com .qie_shi span {
  border: 1px solid #d8d8d8;
  color: #666666;
  font-size: 14px;
  height: 32px;
  width: 106px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.honor_com .qie_shi span:hover {
  background: #145d32;
  color: #fff;
}
.honor_com .qie_shi .active {
  background: #145d32;
  color: #fff;
}
.honor_com .hon_com .hon_ul {
  display: none;
}
.honor_com .hon_com .hon_ul li {
  width: 31.5%;
  margin-right: 2.75%;
  float: left;
  border: 1px solid #d8d8d8;
  margin-bottom: 3%;
  box-sizing: border-box;
}
.honor_com .hon_com .hon_ul li .pic {
  position: relative;
  cursor: pointer;
}
.honor_com .hon_com .hon_ul li .pic i {
  display: block;
  padding-bottom: 67.21311475409836%;
}
.honor_com .hon_com .hon_ul li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  /*font-family: 宋体;*/
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  color: #666666;
}
.honor_com .hon_com .hon_ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.pro_s_x .left_x {
  width: 50%;
  float: left;
}
.pro_s_x .left_x .da_tu_p div {
  position: relative;
}
.pro_s_x .left_x .da_tu_p div i {
  display: block;
  padding-bottom: 123.91304347826086%;
}
.pro_s_x .left_x .x_tu_p div {
  position: relative;
  cursor: pointer;
  margin: 5px 1%;
}
.pro_s_x .left_x .x_tu_p div i {
  display: block;
  padding-bottom: 98.36065573770492%;
}
.pro_s_x .left_x .x_tu_p div .san {
  height: 4px;
  width: 7px;
  background: url(../images/top_san.jpg) no-repeat;
  position: absolute;
  z-index: 999;
  top: -9px;
  left: 50%;
  margin-left: -3.5%;
  display: none;
}
.pro_s_x .left_x .x_tu_p .slick-list {
  width: 90%;
  margin: auto;
}
.pro_s_x .left_x .x_tu_p .slick-current img {
  border: 1px solid #1b7d44;
}
.pro_s_x .left_x .x_tu_p .slick-current .san {
  display: block;
}
.pro_s_x .left_x .x_tu_p .slick-next,
.pro_s_x .left_x .x_tu_p .slick-prev {
  border: none;
  transform: rotate(0);
  width: 13px;
  height: 21px;
  margin-top: -10px;
}
.pro_s_x .left_x .x_tu_p .slick-next {
  background: url(../images/right_ne.png) no-repeat;
  right: 0px;
}
.pro_s_x .left_x .x_tu_p .slick-prev {
  background: url(../images/left_pr.png) no-repeat;
  left: 0px;
}
.pro_s_x .right_x {
  width: 50%;
  float: right;
  padding-top: 2%;
  padding-left: 20px;
}
.pro_s_x .right_x h3 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
/*   height: 40px;
  overflow: hidden; */
}
.pro_s_x .right_x span {
  width: 100px;
  height: 1px;
  display: block;
  background: #dedede;
}
.pro_s_x .right_x p {
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
  margin: 3% auto 1%;
}
@media (max-width: 640px) {
  .pro_s_x .left_x {
    width: 100%;
  }
  .pro_s_x .right_x {
    width: 100%;
    padding-left: 0px;
  }
}
.rred {
  border: 1px solid #ff0000 !important;
}
.footer .ft_left li .yijiyangs{
	 display: block;
  color: #8a8a8a;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.footer .ft_left li .yijiyangs:hover{
	color: #0e5029;
}
.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;}
/*# sourceMappingURL=style.css.map */

/* 2.百度地图个别小图片隐藏（每个模板都需要用到）： */
.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;}

/*# sourceMappingURL=style.css.map */
#contact-form  .validate-on {
    border: 1px solid #ff0000;
    box-shadow: 0 0 1px #ff0000;
}



