@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 550;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
#mobile3{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#mobile3 .m-search form input[type="submit"] {
    background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile3 .m-btn i{
    background: #000;
}
#mobile3 .m-logo{
    background: #fff;
}
#mobile3{
    z-index: 900!important;
}
#pups_from{
    z-index: 901!important;
}
body {
  font-family: "Gilroy";
  max-width: 1920px;
  color:#333;
  --color: #2c2e8c;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1670px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font-w-500{
    font-weight: 500;
}
.seoPublic .title{
        font-size: 46px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
    font-weight: 600;
    font-size: 24px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 110px;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  position: relative;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-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;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
  width: max-content;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 159%;
  bottom: 0;
  left: -7px;
}
#header .nav .ui.menu .menu-box .line i {
  position: absolute;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*margin-left: .5em;*/
   margin-left: 7px;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .more {
  background-color: white;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 3em;
}
#header .nav .ui.menu .more i {
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .more em,
#header .nav .ui.menu .more i{
    position: relative;
    z-index: 2;
}
#header .nav .ui.menu .more{
    position: relative;
    overflow: hidden;
    background-color: transparent;
}
#header .nav .ui.menu .more::before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-color: #fff;
    z-index: -1;
    /*border-radius: 3em;*/
}
#header .nav .ui.menu .more::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top:0px;
    width: 0%;
    height: 100%;
    transform-origin: left center;
    /*transform: scaleX(0);*/
    transition: .3s;
    background-color: #fff;
    /*border-radius: 3em;*/
}
#header .nav .ui.menu .more:hover::after{
    /*transform: scaleX(1);*/
    width: 100%;
}
#header .nav .ui.menu .more:hover::before{
    opacity: 0;
}
#header .nav .ui.menu .more:hover em{
    color: var(--color);
}
#header .nav .ui.menu .more:hover i{
    background-color: var(--color)!important;
    color: #fff!important;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#header.active,
#header.inner {
  top: 0;
  color: black;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .menu-box .line i,
#header.inner .nav .ui.menu .menu-box .line i {
  background-color: var(--color);
}
#header.active .nav .ui.menu .more,
#header.inner .nav .ui.menu .more {
  /*background-color: var(--color);*/
  color: white;
}
#header.active .nav .ui.menu .more::before,
#header.inner .nav .ui.menu .more::before {
  background-color: var(--color);
  /*color: white;*/
}
#header.active .nav .ui.menu .more i,
#header.inner .nav .ui.menu .more i {
  background-color: white;
  color: var(--color);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.seoPublic .Auxil-through a{
    border: #ccc solid 1px;
    background: transparent;
        margin-right: 20px;
}
.seoPublic .Auxil-through a::last-child{
        margin-right: 0px;
    
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
button.more {
    border: none;
}
.more {
  padding: 5px;
  /*background-color: var(--color);*/
  /*border-radius: 3em;*/
  color: white;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  color: var(--color);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.more:hover {
  background-color: black !important;
  color: white !important;
}*/
.more:hover {
  /*background-color: black;*/
  color: white;
}
.more{
    position: relative;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    border-radius: 3em;
    border: 1px solid var(--color);
}
.more::before{
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    top:0px;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-color: var(--color);
    z-index: -1;
    /*border-radius: 3em;*/
}
.more::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top:0px;
    width: 0%;
    height: 100%;
    transform-origin: left center;
    transition: .3s;
    background-color: #fff;
    /*border-radius: 3em;*/
}
.more:hover::after{
    /*transform: scaleX(1);*/
    width: 100%;
}
.more:hover::before{
    /*opacity: 0;*/
}
.more em,
.more i{
  z-index: 2;
}
.more:hover em{
    color: var(--color);
}
.more:hover i{
    background-color: var(--color)!important;
    color: #fff!important;
}
span.h2 {
  line-height: 1.2173913;
}
.text {
  line-height: 1.5;
}
span.tag {
  color: #666;
}
#banner {
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 6.25vw;
}
#banner canvas {
  height: 100%;
  left: 0;
  top: 0;
  opacity: .3;
}
#banner li {
  position: relative;
  margin-bottom: -1px;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  max-width: 700px;
  margin-left: auto;
  color: white;
}
#banner li .content .left span.h2 {
  line-height: 1.56666667;
}
#banner li .content .left .more {
  border: 1px solid white;
  background-color: transparent;
}
#banner li .content .left .more:hover {
  border-color: black;
}
#banner .dots {
  right: 7%;
  bottom: 7%;
}
#banner .dots span {
  width: 2em;
  height: 2em;
  position: relative;
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner .dots span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  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%);
  background-color: white;
}
#banner .dots span svg {
  max-width: 100%;
  max-height: 100%;
  stroke-dasharray: 112;
  stroke-dashoffset: 112;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots span.active {
  opacity: 1;
}
#banner .dots span.active svg {
  stroke-dashoffset: 0;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .init-1 .text {
  color: #666;
}
#index-body .init-1 .play {
  left: 2%;
  top: 8%;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .play svg {
  fill: #666;
  display: block;
  font-size: 16px;
  letter-spacing: .01em;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-1 .play i {
  font-size: 3em;
  margin-left: .12em;
}
#index-body .init-1 .list {
  -webkit-filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.06));
}
#index-body .init-1 .list a.img {
  /*border: 1px solid #dedee3;*/
    box-shadow: #eeeeee 0 0 10px;
    background: #fff;
  display: block;
  overflow: hidden;
}
#index-body .init-2 {
  background-color: #f8f9ff;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-2 span.h1 {
  font-size: 6.5625vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
  bottom: 0;
  left: 0;
  line-height: .71;
  z-index: -2;
  pointer-events: none;
}
#index-body .init-2 .left .text {
  color: #666;
  line-height: 1.94444444;
}
#index-body .init-2 .left span.h6 {
  line-height: 1.2;
}
#index-body .init-2 .left .textList ul {
  position: relative;
}
#index-body .init-2 .left .textList ul li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
#index-body .init-2 .left .textList ul li.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: static;
}
#index-body .init-2 .left .textList ul li span.h2 {
  position: relative;
}
#index-body .init-2 .left .textList ul li span.h2 svg {
  position: absolute;
  left: -0.8em;
  bottom: .3em;
  z-index: -1;
  pointer-events: none;
  width: 2.26086957em;
  height: 2.26086957em;
  display: block;
}
#index-body .init-2 .left .dots dl {
  max-width: 510px;
  background-color: white;
  border-radius: 4em;
  padding: 1em 1.5em;
}
#index-body .init-2 .left .dots dl dd {
  padding: 0 0.35em;
  display: block !important;
}
#index-body .init-2 .left .dots dl a.img {
  padding: .5em;
  display: block;
  border-radius: 100%;
  background-color: #edeeee;
  border: 4px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left .dots dl .slick-current a.img {
  border-color: var(--color);
}
#index-body .init-2 .left .dots dl a.img img{
        transform: scale(1.5);
        border-radius: 100%;
}
#index-body .init-2 .center ul .li1 a{
    transform: scale(1);
}
#index-body .init-2 .center ul .li2 a{
    transform: scale(1);
}
#index-body .init-2 .center ul .li3 a{
    transform: scale(1);
}
#index-body .init-2 .center ul .li4 a{
    transform: scale(1.2);
}
#index-body .init-2 .right {
  margin-right: -13%;
}
#index-body .init-2 .right .box2 {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: #f8f9ff;
}
#index-body .init-2 .right .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
  -moz-transform: translate(-50%, -50%) scale(1.6);
  -ms-transform: translate(-50%, -50%) scale(1.6);
  transform: translate(-50%, -50%) scale(1.6);
  background-color: var(--color);
  border-radius: inherit;
  z-index: -1;
}
#index-body .init-2 .right .box2:after {
  content: '';
  width: 76%;
  height: 76%;
  border: 1px dashed #666;
  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%);
  border-radius: inherit;
  pointer-events: none;
}
#index-body .init-2 .right .list {
  width: 100%;
  padding: 8.6%;
  z-index: 1;
  pointer-events: none;
}
#index-body .init-2 .right .list ul {
  max-width: 60%;
}
#index-body .init-2 .right .list li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  opacity: .6;
  -webkit-transform-origin: 1.54166667em center;
  -moz-transform-origin: 1.54166667em center;
  -ms-transform-origin: 1.54166667em center;
  transform-origin: 1.54166667em center;
  color: #333;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right .list li a {
  pointer-events: auto;
}
#index-body .init-2 .right .list li i {
  width: 3.08333333em;
  height: 3.08333333em;
  border-radius: 100%;
  background-color: #f1f2f5;
}
#index-body .init-2 .right .list li i img {
  max-width: 70%;
}
#index-body .init-2 .right .list li:nth-child(1),
#index-body .init-2 .right .list li:nth-child(4) {
  margin-left: 20%;
}
#index-body .init-2 .right .list li.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .init-2 .right .list li.active i {
  background-color: var(--color);
}
#index-body .init-2 .right .list li.active i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-2 .right a.link {
  width: 8.33333333em;
  height: 8.33333333em;
  border-radius: 100%;
  border: 1.33333333em solid #f4f5fb;
  position: absolute;
  left: 64%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right a.link i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right a.link i:before {
  font-size: .9em;
}
#index-body .init-2 .right a.link:hover i {
  background-color: black;
}
#index-body .init-3 .right span.h6 {
  color: var(--color);
}
#index-body .init-3 .right .text {
  line-height: 1.88888889;
  color: #666;
}
#index-body .init-3 .right .list ul {
  margin: -0.66666667em 0;
  color: #666;
  line-height: 1.2;
}
#index-body .init-3 .right .list li {
  padding: 0.66666667em 0;
  position: relative;
}
#index-body .init-3 .right .list li:before,
#index-body .init-3 .right .list li:after {
  content: '';
  width: 1px;
  height: 1.33333333em;
  background-color: #e8e8e8;
  position: absolute;
  left: 0.33333333em;
  top: 100%;
  margin-top: -0.66666667em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-3 .right .list li:after {
  height: 0;
  background-color: var(--color);
}
#index-body .init-3 .right .list li i {
  width: 0.72222222em;
  height: 0.72222222em;
  border-radius: 100%;
  border: 1px solid #a3a3a3;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right .list li i:before {
  content: '';
  width: 0.33333333em;
  height: 0.33333333em;
  border-radius: 100%;
  background-color: #a3a3a3;
  position: absolute;
  left: 52%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right .list .prev0 li:before,
#index-body .init-3 .right .list .slick-current li:before,
#index-body .init-3 .right .list .prev0 li:after,
#index-body .init-3 .right .list .slick-current li:after {
  opacity: 1;
}
#index-body .init-3 .right .list .slick-current li{
    color: var(--color);
}
#index-body .init-3 .right .list .slick-current li i {
  border-color: #8283be;
}
#index-body .init-3 .right .list .slick-current li i:before {
  background-color: #8283be;
}
#index-body .init-3 .right .list .slick-current li:after {
  height: 1.33333333em;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}
#index-body .init-3 .right .list  li{
    transition: .3s;
}
#index-body .init-3 .right .list  li:hover{
    color: var(--color);
}
#index-body .init-3 .right .list  li:hover:after {
  opacity: 1;
}
#index-body .init-3 .right .list  li:hover i {
  border-color: #8283be;
}
#index-body .init-3 .right .list  li:hover i:before {
  background-color: #8283be;
}
#index-body .init-3 .right .list  li:hover:after {
  height: 1.33333333em;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}

#index-body .init-3 .list2 li {
  max-width: 400px;
  overflow: hidden;
}
#index-body .init-3 .list2 li.line {
  width: 1px;
}
#index-body .init-3 .list2 li.line i {
  height: 90%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, #ccc, transparent);
  background-image: -moz-linear-gradient(bottom, transparent, #ccc, transparent);
  background-image: linear-gradient(to top, transparent, #ccc, transparent);
  display: block;
}
#index-body .init-3 .list2 li .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*opacity: 0;*/
  height: 100%;
  transform: translateY(115%);
}
#index-body .init-3 .list2 li .content span.h6 {
  line-height: 1.2;
  color: var(--color);
  max-width: 340px;
}
#index-body .init-3 .list2 li .content .text {
  color: #666;
}
#index-body .init-3 .list2 li .box2 {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
#index-body .init-3 .list2 li .box2 span.h1 {
  font-size: 12.8125vw;
  -webkit-text-stroke: 1px black;
  color: transparent;
  display: block;
  line-height: 1;
  opacity: .1;
}
#index-body .init-3 .list2 li .box2 span.h6 {
  color: #666;
  opacity: .6;
  line-height: 1.2;
}
#index-body .init-3 .list2 li:hover .box2 {
  opacity: 0;
}
#index-body .init-3 .list2 li:hover .content {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-4 {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f8f9ff;
  background-size: 25.05208333vw auto;
  overflow: hidden;
}
#index-body .init-4 .text {
  color: #666;
  line-height: 1.66666667;
}
#index-body .init-4 .dots {
  line-height: 1;
}
#index-body .init-4 .dots em {
  line-height: .8;
  color: var(--color);
}
#index-body .init-4 .dots .line {
  width: 5em;
  height: 3px;
  background-color: #cfcfcf;
  position: relative;
}
#index-body .init-4 .dots .line i {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .left {
  padding-bottom: 7%;
}
#index-body .init-4 .right .list {
  padding-right: 67%;
  margin-right: -20%;
  overflow: hidden;
}
#index-body .init-4 .right .list .slick-list {
  overflow: unset;
}
#index-body .init-4 .right .list .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .list .slick-slide.slick-current {
  margin-top: 0;
}
#index-body .init-4 .right .list .slick-slide.slick-current ~ div {
  margin-top: 4%;
}
#index-body .init-4 .right .list .slick-slide.slick-current ~ div.slick-current {
  margin-top: 0;
}
#index-body .init-4 .right .list .box2 {
  overflow: hidden;
}
#index-body .init-4 .right .list .box2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .list .box2 .content {
  bottom: 0;
  left: 0;
  color: white;
  padding: 6%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .list .box2 .content span.h6 {
  line-height: 1.2;
}
#index-body .init-4 .right .list .box2 .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
}
#index-body .init-4 .right .list .slick-current .box2:before {
  opacity: 1;
}
#index-body .init-4 .right .list .slick-current .box2 .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-4 .right .slickBtn {
  margin-bottom: -2em;
  z-index: 1;
  position: relative;
  top: 2.5em;
}
#index-body .init-4 .right .slickBtn div.prev {
  color: #666;
  border: 1px solid #dcdfdf;
  background-color: transparent;
}
#index-body .init-4 .right .slickBtn div.prev:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .init-4 .right .slickBtn div.next {
  margin-left: .8em;
}
#index-body .init-4 .right .slickBtn div.next:hover {
  background-color: black;
}
#index-body .init-5 .list ul {
  margin: -1em;
}
#index-body .init-5 .list ul li {
  padding: 1em;
}
#index-body .init-5 .list .box {
  border: 2px solid #ececec;
  font-size: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-5 .list .box::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: center bottom;
    background-color: var(--color);
}
#index-body .init-5 .list .box:hover::after{
    transform: scaleY(1);
}
#index-body .init-5 .list .box time {
  color: #999;
  line-height: 1;
}
#index-body .init-5 .list .box time i {
  font-size: 1.2em;
}
#index-body .init-5 .list .box a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list .box .text {
  color: #666;
}
#index-body .init-5 .list .box:hover {
  border-color: var(--color);
  /*background-color: var(--color);*/

  color: white;
}
#index-body .init-5 .list li:hover .box{
-webkit-transform: translateY(-3em);
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
}
#index-body .init-5 .list .box:hover a.link {
  opacity: 1;
}
#index-body .init-5 .list .box:hover time,
#index-body .init-5 .list .box:hover .text {
  color: inherit;
}
#footer {
  background-color: var(--color);
  color: white;
  overflow: hidden;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-top .nav li {
  margin-top: 1.25em;
}
#footer .footer-top .nav li a {
  padding-right: 1.25em;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid transparent;
}
#footer .footer-top .nav li a:hover {
  opacity: 1;
  border-bottom-color: white;
}
#footer .footer-top .nav li:first-child {
  margin-top: 0;
}
#footer .footer-top .nav li ul {
  display: none;
}
#footer .footer-top .info {
  max-width: 360px;
  color: #ddd;
  line-height: 1.875;
}
#footer .footer-top .info i {
  height: 1.875em;
  width: 1.5625em;
}
#footer .footer-top span.h1 {
  line-height: 1.2;
}
#footer .footer-top span.h1 em {
  opacity: .6;
}
#footer .footer-top span.h1 span {
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-top span.h1 span svg {
  width: 1.46875em;
  height: 1.46875em;
  font-weight: normal;
  fill: white;
}
#footer .footer-top span.h1 span svg text {
  font-size: 14px;
}
#footer .footer-top span.h1 span i {
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background-color: white;
}
#footer .footer-top span.h1 span i:before {
  font-size: .25em;
  color: var(--color);
}
#footer .footer-top form ul li input,
#footer .footer-top form ul li textarea {
  width: 100%;
  padding: 1.71428571em;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #43459d;
  border-radius: 5px;
}
#footer .footer-top form ul li input::-webkit-input-placeholder, #footer .footer-top form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form ul li input:-moz-placeholder, #footer .footer-top form ul li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form ul li input::-moz-placeholder, #footer .footer-top form ul li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form ul li input:-ms-input-placeholder, #footer .footer-top form ul li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form ul li input::placeholder,
#footer .footer-top form ul li textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form ul li textarea {
  height: 120px;
}
#footer .footer-top form ul li button {
  font-size: 2em;
  border: none;
  background-color: transparent;
  right: .5em;
  bottom: .5em;
  line-height: 1;
}
#footer .share #ewm {
  width: 80px;
  border: 4px solid white;
  border-radius: 5px;
}
#footer .share a {
  width: 2em;
  height: 2em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer hr {
  background-color: white;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: white;
  display: block;
}
#footer .footer-bottom span.h1 {
  font-size: 8.02083333vw;
  opacity: .05;
  font-weight: 550;
  line-height: .6;
  pointer-events: none;
  display: block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(white));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3), white);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3), white);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), white);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu {
    height: 80px;
  }
  #header {
    top: 10px;
  }
  #index-body .init-2 .box {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1450px) {
  #banner li .content .left {
    max-width: 600px;
  }
  #index-body .init-3 .list2 li {
    max-width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .info {
    max-width: none;
  }
  #footer .footer-top .slide:nth-child(1),
  #footer .footer-top .slide:nth-child(2) {
    display: none;
  }
  #index-body .init-4 .right .list {
    padding-right: 50%;
    margin-right: -10%;
  }
  #banner li .content .left {
    max-width: 500px;
  }
  #index-body .init-3 .list2 li .content span.h6 i {
    max-width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left .text {
    display: none;
  }
  #banner li .content .left {
    max-width: 50%;
  }
  #index-body .init-1 .play {
    left: 50%;
    top: 50%;
    zoom: .7;
  }
  #index-body .init-2 .center {
    display: none;
  }
  #index-body .init-2 .left {
    width: 45%;
  }
  #index-body .init-2 .right {
    width: 50%;
  }
  #index-body .init-2 .right .box2:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
  .font-24 {
    font-size: 18px;
  }
  #index-body .init-4 .dots {
    display: none;
  }
  .font-20 {
    font-size: 16px;
  }
  #index-body .init-2 .right {
    display: none;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .box {
    padding: 0 15px;
  }
  .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-4 .right .slickBtn {
    display: none;
  }
  #index-body .init-4 .right .list .slick-slide.slick-current ~ div {
    margin-top: 0;
  }
  #index-body .init-3 .list2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 .list2 ul li.line {
    display: none;
  }
  #index-body .init-3 .list2 ul li {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
  }
  #index-body .init-3 .list2 ul li .content {
    opacity: 1;
    transform: translateY(0);
  }
  #index-body .init-3 .list2 ul li .box2 {
    display: none;
  }
  #banner .dots {
    display: none;
  }
  #footer .footer-top form ul li input,
  #footer .footer-top form ul li textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-4 .right .list {
    padding-right: 30%;
    margin-right: -10%;
  }
  #index-body .init-2 .left .dots dl {
    padding: .5em;
  }
  #banner li .content .left .more {
    display: none;
  }
  #banner li .content .left {
    max-width: 60%;
    zoom: .7;
  }
}
.inner-banner {
  color: white;
  background-color: black;
}
.inner-banner video {
  top: 0;
  left: 0;
  opacity: .7;
  object-fit: cover;
  object-position: center;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.about-page .about-1 .play {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .play svg {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  fill: #666;
  font-size: 16px;
}
.about-page .about-1 .play i {
  font-size: 2.5em;
  color: var(--color);
}
.about-page .about-1 .text {
  color: #666;
  line-height: 1.94444444;
}
.about-page .about-1 .text p {
  margin-top: 1em;
}
.about-page .about-1 .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .list {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.about-page .about-1 .list p {
  color: #666;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .list2 li {
  max-width: 470px;
  overflow: hidden;
}
.about-page .about-1 .list2 li.line {
  width: 1px;
}
.about-page .about-1 .list2 li.line i {
  height: 90%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, #ccc, transparent);
  background-image: -moz-linear-gradient(bottom, transparent, #ccc, transparent);
  background-image: linear-gradient(to top, transparent, #ccc, transparent);
  display: block;
}
.about-page .about-1 .list2 li .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*opacity: 0;*/
  height: 100%;
  transform: translateY(110%);
}
.about-page .about-1 .list2 li:hover .content{
    transform: translateY(0%);
}
.about-page .about-1 .list2 li .content span.h6 {
  line-height: 1.2;
  color: var(--color);
  max-width: 340px;
}
.about-page .about-1 .list2 li .content .text {
  color: #666;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: auto;
}
.about-page .about-1 .list2 li .box2 {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.about-page .about-1 .list2 li .box2 span.h1 {
  font-size: 12.8125vw;
  -webkit-text-stroke: 1px black;
  color: transparent;
  display: block;
  line-height: 1;
  opacity: .1;
}
.about-page .about-1 .list2 li .box2 span.h6 {
  color: #666;
  opacity: .6;
  line-height: 1.2;
}
.about-page .about-1 .list2 li:hover .box2 {
  opacity: 0;
}
.about-page .about-1 .list2 li:hover .content {
  opacity: 1;
}
.about-page .about-1 .about-img{
    height: 60vh;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}
.about-page .about-2 .text {
  color: #666;
}
.about-page .about-2 .list {
  -webkit-filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.06));
}
.about-page .about-2 .list a.img {
  border: 1px solid #dedee3;
  display: block;
  overflow: hidden;
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 99;
}
.about-page .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.about-page .about-3:before{
    bottom: calc(366px + 25px + 7px);
}

.about-page .about-3 .list li .img img{
    max-height: 100%;
    width: auto;
}
.about-page .about-3 .list li .img{
    margin-top: 25px;
    height: 224px;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #999;
  transition: .3s;
}
.about-page .about-3 .list .slick-current i.dots {
  background-color: var(--color);;
}
.about-page .about-3 .list .text {
  margin-bottom: auto;
  max-height: calc(1.5em *3);
  overflow-y: auto;
}
.about-page .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page .about-4 .list {
  position: relative;
}
.about-page .about-4 .list span.h1 {
  font-size: 7.29166667vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.about-page .about-4 .list span.h1 em {
  margin-right: .5em;
}
.about-page .about-4 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.about-page .about-4 .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-4 .list .slick-list .slick-current ~ div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
@media screen and (max-width: 1450px) {
    .about-page .about-3:before{
        display: none;
    }
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.service-page .service-1 {
  background-color: #fff;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  /*text-align: center;*/
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list 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;
  color: #666;
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active {
  color: var(--color);
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
  width: 70%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 5px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 60px;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
}
.service-page .service-1 .right .list ul li .box .img {
  width: 35%;
  height: 310px;
  /*border-top-right-radius: 150px;
  border-top-left-radius: 150px;*/
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  /*margin-left: 5%;*/
  width: 100%;
  color: #000;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
  line-height: 1.8;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul li .box .content .text p {
  color: #666;
}
.service-page .service-1 .right .list ul li .box .content .h2 {
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}
.service-page .service-1 .right .list ul li .box .content .h2 span {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #bbbbbb;
  padding: 15px;
  /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); */
  border-radius: 100%;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .left {
    top: 100px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .list2 li {
    max-width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .left {
    top: 80px;
  }
  .about-page .about-1 .list2 li .content span.h6 i img {
    max-width: 40px;
  }
  .about-page .about-1 .play {
    width: auto !important;
    max-width: 100px;
  }
  .about-page .about-1 .play svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .list2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list2 ul li.line {
    display: none;
  }
  .about-page .about-1 .list2 ul li {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
  }
  .about-page .about-1 .list2 ul li .content {
    opacity: 1;
    transform: translateY(0);
  }
  .about-page .about-1 .list2 ul li .box2 {
    display: none;
  }
  .about-page .about-1 .text p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .right .list ul li .box {
    padding: 30px;
  }
  .about-page .about-1 .about-img{
      height: 300px;
  }
  .about-page .about-1 .play {
    zoom: .7;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .about-page .about-4 .list ul {
    padding: 0 10%;
  }
  .font-46 {
    font-size: 24px;
  }
}

.support-page .support-1 .left {
    width: 44.5%;
}
.support-page .support-1 .left img {
    border-radius: 20px;
}
.support-page .support-1 .right {
    width: 47%;
}
.support-page .support-1 .right .sub {
    color: var(--color);
}
.support-page .support-2 .left {
    width: 20.5%;
    background-image: linear-gradient(-28deg, #0e3092 0%, #507bf0 100%);
    border-radius: 20px;
}
.support-page .support-2 .left form input,
.support-page .support-2 .left form textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    color: white;
}
.support-page .support-2 .left form input::placeholder,
.support-page .support-2 .left form textarea::placeholder {
    font-size: 14px;
    color: #fff;
}
.support-page .support-2 .left form input.inquery,
.support-page .support-2 .left form textarea.inquery {
    font-size: 16px;
    width: auto;
    border: none;
    background-color: #fff;
    color: var(--color);
    padding: 10px 30px;
    border-radius: 23px;
}
.support-page .support-2 .left form input.inquery:hover,
.support-page .support-2 .left form textarea.inquery:hover {
    background-color: var(--color);
    color: white;
}
.support-page .support-2 .right {
    width: 74.5%;
}
.support-page .support-2 .right .slickBox ul {
    position: relative;
    width: 88%;
    margin: auto;
}
.support-page .support-2 .right .slickBox ul li {
    text-align: center;
}
.support-page .support-2 .right .slickBox ul li .list {
    position: relative;
    z-index: 2;
}
.support-page .support-2 .right .slickBox ul li .list .icon img {
    display: block;
    margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .num {
    width: 48px;
    height: 48px;
    background-color: #0e3092;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .titl {
    line-height: 1.34;
    width: 75%;
    margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0e3092;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div {
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div:hover {
    background-color: var(--color);
    color: #fff;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.next {
    left: auto;
    right: 0;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.prev {
    left: 0;
    right: auto;
}
.support-page .support-3 {
    background-color: #f1f5f6;
}
.support-page .support-3 img.bg {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.support-page .support-3 .container {
    margin-top: -540px;
}
.support-page .support-3 .container .line {
    height: 80px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    margin: auto;
}
.support-page .support-3 .container .line::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: hua 2.5s linear infinite;
}
.support-page .support-3 .container .slickBox ul li {
    height: 495px;
    overflow: hidden;
}
.support-page .support-3 .container .slickBox ul li .list {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.support-page .support-3 .container .slickBox ul li .list .icon {
    width: 139px;
    height: 139px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .list .icon::after,
.support-page .support-3 .container .slickBox ul li .list .icon::before {
    content: '';
    border-radius: 50%;
    border: 1px dashed var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.support-page .support-3 .container .slickBox ul li .list .icon::after {
    width: 100%;
    height: 100%;
}
.support-page .support-3 .container .slickBox ul li .list .icon::before {
    width: 83.5%;
    height: 83.5%;
}
.support-page .support-3 .container .slickBox ul li .list .minTitl {
    color: #ccc;
}
.support-page .support-3 .container .slickBox ul li .list .lineB {
    width: 22px;
    height: 5px;
    background-color: var(--color);
}
.support-page .support-3 .container .slickBox ul li .list .text {
    line-height: 1.875;
    height: 60px;
    overflow-y: auto;
}
.support-page .support-3 .container .slickBox ul li .cont {
    height: 100%;
    width: 100%;
    background-color: var(--color);
    border-radius: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(-20%);
}
.support-page .support-3 .container .slickBox ul li .cont .icon img {
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);

}
.support-page .support-3 .container .slickBox ul li .cont .titl {
    line-height: 1.2;
    margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .cont .lineB {
    width: 94px;
    height: 5px;
    background-color: #ffffff;
    margin: 19px auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt {
    line-height: 1.6;
    height: 194px;
    overflow-y: auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar {
    width: 2px;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list {
    /*position: absolute;
    left: 8%;
    opacity: 0;
    transform: translateY(-20%);
    width: 20%;*/
    background-color: var(--color);
    color: #fff;

}
.support-page .support-3 .container .slickBox ul li:hover .icon::after,.support-page .support-3 .container .slickBox ul li:hover .icon::before {
    border-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list .icon img {
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
}
.support-page .support-3 .container .slickBox ul li:hover .list .lineB {
    background-color: #fff;
}
/*.support-page .support-3 .container .slickBox ul li:hover .cont {
  opacity: 1;
  transform: translateY(0);
}*/
.support-page .support-3 .container .bot {
    line-height: 2;
}
.support-page .support-3 .container .bot p {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1700px) {
    .support-page .support-3 .container {
        margin-top: -450px;
    }
    .support-page .support-3 .container .slickBox ul li {
        height: 450px;
    }
}
@media screen and (max-width: 1450px) {
    .support-page .support-2 .left {
        width: 25%;
    }
    .support-page .support-2 .right {
        width: 72%;
    }
    .support-page .support-2 .right .slickBox ul li .list .titl {
        width: 85%;
    }
    .support-page .support-3 .container {
        margin-top: -400px;
    }
    .support-page .support-3 .container .slickBox ul li {
        height: 430px;
    }
}
@media screen and (max-width: 1250px) {
    .support-page .support-2 .left {
        width: 60%;
        margin: 10px auto;
        padding: 20px !important;
    }
    .support-page .support-2 .right {
        width: 100%;
    }
    .support-page .support-2 .right .slickBox ul::after {
        top: 53%;
    }
    .support-page .support-3 .container {
        margin-top: -330px;
    }
    .support-page .support-3 .container .slickBox ul li {
        height: 400px;
    }
    .support-page .support-3 .container .slickBox ul li .list .icon {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-2 .right .slickBox ul::after {
        top: 60%;
    }
    /*.support-page .support-3 .container {
      margin-top: -220px;
    }*/
    .support-page .support-3 .container .line {
        height: 25px;
    }
    .support-page .support-3 .container .line::after {
        width: 5px;
        height: 5px;
    }
    .support-page .support-3 .container .txt {
        max-height: 110px;
        overflow-y: auto;
    }
    .support-page .support-3 img.bg {
        min-height: 400px;
    }
    .support-page .support-3 .container .slickBox ul li {
        height: 370px;
    }
    .support-page .support-3 .container .bot p {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .support-page .support-3 img.bg {
        height: 300px;
    }
    .support-page .support-3 .container {
        margin-top: -310px;
    }

}
.tech-page .minTitl {
    color: var(--color);
}
.tech-page .tech-6 .txt p {
    margin: auto;
    width: 94%;
}
@media screen and (max-width: 1700px) {
    .tech-page .tech-6 .txt p {
        width: 70%;
    }
}
@media screen and (max-width: 1450px) {
    .tech-page .tech-6 .txt p {
        width: 80%;
    }
}
@media screen and (max-width: 1250px) {
    .tech-page .tech-6 .txt p {
        width: 90%;
    }
}
@media screen and (max-width: 1000px) {
    .tech-page .techRight {
        margin: 20px auto;
    }
    .tech-page .tech-6 .txt p {
        width: 100%;
    }
}
.inner-page .m-page {
    text-align: center;
    margin-top: 50px
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}
.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 0px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 .container ul li .box .left .des {
    color: #666;
    margin-top: 20px;
    /*font-weight: 500;*/
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
    position: relative;
}
.product-yd-page .init-1 .container ul li .box .right a img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
}
.product-yd-page .init-1 .container ul li .box .right a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/bailidarts/2026/04/26/2212.png) no-repeat;
    /*background: url(/bailidarts/2026/04/26/2212.png) no-repeat;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    /*opacity: .5;*/
    zoom: 0.8;
    -webkit-animation: rotateX 40s 0.3s linear infinite;
    -moz-animation: rotateX 40s 0.3s linear infinite;
    animation: rotateX 40s 0.3s linear infinite;
    z-index: 1;
    width: 100%;
    background-size: 100% 100%;
}
.product-yd-page .init-1 .container ul li .box .right a {
    /*border-radius: 50%;*/
    width: 63%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;
}
.seoPublic .Auxil-news .list ul li a.img-box{
    display: none;
}
/*.product-yd-page .init-1 .container ul li .box .right img {
    border-radius: 50%;
    background: #f5f8ff;
}*/

.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }

    .product-yd-page .init-1 .container ul li .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.product-page {
    min-height: 80vh;
}

.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h1 {
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.product-page .pro-box .product-right ul li .img-box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .uklhide {
        display: none !important;
    }
}

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 130px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    transform: translateY(-50%) rotate(-90deg);

}

.pro-box .pro-left .menus>li .menu-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 27px;

    font-size: 18px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    /*background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li:first-child {
    padding-top: 20px;
}
.pro-box .pro-left .menus>li .sub-menu li:last-child {
    padding-bottom: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}

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

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;
    margin-left: auto;
}

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

.prodet-page .prodet-right .box .left {
    width: 46.5%;
    position: sticky;
    top: 130px; 
}
.prodet-page .prodet-right .box .left .bigImg ul li {
    text-align: center;
}

.prodet-page .prodet-right .box .left .bigImg ul li img{
    background: #f1f2ff;
}
.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

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

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
    background: #f1f2ff;
}

/*.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
    background: #f1f2ff;
}*/
.prodet-page .prodet-right .box .left .smallImg ul .slick-current .img_box{
    border: 1px solid var(--color);
    background: #f1f2ff;
}

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

/*.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}*/

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

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

.prodet-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;
}

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

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

.prodet-page .prodet-right .box .right h1 {
    font-size: 35px;
    font-weight: bold;

}

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

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

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

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


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-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;
}

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

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;

}

.prodet-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;
}

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

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

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

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.4);
}

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

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: transparent;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

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

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

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

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

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

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
    transition: all .5s;
}

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

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
        background: transparent;
}
.prodet-page .Hbtn {
    background-color: var(--color);
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

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

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

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

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

    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
        position: unset;
    }

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

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }

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

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

}


@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-left: 0;
    }

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

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

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

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }
    .product-page .pro-box .product-right .text h1 {
        font-size: 18px;
    }
    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
        text-align: center;
    }

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

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

.recommended-product {
    background-color: #f1f2ff;
}

.recommended-product ul {
    margin: 60px -24px 0;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.recommended-product ul li .img_box .img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.recommended-product ul li .img_box:hover .img{
    border-radius: 50%;
}
.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur {
    opacity: 0;
}

.recommended-product ul li .img_box .icon a:hover .hover {
    opacity: 1;
}

.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
}

.recommended-product ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recommended-product ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

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

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

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

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

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

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

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

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

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

.news-page .news-list ul li {
    padding: 0 25px 25px;
    margin-bottom: 40px;
    transition: .3s;
}
.news-page .news-list ul li:hover{
    box-shadow: 0 0 8px #eee;
}
.news-page .news-list ul li .box .img img {
    width: 100%;
}

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

.news-page .news-list ul li .box .content .title {
    font-weight: 600;
    margin-top: 20px;
    min-height: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.inner-page .sidebar-box .sidebar-right {
    width: calc(100% - 340px);
    margin-top: 30px;
}

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

}

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

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

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

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

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

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

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

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

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

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

.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.newdet-page .newdet-side{
    /*width: 27%;*/
    float: left;
    position: sticky;
    top: 100px;
    margin-top: 30px;
}
.newdet-page .newdet-info{
    width: 100%;
    float: right;
}
.newdet-page .newdet-info strong {
    color: #666666;
}
.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;

    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
    padding: 5px 15px;
    text-transform: uppercase;
}

.newdet-page .header h1 {
    line-height: 1.4;
    margin: 20px 71px 0;

}

.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}

.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}

.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}

.newdet-page .content {
    margin-top: 40px;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.newdet-page .content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.newdet-page .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
.newdet-page .content li {
    list-style: disc;
    margin-left: 20px;
}
.newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    /*border-top: 1px solid #d1d0c8;*/
    border-bottom: 1px solid #d1d0c8;
    text-align: right;

}

.newdet-page .share a {
    display:none;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
}

.newdet-page .share a:first-child {
    margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
    color: #fff;
}

.newdet-page .share a:nth-child(2) {

    color: #fff;
}

.newdet-page .share a:nth-child(3) {

    color: #fff;
}

.newdet-page .share a:nth-child(4) {
    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
}

.newdet-page .share a:nth-child(5) {
    background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
}

.newdet-page .share a:hover {
    margin-top: -3px;
}

.newdet-page .m-link {
    margin: 40px auto 0;
}

.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}

.newdet-page .m-link a:last-child {
    text-align: right;
}

.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}

.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;

}

.newdet-page .m-link a:hover {
    color: #000;
}

.newdet-page .prodet-page {
    padding: 0;
}

.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}

.newdet-page .prodet-3 {
    margin: 0 auto;
}
@media screen and (max-width: 700px) {
    .newdet-page .header {
        padding: 40px 0;
    }
    .newdet-page .header h1 {
        margin: 20px 0 0;
    }
    .newdet-page .newdet-info{
        width: 100%;
    }
    .newdet-page .newdet-side{
        display: none;

    }
}

.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;

    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.gallery-page .init-2 {
    padding-top: 60px;
    /*background: #ecf3f5;*/
}

.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;

}

.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;

}

.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}

.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}
.gallery-page.video-page .play-btn i {
    border: none;
}

@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }

    .gallery-page .init-2 {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}

.zdy-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zdy-switch>div {
    position: static;
    width: 50px;
    height: 50px;
    background-color: rgba(237, 237, 237, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
}

.zdy-switch>div::after {
    font-size: 16px;
    color: #b2b2b2;
    transition: all 0.5s;
}

.zdy-switch>div:hover {
    background-color: var(--color);
}

.zdy-switch>div:hover::after {
    color: #fff;
}

.zdy-switch.grey>div {
    background-color: #ededed;
}

.zdy-switch.grey>div:hover {
    background-color: var(--color);
}

@media (max-width: 1250px) {
    .zdy-switch {
        zoom: 0.85;
    }

    .zdy-switch>div {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.markets-page .markets-1 .mar-navli {
    background-color: #f4f5f9;
    border-radius: 20px;
    overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
    padding: 0 20px;
    height: 210px;
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
    transition: all 0.5s;
    text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,.markets-page .markets-1 .mar-navli ul li.active .box {
    background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,.markets-page .markets-1 .mar-navli ul li.active .box .tt {
    color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img ,.markets-page .markets-1 .mar-navli ul li.active .box img{
    filter: brightness(0) invert(1);
}
.markets-page .markets-2 .content {
    max-width: 1000px;
    margin: 15px auto;
}
.markets-page .markets-2 .mar-artli ul li .box {
    background-color: #f4f5f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
    border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
    padding: 0 10px;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
    background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
    color: #fff;
}

.faq-page .faq-1 .list ul li {
    border: 1px solid #dcdcdc;
    padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
    line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
    background-color: var(--color);
    color: white;
}

.faq-page .faq-1 .list ul li.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
    height: 4.375em;
    border-radius: 2.1875em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3em;
    padding: .8em 2em .8em 3em;
    border: 1px solid #dcdcdc;
    background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
    max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
    height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
    height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
    width: 4.375em;
    height: 4.375em;
    border: none;
    color: var(--color);
    background-color: transparent;
}

.faq-page .faq-2 .form form button i {
    font-size: 2em;
}

.faq-page .faq-2 .form form ul {
    width: 100%;
    padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
    width: 100%;
}

.faq-page .faq-2 .form form ul li input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .4em 1.2em;
    border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
    border-left: none;
}

.faq-page .faq-2 .text a {
    color: var(--color);
    text-decoration: underline;
}
@media screen and (max-width: 700px) {

    .faq-page .faq-2 .form form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .faq-page .faq-2 .form form ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq-page .faq-2 .form form ul li {
        width: 100%;
        margin: .5em 0;
    }

    .faq-page .faq-2 .form form ul li:first-child input {
        border-left: 1px solid #d2d2d2;
    }

    .faq-page .faq-2 .form form button {
        height: 3em;
        width: 3em;
    }

    .faq-page .faq-2 .form form {
        padding: 1em;
        border-radius: .5em;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .faq-1 .list ul li {
        padding: 5%;
    }
}

.contact-page {
    padding-bottom: 0;
}
.contact-page .contact-1 {
    margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
    padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
    line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
    width: 48%;
    margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
    width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
    font-size: 16px;
    line-height: 30px;
}
.contact-page .contact-form {
    width: 985px;
    height: 780px;
    background-color: #202e90;
    margin: 0 auto;
    -webkit-transform: translateY(-175px);
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    transform: translateY(-175px);
    color: white;
    padding: 60px 75px;
}
.contact-page .contact-form h3 {
    font-size: 34px;
    font-weight: bold;
}
.contact-page .contact-form h3 span {
    color: var(--color);
}
.contact-page .contact-form form {
    margin-top: 90px;
}
.contact-page .contact-form form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-form form ul li {
    width: 48%;
    margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
    width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
    background-image: url('../images/c-name.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
    background-image: url('../images/c-email.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
    background-image: url('../images/c-phone.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
    background-image: url('../images/c-subject.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
    background-image: url('../images/c-message.png');
    background-position: right 5px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li:last-child {
    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;
    align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 50%;
}
.contact-page .contact-form form ul li label {
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
    cursor: pointer;
}
.contact-page .contact-form form ul li input[type='text'] {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: white;
    font-size: 14px;
    filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li input[type='submit'] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color);
    border: none;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
    background-color: black;
}
.contact-page .contact-form form ul li textarea {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 14px;
    height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.contact-page .contact-1 .top .minDes{
    text-transform: uppercase;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .top .right ul li:nth-child(2n){
        margin-right: 0;
    }
    .contact-page .contact-1 .top .right ul li:nth-child(3n){
        margin-right: 30px;
    }
}
@media (max-width: 1000px) {
    .contact-page .contact-1 .top .right ul li{
        margin-right: 0;
    }

    .contact-page .contact-1 .top .right ul li {
        max-width: 100% !important;
        width: 100%;
        margin-top: 30px !important;
    }
    .contact-page .contact-1 .top .right ul li:first-child {
        margin-top: 0 !important;
    }
    .contact-page .contact-1 .top .right ul li span {
        display: block;
    }
    .contact-page .contact-form {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: auto;
        margin: 40px auto;
    }
}
@media (max-width: 700px) {

    .contact-page .contact-1 .top .left {
        padding-right: 0;
        width: 100%;
    }
    .contact-page .contact-1 .top .right {
        width: 100%;
        margin-top: 60px;
    }
    .contact-page .contact-form form ul li {
        width: 100%;
    }
    .contact-page .contact-form {
        padding: 60px 30px;
    }
    .contact-page .contact-form form ul li:last-child p {
        display: none;
    }
    .contact-page .contact-form h3 {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-form form{
        margin-top: 40px;
    }
}

.ani-delay {
    animation-delay: 1s;
}
.t_2 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.page-header02 .logo img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    -webkit-backdrop-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    -ms-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
}

.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 {
  /*text-align: right;*/
  border-radius: 10px;
}
.design-page .design-2 .left .txt{
  font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 28px;
}
.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: 70px;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: white;
  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: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p {
  font-size: 18px;
  font-weight: bold;
}
.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: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.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(/bailidarts/2026/04/26/mxqnoacv1777216387.png) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.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: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 540%;
  background: rgba(255, 255, 255, 0.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: bold;
}
.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: 130px 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%);
}*/
/*.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;
  width: 80%
}
.design-page .design-5 .right .img1{
    left: 0;
    bottom: 6%;
    width: 100%;
    z-index: -1;
}
@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) {
  .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: 60px;
  }
  .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) {
  .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-5 .right .custom-img {
  text-align: center;
}
.design-page .design-5 .right .tab-titles li {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  color: #666;
  cursor: pointer;
}
.design-page .design-5 .right .tab-titles li img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-5 .right .tab-titles li span {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}
.design-page .design-5 .right .tab-titles li.active,
.design-page .design-5 .right .tab-titles li:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}
.design-page .design-5 .right .tab-titles li.active img,
.design-page .design-5 .right .tab-titles li:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.design-page .design-5 .right .tab-content .tab-content-item {
  display: none;
}
.design-page .design-5 .right .tab-content .tab-content-item.active {
  display: block;
}
.design-page .design-5 .right .tab-content .tab-content-item ul li .box {
  max-width: 82px;
}
