@charset 'utf-8';
/********** base 开始**********/
.header .head-top {
  padding: 13px 0 25px 0;
}
.header .head-top .fr {
  line-height: 25px;
  margin-top: 12px;
}
.header .head-top .search {
  width: 205px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #999;
  border-radius: 15px;
  padding-left: 15px;
}
.header .head-top .search .txt {
  float: left;
  width: 77%;
  height: 23px;
  line-height: 23px;
}
.header .head-top .search .btn {
  float: right;
  width: 30px;
  height: 100%;
  margin-right: 10px;
  cursor: pointer;
  background: url(../images/icon/search.png) no-repeat center;
}
.header .head-top .head-icon .a1 {
  width: 33px;
  height: 26px;
  margin: 0;
  padding: 0;
  background: url(../images/icon/weixin.png) no-repeat center;
}
.header .header-nav ul li {
  position: relative;
  float: left;
  text-align: center;
  width: 115px;
  line-height: 28px;
  margin: 0 10px 7px 0;
}
.header .header-nav ul li.cur .sub-nav {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.header .header-nav ul li.active > a,
.header .header-nav ul li:hover > a {
  background: #00957f;
  color: #fff;
}
.header .header-nav ul li a {
  display: block;
}
.header .header-nav ul li .sub-nav {
  background: rgba(237, 237, 237, 0.9);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 45px;
  width: 100%;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-nav ul li .sub-nav a {
  border-bottom: 1px solid #b2b2b1;
}
.header .header-nav ul li .sub-nav a:hover {
  background: #00957f;
  color: #fff;
}
.footer {
  background: #007b63;
  color: #fff;
  text-align: center;
}
.footer span {
  width: 20px;
  text-align: center;
}
.i-banner li {
  font-size: 40px;
  color: #fff;
}
.i-banner li a {
  width: 100%;
  height: 100%;
}
.i-banner li.cur .txt > div {
  margin: 0;
  padding: 0;
  transform: translateX(0);
  opacity: 1;
}
.i-banner li.cur .txt span {
  transform: translateX(0);
  opacity: 1;
}
.i-banner li .txt {
  position: absolute;
  right: 15.4%;
  top: 20%;
  color: #fff;
}
.i-banner li .txt > div {
  font-size: 40px;
  transition: all 1s;
  transform: translateX(-30px);
}
.i-banner li .txt > div em {
  font-size: 70px;
}
.i-banner li .txt span {
  display: block;
  font-size: 20px;
  transition: all 1.5s;
  transform: translateX(-30px);
}
.bg1 {
  background: #f9f9f9;
}
.i-class {
  margin: 15px auto 40px auto;
}
.i-class .col-lg-3 {
  padding: 0 25px;
}
.i-class .col-lg-3 .item a {
  display: block;
  height: 360px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 25px;
}
.i-class .icon {
  width: 118px;
  height: 118px;
  text-align: center;
  line-height: 118px;
  background: #ccc;
  border-radius: 59px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}
.i-class .icon1 {
  background-image: url(../images/icon/1.jpg);
}
.i-class .icon2 {
  background-image: url(../images/icon/2.jpg);
}
.i-class .icon3 {
  background-image: url(../images/icon/3.jpg);
}
.i-class .icon4 {
  background-image: url(../images/icon/4.jpg);
}
.i-class ul {
  display: table;
  margin: 0 auto;
}
.i-class ul li {
  color: #666;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.i-class ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  background: #666;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .i-class .col-lg-3 .item:hover {
    background: #00957f;
    transform: translateY(-2px);
  }
  .i-class .col-lg-3 .item:hover .icon {
    background: none;
  }
  .i-class .col-lg-3 .item:hover h3,
  .i-class .col-lg-3 .item:hover ul li {
    color: #fff;
  }
  .i-class .col-lg-3 .item:hover ul li::after {
    background: #fff;
  }
}
.c9 {
  color: #999;
}
.i-tt1 h2 {
  color: #00957f;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}
.i-tt1 h2::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: '';
  width: 40px;
  margin-left: -20px;
  height: 1px;
  background: #F9F9F9;
}
.i-tt1 h2::before {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -2px;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #f19149;
}
.i-auout .txt {
  width: 51%;
}
.i-auout .txt a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #00957f;
}
.i-auout .img-md {
  width: 46.3%;
}
.i-news .pic {
  width: 50%;
  padding-right: 1.6%;
}
.i-news .pic li {
  height: 324px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.i-news .info {
  width: 50%;
  margin-top: -12px;
}
.i-news .info .item {
  margin-top: 12px;
}
.i-news .info .item.cur a .date {
  background: #00957f;
  color: #fff;
}
.i-news .info .item.cur a .date::after {
  display: block;
}
.i-news .info .item.cur .tt1,
.i-news .info .item.cur .tt1 .txt {
  color: #00957f;
}
.i-news .info .item a {
  display: block;
}
.i-news .info .item a:hover .date {
  background: #00957f;
  color: #fff;
}
.i-news .info .item a:hover .date::after {
  display: block;
}
.i-news .info .item a:hover .tt1,
.i-news .info .item a:hover .txt {
  color: #00957f;
}
.i-news .info .item .date {
  position: relative;
  width: 18%;
  height: 100px;
  background: #f3f3f3;
}
.i-news .info .item .date::after {
  display: none;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  content: '';
  border-right: 10px solid #00957f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.i-news .info .item .tt1 {
  width: 82%;
  padding-left: 3.4%;
}
.i-news .info .item .tt1 .txt {
  color: #999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.i-news .news-btn {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: #f19149;
  border-radius: 3px;
  clear: both;
  display: table;
  margin: 30px auto 0 auto;
}
.i-link ul li {
  height: 143px;
  background: #fff;
  border: 1px solid #efefef;
}
.i-link ul li img {
  margin: auto !important;
}
.i-link ul li:hover {
  border-color: #029680;
}
.banner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-home {
  color: #999;
  height: 20px;
  line-height: 16px;
  padding: 20px 0 30px 30px;
  background: url(../images/icon/5.png) no-repeat left center;
}
.main-menu {
  margin-top: 20px;
  line-height: 75px;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
}
.main-menu h2 {
  color: #00957f;
  font-size: 30px;
}
.main-menu h2 em {
  color: #999;
  font-size: 20px;
  margin-left: 4px;
}
.main-menu ul li {
  float: left;
}
.main-menu ul li.cur a {
  background: #00957f;
  color: #fff;
}
.main-menu ul li a {
  display: block;
  padding: 0 20px;
}
.pro-h2 {
  text-align: center;
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
  color: #00957f;
  border-bottom: 1px solid #e8e8e8;
}
.pro-list {
  margin-left: -30px;
}
.pro-list li {
  padding-left: 30px;
  height: 250px;
  margin: 0 0 30px 0;
}
.pro-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 0px 0px #e5e5e5;
  padding: 10px;
  background-size: 90%;
}
.pro-list li a:hover h3 {
  height: 45px;
  background: none;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.pro-list li a:hover .abs {
  opacity: 1;
}
.pro-list li a h3 {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  color: #fff;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.pro-list li a .abs {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/1.png) center center no-repeat;
  background-size: auto auto;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.more {
  text-align: center;
}
.more a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: #f19149;
  border-radius: 5px;
  color: #fff;
}
.pro-info {
  width: 600px;
  margin: 0 auto;
}
.pro-detail-slider li .img {
  width: 100%;
  height: 453px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
}
.bx-pager-wrap {
  position: relative;
  width: 506px;
  height: 90px;
  margin: 20px auto 35px auto;
  overflow: hidden;
}
.bx-pager-wrap .po-auto {
  max-width: 90%;
  max-height: 90%;
}
.bx-pager-wrap .bx-pager {
  width: 1000%;
  position: absolute;
}
.bx-pager-wrap .bx-pager a {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 119px;
  height: 90px;
  border: 1px solid #e8e8e8;
}
.sl-control div {
  position: absolute;
  bottom: 22px;
  width: 15px;
  height: 53px;
  cursor: pointer;
}
.sl-prev {
  left: 0;
  background: url(../images/icon/s-r.png) left center;
}
.sl-next {
  right: 0;
  background: url(../images/icon/s-l.png) right center;
}
.pro-d-left .bx-wrapper .bx-controls-direction a {
  visibility: hidden;
}
.pr-info .tab-head {
  border-bottom: 1px solid #e8e8e8;
}
.pr-info .tab-head li {
  float: left;
  width: 126px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 3px;
  background: #e8e8e8;
  color: #333;
  cursor: pointer;
}
.pr-info .tab-head li.cur {
  background: #00957f;
  color: #fff;
}
.pr-info .tab-body {
  overflow: hidden;
}
.pr-info .tab-body li {
  display: none;
}
.pr-info .tab-body li.cur {
  display: block;
}
.case {
  margin: 40px 0 0 -25px;
}
.case li {
  padding-left: 25px;
}
.case li .img-md {
  padding: 2px;
  border: 1px solid #e9e9e9;
  height: 242px;
}
.case li .els {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.about {
  margin: 40px auto 35px auto;
}
.about .left {
  float: left;
  width: 46.5%;
}
.about .right {
  float: right;
  width: 48%;
  line-height: 30px;
  padding-top: 10px;
  overflow: hidden;
}
.c6 {
  color: #666;
}
.contact {
  margin: 40px 0 60px 0;
}
.contact ul li {
  text-align: center;
}
.map {
  height: 495px;
}
.join {
  width: 72%;
  margin: 63px auto 0 auto;
  border-top: 1px dashed #ccc;
}
.join li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.join li.cur h3 {
  color: #00957f;
}
.join li.cur h3 i {
  background: #00957f;
}
.join li.cur h3 span {
  background: url(../images/icon/7.png) no-repeat center;
}
.join li h3 {
  cursor: pointer;
}
.join li h3 i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #999;
  color: #fff;
  margin: 0 18px 0 10px;
  border-radius: 50%;
}
.join li h3 span {
  position: absolute;
  top: 0;
  right: 20px;
  width: 28px;
  height: 100%;
  background: url(../images/icon/6.png) no-repeat center;
}
.join li .li30 {
  display: none;
  padding: 25px 7% 0 7%;
}
.join li .li30 .btn {
  text-align: center;
  margin: 40px 0 30px 0;
}
.join li .li30 .btn a {
  width: 77px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 4px;
  background: #00957f;
}
.join-info h3 {
  position: relative;
  font-size: 20px;
  color: #007d5a;
  padding-left: 20px;
  margin: 40px 0 40px 14%;
}
.join-info h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 6px;
  height: 20px;
  margin-top: -10px;
  background: #dd551b;
}
.join-info li {
  position: relative;
  padding-right: 9px;
  margin-bottom: 20px;
}
.join-info em {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: red;
}
.join-info label {
  width: 70px;
  display: inline-block;
  text-align: right;
}
.join-info input {
  width: 298px;
  height: 38px;
  line-height: 40px;
  border-top: 1px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 10px;
}
.join-info textarea {
  width: 298px;
  border-top: 1px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  border-radius: 4px;
  padding: 10px;
  height: 220px;
}
.join-info .left,
.join-info .bottom .le {
  padding-right: 50px;
}
.join-info .left li,
.join-info .bottom .le li {
  float: right;
}
.join-info .right {
  padding-left: 50px;
}
.join-info .bottom .verification {
  padding-right: 9px;
}
.join-info .bottom .verification input {
  width: 177px;
  margin-right: 6px;
}
.join-info .bottom .btn {
  width: 306px;
}
.join-info .bottom .btn a {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.join-info .bottom .btn .a1 {
  float: left;
  background: #f19149;
  color: #fff;
}
.join-info .bottom .btn .a2 {
  float: left;
  margin-left: 15px;
  background: #e8e8e8;
  color: #333;
}
.join-info .lr {
  padding-left: 125px;
}
.download {
  margin: 40px auto 0 -20px;
}
.download li {
  padding-left: 20px;
}
.download li:nth-child(1) a,
.download li:nth-child(2) a {
  border-top: 1px dashed #ccc;
}
.download li a {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.download li a:hover .date {
  color: #fff;
  background: #00957f;
}
.download li a:hover h3 {
  color: #00957f;
}
.download li a:hover .icon {
  background: url(../images/icon/9.png) no-repeat center;
}
.download li .date {
  float: left;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #999;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download li h3 {
  float: left;
  width: 73%;
  line-height: 30px;
  padding-top: 20px;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download li .icon {
  float: right;
  width: 38px;
  height: 38px;
  margin-top: 30px;
  background: url(../images/icon/8.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news {
  margin: 40px auto 0 auto;
}
.news li {
  border-top: 1px solid #ececec;
  padding: 48px 0;
}
.news li a:hover .l-txt h3,
.news li a:hover .l-txt h3 span,
.news li a:hover .l-txt .txt .els2 {
  color: #00957f;
}
.news li a:hover .l-txt h3 span::after {
  background: #00957f;
}
.news li a:hover .l-txt .txt .icon {
  background: url(../images/icon/11.png) no-repeat 57% center;
}
.news .l-txt {
  width: 83%;
}
.news .l-txt h3 {
  padding-left: 5.2%;
  line-height: 30px;
  margin-bottom: 30px;
}
.news .l-txt h3 span {
  position: relative;
  font-size: 24px;
  color: #666;
  margin-right: 8%;
}
.news .l-txt h3 span::after {
  position: absolute;
  top: 50%;
  right: -100%;
  content: '';
  width: 35px;
  height: 1px;
  background: #999;
}
.news .l-txt h3 .els {
  position: absolute;
  width: 75%;
  font-size:18px;
}
.news .l-txt .txt {
  line-height: 25px;
}
.news .l-txt .txt .icon {
  float: left;
  width: 14.5%;
  height: 50px;
  background: url(../images/icon/10.png) no-repeat 57% center;
}
.news .l-txt .txt .els2 {
  width: 84%;
  width: 80.5%;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  padding-right: 12%;
}
.news .img {
  width: 16.7%;
}
.news-info h3 {
  padding-top: 40px;
  text-align: center;
}
.news-info h3 span {
  color: #00957f;
  font-size:18px;
}
.news-info h3 em {
  font-size: 14px;
  color: #999;
  margin: 15px 0 18px 0;
}
.news-info .news-share {
  display: table;
  margin: 0 auto;
}
.news-info .news-share a {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.news-info .news-share .a1 {
  background-image: url(../images/icon/weixin.jpg);
}
.news-info .news-share .a2 {
  background-image: url(../images/icon/weibo.jpg);
}
.news-info .news-share .a3 {
  background-image: url(../images/icon/qq1.jpg);
}
.news-info .news-share .a4 {
  background-image: url(../images/icon/qq2.jpg);
}
.honor-w {
  margin: 80px auto 65px auto;
}
.honor .img {
  height: 160px;
  border: 1px solid #e8e8e8;
}
.honor h3 {
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.w72{ width:72%; margin:0 auto;}

@media (max-width: 991px) {
.w72{ width:100%; margin:0 auto;}
}