@font-face {
    font-family: 'pop';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pop';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pop';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pop';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #195ea2;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: 'pop';
}
.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: 1730px;
}
@keyframes moveAni {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
#header {
  color: #000;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 16px 0;

}
#header > .nav .hTop .container .cont {
  background-color: #d6d6d7;
  border-radius: 10px;
  padding: 10px;
}
#header > .nav .hTop .container .cont .img {
  width: 18px;
  height: 18px;
}
#header > .nav .hTop .container .cont .text em {
  text-decoration: underline;
  cursor: pointer;
}
#header > .nav > .menu {
  z-index: 1;
  font-weight: 500;
}
#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;
  width: calc(50% - 120px);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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: 20px;
}
#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 {
  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 {
  -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 {
  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;
  border-radius: 10px;
  font-weight: 500;
  padding: 4px 0;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  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: #000;
  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 {
  width: calc(50% - 120px);
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 30px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 6px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn {
  text-align: center;
  color: #fff;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #d1d6db;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: var(--color);
}
#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 {
  background-color: #333;
  -webkit-box-shadow: 0 0 10px rgba(46, 46, 46, 0.1);
  box-shadow: 0 0 10px rgba(46, 46, 46, 0.1);
}
#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: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  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%;
  max-width: 940px;
  color: #ffffff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title1 {
  font-weight: bold;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
  color: #ebebeb;
  max-width: 680px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -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 .title2 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .sPage {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #a39da0;
  border-radius: 50%;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a39da0;
}
#banner .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #fff;
}
#banner .share {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 2;
}
#banner .share a {
  color: #8a8a89;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #f0efed;
  border-radius: 50%;
  display: block;
  margin: 10px 0;
}
#banner .share a span{
  color: #000;
  position: absolute;
  top: 0;
  padding: 2px 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  right: 100%;
  white-space: nowrap;
  transition: all .5s;
  transform: scaleY(0);
  transform-origin: top;
}
#banner .share a:hover {
  background-color: var(--color);
  color: #fff;
}
#banner .share a:hover span{
  transform: scaleY(1);
}
.slick-list .slick-track {
  margin-left: 0;
}
.font-16 {
  line-height: 1.8;
}
.moreCont .moreCir {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.moreCont .moreCir .moreImg {
  width: 24px;
  height: 16px;
}
.moreCont .moreText {
  font-weight: 500;
}
.moreCont:hover .moreCir {
  background-color: var(--color);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #f9f7f4;
  z-index: 2;
}
#index-body .init-1 .bg {
  width: 272px;
  height: 322px;
  bottom: -150px;
  right: 0;
}
#index-body .init-1 .container .tipsTitle {
  font-weight: bold;
  max-width: 510px;
  margin: auto;
}
#index-body .init-1 .container .tipsDesC {
  max-width: 630px;
  margin: auto;
}
#index-body .init-1 .container .tipsDesC .tipsDes {
  font-weight: 300;
}
#index-body .init-1 .container .content {
  z-index: 2;
}
#index-body .init-1 .container .content .listC .list .img {
  width: 24px;
  height: 24px;
  filter: grayscale(1) brightness(0);
}
#index-body .init-1 .container .content .listC .list .lineC {
  height: 1px;
  background: #111010;
}
#index-body .init-1 .container .content .listC .list .lineC .cir {
  width: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#index-body .init-1 .container .content .listC .list .lineC .cir .cir2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
#index-body .init-1 .container .content .listC .list .cont {
  max-width: 640px;
}
#index-body .init-1 .container .content .listC .list .title {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
  font-weight: 700;
}
#index-body .init-1 .container .content .listC .list .des {
  font-weight: 300;
  margin-top: 10px;
  height: 106px;
  overflow-y: auto;
  padding-right: 4px;
}
#index-body .init-1 .container .content .listC .list:hover .img {
  filter: grayscale(0) brightness(1);
  transform: rotateY(360deg);
}
#index-body .init-1 .container .content .listC .list:hover .title {
  color: var(--color);
}
#index-body .init-1 .container .content .listC .list2 {
  padding-right: 20px;
}
#index-body .init-1 .container .content .listC .list4 {
  padding-left: 24px;
}
#index-body .init-1 .container .content .left {
  width: 47.5%;
}
#index-body .init-1 .container .content .middle {
  z-index: -1;
  width: 450px;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-1 .container .content .right {
  width: 41%;
  text-align: right;
}
#index-body .init-1 .container .content .right .list .img {
  margin-left: auto;
}
#index-body .init-1 .container .content .right .list .lineC .cir {
  left: 0;
  right: unset;
}
#index-body .init-1 .container .content .right .list .cont {
  margin-left: auto;
  max-width: 610px;
}
#index-body .init-1 .container .moreC .more .moreCir {
  border: 1px solid #3b3b3b;
}
#index-body .init-1 .container .moreC .more:hover .moreCir {
  border: 1px solid var(--color);
}
#index-body .init-1 .container .moreC .more:hover .moreCir .moreImg {
  filter: grayscale(1) brightness(5);
}
#index-body .init-2 {
  background-size: cover;
  background-position: bottom center;
}
#index-body .init-2 .container .left {
  width: 48%;
  border-radius: 40px;
}
#index-body .init-2 .container .left img {
  width: 100%;
}
#index-body .init-2 .container .left .play {
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
#index-body .init-2 .container .left .play .cont {
  z-index: 2;
  background-color: #fff;
  color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 30px;
}
#index-body .init-2 .container .left .play .cont i {
  margin-left: 4px;
}
#index-body .init-2 .container .left .play .ling {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
#index-body .init-2 .container .left .play .ling:last-child {
  animation-delay: -1.5s;
}
#index-body .init-2 .container .right {
  width: 48%;
}
#index-body .init-2 .container .right .title {
  font-weight: bold;
}
#index-body .init-2 .container .right .moreC .more {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 120px;
}
#index-body .init-2 .container .right .moreC .more:hover {
  background-color: var(--color);
}
#index-body .init-3 .container {
  padding: 0;
  width: 100%;
}
#index-body .init-3 .container .tipsTitle {
  padding: 0 50px;
  font-weight: bold;
}
#index-body .init-3 .container .content {
  border-top: 1px solid #d9e9f6;
  border-bottom: 1px solid #d9e9f6;
}
#index-body .init-3 .container .content .left {
  width: 26%;
  border-right: 1px solid #d9e9f6;
  padding: 40px 50px 30px;
  height: 950px;
  display: flex;
  flex-wrap: wrap;
}
#index-body .init-3 .container .content .left .moreC{
  align-self: flex-end;
}
#index-body .init-3 .container .content .left .swiper{
  height: 730px;
  padding-right: 4px;
  width: 100%;
  overflow-y: auto;
}
#index-body .init-3 .container .content .left ul {
  display: block;
}
#index-body .init-3 .container .content .left ul li {
  cursor: pointer;
  height: auto;
  margin-top: 30px;
}
#index-body .init-3 .container .content .left ul li .box .imgC {
  width: 52px;
  height: 52px;
  background-color: #c5c5c5;
  border-radius: 50%;
}
#index-body .init-3 .container .content .left ul li .box .text {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 16px;
  font-weight: 700;
  width: calc(100% - 52px);
}
#index-body .init-3 .container .content .left ul li:first-child {
  margin-top: 0;
}
#index-body .init-3 .container .content .left ul li:hover .imgC,
#index-body .init-3 .container .content .left ul li.active .imgC {
  background-color: var(--color);
}
#index-body .init-3 .container .content .left ul li:hover .text,
#index-body .init-3 .container .content .left ul li.active .text {
  color: var(--color);
}
#index-body .init-3 .container .content .left .more {
  padding: 6px 20px;
  border: 1px solid var(--color);
  border-radius: 12px;
}
#index-body .init-3 .container .content .left .more .moreImg {
  width: 18px;
  height: 12px;
}
#index-body .init-3 .container .content .left .more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 .container .content .left .more:hover .moreImg {
  filter: grayscale(1) brightness(10);
}
#index-body .init-3 .container .content .right {
  width: 74%;
}
#index-body .init-3 .container .content .right .listCont {
  display: none;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-3 .container .content .right .listCont .swiper {
  height: 100%;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li {
  height: 50%;
  border-bottom: 1px solid #d9e9f6;
  border-right: 1px solid #d9e9f6;
  width: 33.33%;
  padding-bottom: 21px;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box {
  padding: 6px;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .img img{
  /*height: 236px;*/
  object-fit: contain;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .more {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #363636;
  z-index: 2;
  top: 20px;
  right: 20px;
  opacity: 0;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .more .moreImg {
  width: 16px;
  height: 16px;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .img {
  display: block;
  border: 1px solid #f2f2f2;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .cont .title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box .cont .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box:hover .more {
  opacity: 1;
}
#index-body .init-3 .container .content .right .listCont .swiper ul li .box:hover .more:hover {
  transform: rotate(45deg);
}
#index-body .init-4 .listImg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .listImg .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init-4 .listImg .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#index-body .init-4 .listImg .swiper .swiper-wrapper li {
  width: 100%;
  height: 100%;
}
#index-body .init-4 .listImg .swiper .swiper-wrapper li .box {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#index-body .init-4 .container {
  padding: 0;
  width: 100%;
}
#index-body .init-4 .container ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#index-body .init-4 .container ul li .box {
  z-index: 2;
  height: 900px;
}
#index-body .init-4 .container ul li .box .cont1 {
  bottom: 30px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  writing-mode: sideways-rl;
  min-height: 210px;
  padding: 4px;
  text-align: center;
}
#index-body .init-4 .container ul li .box .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0.5);
  z-index: -1;
}
#index-body .init-4 .container ul li .box .cont2 {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 25px;
  padding-bottom: 50px;
  color: #fff;
  transform: translateY(100%);
}
#index-body .init-4 .container ul li .box .cont2 .title {
  font-weight: 600;
}
#index-body .init-4 .container ul li .box .cont2 .more {
  line-height: 1.3;
  display: inline-block;
}
#index-body .init-4 .container ul li .box .cont2 .more::before,
#index-body .init-4 .container ul li .box .cont2 .more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  transform-origin: left;
  transform: translateX(0);
}
#index-body .init-4 .container ul li .box .cont2 .more::after {
  left: -100%;
}
#index-body .init-4 .container ul li .box .cont2 .more:hover::before,
#index-body .init-4 .container ul li .box .cont2 .more:hover::after {
  transform: translateX(100%);
}
#index-body .init-4 .container ul li .box .cont2 .more:hover::after {
  transition-delay: 0.2s;
}
#index-body .init-4 .container ul li.swiper-slide-thumb-active .box .shadow {
  opacity: 1;
  transform: scale(1);
}
#index-body .init-4 .container ul li.swiper-slide-thumb-active .box .cont2 {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-4 .container ul li.swiper-slide-thumb-active .box .cont1 {
  opacity: 0;
  transform: translateX(-100%);
}
#index-body .init-5 .container .tipsTitle {
  font-weight: 600;
}
#index-body .init-5 .container .content .left {
  width: 49%;
}
#index-body .init-5 .container .content .left ul {
  max-height: 740px;
  overflow-y: auto;
  padding-right: 4px;
}
#index-body .init-5 .container .content .left ul::-webkit-scrollbar {
  width: 0;
}
#index-body .init-5 .container .content .left ul::-webkit-scrollbar-thumb {
  background: transparent;
  background-size: contain;
}
#index-body .init-5 .container .content .left ul::-webkit-scrollbar-track {
  /*background: transparent;*/
}
#index-body .init-5 .container .content .left ul li {
  cursor: pointer;
}
#index-body .init-5 .container .content .left ul li:first-child {
  margin-top: 0;
}
#index-body .init-5 .container .content .left ul li .box {
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
#index-body .init-5 .container .content .left ul li .box .titleC .title {
  font-weight: 600;
  width: calc(100% - 40px);
}
#index-body .init-5 .container .content .left ul li .box .titleC i {
  font-size: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
}
#index-body .init-5 .container .content .left ul li .box .content {
  font-weight: 300;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: none;
}
#index-body .init-5 .container .content .left ul li.active .box .titleC i {
  transform: rotate(180deg);
}
#index-body .init-5 .container .content .right {
  width: 48%;
}
#index-body .init-5 .container .content .right .box .img {
  display: block;
  border-radius: 30px;
}
#index-body .init-5 .container .content .right .box .img img {
  width: 100%;
}
#index-body .init-5 .container .content .right .box .title {
  font-weight: 600;
}
#index-body .init-5 .container .content .right .box .des {
  max-width: 580px;
  font-weight: 300;
}
#index-body .init-5 .container .content .right .more{
  display: inline-block;
  position: relative;  font-size: 16px;
  line-height: 1;
}
#index-body .init-5 .container .content .right .more::before{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';

}
#index-body .init-5 .container .content .right .more:hover{
  color: var(--color);
}
#index-body .init-5 .container .content .right .more:hover::before{
  background: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #080808;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop .container .listCont {
  margin-top: 50px;
}
#footer .fTop .container .listCont .logoDes {
  color: rgba(255, 255, 255, 0.75);
}
#footer .fTop .container .listCont #ewm {
  width: 150px;
  padding: 6px;
  background-color: #fff;
}
#footer .fTop .container .listCont .share {
  color: #fff;
}
#footer .fTop .container .listCont .share .share-btn {
  width: 34px;
  height: 34px;
  background-color: #e8e9ea;
  border-radius: 50%;
  color: #838485;
  font-size: 20px;
  position: relative;
}
#footer .fTop .container .listCont .share .share-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .fTop .container .listCont .share .share-btn .wsCont{
  position: absolute;
  bottom: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  left: 0;
  width: 200px;
  text-align: center;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  transition: all .5s;
  border: 1px solid #f2f2f2;
}
#footer .fTop .container .listCont .share .share-btn:hover .wsCont{
  transform: scaleY(1);
  opacity: 1;
}
#footer .fTop .container .listCont .first {
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
#footer .fTop .container .listCont .menu-menu-container ul li {
  margin-top: 16px;
}
#footer .fTop .container .listCont .menu-menu-container ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
#footer .fTop .container .listCont .menu-menu-container ul li a:hover {
  color: var(--color);
}
#footer .fTop .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fTop .container .listCont .list {
  margin-top: 16px;
}
#footer .fTop .container .listCont .list a {
  color: rgba(255, 255, 255, 0.75);
}
#footer .fTop .container .listCont .list a:hover {
  color: var(--color);
}
#footer .fTop .container .listCont form {
  width: 100%;
  color: #fff;
}
#footer .fTop .container .listCont form input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 30px;
  background-color: rgba(255, 255, 255, 0);
}
#footer .fTop .container .listCont form .submit {
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  color: #fff;
  padding: 9px 14px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
#footer .fTop .container .listCont form .submit:hover {
  background-color: var(--color);
}
#footer .fTop .container .listCont1 {
  width: 380px;
}
#footer .fTop .container .listCont2 {
  width: 150px;
}
#footer .fTop .container .listCont3 {
  width: 350px;
}
#footer .fTop .container .listCont4 {
  width: 450px;
}
#footer .fBottom {
  pointer-events: none;
}
#footer .fBottom .content {
  margin-top: 10px;
  max-width: 1400px;
  margin-left: auto;
}
#footer .fBottom .content .list {
  pointer-events: all;
  margin-right: 80px;
  margin-top: 10px;
}
#footer .fBottom .content .list:last-child {
  margin-right: 0;
}
#footer .fBottom .content .list:last-child .text {
  width: 300px;
}
#footer .fBottom .content .img {
  width: 28px;
  height: 28px;
}
#footer .fBottom .content .text {
  width: calc(100% - 38px);
  color: rgba(255, 255, 255, 0.75);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .container .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
}
#footer .copyright .container .left svg {
  position: relative;
  top: 10px;
}
@media (max-width: 1700px) {
  #index-body .init-1 .container .content .listC .list .cont {
    max-width: 550px;
  }
  #index-body .init-1 .container .content .right .list .cont {
    max-width: 430px;
  }
  #footer .fBottom .content {
    margin-top: 20px;
    justify-content: left;
  }
  #footer .fBottom .content .text {
    max-width: 600px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #index-body .init-1 .container .content .listC .list .cont {
    max-width: 460px;
  }
  #index-body .init-1 .container .content .right .list .cont {
    max-width: 350px;
  }
  #index-body .init-1 .bg {
    width: 220px;
    height: 300px;
    bottom: -60px;
  }
  #index-body .init-3 .container .content .left{
    height: 740px;
  }
  #index-body .init-3 .container .content .left .swiper{
    height: 550px;
  }
  #footer .fTop .container .listCont1 {
    width: 320px;
  }
  #footer .fTop .container .listCont3 {
    width: 260px;
  }
  #footer .fTop .container .listCont4 {
    width: 390px;
  }
  #footer .fBottom .content .list {
    margin-top: 10px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 .container .content .middle {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
    margin: auto;
  }
  #index-body .init-1 .container .content .left {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .listC .list {
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .listC .list .lineC .cir {
    display: none;
  }
  #index-body .init-1 .container .content .listC .list2 {
    padding-right: 0;
  }
  #index-body .init-1 .container .content .listC .list .cont {
    max-width: 100%;
  }
  #index-body .init-1 .container .content .right {
    width: 100%;
    text-align: left;
  }
  #index-body .init-1 .container .content .right .list .img {
    margin-left: 0;
  }
  #index-body .init-1 .container .content .listC .list4 {
    padding-left: 0;
  }
  #index-body .init-1 .container .content .listC .list .des {
    height: auto;
  }
  #index-body .init-1 .container .moreC {
    margin-top: 40px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .content .left {
    padding: 30px 16px 40px;
    height: 1050px;
  }
  #index-body .init-3 .container .content .left .swiper{
    height: 810px;
  }
  #index-body .init-3 .container .content .right .listCont .swiper ul li{
    height: 50%;
  }
  
  #index-body .init-4 .container ul li .box {
    height: 50vw;
  }
  #index-body .init-4 .container ul li .box .cont2 {
    padding-bottom: 10px;
  }
  #index-body .init-5 .container .content .right {
    width: 100%;
    order: -1;
  }
  #index-body .init-5 .container .content .right .box .des {
    max-width: 100%;
  }
  #index-body .init-5 .container .content .left {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont4 {
    width: 100%;
  }
  #footer .fBottom .content .text {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .sPage {
    bottom: 10px;
  }
  #index-body .init-3 .container .content .left .swiper{
    height: 300px;
  }
  #index-body .init-3 .container .content .left {
    width: 100%;
    height: auto;
  }
  #index-body .init-3 .container .content .left ul {
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .content .left .moreC{
    padding-top: 10px;
  }
  #index-body .init-3 .container .content .left ul li {
  }
  #index-body .init-3 .container .content .left ul li:first-child {
  }
  #index-body .init-3 .container .content .right {
    width: 100%;
    border-top: 1px solid #d9e9f6;
  }
  #index-body .init-3 .container .content .right .listCont {
    position: relative;
  }
  #index-body .init-3 .container .content .right .listCont .swiper ul li {
    height: auto;
    border-bottom: none;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
  #footer .fBottom .content .list {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  #index-body .init-4 .container ul li .box {
    height: 100vw;
  }
  #index-body .init-4 .container ul li .box .shadow {
    opacity: 1;
    transform: scale(1);
  }
  #index-body .init-4 .container ul li .box .cont1 {
    display: none;
  }
  #index-body .init-4 .container ul li .box .cont2 {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  .moreCont .moreCir {
    width: 40px;
    height: 40px;
  }
  .moreCont .moreCir .moreImg {
    width: 18px;
  }
  #index-body .init-3 .container .content .left ul li {
    width: 100%;
    margin-right: 0;
  }
  #index-body .init-5 .container .content .left ul li .box {
    padding: 20px 16px;
  }
  #footer .fTop {
    padding-top: 0;
  }
  #footer .fTop .container .listCont .first {
    margin-bottom: 10px;
  }
  #footer .fTop .container .listCont #ewm {
    width: 100px;
  }
  #footer .fTop .container .listCont .wechat{
    width: 100px;
  }
  #footer .fTop .container .listCont {
    margin-top: 30px;
  }
}


/*inner-page*/

.inner-banner {
  position: relative;
  color: white;
}
.inner-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .content h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner .content h3 em {
  color: var(--color);
}
.inner-banner .content p {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.inner-banner .mbx {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  padding-left:20px;
  line-height: 28px;

}
.inner-banner .mbx a:first-child{
  color: transparent;
  width:16px;
  height: 16px;
  background: url('/zhishangcable/2025/12/25/home-1.png')no-repeat; 
  background-size: 16px 16px;
  position: absolute;
  font-size: 0;
  top:50%;
  transform: translateY(-50%);
  left:0;
}


@media (max-width: 1250px) {

}

@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner .content h3 {
    font-size: 40px;
  }
}


@media (max-width: 700px) {
  .inner-banner > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner .content {
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 5;
    left: unset;
    top: unset;
  }
  .inner-banner .mbx {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 5;
    left: unset;
    top: unset;
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
    width: fit-content;
  }
  .inner-banner .content h3 {
    font-size: 20px;
  }
  .inner-banner .content p {
    display: none;
  }
}



.faq-page .ui.container ul li {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}

@media (max-width: 500px) {
  .faq-page .ui.container ul li{
    flex-wrap: wrap;
  }
  .faq-page .ui.container ul li .text{
    width: 100%;
    padding: 20px 16px;
    margin-top: 10px;
  }
}


.project-page .project-1 ul {
  margin: 0 -15px;
}
.project-page .project-1 ul li {
  padding: 35px 15px;
}
.project-page .project-1 ul li .img{
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.project-page .project-1 ul li .title {
  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: 100%;
  margin-top: 20px;
}
.project-page .project-1 ul li .title:hover h4 {
  color: var(--color);
}
.project-page .project-1 ul li .title h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.project-page .project-1 ul li .title .line {
  width: 65px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 20px;
}


.projectdet-page .projectdet-1 .left {
  width: 500px;
}
.projectdet-page .projectdet-1 .left .list {
  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-bottom: 10px;
  border-bottom: 1px solid #adadad;
  margin-bottom: 35px;
}
.projectdet-page .projectdet-1 .left .list:last-child {
  margin-bottom: 0;
}
.projectdet-page .projectdet-1 .left .list h5 {
  margin-right: 50px;
  margin-left: 15px;
  text-transform: uppercase;
}
.projectdet-page .projectdet-1 .left .list span {
  color: #adadad;
}
.projectdet-page .projectdet-1 .right .i-title2 h3 span {
  border-bottom: 3px solid #313131;
}
.projectdet-page .projectdet-1 .img_box {
  position: relative;
}
.projectdet-page .projectdet-1 .img_box img{
  border-radius: 10px;
}
.projectdet-page .projectdet-1 .img_box .box ul{
  margin: 0 -20px;
}
.projectdet-page .projectdet-1 .img_box .box ul li{
  padding: 0 20px;

}
.projectdet-page .projectdet-1 .img_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #f4f4f4;
}
.projectdet-page .projectdet-1 .img_box .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}

.pro_application .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}

.pro_application ul li{
  margin-top: 10px;
}
.pro_application ul li a{
  border-radius: 10px;
  overflow: hidden;
}


@media (max-width: 1250px) {
  .projectdet-page .projectdet-1 .left {
    width: 50%;
    padding-right: 60px;
  }

}
@media (max-width: 1000px) {
  .project-page .project-1 ul li {
    width: 50% !important;
  }
  .projectdet-page .projectdet-1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .projectdet-page .projectdet-1 .right {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .project-page .project-1 ul li .title .line,
  .project-page .project-1 ul li .title img {
    display: none;
  }

  .project-page .project-1 ul li .title .line,
  .project-page .project-1 ul li .title img {
    display: none;
  }
}

@media (max-width: 500px) {
  .project-page .project-1 ul li {
    width: 100% !important;
    padding: 10px 15px;
  }
  .project-page .project-1 ul li .title{
    margin-top: 10px;
  }

  .projectdet-page .projectdet-1 .left .list h5 {
    margin-right: 15px;
  }

  .pro_application ul li{
    margin-top: 5px;
  }
  
}

.textColor{color:var(--color);}
.i-tag {
  font-size: 14px;
  font-weight: 500;
  color: var(--color);
  line-height: 2;
  display: block;
  text-transform: uppercase;
}
.i-title {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-page .i-tag {
  letter-spacing: 0;
}
.inner-page .ny-title {
  font-size: 40px;
  line-height: 1.3;
  margin-top: 18px;
  font-weight: bold;
}


.m-page {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 26px 0 25px;
  margin-top: 41px;
}
.m-page a,
.m-page span {
  margin-right: 44px;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  color: var(--color);
}


.about-page .about-1 {
  z-index: 1;
}
.about-page .about-1 .con {
  line-height: 2;
}
.about-page .about-1 .bottom{
  overflow: hidden;
  border-radius: 20px;
}
.about-page .about-2 {
  background-color: #f4f4f4;
  padding: 13.7% 0 5.261%;
  margin-top: -117px;
}

.about-page .about-2 ul li {
  border-right: 1px solid #ccc;
}
.about-page .about-2 ul li i {
  width: 109px;
  height: 109px;
  border: solid 1px #cccccc;
  border-radius: 50%;
  text-align: center;
  line-height: 109px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-2 ul li .text {
  margin-top: 15px;
}
.about-page .about-2 ul li .text span {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-2 ul li .text .num {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 1px;
}
.about-page .about-2 ul li:hover i {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-2 ul li:hover i img {
  -webkit-filter: invert(1) brightness(5);
  filter: invert(1) brightness(5);
}
.about-page .about-2 ul li:nth-child(even):hover img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-2 ul li:last-child {
  border-right: 0;
}
.about-page .about-3 .con {
  line-height: 2;
}
.about-page .about-3 .left {
  width: 62%;
}
.about-page .about-3 .right {
  width: 100vw;
  margin-right: -39vw;
}
.about-page .about-4 {
  padding: 9.323% 0 7.6042%;
  background-color: #f4f4f4;
  background-size: 100% 100%;
}
.about-page .about-4 ul {
  margin: -40px -28px;
}
.about-page .about-4 ul li {
  padding: 40px 28px;
}
.about-page .about-4 ul li .ig {
  background-color: #ffffff;
  height: 100%;
}
.about-page .about-4 ul li .ig i {
  width: 99px;
  text-align: center;
  line-height: 99px;
}
.about-page .about-4 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 ul li .ig span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}
.about-page .about-4 ul li .ig .con {
  line-height: 1.8;
}
.about-page .about-5 {
  padding: 6.46% 0 8.073%;
}
.about-page .about-5 .header {
  max-width: 1214px;
  margin: 0 auto;
}
.about-page .about-5 .header .con {
  line-height: 2;
}
.about-page .about-5 .content .ui.container {
  width: 1696px;
}
.about-page .about-5 .content .icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  text-align: center;
  line-height: 175px;
  background: rgba(25, 94, 162, 0.3);
  z-index: 1;
  top: 17.8%;
  right: 20.2%;
}
.about-page .about-5 .content .icon img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-5 .content .icon::before,
.about-page .about-5 .content .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-5 .content .icon::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.honor-page li .img-box{
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 1700px) {
  .about-page .about-3 .right {
    margin-right: -3vw;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-5 .content .icon {
    top: 14.8%;
    right: 18.2%;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-3 .right {
    padding-left: 30px;
    margin-right: -12vw;
  }
  .about-page .about-4 ul {
    margin: -20px -14px;
  }
  .about-page .about-4 ul li {
    padding: 20px 14px;
  }
  .about-page .about-5 .content .img {
    margin-left: 0;
  }
  .about-page .about-5 .content .icon {
    right: 16.2%;
  }
  .honor-page .list ul li{
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-2 {
    margin-top: -30px;
  }
  .about-page .about-2 ul {
    margin: -30px 0;
  }
  .about-page .about-2 ul li {
    width: 50%;
    margin: 30px 0;
  }
  .about-page .about-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .right {
    margin-right: 0;
    margin-top: 30px;
  }
  .about-page .about-4 ul li {
    width: 50%;
  }
  .about-page .about-5 .content .icon {
    zoom: .7;
    top: 12.8%;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-5 .content .icon {
    zoom: .5;
  }
  .honor-page .list ul li{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .m-page {
    margin-top: 20px;
    padding: 13px 0;
    font-size: 16px;
  }
  .m-page a,
  .m-page span {
    margin-right: 20px;
  }
  .inner-page .ny-title{
    font-size: 24px;
    line-height: 1.4;
  }
  .about-page .about-2 ul li .text span {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-2 ul li .text .num {
    font-size: 30px;
  }
  .about-page .about-4 ul li {
    width: 100%;
  }
  .about-page .about-5 {
    display: none;
  }
  .about-page .about-2 ul li .text .num{
    font-size: 24px;
  }
  .about-page .about-4 ul li .ig i{
    width: 50px;
    line-height: 50px;
  }
  .about-page .about-4 ul li .ig .con{
    margin-top: 20px;
  }
  .honor-page .list ul li{
    width: 100%;
  }
}


.product-yd-page .header {
  max-width: 1112px;
}
.product-yd-page .header .ny-title {
  margin-top: 17px;
}
.product-yd-page .content ul li {
  z-index: 1;
  overflow: hidden;
}
.product-yd-page .content ul li .text {
  width: 65%;
  padding-right: 38px;
}
.product-yd-page .content ul li .text .title{
  font-weight: bold;
  position: relative;
  display: block;
}
.product-yd-page .content ul li .text .title::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 1000%;
  height: 1px;
  background: #e3e3e3;
}
.product-yd-page .content ul li .text .more span {
  padding: 14px 78px 14px 75px;
}
.product-yd-page .content ul li .img {
  width: 18%;
}
.product-yd-page .content ul li .img a{
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.product-yd-page .content ul li .img a img{
  object-fit: cover;
}
.product-yd-page .content ul li:nth-child(even) {
  -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;
}
.product-yd-page .content ul li:nth-child(even) .text {
  padding: 0 0 0 38px;
}
.product-yd-page .content ul li:nth-child(even) .text .title::after{
  left: unset;
  right: 0;
}
.product-yd-page .content ul li:last-child {
  padding-bottom: 0;
}


.moreCont2 {
  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;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.moreCont2 span {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.moreCont2 span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 0;
  height: 100%;
  border-radius: 25px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.moreCont2 i {
  margin: 0 17px 0 12px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.moreCont2::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 78px;
  height: 100%;
  background: var(--color);
  border-radius: 0 25px 25px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.moreCont2:hover {
  color: #fff;
}
.moreCont2:hover span {
  /*background: var(--color);*/
  border-color: var(--color);
}
.moreCont2:hover span::after{
  right: -3%;
  width: 103%;
}

.product-page .product-text .con{
  max-height: 260px;
  overflow-y: auto;
  text-align: left;
  padding-right: 4px;
}
.product-page .sidebox .side-left {
  width: 27.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .sidebox .side-left .title {
  font-weight: bold;
    font-size: 24px;
}
.product-page .sidebox .side-left .side-nav ul li{
  position: relative;
}
.product-page .sidebox .side-left .side-nav > ul > li > a{
  padding-right: 30px;
}
.product-page .sidebox .side-left .side-nav ul li i{
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 4px;
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 1;
}
.product-page .sidebox .side-left .side-nav ul li i.active{
  transform: rotate(90deg);
}
.product-page .sidebox .side-left .side-nav ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .side-left .side-nav ul li ul{
  display: none;
  padding-left: 10px;
}
.product-page .sidebox .side-left .side-nav ul li ul.active{
  display: block;
}
.product-page .sidebox .side-left .side-nav ul li a:hover,
.product-page .sidebox .side-left .side-nav ul li a.active {
  color: var(--color);
}
.product-page .sidebox .side-left .side-nav ul li a{

}
.product-page .sidebox .side-left .side-search form {
  width: 100%;
}
.product-page .sidebox .side-left .side-search form input[type="search"] {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  font-size: 16px;
  color: #cccccc;
  padding: 0 50px 0 11px;
}
.product-page .sidebox .side-left .side-search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 44px;
  background: url(../images/search2.png) no-repeat center var(--color);
  border: 0;
}
.product-page .sidebox .side-left .side-recommend ul li .img-box {
  width: 22%;
  border: 1px solid #ccc;
}
.product-page .sidebox .side-left .side-recommend ul li .tit {
  width: 78%;
  line-height: 1.3;
}
.product-page .sidebox .side-left .side-recommend ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .side-right {
  width: 72.5%;
}
.product-page .sidebox .side-right ul {
  margin: -46px -13px 0;
}
.product-page .sidebox .side-right ul li {
  padding: 46px 13px 45px;
}
.product-page .sidebox .side-right ul li .ig .img-box {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.product-page .sidebox .side-right ul li .ig .link {
  bottom: 0;
  left: 0;
  letter-spacing: 2px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 0;
  line-height: 1;
  text-align: center;
  padding: 24px 0 23px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .side-right ul li .ig .text .tit {
  font-size: 16px;
  line-height: 1.4;
}
.product-page .sidebox .side-right ul li .ig .text p {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-top: 5px;
}
.product-page .sidebox .side-right ul li .ig:hover .link {
  opacity: 1;
  width: 100%;
}
.product-page .m-page {
  background: transparent;
}


.prodet-page {
  padding-bottom: 6.6146%;
}
.prodet-page .prodet-1 .left {
  width: 49.295%;
}
.prodet-page .prodet-1 .left .big{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  width: 73%;
}
.prodet-page .prodet-1 .left .slickBtn,
.prodet-page .prodet-3 .slickBtn{
  display: none !important;
}
.prodet-page .prodet-1 .left .big span {
  bottom: 14.2%;
  right: 0;
}
.prodet-page .prodet-1 .left .small{
  width: 23.5%;
}
.prodet-page .prodet-1 .left .small ul li{
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .left .small ul li .img{
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .right {
  width: 50.705%;
}
.prodet-page .prodet-1 .right .con {
  max-height: 416px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .desc {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table tbody {
  min-width: 600px;
}
.prodet-page .prodet-1 .right .desc table td {
  border: 0;
  padding: 18px 0;
  text-align: center;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(odd) {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(even) {
  background-color: #e9e9e9;
}
.prodet-page .prodet-1 .right .btn .link {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  padding: 18px 0;
  width: 224px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.prodet-page .prodet-1 .right .btn .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn .link:hover::after {
  left: 0;
  width: 100%;
}
.prodet-page .prodet-1 .right .btn .share-btn{
  width: 30px;
  height: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  transition: all .5s;
  justify-content: center;
  font-size: 16px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
.prodet-page .prodet-1 .right .btn .share-btn:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .right .btn .share-btn .wsCont{
  position: absolute;
  bottom: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  left: 0;
  width: 200px;
  text-align: center;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  transition: all .5s;
  border: 1px solid #f2f2f2;
}
.prodet-page .prodet-1 .right .btn .share-btn:hover .wsCont{
  transform: scaleY(1);
  opacity: 1;
}

.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-2 .options ul li {
  padding-right: 72px;
}
.prodet-page .prodet-2 .options ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #999;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  color: #333;
}
.prodet-page .prodet-2 .options ul li:hover a::after,
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .options ul li:last-child {
  padding-right: 0;
}
.prodet-page .prodet-2 .ret {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.prodet-page .prodet-2 .ret .slide .tit {
  display: none;
  font-weight: 600;
}
.prodet-page .m-link {
  font-weight: 600;
  border-top: 1px solid #f3f3f3;
}
.prodet-page .prodet-3 ul li .img-box {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.prodet-page .prodet-3 ul li .text {
  margin-top: 20px;
}
.prodet-page .prodet-3 ul li .text p {
  margin-top: 3px;
  color: #666666;
}
.prodet-page .prodet-3 ul li .font-16 {
  line-height: 1.5;
}



@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .options ul li {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .options ul li {
    padding-right: 19px;
  }
  .prodet-page .prodet-2 .options ul li a {
    font-size: 18px;
  }

}

@media screen and (max-width: 1000px) {
  .product-yd-page .content ul li .text .con {
    max-height: 100px;
    overflow-y: auto;
  }
  .product-page .sidebox .side-left {
    display: none;
  }
  .product-page .sidebox .side-right {
    width: 100%;
  }
  .prodet-page .prodet-2 .options {
    zoom: .7;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right{
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .product-yd-page .content ul li .img {
    width: 100%;
    margin-top: 30px;
  }
  .product-yd-page .content ul li .text {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .product-yd-page .content ul li::after {
    display: none;
  }
  .product-page .sidebox .side-right ul{
    margin-top: -20px;
  }
  .product-page .sidebox .side-right ul li{
    width: 50%;
  }

  
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .ret .slide .tit {
    display: block;
  }
  .prodet-page .prodet-2 .ret .slide:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .font-56{
    font-size: 24px;
  }
  .product-yd-page .content ul li .text .more span{
    padding: 14px 20px;
  }
}

@media screen and (max-width: 500px) {
  .product-page .sidebox .side-right ul li{
    width: 100%;
    padding: 20px 13px;
  }

  .prodet-page .prodet-1 .right .btn .link {
    font-size: 14px;
    width: 152px;
    padding: 9px 0;
  }
}


.news-page .sidebar-box .sidebar-left {
    width: 28%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;

    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;

    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent 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;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 600;

    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;

    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;

    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-right {
    width: 72%;
}

.news-page .news-list ul {
    margin: -30px -15px 0;
}

.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}

.news-page .news-list ul li {
    padding: 0 25px;
    margin-bottom: 30px;
}

.news-page .news-list ul li .box .img img {
    width: 100%;
}

.news-page .news-list ul li .box .content .cat_name {
    background-color: #b3b3b3;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;

    line-height: 2;
}

.news-page .news-list ul li .box .content .title {
    font-weight: 600;

    margin-top: 20px;
    font-size: 24px;
    min-height: 4em;



}

.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}

.news-page .news-list ul li .box .content .time {
    font-size: 14px;
    /*font-weight: 500;*/
    /*line-height: 30px;*/
    color: var(--color);
    display: inline-block;
    /*margin-top: 5px;*/
}

.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    /*font-weight: 500;*/
    color: #666;
    margin-top: 6px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 130px;
    padding-right: 45px;
    margin-top: 60px;
}

.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/icon-search-black.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    /*max-height: 3300px;
    overflow-y: auto;*/
    padding-right: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 8px 0;
    font-size: 16px;
    /*font-weight: bold;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
    color: #666;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    float: right;
    position: relative;
    top: 8px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol{
    display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    /*list-style-type: disc;*/
    margin-left: 10px;
    color: #7b7b7b;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent 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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    /*font-weight: bold;*/
    font-size: 16px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
    padding: 215px 40px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    margin-top: 60px;
}

.inner-page.product2-page .sidebar-left {
    padding-right: 45px;

}

.newdet-page .ny-title {
  margin-top: 3px;
}
.newdet-page .content {
  color: #000;
}
.newdet-page .m-link {
  font-weight: 600;
  border-top: 1px solid #f3f3f3;
}

@media screen and (max-width: 1450px) {
  .font-28{
    font-size: 24px;
  }
}

@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
        padding: 90px 30px 30px;
    }

    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }

    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list ul li .box .content .title{
    font-size: 20px;
  }
    .news-page .news-list ul li{
      width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
  .inner-page .sidebar-box .sidebar-right{
    margin-top: 40px;
  }
  .news-page .news-list ul{
    margin: 0 -10px;
  }
  .news-page .news-list ul li{
    padding: 0 10px;
  }
  .news-page .news-list ul li .box .content .title{
    margin-top: 0;
  }
}


.contact-page .ny-title {
  margin-top: 0;
}
.contact-page .con {
  margin: 28px auto 0;
  max-width: 996px;
}
.contact-page .info ul li {
  width: 32%;
}
.contact-page .info ul li .icon {
  width: 114px;
  height: 114px;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  margin: 0 auto;
}
.contact-page .info ul li .icon i {
  line-height: 26px;
}
.contact-page .info ul li .icon img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  vertical-align: middle;
}
.contact-page .info ul li .icon span {
  font-weight: 600;
}
.contact-page .info ul li p {
  font-weight: 500;
}
.contact-page .info ul li:last-child {
  width: 36%;
}
.contact-page .box {
  max-width: 984px;
  margin: 82px auto 0;
  background-color: #333333;
  color: #fff;
}
.contact-page .box .tit {
  line-height: 1.1;
}
.contact-page .box .tit em {
  color: #195ea2;
}
.contact-page .box form ul {
  margin: -20px -13px;
}
.contact-page .box form ul li {
  padding: 20px 13px;
}
.contact-page .box form ul li input,
.contact-page .box form ul li textarea {
  padding-right: 40px;
  width: 100%;
  height: 58px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 14px;
  font-style: italic;
}
.contact-page .box form ul li textarea {
  height: 144px;
  padding-top: 15px;
}
.contact-page .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .box form ul li:nth-child(1) input {
  background: url(../images/c-name.png) no-repeat 97% center;
}
.contact-page .box form ul li:nth-child(2) input {
  background: url(../images/c-mail.png) no-repeat 98% center;
}
.contact-page .box form ul li:nth-child(3) input {
  background: url(../images/c-tel.png) no-repeat 98% center;
}
.contact-page .box form ul li:nth-child(4) input {
  background: url(../images/c-subject.png) no-repeat 97% center;
}
.contact-page .box form ul li:nth-child(5) textarea {
  background: url(../images/c-message.png) no-repeat 99% 9%;
}
.contact-page .box form ul li:last-child p {
  max-width: 420px;
  color: #999;
}
.contact-page .box form ul li:last-child button {
  background: var(--color);
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 8px 27px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-page .box form ul li:last-child button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box form ul li:last-child button:hover {
  color: var(--color);
}
.contact-page .box form ul li:last-child button:hover::after {
  width: 100%;
}
.contact-page .contact-2 {
  margin-top: -176px;
}
.contact-page .contact-2 iframe {
  height: 615px;
  border: 0;
}

@media screen and (max-width: 1700px) {
  .contact-page .box{
    max-width: 1200px;
  }
  .contact-page .contact-2{
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .info ul li p em {
    display: block;
  }
  .contact-page .box {
    margin: 41px auto 0;
  }
  .contact-page .contact-2 {
    
  }
  .contact-page .contact-2 iframe {
    height: 500px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .info ul li {
    width: 50%;
  }
  .contact-page .info ul li:last-child {
    width: 100%;
  }
  .font-34 {
    font-size: 22px;
  }
  .contact-page .box form ul li {
    width: 100%;
  }
  .contact-page .box form ul li button {
    margin-top: 20px;
  }
  .contact-page .contact-2 iframe {
    height: 460px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .box{
    padding: 20px 10px;
  }
  .contact-page .box form ul li{
    padding: 10px;
  }
  .contact-page .info ul li {
    width: 100%;
  }
  .contact-page .contact-2 iframe {
    height: 400px;
  }
}