body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #fff;
font-family:"Microsoft YaHei" !important;
}
a {
  text-decoration: none;
  color: #fff;
font-family:"Microsoft YaHei";
}
h2 {
  margin: 0px;
  padding: 0px;
font-family:"Microsoft YaHei";
}
li {
  list-style: none;
}
.main-body {
  text-align: center;
  background-color: #fff;
}
.main-body .head {
  margin: auto;
  position: relative;
  height: 210px;
}
.main-body .head img{
  width: 100%;
  height: 100%;
}
.main-body .content {
  margin: auto;
  width: 1240px;
}
.main-body .content .navbanner {
   display: flex;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #04b34d;
  border-radius: 25px;
  padding: 0px 20px;
  box-shadow: none;
  box-sizing: border-box;
  justify-content: space-between;
}
.main-body .content .navbanner .nleft{

  font-size: 20px;
    width: 900px;
    text-align: center;
    line-height: 60px;
}
.main-body .content .navbanner .nleft ul{
 display: flex !important;
}
.main-body .content .navbanner .nleft ul li{
  flex: 1;
 }
.main-body .content .navbanner .nleft ul li a{
  font-weight: 600;
 }
.main-body .content .navbanner .nright{
  height: 100%;
  float: right;
  line-height: 10px;
  width: 250px;
  padding-top: 18px;
}
.main-body .content .navbanner .nright .search{
background-image: url(../img/ss.png) !important;
background-size: cover !important;
}
.main-body .content .text {
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 2px 2px #e8e8e8;
  margin: 50px 0px 50px 50px;
  padding: 0px 100px;
  width: 1140px;
}
.main-body .content .text .info-title {
  margin: 10px 0px;
  color: #00aa49;
  font-size: 24px;
}
.main-body .content .text .info {
  margin-top: 20px;
  font-size: 16px;
}
.main-body .content .text .info-body {
  text-align: left;
  text-indent: 2em;
}
.main-body .content .text .tw {
  text-align: right;
  font-size: 14px;
}
.main-body .here {
  width: 100%;
  height: 140px;
  padding: 30px 0px;
  box-sizing: border-box;
  box-shadow: none;
  text-align: center;
  background-color: #1f9b53;
  color: #fafefd;
  font-size: 14px;
}
