a:hover {
  color: #41af40;
}
.swiper-pagination-bullet-active {
  background-color: #41af40 !important;
}
.top-w {
  background-color: #41af40;
}
.top-w .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}
.top-w span em {
  font-size: 20px;
}
.top-w span i {
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
/* header */
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header .page {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
/* nav */
.nav {
  width: 60%;
  margin-left: 10%;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #41af40;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  background-color: #f9f9f9;
  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;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  border-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  font-size: 15px;
  color: #333;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #41af40;
}
.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: #41af40;
  font-weight: bold;
}
.nav-list > li:hover > a::after {
  width: 30px;
  transition: all 0.3s linear;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #41af40;
  font-weight: bold;
}
.nav-list .active > a::after {
  width: 30px;
}
.search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .sear-w input {
  width: 240px;
  height: 40px;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #e8e8e8;
}
.search .sear-w input:focus {
  outline: none;
}
.search .sear-w button {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search .sear-w button:hover {
  color: #41af40;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 48px;
  position: relative;
  font-weight: bold;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 12px;
}
.consult-w {
  background-color: #41af40;
  color: #fff;
}
.consult-w .page {
  display: flex;
  align-items: center;
  height: 270px;
}
.consult-w .lf {
  width: 50%;
  text-align: center;
}
.consult-w .lf p {
  font-size: 48px;
  font-weight: bold;
}
.consult-w .lf p i {
  font-weight: normal;
}
.consult-w .lf span {
  font-size: 22px;
  margin-top: 20px;
}
.consult-w .rg {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.consult-w .rg .form-con input {
  width: 480px;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.consult-w .rg input[type="submit"] {
  width: 240px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.consult-w .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #dd3f12;
}
.intr-w {
  padding: 70px 0 100px;
}
.intr-w .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.intr-w .con {
  width: 45%;
}
.intr-w .con h6 {
  display: block;
  font-size: 112px;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: -50px;
}
.intr-w .con h1 {
  font-size: 48px;
  font-weight: bold;
}
.intr-w .con hr {
  width: 60px;
  height: 3px;
  background-color: #dd3f12;
  margin-top: 20px;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  font-size: 17px;
  color: #3d3d3d;
}
.intr-w .con .more {
  width: 120px;
  line-height: 45px;
  text-align: center;
  background-color: #41af40;
  margin: 30px 0;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .more:hover {
  background-color: #dd3f12;
}
.intr-w .pic {
  width: 50%;
  padding: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}
.intr-w .pic::after {
  content: '';
  width: 600px;
  height: 80%;
  background-color: #41af40;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.intr-w h2 {
  font-size: 40px;
  font-weight: bold;
}
.intr-w ul {
  max-width: 1000px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intr-w ul hr {
  width: 1px;
  height: 60px;
  background-color: #e2e2e2;
}
.intr-w ul p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.intr-w ul p em {
  font-size: 60px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr-w ul p i {
  margin-bottom: 5px;
}
.intr-w ul span {
  color: #454545;
}
.pro-w {
  padding: 70px 0 80px;
  background-color: #f9f9f9;
}
.pro-w .pro-tabs {
  margin: 40px auto 60px;
  border-radius: 25px;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  width: 325px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #41af40;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li .pic img {
  height: 500px;
  object-fit: cover;
}
.pro-w .con-box ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
}
.pro-w .con-box ul li .text p {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.pro-w .con-box ul li .text span {
  padding: 0 30px;
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro-w .con-box ul li .text em {
  font-size: 13px;
  margin-top: 40px;
}
.pro-w .con-box ul li:hover img {
  transform: scale(1.1);
}
.pro-w .con-box ul li:hover .text {
  transform: scale(1.1);
  opacity: 0;
}
.app-w {
  max-width: 1920px;
  background: url(../images/app-bg.jpg) no-repeat right top;
  margin: 0 auto;
  position: relative;
}
.app-w .wz-bt {
  text-align: left;
}
.app-w .app-con {
  width: 55%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.app-w .app-con li {
  position: relative;
}
.app-w .app-con li img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.app-w .lf {
  width: 39%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-w .lf .wz-bt {
  text-align: left;
}
.app-w .lf .wz-bt hr {
  width: 60px;
  height: 5px;
  background-color: red;
  margin: 50px 0;
}
.app-w .lf .app-tab {
  width: 100%;
}
.app-w .lf .app-tab li {
  opacity: 0 !important;
}
.app-w .lf .app-tab li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-w .lf .app-tab li p {
  font-size: 17px;
  line-height: 2;
  color: #454545;
  max-width: 450px;
}
.app-w .lf .app-tab .my-slide-thumb-active {
  opacity: 1 !important;
}
.app-w .lf .pagtn {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.app-w .lf .pagtn .app-pagination1 {
  display: flex;
  width: 80px;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.app-w .lf .pagtn .app-pagination {
  width: 100%;
  position: relative !important;
}
.app-w .lf .pagtn .app-pagination .swiper-pagination-progressbar-fill {
  background-color: #41af40 !important;
}
.app-w .lf .pagtn .btn {
  display: flex;
  margin-left: 30px;
}
.app-w .lf .pagtn .btn .iconfont {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #41af40;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.app-w .lf .pagtn .btn .iconfont:hover {
  background-color: red;
}
.facility-w {
  overflow: hidden;
  padding: 70px 0 150px 0;
  position: relative;
  background-color: #f9f9f9;
}
.facility-w::after {
  content: '';
  width: 100%;
  height: 100px;
  background-color: #41af40;
  position: absolute;
  left: 0;
  bottom: 0;
}
.facility-w .page {
  max-width: 1200px;
}
.facility-w .fac-tab {
  margin: 40px 0 50px;
  background-color: #e5e5e5;
  border-radius: 25px;
}
.facility-w .fac-tab li {
  flex: 1;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}
.facility-w .fac-tab .my-slide-thumb-active {
  color: #fff;
  background-color: #41af40;
}
.facility-w .facility-box {
  margin-top: 50px;
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul .swiper-slide {
  width: 940px;
  margin: 0 2%;
  position: relative;
}
.facility-w .facility-box ul .swiper-slide .pic {
  overflow: hidden;
}
.facility-w .facility-box ul .swiper-slide img {
  width: 100%;
  transition: all 0.3s linear;
}
.facility-w .facility-box ul .swiper-slide .text {
  display: none;
  width: 55%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 50px;
  bottom: -90px;
  padding: 35px 40px 30px;
}
.facility-w .facility-box ul .swiper-slide .text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.facility-w .facility-box ul .swiper-slide .text li {
  line-height: 1.75;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
.facility-w .facility-box ul .swiper-slide .text li::before {
  content: '○';
  position: absolute;
  top: 0px;
  left: 0;
  color: #666;
}
.facility-w .facility-box ul .swiper-slide .text li p {
  color: #666;
}
.facility-w .facility-box ul .swiper-slide .text .more {
  font-size: 14px;
  color: #41af40;
  margin-top: 25px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul .swiper-slide .text .more em {
  font-size: 18px;
  color: #41af40;
}
.facility-w .facility-box ul .swiper-slide .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #41af40;
  position: absolute;
  top: 70px;
  left: -30px;
}
.facility-w .facility-box ul .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.facility-w .facility-box ul .swiper-slide-active .text {
  display: block;
}
.facility-w .facility-box ul .swiper-slide-active::after {
  display: none;
}
.facility-w .facility-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.facility-w .facility-box ul .swiper-slide-active:hover .text h5 {
  color: #41af40;
}
.facility-w .facility-box .btn {
  width: calc(940px + 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;
}
.facility-w .facility-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;
}
.facility-w .facility-box .btn div:hover {
  background-color: #41af40;
  transition: all 0.3s linear;
}
.honor-w {
  padding: 70px 0 20px;
  background: url(../images/honor-bg.jpg) no-repeat bottom;
}
.honor-w .page {
  max-width: 1400px;
}
.honor-w .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.honor-w .tit hr {
  width: 80px;
  height: 8px;
  background-color: #dd3f12;
  margin-top: 10px;
}
.honor-w .tit h1 {
  font-size: 48px;
  font-weight: bold;
}
.honor-w .tit p {
  font-size: 20px;
  line-height: 1.75;
  margin-top: 10px;
}
.honor-w .tit .btn {
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor-w .tit .btn .iconfont {
  display: block;
  margin-left: 15px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #41af40;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.honor-w .tit .btn .iconfont:hover {
  background-color: red;
}
.honor-w .box {
  position: relative;
  margin: 45px auto 0;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li {
  width: auto;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li img {
  height: 280px;
}
.honor-w .hon-list li:hover .pic {
  border: 1px solid #41af40;
}
.news-w {
  padding: 70px 0;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #41af40;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #41af40;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #41af40;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #f5f5f5;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #41af40;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  background-color: #dd3f12;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
