<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  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 &gt; .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 &gt; 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 &gt; form input {
  font-size: 16px;
  height: 100%;
}
.header-login &gt; 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 &gt; ul {
  width: 100%;
}
.header-login .phone-nav &gt; ul &gt; li {
  width: 100%;
}
.header-login .phone-nav &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-login .phone-nav &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; a div img {
  width: 20px;
  transition: all 0.5s;
}
.header-login .phone-nav &gt; ul &gt; li &gt; a .jiantou_on img {
  transform: rotate(90deg);
}
.header-login .phone-nav &gt; ul &gt; li ul {
  display: none;
  width: 100%;
}
.header-login .phone-nav &gt; ul &gt; li ul li {
  width: 100%;
  height: 50px;
}
.header-login .phone-nav &gt; ul &gt; 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 &gt; ul &gt; li ul li a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-nav {
  width: 100%;
  height: 58px;
  background-color: #009440;
}
.header-nav &gt; div {
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.header-nav &gt; div ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.header-nav &gt; div ul .header_on {
  background-color: #02673c;
}
.header-nav &gt; div ul li {
  position: relative;
  flex: 1;
}
.header-nav &gt; div ul li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.header-nav &gt; div ul li &gt; a:hover {
  background-color: #02673c;
}
.header-nav &gt; div ul li .header-position {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 169px;
  height: auto;
  z-index: 9;
  background-color: rgba(0, 148, 64, 0.8);
}
.header-nav &gt; div ul li .header-position a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 63px;
  font-size: 20px;
  color: #ffffff;
}
.header-nav &gt; 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 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff;
}
.swiper-container.index-swiper-container .index-pagination .swiper-pagination-bullet-active {
  background-color: #00cd58;
}
.horn-box {
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
}
.horn-box .horn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.horn-box .horn .horn-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 100%;
  font-size: 18px;
  color: #f6f6f6;
  margin-right: 30px;
  background-color: #443e3e;
}
.horn-box .horn .horn-left img {
  margin-right: 10px;
}
.horn-box .horn .horn-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.horn-box .horn .horn-content p {
  width: 735px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
}
.horn-box .horn .horn-content span {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
}
.horn-box .horn .horn-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 27px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 50px;
  box-sizing: border-box;
  background-color: #009440;
}
.horn-box .horn .horn-right:hover {
  color: #009440;
  background-color: #ffffff;
  border: 1px solid #009440;
}
.company-gz {
  display: flex;
  justify-content: space-between;
  width: 62.5%;
  margin: 59px auto 0;
  padding-bottom: 60px;
}
.company-gz .company-gz-left {
  width: 50%;
}
.company-gz .company-gz-left .company-bt {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.company-gz .company-gz-left .company-bt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 286px;
  height: 3px;
  background-color: #009440;
}
.company-gz .company-gz-left .company-bt h1 {
  color: #333333;
  font-size: 24px;
}
.company-gz .company-gz-left .company-bt i {
  width: 1px;
  height: 22px;
  margin: 0 10px;
  background-color: #666666;
}
.company-gz .company-gz-left .company-bt p {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.company-gz .company-gz-left .phone-gsimg {
  display: none;
  margin-top: 20px;
}
.company-gz .company-gz-left .phone-gsimg img {
  display: block;
  width: 60%;
  margin: 0 auto;
  vertical-align: middle;
}
.company-gz .company-gz-left &gt; p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.company-gz .company-gz-left &gt; a {
  display: inline-block;
  font-size: 16px;
  color: #009440;
  margin-top: 28px;
  height: 25px;
  box-sizing: border-box;
}
.company-gz .company-gz-left &gt; a::after {
  content: 'â–¶';
  margin-left: 9px;
}
.company-gz .company-gz-left &gt; a:hover {
  border-bottom: 1px solid #009440;
}
.company-gz .company-gz-right {
  width: 45.3%;
  overflow: hidden;
}
.company-gz .company-gz-right img {
  width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.company-gz .company-gz-right img:hover {
  transform: scale(1.1);
}
.engineering {
  width: 100%;
  background: url("../images/index_gc_back.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 46px;
  padding-bottom: 74px;
}
.engineering-box {
  width: 62.5%;
  margin: 0 auto;
}
.engineering-box .engineering-bt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.engineering-box .engineering-bt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 325px;
  height: 3px;
  background-color: #009440;
}
.engineering-box .engineering-bt .engineering-bt-left {
  display: flex;
  align-items: center;
}
.engineering-box .engineering-bt .engineering-bt-left h1 {
  color: #333333;
  font-size: 24px;
}
.engineering-box .engineering-bt .engineering-bt-left i {
  width: 1px;
  height: 22px;
  margin: 0 10px;
  background-color: #666666;
}
.engineering-box .engineering-bt .engineering-bt-left p {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.engineering-box .engineering-bt .engineering-bt-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.engineering-box .engineering-bt .engineering-bt-right::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 7px;
  background: url("../images/you_jt_s.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.engineering-box .engineering-bt .engineering-bt-right:hover {
  color: #009440;
}
.engineering-box .engineering-text {
  display: block;
  font-size: 14px;
  color: #666666;
  margin: 11px 0 25px 0;
}
.engineering-box .engineering-swiper {
  width: 100%;
  position: relative;
}
.engineering-box .engineering-swiper .engineering-container .container-slide {
  width: 389px;
  height: 270px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
}
.engineering-box .engineering-swiper .engineering-container .container-slide:hover .container-slide-left div {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-box .engineering-swiper .engineering-container .container-slide:hover .container-slide-right img {
  transform: scale(1.1);
}
.engineering-box .engineering-swiper .engineering-container .container-slide .container-slide-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54px;
}
.engineering-box .engineering-swiper .engineering-container .container-slide .container-slide-left div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #666666;
  border-radius: 100%;
  border: 1px solid #d5d5d5;
  margin-top: 12px;
}
.engineering-box .engineering-swiper .engineering-container .container-slide .container-slide-left h1 {
  width: 20px;
  font-size: 18px;
  color: #666666;
  margin-top: 9px;
  line-height: 20px;
}
.engineering-box .engineering-swiper .engineering-container .container-slide .container-slide-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86%;
  height: 100%;
  overflow: hidden;
}
.engineering-box .engineering-swiper .engineering-container .container-slide .container-slide-right img {
  height: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.engineering-box .engineering-swiper .engineering-button-prev {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 31px;
  height: 31px;
  cursor: pointer;
  outline: none;
  transform: translate(-100%, -50%);
  background: url("../images/index_gc_left.png") no-repeat;
  background-size: 100% 100%;
}
.engineering-box .engineering-swiper .engineering-button-prev:hover {
  background: url("../images/index_gc_left_on.png") no-repeat;
}
.engineering-box .engineering-swiper .engineering-button-next {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 31px;
  height: 31px;
  cursor: pointer;
  outline: none;
  transform: translate(100%, -50%);
  background: url("../images/index_gc_right.png") no-repeat;
  background-size: 100% 100%;
}
.engineering-box .engineering-swiper .engineering-button-next:hover {
  background: url("../images/index_gc_right_on.png") no-repeat;
}
.news-information {
  width: 62.5%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 50px;
}
.news-information .news-information-tou {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.news-information .news-information-tou::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 325px;
  height: 3px;
  background-color: #009440;
}
.news-information .news-information-tou .news-information-bt-left {
  display: flex;
  align-items: center;
}
.news-information .news-information-tou .news-information-bt-left h1 {
  color: #333333;
  font-size: 24px;
}
.news-information .news-information-tou .news-information-bt-left i {
  width: 1px;
  height: 22px;
  margin: 0 10px;
  background-color: #666666;
}
.news-information .news-information-tou .news-information-bt-left p {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.news-information .news-information-tou .news-information-bt-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.news-information .news-information-tou .news-information-bt-right::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 7px;
  background: url("../images/you_jt_s.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.news-information .news-information-tou .news-information-bt-right:hover {
  color: #009440;
}
.news-information .news-information-text {
  display: block;
  font-size: 14px;
  color: #666666;
  margin: 11px 0 25px 0;
}
.news-information .news-information-box {
  width: 100%;
  height: 366px;
  display: flex;
  justify-content: space-between;
}
.news-information .news-information-box .news-information-box-left {
  width: 41%;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news-information .news-information-box .news-information-box-left:hover img {
  transform: scale(1.1);
}
.news-information .news-information-box .news-information-box-left img {
  height: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.news-information .news-information-box .news-information-box-left &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
}
.news-information .news-information-box .news-information-box-left &gt; div div:nth-child(1) {
  width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-information .news-information-box .news-information-box-right {
  width: 57%;
}
.news-information .news-information-box .news-information-box-right a {
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.news-information .news-information-box .news-information-box-right a:nth-child(3n) {
  margin-bottom: 0;
}
.news-information .news-information-box .news-information-box-right a:hover .index-newslist-left img {
  transform: scale(1.1);
}
.news-information .news-information-box .news-information-box-right a:hover .index-newslist-right h1 {
  color: #009440;
}
.news-information .news-information-box .news-information-box-right a:hover .index-newslist-right span {
  color: #009440;
}
.news-information .news-information-box .news-information-box-right a:hover .index-newslist-right p {
  color: #009440;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-left {
  display: flex;
  align-items: center;
  width: 22.3%;
  overflow: hidden;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-left img {
  width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-right {
  width: 74.8%;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-right h1 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-right span {
  display: block;
  font-size: 16px;
  color: #666666;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-information .news-information-box .news-information-box-right a .index-newslist-right p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qualification-honor-box {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 70px;
}
.qualification-honor-box .qualification-honor {
  width: 62.5%;
  margin: 0 auto;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 332px;
  height: 3px;
  background-color: #009440;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-left {
  display: flex;
  align-items: center;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-left h1 {
  color: #333333;
  font-size: 24px;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-left i {
  width: 1px;
  height: 22px;
  margin: 0 10px;
  background-color: #666666;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-left p {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-right::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 7px;
  background: url("../images/you_jt_s.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.qualification-honor-box .qualification-honor .qualification-honor-bt .qualification-honor-right:hover {
  color: #009440;
}
.qualification-honor-box .qualification-honor .qualification-honor-text {
  font-size: 14px;
  color: #666666;
  margin: 12px 0 27px 0;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper {
  position: relative;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-container .qualification-honor-slide {
  width: 232px;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-container .qualification-honor-slide:hover div img {
  transform: scale(1.1);
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-container .qualification-honor-slide div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 152px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-container .qualification-honor-slide div img {
  max-width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-container .qualification-honor-slide h1 {
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-button-prev {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 31px;
  height: 31px;
  cursor: pointer;
  outline: none;
  transform: translate(-100%, -50%);
  background: url("../images/index_gc_left.png") no-repeat;
  background-size: 100% 100%;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-button-prev:hover {
  background: url("../images/index_gc_left_on.png") no-repeat;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-button-next {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 31px;
  height: 31px;
  cursor: pointer;
  outline: none;
  transform: translate(100%, -50%);
  background: url("../images/index_gc_right.png") no-repeat;
  background-size: 100% 100%;
}
.qualification-honor-box .qualification-honor .qualification-honor-swiper .qualification-honor-button-next:hover {
  background: url("../images/index_gc_right_on.png") no-repeat;
}
.footer {
  width: 100%;
  background-color: #2e2f2f;
}
.footer .phone-security {
  font-size: 14px;
  color: #999999;
  border-top: 1px solid #404850;
  padding: 10px 10px;
  text-align: center;
}
.footer .phone-security a {
  font-size: 14px;
  color: #999999;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
  width: 67.7%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 42px;
}
.footer .footer-box .footer-box-left {
  width: 63.5%;
  padding-top: 24px;
}
.footer .footer-box .footer-box-left .footer-nav {
  margin-top: 45px;
  padding-bottom: 29px;
  border-bottom: 1px solid #565856;
}
.footer .footer-box .footer-box-left .footer-nav a {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  font-size: 16px;
  color: #bbbbbb;
}
.footer .footer-box .footer-box-left .footer-nav a:hover {
  color: #ffffff;
}
.footer .footer-box .footer-box-left .footer-nav a:last-child::before {
  content: '';
}
.footer .footer-box .footer-box-left .footer-nav a:before {
  content: '/';
  position: absolute;
  right: -20px;
}
.footer .footer-box .footer-box-left .footer-lj {
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}
.footer .footer-box .footer-box-left .footer-lj a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 12px;
}
.footer .footer-box .footer-box-left .security {
  font-size: 14px;
  color: #999999;
  margin-top: 17px;
}
.footer .footer-box .footer-box-left .security a {
  font-size: 14px;
  color: #999999;
}
.footer .footer-box .footer-box-right {
  width: 31%;
}
.footer .footer-box .footer-box-right p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 18px;
}
.footer .footer-box .footer-box-right div {
  padding-left: 31px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 18px;
}
.footer .footer-box .footer-box-right div:nth-of-type(1) {
  background: url("../images/tel_icon.png") no-repeat 0 2px;
}
.footer .footer-box .footer-box-right div:nth-of-type(2) {
  background: url("../images/email_icon.png") no-repeat 0 2px;
}
.footer .footer-box .footer-box-right div:nth-of-type(3) {
  background: url("../images/address_icon.png") no-repeat 0 2px;
}
.banner-znbm {
  width: 100%;
}
.banner-znbm img {
  width: 100%;
  vertical-align: middle;
}
.twoNav-box {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
}
.twoNav-box .twoNav {
  display: flex;
  justify-content: flex-end;
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.twoNav-box .twoNav .twoNav-slide {
  width: auto;
}
.twoNav-box .twoNav a {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  font-size: 16px;
  color: #333333;
}
.twoNav-box .twoNav a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 4px;
  background-color: #009440;
  transition: all 0.5s;
}
.twoNav-box .twoNav .twoNav-on {
  color: #009440;
}
.twoNav-box .twoNav .twoNav-on:before {
  width: 100%;
}
.znbm-content-box {
  width: 100%;
  margin-top: 63px;
  background: url("../images/znbm_back.jpg") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 40px;
}
.znbm-content-box .znbm-content {
  width: 62.5%;
  margin: 0 auto;
}
.znbm-content-box .znbm-content h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.znbm-content-box .znbm-content img {
  display: block;
  margin: 0 auto 42px;
  max-width: 100%;
}
.znbm-content-box .znbm-content p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 38px;
}
.engineering-list {
  width: 62.5%;
  margin: 70px auto 0;
}
.engineering-list .product-list-top {
  position: relative;
}
.engineering-list .product-list-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.engineering-list .product-list-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.engineering-list ul {
  display: flex;
  width: 100%;
  margin-top: 69px;
  flex-wrap: wrap;
}
.engineering-list ul li {
  width: 30.8%;
  margin-right: 3.7%;
  margin-bottom: 36px;
}
.engineering-list ul li:hover a div img {
  transform: scale(1.1);
}
.engineering-list ul li:hover a h1 {
  color: #009440;
}
.engineering-list ul li:hover a .line {
  width: 0;
  background: url("../images/line_on.png") no-repeat;
}
.engineering-list ul li:nth-child(3n) {
  margin-right: 0;
}
.engineering-list ul li a {
  display: block;
  width: 100%;
}
.engineering-list ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 258px;
  overflow: hidden;
  box-sizing: border-box;
}
.engineering-list ul li a div img {
  transition: all 0.5s;
  max-width: 100%;
}
.engineering-list ul li a p {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
.engineering-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;
}
.engineering-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;
}
.engineering-list ul li a .line {
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/line.png") no-repeat;
  background-size: 100%,100%;
}
.engineering-list .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 89px;
}
.engineering-list .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.engineering-list .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.engineering-list .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-details {
  width: 62.5%;
  margin: 69px auto 52px;
  background-color: #ffffff;
}
.engineering-details .engineering-details-bt {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 5px solid #f3f3f3;
}
.engineering-details .engineering-details-bt h1 {
  font-size: 36px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 13px;
}
.engineering-details .engineering-details-bt div {
  text-align: center;
}
.engineering-details .engineering-details-bt div span {
  font-size: 16px;
  color: #666666;
  margin: 0 7.5px;
}
.engineering-details .engineering-details-content {
  padding-top: 45px;
  padding-bottom: 15px;
}
.engineering-details .engineering-details-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 35px;
  vertical-align: middle;
}
.qualification-box {
  width: 62.5%;
  margin: 60px auto 0;
  box-sizing: border-box;
  padding: 31px 33px 0 33px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
}
.qualification-box .qualification-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  background-color: #009440;
}
.qualification-box .qualification-bt:before {
  content: '';
  display: block;
  width: 22px;
  height: 15px;
  margin-right: 21px;
  background: url("../images/ryzz_sjt.png") no-repeat;
  background-size: 100% 100%;
}
.qualification-box .qualification-container {
  position: relative;
  width: 100%;
  height: 900px;
}
.qualification-box .qualification-container .qualification-slide {
  width: 546px;
  height: auto;
}
.qualification-box .qualification-container .qualification-slide div {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 355px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.qualification-box .qualification-container .qualification-slide div:hover img {
  transform: scale(1.1);
}
.qualification-box .qualification-container .qualification-slide div img {
  max-width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.qualification-box .qualification-container .qualification-slide h1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
  padding: 0 10px;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ç¦æ­¢æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*çœç•¥å·*/
}
.qualification-box .qualification-container .qualification-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 9;
}
.qualification-box .qualification-container .qualification-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #7f7f7f;
}
.qualification-box .qualification-container .qualification-pagination .swiper-pagination-bullet-active {
  background-color: #009440;
}
.honors-box {
  width: 62.5%;
  margin: 60px auto 42px;
  box-sizing: border-box;
  padding: 31px 33px 0 33px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
}
.honors-box .honors-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  background-color: #009440;
}
.honors-box .honors-bt:before {
  content: '';
  display: block;
  width: 22px;
  height: 15px;
  margin-right: 21px;
  background: url("../images/ryzz_sjt.png") no-repeat;
  background-size: 100% 100%;
}
.honors-box .honors-container {
  position: relative;
  width: 100%;
  height: 900px;
}
.honors-box .honors-container .honors-slide {
  width: 546px;
  height: auto;
}
.honors-box .honors-container .honors-slide div {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 355px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.honors-box .honors-container .honors-slide div:hover img {
  transform: scale(1.1);
}
.honors-box .honors-container .honors-slide div img {
  max-width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.honors-box .honors-container .honors-slide h1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
  padding: 0 10px;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ç¦æ­¢æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*çœç•¥å·*/
}
.honors-box .honors-container .honors-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 9;
}
.honors-box .honors-container .honors-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #7f7f7f;
}
.honors-box .honors-container .honors-pagination .swiper-pagination-bullet-active {
  background-color: #009440;
}
.news-list {
  width: 62.5%;
  margin: 66px auto 0;
}
.news-list a {
  width: 100%;
  height: 184px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  margin-bottom: 16px;
}
.news-list a:hover {
  border: 1px solid #00923f;
}
.news-list a:hover .news-content .news-text h1 {
  color: #00923f;
}
.news-list a:hover .news-content .news-text p {
  color: #00923f;
}
.news-list a:hover .news-content .go-news {
  background-color: #00923f;
}
.news-list a:hover .news-content .go-news p {
  color: #ffffff;
}
.news-list a .news-time {
  width: 12.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-list a .news-time h1 {
  font-size: 48px;
  color: #666666;
  font-weight: 400;
}
.news-list a .news-time p {
  font-size: 16px;
  color: #999999;
}
.news-list a .news-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 87.5%;
}
.news-list a .news-content .news-img {
  width: 207px;
  margin-right: 40px;
  overflow: hidden;
}
.news-list a .news-content .news-img img {
  width: 100%;
  vertical-align: middle;
}
.news-list a .news-content .news-text {
  width: 64%;
}
.news-list a .news-content .news-text h1 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list a .news-content .news-text p {
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list a .news-content .go-news {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 26px;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: 1px solid #32a765;
  transform: translateY(-50%);
}
.news-list a .news-content .go-news p {
  width: 34px;
  font-size: 16px;
  color: #00923f;
  line-height: 18px;
}
.nwes-fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 77px;
}
.nwes-fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.nwes-fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.nwes-fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.nwes-fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.nwes-fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.group-introduce {
  width: 62.5%;
  display: flex;
  justify-content: space-between;
  margin: 74px auto 75px;
}
.group-introduce .group-introduce-left {
  width: 50.8%;
}
.group-introduce .group-introduce-left .group-introduce-bt {
  position: relative;
}
.group-introduce .group-introduce-left .group-introduce-bt h1 {
  position: relative;
  font-size: 28px;
  color: #00923f;
  z-index: 9;
  padding-bottom: 11px;
}
.group-introduce .group-introduce-left .group-introduce-bt h1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 111px;
  height: 2px;
  background-color: #00923f;
}
.group-introduce .group-introduce-left .group-introduce-bt p {
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 28px;
  color: #ededed;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.group-introduce .group-introduce-left &gt; p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  margin-top: 20px;
  line-height: 26px;
}
.group-introduce .group-introduce-right {
  width: 46%;
}
.group-introduce .group-introduce-right img {
  width: 100%;
  vertical-align: middle;
}
.group-introduce-list {
  width: 100%;
}
.group-introduce-list ul {
  width: 100%;
}
.group-introduce-list ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 53px 0;
}
.group-introduce-list ul li &gt; div {
  display: flex;
  align-items: center;
  width: 62.5%;
  margin: 0 auto;
}
.group-introduce-list ul li &gt; div:hover div:nth-child(2) h1 {
  padding-left: 20px;
}
.group-introduce-list ul li &gt; div:hover div:nth-child(2) h1:before {
  width: 15px;
}
.group-introduce-list ul li &gt; div div:nth-child(2) {
  width: 76.6%;
}
.group-introduce-list ul li &gt; div div:nth-child(2) h1 {
  position: relative;
  font-size: 22px;
  color: #00923f;
  margin-bottom: 20px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group-introduce-list ul li &gt; div div:nth-child(2) h1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: -1px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #00923f;
}
.group-introduce-list ul li &gt; div div:nth-child(2) p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 30px;
}
.group-introduce-list ul li:nth-child(odd) {
  background-color: #f1f1f1;
}
.group-introduce-list ul li:nth-child(odd) &gt; div div:nth-child(1) {
  margin-right: 39px;
}
.group-introduce-list ul li:nth-child(even) &gt; div {
  flex-direction: row-reverse;
}
.group-introduce-list ul li:nth-child(even) &gt; div div:nth-child(1) {
  margin-left: 39px;
}
.course-box {
  position: relative;
  width: 62.5%;
  margin: 193px auto 61px;
  box-sizing: border-box;
  padding-left: 151px;
}
.course-box .line {
  position: absolute;
  top: 0;
  left: 64px;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.course-box .line .fzlc-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-57%, -100%);
  width: 148px;
  height: 146px;
  background: url("../images/fzlc_icon.png") no-repeat;
  background-size: 100% 100%;
}
.course-box ul {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.course-box ul li {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 20px 30px 0;
  border: 1px solid #dddddd;
  margin-bottom: 26px;
}
.course-box ul li:hover .course-bt {
  animation: twinkling 1s infinite ease-in-out;
}
.course-box ul li div:nth-child(1) {
  display: flex;
  justify-content: center;
  margin-left: 66px;
  flex-direction: column;
  margin-right: 82px;
}
.course-box ul li div:nth-child(1) h1 {
  font-size: 28px;
  color: #ed7d31;
}
.course-box ul li div:nth-child(2) p {
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url("../images/fzlclx_icon.png") 0 9px no-repeat;
}
.course-box ul li .course-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: #00923f;
}
.course-box ul li .course-bt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 100%;
  border: 1px solid #00923f;
}
.course-box ul li .garden {
  position: absolute;
  top: 50%;
  left: -94px;
  transform: translate(0, -50%);
  width: 13px;
  height: 17px;
  background: url("../images/yuan.png") no-repeat;
  background-size: 100% 100%;
}
@keyframes twinkling {
  0% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.12) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}

.index-swiper-container-phone{
  display: none;
}

.news-xq {
  width: 62.5%;
  margin: 46px auto 0;
}
.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 &gt; div {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.news-xq .news-xq-top &gt; div div:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  margin-right: 35px;
}
.news-xq .news-xq-top &gt; 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;
}

.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;
}
/*# sourceMappingURL=index.css.map */
</pre></body></html>