a:hover {
  color: #009946;
}
.swiper-pagination-bullet-active {
  background-color: #009946 !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dadadc;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 36px;
  color: #009946;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #009946;
}
.header .lg {
  margin-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.header .lg i {
  font-size: 18px;
  margin-right: 5px;
}
.header .lg .lg-box {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.header .lg .lg-box a {
  font-size: 15px;
  line-height: 2;
}
.header .lg:hover .lg-box {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #009946;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: rgba(0, 0, 0, 0.85);
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #009946;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #009946;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #009946;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  border-bottom: 1px solid #eee;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #009946;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #009946;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 45px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #009946;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.intr-w {
  background: url(../images/intr-bg.jpg) no-repeat top center;
  padding: 50px 0;
}
.intr-w .page {
  max-width: 1680px;
  height: 730px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.intr-w .con {
  width: 100%;
}
.intr-w .con .lf {
  width: 50%;
}
.intr-w .con .lf h1 {
  font-size: 48px;
  font-weight: bold;
  color: #009946;
}
.intr-w .con .lf h2 {
  font-size: 23px;
  color: #009946;
  text-transform: uppercase;
  font-weight: lighter;
}
.intr-w .con .lf .text {
  font-size: 20px;
  text-indent: 40px;
  line-height: 34px;
  white-space: pre-wrap;
  padding: 15px 0;
  border-bottom: 1px solid #009946;
}
.intr-w .con .lf .more {
  margin: 30px 0;
  width: 150px;
  line-height: 35px;
  text-align: center;
  background-color: #009946;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .lf .more:hover {
  background-color: #fc6902;
}
.intr-w .con ul {
  width: 72%;
  height: 170px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.95);
  align-items: center;
  justify-content: space-evenly;
}
.intr-w .con ul li {
  text-align: center;
}
.intr-w .con ul li p {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.intr-w .con ul li p em {
  font-size: 60px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #009946;
}
.intr-w .con ul li p sup {
  font-size: 24px;
  color: #009946;
}
.intr-w .con ul li span {
  font-size: 20px;
  margin-top: 8px;
}
.intr-w .con ul hr {
  height: 90px;
  border-right: 1px dashed #666;
  transform: rotateZ(20deg);
}
.intr-w .pic {
  width: 50%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.intr-w .pic img {
  border: 7px solid #fff;
  border-radius: 44px;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .pro-tabs {
  max-width: 1350px;
  background-color: #eeeeee;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #009946;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  width: 1260px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul li {
  width: 33.33333%;
  padding: 25px 30px;
}
.pro-w .con-box ul li a {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 0 25px 50px;
}
.pro-w .con-box ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.pro-w .con-box ul li a:hover {
  border-color: #009946;
}
.pro-w .con-box ul li a:hover .text {
  background-color: #009946;
  color: #fff;
}
.hf-w {
  background-color: #009946;
}
.hf-w .page {
  height: 260px;
  display: flex;
  align-items: center;
  color: #ffff;
}
.hf-w .page .lf h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hf-w .page .lf p {
  font-size: 17px;
  line-height: 30px;
}
.hf-w .page hr {
  width: 1px;
  height: 200px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 30px 0 50px;
}
.hf-w .page a {
  margin: 0 auto;
  width: 170px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  color: #009946;
}
.hf-w .page a:hover {
  background-color: #fc6902;
  color: #fff;
}
.char-w {
  padding: 100px 0;
  background: url(../images/cahr-bg.jpg);
}
.char-w .wz-bt * {
  color: #fff;
}
.char-w .page {
  max-width: 1400px;
}
.char-w ul {
  display: flex;
  margin-top: 60px;
}
.char-w ul li {
  flex: 1;
  padding: 0 2%;
  height: 433px;
  margin-right: 50px;
  text-align: center;
  padding-top: 60px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.char-w ul li:last-child {
  margin-right: 0;
}
.char-w ul li i {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: url(../images/char-ico.png);
  margin-bottom: 30px;
  background-position-y: 1px;
  transition: all 0.3s linear;
}
.char-w ul li:nth-child(1) i {
  background-position-x: -138px;
}
.char-w ul li:nth-child(2) i {
  background-position-x: -470px;
}
.char-w ul li:nth-child(3) i {
  background-position-x: -823px;
}
.char-w ul li:nth-child(4) i {
  background-position-x: -1183px;
}
.char-w ul li p {
  font-size: 30px;
  font-weight: bold;
}
.char-w ul li hr {
  width: 50px;
  border-bottom: 1px solid #009946;
  margin: 15px auto;
}
.char-w ul li span {
  opacity: 0.8;
  line-height: 1.75;
}
.char-w ul li:hover {
  background-color: #009946;
  color: #fff;
}
.char-w ul li:hover i {
  background-position-y: -135px;
}
.char-w ul li:hover hr {
  border-color: #fff;
}
.serve-w {
  overflow: hidden;
  padding: 80px 0 140px 0;
}
.serve-w .ser-tabs {
  width: 800px;
  margin: 20px auto 30px;
  background: #eee;
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
}
.serve-w .ser-tabs li {
  border-radius: 30px;
  cursor: pointer;
}
.serve-w .ser-tabs .swiper-slide-thumb-active {
  background-color: #009946;
  color: #fff;
}
.serve-w .serve-box {
  position: relative;
}
.serve-w .serve-box .swiper {
  overflow: visible;
}
.serve-w .serve-box ul li {
  width: 52%;
  margin: 0 2%;
  position: relative;
}
.serve-w .serve-box ul li .pic {
  overflow: hidden;
}
.serve-w .serve-box ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.serve-w .serve-box ul li .text {
  display: none;
  width: 450px;
  height: 250px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50px;
  bottom: -90px;
  padding: 40px;
}
.serve-w .serve-box ul li .text p {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
.serve-w .serve-box ul li .text p i {
  font-size: 12px;
  font-weight: lighter;
}
.serve-w .serve-box ul li .text span {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 25px;
  opacity: 0.8;
}
.serve-w .serve-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #009946;
  position: absolute;
  top: 90px;
  left: -30px;
}
.serve-w .serve-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.serve-w .serve-box ul .swiper-slide-active .text {
  display: block;
}
.serve-w .serve-box ul .swiper-slide-active::after {
  display: none;
}
.serve-w .serve-box ul .swiper-slide-active:hover .text p {
  color: #009946;
}
.serve-w .serve-box .btn {
  width: calc(52% + 80px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-w .serve-box .btn div {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.serve-w .serve-box .btn div:hover {
  background-color: #009946;
  transition: all 0.3s linear;
}
.case-w {
  padding: 50px 0;
  background: url(../images/case-bg.jpg) no-repeat top center;
}
.case-w .wz-bt * {
  color: #fff;
}
.case-w .case-list {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px 80px;
  position: relative;
}
.case-w .case-list .text {
  text-align: center;
}
.case-w .case-list .text p {
  font-size: 26px;
  line-height: 2;
  margin-top: 12px;
}
.case-w .case-list .text span {
  font-size: 15px;
}
.case-w .case-list a {
  width: 110px;
  line-height: 25px;
  font-size: 13px;
  font-weight: lighter;
  text-align: center;
  background-color: #009946;
  color: #fff;
  border-radius: 15px;
  margin: 15px auto 0;
}
.case-w .case-list a:hover {
  background-color: #fc6902;
}
.case-w .btn {
  position: absolute;
  top: -60px;
  right: 50px;
  z-index: 1;
  display: flex;
}
.case-w .btn .iconfont {
  width: 80px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-left: 18px;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.case-w .btn .iconfont:hover {
  background-color: #009946;
}
.case-w .case-pagination {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.case-w .case-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.process-w {
  padding: 70px 0 30px;
}
.process-w ul {
  margin: 40px 0 70px;
  display: flex;
}
.process-w ul li {
  flex: 1;
  height: 270px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  border-right: 1px solid #aaaaaa;
}
.process-w ul li:first-child {
  border-left: 1px solid #aaa;
}
.process-w ul li i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #009946;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
}
.process-w ul li p {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 5px;
}
.process-w ul li span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
}
.process-w ul li em {
  font-size: 14px;
  text-align: center;
  font-weight: lighter;
  line-height: 1.5;
  margin-top: 10px;
}
.process-w .btm {
  width: 671px;
  height: 124px;
  margin: 0 auto;
  background: url(../images/process-btm.png);
  line-height: 60px;
  padding: 0 60px;
  display: flex;
}
.process-w .btm p {
  color: #fff;
  font-size: 18px;
}
.process-w .btm p i {
  font-size: 30px;
  font-weight: bold;
}
.process-w .btm a {
  margin: 11px 0 0 auto;
  width: 170px;
  height: 38px;
  border-radius: 20px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  color: #009946;
}
.news-w {
  padding-bottom: 110px;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.news-w .tit h2 {
  font-size: 36px;
  font-weight: bold;
}
.news-w .tit .btn {
  display: flex;
}
.news-w .tit .btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #009946;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #009946;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #009946;
  color: #fff;
}
.news-w .news-box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 22px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 30px;
  background: url(../images/news-arrow.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #009946;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 17px;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 35px;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #009946;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #009946;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  opacity: 1;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.links {
  width: 100%;
  background-color: #009946;
}
.links * {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
  color: #fff;
}
.links .page {
  max-width: 1400px;
}
.links .text {
  display: flex;
  height: 80px;
  align-items: center;
}
.links .text p {
  font-size: 18px;
}
.links .text p i {
  font-size: 22px;
}
.links .text ul {
  display: flex;
}
.links .text ul li {
  margin-right: 15px;
}
.links .text ul li a {
  font-size: 16px;
}
.links .text a {
  font-size: 14px;
  margin: 0 0 0 auto;
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .f-con {
  padding: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #009946;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #009946;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #009946;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
