@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #007a78;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #333333;
  font-family: 'mon';
  font-weight: 400;
}
.ht-500{
  max-height: 250px;
  overflow-y: auto;
}
.level3-menu{
    position:absolute;
    display:none;
    z-index:99999;
    background:#fff;
    min-width:220px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.level3-menu li{
    position:relative;
    list-style:none;
}

.level3-menu a{
    display:block;
    padding:10px 20px;
    white-space:nowrap;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.container {
  width: 1550px;
}
@-webkit-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moreCont {
  padding: 5px 20px 5px 8px;
  cursor: pointer;
  background: var(--color);
  border-radius: 28px;
  color: #fff;
}
.moreCont .moreContCir {
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #159c9a;
  font-size: 24px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.moreCont:hover {
  background-color: #045150;
}
.moreCont:hover .moreContCir {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.moreCont.white {
  background: #fff;
  color: #333;
}
#header {
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  font-weight: 500;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 60px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.open > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.open > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #19262a;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  z-index: 2;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  overflow-y: auto;
  padding-right: 6px;
  max-height: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #007a78;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active > .nav .ftop,
#header.inner_active > .nav .ftop {
  height: 0;
  padding: 0;
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 860px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: #fff;
  top: -10%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  max-width: 890px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  max-width: 800px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .img2 {
  right: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52%;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img2_2 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .sPage {
  bottom: 30px;
  z-index: 2;
  left: 0;
  width: 100%;
}
#banner .sPage .swiper-pagination-bullets {
  text-align: left;
}
#banner .sPage .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}
#banner .sPage2 {
  bottom: 30px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  left: 0;
}
#banner .sPage2 .cont {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 4px 20px;
  color: #fff;
}
#banner .sPage2 .cont .activeNum {
  width: 26px;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .sub1 {
  width: 940px;
  height: 160px;
  bottom: 80px;
  left: -15px;
  z-index: -1;
}
#index-body .init-1 .container .titleC .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
#index-body .init-1 .container .titleC .left .tipsTitle {
  font-weight: 500;
  color: var(--color);
}
#index-body .init-1 .container .content .left {
  width: 26%;
}
#index-body .init-1 .container .content .left .numCont {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  color: var(--color);
}
#index-body .init-1 .container .content .left .numCont .activeNum {
  width: 96px;
  text-align: right;
  font-size: 76px;
  position: relative;
  top: 10px;
}
#index-body .init-1 .container .content .left .numCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -16px;
  left: 0;
  background-color: var(--color);
}
#index-body .init-1 .container .content .left .swiper ul li .box .title {
  display: block;
}
#index-body .init-1 .container .content .left .swiper ul li .box .des {
  color: #666;
}
#index-body .init-1 .container .content .left .sPage .btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
#index-body .init-1 .container .content .left .sPage .btn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#index-body .init-1 .container .content .right {
  width: 64%;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .content .right::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 200px;
  z-index: -1;
  background-color: #f5f5f7;
  border-radius: 10px;
}
#index-body .init-1 .container .content .right .swiper {
  width: 100%;
  margin: 0;
}
#index-body .init-1 .container .content .right .bigImg {
  width: 74%;
}
#index-body .init-1 .container .content .right .bigImg ul li .box {
  padding: 50px 0;
}
#index-body .init-1 .container .content .right .bigImg ul li .box .img {
  display: block;
}
#index-body .init-1 .container .content .right .bigImg ul li .box .img img {
  width: 100%;
}
#index-body .init-1 .container .content .right .smallImg {
  width: 84px;
}
#index-body .init-1 .container .content .right .smallImg ul {
  height: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .init-1 .container .content .right .smallImg ul li .box {
  overflow: hidden;
  width: 100%;
  height: 84px;
  border: 4px solid #f5f5f7;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-1 .container .content .right .smallImg ul li .box:hover {
  border: 4px solid #fff;
}
#index-body .init-1 .container .content .right .smallImg ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 {
  z-index: 2;
}
#index-body .init-2 .img {
  width: 100%;
  border-radius: 10px;
  left: -200px;
}
#index-body .init-2 .listCont {
  max-width: 1300px;
}
#index-body .init-2 .listCont ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .listCont ul li .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#index-body .init-2 .listCont ul li .box .top {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
#index-body .init-2 .listCont ul li .box .top .sub {
  font-size: 20px;
  position: relative;
  top: -4px;
}
#index-body .init-2 .listCont ul li .box .top .sub2 {
  font-weight: bold;
}
#index-body .init-2 .listCont ul li .box .bottom {
  color: #dddddd;
}
#index-body .init-2 .shadow {
  z-index: -1;
  background-color: #007a78;
  height: -webkit-calc(-50%);
  height: -moz-calc(-50%);
  height: calc(100% - 150px);
  width: 200%;
  left: -60px;
  bottom: 0;
  border-radius: 10px;
}
#index-body .init-3 .container .tipsTitle {
  color: var(--color);
  font-weight: 500;
}
#index-body .init-3 .container .tipsDes {
  color: #666666;
  max-width: 1000px;
}
#index-body .init-3 .container .line {
  height: 1px;
  border: solid 1px #333333;
  opacity: 0.2;
}
#index-body .init-3 .container .content ul li {
  width: 33.33%;
}
#index-body .init-3 .container .content ul li .box .img {
  width: 100%;
  border-radius: 10px;
}
#index-body .init-3 .container .content ul li .box .more {
  background-color: #f5f5f7;
  color: #333;
  font-weight: bold;
  padding: 5px 8px 5px 20px;
}
#index-body .init-3 .container .content ul li .box .more .moreContText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-3 .container .content ul li .box .more .moreContCir {
  background-color: var(--color);
}
#index-body .init-3 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 .container .content ul li .box .more:hover .moreContCir {
  background-color: #159c9a;
}
#index-body .init-3 .container .content ul li .box .des {
  color: #666;
  padding: 30px 24px 0;
}
#index-body .init-3 .container .sPage {
  text-align: center;
}
#index-body .init-3 .container .sPage .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid var(--color);
  opacity: 1;
}
#index-body .init-3 .container .sPage .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-4 {
  background-position: top center;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container .left {
  border-radius: 10px;
  width: 45%;
}
#index-body .init-4 .container .right {
  width: 50%;
}
#index-body .init-4 .container .right .tipsTitle {
  font-weight: 500;
  color: var(--color);
}
#index-body .init-4 .container .right .des {
  color: #666666;
}
#index-body .init-5 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-5 .container {
  color: #fff;
}
#index-body .init-5 .container .left .tipsTitle {
  font-weight: 500;
}
#index-body .init-5 .container .left .des {
  color: #ddd;
  max-width: 700px;
}
#index-body .init-6 .container .titleC .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
#index-body .init-6 .container .titleC .left .tipsTitle {
  font-weight: 500;
  color: var(--color);
}
#index-body .init-6 .container .content ul li {
  width: 25%;
  height: auto;
}
#index-body .init-6 .container .content ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  background-color: #f5f5f7;
  border-radius: 10px;
}
#index-body .init-6 .container .content ul li .box .timeC {
  border-bottom: solid 1px #333333;
  font-weight: 500;
}
#index-body .init-6 .container .content ul li .box .title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .content ul li .box .des {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-6 .container .content ul li .box:hover .timeC {
  border-bottom: 1px solid #fff;
}
#index-body .init-6 .container .content ul li .box:hover .des {
  color: #fff;
}
#index-body .init-6 .container .content ul li .box:hover .moreC .more {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-6 .container .content ul li .box:hover .moreC .more .moreContCir {
  background-color: var(--color);
}
#index-body .init-6 .container .sPage .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid var(--color);
  opacity: 1;
  width: 10px;
  height: 10px;
}
#index-body .init-6 .container .sPage .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  background: #303030;
}
#footer .subImg1 {
  right: -294px;
  top: -284px;
  width: 630px;
  height: 630px;
}
#footer .subImg2 {
  left: -294px;
  bottom: -364px;
  width: 630px;
  height: 630px;
}
#footer .fTop .container {
  max-height: 100px;
  overflow: hidden;
}
#footer .fTop .container img {
  width: 100%;
}
#footer .fMiddle .container .cont {
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 40px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#454545), to(rgba(69, 69, 69, 0)));
  background-image: -webkit-linear-gradient(left, #454545, rgba(69, 69, 69, 0));
  background-image: -moz-linear-gradient(left, #454545, rgba(69, 69, 69, 0));
  background-image: -o-linear-gradient(left, #454545, rgba(69, 69, 69, 0));
  background-image: linear-gradient(to right, #454545, rgba(69, 69, 69, 0));
}
#footer .fMiddle .container .cont .img {
  width: 42px;
  height: 50px;
}
#footer .fMiddle .container .cont .text {
  width: 330px;
  line-height: 1.1;
}
#footer .fMiddle .container .cont form {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 6px 6px 30px;
  border-radius: 24px;
  font-size: 16px;
}
#footer .fMiddle .container .cont form input {
  border: none;
  background-color: transparent;
  border-left: 1px solid #fff;
  padding-left: 30px;
  padding-right: 10px;
}
#footer .fMiddle .container .cont form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .cont form .name {
  width: 100px;
  padding-left: 0;
  border-left: none;
}
#footer .fMiddle .container .cont form .mail {
  width: 230px;
}
#footer .fMiddle .container .cont form .content {
  width: 250px;
}
#footer .fMiddle .container .cont form .btn {
  text-align: center;
  width: 160px;
  border-radius: 24px;
  font-size: 16px;
  color: #0c286c;
  cursor: pointer;
  background-color: #fff;
  padding: 14px 6px;
}
#footer .fMiddle .container .cont form .btn:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .fBottom .container .listCont .shareCont #ewm {
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
  width: 90px;
}
#footer .fBottom .container .listCont .shareCont .share ul li {
  margin-right: 10px;
}
#footer .fBottom .container .listCont .shareCont .share ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fBottom .container .listCont .shareCont .share ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
#footer .fBottom .container .listCont .list {
  margin-top: 16px;
}
#footer .fBottom .container .listCont .list a {
  color: #eee;
}
#footer .fBottom .container .listCont .list a:hover {
  color: var(--color);
}
#footer .fBottom .container .listCont .menu-menu-container ul li {
  margin-top: 16px;
}
#footer .fBottom .container .listCont .menu-menu-container ul li a {
  font-size: 16px;
  color: #eee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fBottom .container .listCont .menu-menu-container ul li a:hover {
  color: var(--color);
}
#footer .fBottom .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fBottom .container .listCont .list2 .img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
#footer .fBottom .container .listCont .list2 .text {
  max-width: -webkit-calc(72%);
  max-width: -moz-calc(72%);
  max-width: calc(100% - 28px);
}
#footer .fBottom .container .listCont1 {
  width: 400px;
}
#footer .fBottom .container .listCont2 {
  width: 230px;
}
#footer .fBottom .container .listCont3 {
  width: 150px;
}
#footer .fBottom .container .listCont4 {
  width: 380px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  width: 100%;
  top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .right {
    margin-left: 60px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    width: 56%;
  }
  #index-body .init-1 .sub1 {
    width: 48%;
  }
  #footer .subImg1 {
    width: 38vw;
    height: 38vw;
  }
  #footer .subImg2 {
    width: 38vw;
    height: 38vw;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #footer .fMiddle .container .cont form {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .fMiddle .container .cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .fMiddle .container .cont .text {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: -webkit-calc(20%);
    max-width: -moz-calc(20%);
    max-width: calc(100% - 80px);
  }
  #footer .fBottom .container .listCont4 {
    width: 300px;
  }
}
@media (max-width: 1250px) {

  #banner .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    width: 48%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .img2 {
    right: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .img2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    width: 100%;
    margin-top: 20px;
  }
  #banner .sPage {
    bottom: 10px;
  }
  #banner .sPage2 {
    bottom: 10px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .img2 {
    width: 100%;
    max-width: 400px;
  }
  #index-body .init-1 .container .titleC .left {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .init-1 .container .content .left {
    width: 100%;
  }
  #index-body .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
    padding: 40px 16px;
  }
  #index-body .init-1 .sub1 {
    display: none;
  }
  #index-body .init-1 .container .content .right::before {
    left: 0;
    width: 100%;
  }
  #index-body .init-2 .img {
    left: 0;
  }
  #index-body .init-2 .shadow {
    display: none;
  }
  #index-body .init-2 .listCont {
    background-color: #000;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0 16px 20px;
  }
  #index-body .init-2 .listCont ul li {
    width: 50%;
  }
  #index-body .init-4 .container .left {
    width: 100%;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-5 .container .left {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .init-6 .container .titleC .left {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #footer .fBottom .container .listCont4 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #index-body .init-3 .container .content ul li .box .des {
    padding: 20px 10px 0;
  }
  #footer .fBottom .container .listCont1 {
    width: 100%;
  }
  #footer .fMiddle .container .cont form {
    padding: 20px 10px;
  }
  #footer .fMiddle .container .cont form .name {
    width: 100%;
  }
  #footer .fMiddle .container .cont form .mail {
    width: 100%;
    border-left: none;
  }
  #footer .fMiddle .container .cont form .content {
    width: 100%;
    border-left: none;
  }
  #footer .fMiddle .container .cont form input {
    padding: 4px 10px !important;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
  }
  #footer .fMiddle .container .cont form .btn {
    margin-top: 20px;
  }
  #footer .fMiddle {
    padding-top: 60px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .listCont ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .content .right .bigImg {
    width: 100%;
  }
  #index-body .init-1 .container .content .right .smallImg {
    width: 100%;
    height: auto;
  }
  #index-body .init-1 .container .content .right .smallImg ul {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #index-body .init-1 .container .content .right .smallImg ul li {
    width: 60px;
    margin-right: 10px;
  }
  #index-body .init-1 .container .content .right .smallImg ul li .box {
    width: 60px;
    height: 60px;
  }
  #index-body .init-1 .container .content .left .numCont .activeNum {
    font-size: 64px;
  }
  #index-body .init-2 .listCont ul li .box .top {
    font-size: 30px;
  }
  #index-body .init-6 .container .content ul li .box {
    padding: 20px 16px;
  }
  #footer .fMiddle .container .cont {
    padding: 20px 16px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #footer .fMiddle .container .cont .text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}


/*inner-page*/
span.tag{
  color: var(--color);
}
.inner-banner {
  color: black;
  background: #f6f6f6;
}
.inner-banner video {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner hr {
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-banner .text {
  color: inherit;
}
.inner-page .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125em;
  font-weight: 500;
}
.inner-page .check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.inner-page .check p:before {
  content: '\e766';
  font-family: "iconfont";
  width: 1.375em;
  height: 1.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: -moz-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: linear-gradient(320deg, #0c1937 48%, #0c286c 58%);
  color: white;
}
.why-page .why-1 .list span.h6 {
  line-height: 1;
}
.why-page .why-2 {
  background-color: #f5f5f7;
}
.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}
.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}
.why-page .why-3 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}
.support-page .support-1 .list li:hover {
  top: -10px;
}
.support-page .support-2 .left {
  direction: rtl;
}
.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-2 .right .content {
  padding-left: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}
.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-2 .right .content .list {
  margin-top: auto;
  font-weight: 500;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: -moz-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: linear-gradient(120deg, #0c1937, #0c286c);
  color: white;
}
.support-page .support-2 .right .content .list .text {
  color: #333;
}
.support-page .support-4 .content {
  margin-left: auto;
  padding-left: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}
.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-4 .content .check {
  font-weight: normal;
}
.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}
.support-page .support-5 .right {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-page .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}
.case-page .list li {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.case-page .list li .more {
  margin-top: -1em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}
.download-page .nav li:last-child {
  border-bottom: none;
}
.download-page .nav a {
  padding: 1.5em 0;
}
.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}
.download-page .nav a.active {
  color: var(--color);
}
.download-page .nav a.active i:before {
  opacity: 1;
}
.download-page .right .border {
  padding: 1em;
}
.download-page form {
  padding-bottom: 1%;
}
.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.download-page form button i {
  font-size: 1.5em;
}
.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 img {
  max-width: 40%;
}
.download-page .list li .link em {
  color: var(--color2);
}
.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.product-yd-page .left {
  position: relative;
}
.product-yd-page .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  right: 20%;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  background-color: #efefef;
}
.product-yd-page .slide.flex-drr .left:before {
  left: 20%;
  right: auto;
}
.prodet-page .prodet-1 .big a img{
  width: 100%;
  background: #f0f0f0;
  border-radius: 20px;
}
.prodet-page .prodet-1 .left .small{
  display: none;
}
.prodet-page .prodet-1 .small ul li a{
    background: #f0f0f0;
    display: block;
    border-radius: 10px;
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  .inner-page .sideBarLeft{
    display: none;
  }
  .inner-page .sideBarRight{
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .font-32 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .left .small{
    display: block;
  }
  .product-yd-page .left:before {
    display: none;
  }
  .contact-page iframe {
    height: 32vw;
  }
  .inner-page .sideBarLeft {
    display: none;
  }
  .inner-banner span.h2 {
    zoom: .7;
  }
  .support-page .support-2 .right .content {
    padding: 5% !important;
    padding-right: 0 !important;
    height: auto;
  }
  .support-page .support-4 .content {
    width: 100%;
  }
  .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
  .download-page .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .list li i.font-70 {
    display: none;
  }
  .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .options{
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .options span{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .font-38 {
    font-size: 20px;
  }
  .why-page .why-1 .list {
    padding: 5%;
  }
  .why-page .why-1 .list ul li {
    width: 100%;
  }
  .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-page span.h6 i {
    zoom: .7;
  }
  .contact-page iframe {
    height: 44vw;
  }
  .case-page .list li {
    margin-bottom: 30px;
  }
}
.page-header01 .logo img,
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img {
    filter: brightness(0) invert(1);
}
.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product2-page .container .product_left .search_cont {
    position: relative;
}
.product2-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product2-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product2-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product2-page .container .product_left .item .tips {
    font-weight: bold;
}
.product2-page .container .product_left .item .nav_cont {
    margin-top: 26px;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.product2-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product2-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
}
.product2-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product2-page .container .product_left .item .nav_cont li a:hover,
.product2-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product2-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product2-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product2-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product2-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product2-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product2-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product2-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product2-page .container .product_right .cat_name {
    font-weight: bold;
}
.product2-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product2-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product2-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product2-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product2-page .container .product_right .content ul li .box a {
    display: block;
}
.product2-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product2-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product2-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product2-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product2-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product2-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}

@media screen and (max-width: 1250px) {
  .product2-page .container .product_right {
    width: 100%;
    padding-left: 0;
  }
  .product2-page .container .product_left {
    display: none;
  }
}


.about-page {
    background-color: #fff;
    /*overflow: hidden;*/
    }

.about-page .about-1 {
    /*background: url(/tbmcrane/2025/06/18/newsloog.png) no-repeat center top;*/
    background-size: 100% auto;
    /*padding-top: 8.542%;*/
        /*padding-bottom: 80px;*/
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 470px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about2-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-repeat:no-repeat; 
}
.about-page .about-1 .bottom p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    /*opacity: 0.65;*/
}
.about-page .about-1 .data {
    padding: 40px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 90px;
    font-weight: bold;
    font-weight: bold;
    /*color: var(--color);*/
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: #FFFFFF;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}

.about-page .about-2 ul li .img img {
    border-radius: 10px;
}

.about-page .about-2 ul li .text .tit {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:#141414;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color:#666;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}

.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }

    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-1 .bottom p{
      font-size: 16px;
    }
    .about-page .about-2 ul li .text .con{
      font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }

    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 48px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
}


.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 20px;
  line-height: 1.8;
  min-height: 4.5em;
  max-height: 5em;
  overflow-y: auto;
  color: #666;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: var(--color);
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
}


.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
    color: #fff;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: auto;
    padding-right: 4px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 1;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}
.big-little {
  font-weight: bold;
  font-size: 48px;
  color: #141414;
}

@media (max-width: 1000px) {
  .big-little {
    font-size: 24px;
  }
    .sustanibility-page .sustanibility-3 .zs-list ul li {
      width: 100%;
      padding: 10px 20px;
    }
}

@media (max-width: 500px) {
    .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
}