.main-color {
  color: #008b36;
}
.main-color1 {
  color: #008b36;
}
.main-color11{
  color: #fff;
  /* border: 1px solid; */
  background: #008b36;
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
}
.main-color11:hover{
  background: #004d1e;
  color: #a2a3a4;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('http://www.hxhjjs.com/template/pc/skin/font/iconfont.eot');
  src: url('http://www.hxhjjs.com/template/pc/skin/font/iconfont.eot?') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('http://www.hxhjjs.com/template/pc/skin/font/iconfont.svg') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f6 {
  background-color: #f6fbff;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #81868e;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #000;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #f5be34;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5%;
  transition: 0.5s;
}
header .head-nav {
  height: 96px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo img {
  max-height: 90%;
}
header .head-nav .logo .a {
  display: block;
}
header .head-nav .logo .b {
  display: none;
}
header .head-nav .nav {
  height: 100%;
}
header .head-nav .nav ul {
  height: 100%;
}
header .head-nav .nav ul li {
  height: 100%;
}
header .head-nav .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav .nav ul li .nav-service-son {
  position: absolute;
  left: 0;
  width: 240px;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-service-son a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
  justify-content: space-between;
}
header .head-nav .nav ul li .nav-service-son a:hover {
  color: #008b36;
}
header .head-nav .nav ul li .nav-service-son a:last-child {
  border-bottom: none;
}
header .head-nav .nav ul li .nav-other-son {
  position: absolute;
  left: 0;
  width: 160px;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-other-son a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
  justify-content: space-between;
}
header .head-nav .nav ul li .nav-other-son a:hover {
  color: #008b36;
}
header .head-nav .nav ul li .nav-other-son a:last-child {
  border-bottom: none;
}
header .head-nav .nav ul li .nav-business-son {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab {
  padding: 30px 0;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li {
  width: 30%;
  margin-right: 5%;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li:nth-child(3n) {
  margin-right: 0;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 {
  border-bottom: 1px #d5dfeb solid;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a img {
  width: 24px;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a:hover div {
  color: #0183c9;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a {
  min-width: 50%;
  line-height: 30px;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a:hover {
  color: #0183c9;
}
header .head-nav .nav ul li:hover > a {
  color: #fff;
}
header .head-nav .nav ul li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav .nav ul li:hover .nav-business-son {
  display: block;
}
header .head-nav .nav ul li:hover .nav-service-son {
  display: block;
}
header .head-nav .nav ul li:hover .nav-other-son {
  display: block;
}
header .head-nav .nav ul li.active > a {
  color: #fff;
}
header .head-nav .nav ul li.active > a::before {
  left: 0;
  right: 0;
}
header.active {
  background-color: #fff;
}
header.active .head-nav .logo {
  height: 100%;
}
header.active .head-nav .logo .a {
  display: none;
}
header.active .head-nav .logo .b {
  display: block;
}
header.active .head-nav .nav ul li a {
  color: #333;
}
header.active .head-nav .nav ul li.active > a {
  color: #008b36;
}
header.page-header {
  position: relative;
  background-color: #fff;
}
header.page-header .head-nav .logo {
  height: 100%;
}
header.page-header .head-nav .logo .a {
  display: none;
}
header.page-header .head-nav .logo .b {
  display: block;
}
header.page-header .head-nav .nav ul li a {
  color: #333;
}
header.page-header .head-nav .nav ul li.active > a {
  color: #0183c9;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-color: #0183c9;
  height: 68px;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  background-color: #f5be34;
  color: #fff;
}
.view-position .nav-bread {
  color: #fff;
}
.view-position .nav-bread a {
  color: #fff;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #f5be34;
}
.view-position .nav-bread a:last-child {
  color: #fff;
}
.page-view-position .nav-bread {
  color: #666;
}
.page-view-position .nav-bread a {
  color: #666;
  font-size: 14px;
  margin: 0 6px;
}
.page-view-position .nav-bread a:hover {
  color: #f5be34;
}
.page-view-position .nav-bread a:last-child {
  color: #666;
}
.page-view-position .back:hover {
  color: #0183c9;
}
.page-view-position .back:hover .icon {
  color: #0183c9;
}
.about-page .section1 ol {
  display: flex;
  justify-content: space-around;
}
.about-page .section1 ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .section1 .content {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.about-page .section1 .content .text {
  padding: 20px 8% 24px;
}
.about-page .section1 .content .text .more {
  width: 130px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0183c9;
  transform: 0.5s;
}
.about-page .section1 .content .text .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.about-page .section2 {
  background: url(../image/about-section2-bg.jpg);
  background-size: cover;
}
.about-page .section2 .swiper-pagination-hzhb {
  display: flex;
  justify-content: center;
  z-index: 2;
}
.about-page .section2 .swiper-pagination-hzhb span {
  opacity: 0.8;
  background-color: #fff;
  margin: 0 4px;
}
.about-page .section2 .swiper-pagination-hzhb .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  opacity: 1;
}
.about-page .section3 ul li .item {
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3%;
  justify-content: center;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.about-page .section4 .section4-prev {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.about-page .section4 .section4-prev:hover .icon {
  color: #f5be34;
}
.about-page .section4 .section4-next {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.about-page .section4 .section4-next:hover .icon {
  color: #f5be34;
}
.about-page .section5 {
  background: url(../image/about-section5-bg.jpg);
  background-size: cover;
  background-position: center;
}
.about-page .section5 p {
  color: rgba(255, 255, 255, 0.7);
}
.about-page .section5 .more {
  width: 160px;
  height: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 6px;
  background-color: #f5be34;
  margin: auto;
  transform: 0.5s;
}
.about-page .section5 .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.service-page ol li {
  display: flex;
  align-items: center;
  border: 1px #dedede solid;
  border-radius: 6px;
  overflow: hidden;
}
.service-page ol li .text {
  width: 50%;
  padding: 20px 5%;
}
.service-page ol li .text .more {
  width: 130px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0183c9;
  transform: 0.5s;
}
.service-page ol li .text .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.service-page ol li .img {
  width: 50%;
}
.service-page ol li:nth-child(even) {
  flex-direction: row-reverse;
}
.news-list .news-new {
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list .news-new .img {
  width: 40%;
  padding-top: 26%;
  position: relative;
  overflow: hidden;
}
.news-list .news-new .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list .news-new:hover img {
  transform: scale(1.1);
}
.news-list .news-new:hover h4 {
  color: #0183c9;
}
.news-list ol li a {
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  justify-content: space-between;
  transition: 0.5s;
}
.news-list ol li a .img {
  width: 25%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
}
.news-list ol li a .text {
  flex: 1;
  padding: 3% 8% 3% 3%;
  display: flex;
  align-items: center;
}
.news-list ol li a .text .time {
  padding-right: 4%;
  border-right: 1px #d5dfeb solid;
  margin-right: 4%;
}
.news-list ol li a .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list ol li a:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}
.news-list ol li a:hover h3 {
  color: #0183c9;
}
.news-list ol li a:hover img {
  transform: scale(1.08);
}
.solution-page .solution-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution-page .solution-content .content {
  width: 76%;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.solution-page .solution-content .content .page-info {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .title {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .img {
  border-radius: 6px;
  overflow: hidden;
}
.solution-page .solution-content .content .page-info .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .content .page-info .zxzx {
  width: 160px;
  height: 36px;
  border: 2px #f5be34 solid;
  background-color: #f5be34;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.solution-page .solution-content .content .page-info .zxzx:hover {
  color: #f5be34;
  background-color: #fff;
}
.solution-page .solution-content .content .page-info .zxzx:hover .icon {
  color: #f5be34;
}
.solution-page .solution-content .content .page-details .details {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-details .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .hot-case {
  width: 22%;
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  overflow: hidden;
}
.solution-page .solution-content .hot-case h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.solution-page .solution-content .hot-case .case-info {
  padding: 6%;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .case-info ul li a .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.solution-page .solution-content .hot-case .case-info ul li a:hover img {
  transform: scale(1.1);
}
.solution-page .solution-content .hot-case .case-info ul li a:hover h3 {
  color: #f5be34;
}
.solution-page .solution-content .hot-case .contact-info {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .contact-info h2 {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .hot-case .contact-info ol {
  padding: 10% 6%;
}
.solution-page .solution-content .hot-case .contact-info ol li {
  display: flex;
  align-items: center;
}
.solution-page .solution-content .hot-case .contact-info ol li span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f0f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next-bottom {
  padding: 20px 30px;
}
.prev-next-bottom a:hover {
  color: #0183c9;
}
.prev-next-bottom a:hover .icon {
  color: #0183c9;
}
.contact-page .section1 ul {
  padding: 60px 0 50px;
  display: flex;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transform: translateY(50px);
  background-color: #fff;
}
.contact-page .section1 ul li {
  flex: 1;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-page .section1 ul li .img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #0183c9 solid;
}
.contact-page .section1 ul li h4 {
  max-width: 210px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .map {
  position: relative;
}
.contact-page .map .dh {
  width: 270px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: url(../image/daohang.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-bottom: 110px;
  transition: 0.5s;
}
.contact-page .map .dh:hover {
  transform: translateY(-10px);
  color: #fff;
}
.contact-page .map .dh:hover .icon {
  color: #fff;
}
.message form .item {
  position: relative;
  border-bottom: 1px #aaa solid;
}
.message form .item span {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: red;
  font-size: 12px;
}
.message form .item p i {
  color: red;
}
.message form .item input {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.message form .item textarea {
  width: 100%;
  background: none;
  display: block;
  height: 100px;
  font-size: 14px;
}
.message form button {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  background-color: #0183c9;
}
.message form button:hover {
  color: #fff;
  background-color: #f5be34;
}
.case-common .case-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case-common .case-content .pro-menu {
  width: 230px;
  margin-right: 36px;
}
.case-common .case-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3,
.case-common .case-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  cursor: pointer;
  transition: 0.5s;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info,
.case-common .case-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info span,
.case-common .case-content .pro-menu .pro-navs ol li > a .info span {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f3f8;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info span img,
.case-common .case-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .icon,
.case-common .case-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover .icon,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title {
  background: url(../image/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #f5be34;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3,
.case-common .case-content .pro-menu .pro-navs ol li.active > a {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.case-common .case-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3 .icon,
.case-common .case-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(90deg);
}
.case-common .case-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.case-common .case-content .case-nav-left {
  width: 236px;
}
.case-common .case-content .case-nav-left .case-nav-info {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
  padding: 3px;
  background: url(../image/case-nav-bg.jpg);
  background-size: cover;
  overflow: hidden;
}
.case-common .case-content .case-nav-left .case-nav-info h2 {
  height: 50px;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #008b36;
}
.case-common .case-content .case-nav-left .case-nav-info ul li a:hover,
.case-common .case-content .case-nav-left .case-nav-info ul li a.active {
  color: #008b36;
}
.case-list ul li .item {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  padding: 5px;
}
.case-list ul li .item .img {
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}
.case-list ul li .item .sshy {
  display: flex;
  flex-wrap: wrap;
}
.case-list ul li .item .sshy p {
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #f5be34;
  margin-right: 6px;
  margin-bottom: 6px;
}
.case-list ul li .item .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.case-list ul li .item .more {
  border-top: 1px #d5dfeb solid;
}
.case-list ul li .item:hover img {
  transform: scale(1.1);
}
.case-list ul li .item:hover h3 {
  color: #008437;
}
.case-list ul li .item:hover .icon {
  color: #008b36;
}
.case-page .case-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case-page .case-content .con-left {
  flex: 1;
}
.case-page .case-content .con-left .info {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
  border-top: 3px #0183c9 solid;
  padding: 5%;
}
.case-page .case-content .con-left .info .text {
  border-top: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .info .text .sshy * {
  display: inline-block;
}
.case-page .case-content .con-left .info .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-page .case-content .con-left .info .img img {
  max-width: 100%;
}
.case-page .case-content .con-left .page-details {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details img {
  max-width: 100%;
}
.case-page .case-content .con-left .page-details .details-info {
  padding: 5% 4%;
  border-bottom: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details .details-info .desc {
  border-bottom: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details .details-info .desc:last-child {
  border-bottom: none;
}
.case-page .case-content .con-left .page-details .details-info .desc h3 .icon {
  transform: rotate(180deg);
}
.case-page .case-content .con-right {
  width: 320px;
}
.case-page .case-content .con-right h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.case-page .case-content .con-right .rmfa {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
}
.case-page .case-content .con-right .rmfa ul li a {
  position: relative;
}
.case-page .case-content .con-right .rmfa ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.case-page .case-content .con-right .rmfa ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.case-page .case-content .con-right .rmfa ul li a h3 {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 10px;
  z-index: 2;
}
.case-page .case-content .con-right .rmfa ul li a:hover img {
  transform: scale(1.1);
}
.case-page .case-content .con-right .contact-info {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.home-banner .index-prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home-banner .index-prev .icon {
  color: rgba(255, 255, 255, 0.5);
}
.home-banner .index-prev:hover .icon {
  color: #f5be34;
}
.home-banner .index-next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home-banner .index-next .icon {
  color: rgba(255, 255, 255, 0.5);
}
.home-banner .index-next:hover .icon {
  color: #f5be34;
}
.index-section1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-section1 .content .pnbtn div {
  border: 1px #999 solid;
  margin-left: -1px;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-section1 .content .pnbtn div:hover {
  background-color: #008936;
  border-color: #008936;
}
.index-section1 .content .pnbtn div:hover .icon {
  color: #fff;
}
.index-section1 .content .text {
  width: 25%;
}
.index-section1 .content .info {
  width: 80%;
}
.index-section1 .content .info ul li {
  width: 400px;
  height: 560px;
}
.index-section1 .content .info ul li a {
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.index-section1 .content .info ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.index-section1 .content .info ul li a h3 {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 6%;
}
.index-section1 .content .info ul li.swiper-slide-active a::before {
  content: none;
}
.index-section2 {
  background: url(../image/index-section2-bg.jpg);
  background-size: cover;
  position: relative;
}
.index-section2 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-section2 .content .text {
  width: 30%;
}
.index-section2 .content .text a {
  width: 160px;
  height: 42px;
  border: 1px #fff solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.index-section2 .content .text a:hover {
  border-color: #f5be34;
  background-color: #f5be34;
  color: #fff;
}
.index-section2 .content .info {
  width: 55%;
}
.index-section2 .content .info .swiper-container {
  padding: 1px;
}
.index-section2 .content .info .swiper-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0.3;
}
.index-section2 .content .info ul li .item {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.index-section2 .content .info ul li .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.index-section2 .content .info ul li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-section2 .content .info ul li .item .img .a {
  display: none;
}
.index-section2 .content .info ul li .item .img .b {
  display: block;
}
.common-pagination span {
  margin: 0 2px;
}
.index-section3 .section3-nav li {
  width: 50%;
  border: 1px #ccc solid;
  margin-top: -1px;
  margin-left: -1px;
}
.index-section3 .section3-nav li a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section3 .info-nav ol {
  border-bottom: 1px #d5dfeb solid;
}
.index-section3 .info-nav ol li {
  margin-left: 40px;
}
.index-section3 .info-nav ol li:first-child {
  margin-left: 0;
}
.index-section3 .info-nav ol li a {
  position: relative;
}
.index-section3 .info-nav ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #008b36;
  transition: 0.5s;
  width: 0;
}
.index-section3 .info-nav ol li a.active,
.index-section3 .info-nav ol li a:hover {
  color: #008b36;
}
.index-section3 .info-nav ol li a.active::before,
.index-section3 .info-nav ol li a:hover::before {
  width: 100%;
}
.index-section6 .content {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
}
.index-section6 .content .section-info {
  background: url(../image/index-section6-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
.index-section6 .content .section-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 4%;
}
.index-section6 .content .section-info ul li {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index-section6 .content .section-info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../image/index-section6-bg1.png);
  background-size: 100%;
  background-position: center center;
  animation: rotedr 90s linear infinite;
}
.index-section6 .content .yzsfw {
  padding: 3%;
}
.index-section6 .content .yzsfw ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
  z-index: 1;
  position: relative;
}
.index-section6 .content .yzsfw ul::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  z-index: -1;
  height: 1px;
  background-color: #bbb;
}
.index-section6 .content .yzsfw ul li h4 {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px #bbb solid;
  border-radius: 50%;
  background-color: #f3f8ff;
  transition: 0.5s;
}
.index-section6 .content .yzsfw ul li p {
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index-section6 .content .yzsfw ul li:hover h4 {
  color: #fff;
  background-color: #0183c9;
}
.index-section6 .content .yzsfw ul li:hover p {
  color: #0183c9;
}
.index-section6 .content .yzsfw ul span {
  margin-top: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #bbb solid;
  border-radius: 50%;
  background-color: #fff;
}
.index-section6 .content .yzsfw ul span .icon {
  color: #bbb;
}
.index-section6 .content .yzsfw a {
  width: 220px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section6 .content .yzsfw a:hover {
  background-color: #0183c9;
  color: #fff;
}
@keyframes rotedr {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.index-section4 .content ol {
  display: flex;
}
.index-section4 .content ol li {
  width: 12.5%;
  height: 600px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2;
}
.index-section4 .content ol li:nth-child(1) {
  background-color: #5ab8ea;
}
.index-section4 .content ol li:nth-child(2) {
  background-color: #4da8d9;
}
.index-section4 .content ol li:nth-child(3) {
  background-color: #41a2d7;
}
.index-section4 .content ol li:nth-child(4) {
  background-color: #349cd4;
}
.index-section4 .content ol li:nth-child(5) {
  background-color: #1a8fce;
}
.index-section4 .content ol li:nth-child(6) {
  background-color: #0183c9;
}
.index-section4 .content ol li .ho-img {
  opacity: 0;
  z-index: -1;
}
.index-section4 .content ol li .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s;
}
.index-section4 .content ol li .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
.index-section4 .content ol li .desc a {
  width: 180px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section4 .content ol li .desc a:hover {
  background-color: #0183c9;
  color: #fff;
}
.index-section4 .content ol li.on {
  width: 50%;
}
.index-section4 .content ol li.on .ho-img {
  opacity: 1;
}
.index-section4 .content ol li.on .title {
  transform: translateY(-100%);
  opacity: 0;
}
.index-section4 .content ol li.on .desc {
  animation: move 0.5s forwards linear;
  animation-delay: 0.2s;
}
.index-section4 .content .text {
  background: url(../image/index-section4-bg.jpg);
  background-size: cover;
  padding: 10% 5% 10% 0;
}
.index-section4 .content .text ul li a {
  width: 180px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section4 .content .text ul li a:hover {
  background-color: #0183c9;
  color: #fff;
}
.index-section4 .about-info {
  background: url(../image/index-section4-aboutbg.jpg);
  background-size: cover;
}
.index-section4 .about-info a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #0183c9;
  transition: 0.5s;
}
.index-section4 .about-info a:hover {
  background-color: #f5be34;
  color: #fff;
}
.index-section4 .about-info ol li {
  margin-left: 8%;
}
@keyframes move {
  0% {
    opacity: 0;
    right: -75%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.index-section5 .n-nav {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
}
.index-section5 .n-nav a {
  position: relative;
}
.index-section5 .n-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0183c9;
  transition: 0.5s;
  width: 0;
}
.index-section5 .n-nav a.active,
.index-section5 .n-nav a:hover {
  color: #0183c9;
}
.index-section5 .n-nav a.active::before,
.index-section5 .n-nav a:hover::before {
  width: 100%;
}
.index-section5 .news-new {
  height: 100%;
}
.index-section5 .news-new a {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.index-section5 .news-new a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.index-section5 .news-new a .tit {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 6%;
  z-index: 2;
}
.index-section5 .news-new a .tit p {
  color: rgba(255, 255, 255, 0.7);
}
.index-section5 .news-new a:hover img {
  transform: scale(1.1);
}
.index-section5 ol li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px #d5dfeb solid;
}
.index-section5 ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.index-section5 ol li .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ol li a:hover h3 {
  color: #0183c9;
}
.index-section5 ul li a {
  height: 62px;
  border: 1px #d5dfeb solid;
  border-radius: 3px;
  transition: 0.5s;
}
.index-section5 ul li a h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ul li a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
}
.index-section5 ul li a:hover * {
  color: #fff;
}
footer {
  background-color: #008b36;
  border-top: 1px #d5dfeb solid;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li .line {
  height: 3px;
  width: 24px;
  border-radius: 4px;
  background-color: #ffffff;
}
footer .content ul li a {
  display: block;
  color: #ffffff;
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #7f98a5;
}
footer .content .info ol {
  display: flex;
}
footer .content .info ol li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b1bac6;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .content .info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  top: 70px;
  border: 2px #f1f1f1 solid;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
footer .content .info ol li .code img {
  max-width: 98%;
  max-height: 98%;
}
footer .content .info ol li .code .icon {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  top: -18px;
  color: #f1f1f1;
}
footer .content .info ol li:hover {
  background-color: #0183c9;
}
footer .content .info ol li:hover .code {
  display: block;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links a:hover {
  color: #7f98a5;
}
footer .copyright {
  border-top: 1px #d5dfeb solid;
}
footer .copyright p {
  /* color: #999; */
  font-size: 14px;
}
footer .copyright a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: #333;
}
.solution-list .section1 .text .desc ul li {
  position: relative;
  padding: 30px;
  margin-top: 30px;
  border: 1px #d5dfeb solid;
  border-radius: 4px;
}
.solution-list .section1 .text .desc ul li h3 {
  position: absolute;
  left: 16px;
  top: -18px;
  width: 120px;
  height: 36px;
  background-color: #0183c9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}
.solution-list .section2 ol li {
  background-color: #fff;
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  overflow: hidden;
}
.solution-list .section2 ol li .text {
  padding-right: 8%;
}
.solution-list .section2 ol li .more a {
  width: 110px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.5s;
}
.solution-list .section2 ol li .more .zx {
  background-color: #0183c9;
}
.solution-list .section2 ol li .more .zx:hover {
  background-color: #f5be34;
  color: #fff;
}
.solution-list .section2 ol li .more .fa {
  background-color: #f5be34;
}
.solution-list .section2 ol li .more .fa:hover {
  background-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content {
  display: flex;
  align-items: flex-start;
}
.product-system-list .system-content .pro-menu {
  width: 230px;
  margin-right: 36px;
}
.product-system-list .system-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3,
.product-system-list .system-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  cursor: pointer;
  transition: 0.5s;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .info span {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f3f8;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span img,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title {
  background: url(../image/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #f5be34;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(90deg);
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
img {
  max-width: 100%;
}
.product-list ul li a {
  padding: 8%;
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  transition: 0.5s;
}
.product-list ul li a .img {
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
  position: relative;
}
.product-list ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.product-list ul li a .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-list ul li a .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-list ul li a:hover {
  border-color: #0183c9;
}
.product-list ul li a:hover h3 {
  color: #0183c9;
}
.business-page .business-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business-page .business-content .pro-menu {
  width: 230px;
  margin-right: 36px;
}
.business-page .business-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3,
.business-page .business-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  cursor: pointer;
  transition: 0.5s;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info,
.business-page .business-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info span,
.business-page .business-content .pro-menu .pro-navs ol li > a .info span {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f3f8;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info span img,
.business-page .business-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover .icon,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title {
  background: url(../image/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #f5be34;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3,
.business-page .business-content .pro-menu .pro-navs ol li.active > a {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.business-page .business-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(90deg);
}
.business-page .business-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.business-page .business-content .pro-menu .rmcp {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  overflow: hidden;
}
.business-page .business-content .pro-menu .rmcp h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.business-page .business-content .pro-menu .rmcp ul li a .img {
  width: 90%;
  padding-top: 90%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.business-page .business-content .pro-menu .rmcp ul li a:hover h3 {
  color: #0183c9;
}
.business-page .business-content .content .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-page .business-content .content .img img {
  max-width: 100%;
}
.business-page .business-content .content .page-info {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  padding: 5%;
}
.business-page .business-content .content .page-info .zxzx {
  width: 124px;
  height: 40px;
  background-color: #0183c9;
  border-radius: 8px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-page .business-content .content .page-info .zxzx:hover {
  color: #fff;
  background-color: #f5be34;
}
.business-page .business-content .content .page-details {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.business-page .business-content .content .page-details .nav-common {
  border-bottom: 1px #d5dfeb solid;
}
.business-page .business-content .content .page-details .nav-common a.active,
.business-page .business-content .content .page-details .nav-common a:hover {
  color: #0183c9;
}
.business-page .business-content .content .page-details .scxz {
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #f5be34 solid;
  transition: 0.5s;
  border-radius: 4px;
}
.business-page .business-content .content .page-details .scxz:hover {
  color: #fff;
  background-color: #f5be34;
}
.business-page .business-content .content .page-details .details {
  padding: 5%;
}
.business-page .business-content .content .page-details .details .details-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px #d5dfeb solid;
}
.business-page .business-content .content .page-details .details .details-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.business-page .business-content .content .page-details .details .details-info h4 {
  margin-right: 6%;
}
.business-page .business-content .content .page-details .prev-next-bottom {
  border-top: 1px #d5dfeb solid;
}
.foor-right {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 99999;
  display: none;
}
.foor-right .foor-right-zx > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  border: solid 2px #008b36;
  font-size: 14px;
  transition: all 0.3s linear;
  padding: 12px 8px;
  background: url(../image/foot-right-zx.png) #008b36;
  background-size: 150%;
}
.foor-right .foor-right-zx > a span {
  width: 18px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.foor-right .foor-right-zx .info {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  padding-right: 0.2rem;
}
.foor-right .foor-right-zx .info .jut {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 2px #ffffff;
  padding: 20px;
}
.foor-right .foor-right-zx .info .fwrx {
  border-bottom: 1px solid #dddddd;
}
.foor-right .foor-right-zx .info .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background-color: #008b36;
  color: #fff;
  transition: all 0.3s linear;
  font-size: 14px;
}
.foor-right .foor-right-zx .info .tel a:hover {
  color: #fff;
}
.foor-right .foor-right-zx:hover .info {
  display: block;
}
.foor-right .gotop {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.foor-right .gotop:hover {
  background-color: #008b36;
}
.foor-right .gotop:hover .icon {
  color: #fff;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #0183c9;
  color: #fff;
  border: 1px solid #0183c9;
}
.pagination-box li .current {
  background: #0183c9;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #0183c9;
  display: inline-block;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}



 .hero-section {
            position: relative;
            /* 宽屏适配：最小高度100vh，宽度100vw */
            min-height: auto;
            /* width: 100vw; */
            background: url("../image/index-section2-bg.jpg") no-repeat center center;
            /*background: url("http://gzep.com.qihuadongli.cn/upload/default/20260625/c721a3dd0329b744aa23a7d47833abbe.jpg") no-repeat center center;*/
            
            /* 宽屏背景图适配：cover保证覆盖，no-repeat避免重复 */
            background-size: cover;
            background-attachment: fixed;
            color: white;
            /* 弹性布局居中，适配不同屏幕 */
            display: flex;
            align-items: center;
            justify-content: center;
            /* 内边距改为百分比，适配不同宽度 */
            padding: 50px 2%;
            margin-top: 100px;
        }
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, #008b36, #00883661);
            /* 遮罩层级 */
            z-index: 1;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            /* 宽屏适配：最大宽度1400px，最小宽度320px，宽度100% */
            /* max-width: 1600px; */
            /* min-width: 320px; */
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* 增加内边距，避免内容贴边 */
            gap: 30px;
        }
        .left-info {
            /* 弹性占比，适配不同屏幕 */
            /* flex: 1; */
            min-width: 300px;
        }
        /* 重新设计的服务网格布局 */
        .right-grid {
            flex: 1.2;
            min-width: 300px;
            display: grid;
            /* 1列大项 + 2列小项 组合布局 */
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 8px; /* 增加间距更美观 */
            /* 网格最小高度，避免内容挤压 */
            min-height: 300px;
        }
        /* 左侧大项 - 占2行1列 */
        .grid-item-large {
            grid-row: 1 / 3;
            grid-column: 1 / 2;
            background-color: #025d264f;
            padding: 40px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s;
            border-radius: 8px;
            /* 增加阴影，提升层次感 */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        /* 右侧4个小项 */
        .grid-item-small {
            background-color: #025d264f;
            padding: 20px 10px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        /* 悬停效果 */
        .grid-item-large:hover, .grid-item-small:hover {
            background-color: #ffcc008c;
            /* 悬停轻微上浮，提升交互感 */
            transform: translateY(-2px);
        }
        /* 图标样式区分大小 */
        .grid-item-large .icon {
            font-size: 60px;
            margin-bottom: 15px;
        }
        .grid-item-small .icon {
            font-size: 32px;
            margin-bottom: 8px;
        }
        /* 文字样式 */
        .grid-item-large .label {
            font-size: 18px;
            font-weight: bold;
        }
        .grid-item-small .label {
            font-size: 14px;
        }
        h1 {
            font-size: clamp(28px, 4vw, 42px); /* 响应式字体：最小28px，最大42px，随屏幕宽度变化 */
            margin-bottom: 15px;
            line-height: 1.2;
        }
        .subtitle {
            margin-top: 15px;
            font-size: clamp(14px, 1.8vw, 18px);
            margin-bottom: 15px;
            opacity: 0.9;
            line-height: 1.5;
        }
        .benefits-list {
            list-style: none;
            margin-bottom: 40px;
        }
        .benefits-list li {
            font-size: clamp(14px, 1.8vw, 18px);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            line-height: 1.4;
        }
        .benefits-list li::before {
            content: "✓";
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ffcc00;
            color: #0080ff;
            text-align: center;
            line-height: 20px;
            margin-right: 10px;
            font-weight: bold;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            padding: 12px 25px;
            background-color: white;
            color: #008936;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
            /* 按钮最小宽度，避免手机端挤压 */
            min-width: 120px;
            justify-content: center;
            /* 按钮阴影 */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .btn:hover {
            background-color: #ffcc008c;
            color: white;
        }
        .btn .arrow {
            margin-left: 10px;
            font-size: 18px;
        }
        /* 平板适配 (768px - 1024px) */
        @media (max-width: 1024px) {
            .hero-content {
                flex-direction: column;
                gap: 40px;
            }
            .left-info, .right-grid {
                flex: 0 0 100%;
                width: 100%;
            }
            .right-grid {
                /* 平板端网格调整为2列 */
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr 1fr;
                min-height: 400px;
            }
            .grid-item-large {
                grid-row: 1 / 2;
                grid-column: 1 / 3; /* 大项占1行2列 */
                padding: 30px 20px;
            }
            .grid-item-large .icon {
                font-size: 50px;
            }
        }
        /* 手机端适配 (≤767px) */
        @media (max-width: 767px) {
            .hero-section {
                padding: 20px 5%;
                min-height: 100vh;
            }
            .hero-content {
                gap: 30px;
            }
            .right-grid {
                /* 手机端改为1列堆叠 */
                grid-template-columns: 1fr;
                grid-template-rows: auto;
                gap: 10px;
            }
            .grid-item-large {
                grid-row: auto;
                grid-column: auto;
                padding: 25px 15px;
            }
            .grid-item-large .icon {
                font-size: 40px;
            }
            /* 手机端小项加大内边距，提升点击体验 */
            .grid-item-small {
                padding: 25px 15px;
            }
            .benefits-list {
                margin-bottom: 30px;
            }
            .benefits-list li {
                margin-bottom: 12px;
            }
            .btn {
                padding: 10px 20px;
                width: 100%; /* 手机端按钮全屏宽 */
            }
        }
        /* 超宽屏适配 (>1920px) */
        @media (min-width: 1921px) {
            .hero-content {
                max-width: 1600px;
            }
            .right-grid {
                gap: 12px;
            }
            .grid-item-large {
                padding: 50px 25px;
            }
            .grid-item-large .icon {
                font-size: 70px;
            }
            .grid-item-small .icon {
                font-size: 36px;
            }
        }




        .max1560 {
    max-width: 1600px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin: 0 auto;
    
}
.clearfix {
    zoom: 1;
}

/*  */
.home-section7 {
    position: relative;
    padding: 2.125% 0 0;
    background: #f4f4f4;
}

.home-section7 .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px;
}

.home-section7 .sec-head h2 {
    font-size: 48px;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section7 .sec-head h2 em {
    color: #1168c9;
    font-style: normal;
}

.home-section7 .sec-head h2 span {
    position: relative;
}

/* .home-section7 .sec-head h2 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
} */

.home-section7 .sec-head p {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
}

.home-section7 .sec-head .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1168c9;
    width: 240px;
    height: 70px;
    border: 2px solid #1168c9;
    transition: 0.3s;
}

.home-section7 .sec-head .more img {
    height: 25px;
    margin: 0 8px 0 0;
}

.home-section7 .sec-head .more:hover {
    background: #d4e8ff;
    border: 2px solid #d4e8ff;
}

.home-section7 .flexbox .box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.home-section7 .flexbox .box-col {
    flex: 1;
    padding: 0 12px;
    transition: 0.3s;
    overflow: hidden;
}

.home-section7 .flexbox .box-col .item {
    position: relative;
    height: 520px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.home-section7 .flexbox .box-col .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.home-section7 .flexbox .box-col .item .num {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 12px;
    font-size: 48px;
    color: #fff;
    
    opacity: 0.2;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .outer-mask {
    padding: 0 30px 35px 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .outer-mask .ico {
    height: 38px;
    margin: 0 0 12px;
}

.home-section7 .flexbox .box-col .item .outer-mask .ico img {
    height: 100%;
}

.home-section7 .flexbox .box-col .item .outer-mask h4 {
    margin: 0 0 30px;
}

.home-section7 .flexbox .box-col .item .outer-mask h4 span {
    position: relative;
    font-size: 30px;
    color: #fff;
}

/* .home-section7 .flexbox .box-col .item .outer-mask h4 span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    bottom: 5px;
    right: -20px;
} */

.home-section7 .flexbox .box-col .item .inner-mask {
    padding: 0 130px 65px 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .inner-mask .ico {
    height: 38px;
    margin: 0 0 12px;
}

.home-section7 .flexbox .box-col .item .inner-mask .ico img {
    height: 100%;
}

.home-section7 .flexbox .box-col .item .inner-mask h4 {
    margin: 0 0 30px;
}

.home-section7 .flexbox .box-col .item .inner-mask h4 span {
    position: relative;
    font-size: 30px;
    color: #fff;
}

/* .home-section7 .flexbox .box-col .item .inner-mask h4 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d4e8ff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -28px;
} */

.home-section7 .flexbox .box-col .item .inner-mask p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
    opacity: 1;
}

.home-section7 .flexbox .box-col .item .inner-mask .more {
    font-size: 16px;
    color: #d4e8ff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1168c9;
}

.home-section7 .flexbox .box-col:hover {
    flex: 3;
}

.home-section7 .flexbox .box-col:hover .item .num {
    opacity: 1;
}

.home-section7 .flexbox .box-col:hover .item .outer-mask {
    opacity: 0;
}

.home-section7 .flexbox .box-col:hover .item .inner-mask {
    opacity: 1;
}

@media (max-width: 1589px) {
    .home-section7 .sec-head h2 {
        font-size: 40px;
        margin-top: 10px;
    }
    .home-section7 .sec-head .more {
        font-size: 16px;
        width: 200px;
        height: 60px;
    }
    .home-section7 .flexbox .box-col .item {
        height: 450px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask {
        padding: 0 20px 25px 20px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask .ico {
        height: 25px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span:after {
        bottom: 2px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span {
        font-size: 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask {
        padding: 0 60px 25px 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask .ico {
        height: 25px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 span {
        font-size: 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 span:after {
        width: 10px;
        height: 10px;
        right: -20px;
    }
}

@media (max-width: 768px) {
    .home-section7 .flexbox .box-col .item {
        height: 380px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span {
        font-size: 16px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask {
        padding: 0 30px 15px 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 {
        margin: 0 0 15px;
    }
    .home-section7 .flexbox .box-col .item .num {
        font-size: 30px;
    }
    .home-section7 .flexbox .box-col {
        padding: 0 5px;
    }
}


.home-section8 {
    position: relative;
    margin-top: 5%;
    background: url()no-repeat left 35px;
    /* padding-bottom: 3.125%; */
    margin-bottom: 5%;
}

.home-section8 .flexbox {
    display: flex;
}

.home-section8 .flexbox .leftbox {
    flex: 0 0 46.5%;
    max-width: 46.5%;
    margin: 0 60px 0 0;
}

.home-section8 .flexbox .leftbox h2 {
    font-size: 48px;
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section8 .flexbox .leftbox h2 span {
    position: relative;
    /* color: #1168c9; */
}

.home-section8 .flexbox .leftbox .smtit {
    font-size: 18px;
    margin: 0 0 30px;
    color: #303030;
}

.home-section8 .flexbox .leftbox .line {
    margin: 0 0 35px;
    width: 90px;
    height: 2px;
    background: #008b36;
}

.home-section8 .flexbox .leftbox .des {
    color: #646464;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 45px;
}

.home-section8 .flexbox .leftbox .more {
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008936;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.home-section8 .flexbox .leftbox .more:hover {
    transform: translateX(10px);
}

.home-section8 .flexbox .leftbox .more img {
    width: 53px;
    margin: 0 0 0 20px;
}

.home-section8 .flexbox .rightbox {
    flex: 1;
    display: flex;
    align-items: center;
}

.home-section8 .flexbox .rightbox .leftitem img,
.home-section8 .flexbox .rightbox .rightitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section8 .flexbox .rightbox .leftitem {
    flex: 0 0 41.4%;
    max-width: 41.4%;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.home-section8 .flexbox .rightbox .rightitem {
    flex: 1;
    overflow: hidden;
}

.home-section8 .flexbox .rightbox .leftitem:hover img {
    transform: scale(1.05);
}

.home-section8 .flexbox .rightbox .rightitem:hover img {
    transform: scale(1.05);
}

@media (max-width:1200px) {
    .home-section8 .flexbox .leftbox h2 {
        font-size: 38px;
        margin-bottom: 0px;
    }
    .home-section8 .flexbox .leftbox .smtit {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .home-section8 .flexbox .leftbox .des {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.7;
    }
}

@media (max-width:992px) {
    .home-section8 .flexbox .leftbox {
        margin-right: 30px;
    }
}

@media (max-width:768px) {
    .home-section8 .flexbox {
        flex-wrap: wrap;
    }
    .home-section8 .flexbox .leftbox {
        flex: auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    .home-section8 .flexbox .leftbox .line {
        margin-bottom: 15px;
    }
    .home-section8 .flexbox .rightbox {
        width: 100%;
        flex: auto;
        margin-top: 15px;
    }
    .home-section8 .flexbox .leftbox .more {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .home-section8 .flexbox .leftbox .more {
        width: 180px;
        height: 40px;
    }
    .home-section8 .flexbox .leftbox h2{
        font-size:30px;
    }
   
}


/* home-section3 */

.home-section3 {
    position: relative;
    padding: 3.125% 0;
    /* background: #a5dcff; */
    /* background-image: url(../picture/page-bottom-back.webp); */
}

.home-section3 .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

.home-section3 .sec-head h2 {
    font-size: 48px;
    color: #fff;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section3 .sec-head h2 span{position:relative;color: #000;}
.home-section3 .sec-head h2 em{
    color: #000;
    font-style: normal;
}

/* .home-section3 .sec-head h2 span:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 5px;
    right: -28px;
} */

.home-section3 .sec-head p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    letter-spacing: 1px;
}

.home-section3 .sec-head .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    width: 205px;
    height: 50px;
    background: #008936;
    transition: 0.3s;
}

.home-section3 .sec-head .more:hover {
    background: #006628;
    color: #fff;
}

.home-section3-infoswiper {
    margin: 0 0 80px;
}

.home-section3-infoswiper .item h4 {
    margin: 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-section3-infoswiper .item h4 span {
    font-size: 36px;
    color: #1168c9;
    position: relative;
}

.home-section3-infoswiper .item h4 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -28px;
    display: none;
}

.home-section3-infoswiper .item p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 50px;
    overflow: hidden;
   /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    max-height: 174px;
}

.home-section3-infoswiper .item .more {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 50px;
    background: #008b36;
    transition: 0.3s;
}

.home-section3-infoswiper .item .more:hover {
    transform: translateX(10px);
}

.home-section3 .swiper-operate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.home-section3 .swiper-operate .prev-next {
    display: flex;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev,
.home-section3 .swiper-operate .prev-next .swiper-button-next {
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin: 0 22px 0 0;
    outline: none;
    transition: 0.3s;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:last-child,
.home-section3 .swiper-operate .prev-next .swiper-button-next:last-child {
    margin: 0;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev img,
.home-section3 .swiper-operate .prev-next .swiper-button-next img {
    width: 13px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.3s;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:hover,
.home-section3 .swiper-operate .prev-next .swiper-button-next:hover {
    border: 2px solid #1168c9;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:hover img,
.home-section3 .swiper-operate .prev-next .swiper-button-next:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.home-section3-pagination {
    position: static;
}

.home-section3-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    opacity: 1;
    background: #d4e8ff;
}

.home-section3-pagination .swiper-pagination-bullet:first-child {
    margin: 0;
}

.home-section3-pagination .swiper-pagination-bullet-active {
    background: #1168c9;
}

.home-section3-imgswiper {
    flex: 1;
}

.home-section3-imgswiper .swiper-slide {
    display: flex;
}

.home-section3 .outer-flexbox {
    display: flex;
}

.home-section3 .outer-flexbox .leftbox {
    flex: 0 0 27.25%;
    max-width: 27.25%;
    margin: 0 24px 0 0;
    background: #fff;
    padding: 45px 30px;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section3 .outer-flexbox .centerbox {
    flex: 1;
    margin: 0 24px 0 0;
    overflow: hidden;
    position: relative;
}

.home-section3 .outer-flexbox .centerbox a.imss {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section3 .outer-flexbox .centerbox:hover a.imss{
    background: rgba(0, 133, 55, 0.521);
}
.home-section3 .outer-flexbox .centerbox a.imss h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section3 .outer-flexbox .centerbox a.imss i {
    background: url(//cdn.myxypt.com/39cebb0e/26/02/e0cbf63d33020f67cf2e18f8e140c45ae47a6984.png) no-repeat center;
    width: 22px;
    height: 10px;
}

.home-section3 .outer-flexbox .centerbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section3 .outer-flexbox .centerbox:hover img {
    transform: scale(1.05);
}

.home-section3 .outer-flexbox .rightbox {
    flex: 0 0 33.5%;
    max-width: 33.5%;
    display: flex;
    flex-direction: column;
}

.home-section3 .outer-flexbox .rightbox .item {
    flex: 1;
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.home-section3 .outer-flexbox .rightbox .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section3 .outer-flexbox .rightbox .item:hover img {
    transform: scale(1.05);
}

.home-section3 .outer-flexbox .rightbox .item:last-child {
    margin: 0;
}

.home-section3 .outer-flexbox .rightbox .item a.imss {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section3 .outer-flexbox .rightbox .item:hover a.imss{
    background: rgba(0, 133, 55, 0.521);
}
.home-section3 .outer-flexbox .rightbox .item a.imss h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section3 .outer-flexbox .rightbox .item a.imss i {
    background: url(../images/liant.png) no-repeat center;
    width: 22px;
    height: 10px;
}

@media (max-width: 1589px) {
    .home-section3 .sec-head h2 {
        font-size: 40px;
    }
    .home-section3 .sec-head p {
        font-size: 20px;
    }
    .home-section3 .sec-head .more {
        font-size: 16px;
        width: 200px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .home-section3 .sec-head h2 {
        font-size: 36px;
    }
    .home-section3 .sec-head p {
        font-size: 16px;
    }
    .home-section3 .sec-head .more {
        font-size: 16px;
        width: 160px;
        height: 40px;
    }
    .home-section3 .outer-flexbox .leftbox {
        padding: 25px 30px;
    }
    .home-section3-infoswiper {
        margin-bottom: 50px;
    }
    .home-section3-infoswiper .item p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .home-section3-infoswiper .item h4 span {
        font-size: 30px;
    }
    .home-section3-infoswiper .item h4 {
        margin-bottom: 10px;
    }
    .home-section3-infoswiper .item .more {
        width: 180px;
        height: 40px;
    }
    .home-section3 .outer-flexbox .centerbox a.imss h3,
    .home-section3 .outer-flexbox .rightbox .item a.imss h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .home-section3 .outer-flexbox {
        flex-wrap: wrap;
    }
    .home-section3 .outer-flexbox .leftbox {
        flex: 100%;
        max-width: 100%;
        margin: 0;
    }
    .home-section3-imgswiper {
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 25px;
    }
    .home-section3 .outer-flexbox .centerbox a.imss,
    .home-section3 .outer-flexbox .rightbox .item a.imss {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 600px) {
    .home-section3 .sec-head h2 {
        font-size: 20px;
    }
    .home-section3 .sec-head p {
        font-size: 12px;
    }
    .home-section3 .sec-head .more {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .home-section3-imgswiper .swiper-slide {
        flex-wrap: wrap;
    }
    .home-section3 .outer-flexbox .centerbox {
        flex: 100%;
        max-width: 100%;
        margin: 0;
    }
    .home-section3 .outer-flexbox .rightbox {
        display: none;
    }
}
.max1560 {
    max-width: 1600px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin: 0 auto;
    
}
.clearfix {
    zoom: 1;
}
 /* 页面容器 */
        .news-container {
            width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
        }

        /* 新闻标题栏 */
        .news-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #009688; /* 主色调：绿色 */
            padding-bottom: 10px;
        }

        .news-title {
            font-size: 24px;
            color: #009688;
            font-weight: bold;
        }

        .news-title span {
            font-size: 16px;
            color: #666;
            margin-left: 10px;
            font-weight: normal;
        }

        .more-link {
            color: #009688;
            text-decoration: none;
            font-size: 14px;
        }

        .more-link:hover {
            text-decoration: underline;
        }

        /* 新闻主体内容 */
        .news-main {
            display: flex;
            gap: 30px;
            overflow: hidden;
            
        }

        /* 左侧头条新闻 */
        .news-banner {
            width: 50%;
            
        }
        .new-big{
          
          overflow: hidden;
           margin-bottom: 15px;
        }
        .news-banner:hover .banner-img{
          transform: scale(1.2);
          
          
        }

        .banner-img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 4px;
           
            transition: all 0.3s;
            overflow: hidden;
            
        }

        .banner-info .date {
            font-size: 18px;
            color: #008b36;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .banner-info .title {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .banner-info .desc {
            color: #666;
            line-height: 1.6;
            font-size: 14px;
        }

        /* 右侧新闻列表 */
        .news-list {
            width: 50%;
        }

        .news-item {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px dashed #eee;
            cursor: pointer;
        }
        .news-item:hover .item-date{
          background-color: #008b36;
          

        }
        .news-item:hover .date-day{
          color: #fff;
          

        }
        .news-item:hover .date-month{
          color: #fff;
          

        }
        .news-item:last-child {
            border-bottom: none;
        }

        .news-item:hover .item-title {
            color: #008b36;
        }
        .news-item:hover  .item-desc{
            color: #008b36;
        }

        .item-date {
            min-width: 100px;
            text-align: center;
            margin-right: 15px;
        }

        .date-day {
            font-size: 40px;
            color: #008b36;
            font-weight: bold;
            line-height: 1;
        }

        .date-month {
            font-size: 20px;
            color: #008b36;
        }

        .item-content {
            flex: 1;
        }

        .item-title {
            font-size: 21px;
            color: #333;
            margin-bottom: 8px;
            transition: color 0.3s;
        }

        .item-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 限制显示2行 */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .footer{
          background-color: #008b36;
        }
        .line {
          margin: 10px 0 35px;
          width: 90px;
          height: 2px;
          background: #008b36;
}

/*  */

.zz{
  font-size: 30px;
  font-weight: bold;
}





 .btnn {
            display: inline-flex;
            align-items: center;
            padding: 12px 25px;
            background-color: #00974b;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            /* font-weight: bold; */
            transition: background-color 0.3s, color 0.3s;
            /* 按钮最小宽度，避免手机端挤压 */
            min-width: 120px;
            justify-content: center;
            /* 按钮阴影 */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .btnn:hover {
            background-color: #005e2f;
            color: #ffffff;
        }