* {
  padding: 0;
  margin: 0;
}
.header-login {
  position: relative;
  width: 62.5%;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-login > .go_shouye{
  position: absolute;
  right: 0;
  width: 100px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background-color: #009440;
}
.header-login > form {
  width: 342px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #009440;
  border-radius: 5px;
  padding-left: 17px;
  background-color: #ffffff;
  margin-right: 115px;
}
.header-login > form input {
  font-size: 16px;
  height: 100%;
}
.header-login > form button {
  float: right;
  align-items: center;
  width: 50px;
  height: 100%;
  outline: none;
  cursor: pointer;
  background-color: #009440;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}
.header-login .phone {
  display: none;
  align-items: center;
}
.header-login .phone .sousuo {
  width: 35px;
  cursor: pointer;
  margin-right: 40px;
}
.header-login .phone .phone-media {
  position: relative;
  width: 40px;
  height: 26px;
  cursor: pointer;
}
.header-login .phone .phone-media .media-one {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #009440;
}
.header-login .phone .phone-media .media-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.2s;
  background-color: #009440;
}
.header-login .phone .phone-media .media-three {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #009440;
}
.header-login .phone-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  z-index: 999;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
}
.header-login .phone-nav > ul {
  width: 100%;
}
.header-login .phone-nav > ul > li {
  width: 100%;
}
.header-login .phone-nav > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dddddd;
}
.header-login .phone-nav > ul > li > a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-login .phone-nav > ul > li > a div {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.header-login .phone-nav > ul > li > a div img {
  width: 20px;
  transition: all 0.5s;
}
.header-login .phone-nav > ul > li > a .jiantou_on img {
  transform: rotate(90deg);
}
.header-login .phone-nav > ul > li ul {
  display: none;
  width: 100%;
}
.header-login .phone-nav > ul > li ul li {
  width: 100%;
  height: 50px;
}
.header-login .phone-nav > ul > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}
.header-login .phone-nav > ul > li ul li a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-nav {
  width: 100%;
  height: 58px;
  background-color: #009440;
}
.header-nav > div {
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.header-nav > div ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.header-nav > div ul .header_on {
  background-color: #02673c;
}
.header-nav > div ul li {
  position: relative;
  flex: 1;
}
.header-nav > div ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.header-nav > div ul li > a:hover {
  background-color: #02673c;
}
.header-nav > div ul li .header-position {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 178px;
  height: auto;
  z-index: 9;
  background-color: rgba(0, 148, 64, 0.8);
}
.header-nav > div ul li .header-position a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.header-nav > div ul li .header-position a:hover {
  background-color: #02673c;
}
.header-banner {
  width: 100%;
}
.swiper-container.index-swiper-container {
  position: relative;
}
.swiper-container.index-swiper-container .index-slide {
  width: 100%;
}
.swiper-container.index-swiper-container .index-slide img {
  width: 100%;
  max-height: 599px;
  vertical-align: middle;
}
.swiper-container.index-swiper-container .index-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 29px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0);
}
.swiper-container.index-swiper-container .index-pagination span {
  position: relative;
  width: 33px;
  height: 2px;
  opacity: 1;
  border-radius: initial;
  cursor: pointer;
  margin: 0 4px;
  background-color: #ffffff;
}
.swiper-container.index-swiper-container .index-pagination .swiper-pagination-bullet-active {
  width: 64px;
}
.swiper-container.index-swiper-container .index-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.index-company-introduction {
  width: 67.7%;
  display: flex;
  margin: 42px auto 65px;
}
.index-company-introduction .index-company-introduction-left {
  width: 50%;
  overflow: hidden;
}
.index-company-introduction .index-company-introduction-left img {
  width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.index-company-introduction .index-company-introduction-left img:hover {
  transform: scale(1.1);
}
.index-company-introduction .index-company-introduction-right {
  width: 50%;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-bt {
  width: 263px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 56px;
  box-sizing: border-box;
  background-color: #00923f;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-bt p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-bt h1 {
  font-size: 24px;
  color: #ffffff;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-content {
  padding: 0 56px;
  margin-top: 38px;
  box-sizing: border-box;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-content p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-content img {
  display: none;
  margin: 10px auto 0;
  max-width: 100%;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 31px;
  font-size: 16px;
  color: #00923f;
  margin-top: 40px;
  border-radius: 31px;
  border: 1px solid #00923f;
}
.index-company-introduction .index-company-introduction-right .index-company-introduction-content a:hover {
  background-color: #00923f;
  color: #ffffff;
}
.index-honor {
  width: 67.7%;
  margin: 0 auto;
}
.index-honor .index-honor-bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-honor .index-honor-bt .index-honor-bt-let {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  box-sizing: border-box;
}
.index-honor .index-honor-bt .index-honor-bt-let::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 47px;
  background-color: #00923f;
}
.index-honor .index-honor-bt .index-honor-bt-let p {
  font-size: 12px;
  color: #a4a4a4;
  text-transform: uppercase;
}
.index-honor .index-honor-bt .index-honor-bt-let h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #00923f;
  overflow: hidden;
  white-space: nowrap;
}
.index-honor .index-honor-bt .index-honor-bt-let h1 img {
  height: 8px;
  margin-left: 13px;
}
.index-honor .index-honor-bt .index-honor-bt-right {
  display: flex;
  padding-top: 13px;
  margin-left: 17px;
}
.index-honor .index-honor-bt .index-honor-bt-right .index-honor-bt-right-on {
  color: #ffffff;
  border-color: #00923f;
  background-color: #00923f;
}
.index-honor .index-honor-bt .index-honor-bt-right div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
}
.index-honor .index-honor-bt .index-honor-bt-right div:last-child {
  margin-right: 0;
}
.index-honor .index-honor-swiper {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 62px;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd {
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-container {
  box-sizing: border-box;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-container .index-honor-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-container .index-honor-slide img {
  max-width: 100%;
  transition: all 0.5s;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-container .index-honor-slide img:hover {
  transform: scale(1.1);
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  outline: none;
  cursor: pointer;
  background: url("../images/ryzz_left.png") no-repeat;
  background-size: 100% 100%;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-button-prev:hover {
  background: url("../images/ryzz_left_on.png") no-repeat;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  outline: none;
  cursor: pointer;
  background: url("../images/ryzz_right.png") no-repeat;
  background-size: 100% 100%;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-honor-button-next:hover {
  background: url("../images/ryzz_right_on.png") no-repeat;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-container .index-qualification-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-container .index-qualification-slide img {
  max-width: 100%;
  transition: all 0.5s;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-container .index-qualification-slide img:hover {
  transform: scale(1.1);
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  outline: none;
  cursor: pointer;
  background: url("../images/ryzz_left.png") no-repeat;
  background-size: 100% 100%;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-button-prev:hover {
  background: url("../images/ryzz_left_on.png") no-repeat;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  outline: none;
  cursor: pointer;
  background: url("../images/ryzz_right.png") no-repeat;
  background-size: 100% 100%;
}
.index-honor .index-honor-swiper .index-honor-swiper-bd .index-qualification-button-next:hover {
  background: url("../images/ryzz_right_on.png") no-repeat;
}
.index-cp-box {
  width: 100%;
  padding: 60px 0 70px 0;
  background-color: #f7f7f7;
}
.index-cp-box .index-cp {
  width: 67.7%;
  margin: 0 auto;
}
.index-cp-box .index-cp .index-cp-bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-let {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  box-sizing: border-box;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-let::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 47px;
  background-color: #00923f;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-let p {
  font-size: 12px;
  color: #a4a4a4;
  text-transform: uppercase;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-let h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #00923f;
  overflow: hidden;
  white-space: nowrap;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-let h1 img {
  height: 8px;
  margin-left: 13px;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-right {
  display: flex;
  padding-top: 13px;
  margin-left: 17px;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-right .index-cp-bt-right-on {
  color: #ffffff;
  border-color: #00923f;
  background-color: #00923f;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-right div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  white-space: nowrap;
  height: 40px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
}
.index-cp-box .index-cp .index-cp-bt .index-cp-bt-right div:last-child {
  margin-right: 0;
}
.index-cp-box .index-cp .index-cp-bd {
  width: 100%;
  margin-top: 38px;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container {
  position: relative;
  width: 100%;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-let {
  width: 45%;
  padding-left: 65px;
  box-sizing: border-box;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-let a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 341px;
  overflow: hidden;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-let a img {
  max-width: 100%;
  transition: all 0.5s;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-let a img:hover {
  transform: scale(1.1);
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right {
  width: 50.7%;
  padding-right: 58px;
  box-sizing: border-box;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right h1 {
  font-size: 22px;
  color: #000000;
  margin-top: 13px;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right i {
  display: block;
  width: 66px;
  height: 2px;
  background-color: #bcbcbc;
  margin-top: 15px;
  margin-bottom: 20px;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 40px;
  font-size: 16px;
  color: #00923f;
  box-sizing: border-box;
  border: 1px solid #00923f;
  margin-top: 73px;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-slide .index-cp-slide-right a:hover {
  background-color: #00923f;
  color: #ffffff;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-pagination {
  position: absolute;
  left: 0;
  top: 214px;
  z-index: 9;
  width: 40px;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-pagination span {
  display: block;
  width: 18px;
  height: 6px;
  background-color: #cdcdcd;
  border-radius: initial;
  margin-bottom: 24px;
  opacity: 1;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #00923f;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-button-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 105px;
  width: 34px;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  outline: none;
  background-color: #838383;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-button-prev:hover {
  background-color: #00923f;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 188px;
  width: 34px;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  outline: none;
  background-color: #838383;
}
.index-cp-box .index-cp .index-cp-bd .index-cp-container .index-cp-button-next:hover {
  background-color: #00923f;
}
.index-news {
  width: 67.7%;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 70px;
}
.index-news .index-news-bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-bt .index-news-bt-let {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  box-sizing: border-box;
}
.index-news .index-news-bt .index-news-bt-let::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 47px;
  background-color: #00923f;
}
.index-news .index-news-bt .index-news-bt-let p {
  font-size: 12px;
  color: #a4a4a4;
  text-transform: uppercase;
}
.index-news .index-news-bt .index-news-bt-let h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #00923f;
  overflow: hidden;
  white-space: nowrap;
}
.index-news .index-news-bt .index-news-bt-let h1 img {
  height: 8px;
  margin-left: 13px;
}
.index-news .index-news-bt .index-news-bt-right {
  padding-top: 23px;
  margin-left: 17px;
}
.index-news .index-news-bt .index-news-bt-right a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #00923f;
  white-space: nowrap;
}
.index-news .index-news-bt .index-news-bt-right a:hover {
  color: #32CD32;
}
.index-news .index-news-bt .index-news-bt-right a img {
  margin-left: 11px;
  transition: all 0.5s;
}
.index-news .index-news-content {
  display: flex;
  margin-top: 34px;
  justify-content: space-between;
}
.index-news .index-news-content .index-news-content-left {
  width: 58.3%;
}
.index-news .index-news-content .index-news-content-left a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 103px;
  border-top: 1px solid #eeeeee;
}
.index-news .index-news-content .index-news-content-left a:hover .index-newslist-time h1 {
  color: #009440;
}
.index-news .index-news-content .index-news-content-left a:hover .index-newslist-content h1 {
  color: #009440;
}
.index-news .index-news-content .index-news-content-left a:hover .news-jiantou {
  background: url("../images/index_rightjiantou.png") no-repeat;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-time {
  position: relative;
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-time::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 32px;
  top: 50%;
  right: 0;
  background-color: #eeeeee;
  transform: translateY(-50%);
}
.index-news .index-news-content .index-news-content-left a .index-newslist-time h1 {
  font-size: 30px;
  color: #666666;
  line-height: 30px;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-time p {
  font-size: 12px;
  color: #666666;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-content {
  width: 77.8%;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-content h1 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.index-news .index-news-content .index-news-content-left a .index-newslist-content p {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-content .index-news-content-left a .news-jiantou {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/index_rightjiantou_on.png") no-repeat;
  background-size: 100% 100%;
}
.index-news .index-news-content .index-news-content-right {
  width: 38.4%;
}
.index-news .index-news-content .index-news-content-right .index-news-container {
  position: relative;
  width: 100%;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-slide {
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-slide img {
  vertical-align: middle;
  transition: all 0.5s;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-slide img:hover {
  transform: scale(1.1);
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-slide .index-news-content-right-possition {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-slide .index-news-content-right-possition p {
  width: 74.8%;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-pagination {
  position: absolute;
  right: 12px;
  bottom: 17px;
  z-index: 9;
  text-align: right;
  box-sizing: border-box;
  padding-right: 8px;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 4.5px;
  opacity: 1;
  background-color: #ffffff;
}
.index-news .index-news-content .index-news-content-right .index-news-container .index-news-pagination .swiper-pagination-bullet-active {
  background-color: #009440;
}
.foot {
  width: 100%;
  background-color: #2e2f2f;
}
.foot .foot-top {
  width: 100%;
  padding: 20px 0;
  background-color: #00923f;
}
.foot .foot-top p {
  display: block;
  width: 67.7%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
}
.foot .foot-top p a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
}
.foot .foot-content {
  width: 67.7%;
  margin: 0 auto;
}
.foot .foot-content .foot-content-top {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #555555;
}
.foot .foot-content .foot-content-top > a {
  font-size: 34px;
  color: #ffffff;
  margin-right: 110px;
}
.foot .foot-content .foot-content-top div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot .foot-content .foot-content-top div a {
  font-size: 16px;
  color: #d2d2d2;
  margin-right: 32px;
}
.foot .foot-content .foot-content-top div a:hover {
  color: #ffffff;
}
.foot .foot-content .foot-content-top div a:last-child {
  margin-right: 0;
}
.foot .foot-content .foot-content-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 23px;
}
.foot .foot-content .foot-content-bottom .foot-content-bottom-address {
  display: flex;
}
.foot .foot-content .foot-content-bottom .foot-content-bottom-address div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foot .foot-content .foot-content-bottom .foot-content-bottom-address div:nth-child(1) {
  margin-left: 97px;
  margin-right: 87px;
}
.foot .foot-content .foot-content-bottom .foot-content-bottom-address div:nth-child(2) {
  margin-right: 87px;
}
.foot .foot-content .foot-content-bottom .foot-content-bottom-address div P {
  font-size: 14px;
  color: #d2d2d2;
  margin-top: 20px;
  text-align: center;
}
.foot .foot-content .foot-content-bottom .ewm {
  display: flex;
  margin-left: 20px;
}
.foot .foot-content .foot-content-bottom .ewm p {
  font-size: 14px;
  color: #ffffff;
  width: 16px;
  line-height: 15px;
  margin-left: 10px;
  padding-top: 16px;
}
.foot .foot-bottom {
  width: 100%;
  padding: 26px 0;
  background-color: #3e3e3e;
}
.foot .foot-bottom p {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.foot .foot-bottom p a {
  font-size: 14px;
  color: #999999;
}
.banner-cp {
  width: 100%;
}
.banner-cp img {
  width: 100%;
  vertical-align: middle;
}
.er-nav-box {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #cdcdcd;
}
.er-nav-box .er-nav {
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.er-nav-box .er-nav a {
  display: inline-block;
  height: 100%;
  line-height: 54px;
  padding: 0 37px;
  font-size: 16px;
  color: #666666;
  border-right: 1px solid #cdcdcd;
}
.er-nav-box .er-nav a:hover {
  color: #009440;
}
.er-nav-box .er-nav a:first-child {
  border-left: 1px solid #cdcdcd;
}
.er-nav-box .er-nav .er-slide {
  display: inline-block;
  height: 100%;
  width: auto;
  line-height: 54px;
  padding: 0 37px;
  font-size: 16px;
  color: #666666;
  border-right: 1px solid #cdcdcd;
}
.er-nav-box .er-nav .er-nav-on {
  color: #009440;
}
.product-list {
  width: 62.5%;
  margin: 50px auto 80px;
}
.product-list .product-list-top h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.product-list .product-list-top p {
  font-size: 16px;
  color: #949494;
  text-align: center;
  text-transform: uppercase;
}
.product-list ul {
  display: flex;
  width: 100%;
  margin-top: 36px;
  flex-wrap: wrap;
}
.product-list ul li {
  width: 30.8%;
  margin-right: 3.7%;
  margin-bottom: 40px;
}
.product-list ul li:hover a div img {
  transform: scale(1.1);
}
.product-list ul li:hover a h1 {
  color: #009440;
}
.product-list ul li:hover a .line {
  width: 0;
  background: url("../images/line_on.png") no-repeat;
}
.product-list ul li:nth-child(3n) {
  margin-right: 0;
}
.product-list ul li a {
  display: block;
  width: 100%;
}
.product-list ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 235px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.product-list ul li a div img {
  transition: all 0.5s;
  max-width: 100%;
}
.product-list ul li a h1 {
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 22px;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list ul li a h1:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 21px;
  margin-right: 15px;
  background-color: #009440;
}
.product-list ul li a .line {
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/line.png") no-repeat;
  background-size: 100%,100%;
}
.product-list .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.product-list .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.product-list .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.product-list .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.product-list .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.product-list .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.banner-znbm {
  width: 100%;
}
.banner-znbm img {
  width: 100%;
  vertical-align: middle;
}
.znbm-content {
  width: 62.5%;
  margin: 46px auto 105px;
}
.znbm-content .znbm-content-bt h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.znbm-content .znbm-content-bt p {
  font-size: 16px;
  color: #949494;
  text-transform: uppercase;
  text-align: center;
}
.znbm-content .znbm-content-text {
  margin-top: 40px;
}
.znbm-content .znbm-content-text p {
  text-indent: 2em;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.znbm-content .znbm-content-text img {
  display: block;
  max-width: 100%;
  margin: 54px auto 47px;
}
.banner-ryzz {
  width: 100%;
}
.banner-ryzz img {
  width: 100%;
  vertical-align: middle;
}
.honor-qualification-box {
  width: 62.5%;
  margin: 65px auto 46px;
}
.honor-qualification-box .honor-qualification-bt h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.honor-qualification-box .honor-qualification-bt p {
  font-size: 16px;
  color: #949494;
  text-align: center;
}
.honor-qualification-box .honor-qualification-hd {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.honor-qualification-box .honor-qualification-hd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 36px;
  font-size: 18px;
  color: #00923f;
  border-radius: 36px;
  border: 1px solid #069544;
  margin: 0 20.5px;
}
.honor-qualification-box .honor-qualification-hd a:hover {
  background-color: #00923f;
  color: #ffffff;
}
.honor-qualification-box .honor-qualification-hd .honor-qualification-bd-on {
  background-color: #00923f;
  color: #ffffff;
}
.honor-qualification-box .honor-qualification-bd {
  width: 100%;
  margin-top: 50px;
}
.honor-qualification-box .honor-qualification-bd ul {
  display: flex;
  flex-wrap: wrap;
}
.honor-qualification-box .honor-qualification-bd ul li {
  width: 32%;
  margin-right: 2%;
}
.honor-qualification-box .honor-qualification-bd ul li:nth-child(3n) {
  margin-right: 0;
}
.honor-qualification-box .honor-qualification-bd ul li .honor-img-box {
  width: 100%;
  height: 271px;
  padding: 5px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.honor-qualification-box .honor-qualification-bd ul li .honor-img-box .honor-img-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
.honor-qualification-box .honor-qualification-bd ul li .honor-img-box .honor-img-border img {
  max-width: 100%;
  transition: all 0.5s;
}
.honor-qualification-box .honor-qualification-bd ul li .honor-img-box .honor-img-border img:hover {
  transform: scale(1.1);
}
.honor-qualification-box .honor-qualification-bd ul li h1 {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 22px;
}
.news-list-box {
  width: 62.5%;
  margin: 52px auto 75px;
}
.news-list-box .news-list-bt h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.news-list-box .news-list-bt p {
  font-size: 16px;
  color: #949494;
  text-align: center;
}
.news-list-box ul {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.news-list-box ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  border-left: 1px dashed #c4c4c4;
}
.news-list-box ul li {
  width: 100%;
  margin-bottom: 59px;
}
.news-list-box ul li a {
  display: block;
}
.news-list-box ul li a:hover .news-list-top p {
  color: #00923f;
}
.news-list-box ul li a:hover .news-list-top h1 {
  color: #00923f;
}
.news-list-box ul li a:hover .news-list-bottom .news-list-bottom-left img {
  transform: scale(1.1);
}
.news-list-box ul li a:hover .news-list-bottom .news-list-bottom-right div {
  border: 1px solid #00923f;
  color: #00923f;
}
.news-list-box ul li a .news-list-top {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.news-list-box ul li a .news-list-top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #069544;
  transform: translateY(-50%);
}
.news-list-box ul li a .news-list-top p {
  font-size: 16px;
  color: #333333;
  margin-right: 45px;
  white-space: nowrap;
}
.news-list-box ul li a .news-list-top h1 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-box ul li a .news-list-bottom {
  display: flex;
  justify-content: space-between;
  padding-left: 150px;
  box-sizing: border-box;
  margin-top: 17px;
}
.news-list-box ul li a .news-list-bottom .news-list-bottom-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.8%;
  height: 135px;
  overflow: hidden;
}
.news-list-box ul li a .news-list-bottom .news-list-bottom-left img {
  transition: all 0.5s;
  vertical-align: middle;
}
.news-list-box ul li a .news-list-bottom .news-list-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 77.7%;
}
.news-list-box ul li a .news-list-bottom .news-list-bottom-right p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-box ul li a .news-list-bottom .news-list-bottom-right div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 34px;
  font-size: 16px;
  color: #999999;
  margin-top: 18px;
  border: 1px solid #dddddd;
}
.news-list-box .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-list-box .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.news-list-box .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.news-list-box .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.news-list-box .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.news-list-box .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.banner-gsgz {
  width: 100%;
}
.banner-gsgz img {
  width: 100%;
  vertical-align: middle;
}
.companys-box {
  width: 62.5%;
  margin: 69px auto 0;
  padding-bottom: 72px;
}
.companys-box .companys-box-bt h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.companys-box .companys-box-bt P {
  font-size: 16px;
  color: #949494;
  text-align: center;
}
.companys-box .companys-jianjie {
  margin-top: 44px;
}
.companys-box .companys-jianjie p {
  font-size: 16px;
  color: #666666;
}
.companys-box .companys-jianjie img {
  display: block;
  margin: 42px auto 0;
  max-width: 100%;
}
.companys-box .companys-num {
  width: 110%;
  margin-top: 53px;
}
.companys-box .companys-num li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 191px;
  height: 189px;
  margin-right: 61px;
  border-radius: 100%;
  border: 1px solid #baf1d2;
}
.companys-box .companys-num li:last-child {
  margin-right: 0;
}
.companys-box .companys-num li:last-child:before {
  width: 0;
}
.companys-box .companys-num li:before {
  position: absolute;
  content: '';
  right: -8px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 43px;
  height: 8px;
  background: url("../images/dian.png") no-repeat;
  background-size: 100% 100%;
}
.companys-box .companys-num li div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #00c758;
  border: 12px solid #def1e6;
}
.companys-box .companys-num li div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-radius: 100%;
}
.companys-box .companys-num li div:hover::before {
  border: 12px solid #def1e6;
  animation: twinkling 1s infinite ease-in-out;
}
.companys-box .companys-num li div p {
  font-size: 16px;
  color: #ffffff;
}
.companys-box .companys-num li div h1 {
  font-size: 36px;
  color: #ffffff;
}
.companys-box .companyslist {
  margin-top: 57px;
}
.companys-box .companyslist li {
  margin-bottom: 46px;
}
.companys-box .companyslist li:hover div h1 {
  padding-left: 20px;
}
.companys-box .companyslist li:hover div h1::after {
  width: 15px;
}
.companys-box .companyslist li div {
  position: relative;
  margin-bottom: 12px;
}
.companys-box .companyslist li div::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #cfcfcf;
}
.companys-box .companyslist li div h1 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.companys-box .companyslist li div h1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  margin-top: -5px;
  transition: all 0.5s;
  background-color: #00923f;
}
.companys-box .companyslist li div h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #00923f;
}
.companys-box .companyslist li p {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  text-indent: 2em;
  margin-bottom: 30px;
}
@keyframes twinkling {
  0% {
    opacity: 0.2;
    width: 140px;
    height: 140px;
  }
  50% {
    opacity: 0.5;
    width: 160px;
    height: 160px;
  }
  100% {
    opacity: 0.2;
    width: 140px;
    height: 140px;
  }
}
.banner-fzlc {
  width: 100%;
}
.banner-fzlc img {
  width: 100%;
  vertical-align: middle;
}
.development-course-box {
  width: 62.5%;
  margin: 69px auto 0;
}
.development-course-box .development-course-bt h1 {
  font-size: 30px;
  color: #00923f;
  text-align: center;
}
.development-course-box .development-course-bt p {
  font-size: 16px;
  color: #949494;
  text-align: center;
  text-transform: uppercase;
}
.development-course-box .development-course-swiper {
  position: relative;
  margin-top: 65px;
  margin-bottom: 90px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide {
  position: relative;
  width: 150px;
  margin-right: 175px;
  padding: 254px 0 280px;
  margin-left: 5px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:last-child {
  padding-right: 544px;
  margin-right: 0;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:last-child::before {
  width: 0;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide::before {
  position: absolute;
  content: '';
  top: 47%;
  right: -19px;
  transform: translate(100%, -50%);
  width: 138px;
  height: 5px;
  background: url("../images/fzlc_dian.png") no-repeat;
  background-size: 100% 100%;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: 0 0 5px 3px #cccc;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-bt div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  font-size: 28px;
  color: #ffffff;
  background-color: #f67f00;
  border-radius: 100%;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-bt div:hover {
  animation: fzlc 1s infinite ease-in-out;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 648px;
  padding-left: 45px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-position::before {
  content: '';
  position: absolute;
  top: 92px;
  left: 60px;
  width: 34px;
  height: 144px;
  background: url("../images/fzlc_duodian_shang.png") no-repeat;
  background-size: 100% 100%;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-position h1 {
  font-size: 28px;
  color: #f67f00;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-position div {
  /*display: flex;*/
  align-items: center;
  height: 126px;
  padding-left: 55px;
  margin-top: 14px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide .development-course-slide-position p {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:nth-child(even) .development-course-slide-bt div {
  background-color: #00923f;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:nth-child(even) .development-course-slide-position {
  display: flex;
  flex-direction: column-reverse;
  top: 434px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:nth-child(even) .development-course-slide-position h1 {
  line-height: 35px;
  color: #00923f;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:nth-child(even) .development-course-slide-position div {
  margin-top: 0;
  margin-bottom: 14px;
}
.development-course-box .development-course-swiper .development-course-container .development-course-slide:nth-child(even) .development-course-slide-position::before {
  top: -15px;
  background: url("../images/fzlc_duodian_xia.png") no-repeat;
}
.development-course-box .development-course-swiper .development-course--button-prev {
  position: absolute;
  top: 47%;
  left: -50px;
  transform: translate(-100%, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background: url("../images/fzlc_left.png") no-repeat;
  background-size: 100% 100%;
}
.development-course-box .development-course-swiper .development-course--button-prev:hover {
  background: url("../images/fzlz_left_on.png") no-repeat;
}
.development-course-box .development-course-swiper .development-course--button-next {
  position: absolute;
  top: 47%;
  right: -50px;
  transform: translate(100%, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background: url("../images/fzlz_right.png") no-repeat;
  background-size: 100% 100%;
}
.development-course-box .development-course-swiper .development-course--button-next:hover {
  background: url("../images/fzlz_right_on.png") no-repeat;
}
@keyframes fzlc {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
    width: 130px;
    height: 130px;
  }
  100% {
    opacity: 0.2;
    width: 116px;
    height: 116px;
  }
}
.clickmore {
  display: none;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  border-radius: 10px;
  background-color: #009440;
}
.clickmore a {
  font-size: 16px;
  color: #ffffff;
}
.banner-news {
  width: 100%;
}
.banner-news img {
  width: 100%;
  vertical-align: middle;
}
.index-swiper-container-phone {
  display: none;
}
.news-xq {
  width: 62.5%;
  margin: 46px auto 50px;
}
.news-xq .news-xq-top {
  padding-bottom: 24px;
  border-bottom: 1px dashed #e4e4e4;
}
.news-xq .news-xq-top h1 {
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.news-xq .news-xq-top > div {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.news-xq .news-xq-top > div div:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  margin-right: 35px;
}
.news-xq .news-xq-top > div div:nth-child(2) span {
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
}
.news-xq .news-xq-content {
  padding: 25px 0 43px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.news-xq .news-xq-content p {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  margin-bottom: 24px;
}
.news-xq .news-xq-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 38px;
}
.news-xq .news-xq-tz {
  width: 100%;
  margin-top: 30px;
}
.news-xq .news-xq-tz p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.news-xq .news-xq-tz p:hover {
  color: #009440;
}
.news-xq .news-xq-tz p:hover a {
  color: #009440;
}
.news-xq .news-xq-tz p a {
  font-size: 16px;
  color: #666666;
}

.index-company-introduction .index-company-introduction-right .index-honor-bt-phone{
  display: none;
}
/*# sourceMappingURL=index.css.map */