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: 1400px;
  max-width: 1920px;
  margin: 0 auto;
}
.index_content {
  max-width: 1400px !important;
  margin: 0 auto;
}
.header {
  position: relative;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 88px;
}
.header .content .logo a {
  display: block;
}
.header .content .nav {
  margin-left: 310px;
}
.header .content .nav ul li {
  float: left;
}
.header .content .nav ul li:hover a,
.header .content .nav ul li.active a {
  background-color: #47953b;
  color: #fff;
}
.header .content .nav ul li a {
  display: block;
  width: 156px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 16px;
  color: #333333;
}
.header .content .buy a:hover span {
  color: #47953b;
}
.header .content .buy a span {
  font-size: 16px;
  color: #888888;
  margin-left: 11px;
}
.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.index_banner .slide .swiper-container .swiper-button-prev,
.index_banner .slide .swiper-container .swiper-button-next {
  width: 32px;
  height: 62px;
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-button-prev {
  background: url(../images/banner_left_c.png);
  left: 114px;
}
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: url(../images/banner_left.png);
}
.index_banner .slide .swiper-container .swiper-button-next {
  background: url(../images/banner_right_c.png);
  right: 114px;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled {
  background: url(../images/banner_right.png);
}
.index_banner .slide .swiper-container .swiper-pagination {
  bottom: 40px;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin: 0 30px;
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #47953b;
}
.index_page .item1 .content {
  height: 897px;
  padding: 120px 0 0;
  overflow: hidden;
}
.index_page .item1 .content .word {
  float: left;
  width: 750px;
}
.index_page .item1 .content .word .title {
  display: flex;
  margin-bottom: 75px;
}
.index_page .item1 .content .word .title .tit {
  margin-right: 40px;
}
.index_page .item1 .content .word .title .tit h5 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item1 .content .word .title .tit h6 {
  font-size: 14px;
  color: #888888;
  line-height: 1;
}
.index_page .item1 .content .word .desc {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}
.index_page .item1 .content .word .line {
  height: 6px;
  background-color: #47953b;
  margin: 44px 0;
}
.index_page .item1 .content .word .text {
  font-size: 14px;
  line-height: 28px;
  color: #585858;
}
.index_page .item1 .content .word .more {
  margin-top: 100px;
}
.index_page .item1 .content .word .more a {
  display: block;
  width: 190px;
  height: 56px;
  background-color: #47953b;
  text-align: center;
  line-height: 56px;
}
.index_page .item1 .content .word .more a span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 8px;
}
.index_page .item1 .content .pic {
  float: right;
}
.index_page .item1 .content .pic .list {
  margin-top: 60px;
}
.index_page .item1 .content .pic .list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index_page .item1 .content .pic .list ul li {
  text-align: center;
}
.index_page .item1 .content .pic .list ul li h5 {
  font-size: 60px;
  color: #47953b;
  line-height: 1;
  margin-bottom: 15px;
}
.index_page .item1 .content .pic .list ul li h5 i {
  position: relative;
  top: -25px;
  font-size: 18px;
  color: #585858;
}
.index_page .item1 .content .pic .list ul li p {
  font-size: 18px;
  color: #585858;
}
.index_page .item2 {
  background-color: #f8f8f8;
  height: 887px;
  overflow: hidden;
}
.index_page .item2 .content {
  position: relative;
}
.index_page .item2 .content .title {
  position: absolute;
  top: 100px;
  right: 0;
}
.index_page .item2 .content .title .more {
  float: left;
}
.index_page .item2 .content .title .more a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #47953b;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
}
.index_page .item2 .content .title .tit {
  float: right;
  text-align: right;
  margin-left: 20px;
}
.index_page .item2 .content .title .tit h5 {
  font-size: 40px;
  color: #222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item2 .content .title .tit h6 {
  font-size: 14px;
  color: #888;
  line-height: 1;
}
.index_page .item2 .slide {
  margin-top: 100px;
  padding-left: 260px;
}
.index_page .item2 .slide .swiper-container {
  width: 100%;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper {
  width: 100%;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide .center {
  padding-top: 207px;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide .center .pic img {
  width: 345px;
  height: 460px;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide .center .word {
  display: none;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center {
  width: 1000px;
  padding-top: 0;
  height: 667px;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .pic {
  float: left;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .pic img {
  width: 500px;
  height: 667px;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .word {
  display: block;
  width: 500px;
  height: 667px;
  background-color: #47953b;
  float: left;
  padding: 100px 60px 0;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .word h5 {
  font-size: 36px;
  color: #ffffff;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .word h6 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 50px;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .word p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.index_page .item2 .slide .swiper-container .swiper-wrapper .swiper-slide-active .center .word a {
  display: block;
  margin-top: 60px;
}
.index_page .item2 .slide .swiper-container .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.index_page .item2 .slide .swiper-container .arrow .swiper-button-prev,
.index_page .item2 .slide .swiper-container .arrow .swiper-button-next {
  width: 120px;
  height: 66px;
  background: #333333;
  opacity: 1;
  position: static;
  margin: 0;
  display: block;
  float: left;
  text-align: center;
  line-height: 66px;
}
.index_page .item2 .slide .swiper-container .arrow .swiper-button-prev i,
.index_page .item2 .slide .swiper-container .arrow .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.index_page .item3 {
  background: url(../images/index_item3_bg.jpg) no-repeat center;
}
.index_page .item3 .content {
  height: 800px;
  padding-top: 60px;
}
.index_page .item3 .content .title {
  overflow: hidden;
}
.index_page .item3 .content .title .more {
  float: right;
}
.index_page .item3 .content .title .more a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #47953b;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
}
.index_page .item3 .content .title .tit {
  float: left;
  margin-top: 40px;
}
.index_page .item3 .content .title .tit h5 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item3 .content .title .tit h6 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word {
  width: 560px;
  float: left;
  padding-top: 100px;
  height: 480px;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word .line {
  width: 200px;
  height: 4px;
  background-color: #edeef2;
  margin: 60px 0;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 191px;
  height: 56px;
  border: solid 1px #ffffff;
  display: block;
  text-align: center;
  line-height: 56px;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word a span {
  font-size: 14px;
  color: #ffffff;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .pic {
  float: right;
}
.index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .pic img {
  max-width: 760px;
  max-height: 480px;
  background-color: #edeef2;
}
.index_page .item3 .content .slide .arrow {
  margin-top: 60px;
  float: right;
  width: 568px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .item3 .content .slide .arrow .page h5 {
  font-size: 28px;
  color: #333333;
}
.index_page .item3 .content .slide .arrow .page .swiper-pagination {
  width: 400px;
  height: 2px;
}
.index_page .item3 .content .slide .arrow .page .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #47953b;
}
.index_page .item3 .content .slide .arrow .up_next .swiper-button-prev,
.index_page .item3 .content .slide .arrow .up_next .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #47953b;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: static;
  margin: 0;
  display: inline-block;
  opacity: 1;
}
.index_page .item3 .content .slide .arrow .up_next .swiper-button-prev i,
.index_page .item3 .content .slide .arrow .up_next .swiper-button-next i {
  color: #fff;
}
.index_page .item3 .content .slide .arrow .up_next .swiper-button-prev {
  margin-right: 20px;
}
.index_page .item3 .content .slide .arrow .up_next .swiper-button-next.swiper-button-disabled,
.index_page .item3 .content .slide .arrow .up_next .swiper-button-prev.swiper-button-disabled {
  background-color: #ffffff;
  border: solid 1px #999999;
}
.index_page .item3 .content .slide .arrow .up_next .swiper-button-next.swiper-button-disabled i,
.index_page .item3 .content .slide .arrow .up_next .swiper-button-prev.swiper-button-disabled i {
  color: #999;
}
.index_page .item4 {
  background: url(../images/index_item4_bg.jpg) no-repeat center;
}
.index_page .item4 .content {
  height: 828px;
  padding-top: 100px;
}
.index_page .item4 .content .title {
  overflow: hidden;
  margin-bottom: 100px;
}
.index_page .item4 .content .title .tit {
  float: left;
}
.index_page .item4 .content .title .tit h5 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item4 .content .title .tit h6 {
  font-size: 14px;
  color: #888888;
  line-height: 1;
}
.index_page .item4 .content .title .more {
  float: right;
}
.index_page .item4 .content .title .more a {
  width: 140px;
  height: 40px;
  background-color: #47953b;
  border-radius: 20px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.index_page .item4 .content .slide {
  padding-right: 240px;
}
.index_page .item4 .content .slide .swiper-container {
  padding-bottom: 100px;
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper {
  padding-bottom: 20px;
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  width: 220px;
  height: 40px;
  background-color: #47953b;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 362px;
}
.index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 362px;
  transition: all 0.5s linear;
}
.index_page .item4 .content .slide .swiper-container .swiper-pagination {
  bottom: 00px;
}
.index_page .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #999;
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}
.index_page .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #666;
}
.index_page .item5 .content {
  height: 1038px;
  padding-top: 120px;
}
.index_page .item5 .content .title {
  margin-bottom: 60px;
  overflow: hidden;
}
.index_page .item5 .content .title .tit {
  float: left;
  margin-right: 40px;
}
.index_page .item5 .content .title .tit h5 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item5 .content .title .tit h6 {
  font-size: 14px;
  color: #888888;
  line-height: 1;
}
.index_page .item5 .content .title .more {
  float: right;
}
.index_page .item5 .content .title .more a {
  position: relative;
  font-size: 14px;
  color: #333333;
}
.index_page .item5 .content .title .more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #333333;
}
.index_page .item5 .content .title .more a:hover {
  color: #47953b;
}
.index_page .item5 .content .title .more a:hover::after {
  background-color: #47953b;
}
.index_page .item5 .content .list {
  overflow: hidden;
}
.index_page .item5 .content .list ul {
  margin: 0 -20px;
}
.index_page .item5 .content .list ul li {
  padding: 0 20px;
  margin-bottom: 40px;
}
.index_page .item5 .content .list ul li a {
  display: block;
  border: solid 1px #e5e5e5;
  position: relative;
}
.index_page .item5 .content .list ul li a:hover .pic img {
  display: block;
  opacity: 1;
}
.index_page .item5 .content .list ul li a:hover .word {
  background: rgba(0, 0, 0, 0.5);
}
.index_page .item5 .content .list ul li a:hover .word .data {
  color: #fff;
}
.index_page .item5 .content .list ul li a:hover .word h5,
.index_page .item5 .content .list ul li a:hover .word p {
  color: #fff;
}
.index_page .item5 .content .list ul li a:hover .word .more {
  background-color: #47953b;
  border-color: #47953b;
}
.index_page .item5 .content .list ul li a:hover .word .more span {
  color: #fff;
}
.index_page .item5 .content .list ul li a:hover .word .more .img {
  display: none;
}
.index_page .item5 .content .list ul li a:hover .word .more .img_c {
  display: inline-block;
}
.index_page .item5 .content .list ul li a .pic {
  height: 330px;
}
.index_page .item5 .content .list ul li a .pic img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s linear;
}
.index_page .item5 .content .list ul li a .word {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 50px 0;
}
.index_page .item5 .content .list ul li a .word .data {
  font-size: 14px;
  color: #222;
}
.index_page .item5 .content .list ul li a .word h5 {
  font-size: 22px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 30px 0 10px;
}
.index_page .item5 .content .list ul li 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_page .item5 .content .list ul li a .word .more {
  position: absolute;
  bottom: 30px;
  width: 190px;
  height: 46px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 46px;
}
.index_page .item5 .content .list ul li a .word .more span {
  font-size: 14px;
  color: #888888;
}
.index_page .item5 .content .list ul li a .word .more img {
  position: relative;
  top: -2px;
}
.index_page .item5 .content .list ul li a .word .more .img_c {
  display: none;
}
.index_page .item6 {
  background: #f8f8f8 url(../images/index_item6_bg.jpg) no-repeat top center;
}
.index_page .item6 .content {
  padding-top: 100px;
  height: 794px;
}
.index_page .item6 .content .title {
  margin-bottom: 60px;
}
.index_page .item6 .content .title .tit {
  margin-right: 40px;
}
.index_page .item6 .content .title .tit h5 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .item6 .content .title .tit h6 {
  font-size: 14px;
  color: #c6c6c6;
  line-height: 1;
}
.index_page .item6 .content .center {
  background: url(../images/index_item6_1.jpg) no-repeat right center;
}
.index_page .item6 .content .center .form {
  width: 800px;
  height: 456px;
  background-color: #ffffff;
  padding: 50px 40px 0;
}
.index_page .item6 .content .center .form form .txt_name {
  background: url(../images/index_item6_icon1.png) no-repeat left top 2px;
}
.index_page .item6 .content .center .form form .txt_tel {
  background: url(../images/index_item6_icon2.png) no-repeat left top 2px;
}
.index_page .item6 .content .center .form form .txt_pro {
  background: url(../images/index_item6_icon3.png) no-repeat left top 2px;
}
.index_page .item6 .content .center .form form .txt_address {
  background: url(../images/index_item6_icon4.png) no-repeat left top 2px;
}
.index_page .item6 .content .center .form form .txt_mes {
  background: url(../images/index_item6_icon5.png) no-repeat left top 1px;
}
.index_page .item6 .content .center .form form .txt_yzm {
  background: url(../images/index_item6_icon6.png) no-repeat left top 5px;
}
.index_page .item6 .content .center .form form .two_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.index_page .item6 .content .center .form form .two_input input {
  width: 345px;
  height: 30px;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #585858;
  padding-bottom: 15px;
}
.index_page .item6 .content .center .form form > input {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #585858;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.index_page .item6 .content .center .form form .yzm_input {
  display: flex;
  justify-content: space-between;
}
.index_page .item6 .content .center .form form .yzm_input .yzm {
  width: 550px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.index_page .item6 .content .center .form form .yzm_input .yzm input {
  display: block;
  width: 100%;
  height: 35px;
  padding-left: 25px;
  font-size: 14px;
  color: #585858;
  padding-bottom: 15px;
}
.index_page .item6 .content .center .form form .yzm_input .yzm .pic img {
  width: 140px;
  height: 34px;
}
.index_page .item6 .content .center .form form .yzm_input .txt_sub {
  width: 140px;
  height: 34px;
  background-color: #47953b;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.friend_link {
  background-color: #484848;
}
.friend_link .content {
  line-height: 33px;
  overflow: hidden;
}
.friend_link .content span {
  font-size: 12px;
  color: #999999;
  display: block;
  width: 60px;
  float: left;
}
.friend_link .content .slide {
  width: 1340px;
  float: left;
}
.friend_link .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  line-height: 32px;
  width: auto;
  position: relative;
}
.friend_link .content .slide .swiper-container .swiper-wrapper .swiper-slide::after {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  width: 1px;
  height: 13px;
  background: #666;
  transform: translateY(-50%);
}
.friend_link .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  font-size: 12px;
  color: #999999;
}
.friend_link .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  color: #47953b;
}
.footer {
  background: url(../images/foot_bg.png) no-repeat center;
}
.footer .content {
  height: 228px;
}
.footer .content .foot_top {
  height: 120px;
  border-bottom: 1px solid #787878;
}
.footer .content .foot_top .logo {
  margin-top: 28px;
  float: left;
}
.footer .content .foot_top .logo a {
  display: block;
}
.footer .content .foot_top .contact {
  float: right;
  margin-top: 60px;
}
.footer .content .foot_top .contact ul li {
  float: left;
  margin-left: 20px;
}
.footer .content .foot_top .contact ul li a {
  position: relative;
  display: block;
}
.footer .content .foot_top .contact ul li a:hover .qrcode {
  display: block;
}
.footer .content .foot_top .contact ul li a .qrcode {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
}
.footer .content .foot_bottom {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .content .foot_bottom .name h5 {
  font-size: 16px;
  color: #ffffff;
}
.footer .content .foot_bottom .name h6 {
  font-size: 13px;
  color: #ffffff;
}
.footer .content .foot_bottom .nav ul li {
  float: left;
  margin: 0 45px;
}
.footer .content .foot_bottom .nav ul li a {
  font-size: 16px;
  color: #ffffff;
}
.footer .content .foot_bottom .nav ul li a:hover {
  color: #47953b;
}
.footer .content .foot_bottom .tel {
  text-align: right;
}
.footer .content .foot_bottom .tel h5 {
  font-size: 14px;
  color: #ffffff;
}
.footer .content .foot_bottom .tel h6 {
  font-size: 28px;
  color: #ffffff;
}
.beian {
  background-color: #333333;
}
.beian .content {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.beian .content a,
.beian .content span {
  font-size: 13px;
  color: #888888;
}
.beian .content a:hover {
  color: #47953b;
}
@media screen and (max-width: 1600px) {
  .index_page .item2 .slide {
    padding-left: 0px;
  }
}
