.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

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

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

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

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.cont {
  width: 1220px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

li .pic {
  overflow: hidden;
}

li .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.more-btn {
  line-height: 1;
  border: 1px solid #6f982f;
  padding: 0.75em 2.5em;
  color: #6f982f;
  display: inline-block;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  margin-top: 40px;
}

.more-btn:hover {
  background-color: #6f982f;
  color: #fff;
}

header .top {
  line-height: 35px;
  background-color: #f4f4f4;
}

header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .top .cont span {
  color: #666;
  font-size: 14px;
}

header .top .cont p {
  margin-left: auto;
  color: #666;
  font-size: 14px;
}

header .top .cont p a {
  color: #666;
  font-size: 14px;
  margin: 0 0.5em;
}

header .middle .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .middle .cont .line {
  height: 54px;
  width: 1px;
  margin: 0 20px;
  background-color: #6f982f;
}

header .middle .cont .text {
  color: #6f982f;
  line-height: 1.5;
}

header .middle .cont .text p {
  font-size: 18px;
}

header .middle .cont .text span {
  font-size: 16px;
}

header .middle .cont .contact {
  margin-left: auto;
  padding-left: 52px;
  background: url(../images/tel.png) no-repeat left center;
}

header .middle .cont .contact span {
  color: #333333;
  font-size: 16px;
  line-height: 1;
}

header .middle .cont .contact h3 {
  color: #6f982f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.33333333em;
}

header .nav {
  background-color: #6f982f;
}

header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .nav ul li {
  line-height: 60px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

header .nav ul li>a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: block;
}

header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 60px;
  left: 50%;
  min-width: 100%;
  padding: 5px 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6f982f;
}

header .nav ul li .drop a {
  display: block;
  line-height: 2.5;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

header .nav ul li .drop a:last-child {
  border: none;
}

header .nav ul li.active {
  background-color: #658a2b;
}

header .nav ul li:hover {
  background-color: #658a2b;
}

.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}

.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  text-align: center;
  z-index: 1;
}

.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}

.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 60px;
  height: 8px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  position: relative;
}

.banner .hd ul li::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6f982f;
  transition: all 2.5s linear;
  -o-transition: all 2.5s linear;
  -ms-transition: all 2.5s linear;
  -webkit-transition: all 2.5s linear;
  -moz-transition: all 2.5s linear;
}

.banner .hd ul li.on::before {
  width: 100%;
}

footer .top {
  padding: 50px 0;
  background-color: #3e3e3e;
}

footer .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top .cont .wechat {
  width: 180px;
  height: 180px;
  padding: 6px;
  background-color: #f3f3f3;
}

footer .top .cont .wechat img {
  width: 100%;
  height: 100%;
}

footer .top .cont .info {
  margin-left: 34px;
}

footer .top .cont .info p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

footer .top .cont .info h3 {
  color: #f3f3f3;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 14px 0;
}

footer .top .cont .info .line {
  width: 38px;
  height: 4px;
  margin-bottom: 32px;
  background-color: #fff;
}

footer .top .cont .foot-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

footer .top .cont .foot-nav .line {
  width: 2px;
  height: 171px;
  border-top: 18px solid #6f982f;
  background-color: #696969;
  margin: 0 40px;
}

footer .top .cont .foot-nav .line:nth-last-of-type(1) {
  display: none;
}

footer .top .cont .foot-nav dl dt {
  margin-bottom: 10px;
}

footer .top .cont .foot-nav dl dt a {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

footer .top .cont .foot-nav dl dt a:hover {
  color: #6f982f;
}

footer .top .cont .foot-nav dl dd a {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

footer .top .cont .foot-nav dl dd a:hover {
  color: #6f982f;
}

footer .cr {
  background-color: #333;
  margin-top: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
}

footer .cr a {
  color: #fff;
  text-decoration: underline;
}