.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/fengjing_20220826_4.png) no-repeat center center;
}
.title1 {
  width: 563px;
  height: 24px;
  margin-top: 34px;
  margin-right: 10px;
}
.title2 {
  width: 900px;
  height: 99px;
  margin-top: 34px;
  margin-left: 388px;
}
.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: #57bd70;
}
.nav-wap .nav .nav-one {
  padding-left: 14px;
}
.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 15px;
  letter-spacing: 2px;
}
.nav-wap .nav .nav-one > li:hover {
  background: #f9bb28;
}
.nav-wap .nav .nav-one .curr {
  background: #f9bb28;
}
.hd {
  position: relative;
  height: 30px;
}
.hd::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 30px;
  background-color: #57bd70;
}
.hd .tit {
  margin-left: 23px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  line-height: 30px;
}
.hd .more {
  float: right;
  margin-right: 25px;
}
.hd .more a {
  display: block;
  height: 30px;
  width: 40px;
  background: url(../images/more.png) no-repeat center center;
  transition: all 0.5s;
}
.hd .more:hover a {
  background-image: url(../images/more-h.png);
}
.brief {
  padding-top: 20px;
  margin-top: 30px;
  width: 995px;
  background-color: #ffffff;
  box-shadow: 0px 5px 19px 1px rgba(170, 170, 170, 0.35);
}
.brief .bd {
  margin-top: 25px;
}
.brief .cover {
  float: left;
  width: 375px;
  height: 250px;
  margin-left: 23px;
  margin-bottom: 25px;
}
.brief .cover img {
  height: 100%;
  width: 100%;
}
.brief .text {
  height: 252px   ;
  margin-top: -6px;
  padding-right: 23px;
  width: 552px;
  font-size: 16px;
  line-height: 28px;
  color: #444;
  text-align: justify;
}
.btns {
  float: left;
  margin-top: 30px;
  width: 177px;
  padding: 1px;
  background-color: #dddddd;
}
.btns .btn {
  display: block;
  height: 65px;
  margin-top: 1px;
  background: #fff;
  line-height: 65px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  transition: all 0.5s;
  text-align: center;
}
.btns .btn:first-child {
  margin-top: 0;
}
.btns .btn:hover {
  background: #e7fbec;
  color: #008c23;
}
.btns .btn .icon {
  display: inline-block;
  height: 25px;
  width: 28px;
  background: no-repeat center center;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 16px;
}
.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);
}
.slideBox {
  padding-top: 25px;
  margin-top: 30px;
  width: 995px;
  background-color: #ffffff;
  box-shadow: 0px 5px 19px 1px rgba(170, 170, 170, 0.35);
}
.slideBox .bd {
  margin-top: 25px;
  margin-left: 23px;
}
.slideBox .bd .con {
  width: 950px;
  overflow: hidden;
}
.slideBox .bd .con li {
  float: left;
  width: 224px;
  margin-right: 20px;
  padding-bottom: 25px;
}
.slideBox .bd .con li a {
  display: block;
}
.slideBox .bd .con li a .imgbox {
  height: 160px;
  width: 220px;
  overflow: hidden;
}
.slideBox .bd .con li a .imgbox img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.slideBox .bd .con li a .tit {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #555555;
}
.slideBox .bd .con li a:hover img {
  transform: scale(1.1);
}
.slideBox .bd .con li a:hover .tit {
  color: #57bd70;
}
.main {
  margin-bottom: 30px;
}
.footer {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #57bd70;
  line-height: 22px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #f9bb28;
}