@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-display: swap;
}
body {
  --color: #01569f;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 500;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1670px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  border-radius: 23px;
  background: var(--color);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 13px 29px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background: #1a5ed4;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav {
  position: relative;
  padding-left: 4.84375%;
  padding-right: 4.84375%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  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 .menu-box ul.menu > li {
  margin-right: 3.1em;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -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-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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span {
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 10px 20px 9px;
  border-radius: 7px;
}
#header .nav .yuy ul {
  top: 150%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: 'Roboto';
  background-color: var(--color);
  color: #fff;
  border-radius: 8px;
  padding: 18px 12px 16px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg i {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg em {
  margin-left: 23px;
}
#header .nav .msg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  width: 44px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover {
  color: var(--color);
}
#header .nav .msg:hover::before {
  width: 95%;
}
#header .nav .msg:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.text-color {
  color: var(--color);
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  height: 43.8021vw;
  min-height: 200px;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 4.896%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 460px;
}
#banner ul li .text .title {
  line-height: 1.03;
  position: relative;
  z-index: 1;
}
#banner ul li .text .more:hover {
  background: #fff;
  color: var(--color);
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.font {
  font-family: 'Roboto';
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
@-webkit-keyframes glintRays {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-moz-keyframes glintRays {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes glintRays {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#index-body .i-category {
  padding: 3.38542% 4.896% 4.63542%;
  background-color: #f1f2f4;
}
#index-body .i-category .img {
  border-radius: 15px;
  overflow: hidden;
}
#index-body .i-category ul li {
  background: #fff;
}
#index-body .i-category ul li .con {
  color: #0b0b0b;
  opacity: 0.63;
}
#index-body .i-category ul li .icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
#index-body .i-category ul li .icon.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#index-body .i-category ul li .item {
  height: 32.34375vw;
  position: relative;
  overflow: hidden;
}
#index-body .i-category ul li .item .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: white;
}
#index-body .i-category ul li .item .more:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-category ul li .item::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  opacity: .7;
}
#index-body .i-product .right {
  width: 47.44%;
}
#index-body .i-product .right .item {
  height: 80px;
  border-radius: 10px 0px 0px 10px;
  background: rgba(239, 239, 239, 0.46);
}
#index-body .i-product .right .item i {
  font-size: 17px;
}
#index-body .i-product .right .item ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #efefef;
  opacity: 0;
  z-index: 20;
}
#index-body .i-product .right .item ul li {
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .right .item ul li:hover {
  color: var(--color);
}
#index-body .i-product .right .item:hover ul {
  opacity: 1;
}
#index-body .i-product .right .search form {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .i-product .right .search form input {
  width: 100%;
  height: 100%;
  background: var(--color);
  border: 0;
  font-size: 17px;
  font-family: 'Roboto';
  color: #fff;
  padding: 0 67px;
}
#index-body .i-product .right .search form input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .right .search form input:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .right .search form input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .right .search form input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .right .search form input::placeholder {
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .right .search form input[type="submit"] {
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 15px;
  background: url(../images/arrow.png) no-repeat center;
}
#index-body .i-product .content ul li .img {
  display: block;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-left: 0;
}
#index-body .i-product .content ul li .img .title {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 7px;
  z-index: 2;
}
#index-body .i-product .content ul li .img .line em {
  position: absolute;
  border: 1px solid #006aed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
}
#index-body .i-product .content ul li .img .line em:first-child {
  left: -1px;
  bottom: -1px;
}
#index-body .i-product .content ul li .img .line em:last-child {
  right: -1px;
  top: -1px;
}
#index-body .i-product .content ul li .img i{
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .i-product .content ul li .img i.i1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .i-product .content ul li .img i.i2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .i-product .content ul li .img i.i3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .i-product .content ul li .img i.i4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .i-product .content ul li .img:hover i.i1{
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .i-product .content ul li .img:hover i.i2{
  height: 100%;
  top: 0;
}
#index-body .i-product .content ul li .img:hover i.i3{
  width: 100%;
  left: 0;
}
#index-body .i-product .content ul li .img:hover i.i4{
  width: 100%;
  right: 0;
  left: auto;
}
/*#index-body .i-product .content ul li .img:hover .line em {
  width: 100%;
  height: 101%;
  opacity: 1;
}*/
#index-body .i-product .content ul .slick-current li .img {
  border-left: 1px solid #e2e2e2;
}
#index-body .i-product .more {
  font-size: 24px;
  padding: 18px 73px 17px;
  border-radius: 29px;
}
#index-body .i-init {
  position: relative;
  -webkit-transition: padding-top 0.01s linear;
  -moz-transition: padding-top 0.01s linear;
  transition: padding-top 0.01s linear;
}
#index-body .i-init .i-about {
  position: relative;
}
#index-body .i-init .i-about .top {
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
#index-body .i-init .i-about .top .title {
  font-size: 11.51041667vw;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  background: url(../images/wzbj.jpg) repeat-x center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: glintRays 20s linear infinite;
  -moz-animation: glintRays 20s linear infinite;
  animation: glintRays 20s linear infinite;
  -webkit-box-reflect: below -60px linear-gradient(transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  will-change: transform, background-position;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 0.5rem;
}
#index-body .i-init .i-about .top .con {
  font-weight: 600;
  max-width: 760px;
  margin: 70px auto 0;
  color: #1c1c1c;
}
#index-body .i-init .i-about .top .btn .tz {
  font-size: 18px;
  line-height: 1;
  font-family: 'Roboto';
  color: var(--color);
  padding: 14px 24px 14px 44px;
  border-radius: 26px;
  border: solid 3px var(--color);
  position: relative;
}
#index-body .i-init .i-about .top .btn .tz::before,
#index-body .i-init .i-about .top .btn .tz::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color);
  opacity: 0.6;
}
#index-body .i-init .i-about .top .btn .tz::before {
  left: 0;
  width: 23px;
  height: 2px;
}
#index-body .i-init .i-about .top .btn .tz::after {
  left: 23px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#index-body .i-init .i-about .top .btn .play {
  position: relative;
  font-size: 20px;
  width: 4.55em;
  height: 4.55em;
  border-radius: 50%;
  background: var(--color);
  z-index: 1;
}
#index-body .i-init .i-about .top .btn .play i {
  border-left: 1.55em solid white;
  border-top: .9em solid transparent;
  border-bottom: 0.9em solid transparent;
}
#index-body .i-init .i-about .top .btn .play::before,
#index-body .i-init .i-about .top .btn .play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-init .i-about .top .btn .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-init .i-about .bottom {
  min-height: 200px;
  color: #fff;
  padding: 7.3% 12.96875% 0 5.625%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-init .i-about .bottom ul li .num {
  font-family: 'Anton';
  line-height: 1;
}
#index-body .i-init .i-about .bottom ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .i-init .i-about .bottom ul li p {
  font-weight: 600;
  opacity: 0.8;
  line-height: 1.2;
}
#index-body .i-init .i-about .bottom ul li .text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 295px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.75;
}
#index-body .i-project .con {
  line-height: 1.3;
  font-weight: 400;
  color: #151515;
  opacity: 0.78;
}
#index-body .i-project .content {
  width: 93vw;
}
#index-body .i-project ul .slick-slide > div {
  height: 100%;
}
#index-body .i-project ul .slick-list {
  padding-right: 124px;
}
#index-body .i-project ul li {
  height: 100%;
}
#index-body .i-project ul li .ig {
  border-radius: 19px;
  border: solid 2px #e8e8e9;
  height: 100%;
}
#index-body .i-project ul li .ig .link {
  border: 2px solid #1a5ed4;
  padding: 7px 17px 6px 29px;
  line-height: 1;
  border-radius: 6px;
  color: #1a5ed4;
}
#index-body .i-project ul li .ig .link i {
  margin-left: 7px;
  font-size: 22px;
}
#index-body .i-project ul li .ig .link:hover {
  background: #1a5ed4;
  color: #fff;
}
#index-body .i-news {
  padding: 4.95% 0 7.45%;
}
#index-body .i-news .left {
  width: 49.5732%;
}
#index-body .i-news .left .img-box {
  -webkit-box-shadow: 0px 13px 37px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 13px 37px 2px rgba(0, 0, 0, 0.11);
}
#index-body .i-news .left .img-box .tit {
  line-height: 1.25;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
#index-body .i-news .right {
  width: 50.4268%;
}
#index-body .i-news .right ul {
  margin: -7.5px -11.5px;
}
#index-body .i-news .right ul .slick-track {
  display: block;
}
#index-body .i-news .right ul li {
  padding: 7.5px 11.5px;
}
#index-body .i-news .right ul li .ig {
  background-color: #f4f8fc;
  border-radius: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .i-news .right ul li .ig:hover {
  color: var(--color);
}
#index-body .i-news .right ul li .ig:hover .title {
  color: var(--color);
}
#index-body .i-news .right ul li .ig:hover .link {
  opacity: 1;
}
#index-body .i-news .right ul li time {
  font-weight: 400;
  line-height: 2;
}
#index-body .i-news .right ul li .title {
  color: #121212;
  font-weight: 600;
  line-height: 1.4;
}
#index-body .i-news .right ul li .link {
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  font-size: 22px;
  line-height: 1;
  background: #1a5ed4;
  color: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer {
  background-color: #223b73;
  position: relative;
  z-index: 1;
  color: #fff;
}
#footer #ewm{
  width: 80px;
  border: 3px solid #fff;
  margin-top: 20px;
}
#footer .f-top .form {
  width: 71.0366%;
}
#footer .f-top .form ul {
  margin: -4.5px;
}
#footer .f-top .form ul li {
  padding: 4.5px;
  width: 16.9506%;
}
#footer .f-top .form ul li input {
  width: 100%;
  height: 54px;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0 12px;
}
#footer .f-top .form ul li input::-webkit-input-placeholder {
  color: #999;
}
#footer .f-top .form ul li input:-moz-placeholder {
  color: #999;
}
#footer .f-top .form ul li input::-moz-placeholder {
  color: #999;
}
#footer .f-top .form ul li input:-ms-input-placeholder {
  color: #999;
}
#footer .f-top .form ul li input::placeholder {
  color: #999;
}
#footer .f-top .form ul li button {
  width: 100%;
  height: 54px;
  background-color: #1a5ed4;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-top .form ul li button:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-top .form ul li:nth-child(4) {
  width: 34.8382%;
}
#footer .f-top .form ul li:last-child {
  width: 14.31%;
}
#footer .f-bottom .left {
  width: 35.5%;
}
#footer .f-bottom .left ul {
  max-width: 390px;
}
#footer .f-bottom .left ul li {
  font-size: 16px;
  line-height: 1.5;
}
#footer .f-bottom .left ul li i {
  width: 25px;
}
#footer .f-bottom .left ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
}
#footer .f-bottom .right {
  width: 64.5%;
}
#footer .f-bottom .right .tit {
  font-size: 24px;
  margin-bottom: 29px;
}
#footer .f-bottom .right ul li {
  font-size: 16px;
  opacity: .65;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 22px;
}
#footer .f-bottom .right ul li:hover {
  opacity: 1;
}
#footer .f-bottom .right ul li:last-child {
  margin-bottom: 0;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: rgba(255, 255, 255, 0.68);
}
#footer svg text {
  fill: rgba(255, 255, 255, 0.68);
}
@media (max-width: 1700px) {
  #header {
    zoom: .9;
  }
  #index-body .i-project .content {
    width: 97vw;
  }
}
@media (max-width: 1450px) {
  #header {
    zoom: .8;
  }
  #index-body .i-category ul li .title{
    width: 16%;
  }
  #index-body .i-init .i-about .bottom ul li .text::after {
    min-width: 240px;
  }
  #index-body .i-news .right ul li .ig {
    padding-bottom: 63px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-product .right .search form input {
    padding: 0 67px 0 20px;
  }
  #index-body .i-init .i-about .bottom ul li .num {
    font-size: 40px;
  }
  #index-body .i-init .i-about .bottom ul li .text::after {
    min-width: 180px;
  }
  #footer .f-top .form {
    zoom: .8;
    padding-top: 22px;
  }
  #footer .f-bottom .right {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #index-body .i-category ul li .icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  #index-body .i-category ul li .item::before {
    height: 100%;
  }
  #index-body .i-init .i-about .bottom {
    position: initial;
    opacity: 1;
    height: 40vw;
  }
  #index-body .i-init .i-about .bottom ul {
    margin: -10px 0;
  }
  #index-body .i-init .i-about .bottom ul li {
    width: 50%;
    padding: 10px 0;
  }
  #footer .f-top .form {
    margin-top: 30px;
    zoom: 1;
  }
  #footer .f-top .form ul li {
    width: 33.3333%;
  }
  #footer .f-top .form ul li:nth-child(4) {
    width: 100%;
  }
  #footer .f-top .form ul li:last-child {
    width: 20%;
  }
  #footer .f-bottom .left {
    width: 100%;
  }
  #footer .f-bottom .left ul {
    max-width: 100%;
  }
  #footer .f-bottom .right {
    display: none;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
  #footer svg {
    max-height: 23px;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  #index-body .i-category ul li .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-category ul li .top .title {
    width: 100%;
    font-size: 20px;
  }
  #index-body .i-category ul li .con {
    margin-left: 0;
    width: 80%;
  }
  #index-body .i-category ul li .icon {
    font-size: 16px;
    width: 2em;
    height: 2em;
  }
  #index-body .i-product .more {
    font-size: 16px;
    padding: 10px 20px 9px;
  }
  #index-body .i-init .i-about .top .con {
    margin: 30px auto 0;
  }
  #index-body .i-init .i-about .bottom {
    height: auto;
    min-height: auto;
    padding: 30px 15px;
  }
  #index-body .i-init .i-about .bottom ul li .num {
    font-size: 30px;
  }
  #index-body .i-project .content {
    width: 100%;
  }
  #index-body .i-project .content ul .slick-list {
    padding-right: 0;
  }
  #footer .f-top .form ul li {
    width: 50%;
  }
  #footer .f-top .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-bottom .left dl {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-category ul li .item {
    min-height: 200px;
  }
  #index-body .i-product .right {
    display: none;
  }
  #index-body .i-init .i-about .top .title {
    -webkit-box-reflect: below -9px linear-gradient(transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  }
  #index-body .i-init .i-about .bottom ul li {
    width: 100%;
  }
  .font-56,
  .font-48 {
    font-size: 26px;
  }
  .font-16 {
    line-height: 2 !important;
  }
  #index-body .i-news .left .img-box .tit {
    line-height: 2;
  }
  #footer .f-top .form ul li:last-child {
    width: 36%;
  }
}
.inner-banner {
  color: white;
}
.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;
}
.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-1 .right .text{
  max-height: 407px;
  overflow-y: auto;
}
.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 .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;
  }
  .about-page .about-3 .list li .content {
    width: 100%;
  }
}
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: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1.8em;
    display: block;
    color: #fff
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    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: 80%;
}
.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: 18px;
    color: #242424;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 28px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}
.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: 18px;
    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
}
.factory-page .factory-2 .box {
  background-color: #f5f5f5;
}
.factory-page .factory-2 .box .slide .box2 {
  padding: 5%;
}
.factory-page .factory-2 .box .slide .box2 .text {
  line-height: 1.6;
}
.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-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: 20px;
  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-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%;
}
.bespoke-page .factory-4 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0;
}
.bespoke-page .factory-4 .box {
  padding: 5%;
  background-color: white;
}
.bespoke-page .factory-4 .top {
  height: 460px;
  background: url(/wuxisaite/2026/01/17/beijing.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .factory-4 .top span.h2 {
  color: white;
}
.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: 20px;
  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: 100px 0;
  text-align: left;
}
.bespoke-page .factory-5 .left ul li + li {
  margin-top: 1em;
}
.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: 20px;
  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: 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: 226px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px;
}
.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);
  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);
}
@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding:30px 20px
    }
    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em
    }
    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em
    }
    .faq-page .marginBox .box .right .list ul li span.title,.faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px
    }
    .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: 90px 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
    }
    .bespoke-page .factory-6 .box > div .text .cont {
    height: auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .bespoke-page .factory-6 .box > div .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .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: 200px;
    padding-top: 10%;
  }
  .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%;
  }
  .bespoke-page .factory-6 {
    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 {
        font-size:14px;
        padding-left: 10px;
        line-height: 2
    }

    .faq-page .marginBox .box .right .list ul li span.title i {
        width: 10px;
        height: 10px;
        font-size: 14px
    }
}
@media screen and (max-width: 500px) {
  .inner-banner .link {
    height: 2em;
    width: 2em;
  }
  .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;
  }
}
.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product2-page .container .product_left .search_cont {
    position: relative;
}
.product2-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product2-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product2-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product2-page .container .product_left .item .tips {
    font-weight: bold;
}
.product2-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product2-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product2-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
}
.product2-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product2-page .container .product_left .item .nav_cont li a:hover,
.product2-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product2-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product2-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product2-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product2-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product2-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product2-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product2-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product2-page .container .product_right .cat_name {
    font-weight: bold;
}
.product2-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product2-page .container .product_right .content ul {
    margin: -40px -10px 0;
}
.product2-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product2-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product2-page .container .product_right .content ul li .box a {
    display: block;
}
.product2-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product2-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product2-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product2-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product2-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product2-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}
#index-body .init-4 .box .img {
  height: 100%;
}
#index-body .init-4 .box .text {
  line-height: 1.4;
  max-height: 310px;
  overflow-y: auto;
}
#index-body .init-6 .list .box {
  padding: 7% 10% 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-6 .list .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list .box hr {
  background-color: #929292;
}
#index-body .init-6 .list .box span.h6 {
  line-height: 1.2;
}
#index-body .init-6 .list .box:hover:before {
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .product2-page .container .product_right {
    width: 100%;
    padding-left: 0;
  }
  .product2-page .container .product_left {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-4 .box .img {
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
   #index-body .init-4 .box .img {
    height: 240px;
  }
  #index-body .init-6 .list .box {
    padding: 5%;
  }
}
.prodet-page .prodet-1 .left .big{
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left .small ul li a{
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .right .fh{
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .right .fh:hover{
  background: #000;
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.prodet-page .prodet-3 .list ul li .img-box{
  border: 1px solid #eee;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media (max-width: 1000px) {
   .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}
.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}
.news-page .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}
@media (max-width: 1000px) {
  .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
  .inner-page .sideBarLeft {
    display: none;
  }
  .contact-page iframe {
    height: 32vw;
  }
} 
@media (max-width: 500px) {
  .contact-page iframe {
    height: 44vw;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
