html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.nav{background:#eee;}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.banner a img {
  width: 100%;
}

.page_top .content {
  height: 46px;
  border-bottom: 1px solid #dedede;
}
.page_top .content .welcome {
  float: left;
}
.page_top .content .welcome a {
  font-size: 14px;
  line-height: 45px;
  color: #333;
}
.page_top .content .welcome a:hover {
  color: #46ba3d;
}
.page_top .content ul {
  float: right;
}
.page_top .content ul li {
  float: left;
  padding: 0 20px;
  display: block;
  height: 45px;
  line-height: 43px;
  position: relative;
}
.page_top .content ul li:hover .qrcode {
  display: block;
}
.page_top .content ul li:last-child {
  padding-right: 0;
}
.page_top .content ul li:first-child::after {
  display: none;
}
.page_top .content ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #dedede;
}
.page_top .content ul li .qrcode {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.page_top .content ul li .qrcode img {
  max-width: 100px;
}
.page_top .content ul li a {
  font-size: 14px;
  color: #333;
}
.page_top .content ul li a:hover {
  color: #46ba3d;
}
.header .content {

  padding: 23px 0;
  overflow: hidden;
}
.header .content .logo {
  float: left;
}
.header .content .logo a {
  display: block;
  float: left;
}
.header .content .logo .word {
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dedede;
  margin-top: 15px;
}
.header .content .logo .word h5 {
  font-size: 20px;
  line-height: 1;
  color: #449932;
  margin-bottom: 5px;font-weight: bold;
}
.header .content .logo .word h6 {
  font-size: 18px;
  line-height: 1;
  color: #666;
  
}
.header .content .tel {
  float: right;
}
.header .content .tel .num {
  background: url(../images/phone.png) no-repeat left center;
  margin-top: 10px;
  float: left;
  text-align: center;
  margin-left: 60px; padding-left:45px
}
.header .content .tel .num h5 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.header .content .tel .num h6 {
  font-size: 20px;
  line-height:20px;
  color: #449932;
  font-weight: bold;
}

.nav .content ul li {
  text-align: center;
  padding:14px 0 8px 0;
  position: relative;
}
.nav .content ul li:first-child::after {
  display: none;
}
.nav .content ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #dedede;
}
.nav .content ul li:hover a span,
.nav .content ul li.active a span {
  color: #449932;
  font-weight: bold;
}
.nav .content ul li a {
  display: inline-block;
  text-align: center;
}
.nav .content ul li a span {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  display: block;
}
.nav .content ul li a i {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: solid 2px #dedede;
  opacity: 1;
  background: none;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #449932;
  border: solid 2px #449932;
}
.index_banner .slide .swiper-container .swiper-button-prev,
.index_banner .slide .swiper-container .swiper-button-next {
  width: 60px;
  height: 90px;
  background: #449932;
  text-align: center;
  line-height: 90px;
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-button-prev i,
.index_banner .slide .swiper-container .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {

}
.index_banner .slide .swiper-container .swiper-button-prev {
  left: 90px;
}
.index_banner .slide .swiper-container .swiper-button-next {
  right: 90px;
}
.index .title {
  text-align: center;
  padding: 50px 0 40px;
}
.index .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  position: relative;
}
.index .title h5 span {
  font-size: 65px;
  line-height: 24px;
  color: #ffffff;
}
.index .title h5::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.index .title .line {
  width: 20px;
  height: 3px;
  background-color: #449932;
  margin: 13px auto 11px;
  position: relative;
  z-index: 5;
}
.index .title h6 {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.index .item1 .content { padding-bottom:40px
}
.index .item1 .content .list {
  margin-top: 10px;
}
.index .item1 .content .list ul li:first-child a .pic,
.index .item1 .content .list ul li:first-child a .word {
  border-left: 0 solid #000;
}
.index .item1 .content .list ul li:last-child a .arrow::after {
  display: none;
}
.index .item1 .content .list ul li a:hover .word h5 {
  color: #449932;
}
.index .item1 .content .list ul li a:hover .arrow {
  background-image: linear-gradient(45deg, #98e05f 0%, #0de3ac 100%), linear-gradient(#44b83d, #44b83d);
  background-blend-mode: normal, 
                                    normal;
}
.index .item1 .content .list ul li a:hover .arrow i {
  color: #fff;
}
.index .item1 .content .list ul li a .pic {
  text-align: center;
  /* height: 130px; */
  /* line-height: 130px; */
  /* border-left: 1px solid #dedede; */
}
.index .item1 .content .list ul li a .word {
  text-align: center;
  padding:10px 0 30px 0;
  /* border-left: 1px solid #dedede; */
}
.index .item1 .content .list ul li a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.index .item1 .content .list ul li a .word h6 {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
.index .item1 .content .list ul li a .arrow {
  margin: 30px auto 0;
  width: 52px;
  height: 52px;
  border: solid 1px #dedede;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  position: relative;
}
.index .item1 .content .list ul li a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52px;
  width: 248px;
  height: 1px;
  background: #dedede;
}
.index .item1 .content .list ul li a .arrow i {
  color: #333;
}
.index .item2 {
  background: url(../images/index_item2_bg.jpg) no-repeat center;
}
.index .item2 .content {
  height: 800px;
}
.index .item2 .content .title h5,
.index .item2 .content .title h6 {
  color: #fff;
}
.index .item2 .content .title .line {
  background: #fff;
}
.index .item2 .content .list {
  margin-top: 50px;
  position: relative;
}
.index .item2 .content .list ul li {
  margin-bottom: 135px;
}
.index .item2 .content .list ul li:nth-child(2n) a {
  float: right;
}
.index .item2 .content .list ul li:hover a .pic,
.index .item2 .content .list ul li.active a .pic {
  background: #fff;
}

.index .item2 .content .list ul li:hover a .pic .img,
.index .item2 .content .list ul li.active a .pic .img {
  display: none;
}
.index .item2 .content .list ul li:hover a .pic .img_c,
.index .item2 .content .list ul li.active a .pic .img_c {
  display: inline-block;
}
.index .item2 .content .list ul li a {
  width: 300px;
  display: block;
  float: left;
}
.index .item2 .content .list ul li a .pic {
  width: 73px;
  height: 73px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
}
.index .item2 .content .list ul li a .pic img{
  width: 35px;
}
.index .item2 .content .list ul li a .pic .img_c {
  display: none;
}
.index .item2 .content .list ul li a .word {
  text-align: center;
}
.index .item2 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 6px;
}
.index .item2 .content .list ul li a .word p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.index .item2 .content .list .pic_list {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.index .item2 .content .list .pic_list .pic_li {
  display: none;
  position: relative;
}
.index .item2 .content .list .pic_list .pic_li:first-child {
  display: block;
}
.index .item2 .content .list .pic_list .pic_li .pic img{
  border-radius: 50%;
}

.index .item2 .content .list .pic_list .pic_li .cover .pic img{
  border-radius: 0;
}

.index .item2 .content .list .pic_list .pic_li .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 244px;
  height: 244px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  padding-top: 70px;
}
.index .item2 .content .list .pic_list .pic_li .cover .pic {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.index .item2 .content .list .pic_list .pic_li .cover h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.index .item2 .content .list .pic_list .pic_li .cover h6 {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
.index .item3 {
  background: url(../images/index_item3_bg.png) no-repeat center;
  /* height: 1120px; */
  padding-bottom: 100px;
  background-size: 100% 100%;
}
.index .item3 .item_nav {
  margin-bottom: 50px;
}
.index .item3 .item_nav ul {
  text-align: center;
}
.index .item3 .item_nav ul li {
  display: inline-block;
  margin: 0 46px;
  position: relative;
}
.index .item3 .item_nav ul li:hover::after,
.index .item3 .item_nav ul li.active::after {
  display: block;
}
.index .item3 .item_nav ul li:hover a,
.index .item3 .item_nav ul li.active a {
  color: #333;
}
.index .item3 .item_nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background-color: #449932;
  bottom: -15px;
  display: none;
}
.index .item3 .item_nav ul li a {
  font-size: 18px;
  color: #999999;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .pic .cover {
  display: block;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background-image: linear-gradient(90deg, #98e05f 0%, #0de3ac 100%);
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word h5 {
  color: #fff;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word span {
  background: #333;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word span i {
  color: #fff;
}
.index .item3 .slide .slide_list{
  display: none;
}
.index .item3 .slide .slide_list:first-child{
  display: block;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic {
  position: relative;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  display: none;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word {
  padding: 0 14px;
  background: #fff;
  height: 60px;
  line-height: 60px;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  float: left;
  font-size: 16px;
  color: #333333;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; text-align:right
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word span {
  width: 32px;
  height: 32px;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: block;
  float: right;
  text-align: center;
  line-height: 32px;
  margin-top: 14px;
}
.index .item3 .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word span i {
  color: #333;
}
.index .item3 .slide .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.index .item3 .slide .arrow .swiper-button-prev,
.index .item3 .slide .arrow .swiper-button-next {
  position: static;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(45deg, #98e05f 0%, #0de3ac 100%), linear-gradient(#449932, #449932);
  background-blend-mode: normal, 
                    normal;
  background-size: 100% 100%;
  text-align: center;
  line-height: 60px;
  margin-top: 0;
  opacity: 1;
  outline: none;
}
.index .item3 .slide .arrow .swiper-button-prev i,
.index .item3 .slide .arrow .swiper-button-next i {
  color: #fff;
}
.index .item3 .slide .arrow .swiper-button-next.swiper-button-disabled,
.index .item3 .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.index .item3 .slide .arrow .swiper-button-next.swiper-button-disabled i,
.index .item3 .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item3 .slide .arrow a {
  width: 180px;
  height: 60px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
}
.index .item3 .slide .arrow a:hover {
  background-image: linear-gradient(45deg, #98e05f 0%, #0de3ac 100%), linear-gradient(#449932, #449932);
  background-blend-mode: normal, 
                        normal;
  color: #fff;
}
.index .item4 .title h5::after {
  display: none;
}
.index .item4 .center {
  background: url(../images/index_item4_bg.jpg) no-repeat center;
}
.index .item4 .center .content {
  height: 640px;
  overflow: hidden;
}
.index .item4 .center .content .word {
  margin-top: 93px;
  width: 600px;
  height: 455px;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px ;
}
.index .item4 .center .content .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 20px 0 30px;
}
.index .item4 .center .content .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.index .item4 .center .content .word .more {
  margin-top: 40px;
}
.index .item4 .center .content .word .more a {
  width: 170px;
  height: 50px;
  border: solid 1px #dedede;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
}
.index .item4 .center .content .word .more a:hover {
  background-image: linear-gradient(45deg, #98e05f 0%, #0de3ac 100%), linear-gradient(#449932, #449932);
  background-blend-mode: normal, 
                                normal;
  color: #fff;
}
.index .item5 {
  background: #f1f1f1;
}
.index .item5 .content {
  padding-bottom: 66px;
}
.index .item5 .content .list ul {
  margin: 0 -12.5px; overflow:auto
}
.index .item5 .content .list ul li {
  padding: 0 12.5px;
  margin-bottom: 25px; width:12.5%; float:left;
}
.index .item5 .content .list ul li a {
  display: block;
  transition: all 0.5s linear;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #fff;
}
.index .item5 .content .list ul li a:hover {
  box-shadow: 0px 40px 65px 0px rgba(23, 34, 55, 0.08);
}
.index .item5 .content .list ul li a img {
  max-width: 100%;
}
.index .item5 .content .more a {
  display: block;
  width: 185px;
  height: 50px;
  border: solid 2px #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  background: #fff;
  margin: 10px auto 0;
}
.index .item6 {
  background: url(../images/index_item6_bg.png) no-repeat center;
}
.index .item6 .content {
  height: 552px;
}
.index .item6 .content .list {
  margin-top: 58px;
}
.index .item6 .content .list ul li:last-child a .pic::after {
  display: none;
}
.index .item6 .content .list ul li a .pic {
  position: relative;
  width: 200px;
  height: 200px;
  background: url(../images/index_item6_smallbg.png) no-repeat center;
  text-align: center;
  padding-top: 48px;
}
.index .item6 .content .list ul li a .pic::after {
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  content: "";
  width: 46px;
  height: 46px;
  background: url(../images/index_item6_black.png) no-repeat center;
  z-index: 5;
}
.index .item6 .content .list ul li a .pic h5 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.index .item6 .content .list ul li a .pic .icon {
  height: 40px;
  margin: 15px 0 20px;
}
.index .item6 .content .list ul li a .pic h6 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}
.index .item6 .content .list ul li a .word {
  margin-top: 20px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.index .item7 {
  background: url(../images/index_item7_bg.jpg) no-repeat center;
}
.index .item7 .content {
  height: 430px;
  padding-top: 70px;
}
.index .item7 .content .left {
  float: left;
  width: 600px;
}
.index .item7 .content .left h5 {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin: 30px 0 20px;
}
.index .item7 .content .left h6 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.index .item7 .content .left .tel {
  margin-top: 54px;
}
.index .item7 .content .left .tel .pic {
  width: 77px;
  height: 77px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  float: left;
}
.index .item7 .content .left .tel .word {
  margin-left: 24px;
  float: left;
}
.index .item7 .content .left .tel .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 9px 0;
}
.index .item7 .content .left .tel .word h6 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.index .item7 .content .form {
  float: right;
  width: 470px;
}
.index .item7 .content .form form div input {
  width: 230px;
  height: 45px;
  background: #fff;
  display: block;
  border-radius: 3px;
  padding-left: 10px;
  float: left;
  font-size: 14px;
  color: #333;
}
.index .item7 .content .form form div input:last-child {
  float: right;
}
.index .item7 .content .form form textarea {
  width: 470px;
  height: 182px;
  outline: none;
  resize: none;
  border: none;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.index .item7 .content .form form .sub {
  margin-top: 10px;
  width: 470px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #333;
  font-size: 14px;
  color: #ffffff;
  border: none;
}



.index .item8 .content {
  padding-bottom: 70px;
}
.index .item8 .content .center {
  margin-top: 20px;
  overflow: hidden;
}
.index .item8 .content .center .news_tit {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.index .item8 .content .center .news_tit .item_nav {
  float: left;
}
.index .item8 .content .center .news_tit .item_nav ul {
  overflow: hidden;
}
.index .item8 .content .center .news_tit .item_nav ul li {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.index .item8 .content .center .news_tit .item_nav ul li:hover a,
/*.index .item8 .content .center .news_tit .item_nav ul li.active a {
  color: #449932;
  font-weight: bold;
  border-bottom: 2px solid #449932;
}*/
.index .item8 .content .center .news_tit .item_nav ul li a:hover {
  color: #449932;
  font-weight: bold;
  border-bottom: 2px solid #449932;
}
.index .item8 .content .center .news_tit .item_nav ul li a {
  display: block;
  height: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #333333;
}
.index .item8 .content .center .news_tit .more {
  float: right;
}
.index .item8 .content .center .news_tit .more a {
  font-size: 14px;
  color: #333333;
  line-height: 45px;
}
.index .item8 .content .center .news_tit .more a:hover {
  color: #449932;
}
.index .item8 .content .center .left {
  float: left;
  width: 560px;
}
.index .item8 .content .center .left .list .item_list {
  display: none;
  overflow: hidden;
}
.index .item8 .content .center .left .list .item_list:first-child {
  display: block;
}
.index .item8 .content .center .left .list .item_list .big {
  margin-top: 30px;
}
.index .item8 .content .center .left .list .item_list .big a {
  overflow: hidden;
  display: block;
}
.index .item8 .content .center .left .list .item_list .big a:hover .pic img {
  transform: scale(1.1);
}
.index .item8 .content .center .left .list .item_list .big a:hover .word h5 {
  color: #449932;
}
.index .item8 .content .center .left .list .item_list .big a:hover .word span {
  color: #449932;
}
.index .item8 .content .center .left .list .item_list .big a .pic {
  width: 250px;
  height: 170px;
  float: left;
  background: #fff;
  text-align: center;
  line-height: 170px;
  overflow: hidden;
}
.index .item8 .content .center .left .list .item_list .big a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item8 .content .center .left .list .item_list .big a .word {
  float: right;
  width: 295px;
}
.index .item8 .content .center .left .list .item_list .big a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  max-height: 30px;
  margin: 10px 0 ;
}
.index .item8 .content .center .left .list .item_list .big a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.index .item8 .content .center .left .list .item_list .big a .word span {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  display: block;
}
.index .item8 .content .center .left .list .item_list ul {
  margin: 10px -17.5px 0;
}
.index .item8 .content .center .left .list .item_list ul li {
  padding: 0 17.5px;
}
.index .item8 .content .center .left .list .item_list ul li:last-child a {
  border-bottom: 0 solid #000;
}
.index .item8 .content .center .left .list .item_list ul li a {
  line-height: 48px;
  border-bottom: 1px solid #dedede;
  display: block;
  overflow: hidden;
}
.index .item8 .content .center .left .list .item_list ul li a:hover span {
  color: #449932;
}
.index .item8 .content .center .left .list .item_list ul li a:hover span b {
  background: #449932;
  border-color: #449932;
}
.index .item8 .content .center .left .list .item_list ul li a span {
  float: left;
  font-size: 16px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.index .item8 .content .center .left .list .item_list ul li a span b {
  width: 7px;
  height: 7px;
  border: solid 1px #333333;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.index .item8 .content .center .left .list .item_list ul li a i {
  float: right;
  font-size: 16px;
  color: #999;
}
.index .item8 .content .center .right {
  width: 560px;
  float: right;
}
.index .item8 .content .center .right .list ul li {
  margin-bottom: 0;
}
.index .item8 .content .center .right .list ul li:last-child a {
  border-bottom: 0 solid #000;
  height: auto;
}
.index .item8 .content .center .right .list ul li a {
  overflow: hidden;
  display: block;
  height: auto;
  border-bottom: 1px dashed #dedede;
  padding: 32px 0;
}
.index .item8 .content .center .right .list ul li a h5,
.index .item8 .content .center .right .list ul li a h6 {
  overflow: hidden;
}
.index .item8 .content .center .right .list ul li a h5 b,
.index .item8 .content .center .right .list ul li a h6 b {
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: #449932;
  border-radius: 3px;
  float: left;
}
.index .item8 .content .center .right .list ul li a h5 span,
.index .item8 .content .center .right .list ul li a h6 span {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #449932;
  width: 90%;
  margin-left: 10px;
}
.index .item8 .content .center .right .list ul li a h5 {
  margin-bottom: 5px;
}
.index .item8 .content .center .right .list ul li a h5 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item8 .content .center .right .list ul li a h6 b {
  background: #fff;
  color: #333;
}
.index .item8 .content .center .right .list ul li a h6 span {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.footer {
  background: #333;
}
.footer .content {
  overflow: hidden;
  padding-bottom: 100px;
}
.footer .content .link {
  margin-bottom: 60px;
  padding: 40px 0 30px;
  border-bottom: 1px solid #424242;
  overflow: hidden;
}
.footer .content .link span,
.footer .content .link a {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 5px;
  height: 32px;
}
.footer .content .link span {
  margin-right: 20px;
}
.footer .content .link span i {
  position: relative;
  top: -5px;
}
.footer .content .link span img {
  position: relative;
  top: -7px;
  margin-right: 10px;
}
.footer .content .link a {
  margin: 0 35px 5px 0;
}
.footer .content .link a:hover {
  color: #449932;
}
.footer .content .foot_nav {
  float: left;
}
.footer .content .foot_nav ul li {
  float: left;
  padding-left: 22px;
  margin-right: 188px;
}
.footer .content .foot_nav ul li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
}
.footer .content .foot_nav ul li h5::after {
  position: absolute;
  top: 50%;
  left: -22px;
  content: "";
  transform: translateY(-50%);
  width: 5px;
  height: 21px;
  background-color: #449932;
}
.footer .content .foot_nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.footer .content .foot_nav ul li a:hover {
  color: #449932;
}
.footer .content .contact {
  float: left;
}
.footer .content .contact .num {
  margin-bottom: 20px;
}
.footer .content .contact .num h5 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .content .contact .num h5 img {
  margin-right: 5px;
}
.footer .content .contact .num h6 {
  font-size: 30px;
  line-height: 30px;
  color: #449932;
  padding-left: 30px;
}
.footer .content .contact .num p {
  font-size: 14px;
  color: #ffffff;
  padding-left: 30px;
}
.footer .content .qrcode {
  float: right;
}
.footer .content .qrcode .pic {
  background: #fff;
  padding: 5px;
}
.footer .content .qrcode .pic img {
  width: 135px;
}
.footer .content .qrcode .word {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333333;
  background: #fff;
  text-align: center;
}
.beian {
  background: #404040;
}
.beian .content {
  height: 100px;
  line-height: 100px;
}
.beian .content a {
  display: block;
  float: left;
  font-size: 14px;
  color: #ffffff;
}
.beian .content a:last-child {
  float: right;
}
.beian .content a:hover {
  color: #449932;
}


.side_nav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.side_nav ul li {
  position: relative;
  margin-bottom: 1px;
}
.side_nav ul li:hover .tel {
  display: block;
}
.side_nav ul li:hover .qrcode {
  display: block;
}
.side_nav ul li a {
  display: block;
  width: 75px;
  height: 75px;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  overflow: hidden;
}
.side_nav ul li a img {
  display: block;
  margin: 15px auto 5px;
}
.side_nav ul li a span {
  font-size: 14px;
  color: #333333;
}
.side_nav ul li .tel {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  width: 200px;
  height: 85px;
  background: #fff;
  text-align: center;
  padding-top: 15px;
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
}
.side_nav ul li .tel h5 {
  font-size: 18px;
  font-weight: bold;
  color: #0177ff;
}
.side_nav ul li .tel h6 {
  font-size: 16px;
}
.side_nav ul li .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
  padding: 10px;
}
.side_nav ul li .qrcode img {
  max-width: 100px;
}
