@font-face {
  font-family: 'iconfont';
  /* Project id 971715 */
  src: url('//at.alicdn.com/t/c/font_971715_kir5djow36e.woff2?t=1709607029653') format('woff2'), url('//at.alicdn.com/t/c/font_971715_kir5djow36e.woff?t=1709607029653') format('woff'), url('//at.alicdn.com/t/c/font_971715_kir5djow36e.ttf?t=1709607029653') format('truetype');
}
.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;
}
.clearfix: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;
}
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 {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.head_top {
  background: #80bd1f;
  height: 50px;
}
.head_top h4 {
  float: left;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fbfbf6;
  line-height: 50px;
}
.head_top .top_dh {
  float: right;
}
.head_top .top_dh p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.502);
  margin-top: 15px;
}
.head_top .top_dh p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.head_top .top_dh p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #fbfbf6;
  line-height: 1;
}
.head_top .top_dh p:last-child {
  border: 0px;
  padding-right: 0px;
}
.head {
  height: 124px;
}
.head .head_box {
  width: 100%;
}
.head .head_box .nav_box .logo {

  float: left;
  line-height: 124px;
}
.head .head_box .nav_box .logo img {
  width: 100%;
  height: 100%;
}
.head .head_box .nav_box .nav {
  float: left;
  width: 775px;
  padding-left: 70px;
}
.head .head_box .nav_box .nav ul {
  display: flex;
}
.head .head_box .nav_box .nav ul .nLi {
  display: inline-block;
  line-height: 124px;
  flex: 1;
  text-align: center;
  position: relative;
}
.head .head_box .nav_box .nav ul .nLi h3 {
  font-size: 18px;
}
.head .head_box .nav_box .nav ul .nLi h3 a {
  color: #333333;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.head .head_box .nav_box .nav ul .nLi::after {
  content: "";
  position: absolute;
  background-color: #80bd1f;
  width: 0px;
  height: 3px;
  bottom: -1px;
  left: 42%;
}
.head .head_box .nav_box .nav ul .nLi:hover h3 a {
  color: #80bd1f;
}
.head .head_box .nav_box .nav ul .nLi:hover::after {
  width: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 26%;
}
.head .head_box .nav_box .nav ul .on h3 a {
  color: #80bd1f;
}
.head .head_box .nav_box .nav ul .on::after {
  width: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 26%;
}
.head .head_box .nav_box .ss_box {
  float: right;
  margin-top: 46px;
}
.head .head_box .nav_box .ss_box input {
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  width: 172px;
  height: 32px;
  margin-right: -5px;
  padding: 0 5px;
}
.head .head_box .nav_box .ss_box button {
  display: inline-block;
  vertical-align: middle;
  background-color: #80bd1f;
  width: 32px;
  height: 32px;
  border: 0px;
}
.banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 600px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 6%;
  left: 28%;
  background-color: rgba(62, 62, 62, 0.502);
  height: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
}
.banner .hd ul li {
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 2px;
}
.banner .hd ul .on {
  background: #c9e607;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 320px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.banner1 .bd ul li .make h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner1 .bd ul li .make p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.index_1 {
  position: relative;
}
.index_1 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  top: 150px;
  z-index: 98;
}
.index_1 .cont .left_1 {
  float: left;
  width: 223px;
  border-right: 1px solid #eaeaea;
  padding: 80px 38px 100px 0;
}
.index_1 .cont .left_1 .tit {
  position: relative;
}
.index_1 .cont .left_1 .tit h4 {
  margin-bottom: 5px;
}
.index_1 .cont .left_1 .tit h4 i {
  font-size: 28px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}
.index_1 .cont .left_1 .tit h4 img {
  margin-left: 5px;
  margin-top: -3px;
}
.index_1 .cont .left_1 .tit p {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #dadada;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 70px;
  position: relative;
}
.index_1 .cont .left_1 .tit p::after {
  content: "";
  position: absolute;
  background-color: #80bd1f;
  width: 59px;
  height: 1px;
  left: -72px;
  top: 6px;
}
.index_1 .cont .left_1 .tit::after {
  content: "";
  position: absolute;
  background: url(../img/xm4.png) no-repeat;
  width: 5px;
  height: 83px;
  right: -41px;
  top: 68px;
  z-index: 99;
}
.index_1 .cont .left_1 .left_nav {
  margin-top: 40px;
}
.index_1 .cont .left_1 .left_nav ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #e5e5e5;
}
.index_1 .cont .left_1 .left_nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_1 .cont .left_1 .left_nav ul li a img {
  margin-right: 12px;
  width: 9px;
  height: 7px;
}
.index_1 .cont .left_1 .left_nav ul li a span {
  flex: 1;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
}
.index_1 .cont .left_1 .left_nav ul li:hover {
  padding-top: 12px;
}
.index_1 .cont .left_1 .left_nav ul li:hover span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #80bd1f;
  line-height: 37px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.index_1 .cont .left_1 .left_nav ul li:last-child {
  border: 0px;
}
.index_1 .cont .right_1 {
  float: right;
  width: 977px;
  padding-left: 55px;
  padding-top: 110px;
}
.index_1 .cont .right_1 .tit {
  display: flex;
  justify-content: space-between;
}
.index_1 .cont .right_1 .tit h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #80bd1f;
  line-height: 1;
}
.index_1 .cont .right_1 .tit h4 span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #80bd1f;
  line-height: 1;
  margin-left: 10px;
}
.index_1 .cont .right_1 .tit .more {
  position: relative;
  width: 81px;
}
.index_1 .cont .right_1 .tit .more a {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  border-radius: 11px;
  background-color: #80bd1f;
  width: 80px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
}
.index_1 .cont .right_1 .tit .more::after {
  content: "";
  position: absolute;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  border-radius: 11px;
  width: 78px;
  height: 20px;
  left: -6px;
  top: 5px;
  z-index: -1;
}
.index_1 .cont .right_1 .bd_1 {
  margin-top: 75px;
  position: relative;
}
.index_1 .cont .right_1 .bd_1 .hd .prev {
  background-color: #f2f2f2;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #b8b8b8;
  top: 139px;
  z-index: 95;
  left: -44px;
}
.index_1 .cont .right_1 .bd_1 .hd .prev:hover {
  background: #80bd1f;
  color: #ffffff;
}
.index_1 .cont .right_1 .bd_1 .hd .next {
  background-color: #f2f2f2;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #b8b8b8;
  top: 139px;
  right: -46px;
  z-index: 95;
}
.index_1 .cont .right_1 .bd_1 .hd .next:hover {
  background: #80bd1f;
  color: #ffffff;
}
.index_1 .cont .right_1 .bd_1 .bd ul li {
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  width: 294px;
  height: 315px;
  margin-right: 18px;
  box-sizing: content-box;
}
.index_1 .cont .right_1 .bd_1 .bd ul li .img-box {
  margin: 15px 15px 0 15px;
  width: 264px;
  height: 200px;
  overflow: hidden;
}
.index_1 .cont .right_1 .bd_1 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .cont .right_1 .bd_1 .bd ul li .text {
  text-align: center;
  margin-top: 30px;
}
.index_1 .cont .right_1 .bd_1 .bd ul li .text h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
}
.index_1 .cont .right_1 .bd_1 .bd ul li .text P {
  background-color: #f0f0f0;
  width: 88px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #b7b7b7;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 10px;
}
.index_1 .cont .right_1 .bd_1 .bd ul li:hover {
  border-color: #80bd1f;
}
.index_1 .cont .right_1 .bd_1 .bd ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .cont .right_1 .bd_1 .bd ul li:hover .text p {
  background: #80bd1f;
  color: #ffffff;
}
.index_2 {
  position: relative;
  padding-bottom: 90px;
}
.index_2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  top: 0px;
  z-index: -1;
}
.index_2 .title {
  text-align: center;
  position: relative;
  top: -53px;
}
.index_2 .title h4 {
  margin-bottom: 5px;
}
.index_2 .title h4 i {
  font-size: 28px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}
.index_2 .title h4 img {
  margin-left: 5px;
  margin-top: -3px;
}
.index_2 .title .titbox {
  background: #ffffff;
  display: inline-block;
}
.index_2 .title .titbox span {
  border-radius: 50%;
  background-color: #80bd1f;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
}
.index_2 .title .titbox .line {
  background-color: #80bd1f;
  width: 59px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 25px;
}
.index_2 .title .titbox p {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #dadada;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.index_2 .bd_2 .left_2 {
  background-color: #f8f8f8;
  width: 673px;
  height: 402px;
  float: left;
  padding: 53px;
}
.index_2 .bd_2 .left_2 ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.index_2 .bd_2 .left_2 ul li .img-box {
  width: 260px;
  position: relative;
  overflow: hidden;
}
.index_2 .bd_2 .left_2 ul li .img-box img {
  height: 196px;
}
.index_2 .bd_2 .left_2 ul li .img-box .make {
  background-image: -moz-linear-gradient(90deg, rgba(128, 189, 31, 0.85098) 5%, rgba(128, 189, 31, 0.19) 100%, #80bd1f 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(128, 189, 31, 0.85098) 5%, rgba(128, 189, 31, 0.19) 100%, #80bd1f 100%);
  background-image: -ms-linear-gradient(90deg, rgba(128, 189, 31, 0.85098) 5%, rgba(128, 189, 31, 0.19) 100%, #80bd1f 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -196px;
}
.index_2 .bd_2 .left_2 ul li .text {
  margin-top: 24px;
}
.index_2 .bd_2 .left_2 ul li .text h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
}
.index_2 .bd_2 .left_2 ul li .text img {
  margin: 15px 0;
}
.index_2 .bd_2 .left_2 ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ababab;
  text-transform: uppercase;
}
.index_2 .bd_2 .left_2 ul li:first-child {
  margin-right: 40px;
}
.index_2 .bd_2 .left_2 ul li:hover .img-box .make {
  top: 0px;
}
.index_2 .bd_2 .right_2 {
  float: right;
  width: 527px;
  position: relative;
}
.index_2 .bd_2 .right_2 .bd ul li {
  width: 100%;
  height: 402px;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box .make {
  position: absolute;
  background-color: #80bd1f;
  width: 100%;
  height: 56px;
  line-height: 56px;
  bottom: 0px;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box .make img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  margin-right: 22px;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box .make h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index_2 .bd_2 .right_2 .bd ul li .img-box .make span {
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 18px;
}
.index_2 .bd_2 .right_2 .hd {
  position: absolute;
  right: 0px;
  bottom: 72px;
  right: 20px;
}
.index_2 .bd_2 .right_2 .hd ul li {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  text-indent: -999px;
  margin: 0 3px;
  overflow: hidden;
}
.index_2 .bd_2 .right_2 .hd ul .on {
  background-color: #80bd1f;
}
.index_3 {
  padding-bottom: 70px;
}
.index_3 .title {
  background: url(../img/bj.png) center no-repeat;
  min-width: 1200px;
  height: 72px;
}
.index_3 .title .cont {
  position: relative;
}
.index_3 .title .cont h4 {
  position: absolute;
  left: 198px;
}
.index_3 .title .cont h4 i {
  font-size: 28px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}
.index_3 .title .cont h4 img {
  margin-left: 5px;
  margin-top: -3px;
}
.index_3 .title .cont p {
  position: absolute;
  left: 268px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #dadada;
  text-transform: uppercase;
  bottom: -63px;
}
.index_3 .title .cont .more {
  position: absolute;
  width: 81px;
  right: 0px;
  top: 39px;
}
.index_3 .title .cont .more a {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  border-radius: 11px;
  background-color: #80bd1f;
  width: 80px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
}
.index_3 .title .cont .more::after {
  content: "";
  position: absolute;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  border-radius: 11px;
  width: 78px;
  height: 20px;
  left: -6px;
  top: 5px;
  z-index: -1;
}
.index_3 .bd_3 {
  margin-top: 80px;
}
.index_3 .bd_3 .top_3 {
  position: relative;
}
.index_3 .bd_3 .top_3 .hd .prev {
  background-color: #f2f2f2;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #b8b8b8;
  top: 93px;
  z-index: 95;
}
.index_3 .bd_3 .top_3 .hd .prev:hover {
  background: #80bd1f;
  color: #ffffff;
}
.index_3 .bd_3 .top_3 .hd .next {
  background-color: #f2f2f2;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #b8b8b8;
  top: 93px;
  left: 43px;
  z-index: 95;
}
.index_3 .bd_3 .top_3 .hd .next:hover {
  background: #80bd1f;
  color: #ffffff;
}
.index_3 .bd_3 .top_3 .bd ul li .img-box {
  width: 400px;
  height: 230px;
  float: left;
  padding-left: 60px;
}
.index_3 .bd_3 .top_3 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_3 .bd_3 .top_3 .bd ul li .text {
  width: 798px;
  float: right;
  padding-left: 67px;
  margin-top: 15px;
}
.index_3 .bd_3 .top_3 .bd ul li .text h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 1.2;
}
.index_3 .bd_3 .top_3 .bd ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #888888;
  line-height: 2.143;
  margin-top: 20px;
}
.index_3 .bd_3 .top_3 .bd ul li .text a {
  background-color: #80bd1f;
  width: 88px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  float: right;
}
.index_3 .bd_3 .top_3 .bd ul li .text a::after {
  content: "";
  position: absolute;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: dashed;
  width: 644px;
  height: 0;
  right: 89px;
  top: 9px;
}
.index_3 .bd_3 .bottom_3 {
  margin-top: 80px;
}
.index_3 .bd_3 .bottom_3 ul li {
  padding: 0 45px;
  display: inline-block;
  vertical-align: top;
  width: 419px;
  border-left: 1px dashed #e5e5e5;
}
.index_3 .bd_3 .bottom_3 ul li .line {
  margin-bottom: 15px;
  background-color: #80bd1f;
  width: 18px;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_3 .bd_3 .bottom_3 ul li h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 1.2;
}
.index_3 .bd_3 .bottom_3 ul li p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #888888;
  line-height: 2.143;
  text-indent: 28px;
}
.index_3 .bd_3 .bottom_3 ul li span {
  background-color: #f0f0f0;
  width: 88px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #b7b7b7;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.index_3 .bd_3 .bottom_3 ul li:last-child {
  width: 386px;
  padding-right: 0px;
}
.index_3 .bd_3 .bottom_3 ul li:first-child {
  width: 386px;
  padding-left: 0px;
  border-left: 0px dashed #e5e5e5;
}
.index_3 .bd_3 .bottom_3 ul li:hover .line {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_3 .bd_3 .bottom_3 ul li:hover h4 {
  color: #80bd1f;
  font-weight: bold;
}
.index_3 .bd_3 .bottom_3 ul li:hover span {
  background: #80bd1f;
  color: #ffffff;
}
.foot {
  border-top: 8px solid #80bd1f;
  background: #383838;
  height: 220px;
}
.foot .f1 {
  float: left;
  padding-top: 75px;
  width: 358px;
  height: 100%;
}
.foot .f1 ul li {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ababab;
  display: inline-block;
  margin-right: 37px;
  margin-bottom: 16px;
}
.foot .f1 ul li a {
  color: #ababab;
}
.foot .f1 ul li:hover a {
  color: #80bd1f;
}
.foot .f2 {
  float: left;
  padding: 49px 0 0 73px;
  border-right: 1px solid #525252;
  border-left: 1px solid #525252;
  width: 472px;
  height: 212px;
}
.foot .f2 .er {
  display: inline-block;
  vertical-align: middle;
  width: 111px;
  height: 111px;
  padding: 4px;
  background: #ffffff;
  margin-right: 55px;
}
.foot .f2 .er img {
  width: 100%;
  height: 100%;
}
.foot .f2 .f_text {
  display: inline-block;
  vertical-align: middle;
}
.foot .f2 .f_text p img {
  display: inline-block;
  vertical-align: middle;
}
.foot .f2 .f_text p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ababab;
  line-height: 2.308;
}
.foot .f2 .f_text h4 {
  font-size: 26px;
  font-family: "KaiTi";
  color: #ffffff;
  line-height: 1.154;
  font-weight: bold;
}
.foot .f2 .f_text h5 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ababab;
  line-height: 1.875;
}
.foot .f3 {
    float: right;
    padding-top: 80px;
    width: 369px;
    padding-left: 60px;
}
.foot .f3 p {
  margin-bottom: 17px;
}
.foot .f3 p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.foot .f3 p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ababab;
      width: 276px;
}
.foot_1 {
  background: #2d2d2d;
  font-size: 46px;
  line-height: 46px;
  text-align: center;
}
.foot_1 p {
  color: #747474;
  font-size: 14px;
}
.foot_1 p a {
  color: #747474;
}
.neiye .ny_tit h4{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}