.new-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.new-content h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.new-content h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
}

.new-content h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 30px 0 15px;
}

.new-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
}

.new-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    /*居中样式*/
  display: block;          /* 关键：将行内元素转为块级 */
  margin: 0 auto;          /* 水平居中 */
  max-width: 100%;         /* 防止图片溢出容器 */
  height: auto;            /* 保持比例 */
}

.new-content img:hover {
    transform: scale(1.02);
}

.new-content .image-caption {
    text-align: center;
    font-style: italic;
    color: #6c757d;
    margin-top: -15px;
    margin-bottom: 30px;
}

.new-content strong {
    color: #2c3e50;
    font-weight: 700;
}

.new-content ul, 
.new-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.new-content li {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.new-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.new-content th {
    background: #009241;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.new-content td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.new-content tr:nth-child(even) {
    background-color: #f9f9f9;
}

.new-content tr:hover {
    background-color: #f1f8ff;
}

.new-content .info-box {
    background: #e8f5e9;
    border-left: 4px solid #4CAF50;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.new-content .toc {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #4CAF50;
}

.new-content .toc h3 {
    margin-top: 0;
    color: #4CAF50;
}

.new-content .toc ul {
    list-style: none;
    padding-left: 0;
}

.new-content .toc li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.new-content .toc li:before {
    content: "•";
    color: #4CAF50;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

@media (max-width: 600px) {
    .new-content {
        padding: 25px;
    }
    
    .new-content h1 {
        font-size: 2rem;
    }
    
    .new-content h2 {
        font-size: 1.6rem;
    }
    
    .new-content h3 {
        font-size: 1.3rem;
    }
}

/*****************yishangxinzeng***************/


/*****************头部***************/
.header-top {
    background: #eeeeee;
    height: 40px;
    line-height: 40px;
}

.header-logo {
    background: #009241;
    padding: 25px 0;
}

.header-top-key h1,
.header-top-key h2 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}


/****************导航****************/
nav {
    position: relative;
    border-bottom: 1px solid #eee;
}

nav ul {}

nav ul .nav1 {
    float: left;
    position: relative;
    font-size: 16px;
    /*border-top:2px solid transparent;*/
}

nav ul .nav1 a {
    border-right: 1px solid #eee;
    line-height: 60px;
    text-align: center;
    padding: 0 27px;
    box-sizing: content-box;
    display: block;
    color: #1c3059;
}

nav ul .nav1:hover {
    background-color: #009241;
    border-top: 2px solid #7fbe25;
    color: #7fbe25;
}

nav ul .nav1:hover>a {
    color: #fff;
}

nav ul .nav1:hover div {
    display: block
}

nav .nav1 div {
    position: absolute;
    top: 61px;
    z-index: 999;
    display: none;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0px;
}

nav .nav1 div ul {}

nav .nav1 div ul li {
    width: 100%
}

nav .nav1 div ul li a {
    display: block;
    line-height: 44px;
    border-bottom: 1px solid #eee;
    background: rgba(250, 250, 250, 0.8);
    font-size: 16px;
    color: #666;
    padding: 0;
    width: auto
}

nav .nav1 div ul li a:hover {
    background: #009241;
    color: #fff;
}

nav ul .nav1 a.current {
    background-color: #009241;
    border-top: 2px solid #7fbe25;
    color: #fff;
    display: block
}


.productLayer {
    display: none;
    position: absolute;
    width: 100%;
    top: 61px;
    left: 0;
    z-index: 999;
    background-color: #e8f8f2;
    padding: 10px 0;
}

.productLayer .productBox {
    width: 1200px;
    margin: 0 auto;
}

.productLayer .productBox li {
    width: 284px;
    float: left;
    margin-left: 14px;
    text-align: center;
    transition: all .4s;
}

/************* banner **************/
.fullSlide {
    width: 100%;
    position: relative;
    height: 470px;
    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: 470px;
    overflow: hidden;
    text-align: center;
}

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

.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: #009241;
}

.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(../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;
}

/***************搜索***************/
.seach-content {
    width: 100%;
    background: #eee;
    padding: 10px 0;
}

.hot-words em a {
    margin-right: 10px;
    color: #333;
    font-size: 14px;
    line-height: 39px;
}

.seach-input {
    position: relative;
    width: 300px;
    height: 39px;
    float: right;
}

.seach-input .searchText {
    border: 1px solid #ddd;
    width: 235px;
    height: 38px;
    padding-left: 18px;
    color: #bcbcbc;
    position: relative;
}

.seach-input .searchButton {
    position: absolute;
    background: url(../images/ssan.webp) no-repeat;
    width: 46px;
    height: 39px;
    text-indent: -9999px;
    border: none;
    bottom: 0.5px;
    right: 0;
    cursor: pointer;
}

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

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

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

.new-content th:last-child {
  border-right: none !important;
}

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

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

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

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

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

.new-content td:last-child {
  border-right: none !important;
}

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

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

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

.new-content .status-warning {
  background: #ff9800 !important;
}

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

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

/*************公司产品***************/
.product-content {
    margin: 50px auto;
}

.product-sidebar {
    width: 245px;
}

/* 产品切换css */
.product-sidebar h2 {
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    background: #009241;
    font-size: 20px;
    color: #fff;
}

.product-sidebar h2 em {
    line-height: 55px;
    font-style: normal;
}

.product-sidebar h2.on em {
    background-position: 16px -57px;
}

.product-sidebar ul {
    background: #eeeeee;
    color: #999;
    display: none;
    /* 默认都隐藏 */
}

.product-sidebar ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 55px;
    padding-left: 30px;
    border-bottom: 1px dashed #009241;
}

.product-sidebar ul li:last-child a {
    border-bottom: none;
}

/*产品内容区*/
.product-box {
    width: 915px;
}

.product-box ul li {
    float: left;
    display: inline;
    margin-right: 7.5px;
    margin-bottom: 10px;
    width: 300px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

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

.product-box ul li img {
    max-width: 100%;
}

/***************企业实力*************/
.strength-content {
    background: #eee;
    padding-bottom: 50px;
}

.strength ul li {
    float: left;
    display: inline;
    margin-right: 50px;
}

.strength ul li span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.strength ul li img {
    height: 132px;
    width: 180px;
    border: 10px solid #009241;
}

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

/*************解决方案***************/
.solution dl dt {
    width: 900px;
    height: 660px;
}

.solution dl dd div.part {
    width: 270px;
    height: 198px;
    margin-top: 13px;
}

.solution dl dd div.part:first-child {
    margin-top: 0;
}

/************应用案例滚动************/
.case {
    overflow: hidden;
    position: relative;
}

.case .case-contents {
    padding: 10px 0 50px 0;
}

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

.case .case-contents ul li {
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

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

.case .case-contents ul li .pic img {
    width: 286px;
    height: 210px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.case .case-contents ul li .pic a:hover img {
    border-color: #009241;
}

.case .case-contents ul li .title {
    line-height: 24px;
}

/**************企业简介************/
.about-content {
    background: url(../images/about_bg.webp) center center no-repeat;
    height: 568px;
}

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

.about dt p:nth-of-type(1) {
    margin-top: 0;
}

.about dd img {
    margin-top: 10px;
}

/*************新闻资讯************/
.news-box {}

.news-box .hd {
    margin-bottom: 40px;
}

.news-box .hd ul {
    margin: 0 auto;
    width: 430px;
    text-align: center;
}

.news-box .hd ul li {
    float: left;
    display: inline;
    margin-left: 10px;
    padding: 10px 30px;
    border: 2px solid #eee;
    font-size: 16px;
}

.news-box .hd ul li.on {
    background: #009241;
    border-color: #009241;
    color: #fff;
}

.news-box .bd {
    height: 440px;
    padding-bottom: 20px;
}

.news-box .bd dl {
    width: 560px;
    float: left;
}

.news-box .bd dl dt {
    height: 308px;
    margin-bottom: 34px;
}

.news-box .bd dl dt span {
    width: 84px;
    height: 195px;
    background-color: #009241;
    color: #FFF;
    ;
    font-size: 20px;
    padding: 70px 28px 43px;
    float: left;
}

.news-box .bd dl dt span strong {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    margin-bottom: 46px;
}

.news-box .bd dl dt span em {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    font-family: "Myriad Pro";
    font-style: italic;
    font-weight: bold;
}

.news-box .bd dl dt span em i {
    font-weight: normal;
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.news-box .bd dl dt em {
    float: left;
}

.news-box .bd dl dt em img {
    width: 420px;
    height: 308px;
    display: block;
}

.news-box .bd dl dd span a {
    font-size: 18px;
    font-weight: bold;
}

.news-box .bd dl dd p {
    font-size: 14px;
    color: #888888;
    display: block;
    font-weight: normal;
    margin-top: 12px;
}

.news-box .bd .s {
    height: 620px;
    padding: 0 12px 0 26px;
    float: right;
    overflow: hidden;
}

.news-box .bd .dt {
    width: 600px;
     !important;
    float: right;
}

.news-box .bd .dt div {
    height: 56px;
    display: block;
    border-bottom: 1px solid #dadada;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.news-box .bd .dt div em {
    display: block;
    width: 95px;
    height: 44px;
    font-size: 22px;
    font-family: "Myriad Pro";
    font-style: italic;
    float: left;
    margin-right: 12px;
    line-height: 47px;
}

.news-box .bd .dt div em b {
    font-weight: bold;
    font-size: 45px;
}

.news-box .bd .dt div span {
    float: left;
    font-size: 14px;
}

.news-box .bd .dt div span a {
    font-weight: bold;
    font-size: 16px;
}

.news-box .bd .dt div span i {
    display: block;
    color: #777777;
    margin-top: 12px;
    font-style: normal;
    font-size: 14px;
}

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

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

/*****************底部****************/
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: 224px;
    height: 56px;
    position: relative;
    padding-top: 80px;
}

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

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

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

.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%;
}


/**********************************栏目页css***********************************/

/**联系我们**/
.map p {
    transition: 1s;
}

.map p:hover {
    transform: scale(1.1)
}

#map img {
    max-width: inherit;
}

/**关于我们**/
.about-con {
    background: url(../images/about-banner.webp) no-repeat center center;
    height: 600px;
    position: relative;
}

.about-page p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.about-page-fact {
    position: absolute;
    top: 535px;
}

.about-page-fact li {
    float: left;
    display: inline-block;
    margin-left: 16.25px;
    width: 227px;
}

.about-page-fact li:first-child {
    margin-left: 0;
}

.patent {
    padding-top: 115px;
}

a.more-patent {
    float: right;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
    color: #333;
}

.patent ul li {
    float: left;
    display: inline-block;
    width: 270px;
    height: 198px;
    border: 10px solid #eee;
    margin-left: 10px;
}

.honor ul li {
    float: left;
    display: inline;
    margin-right: 18px;
}

.honor ul li h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.honor ul li img {
    /*height: 195px;*/
    width: 270px;
    border: 8px solid #eee;
}

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

.partners {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.partners .partners-scroll {
    padding: 10px 0;
}

.partners .partners-scroll ul {
    overflow: hidden;
    zoom: 1;
}

.partners .partners-scroll ul li {
    margin: 0 14px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.partners .partners-scroll ul li .pic {
    text-align: center;
}

.partners .partners-scroll ul li .pic img {
    width: 210px;
    height: 154px;
    display: block;
    border: 1px solid #ccc;
}

.partners .partners-scroll ul li .pic a:hover img {
    border-color: #009241;
}

/**专利列表页**/
.patent-list ul li {
    float: left;
    display: inline;
    margin-right: 33px;
    margin-bottom: 25px;
}

.patent-list ul li h4 {
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
    color: #000;
}

.patent-list ul li img {
    width: 170px;
    height: 245px;
    border: 1px solid #eee;
}

.patent-list ul li:nth-of-type(6n) {
    margin-right: 0;
}

/**列表页**/
.list-content {
    padding-bottom: 40px;
}

.position-nav {
    font-size: 16px;
    border-bottom: 1px dashed #009241;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}

.position-nav em {
    display: inline-block;
    width: 10px;
    height: 30px;
    margin-right: 8px;
    background: #009241;
}

.sidebar {
    width: 245px;
}

.sidebar-title {
    display: block;
    background: #009241;
    font-size: 24px;
    color: #fff;
    padding: 25px 0 25px 20px;
}

.sidebar ul>li>a {
    font-size: 18px;
    display: block;
    background: #eee;
    line-height: 55px;
    padding-left: 20px;
    margin-top: 1px;
    border-bottom: 1px dashed #009241;
}

.sidebar ul>li>a:hover {
    background: #009241;
    color: #fff;
}

.sidebar ul>li>a.hover {
    background: #009241;
    color: #fff;
}

.sidebar ul.ul-list>li>a {
    
    
    display: block;
    line-height: 25px;
    background: none;
    color: #666;
    padding: 8px 0 2px 5px;
    border-bottom: 1px dashed #009241;
}
.sidebar ul.ul-list>li>a h3{
	font-size: 14px;
	font-weight: normal;
}
.sidebar dl {
    margin-top: 20px;
}

.sidebar dl dt {
    display: block;
    background: #009241;
    font-size: 18px;
    color: #fff;
    padding: 15px 0 15px 20px;
}

.sidebar dl dd li {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 120px;
    height: 88px;
    position: relative;
}

.sidebar dl dd li:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar dl dd li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar dl dd li img {
    max-width: 100%;
}

.list-contents {
    width: 915px;
}

.list-contents-box li {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.list-contents-box li:hover {
    border-color: #009241;
}

.list-contents-box li:hover span {
    color: #009241;
}

.list-contents-box li a img {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 280px;
    height: auto;
}

.list-contents-box li a h2 {
    font-size: 18px;
    color: #333;
    padding: 10px 0 5px 0;
}

.list-contents-box li a p {
    margin: 10px auto;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.list-contents-box li a span {
    float: right;
}

/**产品内页**/
.pro-contents {
    width: 915px;
}

.pro-contents-info {
    padding: 15px;
    border: 1px solid #eee;
}

.pro-contents-info dt {
    width: 420px;
    max-width: 100%;
}

.pro-contents-info dd {
    width: 440px;
}

.pro-contents-info dd h1 {
    font-size: 24px;
    margin: 10px auto;
}

.pro-contents-info dd li {
    line-height: 25px;
    margin: 10px auto;
    text-align: justify;
}

.pro-contents-info dd li span {
    font-weight: bold;
}

.pro-contents-info dd li:last-child {
    margin-top: 55px;
}

.pro-contents-info dd li:last-child a {
    display: block;
    background: #009241;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
}

.pro-contents-txt h5 {
    margin: 50px auto 20px auto;
}

.pro-contents-txt p {
    text-indent: 2em;
    margin: 5px auto;
}
.video-box{
    margin: 0 auto;
    display: block;
}

.pro-contents-txt img {
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}

.pro-contents-txt ul {
    margin-top: 30px;
}

.pro-contents-txt ul li {
    margin: 8px auto;
    font-weight: bold;
}

.pro-contents-txt ul li a {
    font-weight: normal;
}

/**新闻内页**/
.new-content {
    padding-bottom: 20px;
}

.new-content h1 {
    margin: 30px auto;
    text-align: center;
}

.new-content-infocontent {
    border-bottom: 1px solid #009241;
    height: 20px;
    font-size: 12px;
    color: #909090;
    margin-bottom: 20px;
}

.new-content-infocontent i {
    font-style: normal;
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #009241;
}

.new-content-infocontent i a {
    color: #fff;
}

.new-content-infocontent span {
    margin-right: 15px;
}

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

.new-content a u {
    font-weight: bold;
    text-decoration: none;
}

.new-content center img {
    margin: 10px auto;
}



.flag-c{
   font-size: 26px;
   font-weight: bold;
   margin: 15px auto;
   text-align: center;
}
.flag-c-newBox{
   border: 1px solid #eee;
   padding: 20px;
}
.flag-c-newBox ul li{
   width: 570px;
   float: left;
   margin-right: 18px;
   border-bottom: 1px dashed #eee;
   padding-bottom: 8px;
   margin-bottom: 10px;
}
.flag-c-newBox ul li:nth-of-type(2n){
   margin-right: 0;
}

.flag-c-proBox dl{
   box-sizing: border-box;
   width: 386px;
   float: left;
   border: 1px solid #eee;
   padding: 18px;
   margin-left: 20px;
}
.flag-c-proBox dl:first-child{
   margin-left: 0;
}

.flag-c-proBox dl img{
   transition: .8s ease-in-out;
   width: 100%;
   height: auto;
   max-height: 232px;
}
.flag-c-proBox dl:hover img{
   transform: scale(1.02);
   transition: .8s ease-in-out;
}
.flag-c-proBox dl:hover{
   border-color: #004ea2;
}
.flag-c-proBox dl h2{
   margin: 10px auto;
   text-align: center;
   font-size: 16px;
}


.arc-infos{
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    box-shadow: 0 0 15px #aaa;
    padding: 10px;
    margin: 10px auto;
    color: #808080;
}
.arc-infos i{
    font-weight: bold;
    font-style: normal;
    color: #000;
}
.local-url{
    border-bottom: solid 1px #e8e7d0;
    margin-bottom: 15px;
}
.local-url i{
    font-weight: bold;
    font-style: normal;
    color: #000;
}


/**网站地图**/
.maplink {
    padding: 10px 8px;
    border-bottom: 1px solid #EEE;
}

.maplink h3,
.maplink h3 a {
    font-size: 14px;
    color: #693;
    margin-bottom: 10px;
}

.maplink-list li {
    float: left;
    display: inline-block;
}

.maplink-list {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 10px;
}

.maplink-list li {
    float: left;
    line-height: 14px;
    padding: 8px 10px 0px;
    white-space: nowrap;
}

.maplink-list li a {
    color: #666666;
    float: left;
}

/**列表分页**/
.list_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.list_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
    padding: 5px 8px;
}

.list_pages ul li a {
    float: left;
    color: #555;
    display: block;
}

.list_pages ul li a:hover {
    color: #009241;
    text-decoration: none;
}

.list_pages ul li.thisclass,
.list_pages ul li.thisclass a {
    background-color: #009241;
    padding: 5px 8px;
    font-weight: bold;
    color: #fff;
}

.list_pages .pageinfo {
    line-height: 17px;
    color: #999;
}

.list_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/**方案**/
.solution-content ul.list-contents-box {
    margin-top: 20px;
}

.solution-content ul.list-contents-box li a img {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 150px;
    height: 150px;
    border-radius: 80px;
    border: 10px solid #eee;
}

.solution-title {
    width: 180px;
    padding: 10px;
    margin: 30px auto;
    background: #009241;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
}

.align-center {
    text-align: center;
}

.align-center img {
    max-width: 100%;
    width: 1200px;
    margin: 20px auto;
}

.oline-btn {
    display: block;
    width: 130px;
    padding: 10px 0;
    text-align: center;
    margin: 20px auto;
    background: #009241;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}

.list-contents-case li {
    float: left;
    display: inline-block;
    border: 2px solid #eee;
    margin-right: 16px;
    margin-bottom: 15px;
    position: relative;
}

.list-contents-case li:nth-of-type(3n) {
    margin-right: 0;
}

.list-contents-case li:hover {
    border-color: #009241;
}

.list-contents-case li img {
    width: 385px;
    height: 261px;
}

.list-contents-case li h4,
.list-contents-case li h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(0, 146, 65, 0.6);
    color: #fff;
    font-size: 14px;
}


.img-title h4{font-size: 36px; text-align: center; font-weight: normal; margin-top: 40px;}
.img-title ul li{float: left;width: 222px; border: 1px solid #eee; margin-top: 20px; margin-right: 20px; text-align: center;}
.img-title ul li:nth-of-type(5n){margin-right: 0;}
.img-title ul li:hover{border: 1px solid #004ea2;}
.img-title ul li img{margin: 0 auto; height: 143px;}
.img-title ul li span{display: inline-block; padding: 0 40px 20px 40px;  line-height: 20px; min-height: 40px;}




.more_hzhb a{margin: 0 auto 20px auto; display: block; width: 180px; height: 40px; line-height: 40px; text-align: center; background: #009241; color: #fff; font-size: 18px;}
.more_hzhb a:hover{background: #ff7e00;}