* {
  margin: 0px;
}

/*苹果设备表单修正*/
input:focus,
[contenteditable]:focus {
  outline: none;
}

input,
button,
select,
textarea {
  outline: none;
  resize: none;
  background: transparent;
  border: none;
}

.m_show {
  display: none;
}

hr {
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}

* img {
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.content {
  margin: auto;
  margin-right: 15%;
  margin-left: 15%;
}

ul li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  color: #194b02;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

s {
  text-decoration: none;
}

b {
  font-weight: none;
}

i {
  font-style: normal;
}

.dingwei {
  position: relative;
}

.yinying {
  box-shadow: 0 4px 10px 0 #000001;
}

.p-0 {
  padding: 0;
}

.top {
  background-color: #194b02;
  height: 50px;
  width: 100%;
}

.top>div {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.top p {
  line-height: 50px;
  padding: 0px 20px;
}

.top-logo {
  width: 300px;
}

.top-logo img {
  width: 100%;
}

.top-left {
  text-align: left;
  color: #fff;
  /* margin-left:150px; */
}

.top-right {
  text-align: right;
  color: #fff;
  /* margin-right:150px; */
}


.nav {
  padding: 20px 50px;
  display: flex;
  ;
  justify-content: space-between;
  align-items: center;
}

.top-logo {
  float: left;
}

.nav ul li {
  float: left;
  margin: 0 15px;
  position: relative;
}

.nav ul li a {
  font-size: 16px;
}

.nav ul li a:hover {
  color: #194b02;
}

.nav ul li:hover::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/skin/img/yezi.png");
  background-size: cover;
}

.nav-tel {
  display: flex;
}

.nav-tel p {
  width: 100%;
}

.nav-tel p span {
  color: #f40;
  font-size: 21px;
  font-weight: bold;
}

.banner ul li {
  margin: 0 auto;
  background-image: url("/skin/img/ban/0.jpg");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 400px;
}

.banner {
  z-index: 0;
}

.banner ul li h1,
.banner ul li p {
  color: #ffffff;
}

.banner ul li p {
  margin-top: 5px;
}

.banner ul li p span {
  padding: 0 10px;
}

.banner-sousuo {
  margin-top: 45px;
}

.banner-sousuolan {
  width: 680px;
  height: 70px;
  padding: 0 20px;
  background-color: #fff;
}

.banner h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 150px;
  display: flex;
  color: white;
  text-shadow: 2px 3px 5px #000;
}

.banner-sousuolan h2 {
  color: #9E9E9E;
  font-size: 16px;
  line-height: 70px;
}

.banner-sousuo form {
  display: flex;
}

.banner-sousuo-ss {
  width: 80px;
  height: 70px;
  margin-left: 5px;
  background: #f40 url('/skin/img/sousuo.png') center center no-repeat;
}

/* input.bgcx:focus {
  border: 1px solid red;
}

input.bgcx::placeholder {
  color: blue;
}

input.bgcx:focus::placeholder {
  color: orange
} */

.banner .dingwei {
  display: flex;
}

.banner h3 {
  background: #f40;
  color: #fff;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-top: 25px;
  display: inline-block;
  font-size: 18px;
}

.erweima {
  margin: 5px auto 20px auto;
  height: 150px;
}

.erweima img {
  height: 150px;
  display: none;
}

.top-gundong {
  z-index: 99999999;
  height: 100px;
  overflow: hidden;
  margin-top: -50px;
}

.gundong-riqi {
  height: 100px;
  display: flex;
  background: #194b02;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.gundong-riqi span {
  display: block;
}

.zhuti {
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
}

.gundong-neirong {
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #ffffff
}

.zuoyou {
  padding: 0;
}

.zuoyou div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  height: 50px;
  width: 40px;
}

.jiantou-left {
  background-color: #ffffff;
  border: 0.5px solid #bbbbbb;
}

.jiantou-right {
  background-color: #194b02;
}

.about {
  background: url("/skin/img/about-bj.jpg")repeat no-repeat;
  padding-bottom: 60px;
  margin-top: 65px;
}

.about h6 {
  font-size: 18px;
  font-weight: 400;
}

.about h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  color: #194b02;
}

.about .col-md-4 img {
  width: 100%;
}

.top_cont {
  max-width: 1200px;
  line-height: 2;
}

.top_cont h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  color: #194b02;
  margin: 30px auto 50px auto;
}

.top_cont p strong {
  font-weight: bold;
}

.guanyu-heng {
  width: 22px;
  height: 5px;
  opacity: 1;
  background: #194b02;
  margin-top: 40px;
}

.about-bt p {
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.6;
}

.about-bt a {
  width: 152px;
  height: 44px;
  border-radius: 5px;
  opacity: 1;
  background: #194b02;
  display: block;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  margin-top: 36px;
}

.about .col-md-4 img {
  margin-top: 0px;
}

.about-shuzi h4 {
  float: left;
  color: #333333;
  font-size: 60px;
  font-weight: 700;
}

.about-shuzi h4 span {
  font-size: 16px;
}

.shuju-zw {
  display: inline-block;
}

.shuju-zw p {
  font-size: 16px
}

.shuju-zw span {
  font-size: 12px;
  color: #999999;
}

.about-shuzi {
  margin-top: 80px;
}

.anli img {
  width: 100%;
}

.anli-zw {
  width: 100%;
  padding: 24px 50px;
  background: #194b02;
  color: #fff;
  height: 150px;
}

.anli-zw h2 {
  font-size: 24px
}

.anli-zw p {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
}

.anli-lianxi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 120px;
  align-items: center;
}

.anli-lianxi h2 {
  font-size: 24px;
  margin-left: 100px;
}

.anli-jiantou {
  margin-right: 100px;
}

.anli-right {
  overflow: hidden;
}

.dianxing,
.pub_bgh {
  padding-top: 80px;
  background-color: #242933;
  overflow: hidden;
  padding-bottom: 80px;
}

.pub_bgh {
  padding-top: 50px;
}

.pub_bgb {
  background-color: #fff;
}

.pub_bgh_left h2,
.pub_bgh_center h2 {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
}

.pub_bgb h2 {
  color: #327a3a;
}

.pub_bgb h3 {
  color: #46874d;
  letter-spacing: 5px;
}

.pub_bgh_center {
  text-align: center;
  width: 100%;
}

.pub_bgh_left small {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.pub_bgh_cont img {
  max-width: 95%;
  margin: 70px auto 20px auto;
  display: block;
}

.dianxing-bt h5 {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}

.szh .container {
  width: 1400px;
}

.szh .container ul {
  display: flex;
  flex-wrap: nowrap;

}

.szh ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.szh ul li:nth-child(1) {
  width: 60%;
}

.szh ul li:nth-child(2) {
  width: 40%;
}

.szh h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.8;
  font-weight: bold;
}

.dianxing-bt p {
  color: #666;
}

.dianxing hr {
  border-color: #999;
  margin-top: 90px;
}

.dianxing-img {
  transition: min-height 0.3s linear;
  display: block;
  transition: all .3s;
  text-align: center;
}

.dianxing-img:hover {
  box-shadow: 0 0 0 10px white;
}

.dianxing-img:hover .dianxing-bt h5 {
  background-color: #194b02;
}

.dianxing-img .dianxing-bt h5 a {
  color: #fff;
}

.news {
  padding: 50px 0 80px 0;
}

.news .container {
  width: 1400px;
}

.news-anniu {
  width: 45px;
  height: 45px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 60px;
  transition: background 0.5s ease;
}

.news-img {
  margin-top: 20px;
}

.news-img img {
  width: 100%;
}

.news p {
  margin-top: 13px;
  color: #999;
}

.news h5 {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news h6 {
  position: absolute;
  top: 30px;
  color: #9E9E9E;
  font-size: 35px;
  font-weight: bold;
}

.news ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.news ul li {
  transition: box-shadow 0.3s ease;
  padding: 20px 30px;
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
  width: 24%;
}

.news ul li p {
  min-height: 85px;
  line-height: 2;
}

.news-xian {
  width: 0%;
  margin-top: 100px;
  height: 3px;
  background: #194b02;
  transition: width 0.3s ease;
}

.news ul li:hover .news-anniu {
  background: #194b02;
}

.news ul li:hover .news-anniu img {
  filter: brightness(0) invert(1)
}

.news ul li:hover h6 {
  display: block;
}

.news ul li:hover h5 {
  color: #194b02;
}

.news ul li:hover .news-xian {
  width: 100%;
}

.news ul li:hover {
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
}

.di {
  background: #1C1C1C;
  padding-top: 80px;
  color: #999;
}

.di p {
  line-height: 2;
}

.footer {
  padding: 5px 0 20px 0;
  text-align: center;
}

.footer a {
  color: #999;
}

.di .container::before,
.di .container .row:before {
  display: none;
}

.di p a {
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #666;
}

.di p a:first-of-type {
  padding-left: 0px;
}

.di p a:last-child {
  border-right: none;
}

.di p a:hover {
  color: #ccc;
}

.di-l-left {
  float: left;
}

.di-anniu {
  display: block;
  background: #194b02;
  font-size: 18px;
  padding: 5px 0 10px 0;
  color: #fff;
  text-align: center;
}

.di-anniu:hover {
  color: #fff;
}

.di-l-left p {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
}

.di-l-right {
  float: left;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-left: 40px;
  margin-bottom: 20px;
}

.di hr {
  border-color: #999;
  margin-top: 0px;
}

.di span {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  color: #ccc;
  display: block;
}

.hei {
  color: #000 !important;
}

.anbli ul {
  overflow: hidden;
}

.anbli ul li {
  width: 25%;
  float: left;
}

.anbli ul li:first-child {
  width: 50%;
  float: left;
}

.anbli ul li img {
  width: 100%;
}

.anbli ul li div {
  background-color: #194b02;
  padding: 20px;
  color: #fff;
}

.anbli ul li div b {
  font-size: 24px
}

.anbli ul li div p {
  font-size: 16px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.anbli ul li s {
  background-color: #fff;
  width: 100%;
  display: block;
  line-height: 69px;
  padding-left: 20px;
}

.anbli ul li s img {
  width: 69px;
  float: right;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .anbli ul li:first-child {
    width: 100%;
    float: left;
  }

  .anbli ul li:first-child {
    width: 100%;
    float: left;
  }

  .anbli ul li:not(:first-child) {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .about .col-md-4 {
    display: none;
  }

  .di .col-md-8 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }

  .di-l-right {
    display: block;
  }

  .di .col-md-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .di .col-md-4 {
    display: block;
  }


  .di ul {
    width: 100%;
  }

  .di ul li {
    width: 25%;
    margin-right: 0;
  }

  .news-anniu {
    display: none;
  }

  .news ul li {
    padding: 0 20px;
  }

  .news-xian {
    display: none;
  }

  .news h6 {
    display: none;
  }

  .news ul li:hover h6 {
    display: none;
  }

  .news h5 {
    margin-top: 60px;
    font-size: 24px
  }

  .news ul li:hover {
    box-shadow: none;
  }
}


@media (max-width: 1199px) {

  .nav-tel {
    display: none;
  }

  .top-gundong {
    display: none;
  }

  .about-shuzi {
    display: none;
  }

  .about .col-md-4 img {
    margin-top: 40px;
  }

  .anli .col-lg-6 .col-sm-6 {
    padding: 20px 20px;
  }

  .news ul {
    margin-top: 50px;
  }

}

.cont.content {
  margin: auto;
  max-width: 1220px;
}

.cont.content .web strong {
  font-weight: bold;
  font-size: 1.1em;
}

.cont .web h2,
.cont .web h3,
.cont .web h4 {
  font-weight: bold;
}


.content table {
  border: 1px solid #CCC;
}

.content table td {
  border: 1px solid #CCC;
  padding: 10px;
}

* img {
  max-width: 100%
}

.l1 {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.l1 li {
  width: 25%;
  background-color: #fff;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.l1 li a {
  padding: 15px 15px;
  margin: 0 10px;
  display: block;
  transition: box-shadow 0.3s ease;
}

.l1 li a div {
  height: 150px;
  background: center;
  background-size: 100%;
  transition: all 1s;
  background-repeat: no-repeat;
}

.l1 li a b {
  display: block;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.l1 li a p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 60px;
}

.l1 li a:hover b {
  color: #194b02;
}

.l1 li a s {
  height: 3px;
  background: #194b02;
  width: 0;
  transition: all 1s;
  margin-top: 30px;
  display: block;
}

.l1 li a:hover s {
  width: 100%;
}

.l1 li a:hover {
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
}

.l1 li a:hover div {
  background-size: 120%;
}

@media (max-width: 1199px) {
  .l1 li {
    width: 33%;
  }
}

@media (max-width: 768px) {
  .l1 li {
    width: 50%;
  }
}

.l2 {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.l2 li {
  width: 25%;
  background-color: #fff;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.l2 li a {
  padding: 15px 15px;
  margin: 0 10px;
  display: block;
  transition: box-shadow 0.3s ease;
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
}

.l2 li a b {
  display: block;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.l2 li a p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 60px;
  margin-top: 15px;
}

.l2 li a i {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  background-color: #194b02;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.l2 li a:hover b {
  color: #194b02;
}

.l2 li a s {
  height: 3px;
  background: #194b02;
  width: 0;
  transition: all 1s;
  margin-top: 30px;
  display: block;
}

.l2 li a:hover s {
  width: 100%;
}



@media (max-width: 1199px) {
  .l2 li {
    width: 33%;
  }
}

@media (max-width: 768px) {
  .l2 li {
    width: 100%;
  }
}

.l3 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.l3 li {
  width: 33%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.l3 li .dw {
  display: block;
  transition: box-shadow 0.3s ease;
  margin: 10px;
  padding: 8px;
  height: 100%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
}

.l3 li .dw img {
  height: 240px;
  width: 180px;
  float: left;
  margin-right: 30px;
  padding: 10px;
  border: 1px solid #d1d1d1;
}

.l3 li .dw a.dw_b {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
}

.l3 li .dw a.dw_c {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-left: 10px;
  line-height: 1.4;
}

.l3 li .dw a.dw_i {
  font-size: 14px;
  font-style: normal;
  line-height: 36px;
  color: #FFF;
  background-color: #096;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 30px;
}

.l3 li .dw .dw_b:hover {
  color: #194b02;
}

.l3 li .dw s {
  height: 3px;
  background: #194b02;
  width: 0;
  transition: all 1s;
  margin-top: 30px;
  display: block;
}

.l3 li .dw:hover s {
  width: 100%;
}

.l3 li .dw:hover {
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
}

.l3 li .dw:hover div {
  background-size: 120%;
}

.bg {
  background-color: #333;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg h2 {
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  padding-top: 5%;
}

.bg h3 {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  padding-left: 3px;
  padding-top: 3px;
}

.bg a {
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  background-color: #194b02;
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  transition: all 1s;
  margin-top: 20px;
}

.bg a:hover {
  background-color: #11a468;
}

/* bgcx-250612 */
.bgcx {
  width: 100%;
  padding: 50px 0px 130px 0px;
}

.xysearch {
  width: 1220px;
  margin: 0 auto;
  text-align: center;
  /* border-left: 1px solid #194b02;
					border-right: 1px solid #194b02;				 */
  /* margin-left: -427px;
					width: 854px; */
}

a.fh_btn {
  color: #ddd;
  font-weight: normal;
  display: block;
  width: 85px;
  height: 40px;
  line-height: 40px;
  border-radius: 15px;
  text-align: center;
  margin: 25px auto;
  background-color: #194b02;
  font-size: 14px;
}

a.fh_btn:hover {
  color: #fff;
  background-color: #194b02;
}

.xysearch .ti {
  width: 100%;
  text-align: center;
  color: #194b02;
  padding-bottom: 28px;
  font-size: 28px;
  font-weight: bold;
}

.xysearch .ti span {
  font-size: 24px;
  margin: 0 15px;
}

.xysearch .kw {
  background: #194b02;
  border: 1px solid #194b02;
  line-height: 44px;
  width: 520px;
  padding: 0;
  height: 44px;
  padding-left: 12px;
  font-size: 14px;
  color: #fff;
}

/* 
.xysearch .kw:focus {
  border: 1px solid #f40;
} */

.xysearch .kw::placeholder {
  color: #efefef;
}

.xysearch .kw:focus::placeholder {
  color: #194b02
}

.xysearch button {
  background: #f40;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  width: 120px;
  line-height: 43px;
  border: none;
  margin-left: 5px;
}

.bgcx_rst {
  max-width: 1220px;
  margin: 30px auto 0 auto;
  font-size: 15px;
  text-align: center;
}

.bgcx_rst>table {
  border: 1px solid #e9e9e9;
  width: 100%;
}

.bgcx_rst .tr_h td {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 0px 25px 0px;
  background-color: #f5f5f5;
}

.bgcx_rst .tr_b>td {
  border-bottom: 1px solid #e5e5e5;
}

.bgcx_rst .tr_b>td table td {
  border-right: 1px solid #e5e5e5;
  padding: 12px 0px;
  font-size: 15px;
  font-weight: bold;
}


.bgcx_rst .tr_c>td {
  padding: 0px 0 30px 0px;
}

.bgcx_rst .tr_c>td table td {
  border-bottom: 1px #cccccc dashed;
  text-align: center;
  padding: 10px 0px;
  font-size: 14px;
}

.bgcx .xysearch {
  display: block;
}

.bgcx input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #194b02 inset !important;
  color: #fff;
}

.bgcx input:-webkit-autofill,
.bgcx input:-webkit-autofill:hover,
.bgcx input:-webkit-autofill:focus,
.bgcx input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

/* 内容页面 */
body .mbx {
  padding: 15px 0px;
  color: #999;
  background-color: #efefef;
  font-size: 14px;
}


body .mbx .pox {
  max-width: 1340px;
  margin: auto;
  padding-left: 32px;
  background: url(/skin/img/home.png) no-repeat 10px center;
}

body .mbx a {
  padding: 15px 0px;
  color: #194b02;
  font-size: 14px;
}

.content.cont {
  max-width: 1400px;
}

.cont .cont_pn ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cont .cont_pn ul li {
  width: 50%;
  margin-top: 8px;
}

.cont .cont_pn span {
  color: #999;
}

.cont .cont_pn a {
  color: #194b02;
  font-size: 14px;
}

.content.cont .web {
  background-color: #f9f9f9;
  margin: 0px auto;
  padding: 50px 25px;
  font-size: 14px;
}

.content.cont .web table {
  margin: auto;
}

.content.cont .web h1 {
  font-size: 28px;
  text-align: center;
  color: #194b02;
  font-weight: bold;
}

.content.cont .web .fbt {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0px;
}

.content.cont .web .fbt span,
.content.cont .web .fbt a {
  color: #999;
  padding-right: 5px;
}

.content.cont .web .fbt a:hover {
  color: #194b02;
}

.content.cont .web h2 {
  margin: 25px 0px;
  color: #333333;
  border-left: 6px solid #194b02;
  font-weight: normal;
  padding-left: 15px;
}

.content.cont .web p,
.content.cont .web div {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-bottom: 15px;
}

.content.cont .web img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
}

.content.cont .web a {
  color: #194b02;
}

/* 分页功能  */
#fy_page {
  width: 100%;
  margin: 30px auto;
  font-size: 14px;
  text-align: center;
}

#fy_page a {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  margin: 5px 2px;
  border: 1px solid #e2e2e2;
}

#fy_page a.page-num-current,
#fy_page a:hover {
  background-color: #194b02;
  color: #fff;
  border-color: #194b02;
}

.text-secondary {
  color: #f40;
}

/* 联系我们 */

.link {
  display: flex;
  padding: 30px 0px;
}

.link .map {
  display: inline-block;
  width: 50%;
}

.map #mapContent {
  display: block;
  width: 100%;
  height: 400px;
}

.link .info {
  display: inline-block;
  width: 50%;
  padding-left: 80px;
}

.info h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.info .wexin {
  padding: 15px 0;
}

.info .wexin span {
  font-size: 16px;
}

.info .wechat {
  vertical-align: middle;
}

.info p {
  padding: 10px 0;
  font-size: 16px;
}


/* 绿色报告办理优势 */
.ys {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1400px;
  margin: auto;
}

.ys .container {
  width: 100%;
  max-width: 1380px;
}


.sy_bt h2 {
  font-weight: bold;
  color: #194b02;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
}

.sy_bt small {
  color: #999999;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.ys .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  /* border: 1px solid #eee; */
}

.ys .container .row li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}

.ys .container .row li.ys_txt {
  background-color: #fcfcfc;
}

.ys .container .row li img {
  width: 100%;
}

.ys .container .row li h2 {
  color: #333;
  font-weight: 600;
  font-size: 19px;
  width: 100%;
  text-align: left;
  margin-left: 35px;
  line-height: 2;
}

.ys .container .row li h2 span {
  color: #194b02;
}

.ys .container .row li p {
  color: #999;
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
}

.more_bt {
  position: relative;
}

.more_bt .news_more {
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.more_bt .news_more img {
  margin-right: 5px;
}

.more_bt .news_more:hover {
  color: #194b02;
}

.dianxing .more_bt .news_more,
.dianxing .more_bt .news_more:hover {
  color: #fff;
}

.dianxingimg {
  cursor: pointer;
}

/* 全局搜索  */
.cont_search {
  cursor: pointer;
  width: 60px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.cont_search img {
  width: 20px;
}


.search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.search-box .search-box-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.search-box .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden
}

.search-box .search-form .search-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 100px);
  border: none;
  padding: 20px 30px;
  font-size: 24px;
  line-height: 30px;
  color: #666;
  box-sizing: border-box;
  background-color: #fff;
}

.search-box .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 70px;
  font-size: 0;
  background: url(/skin/img/sear_btn.png) center no-repeat #194b02;
  border: none;
  cursor: pointer
}

/* 数智化专题 */
.zt_cont {
  padding: 95px 0px 75px 0;
}

.zt_cont h2 {
  color: #141756;
  font-weight: bold;
  font-size: 65px;
  text-align: center;
  margin-bottom: 50px;
}

.zt_cont p {
  color: #141756;
  font-size: 16px;
  margin-bottom: 50px;
  max-width: 1050px;
  line-height: 2;
  margin: auto;
}

.zt_cont h3 {
  color: #141756;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.zt_cont h4 {
  color: #141756;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.zt_cont .container img {
  max-width: 100%;
  display: block;
  margin: auto;
}


.zt_cont.gray {
  background-color: #242933;
}

.zt_cont.gray h2,
.zt_cont.gray h3,
.zt_cont.gray h4,
.zt_cont.gray p {
  color: #fff;
}

/* 绿色工厂专题  */
.divf1f2f6 {
  background: #f1f2f6;
  padding-bottom: .7rem;
}

.content_body {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}