
/* === 环保机械风格表格样式 === */
/* 强制全局表格样式 - 无需添加class */
.new-con table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(30, 100, 60, 0.15);
  background: white;
  font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
  border: 1px solid #e0f2e9;
}

/* 表头样式 - 深绿色渐变 */
.new-con thead {
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new-con th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.new-con th:last-child {
  border-right: none;
}

/* 表头装饰线 */
.new-con th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

/* 表格内容行 */
.new-con tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #edf7f0;
}

/* 斑马条纹效果 */
.new-con tbody tr:nth-child(even) {
  background-color: #f8fef9;
}

/* 悬停效果 */
.new-con tbody tr:hover {
  background-color: #e8f5e9;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(46, 125, 50, 0.1);
}

/* 单元格样式 */
.new-con td {
  padding: 14px 20px;
  color: #37474f;
  border-right: 1px solid #e0f2e9;
  vertical-align: middle;
}

.new-con td:last-child {
  border-right: none;
}

/* 数据强调样式 */
.new-con td strong {
  color: #1b5e20;
  font-weight: 600;
}

/* 状态指示器 */
.new-con .status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.new-con .status-active {
  background: #4caf50;
  box-shadow: 0 0 6px rgba(76, 175, 80, 0.5);
}

.new-con .status-warning {
  background: #ff9800;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .new-con table {
    font-size: 14px;
  }
  
  .new-con th, 
  .new-con td {
    padding: 12px 15px;
  }
  
  .new-con table {
    box-shadow: 0 2px 6px rgba(30, 100, 60, 0.1);
  }
}

/* 表格标题 */
.new-con table + p > strong {
  display: block;
  text-align: center;
  font-style: italic;
  color: #2e7d32;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

/*****************公共样式******************/
.h-title {
    text-align: center;
    margin: 0 auto 50px auto;
    color: #2aaf5f;
}

.h-title small {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

.h-title strong {
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
}

.h-title strong:before {
    content: "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\";
    margin-right: 15px;
    font-size: 16px;
}

.h-title strong:after {
    content: "///////////////////";
    margin-left: 15px;
    font-size: 16px;
}

.h-title2 {
    background: url(/static/images/about-tt-bg.webp) no-repeat top center;
    background-size: cover;
    height: 75px;
    padding-top: 5px;
    margin: 50px auto;
}

.h-title2 strong,
.h-title-3 strong {
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-align: center;
}

.h-title2 small {
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: capitalize
}

.h-title-3 strong {
    margin-bottom: 5px;
    margin-top: 60px;
}

.h-title-3 span {
    display: block;
    border-top: 2px solid #2aaf5f;
    width: 80px;
    margin: 0 auto;
}

.h-title-3 span:before {
    content: "";
    display: block;
    border-top: 2px solid #ccc;
    width: 40px;
    margin-left: -50px;
    margin-top: -2px;
}

.h-title-3 span:after {
    content: "";
    display: block;
    border-top: 2px solid #ccc;
    width: 40px;
    margin-left: 90px;
    margin-top: -2px;
}

.align-center {
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
}

.wrap {
    min-width: 1200px;
}

.container {
    padding: 50px 0;
}

.zx-btn {
    display: block;
    margin-top: 80px;
    text-align: center;
}

.zx-btn img {
    transition: 1s;
}

.zx-btn:hover img {
    transform: scale(1.05);
    transition: 1s;
}

* {
    margin: 0;
    padding: 0;
}

.sub_banner {
    z-index: 5;
    float: left;
}

/* 内页导航 */
.location .subnav {
    z-index: 99;
    width: 100%;
    float: left;
    height: 108px;
    margin: -36px 0 0 0;
    background: url(/static/images/Location-bg.webp) no-repeat top center;
}

.location .subnav .text {
    float: left;
}

.location .subnav .text .cntit {
    font-size: 24px;
    line-height: 22px;
    margin: 35px 0 0 70px;
    color: #fff;
}

.location .subnav .u1 {
    float: left;
    margin: 60px 0 0 103px;
}

.location .subnav .u1 .l1 {
    float: left;
    font-size: 16px;
    padding: 0 15px;
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.location .subnav .u1 .l1 a {
    color: #333;
}

.location .subnav .u1 .l1.on,
.location .subnav .u1 .l1:hover {
    background: #2aaf5f;
}

.location .subnav .u1 .l1.on a,
.location .subnav .u1 .l1:hover a {
    color: #fff;
}

.location .subnav .side_tit {
    font-size: 14px;
    float: right;
    margin-top: 65px;
    line-height: 16px;
}

.location .subnav .side_tit a {
    color: #181818;
}

.location .subnav .side_tit a.on {
    color: #2aaf5f;
}




/**头部-------------------------*/
#header {
    width: 1210px;
    height: 120px;
    margin: 0 auto;
}

.logo {
    width: 410px;
    height: 120px;
    float: left;
}

.logo img {
    margin-top: 30px;
}

.nav {
    width: 800px;
    height: 120px;
    float: right;
    overflow: hidden;
}

.sou {
    text-align: right;
    margin-top: 22px;
    line-height: 30px;
}

.sou .qiu {
    color: #717171;
    font-size: 14px;
    background: url(/static/images/kf-ico.webp) no-repeat;
    padding-left: 25px;
    margin-right: 10px;
}

.wuqiu {
    color: #717171;
    font-size: 14px;
    margin-right: 10px;
}

.sou li {
    line-height: 30px;
    float: right;
    width: 240px;
    height: 33px;
    background: url(/static/images/input.webp) no-repeat;
    border: none;
    text-indent: 0.5em;
    color: #b2b2b2
}

.sou li span {
    display: block;
    float: right;
    width: 5px;
    height: 30px;
    margin-top: 3px;
    background: none
}

.nav ul li {
    float: left;
    line-height: 33px;
    height: 50px;
    width: 100px;
    text-align: center
}

.sou input {
    width: 190px;
    height: 26px;
    border: none;
    line-height: 26px;
    color: #b2b2b2;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.nav ul {
    margin-top: 20px;
    float: right;
}

.nav ul a {
    font-size: 14px;
    display: block;
    height: 50px;
    width: 100px;
}

.nav ul li a:hover {
    color: #2eaf5f;
    font-weight: 800;
    background: url(/static/images/nav.webp) no-repeat;
}

.menu ul li ol {
    display: none;
    width: 140px;
    margin-left: -20px;
}

.menu ul li:hover ol {
    display: block;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 150px;
}

.menu ul li:hover ol li {
    width: 140px;
    height: 50px;
    float: none;
    border-bottom: 1px solid #e3e3e3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu ul li:hover ol li:last-child {
    border-bottom: none;
}

.menu ul li:hover ol li a {
    height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    color: #565656;
    font-size: 13px;
    font-weight: 100;
    padding: 0 10px;
}

.menu ul li:hover ol li a:hover {
    background: #2eaf5f;
    color: #fff
}

.ist {
    background: url(/static/images/nav.webp) no-repeat;
    color: #2eaf5f;
    font-weight: 800;
}

.enmenu ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
}

.enmenu ul li ol {
    display: none;
    width: 240px;
    margin-left: -70px;
}

.enmenu ul li:hover ol {
    display: block;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 140px;
}

.enmenu ul li:hover ol li {
    width: 240px;
    height: 60px;
    float: none;
    border-bottom: 1px solid #e3e3e3;
}

.enmenu ul li:hover ol li:last-child {
    border-bottom: none;
}

.enmenu ul li:hover ol li a {
    height: 60px;
    line-height: 20px;
    width: 240px;
    text-align: center;
    color: #565656;
    font-size: 12px;
    font-weight: 100;
}

.enmenu ul li:hover ol li a:hover {
    background: #2eaf5f;
    color: #fff;
}

/************* banner **************/
.fullSlide {
    width: 100%;
    position: relative;
    height: 560px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 560px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 560px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #2eaf5f;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/static/images/slider-arrow.webp) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

/***************三大领域***************/
.domain {
    margin-top: -50px;
}

.domain li {
    float: left;
    width: 400px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.domain li:hover {
    background: #f2f2f2;
}

.domain li:hover a {
    background-color: #f2f2f2;
}

.domain-head {
    background-color: #2eaf5f;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
}

.domain-head h4 {
    font-size: 24px;
}

.domain-head h4:after {
    content: "";
    display: block;
    width: 75px;
    height: 0;
    border-bottom: 1px solid #fff;
    margin: 10px auto;
}

.domain-body {
    padding: 20px;
}

.domain-body p {
    height: 125px;
}

.domain-body a {
    display: block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #2eaf5f;
    border: 1px solid #2eaf5f;
    border-radius: 30px;
    margin: 20px auto 0 auto;
}

/**八大服务-------------------------*/
.service-container {
    background: url("../static/images/service-bg.webp") no-repeat center center;
    background-size: cover;
    height: 812px;
}

.service-con ul li {
    float: left;
    width: 250px;
    padding: 0 20px;
    text-align: center;
    margin-right: 13.33px;
}

.service-con ul li:nth-of-type(4n) {
    margin-right: 0;
}

.service-con ul li img {
    margin: 0 auto;
    transition: ease-in-out 0.8s;
}

.service-con ul li h3 {
    color: #2aaf5f;
    margin-top: 10px;
}

.service-con ul li span {
    display: block;
    font-weight: bold;
    margin: 5px auto 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-con ul li a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2aaf5f;
    color: #2aaf5f;
    border-radius: 30px;
    margin: 35px auto;
}

.service-con ul li:hover img {
    transform: scale(1.05);
    transition: ease-in-out 0.8s;
}

.service-con ul li:hover a {
    background-color: #f2f2f2;
    font-weight: bold;
}

/**新闻资讯-----------*/
.news-container img {
    float: left;
    margin-right: 20px;
    max-width: 180px;
    max-height: 120px;
}

.news-container-title {
    color: #2aaf5f;
    font-size: 24px;
    margin: 20px auto;
}

.news-container-title a {
    float: right;
    font-size: 14px;
    padding-top: 10px;
}

.news-container-lf .news-container-title:before {
    content: "";
    display: block;
    background: url("../static/images/new-tt1.webp") no-repeat left center;
    background-size: cover;
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.news-container-rt .news-container-title:before {
    content: "";
    display: block;
    background: url("../static/images/new-tt2.webp") no-repeat left center;
    background-size: cover;
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.news-container ul li {
    margin: 10px auto;
}

.news-container ul li h3 {
    font-size: 16px;
}

.news-container ul li p {
    margin: 10px auto;
}

.news-container ul li span {
    float: right;
    color: #ccc;
}

.news-container-lf {
    width: 570px;
}

.news-container-rt {
    width: 570px;
}

/**案例--------------*/

.bottom ul {
    border-left: 1px soid #ccc;
}

.bottom ul li {
    float: left;
    width: 400px;
    padding: 25px 15px;
    border: 1px solid #ccc;

    height: 265px;
    position: relative;
    box-sizing: border-box;
}

.bottom .img1 {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s;
}

.bottom .text {
    position: relative;
    height: 230px;
    max-width: 400px;
    margin: auto;
}

.bottom h2 {
    font-size: 16px;
    padding-bottom: 15px;
    position: relative;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #2aaf5f;
    position: absolute;
    bottom: 0;

}

.bottom .p1 {
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
}

.bottom .p2 {
    position: absolute;
    bottom: 5%;
    background: url(/static/images/i_news_icon1.webp) no-repeat right center;
    width: 100%;
    left: 0;
}

.bottom .p2 p {
    display: inline-block;
    text-align: right;
}

.bottom .p2 span {
    display: block;

}

.bottom .p2 span.sp1 {
    font-size: 18px;
    padding-bottom: 8px;

}

.bottom .p2 span.sp2 {
    font-size: 36px;
    font-weight: bold;
}

.bottom ul li:hover .img1 {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

/***************友情链接***************/
.link-content {
    background: #009241;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.link-content a {
    margin: 0 3px;
}

/**列表页---------------------------------------------------------*/
.ul-list ul li {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ul-list ul li img {
    float: left;
    margin-right: 30px;
    max-width: 300px;
    max-height: 200px;
}

.ul-list ul li h2 {
    font-size: 18px;
}

.ul-list ul li p {
    color: #888f94;
    margin: 15px auto;
    min-height: 115px;
}

.ul-list ul li a i{
    float: right;
    color: #2aaf5f;
}
.ul-list ul li:hover{
    border-bottom-color: #2aaf5f;
}


/**内容页----------------------------------------------------------------*/
.new-con h1 {
    text-align: center;
    font-weight: normal;
}

.new-con .new-date {
    text-align: center;
    margin: 10px auto;
}

.new-con p {
    margin: 10px auto;
    text-indent: 2em;
}

.new-con img {
    margin: 0 auto;
    max-width: 100%;
}

.about-con p {
    margin: 10px auto;
    text-indent: 2em;
}





/**单页----------------------------------------------------------------*/
.contact-ul {
    margin-bottom: 50px;
}

.contact-ul li {
    float: left;
    display: inline-block;
    width: 275px;
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 80px 20px 20px 20px;
    margin-top: 60px;
    margin-right: 123px;
    text-align: center;
    box-shadow: 0px 10px 6px -6px #666;
}

.contact-ul li:nth-of-type(3) {
    margin-right: 0;
}

.contact-ul li p {
    text-align: center;
    text-indent: 0;
}

.contact-ul li i {
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -60px;
    display: block;
    background: url(/static/images/contact01.webp) no-repeat center top;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.contact-ul li span {
    font-size: 16px;
    font-weight: bold;
}

.contact-ul li a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #888f94;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.contact-ul li a:hover {
    font-weight: bold;
    background: #2aaf5f;
}

.contact-ul li:nth-of-type(2) i {
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -60px;
    display: block;
    background: url(/static/images/contact02.webp) no-repeat center top;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.contact-ul li:nth-of-type(3) i {
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -60px;
    display: block;
    background: url(/static/images/contact03.webp) no-repeat center top;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.ly-con01 p {
    text-indent: 2em;
    margin: 10px auto;
}

.ly-con02 ul {
    margin-top: 50px;
}

.ly-con02 ul li {
    float: left;
    display: inline-block;
    width: 280px;
    margin-right: 26px;
    position: relative;
}

.ly-con02 ul li:last-child {
    margin-right: 0;
}

.ly-con02 ul li div {
    display: none;
    background: #2aaf5f;
    padding: 20px;
    height: 200px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    left: 0;
}

.ly-con02 ul li:hover div {
    display: block;
    transform: scaleY(1.05);
}

.ly-con02 ul li div h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.ly-con03-box {
    background: url(/static/images/youshi.gif) no-repeat center center;
    height: 386px;
    margin-top: 20px;
    position: relative;
    padding-top: 50px;
}

.ly-con03-box ul li {
    position: absolute;
    width: 250px;
    padding: 15px 40px;
    background: #2aaf5f;
    color: #fff;
    border-radius: 50px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.ly-con03-box ul li:nth-of-type(2n) {
    right: 0;
}

.ly-con03-box ul li:nth-of-type(2n+1) {
    left: 0;
}

.ly-con03-box ul li:nth-of-type(1),
.ly-con03-box ul li:nth-of-type(5) {
    left: 80px;
}

.ly-con03-box ul li:nth-of-type(2),
.ly-con03-box ul li:nth-of-type(6) {
    right: 80px;
}

.ly-con03-box ul li:nth-of-type(3),
.ly-con03-box ul li:nth-of-type(4) {
    top: 180px;
}

.ly-con03-box ul li:nth-of-type(5),
.ly-con03-box ul li:nth-of-type(6) {
    bottom: 0px;
}

.cloum-3 li {
    float: left;
    display: inline-block;
    margin-right: 60px;
    width: 360px;
}

.cloum-3 li:last-child {
    margin-right: 0;
}

.hbgj-con01 ul li img {
    transition: all 1s ease-in-out;
}

.hbgj-con01 ul li:hover img {
    transform: scale(1.03);
    transition: all 1s ease-in-out;
}

.hbgj-con02 {
    background: #fafafa;
    padding: 1px 0 50px 0;
    margin-top: 50px;
}

.hbgj-con02 ul {
    margin-top: 30px;
}

.hbgj-con02 ul li strong {
    display: block;
    background: url(/static/images/moshi-bg.webp) no-repeat center center;
    width: 151px;
    height: 120px;
    padding-top: 61px;
    margin: 0 auto 30px auto;
    font-size: 24px;
    color: #fff;
}

.hbgj-con02 ul li {
    text-align: center;
}

.hbgj-con03 dl {
    width: 220px;
    float: left;
    display: inline-block;
    margin-right: 25px;
    text-align: center;
}

.hbgj-con03 dl:last-child {
    margin-right: 0;
}

.hbgj-con03 dl dt {
    background: url(/static/images/xitong-tt-bg.webp) no-repeat top center;
    height: 136px;
}

.hbgj-con03 dl dd {
    background: url(/static/images/xitong-txt-bg.webp) no-repeat top center;
    height: 256px;
}

.hbgj-con03 dl dt strong,
.hbgj-con03 dl dt span {
    display: block;
}

.hbgj-con03 dl dt strong {
    font-size: 24px;
    color: #2aaf5f;
    line-height: 78px;
}

.hbgj-con03 dl dt span {
    font-size: 16px;
    color: #fff;
    width: 70px;
    margin: 0 auto;
}

.hbgj-con03 dl dd p {
    padding: 70px 20px 0 20px;
}

.cloum-5 li {
    float: left;
    display: inline-block;
    width: 200px;
    margin-right: 50px;
    margin-top: 20px;
}

.cloum-5 li:last-child {
    margin-right: 0;
}

.hbgj-con04 ul li:nth-of-type(1) {
    background: url(/static/images/choose01.webp) no-repeat center center;
    height: 200px;
}

.hbgj-con04 ul li:nth-of-type(2) {
    background: url(/static/images/choose02.webp) no-repeat center center;
    height: 200px;
}

.hbgj-con04 ul li:nth-of-type(3) {
    background: url(/static/images/choose03.webp) no-repeat center center;
    height: 200px;
}

.hbgj-con04 ul li:nth-of-type(4) {
    background: url(/static/images/choose04.webp) no-repeat center center;
    height: 200px;
}

.hbgj-con04 ul li:nth-of-type(5) {
    background: url(/static/images/choose05.webp) no-repeat center center;
    height: 200px;
}

.hbgj-con04 ul li p {
    margin: 110px auto 0 auto;
    width: 70px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.about-con-culture {
    background: url(/static/images/culture-bg.webp) no-repeat center center;
    height: 645px;
    padding: 1px;
    margin-top: 50px;
}

.about-con-culture ul {
    position: relative;
    height: 465px;
}

.about-con-culture ul li {
    position: absolute;
    width: 348px;
}

.about-con-culture ul li:nth-of-type(2n+1) {
    left: 0;
    text-align: right;
}

.about-con-culture ul li:nth-of-type(2n+1) p {
    text-align: right;
}

.about-con-culture ul li:nth-of-type(2n) {
    right: 0;
}

.about-con-culture ul li:nth-of-type(3),
.about-con-culture ul li:nth-of-type(4) {
    top: 150px;
}

.about-con-culture ul li:nth-of-type(1),
.about-con-culture ul li:nth-of-type(5) {
    left: 80px;
}

.about-con-culture ul li:nth-of-type(5),
.about-con-culture ul li:nth-of-type(6) {
    bottom: 30px;
}

.about-con-culture ul li:nth-of-type(2),
.about-con-culture ul li:nth-of-type(6) {
    right: 80px;
}

.about-con-culture ul li strong {
    font-size: 24px;
    color: #2aaf5f;
}

.about-con-culture ul li p {
    text-indent: 0;
}

.ry-con li {
    float: left;
    display: inline-block;
    width: 280px;
    margin-right: 26px;
}

.ry-con li:last-child {
    margin-right: 0;
}

.ry-con li img {
    border: 1px solid #2aaf5f;
    padding: 10px;
    box-shadow: 0 2px 10px 1px #666;
}

.ry-con li span {
    display: block;
    text-align: center;
    margin: 10px auto;
}


.cooper-con li {
    float: left;
    display: inline-block;
    margin-right: 37px;
}

.cooper-con li:nth-of-type(5n) {
    margin-right: 0;
}

.cooper-con li span {
    display: block;
    text-align: center;
    margin: 5px auto 20px auto;
}

.cooper-con li img {
    transition: all 1s ease;
}

.cooper-con li:hover img {
    transform: scale(1.03);
    transition: all 1s ease;
}


/**八大服务-------------------------*/
.case-box {
    text-align: left;
}

.case-box .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 50px 0 10px 60px;
    position: relative;
}

.case-box .sPrev,
.case-box .sNext {
    position: absolute;
    left: 0;
    top: 80px;
    display: block;
    width: 52px;
    height: 228px;
    background: url(/static/images/icoLeft.gif) center center no-repeat;
}

.case-box .sNext {
    left: auto;
    right: 0;
    background: url(/static/images/icoRight.gif) center center no-repeat;
}

.case-box .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.case-box .parBd ul li {
    margin-left: 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 348px;
}

.case-box .parBd ul li .pic {
    text-align: center;
}

.case-box .parBd ul li .pic img {
    width: 342px;
    height: 228px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.case-box .parBd ul li .pic a:hover img {
    border-color: #2eaf5f;
}

.case-box .parBd ul li .title {
    font-size: 16px;
    margin: 15px auto;
}

.case-box .parBd ul li p {
    padding: 0 15px;
}

/* 新闻切换css */
.newsTxtBox {
    background: #f2f2f2;
    padding: 30px;
}

.newsTxtBox .hd {
    width: 495px;
    float: left;
    background: #fff;
    padding: 15px 15px 5px 15px;
}

.newsTxtBox .bd {
    width: 600px;
    float: right;
}

.newsTxtBox .hd ul li {
    width: 465px;
    height: 70px;
    background: #f2f2f2;
    padding: 15px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
}

.newsTxtBox .hd ul li.on {
    background: #2aaf5f;
    color: #fff;
}

.newsTxtBox .bd ul li p {
    margin: 50px 50px 0 50px;
    font-size: 16px;
}

.about-history{  padding:5px 106px 0;  -webkit-background-size:100% 100%; background-size:100% 100%;}
.about-title {margin-bottom: 25px;}
.about-title h3 {margin: 0 0 10px;font-size:34px;font-weight:400;color: #2c2c2c;}
.about-title p {margin: 0;font-size: 36px;font-weight: 300;color: #ECECEC;}
.title-white h3{ color:#d6d6d6;}
.title-white p{ color:rgba(222,222,222,.09);}
.about-history-list{ position:relative;}
.about-history-list .flex-viewport{ padding:0 31px;}
.about-history-list .flex-viewport:before{ position:absolute; top:50%; right:0; left:0; border-top:1px solid #C7C7C7; content:'';}
.about-history-list .slides li{ position:relative; width:253px; height:410px; margin-right:-33px;}
.about-history-list .slides li .item{ position:absolute; right:-32px; bottom:37px; left:-32px; min-height:85px; padding:44px 0 0 0; background-color:#fff; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:before{ position:absolute; top:-49px; left:50%; width:20px; height:20px; overflow:hidden; margin-left:-10px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:rgba(42,175,95,.6); content:'';}
.about-history-list .slides li .item:after{ position:absolute; top:-45px; left:50%; width:12px; height:12px; overflow:hidden; margin-left:-6px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:#2aaf5f; content:'';}
.about-history-list .slides li:nth-child(even) .item{ top:54px; bottom:auto; padding:0 0 26px;}
.about-history-list .slides li:nth-child(even) .item:before{ top:auto; bottom:-49px;}
.about-history-list .slides li:nth-child(even) .item:after{ top:auto; bottom:-45px;}
/*.about-history-list .slides li .item:hover{ background-color:#2aaf5f;}*/
.about-history-list .slides li .item h3{ position:absolute; top:0; right:0; left:0; height:44px; line-height:44px; margin:0; font-size:20px; font-weight:400; color:#999999; text-align:center; background-color:#e2e2e2; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:hover h3{ color:#fff; background-color:#2aaf5f;}
.about-history-list .slides li .item h3:before{ position:absolute; bottom:100%; left:50%; margin-left:-9px; border-width:0 9px 18px; border-style:solid; border-color:transparent transparent #E2E2E2; content:'';}
.about-history-list .slides li .item:hover h3:before{ position:absolute; bottom:100%; left:50%; margin-left:-9px; border-width:0 9px 18px; border-style:solid; border-color:transparent transparent #2aaf5f; content:'';}
.about-history-list .slides li:nth-child(even) .item h3{ top:auto; bottom:0;}
.about-history-list .slides li:nth-child(even) .item h3:before{ top:100%; bottom:auto; border-width:18px 9px 0; border-color:#E2E2E2 transparent transparent;}
.about-history-list .slides li:nth-child(even) .item:hover h3:before{ top:100%; bottom:auto; border-width:18px 9px 0; border-color:#2aaf5f transparent transparent;}
.about-history-list .slides li .item .desc{ line-height:24px; padding:10px 26px 0; font-size:14px; color:#333;}
/*.about-history-list .slides li .item:hover .desc{ color:#ffffff;}*/
.about-history-list .slides li .item .desc p{ margin:0;}
.about-history-list .flex-direction-nav{ padding:0; margin:0; list-style:none;}
.about-history-list .flex-direction-nav a{ position:absolute; top:50%; width:48px; height:160px; line-height:160px; overflow:hidden; margin-top:-80px; font-size:50px; font-family:simsun; color:#2aaf5f; text-align:center;}
.about-history-list .flex-direction-nav a.flex-prev{ left:-48px;}
.about-history-list .flex-direction-nav a.flex-next{ right:-48px;}







/*****************底部****************/
footer {
    background: rgba(238, 238, 238, 0.9);
    background: linear-gradient(rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9) 300px, #333 70px, #333)
}

.footMain {
    height: 200px;
    padding: 50px 0;
}

.footMain .footLogo {
    float: left;
    width: 288px;
    height: 155px;
}

.foot-center {
    float: left;
    margin-left: 50px;
    padding-top: 30px;
}


.footMain .foot-nav {
    width: 350px;
    float: left;
    margin-left: 40px;
}

.footMain .foot-nav li {
    float: left;
    width: 100px;
}

.footMain .foot-nav li.pro {
    width: 100px;
    margin-right: 30px;
}

.footMain .foot-nav li H4 {
    font-size: 18px;
    margin: 20px 0 10px
}

.footMain .foot-nav li p {
    line-height: 30px;
    font-size: 14px;
}

.footMain .foot-nav li p a {}

.footMain .foot-nav li p a:hover {
    color: #009241;
}

.footMain .foot-nav li.foot-cont {
    width: 385px;
    margin-right: 0px;
}

.footMain .foot-nav li p em {
    font-style: normal;
    color: #009241;
}

.footMain .footWeChat {
    width: 112px;
    float: right;
}

.footMain .footWeChat .t {
    font-size: 16px;
    text-align: center;
    margin: 20px 0
}

.copyRight {
    height: 70px;
    color: #999
}

.copyRight .left {
    font-size: 14px;
    line-height: 70px;
    width: 100%;
}

.copyRight .left .name {
    color: #7fbe25
}

.copyRight .left strong {
    margin-left: 1%;
}