@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.eot');
  src: url('../fonts/Oswald.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald.woff2') format('woff2'), url('../fonts/Oswald.woff') format('woff'), url('../fonts/Oswald.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Normal-Alphabetic';
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot');
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Light-Alphabetic';
  src: url('../fonts/SourceHanSansCN-Light-Alphabetic.eot');
  src: url('../fonts/SourceHanSansCN-Light-Alphabetic.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSansCN-Light-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Light-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Light-Alphabetic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  --color: #d02826;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  background: #1a1a1c;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1575px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  font-family: 'Oswald';
  padding: 19px 56px 19px 55px;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #0b4690;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.more:hover {
  -webkit-box-shadow: 1px 1px 10px #0b4690;
  box-shadow: 1px 1px 10px #0b4690;
}
.more:hover::after {
  visibility: visible;
  -webkit-transform: scale(100) translateX(2px);
  -moz-transform: scale(100) translateX(2px);
  -ms-transform: scale(100) translateX(2px);
  transform: scale(100) translateX(2px);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 9px 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 16px;
  line-height: 1;
  margin-right: 2.86em;
  float: left;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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: 130%;
  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 .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .h-search img {
  vertical-align: middle;
}
#header .nav .yuy span {
  position: relative;
}
#header .nav .yuy span img {
  vertical-align: middle;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .more {
  padding: 1.39em 2em 1.17em;
  border-radius: 32px;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#header.active .nav .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .menu-box ul.menu > li.active,
#header.active .nav .menu-box ul.menu > li:hover{
  color: var(--color);
}
#header.active .nav .yuy span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 16px;
  background: #0e0e0e;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li#video::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: rgba(0,0,0,0.5);
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 800px;
}
#banner ul li .text .title {
  line-height: 1.1;
}
#banner ul li .text span,
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text span,
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text span {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .swiper-pagination {
  padding-bottom: 4.0625%;
  z-index: 1;
}
#banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #848488;
  opacity: 1;
  margin: 0 10.5px;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
.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;
}
.title,
.i-title {
  font-family: 'Oswald';
}
.i-title {
  font-size: 50px;
  /*text-transform: uppercase;*/
  line-height: 1.5;
  font-weight: bold;
}
.i-title em {
  color: var(--color);
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .i-init1 {
  color: #fcfafa;
  z-index: 1;
}
#index-body .i-init1 .box {
  width: 66%;
  margin: 0 auto;
}
#index-body .i-init1 .box .top .i-title {
  font-size: 58px;
  line-height: 1.2;
  max-width: 520px;
  margin: 0 auto;
}
#index-body .i-init1 .box .top ul {
  max-width: 704px;
  margin: 23px auto 0;
}
#index-body .i-init1 .box .color ul li {
  margin-right: 15px;
  cursor: pointer;
}
#index-body .i-init1 .box .color ul li:last-child {
  margin-right: 0;
}
#index-body .i-init1 .bg {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}
#index-body .i-init1 .bg img {
  height: 100%;
}
#index-body .i-init2 {
  background: #0e0e0e;
  color: #fff;
}
#index-body .i-init2 ul li {
  height: auto;
}
#index-body .i-init2 ul li .text {
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .i-init2 ul li .text .title {
  max-width: 387px;
  margin: 0 auto;
  color: #fcfafa;
  font-weight: bold;
}
#index-body .i-init2 ul li > img {
  width: 100%;
  height: 100%;
}
#index-body .i-init2 ul li .list{
  max-width: 554px;
  margin: 10px auto 0;
}
#index-body .i-init2 ul li .list i{
  line-height: 47px;
  display: block;
}
#index-body .i-init2 ul li .list i img{
  vertical-align: middle;
}
#index-body .i-init3 {
  background-color: #2e2e2e;
  color: #fff;
}
#index-body .i-init3 .wz {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
#index-body .i-init3 .wz p {
  font-size: 6.7em;
  white-space: nowrap;
  font-family: 'Oswald';
  font-weight: bold;
  line-height: 1;
}
#index-body .i-init3 .img > img {
  width: 100%;
  display: block;
  --mask-size: 36%;
  -webkit-mask-image: -webkit-radial-gradient(circle, black -webkit-calc(var(--mask-size)), transparent 10%);
  mask-image: radial-gradient(circle, black -moz-calc(var(--mask-size)), transparent 10%);
  mask-image: radial-gradient(circle, black calc(var(--mask-size)), transparent 10%);
  transition: --mask-size 0.1s linear;
}
#index-body .i-init3 .img .box {
  top: 60%;
}
#index-body .i-init3 .img .box .play {
  padding: 50px 46px 46px 57px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  display: inline-block;
}
#index-body .i-init3 .img .box .title {
  max-width: 380px;
  margin: 20px auto 0;
}
#index-body .i-init4 {
  background: url(../images/init4-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
#index-body .i-init4 .left {
  width: 44%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .i-init4 .left .i-title {
  max-width: 502px;
}
#index-body .i-init4 .left .more {
  background: #fff;
  color: #0b4690;
}
#index-body .i-init4 .left .more::after {
  background: var(--color);
}
#index-body .i-init4 .left .more:hover {
  color: #fff;
}
#index-body .i-init4 .right {
  width: 56%;
}
#index-body .i-init4 .right ul {
  margin: -19.5px -23.5px;
}
#index-body .i-init4 .right ul li {
  padding: 19.5px 23.5px;
}
#index-body .i-init4 .right ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init4 .right ul li .ig:hover::after{
  opacity: 0;
}
#index-body .i-init4 .right ul li .tit {
  left: 29px;
  right: 32px;
  top: 54px;
  border-top: 3px solid #fff;
  z-index: 1;
}
#index-body .i-init4 .right ul li .link {
  left: 38px;
  bottom: 38px;
  z-index: 1;
}
#index-body .i-init5 {
  background: #2e2e2e;
  color: #fff;
  padding-top: 6.67%;
}
#index-body .i-init5 .left {
  width: 58.2%;
  z-index: 1;
}
#index-body .i-init5 .left::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: #424141;
  width: 86.21%;
  height: 43.46%;
}
#index-body .i-init5 .left .slickDots {
  right: 6.7%;
  bottom: 24%;
}
#index-body .i-init5 .left .slickDots ul {
  display: block;
}
#index-body .i-init5 .left .slickDots ul li {
  background-color: #1f1e1e;
  border: 0;
  margin-bottom: 29px;
}
#index-body .i-init5 .left .slickDots ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-init5 .left .slickDots ul li.slick-active {
  background: var(--color);
}
#index-body .i-init5 .right {
  width: 41.8%;
}
#index-body .i-init5 .right .icon img:last-child {
  margin-right: 0;
}
#index-body .i-init5 .right .i-title {
  font-size: 42px;
  line-height: 1.25;
}
#index-body .i-init5 .right .con {
  line-height: 2;
}
#index-body .i-init5 .right .con h1 {
  display: inline;
}
#index-body .i-init6 {
  background: #2e2e2e;
  color: #fff;
}
#index-body .i-init6 ul {
  margin: -21px -20.5px;
}
#index-body .i-init6 ul li {
  padding: 21px 20.5px;
}
#index-body .i-init6 ul li .img-box{
  height: 366px;
}
#index-body .i-init6 ul li .img-box img{
  object-fit: cover;
  height: 100%;
}
#index-body .i-init6 ul li .img-box p {
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .i-init6 ul li:nth-child(4),
#index-body .i-init6 ul li:last-child{
  width: 50%;
}
#index-body .i-init7 {
  background: #2e2e2e;
  color: #fff;
}
#index-body .i-init7 ul li .img > img {
  width: 100%;
}
#index-body .i-init7 ul li .img .play {
  padding: 45px 44px 51px 59px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}
#index-body .i-init7 .page {
  max-width: 647px;
}
#index-body .i-init7 .page a {
  font-size: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init7 .page a:hover {
  color: var(--color);
}
#index-body .i-init7 .page .item {
  margin: 0 26px 0 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-init7 .page .item .swiper-pagination {
  position: initial;
  text-align: left;
  font-size: 14px;
  color: #625f5f;
  font-family: 'Oswald';
  font-weight: bold;
  margin: 0 0 10px 43px;
}
#index-body .i-init7 .page .item .swiper-pagination .swiper-pagination-current {
  color: #cd353b;
}
#index-body .i-init7 .page .item .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484849), to(#484849)), -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#2e2e2e));
  background-image: -webkit-linear-gradient(#484849, #484849), -webkit-linear-gradient(#2e2e2e, #2e2e2e);
  background-image: -moz-linear-gradient(#484849, #484849), -moz-linear-gradient(#2e2e2e, #2e2e2e);
  background-image: linear-gradient(#484849, #484849), linear-gradient(#2e2e2e, #2e2e2e);
  background-blend-mode: normal, normal;
  border-radius: 6px;
}
#index-body .i-init7 .page .item .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #cd353b;
  border-radius: 6px;
}
#index-body .i-init8 {
  background: #fff;
  color: #1c1c1c;
}
#index-body .i-init8 .container {
  width: 1456px;
}
#index-body .i-init8 ul li i {
  height: 3px;
  background-color: #000000;
}
#index-body .i-init8 ul li i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init8 ul li time {
  font-weight: 500;
}
#index-body .i-init8 ul li .tit {
  font-weight: 600;
  line-height: 1.3;
  min-height: 93px;
}
#index-body .i-init8 ul li .con {
  line-height: 1.3;
  opacity: .53;
}
#index-body .i-init8 ul li:hover i::after {
  width: 100%;
}
#footer {
  background-color: #212121;
  color: #fcfafa;
}
#footer .container {
  width: 1307px;
}
#footer .f-form ul {
  margin: -9.5px;
}
#footer .f-form ul li {
  padding: 9.5px;
  width: 28%;
}
#footer .f-form ul li input {
  width: 100%;
  height: 51px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  background-repeat: no-repeat;
}
#footer .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form ul li input:focus {
  border-color: #fff;
}
#footer .f-form ul li .more {
  width: 100%;
  padding: 0;
  height: 49px;
  text-align: center;
  border: 0;
}
#footer .f-form ul li .more::after {
  background: #0b4690;
}
#footer .f-form ul li .more:hover {
  color: #fff;
}
#footer .f-form ul li:first-child input {
  padding-left: 45px;
  background-image: url(../images/user.png);
  background-position: 15px center;
}
#footer .f-form ul li:nth-child(2) input {
  padding-left: 60px;
  background-image: url(../images/mail.png);
  background-position: 23px center;
}
#footer .f-form ul li:nth-child(3) {
  width: 30.633%;
}
#footer .f-form ul li:nth-child(3) input {
  padding-left: 47px;
  background-image: url(../images/message.png);
  background-position: 13px center;
}
#footer .f-form ul li:last-child {
  width: 13.367%;
}
#footer .f-content .left .ig {
  max-width: 420px;
}
#footer .f-content .left ul li {
  font-size: 18px;
  line-height: 1.7;
}
#footer .f-content .left ul li i {
  width: 28px;
}
#footer .f-content .left ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
#footer .f-content .right ul li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 4px;
}
#footer .f-content .right ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .right .f-product ul li {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
#footer .f-content .right #ewm {
  width: 156px;
  border: 15px solid #fff;
  margin: 0 auto;
}
#footer .f-content .right .share a {
  font-size: 20px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right .share a:last-child {
  margin-right: 0;
}
#footer .f-content .right .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  padding: 19px 0 3px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fcfafa;
}
#footer .f-copy svg text {
  fill: #fcfafa;
}
@media (max-width: 1700px) {
  #index-body .i-init8 .container {
    width: 1356px;
  }
  #index-body .i-init6 ul li .img-box{
    height: 321px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li{
    font-size: 15px;
    margin-right: 2em;
  }
   #index-body .i-init6 ul li .img-box{
    height: 276px;
  }
  #index-body .i-init8 .container {
    width: 1156px;
  }
  #footer .container {
    width: 1100px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-init6 ul li .img-box {
    height: 231px;
  }
  #index-body .i-init8 .container {
    width: 970px;
  }
  #footer .container {
    width: 970px;
  }
  .fixed-toolbar {
    zoom: .9;
  }
  #innerMobileBanner{
    margin-top: 60px !important;
  }
}
@media (max-width: 1000px) {
  #index-body .i-init8 .container {
    width: 700px;
  }
  #footer .container {
    width: 700px;
  }
  #index-body .i-init1 .box {
    width: 80%;
  }
  #index-body .i-init1 .box .top .i-title {
    font-size: 42px;
  }
  #index-body .i-init2 ul li .list{
    display: none;
  }
  #index-body .i-init3 .img .box {
    top: 52%;
  }
  #index-body .i-init3 .img .box .play {
    padding: 20px 16px 16px 27px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-init4 .right ul li .tit {
    left: 15px;
    right: 15px;
    top: 27px;
  }
  #index-body .i-init4 .right ul li .link {
    left: 15px;
    bottom: 12px;
  }
  #index-body .i-init5 .left {
    width: 100%;
  }
  #index-body .i-init5 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .more {
    padding: 16px 30px;
  }
  #index-body .i-init6 ul li .img-box {
    height: 186px;
  }
  #index-body .i-init6 ul {
    margin: -11px -10px;
  }
  #index-body .i-init6 ul li {
    padding: 11px 10px;
  }
  #index-body .i-init7 ul li .img .play {
    padding: 15px 14px 21px 28px;
  }
  #footer .f-form ul li {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 20%;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .left .ig {
    max-width: 90%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
}
@media (max-width: 700px) {
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-16 {
    line-height: 2 !important;
  }
  .font-50 {
    font-size: 30px;
  }
  .i-title {
    font-size: 36px;
  }
  .more {
    font-size: 15px;
    padding: 10px 24px;
  }
  #index-body .i-init1 .box {
    width: 100%;
  }
  #index-body .i-init1 .box .top .i-title {
    font-size: 36px;
  }
  #index-body .i-init1 .box .top ul {
    display: none;
  }
  #index-body .i-init2 ul li .title {
    font-size: 20px;
  }
  #index-body .i-init3 .wz p {
    font-size: 4em;
  }
  #index-body .i-init3 .box .play {
    zoom: .7;
  }
  #index-body .i-init4 .left {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  #index-body .i-init4 .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-init5 .right .i-title {
    font-size: 36px;
  }
  .flex-3 > * {
    width: 50%;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-contact {
    width: 60%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
  #footer .f-form ul li:last-child {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  .i-title {
    font-size: 30px;
  }
  .flex-3 > *,
  .flex-2 > * {
    width: 100%;
  }
  #banner ul li .text span {
    display: none;
  }
  #banner .swiper-pagination {
    padding-bottom: 6px;
  }
  #index-body .i-init3 {
    display: none;
  }
  #index-body .i-init5 .right .i-title {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .i-init6 ul li:nth-child(4), #index-body .i-init6 ul li:last-child{
    width: 100%;
  }
  #index-body .i-init8 ul li .tit {
    min-height: auto;
  }
  #footer .f-content .left ul li{
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-form ul li {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 50%;
  }
  .fixed-toolbar {
    zoom: .6;
  }
}
/*.page-header01{
  position: fixed;
  left: 0;
  width: 100%;
}*/
.mbx {
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
}
.inner-page {
  color: #fff;
}
.about-page .about-1 iframe{
  width: 100%;
  height: 705px;
  border: 0;
}
.about-page .about-1 .mbx {
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-2 .box {
  width: 47%;
}
.about-page .about-2 .box .con {
  line-height: 2;
  color: #f1f1f1;
  opacity: 0.84;
}
.about-page .about-3 {
  background: #111114;
}
.about-page .about-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-3 .left .item {
  max-width: 600px;
}
.about-page .about-3 .left .item .i-title {
  font-size: 46px;
  line-height: 1.4;
}
.about-page .about-3 .right {
  width: 42%;
  padding-left: 113px;
}
.about-page .about-3 .right .tag {
  top: 0;
  left: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  height: 25%;
}
.about-page .about-3 .right .tag ul li a {
  width: 55px;
  height: 52px;
  line-height: 52px;
  background-color: #dadde9;
  color: #2e2e30;
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 24px;
  font-family: 'Oswald';
  font-weight: bold;
}
.about-page .about-3 .right .tag ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  width: 1px;
  height: 100%;
  background: #dadde9;
}
.about-page .about-3 .right .content ul li {
  margin-bottom: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .content ul li .title {
  line-height: 1;
}
.about-page .about-3 .right .content ul li .con {
  line-height: 2;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background-color:#d02826;
}
.about-page .about-4 {
  padding: 11.146% 0 3.4%;
}
.about-page .about-4 .box {
  max-width: 628px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .con {
  line-height: 1.56;
}
.about-page .about-4 .box .list ul li {
  font-size: 16px;
  line-height: 1.75;
}
.about-page .about-4 .box .list ul li i {
  width: 42px;
}
.about-page .about-4 .box .list ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.about-page .about-5 {
  background: #fff;
}
.about-page .about-5 .header {
  color: #09090a;
  max-width: 817px;
  margin: 0 auto;
}
.about-page .about-5 .header .con {
  color: #0d0d0d;
  line-height: 1.7;
}
.about-page .about-5 .swiper-scrollbar {
  position: relative;
  width: 87.5%;
  height: 3px;
  background: #717171;
  margin: 50px auto 0;
}
.about-page .about-5 .swiper-scrollbar .swiper-scrollbar-drag {
  height: 7px;
  background: var(--color);
  top: -2px;
}
.brand-page .brand-1 {
  padding-top: 5.73%;
}
.brand-page .brand-1 .img {
  width: 50.52%;
}
.brand-page .brand-1 .text {
  width: 49.48%;
}
.brand-page .brand-1 .text .con {
  line-height: 2;
  color: #fcfcfe;
  opacity: 0.84;
}
.brand-page .brand-2 {
  padding-top: 5.1042%;
}
.brand-page .brand-2 .header .con {
  line-height: 2;
  color: #f1f1f1;
  max-width: 783px;
}
.brand-page .brand-3 {
  padding: 5.0521% 0 4.84375%;
}
.brand-page .brand-3 ul li {
  border-bottom: 1px solid #fff;
}
.brand-page .brand-3 ul li .img {
  width: 32.22%;
}
.brand-page .brand-3 ul li .text {
  width: 67.78%;
  color: #efeded;
}
.brand-page .brand-3 ul li .text .con {
  line-height: 1.8;
}
.brand-page .brand-3 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.custom-page .custom-1 {
  padding-top: 4.84375%;
}
.custom-page .custom-1 .i-title {
  font-size: 36px;
  max-width: 440px;
  line-height: 1.36;
  letter-spacing: -1px;
}
.custom-page .custom-1 ul {
  margin: -6px;
}
.custom-page .custom-1 ul li {
  padding: 6px;
}
.custom-page .custom-2 {
  padding: 40px 0 5.9375%;
}
.custom-page .custom-2 ul {
  margin: -29px -22.5px;
}
.custom-page .custom-2 ul li {
  padding: 29px 22.5px;
}
.custom-page .custom-2 ul li .img-box .title {
  bottom: 0;
  left: 0;
  width: 64%;
  z-index: 2;
}
.custom-page .custom-2 ul li .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53.605%;
  background: url(../images/custom-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.custom-page .custom-2 ul li .list{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36%;
  padding: 0 10px 4%;
  z-index: 1;
}
.custom-page .custom-2 ul li .list ul{
  margin: 0 -10px;
}
.custom-page .custom-2 ul li .list ul li{
  padding: 0 10px;
}
.custom-page .custom-2 ul li .list ul li .img-box::after{
  display: none;
}
.factory-page .factory-1 {
  padding-top: 5.15625%;
}
.factory-page .factory-1 .i-title {
  width: 39%;
  font-size: 44px;
  line-height: 1.2;
}
.factory-page .factory-1 .con {
  line-height: 1.7;
  width: 57%;
}
.factory-page .factory-2 {
  padding: 8.021% 0 47px;
}
.factory-page .factory-2 .box {
  margin-top: -28%;
}
.factory-page .factory-2 .left {
  width: 37%;
}
.factory-page .factory-2 .left ul li .top i {
  width: 84px;
  text-align: center;
}
.factory-page .factory-2 .left ul li .top .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.factory-page .factory-2 .left ul li .top .text .num {
  line-height: 1;
}
.factory-page .factory-2 .right {
  width: 57%;
}
.factory-page .factory-2 .right ul {
  margin: 0 -10.5px;
}
.factory-page .factory-2 .right ul li {
  padding: 0 10.5px;
}
.factory-page .factory-3 {
  background: #f0f0f0;
  color: #232325;
}
.factory-page .factory-3 ul {
  margin: -20px -16px;
}
.factory-page .factory-3 ul li {
  padding: 20px 16px;
}
.factory-page .factory-3 ul li:first-child {
  width: 39.118%;
}
.factory-page .factory-3 ul li:nth-child(even) {
  width: 31.008%;
}
.factory-page .factory-3 ul li:nth-child(odd):not(:first-child) {
  width: 29.874%;
}
.factory-page .factory-3 ul li:nth-child(4) {
  position: absolute;
  left: 39.118%;
  bottom: 10px;
}
.factory-page .factory-3 ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.mana-page .mana-1 .title {
  width: 70%;
  line-height: 1.4;
}
.mana-page .mana-1 .con {
  width: 49%;
}
.mana-page .mana-1 ul li .num {
  line-height: 1;
}
.mana-page .mana-1 ul li p {
  width: 100% !important;
}
.mana-page .mana-2 {
  padding-top: 5.625%;
}
.mana-page .mana-2 ul li .img {
  width: 50.6%;
}
.mana-page .mana-2 ul li .text {
  width: 49.4%;
  padding-left: 50px;
}
.mana-page .mana-2 ul li .text .con {
  line-height: 2;
}
.mana-page .mana-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mana-page .mana-2 ul li:nth-child(even) .text {
  padding: 0 50px 0 0;
}
.mana-page .mana-2 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 {
  padding: 11.042% 0 3.646%;
}
.partner-page .partner-1 .i-title {
  font-size: 36px;
}
.partner-page .partner-1 .con {
  line-height: 1.7;
  color: #fefeff;
  width: 50%;
}
.partner-page .partner-2 {
  background: #f0f0f0;
  color: #000;
  padding: 3.96% 0 8.4375%;
}
.partner-page .partner-2 ul {
  margin: -12.5px;
}
.partner-page .partner-2 ul li {
  padding: 12.5px;
  height: auto;
}
.partner-page .partner-2 ul li .ig {
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
}
.partner-page .partner-2 ul li .ig i {
  display: block;
  line-height: 67px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.partner-page .partner-2 ul li .ig i img {
  vertical-align: middle;
}
.partner-page .partner-2 ul li .ig .con {
  line-height: 2;
  color: #252525;
}
.partner-page .partner-2 ul li .ig:hover i{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.partner-page .partner-3 {
  background-color: #29292b;
  padding: 5.573% 0 8.073%;
  color: #f1f2f3;
}
.partner-page .partner-3 .img {
  width: 54.53%;
}
.partner-page .partner-3 .text {
  width: 45.47%;
}
.partner-page .partner-3 .text .i-title {
  font-size: 44px;
}
.partner-page .partner-3 .text .con {
  line-height: 1.7;
  width: 89%;
}
.partner-page .partner-4 {
  background: #fff;
  color: #353738;
}
.partner-page .partner-4 .left {
  width: 57.4%;
}
.partner-page .partner-4 .left .form {
  border: 1px solid #dddddd;
}
.partner-page .partner-4 .left .form input,
.partner-page .partner-4 .left .form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  margin-top: 5px;
  padding: 0 10px;
}
.partner-page .partner-4 .left .form textarea {
  height: 100px;
}
.partner-page .partner-4 .left .form button {
  border: 0;
  background: #000;
  border-radius: 10px;
  margin-top: 20px;
}
.partner-page .partner-4 .left .form ul li:last-child {
  margin-bottom: 0;
}
.partner-page .partner-4 .right {
  width: 42.6%;
}
.partner-page .partner-4 .right .top {
  border-radius: 10px;
  border: 1px solid rgba(53, 54, 56, 0.72);
  line-height: 2;
}
.partner-page .partner-4 .right .bottom .tit {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.partner-page .partner-4 .right .bottom .con {
  line-height: 1.6;
}
.quality-page .quality-1 .i-title {
  width: 37%;
  letter-spacing: -1px;
  line-height: 1.1;
}
.quality-page .quality-1 .con {
  line-height: 2;
  width: 49%;
}
.quality-page .quality-2 ul {
  margin: -20px;
}
.quality-page .quality-2 ul li {
  padding: 20px;
}
.quality-page .quality-2 ul li .text {
  color: #fdfdfd;
}
.quality-page .quality-2 ul li .text .con {
  line-height: 2;
}
.quality-page .quality-3 {
  background: #fff;
  color: #09090a;
  padding: 4.95% 0 5.521%;
}
.quality-page .quality-3 .img {
  width: 45.66%;
}
.quality-page .quality-3 .text {
  width: 43%;
}
.quality-page .quality-3 .text .con {
  line-height: 2;
}
.rd-page .rd-1 .title {
  width: 43%;
}
.rd-page .rd-1 .con {
  width: 47%;
}
.rd-page .rd-2 ul {
  margin: -16.5px -19.5px;
}
.rd-page .rd-2 ul li {
  padding: 16.5px 19.5px;
}
.rd-page .rd-2 ul li .img {
  width: 47.698%;
}
.rd-page .rd-2 ul li .text {
  width: 52.302%;
}
.rd-page .rd-2 ul li .text .con {
  line-height: 1.6;
}
.rd-page .rd-3 {
  background: #ececef;
  color: #202022;
  padding: 3.5% 0 9.01042%;
}
.rd-page .rd-3 .img-box {
  border-radius: 15px;
  padding: 7px;
  background: #fff;
}
.contact-page .contact-1 {
  padding: 7.71% 0 5%;
}
.contact-page .contact-1 ul {
  margin: -12.5px;
}
.contact-page .contact-1 ul li {
  padding: 12.5px;
  height: auto;
}
.contact-page .contact-1 ul li .ig {
  background-color: #494848;
  border-radius: 20px;
  height: 100%;
}
.contact-page .contact-1 ul li .ig i {
  line-height: 67px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 ul li .ig i img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.contact-page .contact-1 ul li .ig:hover i{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.contact-page .partner-4 {
  background: transparent;
}
.contact-page .partner-4 .title {
  color: #fff;
}
.contact-page .partner-4 .box {
  background: #fff;
}
.contact-page .partner-4 .right .top {
  border: 0;
}
.product-page .product-1 {
  padding-top: 5.3646%;
}
.product-page .product-1 .img {
  width: 47.842%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.product-page .product-1 .text {
  width: 52.158%;
}
.product-page .product-1 .text .con {
  line-height: 1.7;
}
.product-page .product-1 .text .share a {
  margin-right: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .text .share a:last-child {
  margin-right: 0;
}
.product-page .product-1 .text .share a:hover {
  color: var(--color);
}
.product-page .product-2 ul {
  margin: -19.5px;
}
.product-page .product-2 ul li {
  padding: 19.5px;
}
.m-page > div {
  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;
  gap: 1em;
}
.m-page a,
.m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span.current {
  border-color: var(--color);
  background-color: var(--color);
  color: white;
}
.inner-page #index-body .i-init7 {
  background: transparent;
}
.seo_content {
  background-color: #28292a;
  color: #fff;
}
.seo_content .seo_about {
  padding-top: 7.4%;
}
.seo_content .seo_about .left {
  width: 54.286%;
}
.seo_content .seo_about .left .slickDots {
  right: 0;
  bottom: 74px;
}
.seo_content .seo_about .left .slickDots ul {
  display: block;
}
.seo_content .seo_about .left .slickDots ul li {
  background: #fff;
  border: 0;
  margin: 0 0 2.9em 0;
}
.seo_content .seo_about .left .slickDots ul li:last-child {
  margin-bottom: 0;
}
.seo_content .seo_about .left .slickDots ul li.slick-active {
  background: var(--color);
}
.seo_content .seo_about .right {
  width: 45.714%;
}
.seo_content .seo_about .right .i-title {
  font-size: 42px;
  line-height: 1.4;
  width: 86%;
}
.seo_content .seo_about .right .con {
  line-height: 2;
  color: #f8f8f8;
}
.seo_content .seo_honor {
  padding: 5.42% 0 6.98%;
}
.seo_content .seo_honor .left {
  width: 35.8%;
}
.seo_content .seo_honor .left .i-title {
  font-size: 42px;
  line-height: 1.4;
}
.seo_content .seo_honor .right {
  width: 64.2%;
}
.color-page .color-1 .mbx {
  top: 25px;
  left: 0;
  width: 100%;
}
.color-page .color-1 .desc{
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.color-page .color-1 .desc .ig{
  max-width: 642px;
  text-align: left;
}
.color-page .color-1 .desc ul{
  margin-bottom: -68px;
}
.color-page .color-1 .desc ul li{
  padding-left: 15px;
  position: relative;
  margin-bottom: 68px;
}

.color-page .color-1 .color {
  width: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 0 78px 19px;
}
.color-page .color-1 .color ul .slick-slide {
  height: auto;
}
.color-page .color-1 .color ul .slick-slide > div {
  height: 100%;
}
.color-page .color-1 .color ul li {
  height: 100%;
}
.color-page .color-1 .color ul li .card {
  padding: 6px;
  border: 3px solid transparent;
  height: 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.color-page .color-1 .color ul li .card img {
  width: 100%;
  height: 100%;
}
.color-page .color-1 .color ul li.active .card {
  border-color: #fff;
}
.color-page .color-1 .color .slickBtn div {
  width: 3em;
  height: 3em;
  background: transparent;
  border: 3px solid #fff;
  top: 47%;
}
.color-page .color-1 .color .slickBtn div.prev {
  right: initial;
  left: 0;
}
.color-page .color-1 .color .slickBtn div.next {
  left: initial;
  right: 0;
}
.color-page .color-1 .color .slickBtn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.color-page .color-1 .title {
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
.color-page .color-2 .header {
  max-width: 1079px;
  margin: 0 auto;
}
.color-page .color-2 .header .con {
  line-height: 1.4;
  color: #d2d0d0;
}
.color-page .color-2 .header .more {
  padding: 17px 34px 16px;
}
.color-page .color-2 .content ul {
  margin: -10.5px;
}
.color-page .color-2 .content ul li {
  padding: 10.5px;
}
.color-page .color-2 .content ul li .tit {
  font-weight: 600;
}
.color-page .color-2 .list {
  width: 86%;
  margin: 0 auto;
  padding-top: 6.87%;
}
.color-page .color-2 .list ul {
  margin: -15px;
}
.color-page .color-2 .list ul li {
  padding: 15px;
}
.color-page .color-2 .list ul li i {
  display: block;
  line-height: 63px;
}
.color-page .color-2 .list ul li i img {
  vertical-align: middle;
}
.color-page .color-2 .list ul li p {
  line-height: 1.4;
  color: #faf7f7;
  opacity: 0.55;
}
.auto-page .color-1 .title {
  top: 18%;
}
.auto-page .auto-2 {
  max-width: 1348px;
  margin: 0 auto;
}
.auto-page .auto-2 img {
  width: 100%;
}
.auto-page .auto-2 .big li .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  -webkit-mask-image: -webkit-linear-gradient(right, black, black);
  mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  mask-image: linear-gradient(to left, black, black);
  -webkit-mask-size: 20% 50%;
  mask-size: 20% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.auto-page .auto-2 .big li .hover i {
  position: absolute;
  width: 20%;
  height: 50%;
  border: 2px solid white;
  left: 0;
  top: 0;
}
.auto-page .auto-2 .big li .hover:hover {
  opacity: 1;
}
.auto-page .color-2 .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.sun-page .sun-1 .mbx {
  top: 25px;
  left: 0;
  width: 100%;
}
.sun-page .sun-1 .title {
  top: 43%;
}
.sun-page .sun-2 {
  padding-top: 5%;
}
.sun-page .sun-2 .left {
  width: 49.91%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.sun-page .sun-2 .left img{
  width: 100%;
}
.sun-page .sun-2 .right {
  width: 50.09%;
}
.sun-page .sun-2 .right .con {
  line-height: 1.7;
}
.sun-page .sun-2 .right .more {
  padding: 17px 34px 16px;
}
.sun-page .sun-2 .right .share a {
  margin-right: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sun-page .sun-2 .right .share a:last-child {
  margin-right: 0;
}
.sun-page .sun-2 .right .share a:hover {
  color: var(--color);
}
.sun-page .sun-3 {
  padding: 4.84375% 0 11.6146%;
}
.sun-page .sun-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -17.5px;
}
.sun-page .sun-3 ul li {
  height: auto;
  padding: 17.5px;
  width: 25%;
}
.sun-page .sun-3 ul li .ig {
  height: 100%;
  background-color: #2e2d2d;
  border-radius: 20px;
  border: solid 1px #393939;
  padding: 48px 34px 44px;
}
.sun-page .sun-3 ul li .ig i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  background-color: #575655;
  border-radius: 50%;
}
.sun-page .sun-3 ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 40px;
}
.function-page .function-1 {
  padding: 3.8021% 0 9.1146%;
}
.function-page .function-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.function-page .function-1 ul li .img {
  width: 47.842%;
}
.function-page .function-1 ul li .img img{
  width: 100%;
}
.function-page .function-1 ul li .text {
  width: 52.158%;
  padding-left: 70px;
}
.function-page .function-1 ul li .con {
  max-height: 320px;
  overflow-y: auto;
 
}
.function-page .function-1 ul li .more {
  padding: 17px 34px 16px;
}
.function-page .function-1 ul li .share a {
  margin-right: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.function-page .function-1 ul li .share a:last-child {
  margin-right: 0;
}
.function-page .function-1 ul li .share a:hover {
  color: var(--color);
}
.function-page .function-1 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.function-page .function-1 ul li:nth-child(even) .text {
  padding: 0 70px 0 0;
  text-align: right;
}
.function-page .function-1 ul li:nth-child(even) .text .bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.function-page .function-1 ul li:nth-child(even) .text .bottom .share {
  margin: 0 30px 0 0;
}
.function-page .function-1 ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .about-page .about-2 .box {
    width: 56%;
  }
  .brand-page .brand-1 ul li:first-child .text {
    padding-right: 0;
  }
  .factory-page .factory-3 ul {
    margin: -20px -10px;
  }
  .factory-page .factory-3 ul li {
    padding: 20px 10px;
  }
  .factory-page .factory-3 ul li p {
    font-size: 14px;
  }
  .partner-page .partner-3 .text .con {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .inner-page {
    padding-top: 60px;
  }
  .about-page .about-2 .box {
    width: 66%;
  }
  .about-page .about-3 .left {
    width: 42%;
  }
  .about-page .about-3 .right {
    width: 50%;
  }
  .factory-page .factory-3 ul {
    zoom: .9;
  }
  .factory-page .factory-3 ul li:nth-child(4),
  .factory-page .factory-3 ul li:last-child {
    bottom: -10px;
  }
  .factory-page .factory-3 ul li p {
    height: 70px;
  }
  .product-page .product-2 ul {
    margin: -10px;
  }
  .product-page .product-2 ul li {
    padding: 10px;
  }
  .seo_content .seo_about .right .i-title {
    font-size: 36px;
    width: 100%;
  }
  .seo_content .seo_honor .left {
    padding: 0 30px 0 0;
  }
  .seo_content .seo_honor .left .i-title {
    font-size: 36px;
  }
  .color-page .color-1 .desc ul{
    margin-bottom: -34px;
  }
  .color-page .color-1 .desc ul li{
    margin-bottom: 34px;
  }
  .color-page .color-1 .desc ul li::before{
    top: -6px;
  }
  .color-page .color-2 .list {
    width: 100%;
  }
  .sun-page .sun-3 ul li .ig {
    padding: 24px 17px 22px;
  }
  .function-page .function-1 ul li .text {
    padding-left: 30px;
  }
  .function-page .function-1 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .box .play {
    zoom: .7;
  }
  .about-page .about-1 .box p {
    font-size: 20px;
    margin-top: 12px;
  }
  .about-page .about-2 .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
    position: static;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .brand-page .brand-1 .img {
    width: 100%;
  }
  .brand-page .brand-1 .text {
    width: 100%;
    padding: 30px 0 0 0 !important;
  }
  .brand-page .brand-3 ul li .img,
  .brand-page .brand-3 ul li .text {
    width: 100%;
  }
  .brand-page .brand-3 ul li .text {
    padding: 30px 0 0 0;
  }
  .custom-page .custom-1 .color {
    margin-top: 20px;
  }
  .factory-page .factory-2 .box {
    margin-top: 0;
  }
  .factory-page .factory-2 .left {
    width: 100%;
  }
  .factory-page .factory-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .factory-page .factory-3 {
    padding-bottom: 60px;
  }
  .factory-page .factory-3 ul {
    zoom: .9;
  }
  .factory-page .factory-3 ul li:nth-child(4),
  .factory-page .factory-3 ul li:last-child {
    bottom: -24px;
  }
  .mana-page .mana-1 .title {
    width: 100%;
  }
  .mana-page .mana-1 .con {
    width: 100%;
    margin-top: 20px;
  }
  .mana-page .mana-1 .data {
    padding: 30px 0 0 0;
  }
  .mana-page .mana-2 ul li .text {
    padding-left: 30px;
  }
  .mana-page .mana-2 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .quality-page .quality-2 ul {
    margin: -10px;
  }
  .quality-page .quality-2 ul li {
    padding: 10px;
  }
  .quality-page .quality-2 ul li .text .title {
    font-size: 20px;
  }
  .quality-page .quality-3 .text {
    padding-right: 0;
  }
  .rd-page .rd-2 ul li .img,
  .rd-page .rd-2 ul li .text {
    width: 100%;
  }
  .rd-page .rd-2 ul li .text {
    padding: 30px 0 0 0;
  }
  .rd-page .rd-2 ul li .text .tit {
    font-size: 20px;
  }
  .flex-6 > *,
  .flex-5 > *,
  .flex-4 > * {
    width: 33.3333%;
  }
  .partner-page .partner-3 .img,
  .partner-page .partner-3 .text {
    width: 100%;
  }
  .partner-page .partner-3 .text {
    padding: 20px 0 0 0;
  }
  .partner-page .font-24 {
    font-size: 24px;
  }
  .partner-page .partner-4 .left {
    padding-left: 0;
  }
  .contact-page .partner-4 .title {
    font-size: 30px;
  }
  .contact-page .partner-4 .box {
    padding: 30px 15px;
  }
  .product-page .product-1 .img {
    width: 100%;
    position: static;
  }
  .product-page .product-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-page .product-1 .text h1 {
    font-size: 25px;
  }
  .seo_content .seo_about .left {
    width: 100%;
  }
  .seo_content .seo_about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .color-page .color-1 .color,
  .color-page .color-1 .title {
    position: inherit;
  }
  .color-page .color-1 .title {
    margin-top: 20px;
  }
  .color-page .color-1 .color {
    margin-top: 20px;
    width: 100%;
  }
  .color-page .color-2 .header .con {
    line-height: 2;
  }
  .sun-page .sun-2 .left {
    width: 100%;
    position: static;
  }
  .sun-page .sun-2 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .sun-page .sun-2 .right .tit {
    font-size: 26px;
  }
  .sun-page .sun-2 .right .con {
    line-height: 2;
  }
  .sun-page .sun-3 ul li {
    width: 33.3333%;
  }
  .sun-page .sun-3 ul li .ig .con {
    font-size: 16px;
  }
  .function-page .function-1 ul li .bottom {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .custom-page .custom-2 ul {
    margin: -15px -12px;
  }
  .custom-page .custom-2 ul li {
    padding: 15px 12px;
  }
  .factory-page .factory-1 .i-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .factory-page .factory-2 .left ul li .top .text .num {
    font-size: 36px;
  }
  .factory-page .factory-3 {
    padding-bottom: 30px;
  }
  .factory-page .factory-3 ul li:first-child {
    width: 100%;
  }
  .factory-page .factory-3 ul li:nth-child(odd):not(:first-child) {
    width: 49.433%;
  }
  .factory-page .factory-3 ul li:nth-child(even) {
    width: 50.567%;
  }
  .factory-page .factory-3 ul li:nth-child(4),
  .factory-page .factory-3 ul li:last-child {
    position: initial;
  }
  .factory-page .factory-3 ul li p {
    font-size: 16px;
    height: auto;
  }
  .mana-page .mana-1 .font-36 {
    font-size: 30px;
  }
  .mana-page .mana-1 .font-62 {
    font-size: 36px;
  }
  .mana-page .mana-1 .data ul {
    margin: -10px 0;
  }
  .mana-page .mana-1 .data ul li {
    padding: 10px 0;
  }
  .mana-page .mana-2 ul li .img,
  .mana-page .mana-2 ul li .text {
    width: 100%;
  }
  .mana-page .mana-2 ul li .text {
    padding: 30px 0 0 0 !important;
  }
  .mana-page .mana-2 ul li .text .title {
    font-size: 30px;
  }
  .quality-page .quality-1 .i-title {
    width: 100%;
  }
  .quality-page .quality-1 .con {
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-2 ul li .text {
    padding: 20px 0 0 0;
  }
  .quality-page .quality-3 .img {
    width: 100%;
  }
  .quality-page .quality-3 .text {
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-3 .text .title {
    font-size: 24px;
  }
  .rd-page .rd-1 .title {
    font-size: 30px;
  }
  .rd-page .rd-1 .con {
    margin-top: 20px;
  }
  .rd-page .rd-2 ul {
    margin: -8px -9px;
  }
  .rd-page .rd-2 ul li {
    padding: 8px 9px;
  }
  .partner-page .partner-1 .con {
    width: 100%;
  }
  .partner-page .partner-4 .left,
  .partner-page .partner-4 .right {
    width: 100%;
  }
  .partner-page .partner-4 .right {
    padding: 20px 0 0 0;
  }
  .flex-6 > *,
  .flex-5 > *,
  .flex-4 > * {
    width: 50%;
  }
  .seo_content .seo_honor .left {
    width: 100%;
    padding: 0;
  }
  .seo_content .seo_honor .right {
    width: 100%;
    margin-top: 20px;
  }
  .sun-page .sun-2 .right .bottom {
    margin-top: 20px;
  }
  .sun-page .sun-3 ul li {
    width: 50%;
  }
  .function-page .function-1 ul li .img,
  .function-page .function-1 ul li .text {
    width: 100%;
  }
  .function-page .function-1 ul li .text {
    padding: 20px 0 0 0 !important;
  }
  .function-page .function-1 ul li .text .tit {
    font-size: 24px;
  }
  .function-page .function-1 ul li .text .con {
    line-height: 2;
  }
  .function-page .function-1 ul li:nth-child(even) .text .bottom .share {
    margin-right: 15px;
  }
  .color-page .color-1 .desc .con{
    display: none;
  }
  .color-page .color-1 .desc .ig{
    max-width: 420px;
  }
}
@media (max-width: 500px) {
  .mbx {
    font-size: 14px;
    line-height: 2;
    position: initial;
  }
  .about-page .about-1 .box {
    top: 60%;
  }
  .about-page .about-1 .box .play {
    zoom: .6;
  }
  .about-page .about-1 .box p {
    font-size: 14px;
  }
  .about-page .about-2 .box .con {
    margin-top: 20px;
  }
  .about-page .about-3 .left .item .i-title {
    font-size: 30px;
  }
  .about-page .about-3 .right {
    padding-left: 70px;
  }
  .about-page .about-3 .right .tag ul li a {
    width: 45px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 12px;
  }
  .custom-page .custom-1 .i-title {
    font-size: 30px;
  }
  .factory-page .factory-1 .i-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .factory-page .factory-2 .left ul li .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .factory-2 .left ul li .top .text {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .factory-page .factory-2 .left ul li .top .text .i-title,
  .factory-page .factory-2 .left ul li .top .text .num {
    font-size: 30px;
  }
  .factory-page .factory-3 ul li p {
    font-size: 14px;
  }
  .mana-page .mana-1 .font-36 {
    font-size: 24px;
  }
  .mana-page .mana-1 .font-62 {
    font-size: 30px;
  }
  .mana-page .mana-1 .data ul {
    margin: -10px 0;
  }
  .mana-page .mana-1 .data ul li {
    padding: 10px 0;
    width: 50%;
  }
  .mana-page .mana-2 ul li .text .title {
    font-size: 24px;
  }
  .partner-page .partner-2 ul li .text .title {
    font-size: 20px;
  }
  .flex-6 > *,
  .flex-5 > *,
  .flex-4 > * {
    width: 100%;
  }
  .contact-page .contact-1 ul li .ig .text .title {
    font-size: 20px;
  }
  .contact-page .partner-4 .title {
    font-size: 26px;
  }
  .seo_content .seo_about .right .i-title {
    font-size: 30px;
  }
  .seo_content .seo_honor .left .i-title {
    font-size: 30px;
  }
  .color-page .color-1 .color {
    padding: 0 50px;
  }
  .sun-page .sun-3 ul li {
    width: 100%;
  }
  .sun-page .sun-3 ul li .ig .con {
    margin-top: 20px;
  }
}
.faq-page .left {
  position: sticky;
  top: 110px;
}
.faq-page .right {
  background-color: white;
  padding: 2% 4.5% 4%;
  color: #000;
}
.faq-page .right span.h6 i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid black;
  opacity: .6;
  transition: .5s;
  cursor: pointer;
}
.faq-page .right .text {

  color: #b5afaf;
}
.faq-page .right li {
  border-bottom: 1px solid #efeded;
  transition: .5s
}
.faq-page .right li.active {
  border-bottom-color: transparent;
}
.faq-page .right li.active span.h6 i {
  transform: rotateX(180deg);
  opacity: 1;
}
.inner-page .sidebox .sideleft {
  position: sticky;
  top: 120px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  color: #000;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 2;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  color: #000;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.news-page span.h6 {
  font-weight: 900;
}
.news-page .text {
  line-height: 1.8;
  color: #828181;
}
.news-page a.link {
  line-height: 1;
}
.news-page .news-1 {
  color: white;
}
.news-page .news-1 .des {
  opacity: .74;
}
.news-page .news-1 .left img {
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.news-page .news-1 .right {
  padding: 1% 2.5%;
}
.news-page .news-1 .right time {
  color: #adadad;
  font-weight: 600;
}
.news-page .news-1 .right .text {
  color: #f1f1f1;
}
.news-page .news-2 time {
  color: #adadad;
  font-weight: 600;
}
.newsdet-page .text {
  line-height: 32px;
}
.m-link.font-16.wap-mt.mt-50.wid-60 {
    line-height: 32px;
}
@media (max-width: 1250px){
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .faq-page .left {
    position: static;
  }
  .faq-page .right {
    padding: 3% !important;
  }
}
@media (max-width: 700px) {
  .newsdet-page .sidebox .sideleft{
		display: none;
	}
	.newsdet-page .sidebox .sideright{
		width: 100%;
		padding-right: 0;
	}
}
#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;
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: #fff;
}

.inner-page #box .img{
  height: 544px;
  position: relative;
}
.mana-page #box .img{
  height: 567px;
}
.rd-page #box .img{
  height: 565px;
}
.quality-page #box .img{
  height: 657px;
}
.partner-page #box .img{
  height: 677px;
}
.inner-page #box .img .mask{
  position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    height: 100%;
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    -webkit-transition: width 0.1s ease-out;
    -moz-transition: width 0.1s ease-out;
    transition: width 0.1s ease-out;
}
.inner-page #box .img img{
  width: 100%;
  transform-origin: center center;
}
#cp-Nav .nav ul{
  color: #000;
}
@media screen and (max-width: 760px) {
    #pups_from, #pups_from.hwaq-popup--grand, #pups_from.hwaq-popup--compact {
        width: 80% !important;
    }
}