body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "å¾®è½¯é›…é»‘";
}
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;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: â€;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.pubCon {
  width: 1400px;
  margin: 0 auto;
}

/* header */
header {
  width: 100%;
  height: 120px;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 999;
}
header .logo {
  width: 304px;
  height: 90px;
  float: left;
}
header .logo img {
  width: 100%;
  margin-top: 15px;
}
header ul {
  float: right;
  width: 840px;
}
header ul li {
  float: left;
  width: 135px;
  text-align: center;
  line-height: 120px;
  transition: 0.5s;
}
header ul li a {
  color: #212121;
  font-size: 18px;
}
header ul li:hover,
header ul li.on {
  width: 135px;
  height: 120px;
  background: #009f39;
}
/* header ul li i{ width:100%; height: 3px; background: #009f39; display: block; transform: scale(0); transition:0.3s; }
header ul li:hover i{ transform: scale(1);} */
header ul li:hover a,
header ul li.on a {
  color: #fff;
}

header .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #888;
  position: absolute;
  right: 10px;
  top: 13px;
  border-radius: 3px;
  display: none;
  overflow: hidden;
}
header .btn i {
  width: 34px;
  height: 34px;
  display: block;
  margin: 4px auto;
}
header .btn i img {
  width: 100%;
  height: auto;
}
header .btn i.close {
  display: none;
}

/* banner */
.banner {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 100%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide .bannerimg {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .bannerimg1 {
  width: 100%;
  height: 100%;
  display: none;
}
.bannertu {
  position: absolute;
  top: 35%;
  left: 20%;
  z-index: 99;
}
.swiper-button-next {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #45a638;
}
.swiper-button-prev {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #45a638;
}
.swiper-pagination {
  font-size: 15px;
  color: #fff;
}

/* product */
.product {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
  background: url(../images/xiexian.png) repeat;
}
.pubTit {
  text-align: center;
}
.pubTit h3 {
  font-size: 36px;
  color: #009f39;
}
.pubTit i {
  width: 80px;
  height: 1px;
  background: #009f39;
  display: block;
  margin: 6px auto 10px;
}
.pubTit p {
  font-size: 15px;
  color: #666;
}

.pronav {
  width: 1400px;
  overflow: hidden;
  margin-top: 30px;
}
.pronav ul li {
  width: 340px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  border: 1px solid #009f39;
  background: #fff;
  margin-right: 10px;
  border-radius: 5px;
  transition: 0.5s;
  margin-bottom: 10px;
}
.pronav ul li.active{
	background: #009f39!important;
}
.pronav ul li:nth-child(4n) {
  margin-right: 0px;
}
.pronav ul li a {
  color: #009f39;
}
.pronav ul li.active a{
	 color: #fff;
}
.pronav ul .on {
  background: #009f39;
}
.pronav ul .on a {
  color: #fff;
}
.pronav ul li:hover {
  background: #009f39;
}
.pronav ul li:hover a {
  color: #fff;
}

.proList {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.pro_swiper {
  width: 100%;
}
.pro_swiper .swiper-slide {
  width: 24%;
}
.pro_swiper .swiper-slide .propic {
  width: 256px;
  overflow: hidden;
}
.pro_swiper .swiper-slide img {
  width: 100%;
}
.proName {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.pro_swiper .swiper-slide:hover .proName {
  bottom: -50px;
}
.pro_swiper .swiper-slide h4 {
  height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  line-height: 50px;
  width: 100%;
  transition: 0.5s;
}

.pro_swiper .swiper-slide:hover .zhe {
  transform: scale(1);
  top: 0px;
}
.zhe {
  width: 76%;
  height: 70%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: 0.5s;
  margin: 15% 12%;
  transform: scale(0);
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zhe h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  line-height: 28px;
}
.zhe p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  font-weight: 100;
  line-height: 16px;
}
.zhe p span {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.zhe b {
  width: 125px;
  height: 35px;
  background: #e5a857;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
}

.swiper-button-next {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #e5a857;
}
.swiper-button-prev {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #e5a857;
}

.pro_swiperm {
  display: none;
}

/* about */
.about {
  width: 100%;
  margin-top: 50px;
  min-height: 520px;
  overflow: hidden;
}
.about .pubCon {
  position: relative;
}
.abLeft {
  width: 60%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.abLeft img {
  width: 100%;
}
.abRight {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48%;
  z-index: 99;
}
.abRTop {
  width: 100%;
  overflow: hidden;
}
.jixiang {
  width: 30%;
  float: left;
}
.jixiang img {
  width: 100%;
}
.ruyi {
  width: 30%;
  float: right;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 999;
}
.ruyi img {
  width: 100%;
}
.abRight .abtit {
  width: 40%;
  float: left;
  margin-top: 80px;
}
.abRight .abtit img {
  width: 100%;
}
.abRight .abkuang {
  background: #f9f9f9;
  width: 92%;
  height: 290px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.35);
  padding: 20px 4%;
  margin-top: -10px;
  position: relative;
  z-index: 99;
}

.abkuang h3 {
  font-size: 26px;
  color: #333;
  font-weight: 600;
}
.abkuang i {
  width: 100px;
  height: 2px;
  background: #009f39;
  display: block;
  margin: 10px 0px 15px;
}
.abkuang p {
  font-size: 15px;
  color: #333;
  line-height: 25px;
  text-align: justify;
  text-indent: 2em;
}

/*shuzi*/
.shuzi {
  width: 750px;
  margin-top: 50px;
}
.fl_listbox {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.fl_list {
  position: relative;
  z-index: 10;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.fl_list .fl_item {
  position: relative;
  font-size: 18px;
  display: block;
  height: 100%;
  float: left;
  width: 25%;
  text-align: center;
}

.fl_list .fl_item .li_box {
}
.fl_list .fl_item .li_box .icon {
  margin-top: 30px;
  height: 60px;
}
.fl_list .fl_item:nth-child(4n) .li_box {
  border-right: none;
}
.fl_list .fl_item:nth-of-type(2n) {
}
.fl_list .fl_item:nth-of-type(2n) p {
  color: #fff;
}
.fl_list .fl_item:after {
  content: "";
  display: block;
  margin-top: 100%;
}
.fl_list .fl_tit a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10%;
}

.fl_list .fl_item:hover .fl_tit a p {
  opacity: 0;
  color: #fff;
}
.fl_list .fl_item .img {
  width: 210px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.fl_list .fl_item .img img {
  width: 200px;
  display: block;
  height: 160px;
  transition: 0.3s all;
  padding: 3px;
}

/*æ•°å­—*/
.fl_tit {
  margin: 8px 0;
}
.fl_tit ul li:nth-child(4) {
  border-right-style: none;
}
.fl_titx .li_box {
  padding-top: 20px;
}
.fl_tit .div1 .span1 {
  font-size: 36px;
  color: #009f39;
  font-weight: 600;
}
.fl_tit .div1 .span3 {
  font-size: 24px;
  color: #009f39;
}
.fl_tit .div2 .span2 {
  font-size: 16px;
  color: #009f39;
}

.abmore {
  width: 240px;
  height: 40px;
  border: 1px solid #009f39;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-left: 180px;
  transition: 0.5s;
}
.abmore a {
  color: #009f39;
}

.abmore:hover {
  background: #009f39;
}
.abmore:hover a {
  color: #fff;
}

/* tonglan */
.tonglan {
  width: 100%;
  height: 560px;
  background: url(../images/culturebj.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 60px;
  position: relative;
}
.culzhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 159, 57, 0.55);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tonglan .pubCon {
  position: relative;
  z-index: 99;
}

.culTit {
  width: 23%;
  float: left;
}
.culTit h3 {
  font-size: 40px;
  color: #e19631;
  margin-top: 110px;
}
.culTit i {
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 10px 0px 15px;
}
.culTit p {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
.culmore {
  width: 80%;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
  transition: 0.5s;
}
.culmore a {
  color: #fff;
  width: 100%;
  height: 40px;
  display: block;
}
.culmore:hover {
  background: #fff;
}
.culmore:hover a {
  color: #009f39;
}

.tonglan ul {
  width: 75%;
  float: left;
  margin-left: 2%;
}
.tonglan ul li {
  width: 20%;
  text-align: center;
  margin-top: 150px;
  float: left;
}
.tonglan ul li .culimg {
  width: 70%;
  margin-left: 15%;
  position: relative;
}
.tonglan ul li .culimg img {
  width: 100%;
}
.culiconh {
  transform: scale(0);
  transition: 0.5s;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tonglan ul li:hover .culiconh {
  transform: scale(1);
}
.tonglan ul li h3 {
  font-size: 24px;
  color: #fff;
}
.tonglan ul li p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 45px;
}

/* news */
.news {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
.newList {
  margin-top: 30px;
}
.newList ul li {
  width: 440px;
  float: left;
  margin-right: 40px;
}
.newList ul li:nth-child(3) {
  margin-right: 0px;
}
.newList ul li .newimg {
  width: 380px;
  margin-left: 30px;
  z-index: 99;
  overflow: hidden;
  height: 285px;
}
.newList ul li .newimg img {
  width: 100%;
  transition: 0.5s;
  min-height: 285px;
}
.newList ul li .newLtext {
  width: 400px;
  height: 200px;
  padding: 15px;
  border: 5px solid #ddd;
  margin-top: -50px;
  z-index: 1;
  color: #333;
}
.newList ul li .newLtext h3 {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.newList ul li .newLtext span {
  font-size: 14px;
  color: #999;
}
.newList ul li .newLtext p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-top: 5px;
}
.newList ul li:hover .newimg img {
  transform: scale(1.1);
}
.newList ul li:hover .newLtext {
  border-color: #e5a857;
}
.newList ul li:hover .newLtext h3 {
  color: #e5a857;
}

/* footer */
footer {
  width: 100%;
  margin-top: 60px;
  height: 260px;
  background: url(../images/footbj.jpg) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
footer .flogo {
  width: 180px;
  float: left;
  margin-top: 65px;
}
footer .fmid {
  width: 450px;
  float: left;
  margin-left: 200px;
  margin-top: 60px;
}
footer .fmid img {
  display: block;
  margin-bottom: 15px;
}
footer .fmid p {
  float: left;
  width: 48%;
  margin-right: 2%;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}
footer .fewm {
  width: 350px;
  float: right;
  margin-top: 50px;
}
footer .fewm .ewm {
  float: left;
  margin-left: 20px;
}
footer .fewm .ewm p {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.copy {
  width: 100%;
  height: 40px;
  background: #121212;
}
.copy p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  float: left;
  margin-right: 20px;
  margin-left: 35%;
}
.copy b {
  font-weight: 300;
}
.copy b a {
  color: #fff;
}
.copy img {
  display: inline;
  margin-top: 5px;
}

/*pages*/
.pagination-wrapper {
  margin: 20px 0;
}
.pagination {
  height: 34px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  border: 1px solid #dddddd;
  padding: 0 12px;
  text-decoration: none;
}
.pagination li a {
  display: inline;
  display: block;
  font-size: 16px;
  color: #555555;
}
.pagination li a:hover {
  color: #2b6fa7;
}
.pagination li.thisclass {
  background: #2b6fa7;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
}
.pagination li.thisclass a,
.paginatio1 li.thisclass a:hover {
  background: transparent;
  border-color: #2b6fa7;
  color: #fff;
  cursor: default;
}

/******************************************************************å†…é¡µæ ·å¼************************************************************/
.bannernei {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannernei .bannerneiimg {
  z-index: 1;
}
.bannernei .bannerneiimg img {
  width: 100%;
  height: 100%;
}
.bannernei h3 {
  font-size: 46px;
  width: 100%;
  text-align: center;
  color: #333;
  position: absolute;
  top: 45%;
  z-index: 999;
}
.bannernei p {
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 55%;
  left: auto;
}

.neiyeCon {
  width: 100%;
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin-bottom: 30px;
}
.pubNeiNav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.pubNeiNav i img {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.pubNeiNav h2 {
  font-size: 26px;
  color: #333;
  float: left;
  margin-right: 15px;
  line-height: 60px;
}
.pubNeiNav ul li {
  float: left;
  padding: 0px 2%;
  line-height: 60px;
}
.pubNeiNav ul li a {
  font-size: 17px;
  color: #333;
  width: 100%;
  height: 60px;
  display: block;
}
.pubNeiNav .on a {
  color: #009f39;
}
.pubNeiNav .on i {
  transform: scale(1);
}
.pubNeiNav ul li:hover a {
  color: #009f39;
}
.pubNeiNav ul li i {
  width: 100%;
  height: 3px;
  background: #009f39;
  display: block;
  transform: scale(0);
  transition: 0.3s;
}
.pubNeiNav ul li:hover i {
  transform: scale(1);
}

.position {
  float: right;
  line-height: 60px;
  font-size: 15px;
  color: #666;
}
.position a {
  color: #666;
  font-size: 15px;
}
.position a:hover {
  color: #009f39;
}

.pubNeiCon {
  width: 100%;
  margin-top: 50px;
}
.pubNeiCon .abneitext {
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 35px;
  text-indent: 2em;
}
.pubNeiCon .abneitext h3 {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-indent: 0em;
  margin-top: 15px;
}
.pubNeiCon .abneitext h4 {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  margin: 15px 0px;
}
.pubNeiCon .abneitext p {
  font-size: 16px;
  line-height: 35px;
}
.pubNeiCon .abneitext p span {
  font-weight: 600;
}
.pubNeiCon .abneitext .abneiimg {
  width: 100%;
  text-indent: 0em;
  margin-top: 30px;
}
.pubNeiCon .abneitext .abneiimg img {
  width: 100%;
}

.abneitext .abfcimg {
  width: 100%;
  margin-top: 30px;
}
.abneitext .abfcimg img {
  width: 49%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.abneitext .abfcimg img:nth-child(2n) {
  margin-right: 0px;
}

/* product list */
.proList {
  width: 100%;
}
.proList ul li {
  width: 18%;
  margin-right: 2.5%;
  float: left;
  margin-bottom: 20px;
}
.proList ul li:nth-child(5n) {
  margin-right: 0px;
}
.proList ul li .protu {
  width: 100%;
  overflow: hidden;
}
.proList ul li .protu img {
  width: 100%;
  transition: 0.5s;
}
.proList ul li:hover .protu img {
  transform: scale(1.1);
}
.proList ul li h4 {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
  background: #009f39;
  text-align: center;
  line-height: 40px;
}

.proneiCon {
  width: 100%;
  margin-top: 30px;
}
.proNtop {
  width: 100%;
}
.proNtop_left {
  width: 30%;
  float: left;
}
.proNtop_left img {
  width: 100%;
}
.proNtop_right {
  width: 62%;
  float: right;
  border: 1px solid #ddd;
  padding: 2%;
}
.proNtop_right h2 {
  font-size: 30px;
  font-size: 212121;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.proNtop_right p {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 10px;
}
.proNtop_right p.liulan {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
  text-align: center !important;
}
.proNtop_right span {
  font-size: 20px;
  color: #009f39;
  text-align: center;
  display: block;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
.proNtop_right p b {
  font-size: 17px;
  color: #009f39;
  font-weight: 600;
}

/* .pubLeft{ width:23%;float:left;}
.pubLeft h2{ font-size:30px; color:#fff; width:100%; height: 100px; background:rgba(0,159,57,0.85); line-height: 100px; text-align: center; border-radius:10px;}
.pubLeft ul{ width:100%; background:#f1f1f1;}
.pubLeft ul li{ width:90%; height: 60px; line-height: 60px; padding-left:5%; transition:0.5s;}
.pubLeft ul li a{ color:#333; width:100%; transition:0.5s; font-size:16px;}
.pubLeft ul li:hover a{ color:#009f39; padding-left:10%; }

.pubRight{ width:75%; float:right;}
.pubRight .position{ width:100%; height: 60px; background:rgba( 0,0,0,0.60); margin-top:15px; line-height: 60px; border-radius: 3px;}
.pubRight .position p{ margin-left:15px; color:#fff; font-size:15px;}
.pubRight .position p i img{ display: block; width:40px; height: 40px; float:left; margin-top:10px; margin-right:10px;}
.pubRight .position p a{ color:#fff;}
.pubRight .position p a:hover{ color:#009f39;} */

.gongyi h2 {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  text-align: center;
}
.gongyi .gongyitext {
  width: 70%;
  float: left;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  text-align: justify;
  line-height: 35px;
}
.gongyi p.futit {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-indent: 0em;
  margin: 10px 0px;
}
.gongyiRight {
  width: 26%;
  float: right;
  margin-bottom: 30px;
}
.gongyiRight img {
  width: 100%;
  height: auto;
}
.gongyiimg {
  width: 100%;
}
.gongyiimg img {
  width: 31%;
  margin-right: 3%;
}
.gongyiimg img:nth-child(3) {
  margin-right: 0px;
}

/* news */
.newslist {
  margin-top: 30px;
  width: 100%;
}
.newslist li {
  float: left;
  width: 100%;
  height: 220px;
  border-bottom: 2px solid #eee;
  margin: 0px 0px 30px;
}
.newslist li a {
  color: #666;
}
.newspic {
  width: 300px;
  height: 200px;
  text-align: center;
  float: left;
  transition: 0.5s;
  overflow: hidden;
}
.newspic img {
  width: 100%;
  min-height: 150px;
  transition: 0.75s;
}
.newslist .newstext {
  width: 1000px;
  float: right;
}
.newslist .newstext h3 {
  font-size: 18px;
  color: #333;
  margin: 10px 0px 10px;
  transition: 0.5s;
}
.newslist .newstext span {
  font-size: 14px;
  color: #999;
}
.newslist .newstext p {
  font-size: 14px;
  line-height: 1.75em;
  color: #777;
  margin-top: 10px;
}
.nmore {
  width: 240px;
  height: 40px;
  background: #ddd;
  color: #333;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 15px;
}

.newslist li:hover a h3 {
  color: #e4a856;
  margin-left: 20px;
}
.newslist li:hover .newspic img {
  transform: scale(1.1);
}
.newslist li:hover .nmore {
  background: #e4a856;
  color: #fff;
}

.newsCon {
  width: 100%;
  text-align: center;
}
.newsCon h3 {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  text-align: center;
}
.newsCon .fdate {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 10px auto;
}
.newsCon p {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 35px;
  text-align: justify;
}
.newsCon img {
  max-height: 100%;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.contCon {
  width: 100%;
  overflow: hidden;
}
.contCon ul li {
  width: 24.9%;
  height: 150px;
  float: left;
  background: #333;
  text-align: center;
  margin-right: 0.1%;
  border-radius: 5px;
}
.contCon ul li .icon {
  margin-top: 30px;
}
.contCon ul li p {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}

.ditu {
  margin-top: 30px;
}
#dituContent {
  margin-top: 30px;
}

@media (max-width: 1450px) {
  .pubCon {
    width: 1100px;
    margin: 0 auto;
  }
  header {
    width: 100%;
    height: 120px;
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
  }
  header .logo {
    width: 20%;
    height: 90px;
    float: left;
  }
  header .logo img {
    width: 100%;
    margin-top: 15px;
  }
  header ul {
    float: right;
    width: 60%;
  }
  header ul li {
    float: left;
    width: 16.5%;
    text-align: center;
    line-height: 120px;
    transition: 0.5s;
  }
  header ul li:hover,
  header ul li.on {
    width: 16.5%;
    height: 120px;
    background: #009f39;
  }

  .pronav {
    width: 1100px;
  }
  .pronav ul li {
    width: 24%;
    margin-right: 1%;
  }

  .proName {
    height: 40px;
  }
  .pro_swiper .swiper-slide:hover .proName {
    bottom: -40px;
  }
  .pro_swiper .swiper-slide h4 {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .pro_swiper .swiper-slide .propic {
    width: 196px;
    height: 261px;
    overflow: hidden;
  }
  .pro_swiper .swiper-slide img {
    width: 100%;
    min-height: 261px;
  }

  .zhe h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .zhe p {
    font-size: 15px;
  }
  .zhe p span {
    font-weight: 600;
    font-size: 18px;
    display: block;
  }
  .zhe b {
    widows: 70%;
    height: 30px;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    line-height: 35px;
    margin-left: 10%;
    margin-top: 40px;
  }

  .about {
    width: 100%;
    margin-top: 50px;
    min-height: 430px;
    overflow: hidden;
  }
  .about .pubCon {
    position: relative;
  }
  .abLeft {
    width: 60%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .abLeft img {
    width: 100%;
  }
  .abRight {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48%;
    z-index: 99;
  }
  .abRTop {
    width: 100%;
    overflow: hidden;
  }
  .jixiang {
    width: 25%;
    float: left;
  }
  .jixiang img {
    width: 100%;
  }
  .ruyi {
    width: 25%;
    float: right;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 999;
  }
  .ruyi img {
    width: 100%;
  }
  .abRight .abtit {
    width: 40%;
    float: left;
    margin-top: 60px;
    margin-left: 5%;
  }
  .abRight .abtit img {
    width: 100%;
  }
  .abRight .abkuang {
    width: 92%;
    height: 260px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.35);
    padding: 15px 4%;
    margin-top: -10px;
    position: relative;
    z-index: 99;
  }

  .tonglan ul li .culimg {
    width: 60%;
    margin-left: 20%;
    position: relative;
  }
  .tonglan ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
  }
  .tonglan ul li p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 45px;
    margin-top: 10px;
  }
  .culTit p {
    line-height: 35px;
  }
  .culmore {
    margin-top: 40px;
  }
  .tonglan ul li {
    margin-top: 165px;
  }

  .abkuang h3 {
    font-size: 22px;
  }
  .abkuang i {
    margin: 5px 0px 8px;
  }
  .abkuang p {
    font-size: 15px;
    line-height: 24px;
  }

  .fl_tit .div1 .span1 {
    font-size: 26px;
  }
  .fl_tit .div1 .span3 {
    font-size: 18px;
  }
  .fl_tit .div2 .span2 {
    font-size: 15px;
  }

  .abmore {
    width: 60%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 20%;
    transition: 0.5s;

    position: relative;
    z-index: 999;
  }
  .abmore a {
    color: #009f39;
    display: block;
  }

  /* news */
  .news {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
  }
  .newList {
    margin-top: 30px;
  }
  .newList ul li {
    width: 31%;
    float: left;
    margin-right: 2.3%;
  }
  .newList ul li:nth-child(3) {
    margin-right: 0px;
  }
  .newList ul li .newimg {
    width: 90%;
    margin-left: 6%;
    z-index: 99;
    overflow: hidden;
    height: 230px;
  }
  .newList ul li .newimg img {
    width: 100%;
    transition: 0.5s;
    min-height: 230px;
  }
  .newList ul li .newLtext {
    width: 94%;
    height: 200px;
    padding: 3%;
  }
  .newList ul li .newLtext h3 {
    font-size: 20px;
  }
  .newList ul li .newLtext p {
    line-height: 26px;
  }

  /* footer */
  footer {
    width: 100%;
    margin-top: 60px;
    height: 260px;
    background: url(../images/footbj.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }
  footer .flogo {
    width: 15%;
    float: left;
    margin-top: 65px;
  }
  footer .flogo img {
    width: 100%;
  }
  footer .fmid {
    width: 40%;
    margin-left: 15%;
    margin-top: 60px;
  }
  footer .fmid img {
    display: block;
    margin-bottom: 15px;
  }
  footer .fmid p {
    float: left;
    width: 48%;
    margin-right: 2%;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
  }
  footer .fewm {
    width: 30%;
    float: right;
    margin-top: 50px;
  }
  footer .fewm .ewm {
    float: left;
    width: 45%;
    margin-left: 5%;
  }
  footer .fewm .ewm img {
    width: 100%;
  }
  footer .fewm .ewm p {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .copy {
    width: 100%;
    height: 40px;
    background: #121212;
  }
  .copy p {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    margin-left: 35%;
  }
  .copy b {
    font-weight: 300;
  }
  .copy b a {
    color: #fff;
  }
  .copy img {
    display: inline;
    margin-top: 5px;
  }

  /* å†…é¡µæ ·å¼ */

  .newslist .newstext {
    width: 750px;
    float: right;
  }
}

@media (max-width: 992px) {
  header .btn {
    display: block;
  }
  header nav {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  header nav ul {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  header ul li {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav ul li a {
    line-height: 45px;
    color: #fff;
  }
  header nav ul li b {
    font-weight: 500;
    display: block;
  }
  header nav ul li span {
    display: none;
  }
  .pubCon {
    width: 96%;
    margin: 0 auto;
  }
  header {
    width: 100%;
    height: 60px;
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
  }
  header .logo {
    width: 40%;
    height: 60px;
    float: left;
  }
  header .logo img {
    width: 100%;
    margin-top: 5px;
  }

  header ul li:hover,
  header ul li.on {
    width: 100%;
    height: 45px;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header ul li:hover a,
  header ul li.on a {
    color: #fff;
    line-height: 45px;
  }

  .banner .swiper-slide video {
    display: none;
  }
  .banner .swiper-slide .bannerimg1 {
    display: block;
  }
  .swiper-button-next {
    width: 30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: #45a638;
    font-size: 30px;
  }
  .swiper-button-prev {
    width: 30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: #45a638;
  }

  .product {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .pubTit h3 {
    font-size: 26px;
    color: #009f39;
  }
  .pronav {
    width: 100%;
  }
  .pronav ul li {
    width: 48%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 2%;
    border-radius: 5px;
    overflow: hidden;
  }
  .pronav ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .pronav ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .pro_swiper {
    display: none;
  }
  .pro_swiperm {
    display: block;
  }

  .proList {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
  }
  .pro_swiperm {
    width: 100%;
  }
  .pro_swiperm .swiper-slide {
    width: 48%;
    height: 236px;
    overflow: hidden;
  }
  .pro_swiperm .swiper-slide .propic {
    width: 100%;
    height: 236px;
    overflow: hidden;
  }
  .pro_swiperm .swiper-slide img {
    width: 100%;
    height: 236px;
  }
  .proName {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }
  .pro_swiperm .swiper-slide:hover .proName {
    bottom: -50px;
  }
  .pro_swiperm .swiper-slide h4 {
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
    width: 100%;
    transition: 0.5s;
  }

  .about {
    width: 100%;
    margin-top: 0px;
    min-height: 650px;
  }
  .abLeft {
    width: 100%;
  }
  .abLeft img {
    width: 100%;
  }
  .abRight {
    float: none;
    top: 200px;
    width: 100%;
    z-index: 99;
  }
  .abRTop {
    width: 100%;
    overflow: hidden;
  }
  .jixiang {
    width: 30%;
    float: left;
  }
  .jixiang img {
    width: 100%;
  }
  .ruyi {
    width: 26%;
    float: right;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 999;
  }
  .ruyi img {
    width: 100%;
  }
  .abRight .abtit {
    width: 40%;
    float: left;
    margin-top: 60px;
  }
  .abRight .abkuang {
    height: 300px;
  }
  .abkuang h3 {
    font-size: 22px;
  }

  /* tonglan */
  .tonglan {
    width: 100%;
    height: 560px;
    background: url(../images/culturebj.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    position: relative;
  }
  .culzhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 159, 57, 0.55);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .tonglan .pubCon {
    position: relative;
    z-index: 99;
  }

  .culTit {
    width: 100%;
    float: none;
  }
  .culTit h3 {
    font-size: 26px;
    color: #e19631;
    padding-top: 30px;
    margin-top: 0px;
    font-weight: 600;
  }
  .culTit i {
    width: 60px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 10px 0px 15px;
  }
  .culTit p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
  }
  .culmore {
    width: 100%;
    margin-top: 30px;
    transition: 0.5s;
  }
  .culmore a {
    color: #fff;
    width: 100%;
    height: 40px;
    display: block;
  }
  .culmore:hover {
    background: #fff;
  }
  .culmore:hover a {
    color: #009f39;
  }

  .tonglan ul {
    width: 100%;
    float: none;
    margin-left: 0%;
  }
  .tonglan ul li {
    width: 32%;
    text-align: center;
    margin-top: 30px;
    float: left;
    margin-right: 1%;
  }
  .tonglan ul li .culimg {
    width: 65%;
    margin-left: 18%;
    position: relative;
  }
  .tonglan ul li .culimg img {
    width: 100%;
  }
  .culiconh {
    transform: scale(0);
    transition: 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .tonglan ul li:hover .culiconh {
    transform: scale(1);
  }
  .tonglan ul li h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
  }
  .tonglan ul li p {
    display: none;
  }
  .tonglan ul li:nth-child(3) {
    margin-right: 0px;
  }

  /* news */
  .news {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
  }
  .newList {
    margin-top: 30px;
  }
  .newList ul li {
    width: 96%;
    float: none;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .newList ul li:nth-child(3) {
    margin-right: 0px;
  }
  .newList ul li .newimg {
    width: 90%;
    margin-left: 6%;
    z-index: 99;
    overflow: hidden;
    height: 216px;
  }
  .newList ul li .newimg img {
    width: 100%;
    transition: 0.5s;
    min-height: 216px;
  }
  .newList ul li .newLtext {
    width: 94%;
    height: 200px;
    padding: 3%;
  }
  .newList ul li .newLtext h3 {
    font-size: 20px;
  }
  .newList ul li .newLtext p {
    line-height: 26px;
  }

  /* footer */
  footer {
    width: 100%;
    margin-top: 60px;
    height: auto;
    padding-bottom: 30px;
  }
  footer .flogo {
    width: 100%;
    float: none;
    margin-top: 25px;
    text-align: center;
  }
  footer .flogo img {
    width: 35%;
  }
  footer .fmid {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  footer .fmid img {
    display: block;
    margin-bottom: 15px;
    width: 80%;
    margin-left: 10%;
  }
  footer .fmid p {
    float: none;
    width: 60%;
    margin-right: 0%;
    margin-left: 20%;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
  }
  footer .fmid p a {
    color: #fff;
  }
  footer .fewm {
    display: none;
  }

  .copy {
    width: 100%;
    height: 60px;
    background: #121212;
    text-align: center;
  }
  .copy p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin-right: 0px;
    margin-left: 18%;
  }
  .copy b {
    font-weight: 500;
    display: block;
  }
  .copy b a {
    color: #fff;
  }
  .copy img {
    display: inline;
    margin-top: 5px;
  }
  .copy .yyzz {
    display: none;
  }

  /******************************************************************å†…é¡µæ ·å¼************************************************************/

  .bannernei h3 {
    font-size: 26px;
    position: absolute;
    top: 25%;
    z-index: 9;
  }
  .bannernei p {
    font-size: 15px;
    position: absolute;
    top: 35%;
    left: auto;
  }
  .pubNeiCon .abneitext {
    margin-top: 50px;
  }

  .neiyeCon {
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .pubNeiNav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
  }
  .pubNeiNav i img {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
  }
  .pubNeiNav h2 {
    font-size: 24px;
    color: #333;
    float: none;
    margin-right: 15px;
    line-height: 60px;
  }
  .pubNeiNav ul {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .pubNeiNav ul li {
    float: left;
    padding: 0px 2%;
    line-height: 40px;
    background: #009f39;
    margin-right: 5px;
    height: 40px;
  }
  .pubNeiNav ul li a {
    font-size: 16px;
    color: #fff;
  }
  .pubNeiNav .on a {
    color: #fff !important;
  }
  .pubNeiNav .on i {
    display: none;
  }
  .pubNeiNav ul li i {
    display: none;
  }
  .pubNeiNav ul li:hover a {
    color: #fff;
  }

  .position {
    display: none;
  }

  .pubNeiCon {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  /* product list */
  .proList {
    width: 100%;
  }
  .proList ul li {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
  }
  .proList ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .proList ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .proList ul li h4 {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
    background: #009f39;
    text-align: center;
    line-height: 40px;
  }

  .proneiCon {
    width: 100%;
    margin-top: 30px;
  }
  .proNtop {
    width: 96%;
    margin: 0 auto;
  }
  .proNtop_left {
    width: 80%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .proNtop_left img {
    width: 100%;
  }
  .proNtop_right {
    width: 96%;
    float: none;
    border: none;
    padding: 2%;
  }
  .proNtop_right h2 {
    font-size: 24px;
    font-size: 212121;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  .proNtop_right p {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .proNtop_right p.liulan {
    font-size: 16px;
    color: #888;
    margin-bottom: 10px;
    text-align: center !important;
    width: 100%;
  }
  .proNtop_right span {
    font-size: 20px;
    color: #009f39;
    text-align: center;
    display: block;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
  }
  .proNtop_right p b {
    font-size: 17px;
    color: #009f39;
    font-weight: 600;
  }

  .gongyi .gongyitext {
    width: 100%;
    float: none;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    line-height: 35px;
  }
  .gongyi p.futit {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-indent: 0em;
    margin: 10px 0px;
  }
  .gongyiRight {
    width: 80%;
    float: none;
    margin-bottom: 30px;
    margin-left: 10%;
  }
  .gongyiRight img {
    width: 100%;
    height: auto;
  }
  .gongyiimg {
    width: 100%;
  }
  .gongyiimg img {
    width: 100%;
    margin-right: 0%;
  }

  /* news */
  .newslist {
    margin-top: 30px;
    width: 100%;
  }
  .newslist li {
    float: none;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #eee;
    margin: 0px 0px 30px;
  }
  .newslist li a {
    color: #666;
  }
  .newspic {
    width: 35%;
    height: 85px;
  }
  .newspic img {
    width: 100%;
    min-height: 85px;
  }
  .newslist .newstext {
    width: 60%;
    float: right;
  }
  .newslist .newstext h3 {
    font-size: 16px;
    color: #333;
    margin: 0px 0px 5px;
    transition: 0.5s;
    font-weight: 500;
  }
  .newslist .newstext span {
    font-size: 14px;
    color: #999;
  }
  .newslist .newstext p {
    display: none;
  }
  .nmore {
    width: 80%;
    height: 30px;
    background: #ddd;
    color: #333;
    font-size: 16px;
    text-align: center;
    transition: 0.5s;
    line-height: 30px;
    border-radius: 20px;
    margin-top: 8px;
  }

  .newslist li:hover a h3 {
    color: #e4a856;
    margin-left: 20px;
  }
  .newslist li:hover .newspic img {
    transform: scale(1.1);
  }
  .newslist li:hover .nmore {
    background: #e4a856;
    color: #fff;
  }

  .newsCon {
    width: 100%;
    text-align: center;
  }
  .newsCon h3 {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    text-align: center;
  }
  .newsCon .fdate {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 10px auto;
  }
  .newsCon p {
    font-size: 16px;
    color: #333;
    text-indent: 0em;
    line-height: 35px;
    text-align: justify;
  }
  .newsCon img {
    max-width: 100%;
    margin: 0px;
  }

  .contCon {
    width: 100%;
    overflow: hidden;
  }
  .contCon ul li {
    width: 49%;
    height: 100px;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .contCon ul li .icon {
    margin-top: 15px;
  }
  .contCon ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
  }
}
