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

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

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

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

#pups_from{
  z-index: 33 !important;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #f08200;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative; 
  margin: 0 auto;
  color: #000000;
  font-family: 'Grift';
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.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: 1560px;
}
.w-1750 {
  width: 1750px;
}
@-webkit-keyframes loadAni {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadAni {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadAni {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadAni {
  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 {
  cursor: pointer;
  background-color: var(--color);
  padding: 8px 24px;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  min-width: 170px;
  font-weight: 500;
  letter-spacing: 1px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.moreCont:focus{
  background: var(--color);
}
.moreCont .moreContImg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  background-position: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.moreCont:hover .moreContImg {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.moreCont:hover{
  background: #222;
}
#header {
  color: #000;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#header > .nav > .menu {
  z-index: 1;
  padding: 10px 0;
}
#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;
  filter: brightness(0) invert(1);
}
#header.active > .nav > .menu .menu-box .left .logo img{
  filter: brightness(1) invert(0);
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: 20px;
}
#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: 100px;
}
#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::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 {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  text-transform: capitalize;
  z-index: 2;
  padding: 2px 0;
}
#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 {
  position: absolute;
  top: 160%;
  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;
  line-height: 2;
  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: var(--color);
  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 .search {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .search .img {
  width: 100%;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .openBtn {
  padding: 8px 26px;
  border-radius: 4px;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC {
  width: 26px;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC .img {
  width: 100%;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#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: 120px;
  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: 27%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
 
#header.active > .nav {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .text,
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
  color: black;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC .img,
#header.active > .nav > .menu .menu-box .right .search .img{
  filter: invert(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 .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;
  padding-top: 17%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  line-height: 1.234;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
   max-width: 651px;
   line-height: 1.75;
}
#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,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .bottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
#banner .bottom .container > .box{
  width: 100%;
}
#banner .bottom .container > .box > div{
  max-width: 1300px;
  width: 100%;
}
#banner .bottom .btn{
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  color: var(--color);
  font-size: 25px;
  background: rgba(255, 255, 255, 0.502);
  backdrop-filter: blur(4px);
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0;
}
#banner .bottom .btn:hover{
  background: white;
}
#banner .bottom .btn::after{
  content: none;
}
#banner .bottom .swiper-scrollbar{
  width: 193px;
  height: 1px;
  margin: 0 10px;
  background: rgba(255,255,255,0.5);
  z-index: 4;
}
#banner .bottom .swiper-scrollbar .swiper-scrollbar-drag{
  background: var(--color);
  height: 3px;
  top: -1px;
}
#banner .sPage {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  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;
  background-color: transparent;
  margin: 8px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  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-bullet-active {
  border: 1px solid #fff;
}
#banner .sPage .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #fafafa;
}
#index-body .init-1 .subImg {
  width: 350px;
  height: 370px;
  right: 0;
  top: 0;
}
#index-body .init-1 .container .tips {
  color: var(--color);
}
#index-body .init-1 .container .tipsTitle {
  color: #333333;
}
#index-body .init-1 .container .tipsDes {
  color: #333333;
  max-width: 1030px;
}
#index-body .init-1 .container .line {
  width: 70px;
  height: 5px;
  background-color: var(--color);
}
#index-body .init-1 .container .content {
  z-index: 2;
  position: relative;
}
#index-body .init-1 .container .content .left {
  width: 400px;
}
#index-body .init-1 .container .content .left ul li {
  cursor: pointer;
  margin-top: 30px;
}
#index-body .init-1 .container .content .left ul li .box {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .content .left ul li .cirCont {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 3px solid #5e5e5e;
  position: relative;
}
#index-body .init-1 .container .content .left ul li .cirCont .cir {
  width: 42px;
  height: 42px;
  background-color: #5e5e5e;
  border-radius: 50%;
}
#index-body .init-1 .container .content .left ul li .cirCont .cir .img {
  width: 26px;
  height: 26px;
}
#index-body .init-1 .container .content .left ul li .cirCont::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 1px;
  top: 100%;
  left: 50%;
  height: 30px;
  border-left: 1px dashed #000;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-1 .container .content .left ul li .textCont {
  width: -webkit-calc(34%);
  width: -moz-calc(34%);
  width: calc(100% - 66px);
  color: #666666;
}
#index-body .init-1 .container .content .left ul li:first-child {
  margin-top: 0;
}
#index-body .init-1 .container .content .left ul li:last-child .box .cirCont::before {
  display: none;
}
#index-body .init-1 .container .content .left ul li.active .box .cirCont {
  border: 3px solid var(--color);
}
#index-body .init-1 .container .content .left ul li.active .box .cirCont .cir {
  background-color: var(--color);
}
#index-body .init-1 .container .content .left ul li.active .box .textCont {
  color: #000000;
}
#index-body .init-1 .container .content .right {
  width: 530px;
}
#index-body .init-1 .container .content .right ul li .box .num {
  font-weight: bold;
  color: var(--color);
}
#index-body .init-1 .container .content .right ul li .box .num::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #fafafa 20%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, #fafafa 20%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #fafafa 20%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #fafafa 20%, rgba(255, 255, 255, 0));
}
#index-body .init-1 .container .content .right ul li .box .title {
  font-weight: bold;
  color: #333333;
  display: block;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .content .right ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-1 .container .content .right ul li .box .des {
  color: #666666;
}
#index-body .init-1 .container .content .imgCont2 {
  position: absolute;
  width: 64%;
  height: 100%;
  top: 0;
  left: 14%;
  z-index: -1;
}
#index-body .init-1 .container .content .imgCont2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}
#index-body .i-solution{
  background: #e8edfd;
}
#index-body .i-solution .txt{
  max-width: 628px;
  line-height: 1.37;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-solution ul{
  margin-top: -30px;
}
#index-body .i-solution ul li .img-box{
  border-radius: 10px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-solution ul li span{
  position: absolute;
  color: white; 
}
#index-body .i-solution ul li:nth-child(1) span{
  right: 0;
  top: 70px;
}
#index-body .i-solution ul li:nth-child(2) span{
  right: 0;
  bottom: 70px;
}
#index-body .i-solution ul li:nth-child(3) span{
  left: 0;
  top: 70px;
}
#index-body .i-solution ul li:hover .img-box{
  -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
#index-body .i-solution .moreCont{
  background: #030c27;
  min-width: 310px;
  text-align: center;
}
#index-body .i-solution .moreCont:hover{
  background: var(--color);
}
#index-body .init-2 .container .left {
  width: 46%;
}
#index-body .init-2 .container .left .img {
  border-radius: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
#index-body .init-2 .container .left .play {
  width: 100px;
  height: 100px;
  z-index: 2;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-2 .container .left .play .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
#index-body .init-2 .container .left .play .cont {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: var(--color);
  background-color: #fff;
}
#index-body .init-2 .container .left .play .cont i {
  margin-left: 4px;
}
#index-body .init-2 .container .left .play:hover .shadow {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .init-2 .container .right {
  width: 48%;
}
#index-body .init-2 .container .right .des {
  color: rgba(0, 0, 0, 0.86);
  font-weight: 500;
  line-height: 2;
}
#index-body .init-2 .container .right .listCont {
  max-width: 720px;
}
#index-body .init-2 .container .right .listCont ul {
  padding-top: 20px;
}
#index-body .init-2 .container .right .listCont ul li {
  margin-top: 20px;
}
#index-body .init-2 .container .right .listCont ul li .box .top {
  font-size: 60px;
  color: var(--color);
  font-weight: 700;
  line-height: 1;
}
#index-body .init-2 .container .right .listCont ul li .box .top .sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -10px;
  margin-left: 4px;
}
#index-body .init-3 {
  background-color: #e8edfd;
}
#index-body .init-3 .subImg1 {
  width: 530px;
  height: 690px;
  top: 0;
  left: 0;
  background-position: top left;
}
#index-body .init-3 .subImg2 {
  width: 590px;
  height: 1270px;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}
#index-body .init-3 .container .contentC {
  max-width: 1280px;
  margin-left: auto;
}
#index-body .init-3 .container .contentC .tipsTitle {
  font-style: italic;
}
#index-body .init-3 .container .contentC .listCont {
  max-width: 1040px;
}
#index-body .init-3 .container .contentC .listCont ul {
  padding-top: 30px;
}
#index-body .init-3 .container .contentC .listCont ul li {
  width: 45%;
  margin-top: 40px;
}
#index-body .init-3 .container .contentC .listCont ul li .box .titleC .img {
  width: 40px;
  height: 40px;
}
#index-body .init-3 .container .contentC .listCont ul li .box .titleC .title {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-top: 6px;
}
#index-body .init-3 .container .contentC .listCont ul li .box .des {
  color: rgba(0, 0, 0, 0.77);
  font-weight: 500;
}
#index-body .init-3 .container .contentC .listCont2 .left {
  width: 42%;
}
#index-body .init-3 .container .contentC .listCont2 .left .title {
  color: #0c2518;
}
#index-body .init-3 .container .contentC .listCont2 .left ul li a {
  opacity: 0.3;
  color: #0c2518;
}
#index-body .init-3 .container .contentC .listCont2 .left ul li a .hLink {
  color: #0c2518;
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
}
#index-body .init-3 .container .contentC .listCont2 .left ul li a .hImg {
  width: 20px;
  height: 14px;
}
#index-body .init-3 .container .contentC .listCont2 .left ul li.active a {
  opacity: 1;
}
#index-body .init-3 .container .contentC .listCont2 .right {
  width: 50%;
  height: 540px;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList img {
  border-radius: 20px;
  width: 88%;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList .img1 {
  z-index: 4;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList .img2 {
  z-index: 3;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList .img3 {
  z-index: 2;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList .img4 {
  z-index: 1;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active1 .img1 {
  z-index: 4;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active1 .img2 {
  -webkit-transform: translateX(10%) scale(0.9);
  -moz-transform: translateX(10%) scale(0.9);
  -ms-transform: translateX(10%) scale(0.9);
  -o-transform: translateX(10%) scale(0.9);
  transform: translateX(10%) scale(0.9);
  opacity: 0.9;
  z-index: 3;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active1 .img3 {
  -webkit-transform: translateX(20%) scale(0.8);
  -moz-transform: translateX(20%) scale(0.8);
  -ms-transform: translateX(20%) scale(0.8);
  -o-transform: translateX(20%) scale(0.8);
  transform: translateX(20%) scale(0.8);
  opacity: 0.9;
  z-index: 2;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active1 .img4 {
  -webkit-transform: translateX(30%) scale(0.7);
  -moz-transform: translateX(30%) scale(0.7);
  -ms-transform: translateX(30%) scale(0.7);
  -o-transform: translateX(30%) scale(0.7);
  transform: translateX(30%) scale(0.7);
  opacity: 0.9;
  z-index: 1;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active2 .img1 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active2 .img2 {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active2 .img3 {
  -webkit-transform: translateX(10%) scale(0.9);
  -moz-transform: translateX(10%) scale(0.9);
  -ms-transform: translateX(10%) scale(0.9);
  -o-transform: translateX(10%) scale(0.9);
  transform: translateX(10%) scale(0.9);
  opacity: 0.9;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active2 .img4 {
  -webkit-transform: translateX(20%) scale(0.8);
  -moz-transform: translateX(20%) scale(0.8);
  -ms-transform: translateX(20%) scale(0.8);
  -o-transform: translateX(20%) scale(0.8);
  transform: translateX(20%) scale(0.8);
  opacity: 0.9;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active3 .img1 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active3 .img2 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active3 .img3 {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active3 .img4 {
  -webkit-transform: translateX(10%) scale(0.9);
  -moz-transform: translateX(10%) scale(0.9);
  -ms-transform: translateX(10%) scale(0.9);
  -o-transform: translateX(10%) scale(0.9);
  transform: translateX(10%) scale(0.9);
  opacity: 0.9;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active4 .img1 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active4 .img2 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active4 .img3 {
  -webkit-transform: translateX(100%) scale(1);
  -moz-transform: translateX(100%) scale(1);
  -ms-transform: translateX(100%) scale(1);
  -o-transform: translateX(100%) scale(1);
  transform: translateX(100%) scale(1);
  opacity: 0;
}
#index-body .init-3 .container .contentC .listCont2 .right .imgList.active4 .img4 {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}
#index-body .init-4 {
  background-color: #2d5284;
  background-position: bottom center;
}
#index-body .init-4 .container {
  overflow: unset;
}
#index-body .init-4 .titleC .left {
  width: 50%;
  color: #fff;
}
#index-body .init-4 .titleC .right .more {
  background-color: #ffffff;
  color: #000;
}
#index-body .init-4 .titleC .right .more .moreContImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init-4 .content ul li {
  width: 33.33%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
#index-body .init-4 .content ul li .box .img {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-4 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-4 .content ul li .box .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#index-body .init-4 .content ul li .box .img .desCont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 50px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
#index-body .init-4 .content ul li .box .img .desCont .des {
  z-index: 2;
  color: #e8f1ea;
  max-height: 180px;
  overflow-y: auto;
  padding-right: 4px;
}
#index-body .init-4 .content ul li .box .title {
  color: #fff;
}
#index-body .init-4 .content ul li .box:hover .img .shadow {
  opacity: 1;
}
#index-body .init-4 .content ul li .box:hover .img .desCont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-4 .content ul li:nth-child(2) {
  margin-top: 80px;
}
#index-body .init-4 .content ul li:nth-child(3) {
  margin-top: 160px;
}
#index-body .init-5 .container .titleC .tips {
  color: var(--color);
}
#index-body .init-5 .container .titleC .tipsTitle {
  color: #333333;
}
#index-body .init-5 .container .titleC .tipsDes {
  color: #000;
  font-weight: 500;
}
#index-body .init-5 .container .content ul li {
  width: 50%;
}
#index-body .init-5 .container .content ul li .box {
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  background-color: #e8edfd;
}
#index-body .init-5 .container .content ul li .box .subImg {
  padding: 10px;
  width: 55px;
  background-color: #030c27;
  -webkit-background-size: 35px auto;  
  -moz-background-size: 35px auto;     
  -o-background-size: 35px auto;
  background-size: 35px auto;
}
#index-body .init-5 .container .content ul li .box .infoCont {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  padding: 20px 80px 20px 30px;
}
#index-body .init-5 .container .content ul li .box .infoCont .top .list .cir {
  width: 34px;
  height: 34px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-5 .container .content ul li .box .infoCont .top .list .cir .cirImg {
  width: 18px;
  height: 18px;
}
#index-body .init-5 .container .content ul li .box .infoCont .title {
  display: block;
  min-height: 3em;
}
#index-body .init-5 .container .content ul li .box .infoCont .title:hover {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .infoCont .des {
  color: #666666;
  line-height: 2;
}
#index-body .init-5 .container .content ul li .box .infoCont .more {
  width: 74px;
  height: 32px;
  border-radius: 16px;
  background-color: var(--color);
}
#index-body .init-5 .container .content ul li .box .infoCont .more .imgBg {
  width: 26px;
  height: 18px;
}
#index-body .init-5 .container .content ul li .box .infoCont .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #e8edfd;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop {
  padding-bottom: 30px;
  background-color: #e8edfd;
}
#footer .fTop .container .formCont {
  width: 29%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
#footer .fTop .container .formCont .tipsCont {
  color: var(--color);
}
#footer .fTop .container .formCont .tipsCont .img {
  width: 96px;
  height: 78px;
}
#footer .fTop .container .formCont form input,
#footer .fTop .container .formCont form textarea {
  margin-top: 20px;
  width: 100%;
  background-color: #e8edfd;
  border-radius: 5px;
  border: none;
  padding: 12px 20px;
    font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  height: 55px;
  font-style: italic;
}
#footer .fTop .container .formCont form textarea{
  height: 130px;
}
#footer .fTop .container .formCont form .moreC .more {
  width: 100%;
  background: #030c27;

}
#footer .fTop .container .formCont form .moreC .more:hover{
  background: var(--color);
}
#footer .fTop .container .rightCont {
  width: 65%;
}
#footer .fTop .container .rightCont .listCont .logs {
  margin-bottom: 30px;
}
#footer .fTop .container .rightCont .listCont .list .img {
  width: 18px;
  height: 18px;
  margin-top: 6px;
}
#footer .fTop .container .rightCont .listCont .list .text {
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  line-height: 1.4;
}
#footer .fTop .container .rightCont .listCont .first {
  color: var(--color);
  margin-bottom: 20px;
}
#footer .fTop .container .rightCont .listCont .menu-menu-container ul li {
  margin-top: 14px;
}
#footer .fTop .container .rightCont .listCont .menu-menu-container ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  display: block;
}
#footer .fTop .container .rightCont .listCont .menu-menu-container ul li a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 3px;
  top: 12px;
  left: 0;
  background-color: var(--color);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .rightCont .listCont .menu-menu-container ul li a:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#footer .fTop .container .rightCont .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fTop .container .rightCont .listCont .list2 {
  font-size: 18px;
  margin-top: 14px;
  line-height: 1.8;
}
#footer .fTop .container .rightCont .listCont .list2 a {
  position: relative;
  padding-left: 20px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .rightCont .listCont .list2 a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 3px;
  top: 12px;
  left: 0;
  background-color: var(--color);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .rightCont .listCont .list2 a:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#footer .fTop .container .rightCont .listCont1 {
  max-width: 535px;
}
#footer .fTop .container .rightCont .listCont2 {
  max-width: 200px;
}
#footer .fTop .container .rightCont .listCont1 .bottom .h4{
  white-space: nowrap;
  color: var(--color);
}
#footer .fTop .container .rightCont .listCont1 .bottom em{
  color: var(--color);
  font-weight: 500;

}
#footer .fTop .container .rightCont .listCont1 .bottom .txt{
  line-height: 1.42;
}
#footer .fTop .container .rightCont .listCont1 .bottom img{
  position: absolute;
  right: calc(100% - 10px);
  top: 11px;
}
#footer .fTop .container .rightCont .copyright {
  width: 100%;
}
#footer .copyright {
  position: relative;
font-size: 14px;
line-height: 28px;
  overflow: hidden;
  color: #161616;
  -o-background-size: cover;
  background-size: cover;
  border-top: 1px solid #cddace;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #161616;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
#footer .copyright .left .cms {
  border-bottom: 1px solid #000;
}
#footer .copyright .share a{
  width: 39px;
  height: 39px;
  border-radius: 3px;
  background: white;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .copyright .share a:hover{
  background: var(--color);
  color: white;
}
.shouye h1{
  display: inline;
}
#mobile3 .langs ul li{
  line-height: 2;
}
#mobile3 .m-nav ul li a{
  line-height: 30px;
}
#mobile3 .m-nav ul li li a{
  line-height: 2;
}
#mobile3 .langs h4{
  line-height: 1.8;
}
 
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 80px;
  }
  #index-body .init-3 .container .contentC {
    max-width: 1000px;
  }
  #footer .fTop .container .rightCont .listCont1{
    max-width: 450px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  #index-body .init-1 .container .tipsDes {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-1 .container .content .right {
    width: 430px;
  }
  #index-body .init-3 .subImg2 {
    width: 370px;
    height: 100%;
  }
  #index-body .init-3 .subImg1 {
    width: 370px;
    height: 400px;
  }
  #footer .fTop .container .rightCont .listCont1 {
    max-width: 320px;
  }
  #footer .fTop .container .rightCont .listCont1 .bottom > .flex{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1250px) {
  .inner_banner{
    display: none;
  }
  #index-body .i-solution ul{
    margin-top: 30px;
  }
  #index-body .init-1 .container .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .content .imgCont2 {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    height: 400px;
    margin-bottom: 40px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-3 .subImg2 {
    display: none;
  }
  #index-body .init-3 .container .contentC .listCont2 .right {
    height: 420px;
  }
  #index-body .init-4 .content ul li {
    top: 80px;
  }
  #index-body .init-4 .content ul li .box .img .desCont {
    padding: 0 16px 16px;
  }
  #index-body .init-4 .titleC .left {
    width: 100%;
  }
  #index-body .init-4 .titleC .right {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .container .content ul li .box .infoCont{
    padding-right: 30px;
  }
  #footer .fTop .container .formCont {
    width: 45%;
  }
  #footer .fTop .container .rightCont {
    width: 50%;
    margin-top: 40px;
  }
  #footer .fTop .container .rightCont .listCont2,
  #footer .fTop .container .rightCont .listCont3{
    display: none;
  }
  #footer .fTop .container .rightCont .listCont1 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .font-28{
    font-size: 24px;
  }
  .Auxil-h1{
    font-size: 20px !important;
line-height: 36px;
  }
  .yejiao{
    display: none !important;
  }
  #cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 2;
  }
  #cp-Nav .nav div.title{
    line-height: 1.8;
  }
  #index-body .i-solution ul li:nth-child(3) span,
  #index-body .i-solution ul li:nth-child(1) span{
    top: 15px;
  }
  #index-body .i-solution ul li:nth-child(2) span{
    bottom: 15px;
  }
  #index-body .init-5 .container .content ul li .box .infoCont .title{
    min-height: 3em;
  }
  #index-body .init-1 .container .content .left {
    width: 100%;
  }
  #index-body .init-1 .container .content .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-body .init-1 .container .content .left ul li:first-child {
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .left ul li {
    margin-top: 20px;
    margin-right: 20px;
  }
  #index-body .init-1 .container .content .left ul li .cirCont::before {
    display: none;
  }
  #index-body .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-2 .container .right .listCont ul li .box .top {
    font-size: 50px;
  }
  /*#index-body .init-3 .container .contentC .listCont2 .left {
    width: 100%;
  }*/
  #index-body .init-3 .container .contentC .listCont2 .right {
    margin-top: 40px;
    height: 310px;
  }
  #index-body .init-4{
    overflow: hidden;
  }
  #index-body .init-4 .content ul li {
    /*width: 100%;*/
    position: relative;
    top: 0;
    margin-top: 40px;
  }
  #index-body .init-4 .content ul li:nth-child(2) {
    margin-top: 40px;
  }
  #index-body .init-4 .content ul li:nth-child(3) {
    margin-top: 40px;
  }
  #index-body .init-5 .container .content ul li .box .infoCont {
    padding: 20px;
  }
  #footer .fTop .container .rightCont .listCont1 {
    width: 100%;
  }
  #footer .fTop .container .formCont{
    width: 100%;
  }
  #footer .fTop .container .rightCont{
    width: 100%;
  }
  #footer .fTop .container .rightCont .listCont1 .bottom img{
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .bottom{
    display: none;
  }
  #index-body .i-solution ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-solution ul li{
    width: 100%;
    
  }
  #index-body .init-1 .container .content .imgCont2 {
    height: 58vw;
    margin-bottom: 20px;
  }
  #index-body .init-1 .subImg {
    width: 50vw;
    height: 50vw;
  }
  #index-body .init-3 .subImg1 {
    width: 50vw;
    height: 50vw;
  }
  #index-body .init-3 .container .contentC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .contentC .listCont2 .left{
    width: 100%;
  }
  #index-body .init-3 .container .contentC .listCont2 .right{
    width: 75%;
  }
  #index-body .init-4 .content ul li{
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #index-body .init-2 .container .right .listCont ul li {
    width: 100%;
  }
  #index-body .init-2 .container .left .play {
    width: 60px;
    height: 60px;
  }
  #index-body .init-2 .container .left .img {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
  }
  #index-body .init-2 .container .left .play .cont {
    width: 50px;
    height: 50px;
  }
  #index-body .init-2 .container .right .listCont ul {
    padding-top: 0;
  }
  #index-body .init-3 .container .contentC .listCont2 .right {
    width: 100%;
    height: 82vw;
  }
  #index-body .init-5 .container .content ul li .box .infoCont .top .list {
    margin: 5px 0;
    width: 100%;
  }
  #footer .fTop .container .formCont{
    padding: 20px;
  }
}


/*inner-page*/

.product-cat-page {
  padding: 5% 0 8.81%;
}

.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: #141414;
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li .img .img-box img
{
  border-radius: 20px;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    /*padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;*/
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
/*about*/

.about-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}

.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}

.about-page .about-1 .play:hover {
  background: var(--color)
}

.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  /*border-bottom: 1px solid #d1d1d1;*/
  padding: 24px 30px 13px 30px;
}

.about-page .about-1 .right .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 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
}

.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 1;
  transition: .5s;
  margin-top: 10px
}
.about-page .about-1 .right .data ul li .num sub {
  vertical-align: baseline;
}
.about-page .about-1 .right .data ul li:hover .num {
  color: var(--color)
}

.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}

.about-page .about-2 {
  padding: 11.41% 0 10%;
}

.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}

.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}

.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}

.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}

.about-page .about-2 .right {
  width: 65%;
  position: relative;
}

.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .right .info {
  margin-top: -5.5%;
}

.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}

.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}

.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}

.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}

.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}

.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}

.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}

.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}

.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}

.about-page .about-3 .left {
  width: 32%;
}

.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}

.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}

.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}

/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}

.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}

.about-page .about-4 {
  padding-top: 8.1%;
}

.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}

.about-page .about-4 .left ul {
  margin-right: -80px;
}

.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}

.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}

.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px;
  font-weight: 400;
}

.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}

.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}

.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}

.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8;
  /*font-weight: 300;*/
  margin-top: 59px;
}

.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}

.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .right a:hover::after {
  width: 100%;
}

.about-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  font-family: "Delon";
  font-weight: normal;
}

.about-page .about-5 .content {
  margin-top: 50px;
}

/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}

.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

.about-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-page .about-6 ul li {
  width: 33.3%;
  position: relative;
}

.about-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}

.about-page .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-page .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}

.about-page .about-6 ul li .text .box .cont {
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}

/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7 {
  position: relative;

}

.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  color: #fff
}

.about-page .about-7 .text .box {

  margin: 0 0 0 auto;
  text-align: center;
}
.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}
.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}

.about-page .about_process {
  padding-top: 80px;
}

.about-page .about_process ul {
  margin: -20px;
}

.about-page .about_process ul li {
  padding: 20px;
}

.about-page .about_process ul li .title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.about-page .about_process ul li .des {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }

  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }

  .about-page .about-2 .right .shadow {
    zoom: .8;
  }

  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }

  .about-page .about-6 ul li .text {
    padding: 80px
  }
}

@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }

  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }

  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }

  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }

  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }

  .about-page .about-3 .left .title {
    font-size: 46px;
  }

  .about-page .about-4 .left {
    padding-right: 30px;
  }

  .about-page .about-4 .left ul {
    margin-right: -40px;
  }

  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }

  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }

  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }

  .about-page .about-4 .right .title {
    font-size: 50px;
  }

  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }

  .about-page .about-6 ul li .text {
    padding: 80px 60px
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }

  .about-page .about-1 .right {
    padding-left: 30px;
  }

  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }

  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }

  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }

  .about-page .about-2 .right .title {
    font-size: 40px;
  }

  .about-page .about-2 .right .shadow {
    zoom: .6;
  }

  .about-page .about-4 .right .title {
    font-size: 40px;
  }

  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }

  .about-page .about-4 .left ul {
    margin-right: -20px;
  }

  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }

  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }

  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }

  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }

  .about-page .about-6 ul li .text {
    padding: 80px 40px
  }
}

@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }

  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }

  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }

  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }

  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }

  .about-page .about-3 .left .title {
    font-size: 38px;
  }

  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }

  .about-page .about-5 .content ul {
    margin-right: -40px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }

  .about-page .about-6 ul li .text {
    padding: 80px 20px
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box {
    width: 100%
  }

  .about-banner {
    height: 300px;
    padding-top: 150px;
  }

  .about-page .about-1 {
    margin-top: 50px;
  }

  .about-page .about-1 .left {
    width: 100%;
  }

  .about-page .about-1 .right {
    display: none;
  }

  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }

  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }

  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }

  .about-page .about-3 .left {
    width: 100%;
  }

  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }

  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-4 .left ul li .top em {
    display: block;
  }

  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }

  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-4 .right .con {
    margin-top: 15px;
  }

  .about-page .about-4 .right a {
    margin-top: 20px;
  }

  .about-page .about-5 .title {
    font-size: 50px;
  }

  .about-page .about-5 .content {
    margin-top: 60px;
  }

  .about-page .about-6 ul li {
    width: 50%
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-6 {
    display: none
  }

  .about-page .about-2 {
    padding: 7% 0 10%;
  }

  .about-page .about-2 .right {
    display: none;
  }

  .about-page .about-5 .title {
    font-size: 40px;
  }

  .about-page .about-5 .content {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul {
    margin-right: -20px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }

  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }

  .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }

  .about-page .about-7 .text {
    bottom: 40px
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-7>img {
    height: 420px
  }

  .about-page .about-2 .left ul li span {
    width: 78%;
  }

  .about-page .about-3 .left .title {
    font-size: 30px;
  }

  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }

  .about-page .about-5 .title {
    font-size: 27px;
  }
}

#index-body .i-why {
  background: #f5f5f5
}

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}

#index-body .i-why .top .right .des.active {
  display: block
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1680px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1440px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1280px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #index-body .i-why {
    padding: 50px 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}
.advantage .pr {
  position: relative;
}

.advantage .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.advantage .header {
  text-align: left;
}

.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}

.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 16%;
  overflow: hidden;
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 480px;
}

.advantage .content ul li .ig i {
  display: block;
}

.advantage .content ul li .ig .tit {
  position: absolute;
  /*text-transform: uppercase;*/
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all .3s linear;
  /*-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);*/
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  font-size: 36px;
  font-weight: bold;
}

.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.advantage .content ul li.active .tit {
  opacity: 0;
}

@media screen and (max-width: 1440px){
   .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px){
    .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px){
  
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }

}
@media screen and (max-width: 700px){
  .advantage {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}

.test-page .test-1 {
  padding-top: 90px;
}

.test-page .test-1 .box {
  margin: 0 -45px;
  margin-bottom: 50px;
}

.test-page .test-1 .box .column {
  padding: 0 45px;
  vertical-align: middle;
}

.test-page .test-1 .box .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.test-page .solution-3 {
  background-color: #e7e7e7;
}

.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}

.test-page .solution-3 .box .list ul {
  margin-right: -1px;
}

.test-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}

.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;

}

.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}

.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

  height: 14em;
  overflow-y: auto;
  transition: .5s;
  left: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}

.test-page .solution-3 .box .list ul li:hover .text {
  opacity: 1
}

.test-page .solution-3 .box .list ul li .img {
  transition: .5s;
  padding-top: 15%;
}

.test-page .solution-3 .box .list ul li:hover .img {
  opacity: 0
}

.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div {
  height: 100%;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div li {
  height: 100%;
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}

.test-page .text-3 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list {
  margin-top: 50px;
}

.test-page .text-3 .list .swiper {
  overflow: hidden
}

.test-page .text-3 .swiper .swiper-slide i {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}

.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}

.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}

.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: black;
}

.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}

.test-page .text-3 .swiper .swiper-slide:hover .bg {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}

.test-page .text-3 .sPage {
  margin-top: 60px;
}

.test-page .text-3 .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.test-page .text-3 .sPage .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active {
  border: 1px solid #eb630c;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active::before {
  background: #eb630c;
}


@media screen and (max-width: 1250px) {

  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }

  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {

  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }

  .test-page .solution-3 .box .list ul li .text {
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }

  .test-page .text-3 .list {
    margin-top: 20px;
  }

  .test-page .text-3 .sPage {
    margin-top: 20px;
  }
}
.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px){
  
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width: 768px) {

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }

}

.custom-22 .ui .top {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-22 .ui .top .left {
  padding-right: 65px;
}

.custom-22 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-22 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-22 .ui .bottom {
  background: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-22 .ui .bottom .left {
  padding-right: 80px;
}

.custom-22 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-22 .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-22 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-22 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

 

.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-22 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

@media screen and (max-width: 1250px) {

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
  }

}

@media screen and (max-width: 1000px) {

  .custom-22 .ui .bottom .right {
    padding-right: 0;
  }

  .custom-22 .ui .bottom {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 700px) {

  .custom-22 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-22 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .top .right {
    width: 100%;
  }

  .custom-22 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 100px) {
  .custom-22 .ui .bottom .right ul.list3 li .top {
    padding: 10px;
  }

  .custom-22 .ui .bottom {
    padding: 0;
  }
}


.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}

.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}

.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}

.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #666;
  padding: 0 .7em;
}

.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}

.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: .5em 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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarRight .newsList 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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}

.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
@media screen and (max-width: 1000px){
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}

.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}

.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 40px
}

.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}

.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: .5s;
  line-height: 36px;
}

.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color)
}

.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin: 1em 0 2em 0 ;
}

.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}

.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 0.5em 0 ;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}

.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  margin-left: 20px;
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  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;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 10px;
  background: #eee;
  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;
  transition: .5s;
  border-radius: 10px;
}
.m-link .btnBox:hover {
  background-color: var(--color);
  color: white;
}
.m-link .btnBox span.h6,
.m-link .btnBox .text {
  color: inherit !important;
}
.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}

.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.newdet-page .form ul {
  margin: -15px -7px;
}

.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li  i.fa{
  display: none;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}

.newdet-page .form ul li textarea {
  height: 150px;
}

.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.newdet-page .form ul li button{
  border: none;
}
@media screen and (max-width: 1600px) {
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }

  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }

  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px){
  .wid-50 {
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }

  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }

}

@media screen and (max-width: 500px){
  
  .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}

.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #474747;
}

.inner-page .m-page span.current {
  border-color: #474747;
}
.newsProduct .prodet-3 ul li .img-box{
  display: block;
  border: solid 1px #e6e6e6;
  border-radius: 20px;
}
.newsProduct .prodet-3 ul li .tit{
  display: block;
  line-height: 2;
  color: #141414;
  transition: all .3s;
}
.newsProduct .prodet-3 ul li .tit:hover{
  color: var(--color);
}

.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}

.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}

.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 3px;
  bottom: 54px;
}

.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}

.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}

.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}

.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}

.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }

  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}

.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}

.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  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;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .options span em {
  color: #bfbfbf;
}

.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}

.testimonials-page .ret .list ul.active li a {
  /*border: 10px solid var(--color);*/

}
.testimonials-page .ret .list ul.active li a .txt-center{
  text-transform: uppercase;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}

.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}

.testimonials-page .ret .list ul li a img {
  width: 100%;
  border-radius: 20px;
}

.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  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%);
  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;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  
  .testimonials-page .options span {
    font-size: 18px;
    line-height: 32px;
    width: 280px;
  }

  .testimonials-page .options {
    margin-top: 60px;
  }

  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }

  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px){
    .testimonials-page .marginBox {
    padding: 60px 0;
  }

  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }

  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }

  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
  .testimonials-page .options {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}

.product-page {
  padding: 4.74% 0 0%;
}

.product-page .category {
  text-align: center;
}

.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}

.product-page .category ul {
  margin-right: -40px;
}

.product-page .category ul li {
  padding-right: 40px;
}

.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}

.product-page .category ul li .img-box img {
  display: inline-block;
  border-radius: 10px;
}
.product-page .category ul li .img-box {
  max-width: 310px;
}

.product-page .category ul li .tit {
  display: block;
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}

.product-page .category ul li.active .tit {
  color: var(--color);
}

.product-page .top {
  text-align: center;
  /*margin-top: 5%;*/
}

.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}

.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 18px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 100px;
}

.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}

.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}

.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  background: white;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
}

.product-page .top .fl-list ul li {
  font-size: 18px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
      color: #666;
  /*font-weight: bold;*/
}

.product-page .top .fl-list ul li:hover {
  color: var(--color);
}

.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}

.product-page .top .product-search form {
  width: 365px;
  position: relative;
}

.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
  border-radius: 100px;
}

.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) var(--color) no-repeat center center;
      border-radius: 100px;
}

.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}

.product-page .info .ui.container {
  max-width: 1600px;
}

.product-page .info h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
      margin-bottom: 40px;
  /*color: var(--color);*/
}

.product-page .info .con {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1%;
}

.product-page .list {
  margin-top: 1%;
}

.product-page .list ul {
  margin: 0 -52px -89px 0;
}

.product-page .list ul li {
  padding: 0 52px 20px 0;
}

.product-page .list ul li .img-box {
  display: block;
  /*border: solid 1px #dadada;*/
  padding: 30px 0 10px;
}

.product-page .list ul li .img-box img {
  display: inline-block;
  border-radius: 20px;
}

.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

/*.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}

.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}*/

.product-page .list ul li .tit {
  font-size: 24px;
  color: #474747;
  font-weight: 500;
  line-height: 1.6;
  /*margin-top: 25px;*/
  display: block;

}
.product-page .list ul li .tit:hover{
  color: var(--color);
}

@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }

  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }

  .product-page .list ul li .tit {
    font-size: 19px;
  }

}

@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }

  .product-page .top .product-search {
    margin-left: 26px;
  }

  .product-page .top .product-search form {
    width: 320px;
  }

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

  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }

  .product-page .category {
    display: none;
  }

  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}

@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }

  .product-page .info h1 {
    font-size: 36px;
  }

}

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

  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }

}

.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*max-height: 500px;*/
  /*padding-right: 20px;*/
  margin-top: 43px;
  /*overflow: auto;*/
  color: #666;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
  border-radius: 50px;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #acce22;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  margin: 0 auto;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
    font-size: 20px;
line-height: 36px;
  }
  .prodet-page .prodet-1 .box .right .content a.msgBtn {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}

#addForm2 {
  padding-left: 25px;
  height: 600px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  border-radius: 20px;
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  padding-left: 30px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
  .contact-page .contact-1 .right{
    padding-left: 2%;
    width: 50%;
  }
  .contact-page .contact-1 .left{
    width: 50%;
  }
  .contact-page .contact-1 .left ul li{
    padding-right: 15px;
  }
  #addForm2 textarea{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2 {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.prodet-3 .text:hover{
  color: var(--color);
}

.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -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);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #3854b8;
}
@media (max-width: 1000px){
   .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px){}
@media (max-width: 1000px){
  .contact-page .contact-1 .left,.contact-page .contact-1 .right{
    width: 100%;
  }
  #addForm2{
    height: auto;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 22px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;

}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}*/
.inner-banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    /*background-color: #1e348d;*/
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 60px;
}
/*.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}*/
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
@media (max-width: 500px){
    .inner-banner{
        height: auto;
    }
    .inner-banner .mbx{
        padding: 20px 0;
    }
}
.design-page .design-1 .container {
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
}

.design-page .design-1 .container img {
    border-radius: 10px;
}

.design-page .design-2 {
    padding: 20px 0 110px;
}

.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 50px;
    /*text-transform: uppercase*/
}

.design-page .design-2 .left .img {
    border-radius: 10px;
}

.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.design-page .design-2 .left .img img {
    border-radius: 10px;
}

.design-page .design-2 .right {
    padding-left: 90px;
}

.design-page .design-2 .right img {
    border-radius: 10px;
}

.design-page .design-2 .right .txt {
    font-size: 20px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 30px;
}

.design-page .design-3 {
    padding-bottom: 120px;
}

.design-page .design-3 .i-title {
    margin-bottom: 48px;
}

.design-page .design-3 ul {
    margin: -40px;
}

.design-page .design-3 ul li {
    padding: 40px;
}

.design-page .design-3 ul .slick-list {
    padding: 0 28%;
}

.design-page .design-3 ul li .box {
    position: relative;
    width: 500px;
}

.design-page .design-3 ul li .box img {
    width: 100%;
    border-radius: 10px;
}

.design-page .design-3 ul li .content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
    border-radius: 0 10px 10px 0;
}

.design-page .design-3 ul li .content h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: 700;
}

.design-page .design-3 ul li:hover .content {
    opacity: 1;
}

.design-page .design-3 ul .slick-dots {
    margin: 0;
    text-align: center;
}

.design-page .design-3 ul .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.design-page .design-3 ul .slick-dots li button {
    display: none;
}

.design-page .design-3 ul .slick-dots li.slick-active {
    background: var(--index-main-color);
}

.design-page .design-4 {
    background: url(../images/service-bg.jpg) no-repeat;
    color: #fff;
    padding: 107px 70px;
    background-attachment: fixed;
    margin-bottom: 110px;
    background-size: cover;
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}

.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7;
}

.design-page .design-4 .left .i-title {
    line-height: 1.2;
}

.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%;
}

.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 100px;
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle;
    height: 65%;
}

.design-page .design-4 .right ul li .icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 130%;
    width: 1px;
    height: 262%;
    background: rgba(255,255,255,.3);
}

.design-page .design-4 .right ul li:last-child .icon:after {
    content: none;
}

.design-page .design-4 .right ul li h4 {
    font-size: 30px;
    font-weight: 700;
}

.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: #fff;
}

.design-page .design-5 {
    padding: 0px 0 110px;
    position: relative;
}

.design-page .design-5 .i-title {
    line-height: 1.2;
}

.design-page .design-5 .wrap {
    margin-top: 70px;
}

.design-page .design-5 .left {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    max-width: 45%;
}

/*.design-page .design-5 .left .box {
    max-width: 50%;
}*/

.design-page .design-5 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 45px;
}

.design-page .design-5 .left img {
    width: 100%;
}

.design-page .design-5 .right {
    max-width: 50%;
    /*width: fit-content;*/
    margin-left: auto;
}

.design-page .design-5 .right img {
    border-radius: 10px;
}

@media screen and (max-width: 1600px) {
    .design-page .design-5 .ui.container {
        padding-left:7%;
    }

    .design-page .design-5 .wrap {
        padding-left: 10%;
    }

    .design-page .design-5 .right {
        max-width: 40%;
    }
}

@media screen and (max-width: 1400px) {
    .design-page .design-4 .right {
        padding-left:30px;
    }

    .design-page .design-5 .wrap {
        padding-left: 0;
    }

    .design-page .design-5 .left .txt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .design-page .design-5 .left .i-title {
        font-size:30px;
    }

    .design-page .design-2 .right {
        padding-left: 50px;
    }

    .design-page .design-3 ul li {
        padding: 20px;
    }

    .design-page .design-3 ul {
        margin: -20px;
    }

    .design-page .design-3 ul li .content h4 {
        font-size: 21px;
    }

    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner {
        margin-top:180px;
    }

    .design-page .design-1 .ui.container {
        padding: 0 20px;
    }

    .design-page .design-2 {
        padding: 60px 0 65px;
    }

    .design-page .design-3 ul .slick-list {
        padding: 0 18%;
    }

    .design-page .design-4 .left {
        position: relative;
        top: 0;
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px;
    }

    .design-page .design-5 {
        padding: 55px 0 50px;
    }

    .design-page .design-5 .left {
        width: 100%;
        position: unset;
        transform: none;
        margin-bottom: 0px;
        max-width: 100%;
    }

    .design-page .design-5 .left .box {
        width: 100%;
        max-width: 100%;
    }

    .design-page .design-5 .right {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner h2 {
        font-size:26px
    }

    .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px
    }

    .design-page .design-2 .left {
        width: 100%
    }

    .design-page .design-2 .i-title {
        margin-bottom: 30px
    }

    .design-page .design-3 ul .slick-list {
        padding: 0
    }

    .design-page .design-3 {
        padding: 0 15px 50px
    }

    .design-page .design-4 .right {
        padding-left: 0
    }

    .design-page .design-4 .left {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .design-page .design-4 .right ul li {
        padding-left:0
    }

    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px
    }

    .design-page .design-4 .right ul li .icon:after {
        content: none
    }
    .design-page .design-4 .right ul li h4{
      font-size: 20px;
    }
}

#resources_nav:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 20px
}

#resources_nav li {
    display: inline-block;
    margin-right: 5px
}

#resources_nav li a {
    display: block;
    width: 185px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 25px 0;
    background-color: #123485;
    color: #fff
}

#resources_nav li:nth-child(2) a {
    background-color: #40b5b1
}

#resources_nav li:nth-child(3) a {
    background-color: var(--color)
}

#resources_nav li:nth-child(4) a {
    background-color: #b5b5b5
}

.resources_sidebar {
    padding-top: 50px;
    margin: 0 -30px
}

.resources_sidebar .resources_left {
    width: 70%;
    padding: 0 30px
}

.resources_sidebar .resources_right {
    width: 30%;
    padding: 0 30px
}

.resources_sidebar .resources_right .video_list ul {
    margin: -10px 0
}

.resources_sidebar .resources_right .video_list ul li {
    margin: 0;
    padding: 10px 0
}

.resources_sidebar .resources_right .video_list .slick-arrow {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center
}

h2.resources {
    font-weight: 600
}

h2.resources:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--color);
    margin-top: 10px
}

.resources_more {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500
}

.video_content h3 {
    font-weight: 500
}

.resources-page .resources_2 {
    background-color: #fafafa
}

.product_catalogue .img {
    width: 31%;
    vertical-align: middle
}

.product_catalogue .mml-text {
    width: 69%;
    vertical-align: middle
}

.product_catalogue .mml-text p {
    min-height: 75px
}

.product_catalogue .mml-text .line {
    height: 1px;
    background: #e4e4e4
}

.product_catalogue .mml-text .date time {
    font-weight: 500
}

.product_catalogue .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px
}

.pdf_box ul {
    margin: -15px
}

.pdf_box ul li {
    padding: 15px
}

.pdf_box .mml-text {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e5e5e5
}

.pdf_box .mml-text .title {
    padding-left: 84px;
    background: url(../images/pdf-icon.png) no-repeat left top;
    min-height: 110px
}

.pdf_box .mml-text .line {
    height: 1px;
    background-color: #e5e5e5
}

.pdf_box .mml-text .date time {
    font-weight: 500
}

.pdf_box .mml-text .date .download {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px
}

.catalogue-page .catalogue_list li {
    padding: 50px 0
}

.catalogue-page .product_catalogue .img {
    width: 40%
}

.catalogue-page .product_catalogue .mml-text {
    width: 60%
}

@media screen and (max-width: 1250px) {
    #resources_nav li a {
        width:150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
    .inner-banner{
      display: none;
    }
    .pdf_box ul{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1000px) {
    #resources_nav {
        display:none
    }
    .resources_sidebar {
        margin: 0
    }

    .resources_sidebar .resources_left {
        width: 100%;
        padding: 0
    }

    .resources_sidebar .resources_right {
        display: none
    }

    .resources_more {
        display: none
    }
    .prodet-page .prodet-1 .box .left {
      position: static;
    }
    .inner-banner {
      margin-top: 50px;
    }
    .design-page .design-4 {
      padding: 6% 20px;
    }
    .pdf_box ul{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 700px) {
    .video_content h3 {
        font-size:20px
    }
    .pdf_box ul{
      grid-template-columns: repeat(1, minmax(0, 1fr));
      margin: 0;
    }
    .pdf_box ul li{
      padding: 0;
      margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .product_catalogue .img {
        width:100%!important
    }

    .product_catalogue .mml-text {
        width: 100%!important;
        padding: 0!important;
        margin-top: 30px
    }
    .contact-page .contact-1 .left ul {
      margin: 0;
    }
    .contact-page .contact-1 .left ul li {
      padding: 0;
    }
}



/* ----- product-page ----- */
.product2-page .pro-sidebar-left {
  width: 34%;
  padding-left: 5.5%;
  position: sticky;
  top: 120px;
}

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

.product2-page .pro-sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  padding: 10px 20px;
  padding-right: 58px;
  font-size: 14px;
  color: #fff;
  background-color:#203064;
}

.product2-page .pro-sidebar-left .inner .inner-search form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.product2-page .pro-sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/in-ss.png) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}

.product2-page .pro-sidebar-left .inner .inner-cat {
  background-color: #F2F5FB;
  /*clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);*/
  padding: 40px;
  border-radius: 30px;
}

.product2-page .pro-sidebar-left .inner .inner-cat>ul>li {
  border-top: 1px solid #dce0e3;
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li:nth-child(1) {
  border-top: none;
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li .benji {
  padding: 20px;
  transition: all 0.5s;
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li .benji i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #dce0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s;
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li .sub-menu{
  display: none;
  padding:0 20px 20px;
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li .sub-menu li{
  border-top: 1px solid #dce0e3;
  padding: 5px 0;
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li .sub-menu li.active a{
  color: var(--color);
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li:hover{
  background-color: #fff;  
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li.active{
  background-color: #fff;  
}
.product2-page .pro-sidebar-left .inner .inner-cat >ul>li:hover .benji {
  border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 8px 1px #dbe1e5;
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li:hover .benji i {
  background-color: var(--color);
  color: #fff;
}
.product2-page .pro-sidebar-left .inner .inner-cat>ul>li .benji i.rotate {
  transform: rotate(90deg);
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li.active .benji {
  background-color: #fff;
  border-radius: 10px;
}

.product2-page .pro-sidebar-left .inner .inner-cat >ul>li.active .benji i {
  background-color: var(--color);
  color: #fff;
}



.product2-page .pro-sidebar-left .inner .inner-contact {
  background-color: #203064;
  /*clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);*/
  padding: 40px;
  border-radius: 20px;
}

.product2-page .pro-sidebar-left .inner .inner-contact .des {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #8c8c8c;
}

.product2-page .pro-sidebar-left .inner .inner-contact ul li i {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.product2-page .pro-sidebar-left .inner .inner-contact ul li .text {
  color: #fff;
}

.product2-page .pro-sidebar-left .inner .inner-contact ul li .text h4 {
  color: #8c8c8c;
}

.product2-page .pro-sidebar-right {
  width: 66%;
}

.product2-page .pro-sidebar-right .product-list ul {
  margin: -8px;
}

.product2-page .pro-sidebar-right .product-list ul li {
  width:33.333%;
  padding: 8px;
}

.product2-page .pro-sidebar-right .product-list ul li .box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.product2-page .pro-sidebar-right .product-list ul li .box .imgbox img {
  width: 100%;
  /*clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 32px, 100% 100%, 0% 100%);*/
  transition: all 0.5s;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
  border-radius: 20px;
  z-index: 0;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox1 {
  opacity: 1;
}
.product2-page .pro-sidebar-right .product-list ul li .box .txtbox1::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
  z-index: -1;
  pointer-events: none;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox1 .ttcon {
  position: relative;
  padding: 20px 28px;
  width: 100%;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox1 .ttcon::after {
  content: "";
    display: block;
    width: 96%;
    height: 132px;
    background-color: rgb(16 39 85 / 74%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-top: 1px solid;
    border-radius: 20px;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 {
  opacity: 0;
  backdrop-filter: blur(5px);
  bottom: -100%;
  padding: 20px 28px;
  padding-top: 6%;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: -1;
  pointer-events: none;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .tt {
  /*height: 4.7em;*/
  flex-shrink: 0;
  transition: all 0.5s;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .tt:hover {
  color: #afafaf;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .text {
  flex-shrink: 0;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon {
  position: relative;
  padding-bottom: 20px;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon .desc {
  max-height: calc(28px * 5);
  overflow-y: auto;
  font-size: 16px;
line-height: 1.8;
}

.product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .btn-more02 {
  font-size: 14px;
}

.product2-page .pro-sidebar-right .product-list ul li .box:hover .imgbox img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
}

.product2-page .pro-sidebar-right .product-list ul li .box:hover .txtbox1 {
  opacity: 0;
}

.product2-page .pro-sidebar-right .product-list ul li .box:hover .txtbox2 {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 1700px){
  .product2-page .pro-sidebar-left .inner .inner-contact ul li .text p{
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .product2-page .pro-sidebar-left .inner .inner-cat {
    padding: 25px;
  }

  .product2-page .pro-sidebar-left .inner .inner-contact {
    padding: 25px;
  }

  .product2-page .pro-sidebar-left .inner .inner-cat ul>li .benji {
    padding: 15px 10px;
  }

  .product2-page .pro-sidebar-right .product-list ul li .box .txtbox {
    padding-top: 30px;
  }
  .product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon .desc {
    max-height: calc(28px * 3);
  }
  .product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon {
    padding-bottom: 10px;
  }
  .product2-page .pro-sidebar-left .inner .inner-contact ul li .text p{
    font-size: 17px;
  }
}

@media screen and (max-width: 1250px) {
  .product2-page .pro-sidebar-left .inner .inner-cat {
    padding: 20px;
  }

  .product2-page .pro-sidebar-left .inner .inner-contact {
    padding: 20px;
  }

  .product2-page .pro-sidebar-left .inner .inner-contact ul li i {
    zoom: 0.8;
  }

  .product2-page .pro-sidebar-right .product-list ul li {
    width: 50%;
  }
  .product2-page .pro-sidebar-right .product-list ul li .box .txtbox .tt{
    -webkit-line-clamp: 2;height: 3em;
  }
  .product2-page .pro-sidebar-left .inner .inner-contact ul li .text p{
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .product2-page .pro-sidebar-left {
    display: none;
  }

  .product2-page .pro-sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .pro-sidebar-right .product-list ul li .box .txtbox2 {
    padding: 15px;
  }
  .product2-page .pro-sidebar-right .product-list ul li {
    width: 100%;
  }
  .product2-page .pro-sidebar-right .product-list ul li .box:hover .txtbox2 {
    justify-content: flex-end;
  }
}

.btn-more02 {
    min-width: unset;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.color-ff {
    color: #fff;
}


.prodet2-page .prodet-right {
    width: 100%;
}

.prodet2-page .prodet-right .box {
    width: 100%;
    position: relative;
}

.prodet2-page .prodet-right .box .left {
    width: 44.45%;
    position: sticky;
    top: 100px;
}
.prodet2-page .prodet-right .box .left .bigImg ul {
    margin: 0 -5px;
}
.prodet2-page .prodet-right .box .left .bigImg ul li {
    padding: 0 5px;
}
.prodet2-page .prodet-right .box .left .bigImg ul li img{
  height: 640px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.prodet2-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet2-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet2-page .prodet-right .box .left .smallImg ul li img{
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.prodet2-page .prodet-right .box .right {
    width: 55.5%;
    padding-left: 50px;
}

.prodet2-page .prodet-right .box .right .det.max-h {
    /*max-height: 360px;*/
    overflow-y: auto;
}
.prodet2-page .prodet-right .box .right .det.max-h p strong{
  color: var(--color);
    font-size: 24px;
    padding-top: 30px;
}
 
.prodet2-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet2-page .prodet-right .box .right .det ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.prodet2-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet2-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet2-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet2-page .prodet-right .box .right h2 {
    font-size: 35px;

}

.prodet2-page .prodet-right .box .right .det {
    color: #666;
    line-height: 1.8;

}

.prodet2-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 1px;
    background-color: var(--color);
}

.prodet2-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet2-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet2-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet2-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet2-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet2-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet2-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet2-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev p,
.prodet2-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet2-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet2-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet2-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet2-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet2-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet2-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet2-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet2-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet2-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet2-page .prodet-right .prodet-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet2-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
}

.prodet2-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet2-page .prodet-right .prodet-title ul li {
    padding: 10px 0;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet2-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet2-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet2-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet2-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #e1e1e1;
}

.prodet2-page .prodet-right .prodet-content .det table tr td {
    color: #565656;
    text-align: center;
    background: #f5f5f5;
    white-space: nowrap;
}

.prodet2-page .prodet-right .prodet-content .det form {
    background: #fff;
}

.prodet2-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet2-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet2-page .prodet-right .prodet-content .det form ul li a.more {
    position: relative;
}

.prodet2-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}

.prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}

.prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet2-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}
@media screen and (max-width: 1700px){
  .prodet2-page .prodet-right .box .left .bigImg ul li img{
    height: 540px;
  }
  .prodet2-page .prodet-right .box .left .smallImg ul li img {
    height: 100px;
  }
}
@media screen and (max-width: 1600px) {
    .prodet2-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet2-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet2-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1450px) {

    .prodet2-page .prodet-right .box .right h2 {
        font-size: 26px;
    }
    .prodet2-page .prodet-right .box .left .bigImg ul li img{
      height: 462px;
    }
    .prodet2-page .prodet-right .box .left .smallImg ul li img {
      height: 85px;
    }

}

@media screen and (max-width: 1250px) {

    .prodet2-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

   
    .prodet2-page .prodet-right .box .left .bigImg ul li img{
      height: 382px;
    }
    .prodet2-page .prodet-right .box .left .smallImg ul li img {
      height: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }

    .prodet2-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        top: 0;
    }

    .prodet2-page .prodet-right .box .right {
        width: 100%;
        padding-left: 0;
    }

    .prodet2-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet2-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet2-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }

    .prodet2-page .prodet-right .prodet-content .det form ul li input {
        font-size: 18px;
    }

    .prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 18px;
    }
    .prodet2-page .prodet-right .box .left .bigImg ul li img{
      height: 596px;
    }
    .prodet2-page .prodet-right .box .left .smallImg ul li img {
      height: 112px;
    }
}

@media screen and (max-width:700px) {
    .prodet2-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .prodet2-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }
    .prodet2-page .prodet-right .box .left .bigImg ul li img{
      height: 85vw;
    }
    .prodet2-page .prodet-right .box .left .smallImg ul li img {
      height: 16vw;
    }

}

@media screen and (max-width: 500px) {

    .prodet2-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }

    .prodet2-page .prodet-right .prodet-title ul li.active {
        border-bottom: 1px solid var(--color);
    }



    .prodet2-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet2-page .prodet-right .prodet-content .det form ul li input {
        font-size: 16px;
    }

    .prodet2-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 16px;
    }
}



.capabilities-page .capabilities-1 {
  position: relative;
  z-index: 2;
}
.capabilities-page .capabilities-1 .container > img {
  border-radius: 20px;
}
.capabilities-page .capabilities-1 .container .capabilities1-m {
    position: absolute;
    top: 0;
    width: 1400px;
    left: 50%;
    background: #e8edfdb5;
    border-radius: 20px;
    /* border: 1px solid #2f8cda; */
    transform: translate(-54.7%, -100%);
    color: #000;
    backdrop-filter: blur(10px);
}
.capabilities-page .capabilities-2 {
  position: relative;
}
.capabilities-page .capabilities-2 .capabilities-2-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0.7;
}
.capabilities-page .capabilities-2 .container .sy3-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 28px;
  position: relative;
  z-index: 2;
}
.capabilities-page .capabilities-2 .container .sy3-c {
      background: rgb(22 32 62);
  position: relative;
  border-radius: 20px;
  /*overflow: hidden;*/
}
.capabilities-page .capabilities-2 .container .sy3-c > img {
  transition: all 0.5s;
}
.capabilities-page .capabilities-2 .container .sy3-c .sy3-text1 {
  font-weight: 800;
  color: #ffffff;
}
.capabilities-page .capabilities-2 .container .sy3-c .sy3-text2 {
  font-weight: 300;
  color: #fff;
  max-width: 360px;
}
.capabilities-page .capabilities-2 .container .sy3-c .sy3-btn {
  width: 45px;
  height: 45px;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.capabilities-page .capabilities-2 .container .sy3-c:hover img {
  transform: rotateY(180deg);
}
.capabilities-page .capabilities-3 .container .swiper-capabilities1 {
  overflow: hidden;
}
.capabilities-page .capabilities-3 .container .swiper-capabilities1 .img-box {
  border-radius: 30px;
}
.capabilities-page .capabilities-3 .container .swiper-capabilities1 .img-box img {
  border-radius: 30px;
}
.capabilities-page .capabilities-3 .container .swiper-capabilities1 .capabilities3-text {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1450px) {
  .hide-1450 {
    padding: 0;
  }
  .capabilities-page .capabilities-1 .container .capabilities1-m {
    width: 100%;
    position: static;
    transform: translate(0, 0);
    margin-top: 25px;
  }
  .capabilities-page .capabilities-2 .container .sy3-main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1250px) {
  .capabilities-page .capabilities-2 .container .sy3-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px){
   .capabilities-page .capabilities-2 .container .sy3-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {

  .capabilities-page .capabilities-2 .container .sy3-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .capabilities-page .capabilities-2 .container .sy3-c .sy3-text2{
    max-width: 100%;
  }
}
 


.seoPublic .Auxil-related .list ul li .box{
  box-shadow: none;
  background: none;
}
.seoPublic .Auxil-related .list ul li .box a.img-box img{
  border-radius: 20px;
}


.inner-page.faq-page .ui.container .pro-sidebar-box .pro-sidebar-right{
  width: 60%;
}
.inner-page.faq-page .ui.container .pro-sidebar-box .pro-sidebar-left{
  width: 35%;
  position: sticky;
    top: 120px;
}

.inner-page.faq-page .ui.container .pro-sidebar-box .pro-sidebar-left .inner .inner-contact{
  background: #011040;
    color: #fff;
    padding: 30px;
    border-radius: 20px;

}
.inner-page.faq-page .ui.container .pro-sidebar-box .pro-sidebar-left .inner form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}
.inner-page.faq-page .ui.container .pro-sidebar-box .pro-sidebar-left .inner form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}

@media screen and (max-width:700px){
  .faq-page .faq-list li h4{
    font-size: 18px;
    line-height: 1.5;
  }
  .faq-page .faq-list li>.cont{
    line-height: 1.5;
  }
}