.main-color {
  color: #2fa2ad;
}
.w1400 {
  width: 1400px;
  margin: auto;
}
.w1260 {
  width: 1260px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: "思源黑体";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.icon {
  font-family: "思源黑体" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f7{
  background: #F7FBFE;
}
.bg-main{
  background: #2FA2AD;
}
.bg-f5 {
  background: #f5f5f5;
}
.bg-f9 {
  background: #eef1f7;
}
.bg-blue-pic{
  background: #2FA2AD;
  background-image: url(../images/product/nc-bg.jpg);
  background-size: cover;  
}
.bg-blue-pic2{
  background: #2FA2AD;
  background-image: url(../images/show/pro-yc/blue_bg.jpg);
  background-size: cover;  
}
.pt-108 {
  padding-top: 108px;
}
.box-border {
  box-sizing: border-box;
}
.font-72 {
  font-size: 4.5rem;
}
.font-60 {
  font-size: 3.75rem;
}
.font-36 {
  font-size: 2.25rem;
}
.font-32 {
  font-size: 2rem;
}
.font-30 {
  font-size: 1.875rem;
}
.font-28 {
  font-size: 1.75rem;
}
.font-24 {
  font-size: 1.5rem;
}
.font-20 {
  font-size: 1.25rem;
}
.font-48 {
  font-size: 3rem;
}
.font-40 {
  font-size: 2.5rem;
}
.font-18 {
  font-size: 1.125rem;
}
.font-16 {
  font-size: 1rem;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.color-0 {
  color: #000;
}
.color-1 {
  color: #161b29;
}
.color-2 {
  color: #253554;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4a5768;
}
.color-6 {
  color: #666;
}
.color-7 {
  color: #7b838e;
}
.color-9 {
  color: #999;
}
.colo-b {
  color: #b9cadf;
}
.color-f {
  color: #fff;
}
.color-8c{
  color: #8c8c8c;
}
.color-f8 {
  color: rgba(255, 255, 255, 0.8);
}
.border-radius-10px{
  border-radius: 10px;
}
.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: #2fa2ad;
}
.flex-1 {
  flex: 1;
}
.onlyPcShow{ display: flex !important; }
.onlyH5Show{ display: none !important; }
@media (max-width:575.98px) {
  .onlyPcShow{ display: none !important; }
  .onlyH5Show{ display: flex !important; }
}
header .head-nav {
  padding-top: 28px;
  transition: padding 0.4s;
}
header .head-nav ul li.common-lm {
  position: relative;
}
header .head-nav ul li > a.active .desc{
  color: #2fa2ad;
}
header .head-nav ul li > a.active {
  color: #2fa2ad;
}
header .head-nav ul li .case-son-nav {
  position: absolute;
  left: -200px;
  top: 100%;
  background-color: #f6f9fd;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
header .head-nav ul li .case-son-nav .left {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
}
header .head-nav ul li .case-son-nav .left a {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .head-nav ul li .case-son-nav .left a img {
  height: 42px;
}
header .head-nav ul li .case-son-nav .left a:hover p {
  color: #2fa2ad;
}
header .head-nav ul li .case-son-nav .right {
  border-left: 1px #eee solid;
  display: none;
}
header .head-nav ul li .case-son-nav .right a {
  width: 168px;
  height: 62px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav ul li .case-son-nav .right a:hover {
  background: #f0f1f5;
}
header .head-nav ul li .common-son-nav {
  position: absolute;
  right: 0;
  top: 100%;
  left: 0px;
  background-color: #f6f9fd;
  overflow: hidden;
  display: none;
  width: 480px;
}
header .head-nav ul li .common-son-nav.case-menu{
  left: -150px;
  width: 420px;
}
header .head-nav ul li .common-son-nav .nav {
  flex-direction: column;
}
header .head-nav ul li .common-son-nav .nav li a {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
header .head-nav ul li .pro-son-nav .nav li a {
  width: 200px;
}
header .head-nav ul li .pro-son-nav .nav li a h5{
  text-align: center;
}
header .head-nav ul li .pro-son-nav .nav li a .desc{
  border-top: 2px solid #30A2AD;
  display: inline-block;
}
header .head-nav ul li .common-son-nav .tab-content {
  border-left: 1px #ddd solid;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane {
  display: none;
  flex-wrap: wrap;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane .item {
  width: 33.33%;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane .item a:hover {
  color: #2fa2ad;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane a:hover {
  color: #2fa2ad;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane .item .pro-link {
  font-size: 12px;
  color: #aaa;
  line-height: 24px;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane .item .pro-link:hover {
  color: #2fa2ad;
}
header .head-nav ul li .common-son-nav .tab-content .tab-pane.active {
  /*display: flex;*/
  display: block;
}
/*header .head-nav ul li .common-son-nav.case-menu .tab-content .tab-pane.active {*/
/*  display: block;*/
/*}*/
header .head-nav ul li .other-son-nav {
  position: absolute;
  left: -100px;
  top: 100%;
  background-color: #f6f9fd;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
header .head-nav ul li .other-son-nav a {
  width: 168px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav ul li .other-son-nav a:hover {
  background: #f0f1f5;
}
header .head-nav ul li:hover > a {
  color: #2fa2ad;
}
header .head-nav ul li:hover .case-son-nav {
  display: flex;
}
header .head-nav ul li:hover .common-son-nav {
  display: flex;
}
header .head-nav ul li:hover .other-son-nav {
  display: block;
}
header .head-nav .login:hover .icon {
  color: #2fa2ad;
}
header.active {
  background: #fff;
}
header.active .head-nav {
  padding: 0;
}
header .menu .icon {
  font-size: 24px;
}
@keyframes navtop {
  0% {
    top: 120%;
  }
  100% {
    top: 100%;
  }
}
footer {
  background: #f7fafd;
}
footer .content .img {
  width: 320px;
}
footer .content .img img {
  max-width: 100%;
}
footer .content .contact .icon {
  color: #b2c5dc;
}
footer .content .contact .tel a {
  width: 160px;
  height: 52px;
  background-color: #2fa2ad;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .contact .tel a:hover {
  color: #ffffff;
}
footer .content .code img {
  width: 130px;
}
footer .foot-bom {
  border-top: 1px #c3c8d0 solid;
}
footer .foot-bom .links {
  align-items: center;
}
footer .foot-bom .links span {
  border-right: 1px #666 solid;
  line-height: 16px;
  height: 16px;
}
footer .foot-bom .links a {
  color: #4a5768;
}
footer .foot-bom .links a:hover {
  color: #2fa2ad;
}
footer .foot-bom a:hover {
  color: #444;
}
.foot-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2fa2ad;
  z-index: 9999;
}
.foot-btn a {
  height: 50px;
  width: 25%;
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
}
.foot-btn a .icon {
  color: #fff;
  font-size: 18px;
  margin-bottom: 2px;
}
.foot-btn a:first-child {
  border-left: none;
}
.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;
}
.common-pagination span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
}
.common-pagination .swiper-pagination-bullet-active {
  background: #2fa2ad !important;
  border: 1px #2fa2ad solid !important;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #2fa2ad;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.position .category ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 24px;
}
.position .category ul li:hover,
.position .category ul li.active {
  background: #2fa2ad;
}
.position .category ul li:hover a,
.position .category ul li.active a {
  color: #fff;
}
.breadcrumb {
  margin-bottom: 0rem;
  font-size: 14px;
  color: #2fa2ad;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a {
  color: #666;
  font-size: 14px;
}
.breadcrumb-item a:hover {
  color: #2fa2ad !important;
}
/* 翻页 start */
.pagination-box {
  text-align: center;
  line-height: 32px;
  color: #595959;
}
.pagination-box select {
  margin: 0 8px;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: top;
  color: #666;
}
.pagination-box a:last-child,
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
  background-color: #2fa2ad;
  border-color: #2fa2ad;
  color: #fff !important;
}
.pagination-box select {
  height: 32px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
  background-color: transparent !important;
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
  cursor: no-drop;
}
.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
  color: #e2e2e2 !important;
}
.pagination-box .page_num {
  border: none;
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
  content: '<';
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
  content: '>';
}
/* 翻页 end */
.searchlist-input-container {
  display: flex;
  width: 100%;
  background: #fff;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
}
.searchlist-input-container .key {
  flex: 1;
}
.searchlist-input-container .sub {
  height: 60px;
  background: #2fa2ad;
  color: #fff;
  width: 60px;
}
.searchlist-input-container .sub:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-banner .index-pagination span {
  background: #747d8b;
  width: 10px;
  height: 10px;
  border: 3px transparent solid;
}
.home-banner .index-pagination span.swiper-pagination-bullet-active {
  background: #fff;
  border: 3px #2fa2ad solid;
}
.home-banner .index-btns > div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  z-index: 2;
}
.home-banner .index-btns > div .icon {
  color: #eee;
}
.home-banner .index-btns > div:hover .icon {
  color: #2fa2ad;
}
.home-banner .index-btns .index-prev {
  left: 1%;
}
.home-banner .index-btns .index-next {
  right: 1%;
}
.home-introduce .content {
  background-color: #f7fbfe;
  border-radius: 10px;
  overflow: hidden;
}
.home-introduce .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/product/product-bg.jpg);
  background-size: cover;
}
.home-introduce .text a {
  width: 160px;
  height: 52px;
  background-color: #2fa2ad;
}
.home-introduce .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-introduce .text p {
  line-height: 30px;
}
.home-introduce ul li .item {
  background: url(../images/icon-bg.jpg);
  background-size: cover;
}
.home-introduce ul li .item .img {
  width: 24%;
}
.home-introduce ul li .item .img img {
  max-width: 100%;
}
.home-solution {
  background: url(../images/index/i-solution-bg.jpg);
  background-size: cover;
}
.home-solution ul {
  background: linear-gradient(to right bottom, rgba(221, 248, 250, 0.5), rgba(221, 248, 250, 0.5));
  backdrop-filter: blur(10px);
  transition: 0.5s;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.home-solution ul li {
  height: 33.33%;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  cursor: pointer;
}
.home-solution ul li:nth-child(2){
  /*height: 34%;*/
}
.home-solution ul li .img {
  width: 60px;
}
.home-solution ul li .img img {
  max-width: 100%;
}
.home-solution ul li:last-child {
  border-bottom: none;
}
.home-solution ul li.active {
  background-color: rgba(47, 162, 173, 0.5);
}
.home-solution ul li.active .ms-lg-3{
  color: #fff;
}
.home-solution .content .item {
  display: flex;
  background: linear-gradient(180deg, rgb(47 162 173 / 50%) 70%, rgb(255 255 255 / 20%) 100%);
  backdrop-filter: blur(10px);
  transition: 0.5s;
  border-radius: 6px;
  overflow: hidden;
}
.home-solution .content .item .img {
  width: 32%;
}
.home-solution .content .item .text h3 {
  border-bottom: 3px #fff solid;
}
.home-solution .content .item .text p {
  line-height: 30px;
}
.home-solution .content .item .text a {
  width: 162px;
  height: 52px;
  overflow: hidden;
  background: #73bfc7;
  backdrop-filter: blur(10px);
  transition: 0.5s;
}
.home-solution .content .item .text a:hover {
  background-color: #2fa2ad;
  color: rgba(255, 255, 255, 0.8);
}
.home-news .content .img {
  width: 90%;
}
.home-news .content .img a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-news .content .img a span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.home-news .content .img:hover img {
  transform: scale(1.1);
}
.home-news .content .img:hover .icon {
  color: #2fa2ad;
}
.home-news .content .text .title a {
  color: #b9cadf;
}
.home-news .content .text .title a .icon {
  color: #b9cadf;
}
.home-news .content .text .title a:hover {
  color: #2fa2ad;
}
.home-news .content .text .title a:hover .icon {
  color: #2fa2ad;
}
.home-news .content .text ul li {
  border-bottom: 1px #eee dashed;
}
.home-news .content .text ul li:last-child {
  border-bottom: none;
}
.home-news .content .text ul li a {
  display: flex;
  padding: 20px 0;
}
.home-news .content .text ul li a .thumb {
  display: none;
}
.home-news .content .text ul li a h5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  flex: 1;
  color: #666;
}
.home-news .content .text ul li a p {
  color: #7b838e;
}
.home-news .content .text ul li a .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.home-news .content .text ul li.cur {
  background-color: #2fa2ad;
}
.home-news .content .text ul li.cur a {
  padding: 0;
  display: flex;
  align-items: center;
}
.home-news .content .text ul li.cur a .thumb {
  display: block;
  width: 26%;
  height: 126px;
  overflow: hidden;
  position: relative;
}
.home-news .content .text ul li.cur a .info {
  display: block;
}
.home-news .content .text ul li.cur a .info p {
  color: #fff;
}
.home-news .content .text ul li.cur a h5 {
  color: #fff;
}
.home-news .content ol li .item {
  background: url(../images/news-bg.jpg);
  background-size: cover;
  height: 236px;
}
.home-news .content ol li .item .news-logo {
  height: 50px;
}
.home-news .content ol li .item .news-logo img {
  max-height: 100%;
  max-width: 100%;
  transition: 0.6s;
}
.home-news .content ol li .item p {
  line-height: 28px;
}
.home-news .content ol li .item:hover img {
  transform: translateX(20px);
}
.home-map {
  background-color: #f7fafd;
}
.home-map .content {
  justify-content: space-between;
}
.home-map .content .text {
  width: 22%;
}
.home-map .content .text .info {
  position: absolute;
  left: 0;
  top: 10px;
  width: 120%;
  z-index: 2;
}
.home-map .content .text .info h4 {
  width: 49%;
  height: 44px;
  background: #2fa2ad;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-map .content .text .info .data span {
  width: 50%;
  line-height: 28px;
  text-align: center;
}
.home-map .content .map {
  position: relative;
  display: flex;
  justify-content: center;
}
.home-map .content .map img {
  max-width: 100%;
}
.home-map .content ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-map .content ul li .img {
  height: 60px;
}
.home-map .content ul li .img img {
  max-height: 100%;
}
@keyframes map {
  0% {
    transform: scale(0.6);
  }
  12.5% {
    transform: scale(0.7);
  }
  25% {
    transform: scale(0.8);
  }
  37.5% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.8);
  }
  87.5% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.6);
  }
}
.home-client .client-container {
  height: 240px;
}
.home-client .client-container .swiper-slide {
  height: calc(50% - 8px);
}
.home-client .client-container .swiper-slide .img {
  height: 100%;
  border: 2px #e6eaf5 solid;
  transition: 0.5s;
  overflow: hidden;
}
.home-client .client-container .swiper-slide .img img {
  max-width: 94%;
  max-height: 94%;
}
.home-client .client-container .swiper-slide .img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.home-client .client-pagination {
  position: relative;
  text-align: center;
}
.home-client .client-pagination span {
  margin: 4px;
}
.home-client ol li .img {
  height: 90px;
  border: 2px #e6eaf5 solid;
}
.home-client ol li .img img {
  max-width: 94%;
  max-height: 94%;
}
.home-contact {
  background-color: #2fa2ad;
  z-index: 1;
}
.home-contact a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-contact canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  vertical-align: bottom;
  z-index: -1;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-banner .text a {
  width: 160px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2fa2ad;
}
.page-banner .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-banner .about-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.page-banner .about-text .content {
  background: rgba(47, 162, 173, 0.8);
  width: 64%;
}
.page-banner .about-text .content .info img {
  width: 30%;
}
.page-banner .about-text .content .info .desc {
  line-height: 24px;
}
.page-banner .about-text .content ul li {
  width: 24%;
}
.about-page .section1 ul li .item {
  background: url(../images/about/icon-bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.about-page .section1 ul li .item .img {
  width: 80px;
}
.about-page .section1 ul li .item .img img {
  max-width: 100%;
}
.about-page .section2 {
  background: url(../images/about/course-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.about-page .section2 .course-container {
  padding: 8px 0;
}
.about-page .section2 .course-container ol {
  display: flex;
  flex-wrap: wrap;
}
.about-page .section2 .course-container ol li {
  border-top: 1px #fff dashed;
  position: relative;
}
.about-page .section2 .course-container ol li::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 17px;
  height: 17px;
  background: url(../images/yuan.png) no-repeat;
  background-size: 100%;
}
.about-page .section2 .course-container ol li .item .desc {
  line-height: 28px;
}
.about-page .section2 .gallery-course ul li {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.about-page .section2 .gallery-course ul li h4 {
  position: relative;
}
.about-page .section2 .gallery-course ul li h4::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
}
.about-page .section2 .gallery-course ul li.swiper-slide-thumb-active h4::before {
  left: 0;
  right: 0;
}
.about-page .section3 {
  background-color: #f7fafd;
}
.about-page .section3 ul li .img {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
.about-page .section4 ul li .img {
  height: 114px;
  border: 2px #e6eaf5 solid;
  transition: 0.5s;
  overflow: hidden;
}
.about-page .section4 ul li .img img {
  max-width: 94%;
  max-height: 94%;
}
.about-page .section4 ul li .img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.service-page .section1 ul li .item {
  height: 240px;
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
}
.service-page .section1 ul li .item p {
  line-height: 28px;
}
.service-page .section2 {
  background-color: #f7fafd;
}
.service-page .section2 .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}
.join-page .section2 {
  background-color: #f7fafd;
}
.join-page .section2 ul li .item {
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  align-items: center;
}
.join-page .section4 {
  background-color: #f7fafd;
}
.join-page .section4 .content {
  height: 710px;
}
.join-page .section4 .content .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.join-page .section4 .content .swiper-container-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.join-page .section4 .content .swiper-slide {
  display: flex;
}
.join-page .section4 .content .gallery-top {
  width: 80%;
  height: 100%;
  margin-right: 30px;
}
.join-page .section4 .content .gallery-top h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  background: rgba(47, 162, 173, 0.7);
  display: flex;
  align-items: center;
  padding-left: 6%;
}
.join-page .section4 .content .thumbs {
  width: 20%;
}
.join-page .section4 .content .thumbs .gallery-thumbs {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.join-page .section4 .content .thumbs .gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}
.join-page .section4 .content .thumbs .gallery-thumbs .swiper-slide {
  flex-flow: column nowrap;
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
  position: relative;
}
.join-page .section4 .content .thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.join-page .section4 .content .thumbs .butt {
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  background-color: #eff3f8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.join-page .section4 .content .thumbs .butt.button-next {
  top: 0;
}
.join-page .section4 .content .thumbs .butt.button-next .icon {
  transform: rotate(180deg);
}
.join-page .section4 .content .thumbs .butt.button-prev {
  bottom: 0;
}
.join-page .section4 .content .common-pagination span {
  background-color: #eee;
  margin: 0 2px;
}
.contact-page .section1 .info {
  background-color: #f7fafd;
  height: 100%;
}
.contact-page .section1 .info .desc {
  line-height: 32px;
}
.contact-page .section1 ul li .item {
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
}
.contact-page .section2 {
  background-color: #f7fafd;
}
.contact-page .section2 .img {
  width: 26%;
}
.contact-page .section2 .content ol {
  border-bottom: 2px #d7dce2 solid;
}
.contact-page .section2 .content ol li a {
  position: relative;
}
.contact-page .section2 .content ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #2fa2ad;
  transition: 0.5s;
}
.contact-page .section2 .content ol li a:hover {
  color: #253554;
}
.contact-page .section2 .content ol li a.active::before {
  width: 100%;
}
.contact-page .section2 .content form .item {
  height: 54px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px #cad0d6 solid;
}
.contact-page .section2 .content form .item p i {
  color: red;
  display: inline-block;
  margin-right: 4px;
}
.contact-page .section2 .content form .item input {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #253554;
  width: auto !important;
}
.contact-page .section2 .content form .textarea {
  display: flex;
  border-radius: 4px;
  border: 1px #cad0d6 solid;
  height: 120px;
}
.contact-page .section2 .content form .textarea textarea {
  flex: 1;
  width: 80%;
  height: 100%;
  font-size: 16px;
  color: #253554;
  background: none;
  border: none;
  resize: none;
}
.contact-page .section2 .content form .area .distpicker {
  display: flex;
  justify-content: space-between;
}
.contact-page .section2 .content form .area .distpicker select {
  width: 32%;
  height: 54px;
  display: flex;
  background: none;
  align-items: center;
  border-radius: 4px;
  border: 1px #cad0d6 solid;
  padding: 0 10px;
}
.contact-page .section2 .content form button {
  width: 160px;
  height: 52px;
  background-color: #2fa2ad;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .section2 .content form button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.common-nav {
  background: #fff;
}
.common-nav ul {
  border-bottom: 2px #d9dde2 solid;
  display: flex;
  justify-content: center;
}
.common-nav ul li a {
  position: relative;
}
.common-nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 2px;
  background-color: #2fa2ad;
  transition: 0.5s;
  overflow: hidden;
}
.common-nav ul li a.active,
.common-nav ul li a:hover {
  position: relative;
  color: #2fa2ad;
}
.common-nav ul li a.active::before,
.common-nav ul li a:hover::before {
  left: 0;
  right: 0;
}
.common-nav.active {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 99;
}
.video-list ul li .item .img {
  height: 290px;
  overflow: hidden;
}
.video-list ul li .item .img span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-list ul li .item .img span .icon {
  color: #ffffff;
}
.video-list ul li .item:hover img {
  transform: scale(1.1);
}
.video-list ul li .item:hover h4 {
  color: #2fa2ad;
}
.news-list .news-new .text .desc {
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list .news-new .text span {
  width: 160px;
  height: 52px;
  background-color: #2fa2ad;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list .news-new .text span:hover {
  color: rgba(255, 255, 255, 0.8);
}
.news-list ul li .item .img {
  height: 290px;
  overflow: hidden;
}
.news-list ul li .item:hover img {
  transform: scale(1.1);
}
.news-list ul li .item:hover h4 {
  color: #2fa2ad;
}
.product-nav ul li .item {
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.product-nav ul li .item h4 {
  width: 120px;
}
.product-nav ul li .item:hover,
.product-nav ul li .item.active {
  background: url(../images/product/icon-bg2.jpg);
  background-size: cover;
  background-position: center center;
}
.product-nav ul li .item:hover h4,
.product-nav ul li .item.active h4 {
  color: #fff;
}
.prodcut-info .content {
  background-color: #f7fafd;
}
.prodcut-info .content .item {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/product/product-bg.jpg);
  background-size: cover;
}
.prodcut-info .content .item .title {
  border-bottom: 3px #2fa2ad solid;
}
.prodcut-info .content .item .desc {
  line-height: 36px;
}
.product-adv {
  background-color: #f7fafd;
}
.product-adv ul {
  display: flex;
  flex-wrap: wrap;
}
.product-adv ul li {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 4%;
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
  height: 254px;
  z-index: 1;
  overflow: hidden;
}
.product-adv ul li img {
  z-index: -1;
}
.product-adv ul li:nth-child(3n+1) {
  margin-left: 0;
}
.product-adv ul li:nth-child(1) {
  width: 40%;
}
.product-adv ul li:nth-child(6) {
  width: 40%;
}
.product-adv ul li .desc {
  line-height: 26px;
}
.case-nav ul li .item {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/case/iconbg1.jpg);
  background-size: cover;
  background-position: center center;
}
.case-nav ul li .item h4 {
  width: 170px;
}
.case-nav ul li .item:hover,
.case-nav ul li .item.active {
  background: url(../images/case/iconbg2.jpg);
  background-size: cover;
  background-position: center center;
}
.case-nav ul li .item:hover h4,
.case-nav ul li .item.active h4 {
  color: #fff;
}
.bzx-page .section3 {
  background: url(../images/case/zdx-bg1.jpg);
  background-size: 100%;
}
.bzx-page .section3 .img img {
  max-width: 100%;
  margin: auto;
}
.common-class-info {
  z-index: 1;
}
.common-class-info::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: url(../images/case/zdx-bg.jpg) no-repeat;
  background-position: right bottom;
  background-size: 36%;
  z-index: -1;
}
.common-class-info .text {
  padding-right: 10%;
}
.common-class-info .text .item {
  overflow: hidden;
  background: linear-gradient(to right bottom, rgba(112, 228, 239, 0.2), rgba(112, 228, 239, 0.2));
  backdrop-filter: blur(10px);
  transition: 0.5s;
  border: 2px #70e4ef solid;
}
.common-class-info .text .item .desc {
  line-height: 28px;
}
.other-case {
  background-color: #f7fafd;
}
.other-case ul li .item {
  height: 100%;
  background: url(../images/icon-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.other-case ul li .item .img {
  border-right: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 130px;
}
.other-case ul li .item .desc {
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benchmark-case .school-logo ul li {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.benchmark-case .school-logo ul li .img {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
}
.benchmark-case .school-logo ul li .img img {
  max-width: 100%;
  max-height: 100%;
  min-height: 80%;
}
.benchmark-case .school-logo ul li.swiper-slide-thumb-active h4 {
  color: #2fa2ad;
}
.benchmark-case .school-logo ol li .title {
  height: 140px;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  border-bottom: 2px #e6eaf5 solid;
  cursor: pointer;
}
.benchmark-case .school-logo ol li.swiper-slide-thumb-active .title {
  background: url(../images/case/icon-bg2.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.benchmark-case .school-content .btns div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7fafd;
}
.benchmark-case .school-content .btns .school-prev {
  left: 0;
}
.benchmark-case .school-content .btns .school-next {
  right: 0;
}
.benchmark-case .school-content .school-container ol li .common-school .item .img {
  padding-top: 58%;
  position: relative;
}
.benchmark-case .school-content .school-container ol li .coomon-school-thumb ul li {
  height: 106px;
  cursor: pointer;
}
.benchmark-case .school-content .school-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benchmark-case .school-content .school-text h6 {
  border-bottom: 2px #d5d8dc solid;
}
.benchmark-case .school-content .school-text .desc {
  line-height: 28px;
}
.benchmark-case .school-content .school-text .imgtext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benchmark-case .school-content .school-text .imgtext p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}
.benchmark-case .school-content .school-text .imgtext p img {
  margin-bottom: 16px;
}
.benchmark-case .school-content .school-text .text-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.benchmark-case .school-content .school-text .text-desc p {
  width: 32%;
  font-size: 14px;
  line-height: 30px;
}
.benchmark-case .media-news li .item {
  background: url(../images/news-bg.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}
.benchmark-case .media-news li .item .news-logo {
  height: 50px;
  transition: 0.6s;
}
.benchmark-case .media-news li .item .news-logo img {
  max-height: 100%;
  max-width: 100%;
}
.benchmark-case .media-news li .item p {
  line-height: 28px;
}
.benchmark-case .media-news li .item:hover {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.benchmark-case .media-news li .item:hover .news-logo {
  transform: translateX(30px);
}
.left-Suspended {
  position: fixed;
  bottom: 10%;
  right: 3%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.left-Suspended a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b6c8de;
}
.left-Suspended a .icon {
  font-size: 24px;
  color: #fff;
}
.left-Suspended a:hover {
  background-color: #2fa2ad;
}
.yl-page .section1 {
  background: url(../images/product/yl-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.yl-page .section1 ul {
  border-radius: 12px;
}
.yl-page .section1 ul > li {
  padding: 36px 8% 24px;
  border-bottom: 3px #ecf1f9 solid;
  display: flex;
  align-items: center;
}
.yl-page .section1 ul > li:last-child {
  border-bottom: none;
}
.yl-page .section1 ul > li h3 {
  width: 146px;
  height: 50px;
  background-color: #2fa2ad;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6%;
}
.yl-page .section1 ul > li ol {
  display: flex;
}
.yl-page .section1 ul > li ol li .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yl-page .section1 ul > li ol li .img img {
  max-height: 110px;
  max-width: 100%;
  display: block;
}
.yl-page .section2 ul li .item {
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
  border-bottom: 1px #e6eaf5 solid;
}
.yn-page .section1 {
  background: url(../images/product/yn-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.yn-page .section1 .img {
  border-radius: 10px;
  overflow: hidden;
}
.yn-page .section1 ul li {
  height: 80px;
  padding-left: 8%;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.yn-page .section1 ul li:last-child {
  margin-bottom: 0;
}
.yn-page .section2 {
  background-color: #f7fafd;
}
.yn-page .section3 ul li .item {
  display: flex;
  align-items: center;
  background-color: #2fa2ad;
}
.yn-page .section3 ul li .item .text span {
  width: 42px;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
}
.yn-page .section3 ul li .item .text .desc {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
}
.yn-page .section3 ul li .item .text .desc p {
  width: 50%;
}
.yn-page .section3 ul li .item .img {
  width: 26%;
}
.yn-page .section3 ul li .item .img img {
  max-width: 100%;
}
.yn-page .section4 {
  background: url(../images/product/yl-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.yn-page .section4 ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.yn-page .section5 {
  background-color: #ecf1f9;
}
.yn-page .section5 .item {
  display: flex;
  justify-content: space-between;
}
.yn-page .section5 .item .img {
  width: 28%;
  border-radius: 8px;
  overflow: hidden;
}
.yn-page .section5 .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-left: 6%;
  flex: 1;
}
.yn-page .section5 .item ul li {
  background-image: linear-gradient(#fefeff, #f9fbfe, #f6f9fd, #f3f7fc, #fafbfe);
  width: 30%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yn-page .section6 ul li .item {
  background-color: #f3f7fc;
  border-bottom: 1px #e6eaf5 solid;
}
.yn-page .section6 ul li .item p {
  line-height: 26px;
}
.yx-page .section1 {
  background: url(../images/product/yx-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.yx-page .section1 .img {
  display: flex;
  justify-content: center;
}
.yx-page .section1 .img img {
  max-width: 100%;
}
.yx-page .section2 ul li .item {
  height: 240px;
  background-color: #2fa2ad;
}
.yx-page .section2 ul li .item h3 {
  color: rgba(255, 255, 255, 0.8);
}
.yx-page .section2 ul li .item h5 {
  line-height: 36px;
}
.yx-page .section3 {
  background: url(../images/product/yn-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.yx-page .section3 ul {
  border-radius: 10px;
  background: #fff;
}
.yx-page .section3 ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px #ecf1f9 solid;
}
.yx-page .section3 ul li:nth-child(odd) {
  background-color: #f5f8fc;
}
.yx-page .section3 ul li > div {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.yx-page .section3 ul li .name1 {
  width: 22%;
}
.yx-page .section3 ul li .name2 {
  width: 30%;
  border-left: 2px #ecf1f9 solid;
}
.yx-page .section3 ul li .name3 {
  width: 22%;
  border-left: 2px #ecf1f9 solid;
}
.yx-page .section3 ul li .name4 {
  width: 26%;
  border-left: 2px #ecf1f9 solid;
}
.yx-page .section4 ul li .item {
  background-color: #f3f7fc;
  border-bottom: 1px #e6eaf5 solid;
}
.yx-page .section4 ul li .item p {
  line-height: 26px;
}
.lx-page .section1 {
  background-color: #f7fafd;
}
.lx-page .section1 ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.lx-page .section1 ul li {
  background-color: #2fa2ad;
  width: 48%;
}
.lx-page .section1 ul li span {
  width: 42px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lx-page .section1 ul li p {
  line-height: 28px;
}
.lx-page .section2 {
  background-color: #2fa2ad;
}
.lx-page .section2 ol {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10%;
}
.lx-page .section2 ol li {
  width: 48%;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.lx-page .section2 ol li p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(151, 209, 214, 0.6);
}
.lx-page .section2 ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lx-page .section2 ul li {
  background-color: #fff;
  width: 48%;
  height: 220px;
}
.lx-page .section2 ul li span {
  width: 42px;
  height: 3px;
  background-color: #8f98a9;
}
.lx-page .section2 ul li p {
  line-height: 28px;
}
.lx-page .section3 ul li .item {
  display: flex;
  background-color: #2fa2ad;
  border-radius: 8px;
  overflow: hidden;
}
.lx-page .section3 ul li .item .text h2 {
  color: rgba(255, 255, 255, 0.8);
}
.lx-page .section3 ul li .item .text .desc {
  line-height: 32px;
}
.lx-page .section3 ul li .item .img {
  width: 40%;
  position: relative;
}
.zhxy-page .section1 ol li {
  position: relative;
}
.zhxy-page .section1 ol li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(47, 162, 173, 0.8), rgba(47, 162, 173, 0.6), rgba(47, 162, 173, 0.4), rgba(47, 162, 173, 0.2), rgba(47, 162, 173, 0), rgba(47, 162, 173, 0), rgba(47, 162, 173, 0));
}
.zhxy-page .section2 {
  background: url(../images/case/zhxy-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.zhxy-page .section2 ul {
  display: flex;
  flex-wrap: wrap;
}
.zhxy-page .section2 ul li {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 3%;
  background: #ebecf7;
  height: 254px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.zhxy-page .section2 ul li img {
  z-index: -1;
}
.zhxy-page .section2 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.zhxy-page .section2 ul li:nth-child(1) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.zhxy-page .section2 ul li:nth-child(6) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.zhxy-page .section2 ul li p {
  line-height: 26px;
}
.dsj-page .section1 {
  background: url(../images/case/yl-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.dsj-page .section1 ul {
  display: flex;
}
.dsj-page .section1 ul .item {
  width: 36%;
}
.dsj-page .section1 ul .item .text {
  height: 264px;
  display: flex;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
  align-items: center;
}
.dsj-page .section1 ul .item .text .i-icon {
  width: 90px;
}
.dsj-page .section1 ul .item .text .i-icon img {
  max-width: 100%;
}
.dsj-page .section1 ul .item .text .desc > div {
  line-height: 30px;
}
.dsj-page .section1 ul .img {
  position: relative;
}
.dsj-page .section2 {
  background-color: #f7fafd;
}
.dsj-page .section2 .img {
  display: flex;
  justify-content: center;
}
.dsj-page .section2 .img img {
  max-width: 100%;
}
.ytx-page .section1 {
  background: url(../images/case/yx-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.ytx-page .section1::before {
  content: none;
}
.ytx-page .section1 .img {
  display: flex;
  justify-content: center;
}
.ytx-page .section1 .img img {
  max-width: 100%;
}
.ytx-page .section2 {
  background-color: #f7fafd;
}
.ytx-page .section2 ul {
  display: flex;
}
.ytx-page .section2 ul .item {
  width: 36%;
}
.ytx-page .section2 ul .item .text {
  height: 210px;
  display: flex;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
  align-items: center;
}
.ytx-page .section2 ul .item .text .i-icon {
  width: 90px;
}
.ytx-page .section2 ul .item .text .i-icon img {
  max-width: 100%;
}
.ytx-page .section2 ul .item .text .desc > div {
  line-height: 30px;
}
.ytx-page .section2 ul .img {
  position: relative;
}
.ytx-page .section3 {
  background: url(../images/case/yl-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.ytx-page .section3 ul {
  display: flex;
  flex-wrap: wrap;
}
.ytx-page .section3 ul li {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 3%;
  background: #ebecf7;
  height: 206px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ytx-page .section3 ul li img {
  z-index: -1;
}
.ytx-page .section3 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.ytx-page .section3 ul li:nth-child(1) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.ytx-page .section3 ul li:nth-child(6) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.ytx-page .section3 ul li p {
  line-height: 26px;
}
.zdx-page .section1 {
  background: url(../images/case/yx-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.zdx-page .section1::before {
  content: none;
}
.zdx-page .section1 .img {
  display: flex;
  justify-content: center;
}
.zdx-page .section1 .img img {
  max-width: 100%;
}
.zdx-page .section2 {
  background-color: #f7fafd;
}
.zdx-page .section2 ul {
  display: flex;
}
.zdx-page .section2 ul .item {
  width: 36%;
}
.zdx-page .section2 ul .item .text {
  height: 210px;
  display: flex;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
  align-items: center;
}
.zdx-page .section2 ul .item .text .i-icon {
  width: 90px;
}
.zdx-page .section2 ul .item .text .i-icon img {
  max-width: 100%;
}
.zdx-page .section2 ul .item .text .desc > div {
  line-height: 30px;
}
.zdx-page .section2 ul .img {
  position: relative;
}
.zdx-page .section3 {
  background: url(../images/case/yl-bg.jpg);
  background-size: cover;
}
.zdx-page .section3 ul {
  display: flex;
  flex-wrap: wrap;
}
.zdx-page .section3 ul li {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 3%;
  background: #ebecf7;
  height: 206px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.zdx-page .section3 ul li img {
  z-index: -1;
}
.zdx-page .section3 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.zdx-page .section3 ul li:nth-child(1) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.zdx-page .section3 ul li:nth-child(6) {
  width: 40%;
  background: url(../images/case/icon-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.zdx-page .section3 ul li p {
  line-height: 26px;
}
.news-detail .title {
  border-bottom: 1px #e3e3e3 solid;
}
.news-detail .content {
  line-height: 24px;
  min-height: 200px;
}
.news-detail .content img {
  max-width: 100%;
  display: block;
  margin: auto !important;
}
.news-detail .content iframe {
  width: 100% !important;
  height: 600px !important;
}
.news-detail .news-detail-footer {
  border-top: 1px #f5f5f5 solid;
}
.news-detail .news-detail-footer a {
  font-size: 14px;
  color: #333;
}
.news-detail .news-detail-footer a:hover {
  color: #2fa2ad;
}
.foot-suspended {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 3%;
  z-index: 9999;
}
.foot-suspended .link {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot-suspended .link a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-suspended .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 50%;
  background: #2fa2ad;
  border-radius: 18px;
  color: #fff;
}
.son-pro {
  background-color: #f8f8f8;
}
.son-pro .content {
  height: 50px;
}
.son-pro .content .icon {
  font-size: 20px;
}
.popups {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popups .form-check-input:checked {
  background-color: #2fa2ad;
  border-color: #2fa2ad;
}
.popups .content {
  width: 1200px;
  background-color: #f3f6ff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.popups .content::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 22%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right bottom, rgba(229, 237, 246, 0.4), rgba(222, 235, 244, 0.7));
  backdrop-filter: blur(10px);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.popups .content .title {
  display: flex;
}
.popups .content .title .img {
  width: 28%;
}
.popups .content .popups-close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.popups .content .popups-close:hover {
  color: #2fa2ad;
}
.popups .content form {
  position: relative;
  z-index: 2;
  flex: 1;
}
.popups .content form .item input {
  border: 2px #b2c5dc solid;
  border-radius: 4px;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
.popups .content form button {
  width: 260px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2fa2ad;
}
.popups .content form button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.ncgl-page .section1 {
  background: url(../images/product/nc-bg.jpg);
  background-size: cover;
}
.ncgl-page .section1 ul li .item {
  height: 240px;
  background-image: linear-gradient(#fefeff, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
}
.ncgl-page .section1 ul li .item p {
  line-height: 28px;
}
.ncgl-page .section2 .content {
  background-color: #f7fafd;
}
.ncgl-page .section2 .content p {
  line-height: 26px;
}
.jypx-page {
  background: #f7fafd;
}
.jypx-page .section1 .text p {
  line-height: 30px;
}
.jypx-page .section1 ul li .item h4 {
  height: 40px;
  background: #2fa2ad;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyfw-page .section1 {
  background: url(../images/product/nc-bg.jpg);
  background-size: cover;
}
.nyfw-page .section1 .content {
  position: relative;
}
.nyfw-page .section1 .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  height: 4px;
  background: #fff;
}
.nyfw-page .section1 .product-container {
  height: 640px;
}
.nyfw-page .section1 .product-container ul li {
  height: 100%;
}
.nyfw-page .section1 .product-container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  margin: auto;
}
.nyfw-page .section1 .product-container ul li .item {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 300px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.nyfw-page .section1 .product-container ul li .item .img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nyfw-page .section1 .product-container ul li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.nyfw-page .section1 .product-container ul li .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 18px;
}
.nyfw-page .section1 .product-container ul li:nth-child(odd) .item {
  bottom: 0;
}
.nyfw-page .section1 .product-container ul li:nth-child(odd) .item .icon {
  top: -10px;
  transform: rotate(180deg);
}
.nyfw-page .section1 .product-container ul li:nth-child(even) .item {
  top: 0;
}
.nyfw-page .section1 .product-container ul li:nth-child(even) .item .icon {
  bottom: -10px;
}
.szxcdn-page .section1 {
  background: #f7fafd;
}
.szxcdn-page .section1 .img img {
  max-width: 100%;
}
.szxcdn-page .section2 .img img {
  object-fit: cover;
}
.szxcdn-page .section2 ul li {
  background-image: linear-gradient(#fafcfe, #f5f8fd, #f6f9fd, #f3f7fc, #fafbfe);
  border-bottom: 1px #e6eaf5 solid;
}
.szxc-page .section1 {
  background: url(../images/product/nc-bg.jpg);
  background-size: cover;
}
.szxc-page .section1 ul li .item img {
  border-radius: 10px;
  overflow: hidden;
}
.szxc-page .section2 {
  background: #f7fafd;
}
.szxc-page .section2 .img img {
  max-width: 100%;
}
.xczl-page .section1 {
  background: url(../images/product/nc-bg.jpg);
  background-size: cover;
}
.xczl-page .section1 ul li .item {
  background-color: #fff;
}
.xczl-page .section1 ul li .item .text div {
  display: flex;
  flex-wrap: wrap;
}
.xczl-page .section1 ul li .item .text div span {
  width: 33.333%;
  line-height: 30px;
}
.xczl-page .section2 .content {
  background-color: #f7fafd;
}
.szxc-line {
  border-bottom: 2px #2fa2ad solid;
}

/*方案页*/
.hx-common-tab li .item{
    background: #2FA2AD;
    border-radius: 10px;
    height: 15rem;
    overflow: hidden;
    padding: 25px 22px;
    position: relative;
}
.hx-common-tab li .item img{
    width: 30px;
    display: inline-block;
}
.hx-common-tab li .item h4{
    position: absolute;
    top: 10px;
    left: 60px;
    width: calc(100% - 70px);
    line-height: 30px;
}
.hx-common-tab li .item p{
    /*margin-top: 30px;*/
    color: #F7FBFE;
    line-height: 28px;
}
.hxjs-page .sjwj li .item {
    background: #F7FBFE;
    border-radius: 10px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.hxjs-page .sjwj li .item img{
    width: 50px;
    display: inline-block;
}
.hxjs-page .sjwj li .item h4{
    position: absolute;
    top: 36px;
    right: 10px;
    width: calc(100% - 130px);
    line-height: 40px;
}
.hxjs-page .sjwj li .item p{
    line-height: 36px;
}
.hxjs-page .section2{
    background: #fff;
}
.check-item img{
    width: 30px;
}
.check-item {
    line-height: 30px;
}
.w60px{
    width: 60px;
}
.w50px{
    width: 50px;
}
.w-90{
    width: 90%;
}
.w-70{
    width: 70%;
}
.bottom-line{
    border-bottom: 3px #2fa2ad solid;
}


.lineHeight-36{
  line-height: 36px;
}
.jg-target li .item{
  height: 200px;
  overflow: hidden;
}
.jg-target .art-font{
  font-size: 4.2rem;
  background: linear-gradient(180deg, rgb(47 162 173 / 80%) 30%, rgb(255 255 255 / 100%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width:575.98px) {
  .jg-target .art-font{ font-size: 2rem; }
  .jg-target .w60px{ width: 30px; }
  .jg-target .lineHeight-36{ line-height: 28px}
  .jg-target .font-20 { font-size: 10px; }
}

.pic-dec-box{
  position: relative;
}
.pic-dec-box p{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(42,152,163,0.5);
}
.radius-10{
    border-radius: 5px;
}
/*智能农业*/
.zhnc-case-contain{
    position: relative;
}

.zhnc-case-contain .zhnc-pagination > span{
  margin: 0 3px;
}
.zhnc-case-contain .zhnc-pagination{
  bottom: 10px;
  left: 0;
  width: 100%;
}
.zhnc-case-contain .index-btns > div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  z-index: 2;
}
.zhnc-case-contain .index-btns > div .icon {
  color: #fff;
  background: rgba(0,0,0,0.1);
  padding: 20px 0;
  border-radius: 5px;
}
.zhnc-case-contain .index-btns > div:hover .icon {
  color: #2fa2ad;
}
.zhnc-case-contain .index-btns .zhnc-prev {
  left: 0;
}
.zhnc-case-contain .index-btns .zhnc-next {
  right: 0;
}
.gray-tag li>div{
  height: 180px;
  width: 100%;
  border-radius: 10px;
}

.text-justify{
  text-align: justify;
}
.text-justify p{
  text-align: justify !important;
}
.pc-80-h5-100{
  width: 80%;
}
@media (max-width:575.98px) {
    .pc-80-h5-100{
      width: 100%;
    }
}
/*# sourceMappingURL=./style.css.map */