@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #282828;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
/* *html .clearfix {
	height: 1%;
  } */
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
  width: 100%;
}
/*top*/
.header {
  background-color: #16683d;
  height: 90px;
  margin-bottom: 2px;
}
/*logo*/
.logo {
  line-height: 90px;
  float: left;
}
/*tmenu*/
.nav {
  float: right;
}
.nav > li {
  float: left;
  width: 50px;
  height: 90px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0 5px;
  position: relative;
}
.nav > li > a {
  display: block;
  position: absolute;
  /*  top:50%;
      left:50%;
      transform: translate(-50%,-50%);
       */
  width: 100%;
  height: 100%;
  line-height: 90px;
  margin-left: 5px;
  color: White;
}
.nav-cur:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 93px;
  z-index: 0;
  background-color: #1c9154;
}
.flag {
  margin-left: 20px;
  float: right;
  line-height: 90px;
}
.flag span {
  margin: 0 5px;
}
/*banner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  width: 100%;
}
.slides li img {
  width: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  position: relative;
}
.flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 40px;
  overflow: hidden;
  background-color: white;
  transition: all 0.3s;
  opacity: 0.6;
}
.flex-control-nav .flex-active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 40px;
  background-color: rgba(28, 145, 84, 0.6);
  width: 60px;
  height: 70px;
}
.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/right.png) no-repeat center center;
  background-color: rgba(28, 145, 84, 0.6);
  width: 60px;
  height: 70px;
}
.banner-text {
  position: absolute;
  color: white;
  top: 40%;
}
.banner-text dt {
  font-size: 40px;
  margin-bottom: 5px;
}
.banner-text dd {
  font-size: 20px;
}
.banner-text a {
  display: block;
  border: 1px solid white;
  width: 128px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: white;
  margin-top: 30px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.section1 {
  background-size: cover;
  background: url(../images/s1bg.jpg) no-repeat center top;
}
.s1-text {
  padding-top: 310px;
  padding-left: 350px;
  width: 830px;
}
.s1-text dt {
  font-size: 25px;
}
.s1-text dd {
  font-size: 16px;
}
.s1-text dl {
  padding-bottom: 10px;
}
.s1-text p {
  line-height: 2em;
}
.s1-more {
  border: 2px solid #16683d;
  display: block;
  width: 136px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #16683d;
  margin-top: 30px;
}
.section2 {
  margin-top: 110px;
  padding-bottom: 40px;
  background: url(../images/s2bg.jpg) no-repeat center top;
  background-size: cover;
}
.int {
  width: 100%;
  padding: 40px 0;
  font-size: 27px;
  width: 210px;
  font-weight: bold;
  margin: 0 auto;
  color: white;
  position: relative;
}
.int em {
  color: #16683d;
  font-size: 12px;
}
.int:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: 45px;
  margin-left: 5px;
}
.s2-list {
  overflow: hidden;
}
.s2-list li {
  float: left;
  text-align: center;
  width: 300px;
}
.s2-list dl {
  color: white;
  width: 210px;
  margin: 0 auto;
}
.s2-list dt {
  font-size: 20px;
  margin: 20px 0 15px;
}
.s2-list dt:after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background-color: #16683d;
  margin: 5px auto;
}
.s2-list dd {
  line-height: 1.8em;
  text-align: left;
}
.s2-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 5px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  background-color: #fff;
}
.s2-circle em {
  width: 118px;
  height: 118px;
  display: block;
  text-align: center;
  line-height: 120px;
  border: 1px solid #16683d;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
}
.section4 {
  background: url(../images/s4bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 20px;
}
.section4 ul {
  text-align: center;
  margin-bottom: 30px;
}
.section4 li {
  display: inline-block;
  margin: 0 15px;
}
.section5 {
  background: url(../images/s5bg.png) no-repeat center top;
  margin-top: -20px;
  margin-bottom: 50px;
}
.section5 .content {
  width: 1300px;
}
.s5-left {
  float: left;
  border: 4px solid white;
  width: 520px;
  padding: 0 30px;
  margin-top: 90px;
  margin-left: 170px;
  color: white;
  -webkit-box-shadow: 0px 5px 5px 0px #999999;
  -moz-box-shadow: 0px 5px 5px 0px #999999;
  box-shadow: 0px 5px 5px 0px #999999;
}
.s5-left h2 {
  margin-top: 45px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}
.s5-left h2:after {
  content: "";
  display: block;
  background-color: #16683d;
  height: 3px;
  width: 45px;
  margin-top: 5px;
}
.s5-left form input[type="text"] {
  border-bottom: 1px solid white;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  padding-bottom: 5px;
  color: White;
  margin-bottom: 35px;
}
.s5-left form input[type="submit"] {
  margin: 50px 0 70px;
  background-color: #16683d;
  width: 148px;
  height: 40px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.s5-left input::-webkit-input-placeholder {
  color: white;
}
.s5-left textarea::-webkit-input-placeholder {
  color: white;
}
.s5-left textarea {
  color: white;
  background-color: transparent;
  font-size: 16px;
  border: 0;
  height: 150px;
  border-bottom: 1px solid white;
  width: 100%;
  font-family: "微软雅黑";
}
.s5-right {
  float: right;
  margin-left: 40px;
}
.s5-text {
  color: white;
  margin-top: 94px;
}
.s5-text dl {
  margin-bottom: 15px;
}
.s5-text dt {
  font-size: 18px;
}
.s5-text dt:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 3px;
  width: 20px;
  margin-bottom: 5px;
}
.s5-text dd {
  font-size: 16px;
  line-height: 2em;
}
.f-nav {
  margin-top: 140px;
}
.f-nav li {
  font-weight: bold;
  position: relative;
  float: left;
  margin-right: 15px;
  font-size: 17px;
}
.f-nav li a {
  color: white;
}
.fcur:before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #16683d;
  position: absolute;
  top: -10px;
}
.fcur a {
  color: #16683d !important;
}
.footer {
  border-top: 1px solid #000;
  padding-top: 5px;
  overflow: hidden;
  background: white;
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
}
.footer a {
  color: #282828;
}
.section3 {
  padding-bottom: 40px;
}
.s3-lunbo {
  margin: 30px 0;
}
.sbox {
  width: 250px;
  height: 360px;
}
.sbox p {
  font-size: 16px;
  margin: 8px 0;
}
.sbox em {
  display: block;
  width: 90px;
  height: 3px;
  background-color: #282828;
  margin-top: 8px;
}
.sbox i {
  display: block;
  margin: 30px auto;
  text-align: center;
}
.sbox i img {
  width: 24px;
  height: 24px;
}
.sn {
  border: 2px solid white;
  width: 255px;
  height: 380px;
  margin: 10px;
}
.sn dl {
  text-align: center;
  color: White;
  margin-top: 90px;
}
.sn dt {
  font-size: 24px;
  margin-bottom: 5px;
}
.sn dd {
  font-size: 16px;
}
.slide-img {
  border: 2px solid #efefef;
  position: relative;
  overflow: hidden;
}
.slide-img img {
  width: 100%;
}
.line {
  transition: all 0.3s;
}
.smask {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 145, 84, 0.8);
}
.scur {
  transition: all 0.3s;
}
.scur .smask {
  display: block;
}
.scur p {
  color: #16683d;
}
.scur .slide-img {
  border-color: white;
}
.scur .line {
  transition: all 0.3s;
  width: 100%;
  background-color: #16683d !important;
}
.s3-top {
  height: 220px;
  margin-top: 40px;
  background: url(../images/s3bg.png) no-repeat center left;
}
.s3-top p {
  width: 720px;
  font-size: 18px;
  line-height: 1.8em;
  margin-left: 190px;
  font-weight: bold;
}
.int2 {
  color: #282828;
  margin: 0;
/*  margin-left: -10px;*/
  padding-bottom: 0;
}
.int2 em {
  color: white;
}
.sleft-btn {
  width: 35px;
  cursor: pointer;
  height: 35px;
  background: url(../images/sleft.png) no-repeat center center;
  background-color: #16683d;
  float: left;
  margin-right: 14px;
}
.sright-btn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  float: left;
  background: url(../images/sright.png) no-repeat center center;
  background-color: #16683d;
}
.btn {
  margin-left: 745px;
  margin-top: -30px;
}
.product {
  margin: 30px 0 80px;
}
.p-menu {
  text-align: center;
}
.p-menu li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}
.p-menu li a {
  color: #282828;
}
.cur a {
  color: #16683d !important;
}
.p-con {
  overflow: hidden;
  padding: 40px 0px;
}
.p-box {
  display: none;
}
.p-box:nth-child(2) {
  display: block;
}
.p-box ul li {
  height: 500px;
  margin-bottom: 20px;
  float: left;
  margin-left: 15px;
}
.p-box ul li .sbox {
  width: 288px;
  height: 390px;
}
.p-box ul li:nth-child(4n+1) {
  margin-left: 0;
}
.p-box ul li .sn {
  width: 260px;
  height: 385px;
}
.d-menu {
  text-align: center;
}
.d-menu li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}
.d-menu li a {
  color: #282828;
}
.d-cur a {
  color: #16683d !important;
}
.d-top {
  overflow: hidden;
}
.d-bimg {
  border: 2px solid #c9c9c9;
  width: 425px;
  height: 445px;
  float: left;
  overflow: hidden;
}
.d-top dl {
  float: right;
  width: 690px;
}
.d-top dt {
  font-size: 25px;
  margin-bottom: 20px;
}
.d-top dt:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #16683d;
  margin-top: 5px;
}
.d-top-d dt:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #16683d;
  margin-top: 5px;
}
.d-top dd {
  font-size: 16px;
  line-height: 1.8em;
}
.dtit {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.dtit:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #16683d;
  margin-top: 5px;
}
.recommend ul li {
  margin-bottom: 20px;
  float: left;
  margin-left: 15px;
}
.recommend ul li .sbox {
  width: 288px;
  height: 290px;
}
.recommend ul li .slide-img {
  overflow: hidden;
}
.recommend ul li .slide-img > img {
  width: 100%;
  height: 100%;
}
.recommend ul li:nth-child(4n+1) {
  margin-left: 0;
}
.recommend ul li .sn {
  width: 260px;
  height: 270px;
}
