﻿.logo h1 {
  padding-top: 14px;
  padding-bottom: 0;
}
.logo h1 a {
  display: block;
  height: 64px;
  width: 302px;
  background: url(../images/logo.png) no-repeat center center;
}
.banner {
  height: 350px;
  min-width: 1200px;
  background: url(../images/banner.png) no-repeat center center;
}
.title1 {
  width: 564px;
  height: 24px;
  margin-top: 34px;
  margin-right: 23px;
}
.title2 {
  width: 798px;
  height: 105px;
  margin-top: 45px;
  margin-left: 201px;
}
.title1,
.title2 {
  position: relative;
}
.title1 img,
.title2 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nav-wap {
  height: 50px;
  background-color: #689f5c;
}
.nav-wap .nav .nav-one {
  padding-left: 8px;
}
.nav-wap .nav .nav-one > li {
  float: left;
}
.nav-wap .nav .nav-one > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 0 26px;
  letter-spacing: 2px;
}
.nav-wap .nav .nav-one > li:hover {
  background: #508644;
}
.nav-wap .nav .nav-one .curr {
  background: #508644;
}
.hd .tit {
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #444;
  line-height: 30px;
}
.hd .more {
  float: right;
}
.hd .more a {
  display: block;
  height: 30px;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 30px;
  color: #888;
}
.hd .more:hover a {
  color: #508644;
  font-weight: bold;
}
.brief {
  margin-top: 30px;
  width: 956px;
}
.brief .bd {
  margin-top: 7px;
}
.brief .hd {
  width: 553px;
}
.brief .cover {
  margin-right: 22px;
  position: relative;
  float: right;
  width: 358px;
  height: 260px;
  padding-top: 7px;
  padding-right: 6px;
  background-color: #fff;
}
.brief .cover::before {
  position: absolute;
  top: -40px;
  right: -22px;
  content: "";
  height: 180px;
  width: 120px;
  background-color: #689f5c;
  z-index: -1;
}
.brief .cover img {
  width: 358px;
  height: 260px;
}
.brief .text {
  width: 555px;
  font-size: 16px;
  line-height: 30px;
  color: #444;
  letter-spacing: 2px;
  text-align: justify;
}
.brief .btn-more {
  margin-top: 18px;
}
.brief .btn-more a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #689f5c;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
}
.btns {
  float: left;
  margin-top: 30px;
  width: 210px;
  background-color: #ffffff;
  border: solid 2px #bbd4b5;
}
.btns .btn {
  display: block;
  height: 54px;
  line-height: 50px;
  background: #fff url(../images/btn-bg.png) no-repeat center bottom;
  font-size: 16px;
  color: #444;
}
.btns .btn:hover {
  background-color: #eaf5e8;
}
.btns .btn .icon {
  display: inline-block;
  height: 25px;
  width: 28px;
  background: no-repeat center center;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 14px;
}
.btns .btn .icon1 {
  background-image: url(../images/btn1.png);
}
.btns .btn .icon2 {
  background-image: url(../images/btn2.png);
}
.btns .btn .icon3 {
  background-image: url(../images/btn3.png);
}
.btns .btn .icon4 {
  background-image: url(../images/btn4.png);
}
.btns .btn .icon5 {
  background-image: url(../images/btn5.png);
}
.btns .btn .icon6 {
  background-image: url(../images/btn6.png);
}
.btns .btn .icon7 {
  background-image: url(../images/btn7.png);
}
.btns .btn .icon8 {
  background-image: url(../images/btn8.png);
}
.btns .btn .icon9 {
  background-image: url(../images/btn9.png);
}
.btns .btn .icon10 {
  background-image: url(../images/btn10.png);
}
.btns .btn10 {
  background-image: none;
  height: 52px;
}
.slideBox {
  margin-top: 32px;
  width: 956px;
}
.slideBox .bd {
  margin-top: 14px;
}
.slideBox .bd .con {
  width: 956px;
  overflow: hidden;
}
.slideBox .bd .con li {
  float: left;
  width: 224px;
  margin-right: 20px;
}
.slideBox .bd .con li a {
  display: block;
}
.slideBox .bd .con li a .imgbox {
  height: 160px;
  width: 224px;
  overflow: hidden;
}
.slideBox .bd .con li a .imgbox img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.slideBox .bd .con li a:hover img {
  transform: scale(1.1);
}
.slideBox .bd .con li a:hover .tit {
  color: #079d2c;
}
.main {
  margin-bottom: 30px;
}
.footer {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #508644;
  line-height: 22px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #508644;
}