@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Lato';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #ee1d23;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
.container {
  width: 1650px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.red {
  color: var(--color);
}
.Hbtn,
.inner-page .Hbtn {
  background-color: #231f20;
  border-radius: 25px;
  line-height: 1;
  color: #fff;
}
.Hbtn i,
.inner-page .Hbtn i {
  margin-left: var(--px36);
  width: 28px;
  height: 28px;
  background-color: var(--color);
  border-radius: 13px;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: var(--color);
}
.Hbtn:hover i,
.inner-page .Hbtn:hover i {
  background-color: #231f20;
}
.swiperBtn .btnW {
  width: var(--px48);
  height: var(--px48);
  min-width: 35px;
  min-height: 35px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  font-size: 18px;
  color: #fff;
}
.swiperBtn .btnW:hover {
      border-color: #ee1d23;
    background-color: #ee1d23;
  opacity: 1;
}
.seoPublic .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}
.b5-1{
    border:1px solid #b5b5b5;
}
.mh-280 {
    max-height: 280px;
    line-height: 1.6;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.lh-16 {
    line-height: 1.6;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  color: #fff;
  padding: 14px 0 19px;
}
#header > .nav .f-top .container .Hbtn1 {
  line-height: 28px;
  background-color: #e60013;
  border-radius: 20px;
  border: 1px solid #e60013;
}
#header > .nav .f-top .container .Hbtn1 i {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
}
#header > .nav .f-top .container .Hbtn1 i img {
  width: 13px;
  height: 13px;
}
#header > .nav .f-top .container .Hbtn1:hover {
  background-color: #000;
    border: 1px solid #000000;
}
#header > .nav .f-top .container .Hbtn1:hover i img {
  transform: rotate(45deg);
}
#header > .nav .f-top .container .right {
  position: relative;
  z-index: 1;
}
#header > .nav .f-top .container .right .search {
  cursor: pointer;
  width: 19px;
  height: 19px;
}
#header > .nav .f-top .container .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC .img {
  width: 23px;
  height: 23px;
}
#header > .nav .f-top .container .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box {
  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 > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 15%;
  max-width: 238px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px 13px 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.22);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 120px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  color: black;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 30px;
  margin-top: 3px;
  margin-right: 7px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,#header.actived > .nav {
  border-bottom: 1px solid #55565a;
  background-color: #28292d;
}

#banner {
  position: relative;
  color: #fefefe;
}
#banner .swiper ul li {
  position: relative;
  z-index: 2;
  height: 1090px;
  padding-bottom: var(--px155);
}
#banner .swiper ul li .graImg {
  position: absolute;
  left: 63px;
  top: 0;
  width: 57.7vw;
  transform: translateY(-100%);
  z-index: 2;
}
#banner .swiper ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  max-width: none;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  z-index: 3;
  height: 100%;
  padding-top: 150px;
}
#banner .swiper ul li .container .box {
  width: 100%;
}
#banner .swiper ul li .container .box .left {
  width: 72%;
  max-width: 831px;
}
#banner .swiper ul li .container .box .left .titl {
  line-height: 1.23;
}
#banner .swiper ul li .container .box .right {
  width: 27.66%;
}
#banner .swiper ul li.swiper-slide-active .graImg {
  transform: translateY(0);
}
#banner .swiper ul li.swiper-slide-active .container .box .left .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .container .box .left .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .container .box .right {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  bottom: calc(13.28125vw + 14px);
}
#banner .center .page .pagination {
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
}
#banner .center .page .pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
#banner .bot {
  margin-top: var(--npx155);
  color: #000;
  position: relative;
  z-index: 3;
}
#banner .bot ul {
  background-color: #fff;
  box-shadow: 0px 0px 52px 2px rgba(212, 212, 212, 0.29);
}
#banner .bot ul li {
  min-height: 390px;
  width: 25%;
}
#banner .bot ul li .list .icon {
  width: 55px;
  height: 55px;
}
#banner .bot ul li .list .titl {
  display: inline-block;
  min-height: 42px;
}
#banner .bot ul li .list .txt {
  max-width: 330px;
  line-height: 1.6;
}
#banner .bot ul li .list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 270px;
  width: 1px;
  background-color: #e9e8e8;
}
#banner .bot ul li:hover {
  background-color: #e60013;
}
#banner .bot ul li:hover .list {
  color: #fff;
}
#banner .bot ul li:hover .list .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: rotateY(360deg);
}
#banner .bot ul li:hover .list::after {
  background-color: transparent;
}
#banner .bot ul li:first-child .list {
  padding-left: 40px;
}
#banner .bot ul li:last-child .list {
  padding-right: 10px;
}
#banner .bot ul li:last-child .list::after {
  display: none;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-position: bottom -1px center;
}
#index-body .init-1 .container .top .left .titl {
  color: #121212;
}
#index-body .init-1 .container .top .right {
  max-width: 770px;
}
#index-body .init-1 .container .top .right .titl {
  color: #050505;
  line-height: 1.25;
}
#index-body .init-1 .container .top .right .txt {
  color: #121212;
  line-height: 1.75;
}
#index-body .init-1 .container .bot {
  height: 84px;
}
#index-body .init-1 .container .bot .play-btn {
  width: var(--px84);
  height: var(--px84);
  min-width: 40px;
  min-height: 40px;
}
#index-body .init-1 .container .bot .play-btn img {
  width: var(--px61);
  height: var(--px61);
  min-width: 35px;
  min-height: 35px;
}
#index-body .init-1 .container .bot .play-btn::after,
#index-body .init-1 .container .bot .play-btn::before {
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
#index-body .init-1 .container .bot .play-btn::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-2 {
  overflow: hidden;
  background-image: url('../images/init-2Bg.jpg');
  max-height: 1048px;
  height: 54.5833vw;
  position: relative;
  background-position: bottom center;
}
#index-body .init-2 .container {
  z-index: 3;
}
#index-body .init-2 .container ul li {
  width: 19%;
  height: 32.29vw;
  position: relative;
  color: #fff;
}
#index-body .init-2 .container ul li .line {
  width: 3px;
  height: 32.29vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-transition: background-color 0.5s var(--ease);
  transition: background-color 0.5s var(--ease);
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-2 .container ul li .txt {
  color: #f5f9ff;
  line-height: 1.68;
}
#index-body .init-2 .container ul li:hover {
  color: var(--color);
}
#index-body .init-2 .container ul li:hover .line {
  background: linear-gradient(to bottom, rgba(238, 29, 35, 0.47) 0%, rgba(238, 29, 35, 0.3) 50%, rgba(238, 29, 35, 0.15) 80%, rgba(238, 29, 35, 0.05) 100%);
}
#index-body .init-2 .container ul li:hover .txt {
  color: var(--color);
}
#index-body .init-2 .container ul li.list2 {
  margin-top: 16.66vw;
}
#index-body .init-2 .container ul li.list3 {
  margin-top: 3.33vw;
}
#index-body .init-2 .container ul li.list4 {
  margin-top: 8.33vw;
}
#index-body .init-2 .txtBg {
  bottom: 10.8854vw;
  right: 0;
  z-index: 1;
  width: 69.7%;
}
#index-body .init-2 .bgImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom center;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
#index-body .init-3 .top .titleBox .titl {
  color: #231f20;
  width: 50%;
}
#index-body .init-3 .top .titleBox .txt {
  line-height: 1.75;
  width: 50%;
}
#index-body .init-3 .top .btnBox {
  color: #1e2328;
}
#index-body .init-3 .top .btnBox .left {
  width: 50%;
  max-width: 800px;
  border: 2px solid #e8e9e9;
  border-radius: 32px;
}
#index-body .init-3 .top .btnBox .left .listBox {
  height: 65px;
  width: 50%;
  border-right: 1px solid #e8e9e9;
  padding-left: 17px;
}
#index-body .init-3 .top .btnBox .left .listBox .lists {
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  backdrop-filter: blur(5px);
  background-color: #f7f7f7;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .top .btnBox .left .listBox .lists li {
  border-radius: 5px;
}
#index-body .init-3 .top .btnBox .left .listBox .lists li:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-3 .top .btnBox .left .listBox:hover .lists {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#index-body .init-3 .top .btnBox .left .searchBox {
  width: 50%;
  height: 65px;
  border-left: 1px solid #e8e9e9;
}
#index-body .init-3 .top .btnBox .left .searchBox form {
  width: 100%;
  height: 100%;
  padding-right: 16px;
}
#index-body .init-3 .top .btnBox .left .searchBox form input {
  height: 100%;
  border: none;
}
#index-body .init-3 .top .btnBox .left .searchBox form input::placeholder {
  color: #1e2328;
  font-size: var(--px18);
}
#index-body .init-3 .top .btnBox .left .searchBox form input.text {
  width: calc(100% - 19px);
}
#index-body .init-3 .top .btnBox .left .searchBox form input.btn {
  width: 19px;
  height: 19px;
  background-image: url('../images/init-3Search.png');
  background-color: #fff;
}
#index-body .init-3 .top .btnBox .right {
  width: 45%;
}
#index-body .init-3 .top .btnBox .right .Hbtn {
  background-color: var(--color);
}
#index-body .init-3 .top .btnBox .right .Hbtn:hover {
  background-color: #231f20;
}
#index-body .init-3 .bot {
  width: 100%;
}
#index-body .init-3 .bot .swiperBox {
  display: none;
}
#index-body .init-3 .bot .swiperBox.active {
  display: block;
}
#index-body .init-3 .bot .swiperBox .swiper {
  border-top: 2px solid #e9e8e8;
  border-bottom: 2px solid #e9e8e8;
}
#index-body .init-3 .bot .swiperBox .swiper ul li {
  width: 20%;
  height: 100%;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list {
  border-right: 2px solid #e9e8e8;
  height: 100%;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box {
  border-top: 1px solid #e9e8e8;
  color: #040404;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .menu i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .menu span {
  display: inline-block;
  width: calc(100% - 8px);
  opacity: 0.6;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .titl {
  line-height: 36px;
  height: 72px;
  opacity: 0.89;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .Hbtn {
  color: #040404;
  border: solid 1px #231f20;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .Hbtn i {
  margin-left: 0;
}
#index-body .init-3 .bot .swiperBox .swiper ul li .list .box .Hbtn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 .bot .swiperBox .swiper ul li.slide-visible:last-child .list {
  border-right: none;
}
#index-body .init-3 .bot .swiperBox .swiper ul li:hover .list {
  background-color: var(--color);
  border-color: transparent;
}
#index-body .init-3 .bot .swiperBox .swiper ul li:hover .list .box {
  color: #fff;
}
#index-body .init-3 .bot .swiperBox .swiper ul li:hover .list .box .menu i {
  background-color: #fff;
}
#index-body .init-3 .bot .swiperBox .swiper ul li:hover .list .box .titl {
  opacity: 1;
}
#index-body .init-3 .bot .swiperBox .swiper ul li:hover .list .box .Hbtn {
  border-color: #fff;
}
#index-body .init-3 .bot .swiperPage .page {
  width: 87%;
  max-width: calc(100% - 110px);
} 
#index-body .init-3 .bot .swiperPage .swiper-pagination {
  position: relative;
  background-color: #d0d0d0;
  height: 2px;
  width: 100%;
}
#index-body .init-3 .bot .swiperPage .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  height: 2px;
}
#index-body .init-3 .bot .swiperPage .swiperBtn .btnW {
      border-color: #7e7e7e;
    color: #7e7e7e;
}
#index-body .init-3 .bot .swiperPage .swiperBtn .btnW:hover {
  border-color: var(--color);
  color: #fff;
}
#index-body .init-4 .title {
  color: #231f20;
}
#index-body .init-4 .bot .lists {
  width: 100%;
}
#index-body .init-4 .bot .lists li {
  width: 16.66%;
  position: relative;
}
#index-body .init-4 .bot .lists li .num {
  width: 22px;
  height: 22px;
  color: #e50412;
  background-color: #fff;
  left: 1px;
  top: -10px;
}
#index-body .init-4 .bot .lists li .line {
  width: 100%;
  height: 2px;
  background-image: url('../images/init-4Line.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
#index-body .init-4 .bot .lists li .list {
  margin-bottom: 60px;
  position: relative;
}
#index-body .init-4 .bot .lists li .list img {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .bot .lists li .list img.show2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
#index-body .init-4 .bot .lists li .list .txt {
  color: #020202;
  padding-left: var(--px20);
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 3;
}
#index-body .init-4 .bot .lists li:hover .list img.show1 {
  opacity: 0;
}
#index-body .init-4 .bot .lists li:hover .list img.show2 {
  opacity: 1;
  z-index: 2;
}
#index-body .init-4 .bot .lists li:hover .list .txt {
  -webkit-transform: translate3d(var(--npx20), 100%, 0);
  transform: translate3d(var(--npx20), 100%, 0);
  bottom: -4px;
  color: var(--color);
}
#index-body .init-5 {
  overflow: hidden;
}
#index-body .init-5 .bgBox {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#index-body .init-5 .bgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  filter: grayscale(0%);
  background-color: #000;
  z-index: 1;
}
#index-body .init-5 .bgBox .img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.2);
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}
#index-body .init-5 .bgBox .img.active {
  opacity: 1;
  visibility: visible;
}
#index-body .init-5 .bgBox .img.active img {
  transform: scale(1);
}
#index-body .init-5 .listBox {
  position: relative;
  background-color: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(10px);
  width: 60%;
  max-width: 460px;
  margin-left: auto;
  color: #fff;
  z-index: 4;
}
#index-body .init-5 .listBox ul {
  width: 100%;
  height: 100%;
}
#index-body .init-5 .listBox ul li {
  min-height: var(--px110);
}
#index-body .init-5 .listBox ul li:hover,
#index-body .init-5 .listBox ul li.active {
  background-color: var(--color);
}
#index-body .init-6 .container {
  align-items: stretch;
}
#index-body .init-6 .left {
  height: auto;
  max-width: 300px;
}
#index-body .init-6 .left .titl {
  color: #231f20;
}
#index-body .init-6 .right {
  width: 74.2%;
  max-width: calc(100% - 310px);
}
#index-body .init-6 .right .swiper {
  height: 680px;
}
#index-body .init-6 .right .swiper ul li {
  min-height: 193px;
  position: relative;
  border-top: 1px solid #a7a5a6;
  padding-top: 48px;
  color: #040404;
}
#index-body .init-6 .right .swiper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background-color: var(--color);
  z-index: 2;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .right .swiper ul li .date {
  opacity: 0.78;
}
#index-body .init-6 .right .swiper ul li .center {
  max-width: calc(100% - 160px);
}
#index-body .init-6 .right .swiper ul li .center .titl {
  line-height: 35px;
}
#index-body .init-6 .right .swiper ul li .center .titl:hover {
  color: var(--color);
}
#index-body .init-6 .right .swiper ul li .center .txt {
  line-height: 28px;
  opacity: 0.77;
}
#index-body .init-6 .right .swiper ul li .btnFlex {
  margin-top: auto;
}
#index-body .init-6 .right .swiper ul li .btn {
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
#index-body .init-6 .right .swiper ul li .btn:hover {
  border-color: var(--color);
  color: #FFF;
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../images/footerBg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}
#footer .footerTop {
  color: #fff;
}
#footer .footerTop .item1 {
  min-width: 140px;
  width: 26%;
}
#footer .footerTop .item1 .cont {
  width: 130px;
  height: 130px;
  padding: 3px;
  background-color: #fff;
}
#footer .footerTop .item p.link a:hover {
  opacity: 1;
  color: #fff;
}
#footer .footerTop .item2 {
  line-height: 1.75;
  width: 26%;
  min-width: 290px;
}
#footer .footerTop .item2 .down .btn {
  background-color: var(--color);
}
#footer .footerTop .item3 {
  color: #eeeeee;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
#footer .copyright .container {
  padding-bottom: 36px;
}
#footer .copyright .container .line {
  padding-bottom: 32px;
  border-top: 1px solid #8e8e8e;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.44);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.44);
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #banner .swiper ul li {
    height: 900px;
  }
  #index-body .init-2 .container ul li {
    width: 20%;
  }
}
@media (max-width: 1450px) {
  #banner .swiper ul li {
    height: 800px;
  }
  #index-body .init-2 .container ul li {
    width: 25%;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li {
    height: 600px;
  }
  #banner .swiper ul li .container {
    padding-top: var(--px50);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .init-3 .top .btnBox .left {
    width: 65%;
  }
  #index-body .init-3 .top .btnBox .right {
    width: calc(35% - 5px);
  }
  #index-body .init-4 .bot .lists li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  #banner .bot ul li {
    width: 50%;
    min-height: 270px;
  }
  #banner .bot ul li:nth-child(2) .list::after {
    display: none;
  }
  #banner .bot ul li .list::after {
    min-height: 150px;
  }
  #index-body .init-2 {
    height: auto;
    background-position: center;
  }
  #index-body .init-2 .container ul li {
    width: 50%;
    height: 25vw;
  }
  #index-body .init-2 .container ul li .line {
    height: 24vw;
  }
  #index-body .init-2 .container ul li.list2 {
    margin-top: 5vw;
  }
  #index-body .init-3 .top .btnBox .right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .init-3 .bot .swiperPage .page {
    width: 100%;
    max-width: none;
  }
  #index-body .init-4 .bot .lists li {
    width: 33.33%;
  }
  #index-body .init-5 .listBox {
    width: 50%;
  }
  #index-body .init-6 .left,
  #index-body .init-6 .right {
    width: 100%;
    max-width: none;
  }
  #index-body .init-6 .right {
    margin-top: 30px;
  }
  #index-body .init-6 .right .swiper ul li {
    padding-top: 10px;
    min-height: auto;
    display: block;
  }
  #index-body .init-6 .right .swiper ul li .center {
    max-width: 100%;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item2 {
    width: 49%;
  }
}
@media (max-width: 700px) {
  #banner .center {
    display: none;
  }
  #banner .swiper ul li {
    padding-bottom: 0;
    height: 450px;
  }
  #banner .swiper ul li .container .box {
    padding-top: 0;
  }
  #banner .swiper ul li .container .box .left {
    width: 100%;
    padding-top: 0;
  }
  #banner .swiper ul li .container .box .right {
    margin: auto;
    padding-top: var(--px20);
  }
  #banner .swiper ul li .container .box .right img {
    max-height: 290px;
  }
  #banner .bot {
    margin-top: 20px;
  }
  #banner .bot ul li {
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #ecebeb;
  }
  #banner .bot ul li .list {
    padding: 15px;
  }
  #banner .bot ul li .list::after {
    display: none;
  }
  #index-body .init-4 .bot .lists li {
    width: 50%;
  }
  #index-body .init-4 .bot .lists li .list .txt {
    -webkit-transform: translate3d(var(--npx20), 100%, 0);
    transform: translate3d(var(--npx20), 100%, 0);
    bottom: -4px;
    color: var(--color);
  }
  #footer .footerTop .item1,
  #footer .footerTop .item2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #banner .bot {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-2 {
    padding-top: 0;
    padding-bottom: 140px;
  }
  #index-body .init-2 .container ul {
    padding-bottom: 0;
  }
  #index-body .init-2 .container ul li {
    width: 100%;
    height: auto;
    margin-top: 30px !important;
    padding-bottom: 30px;
  }
  #index-body .init-2 .container ul li .line {
    height: 100%;
  }
  #index-body .init-3 .top .btnBox .left {
    margin-right: 0;
  }
  #index-body .init-3 .top .btnBox .left .listBox {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ecebeb;
  }
  #index-body .init-3 .top .btnBox .left .searchBox {
    width: 100%;
  }
  #index-body .init-5 .listBox {
    width: 60%;
  }
}

.inner-banner {
  color: white;
  margin-top: 140px;
}
.inner-banner span.h2 {
  color: inherit;
}
.inner-banner .link {
  width: 3em;
  height: 3em;
  background-color: var(--color);
}
.inner-banner .link i {
  font-size: 1.3em;
  line-height: 1;
}
#innerMobileBanner .banner2 {
  padding-top: 100px;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding-top: 0;
    margin-top: 60px;
  }
}

.about-page .about-1 .playBox .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: 0;
  top: 0;
}
.about-page .about-1 .playBox .play-btn:after,
.about-page .about-1 .playBox .play-btn:before {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.about-page .about-1 hr {
  background-color: var(--color);
  opacity: .3;
}
.about-page .about-2 {
  background-color: #f3f3f3;
}
.about-page .about-2 .list li {
  background-color: white;
}
.about-page .about-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-3 .list li {
  padding: 5.5%;
  border: 1px dashed var(--color);
}
.about-page .about-2 .list li>i img {
  transition: .5s;
}
.about-page .about-2 .list li:hover>i img {
  transform: rotateY(360deg)
}
.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .list li span.h6 {
  line-height: 1.2;
}
.about-page .about-4 {
  background-color: #f3f3f3;
}
.about-page .about-4 hr {
  background-color: #accbd2;
  position: relative;
  overflow: unset;
}
.about-page .about-4 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: var(--color);
}
.about-page .about-4 hr.txt-right:before {
  right: 0;
  left: auto;
}
.about-page .about-4 .line {
  width: 60px;
  height: 4px;
  background-color: var(--color);
  display: block;
}
.about-page .about-4 .more {
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .left {
    position: static;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-2 .list li i {
    max-width: 50px;
    display: block;
  }
  .about-page .about-3 .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list li i {
    max-width: 50px;
    margin-bottom: 15px;
  }
  .about-page .about-3 .list li .content {
    width: 100%;
  }
}

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

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

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

.inner-page .m-page span.current {
  border-color: #474747;
}
.faq-page {
  background-color: #faf9f9;
}
.faq-page .marginBox {
  text-align: center
}

.faq-page .marginBox .box {
  text-align: left
}

.faq-page .marginBox .box .left {
  width: 40%
}

.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
  border-radius: 20px
}

.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: var(--px18);
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: var(--px18);
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.2
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0
}

.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%
}

.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 20px
}

.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: 700;
  font-size: var(--px20);
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 28px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.faq-page .marginBox .box .right .list ul li .text {
  font-size: var(--px18);
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none
}

.faq-page .marginBox .box .right .list ul li.active {
  background: #fff;
  border-radius: 20px
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px
  }

  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    margin-bottom: 1em
  }

  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    margin-bottom: .8em
  }

  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0
  }

  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px
  }

  .faq-page .marginBox {
    padding: var(--px90) 0
  }
}

@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px
  }

  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0
  }

  .faq-page .marginBox .box .left {
    display: none
  }
}

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

  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    padding-left: 10px;
    line-height: 2
  }

  .faq-page .marginBox .box .right .list ul li span.title i {
    width: 10px;
    height: 10px;
  }
}

.milestones-page .list {
  position: relative;
}

.milestones-page .list:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: var(--color);
  opacity: .8;
  z-index: -1;
  margin-left: -0.5px;
  top: 0;
}

.milestones-page .list .year {
  color: var(--color);
  line-height: 1;
}

.milestones-page .list .line {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 3px solid var(--color);
  background-color: white;
}

.milestones-page .list .content {
  padding: 2% 3.5%;
  background-color: #28292d;
  color: white;
}

.milestones-page .list .content .text {
  color: inherit;
  line-height: 1.8;
}

.milestones-page .list li:not(.flex-drr) .year {
  text-align: right;
}
@media screen and (max-width: 500px){
  
  .milestones-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .milestones-page .list ul li .year {
    width: 100%;
    text-align: left !important;
  }

  .milestones-page .list ul li .line {
    display: none;
  }

  .milestones-page .list ul li .content {
    width: 100%;
  }

  .milestones-page .list:before {
    display: none;
  }
}

.about2-page .about-7 {
  padding: var(--px100) 0;
}

.about2-page .about-7 .list {
  overflow: hidden;
}

.about2-page .about-7 .list ul {
  margin: -15px;
}

.about2-page .about-7 .list ul li {
  padding: 15px;
}

.about2-page .about-7 .list ul li img {
  width: 100%
}

.about2-page .about-7 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 28px;
  height: 56px;
  border: none;
  background-color: #FFFFFF;
}

.about2-page .about-7 .list .slick-arrow.slick-prev {
  left: 115px;
}

.about2-page .about-7 .list .slick-arrow.slick-next {
  right: 115px;
}
@media screen and (max-width: 500px) {
  .about2-page .about-7 .list .slick-arrow.slick-prev {
    left: 30px;
  }

  .about2-page .about-7 .list .slick-arrow.slick-next {
    right: 30px;
  }
}

.i-advantage {
  margin-top: var(--px70);
  margin-bottom: var(--px80)
}

.i-advantage .left {
  width: 55%;
}

.i-advantage .right {
  width: 45%;
}

.i-advantage h6 {
  color: var(--color);
}

.i-advantage p {
  line-height: 2;
}

.i-advantage .tab {
  margin-top: 50px;
}

.i-advantage .tab ul {
  margin: -3px;
  max-width: 650px
}

.i-advantage .tab ul li {
  margin-bottom: 15px;
  padding-right: 20px
}

.i-advantage .tab ul li a {
  padding: 0 20px;
  line-height: 1.2;
  color: #afafaf;
  border-radius: 5px;
  border: 1px solid currentcolor;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  display: flex;
  align-items: center;
  height: 70px
}

.i-advantage .tab ul li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin-right: 5px
}

.i-advantage .tab ul li.active a,
.i-advantage .tab ul li:hover a {
  color: #000000;
}

.i-advantage .bag {
  border-radius: 50%;
  border: 1px dashed black;
  padding: 10%;
}

.i-advantage .bag .img {
  border-radius: 50%;
  overflow: hidden;
}

.i-advantage .bag .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.i-advantage .bag .num span {
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  border: 4px solid currentcolor;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.i-advantage .bag .num span.active {
  color: var(--color);
}

.i-advantage .bag .num span:nth-of-type(1) {
  left: 46%;
  top: -3%;
}

.i-advantage .bag .num span:nth-of-type(2) {
  left: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}

.i-advantage .bag .num span:nth-of-type(3) {
  left: 10%;
  top: 81%;
}

.i-advantage .bag .num span:nth-of-type(4) {
  right: 10%;
  top: 81%;
}

.i-advantage .bag .num span:nth-of-type(5) {
  right: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}

.i-advantage .bag .num span:nth-of-type(6) {
  right: 10%;
  top: 12%;
}

.i-advantage .bag .text {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 40px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.i-advantage .bag .text .mml-text {
  display: none;
}

.i-advantage .bag .text h4 {
  color: #333333;
  font-weight: bold;
  font-size: 20px
}
@media screen and (max-width: 1450px){
  .i-advantage .bag .text {
    top: 23%;
  }
}
@media screen and (max-width: 1250px) {
  .i-advantage p br {
    display: none;
  }

  .i-advantage .tab ul li a {
    line-height: 50px;
    padding: 0 10px;
  }

  .i-advantage .bag {
    padding: 10%;
  }
  .i-advantage .bag .text {
    zoom: .7;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .i-advantage .bag .num span {
    zoom: .7;
  }

  .i-advantage .tab ul li a {
    line-height: normal;
  }
}
@media screen and (max-width: 1000px) {
  .i-advantage .left {
    width: 100%;
    padding: 0;
  }

  .i-advantage .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .i-advantage .tab ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .i-advantage {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .i-advantage .tab ul li {
    width: 100%;
  }
}

.factory-page .factory-2 .box {
  background-color: #f5f5f5;
}

.factory-page .factory-2 .box .slide .box2 {
  padding: 5% 5% 5% 7%;
}

.factory-page .factory-2 .box .slide .box2 .text {
  line-height: 1.8;
}

.factory-page .factory-2 .box .slide .box2 .text p i {
  color: var(--color);
  margin-right: .5em;
  font-size: 1.3em;
}

.bespoke-page .factory-3 {
  background: #fff;
}

.bespoke-page .factory-5 .left ul li+li {
  margin-top: 10px;
}

.bespoke-page .factory-5 .ui .right img {
  margin: 0 0 0 auto;
  display: block;
}

.bespoke-page .factory-3 .top {
  font-weight: bold;
  font-size: 26px;
}

.bespoke-page .factory-3 .bottom .list ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bespoke-page .factory-3 .bottom .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bespoke-page .factory-3 .bottom .list ul li i {
  margin-right: 20px;
  width: 60px;
}

.bespoke-page .factory-3 .bottom .list ul li i img {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.bespoke-page .factory-3 .bottom .list ul li .t1 {
  font-size: var(--px20);
  font-weight: bold;
}

.bespoke-page .factory-3 .bottom .list ul li p {
  font-size: 16px;
  color: #666666;
}

.bespoke-page .factory-3 .bottom .list ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}

.bespoke-page .factory-3 .bottom .list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bespoke-page .factory-6 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.bespoke-page .factory-6 .box>div {
  width: 48%;
  position: relative;
}

.bespoke-page .factory-6 .box>div .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}

.bespoke-page .factory-6 .box>div .text .t1 {
  font-size: var(--px20);
  font-weight: bold;
}

.bespoke-page .factory-6 .box>div .text .cont {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 10px;
}

.bespoke-page .factory-6 .box>div:hover .text .cont {
  height: 8em;
  overflow-y: auto;
}

.bespoke-page .factory-7 .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 4% 5% 5% 5%;
}

.bespoke-page .factory-7 .smt {
  max-width: 810px;
  margin: 0;
  margin-top: 20px;
}

.bespoke-page .factory-7 form {
  margin-top: 40px;
}

.bespoke-page .factory-7 form textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 22px 17px;
  font-size: 16px;
}

.bespoke-page .factory-7 form input {
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 1em;
  margin-top: 30px;
}

.bespoke-page .factory-7 form .submit {
  width: 141px;
  height: auto;
  background-color: var(--color);
  /*border-radius: 3em;*/
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.bespoke-page .factory-7 form .submit:hover {
  color: var(--color);
  background: #fff;
  border: solid 1px var(--color);
}

.bespoke-page .factory-4 {
  border-radius: 40px;
  overflow: hidden;
  padding: var(--px100) 0;
}

.bespoke-page .factory-4 .box {
  padding: 5%;
  background-color: white;
}

.bespoke-page .factory-4 .top {
  height: 460px;
  background: url(../images/m4.jpg) no-repeat center;
  background-size: cover;
  padding-top: var(--px130);
  padding-left: var(--px100);
  padding-right: var(--px100);
}

.bespoke-page .factory-4 .top span.h2 {
  color: white;
  line-height: 1.8;
}

.bespoke-page .factory-4 .bottom .list {
  margin-top: 50px;
}

.bespoke-page .factory-4 .bottom .list ul {
  margin-right: -40px;
}

.bespoke-page .factory-4 .bottom .list ul li {
  padding: 10px;
  padding-right: 40px;
}

.bespoke-page .factory-4 .bottom .list ul li span.h6 {
  line-height: 1.2;
}

.bespoke-page .factory-4 .bottom .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 55px;
}

.bespoke-page .factory-4 .bottom .list ul li .box p {
  height: 6em;
  overflow-y: auto;
}

.bespoke-page .factory-4 .bottom .list ul li .box .t1 {
  font-size: var(--px20);
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.bespoke-page .factory-4 .bottom .list i {
  width: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  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;
}

.bespoke-page .factory-4 .bottom .list i img {
  vertical-align: middle;
}

.bespoke-page .factory-5 {
  padding: var(--px20) 0;
  text-align: left;
}

.bespoke-page .factory-5 .left ul li+li {
  margin-top: 1em;
}

.bespoke-page .factory-3 .right {
  padding: var(--px50) var(--px80);
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}

.bespoke-page .factory-3 .right .slick-slide {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.bespoke-page .factory-3 .right .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bespoke-page .factory-3 .right ul li .img-box img {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .bespoke-page .factory-6 .box>div .text {
    padding: 20px;
  }
  .bespoke-page .factory-6 .box>div .text .cont {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .bespoke-page .factory-6 .box>div {
    width: 100%;
    margin-bottom: 20px;
  }
  .bespoke-page .factory-3 .right .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .bespoke-page .factory-3 .right ul {
    margin: -10px;
  }

  .bespoke-page .factory-3 .right ul li {
    padding: 10px;
  }

  .bespoke-page .factory-3 .right {
    padding: 3%;
  }

  .bespoke-page .factory-4 .top {
    height: auto;
    padding: 10% var(--px100);
  }
  .bespoke-page .factory-4 .top span.h2 {
    line-height: 1.2;
  }

  .bespoke-page .factory-4 .bottom .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .bespoke-page .factory-5 {
    padding: 60px 0;
  }

  .bespoke-page .factory-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bespoke-page .factory-3 .box .left {
    width: 100%;
  }

  .bespoke-page .factory-3 .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  
  .bespoke-page .factory-4 .bottom .list ul li {
    padding: 10px;
    width: 100%;
  }

  .bespoke-page .factory-4 .bottom .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }

  .bespoke-page .factory-4 .bottom .list {
    margin-top: 0;
  }

  .bespoke-page .factory-4 .bottom .list ul {
    margin-right: 0;
  }

  .bespoke-page .factory-7 form textarea {
    height: 160px;
  }
}
.why-1 li,
.why-1 li>div {
  height: 100%;
}

.why-1 .text {
  margin-bottom: auto;
}

.why-2 {
  background-color: #f3f3f3;
}

.contact-page {
  padding-top: var(--px120);
}

.contact-page .contact-1 .left form ul {
  margin: 0 var(--npx30) var(--npx36) 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 var(--px30) var(--px36) 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px var(--px20);
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: var(--px20);
}

.contact-page .contact-1 .left form ul li .box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-1 .left form ul li button {
  border: none;
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 var(--px40);
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: var(--px26);
  font-size: 14px;
  line-height: 2;
  color: #83827f;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

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

.contact-page .contact-1 .right {
  padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
  line-height: 1.4;
}

.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 1.8;
  color: #83827f;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: var(--px22);
}

.contact-page .contact-1 .right .list ul li {
  color: #111;
  font-size: var(--px18);
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: var(--px20);
  width: 20px;
  text-align: center;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: var(--px20);
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 {
  padding-top: var(--px120);
}

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

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

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

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

  .contact-page .contact-1 .right {
    width: 100%;
    padding: var(--px30) 0 0 0;
  }

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

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

  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }

  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px var(--px36);
  }

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

.news-page .news-1 {
  background-color: #faf9f9;
}

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

.news-page .news-1 .list ul li {
  padding: 15px;
}

.news-page .news-1 .list ul li a.img-box {
  display: block;
}

.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  background-color: white;
}

.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  display: block;
  margin-bottom: 1em;
}

.news-page .news-1 .list ul li .content span.h6 {
  font-size: var(--px20);
  font-weight: 500;
  display: block;
  line-height: 1.8;
  height: 3.6em;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .news-1 .list ul li .content .text {
  font-size: 16px;
  line-height: 1.75;
}

.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}

.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}

.news-page .news-1 .list ul li:hover .content {
  margin-top: var(--npx30);
}

.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}

.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}

.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: var(--px30);
}

.newdet-page {
  padding: 100px 0;
  background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
  font-size: 18px;
  line-height: 36px;
  display: block;
}

.m-link Auxil-through {
  font-size: 14px;
  line-height: 28px;
}
.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: var(--px30) 0;
}

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

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

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

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

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

.m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: var(-px20);
  line-height: 1.5;
  color: #242424;
  margin-bottom: .5em;
}
.m-link a.link span:hover {
  color: var(--color);
}
.newdet-page .slideBarRight h1 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
}

.newdet-page .slideBarRight .text {
  margin: 2em 0;
}

.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}

.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}

.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  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;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

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

.newdet-page .slideBarRight span.h5 {
  font-size: var(--px36);
  line-height: 1.5;
  font-weight: bold;
  margin: 2em 0 1em;
  display: block;
}

.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  position: sticky;
  top: 200px;
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: var(--px50);
  background-color: #f7f7f7;
  /*box-shadow: 2px 3px 5px 3px rgba(0, 0, 0, 0.1);*/

}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: var(--px30);
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  font-size: 16px;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: var(--color);
  color: white;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2));
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;
    overflow: hidden;*/
  line-height: 30px;
  height: 3.2em;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
  
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: #28292d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active a {
  background-color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  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;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
  background-color: var(--color);
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2));
}

.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
  border-radius: 20px;
}

.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}

.newdet-page .form ul {
  margin: -10px
}

.newdet-page .form ul li {
  padding: 10px;
  font-size: 16px
}

.newdet-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
  border-color: var(--color)
}

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

.newdet-page .form ul li button {
  border: none;
}

.newdet-page .form ul li.wid-100 {
  width: 100%
}
@media screen and (max-width: 1700px){
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .news-page .news-1 .list ul li .content {
    padding: 7%;
  }
}
@media screen and (max-width: 1450px){
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }

  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  
  .news-page .news-1 .list ul li .content {
    padding: 5%;
  }

}
@media screen and (max-width: 1250px){
  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 2%;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }

  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px){
   .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}

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

  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.prodet-page .prodet-3 .productList li a:hover {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarRight .Auxil-catdes {
      max-height: 170px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}

.inner-page .product_list ul {
  margin: -15px;
}

.inner-page .product_list ul li {
  padding: 15px;
}

.inner-page .product_list ul li a.img-box {
  display: block;
}

.inner-page .product_list ul li a.img-box img {
  border-radius: 10px;
  border: 1px solid #b5b5b5;
}

.inner-page .product_list ul li span.h6 {
  font-size: var(--px20);
  line-height: 1.8;
  font-weight: 500;
  display: block;
  margin: 1em 0 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;

}

.inner-page .product_list ul li span.h6:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .product_list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .product_list ul {
    margin: 0;
  }
  .inner-page .product_list ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.productSeo .i-aboutNum {
  color: white;
  background-color: var(--color);
}

.productSeo .i-aboutNum span.h6 {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.productSeo .i-aboutNum span.h6:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#e1af34));
  background-image: -webkit-linear-gradient(bottom, transparent, #e1af34);
  background-image: -moz-linear-gradient(bottom, transparent, #e1af34);
  background-image: linear-gradient(to top, transparent, #e1af34);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-45%, -40%);
  -moz-transform: translate(-45%, -40%);
  -ms-transform: translate(-45%, -40%);
  transform: translate(-45%, -40%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productSeo .i-aboutNum span.h6 sub {
  vertical-align: baseline;
  margin-left: .5em;
}

.productSeo .i-aboutNum li:hover span.h6:before {
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .productSeo .i-aboutNum ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px){
  .productSeo .i-aboutNum ul {
    gap: 20px;
  }
  .productSeo .i-aboutNum ul li {
    width: 100%;
  }
}

.productSeo .i-news li {
  height: 100%;
}

.productSeo .i-news .box {
  color: #333;
  height: 100%;

}

.productSeo .i-news .box i.bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(0 0, 86% 16%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 86% 16%, 100% 0, 100% 100%, 0 100%);
}

.productSeo .i-news .box span.h6 {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productSeo .i-news .box .txt-right img {
  margin-left: auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productSeo .i-news .box:hover .txt-right img {
  opacity: 1;
}
@media screen and (max-width: 1450px) {
  .productSeo .i-news .box .txt-right img {
    max-width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .productSeo .i-news .box .txt-right img {
    opacity: 1;
  }
}

.prodet-page .prodet-1 .left {
  padding-right: 3%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left ul {
  margin: -5px;
}

.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .left ul li a img {
  border-radius: 10px;
}

.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}

.prodet-page .prodet-1 .left .small .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .big ul li a {
  overflow: hidden;
  text-align: center;
  border: 1px solid #e9e8e8;
}

.prodet-page .prodet-1 .left .big ul li a img {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
  border: 1px solid #e9e8e8;
}
.prodet-page .prodet-1 .right h1 {
  font-size: var(--px40);
  font-weight: 600;
  color: var(--color);
}

.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
  max-height: 350px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}

.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}

.prodet-page .prodet-1 .right .share {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}

.prodet-page .prodet-1 .right .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-left: 1em;
  background-color: black;
  color: white;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .prodet-1 .right .share a:hover {
  background-color: var(--color);
}

.prodet-page .prodet-2 .options {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .options:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  cursor: hand;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: var(--color);
  border-color: #eee;
  border-top-color: var(--color);
}

.prodet-page .prodet-2 .ret {
  margin-top: var(--px50);
  line-height: 1.8;
}

.prodet-page .prodet-3 {
  padding: var(--px100) 0;
}

.prodet-page .prodet-3 span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}
.prodet-page .prodet-3 ul li .img,.prodet-page .prodet-3 ul li .img a,.prodet-page .prodet-3 ul li .img a img {
  border-radius: 10px;
}
.prodet-page .prodet-1 .right .price {
  font-weight: 600;
  font-size: var(--px18);
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }

  .prodet-page .prodet-2 .options span {
    padding: 0.7em 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
.seoPublic .Auxil-through a {
  height: auto;
}
#index-body .init_2 ul.numberBox {
  /*max-width: 600px;*/
}
/*#index-body .init_2 ul.numberBox li.list .numBox {
  align-items: stretch; 
}
#index-body .init_2 ul.numberBox li.list .numBox .textBox {
  flex-shrink: 0;
}*/
#index-body .init_2 ul.numberBox li.list .numBox .textBox img.icon {
  margin-left: -10px;
}
#index-body .init_2 .his_line {
  height: 475px;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center;
  margin-top: -8vw;
}
#index-body .init_2 .his_line .container,#index-body .init_2 .his_line .container ul {
  height: 100%;
}
#index-body .init_2 .his_line .container ul li.list {
  width: 180px;
  height: auto;
  padding-bottom: 20px;
}
#index-body .init_2 .his_line .container ul li.list .txt {
  height: 20px;
}
#index-body .init_2 .his_line .container ul li.list .txt p {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
#index-body .init_2 .his_line .container ul li.list .dot {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  margin-top: 12px;
  bottom: 0;
}
#index-body .init_2 .his_line .container ul li.list .dot::before,#index-body .init_2 .his_line .container ul li.list .dot::after {
  width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	-webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#index-body .init_2 .his_line .container ul li.list .dot::after {
  background-color: #fff;
  z-index: 2;
}
#index-body .init_2 .his_line .container ul li.list .dot::before {
  background: var(--color);
  z-index: 1;
}
#index-body .init_2 .his_line .container ul li.list:hover .txt,#index-body .init_2 .his_line .container ul li.list.active .txt {
  font-size: var(--px36);
}
#index-body .init_2 .his_line .container ul li.list:hover .dot::before,#index-body .init_2 .his_line .container ul li.list.active .dot::before {
  transform: scale(2.5);
}
#index-body .init_2 .his_line .container ul li.list1 {
  top: 76%;
  left: 7%;
}
#index-body .init_2 .his_line .container ul li.list2 {
  top: 78.5%;
  left: 30%;
}
#index-body .init_2 .his_line .container ul li.list3 {
  top: 43.5%;
  left: 48%;
}
#index-body .init_2 .his_line .container ul li.list4 {
  top: 45.5%;
  left: 76%;
}
#index-body .init_2 .his_info {
  max-width: 800px;
  margin-right: 7%;
  height: 320px;
}
#index-body .init_2 .his_info {
  position: relative;
}
#index-body .init_2 .his_info .his_singe {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
#index-body .init_2 .his_info .his_singe.active {
  opacity: 1;
  z-index: 2;
}
.st_polyL {
-webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
}
#index-body .init_2 .his_info .his_singe .titl,#index-body .init_2 .his_info .his_singe .txt {
  transform: translateY(5px);
  
}
#index-body .init_2 .his_info .his_singe.active .titl,#index-body .init_2 .his_info .his_singe.active .txt {
  transform: translateY(0);
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%);
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
@media screen and (max-width: 1700px) {
  #index-body .init_2 .his_line {
    background-size: 100% auto;
  }
  #index-body .init_2 .his_line {
    height: 430px;
  }
  #index-body .init_2 .his_line .container ul li.list1 {
    top: 74%;
  }
  #index-body .init_2 .his_line .container ul li.list2 {
    top: 76%;
  }
  #index-body .init_2 .his_line .container ul li.list3 {
    top: 42%;
  }
  #index-body .init_2 .his_info {
    height: 350px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init_2 .his_line {
    height: 370px;
  }
  #index-body .init_2 .his_info {
    height: 260px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init_2 .his_line {
    height: 320px;
  }
  #index-body .init_2 .his_info {
    height: 230px;
  }
  #index-body .init_2 .his_line .container ul li.list1 {
    top: 67%;
    left: 1%;
  }
  #index-body .init_2 .his_line .container ul li.list2 {
    top: 68%;
  }
  #index-body .init_2 .his_line .container ul li.list3 {
    top: 39%;
  }
  #index-body .init_2 .his_line .container ul li.list4 {
    top: 37%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init_2 ul.numberBox {
        -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init_2 ul.numberBox li {
    margin-right: 10px;
    margin-left: 10px;
  }
  #index-body .init_2 .his_line {
    background-image: none !important;
    margin-top: 15px;
    height: auto;
  }
  #index-body .init_2 .his_line .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init_2 .his_line .container ul li.list {
    position: relative !important;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  
}
@media screen and (max-width: 700px) {
  #index-body .init_2 .his_line .container ul li.list {
    width: 160px;
  }
  #index-body .init_2 .his_info .his_singe {
    padding: 15px;
    width: 100%;
    height: 100%;
  }
  #index-body .init_2 .his_info {
    margin: 0;
    width: 100%;
    height: 300px;
  }
  #index-body .init_2 .his_info .box {
    padding: 0 5px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init_2 .his_info .{

  }
}
.prodet-page .prodet-2 .ret table tbody td br, .prodet-page .prodet-2 .ret table tbody th br {
  display: none;
}
.prodet-page .prodet-2 .ret table tbody td, .prodet-page .prodet-2 .ret table tbody th {
  white-space: nowrap;
}