@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  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-weight: 400;
  font-display: swap;
}
body {
  --color: #fc7114;
  font-family: 'Poppins';
  font-weight: 300;
  max-width: 1920px;
  background: #474747;
  color: #fff;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: #fe8208;
  color: #fff;
  border-radius: 40px;
  padding: 19px 45px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.475s;
  -moz-transition: all 0.475s;
  transition: all 0.475s;
}
.more:hover::after,
.more:focus::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 10;
  position: sticky;
  width: 100%;
  top: 0;
  background: #000;
}
#header .nav .ui.menu .logo{
  border-radius: 0 0 14px 14px;
  background: rgba(255,255,255,0.85);
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.16em;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}*/
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 200px;
  -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 .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .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 .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img,
#header .nav .ui.menu .yuy span img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
/*#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .yuy span{
  color: #000;
}
#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .yuy span img{
  -webkit-filter: none;
  filter: none;
}*/
.i-title {
  font-size: 64px;
  line-height: 1.22;
}
.i-title,
.title {
  font-weight: 400;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
  z-index: 1;
}
#banner ul li video{
  width: 100%;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 860px;
  margin: 0 0 0 auto;
}
#banner ul li .text .box .play {
  width: 4.15em;
  height: 4.15em;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#banner ul li .text .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#banner ul li .text .box .right .title {
  line-height: 1.22;
}
#banner ul li .text .play,
#banner ul li .text .title,
#banner ul li .text .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .play,
#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 .play {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul li::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 10.73%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#480c0c));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #480c0c 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #480c0c 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #480c0c 100%);
}
#banner .swiper-pagination {
  bottom: 40px;
}
#banner .swiper-pagination span {
  opacity: 1;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 12px;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008dd5;
}
.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.7;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
#index-body .slickDots li {
  width: .85em;
  height: .85em;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 0 !important;
  margin: 0 .6em;
  list-style-type: none;
}
#index-body .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-about {
  padding-top: 3.39%;
  border-top: 1px solid var(--color);
}
#index-body .i-about .header {
  width: 77%;
  margin: 0 auto;
}
#index-body .i-about .header .con {
  line-height: 1.7;
}
#index-body .i-about .header .con h1 {
  display: inline;
}
#index-body .i-about .content ul {
  margin: -24px;
}
#index-body .i-about .content ul li {
  padding: 24px;
}
#index-body .i-about .content ul li .ig {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 14px;
  padding: 92px 0 102px;
}
#index-body .i-about .content ul li .ig .text {
  width: 40%;
  margin: 0 92px 0 auto;
}
#index-body .i-about .content ul li .ig .text .con {
  line-height: 1.5;
  margin-top: 5px;
}
#index-body .i-about .content ul li .ig .text .more {
  margin-top: 20px;
  background-color: #ffffff;
  color: #000000;
}
#index-body .i-about .content ul li:nth-child(3) .ig .text,
#index-body .i-about .content ul li:nth-child(4) .ig .text {
  margin: 0 auto 0 119px;
}
#index-body .i-about .content ul li:nth-child(3) .ig .text .more,
#index-body .i-about .content ul li:nth-child(4) .ig .text .more{
  background: var(--color);
  color: #fff;
}
#index-body .i-about .content ul li:nth-child(3) .ig .text .more::after,
#index-body .i-about .content ul li:nth-child(4) .ig .text .more::after{
  background: #fff;
}
#index-body .i-about .content ul li:nth-child(1) .ig .text .more:hover,
#index-body .i-about .content ul li:nth-child(2) .ig .text .more:hover{
  color: #fff;
}
#index-body .i-about .content ul li:nth-child(3) .ig .text .more:hover,
#index-body .i-about .content ul li:nth-child(4) .ig .text .more:hover{
  color: #000;
}
#index-body .i-product {
  padding: 4.271% 0 3.1771%;
}
#index-body .i-product .content ul li .ig {
  background-color: #898a8b;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
#index-body .i-product .content ul li .ig::before{
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc7412), to(#fe8506));
  background-image: -webkit-linear-gradient(#fc7412, #fe8506);
  background-image: -moz-linear-gradient(#fc7412, #fe8506);
  background-image: linear-gradient(#fc7412, #fe8506);
	background-blend-mode: normal, 
		normal;
	border-radius: 15px;
   -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 53px;
  background: var(--color);
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig:hover::before{
   -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-product .content ul li .ig:hover::after{
  background: rgba(72,12,12,0.6);
}
#index-body .i-product .content ul li .ig .text .con {
  line-height: 1.5;
}
#index-body .i-product .content ul li .ig .text .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#index-body .i-product .content ul li .ig .text .title{
  display: block;
  height: 112px;
  overflow-y: auto;
}
#index-body .i-product .content ul li .ig .more {
  position: absolute;
  top: 32px;
  right: 36px;
  font-size: 14px;
  padding: 7px 17px 6px 18px;
}
#index-body .i-product .content ul li .ig:hover .more{
  background: #fff;
  color: #000;
}
#index-body .i-industries {
  background: url(../images/industries-bg.jpg) no-repeat left;
  background-size: cover;
  padding: 6.3542% 0 4.271% 0;
}
#index-body .i-industries .box {
  width: 46.375%;
  margin: 0 0 0 auto;
}
#index-body .i-industries .box .bottom ul {
  margin-bottom: -49px;
}
#index-body .i-industries .box .bottom ul li {
  padding-bottom: 49px;
}
#index-body .i-industries .box .bottom ul li i {
  display: block;
  width: 138px;
  height: 125px;
  text-align: right;
  z-index: 1;
  padding-bottom: 35px;
}
#index-body .i-industries .box .bottom ul li i .i1 {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-industries .box .bottom ul li i .i2 {
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-industries .box .bottom ul li .title {
  line-height: 1.1;
  width: 86%;
}
#index-body .i-industries .box .bottom ul li:hover i .i2 {
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  transform: rotateX(45deg);
}
#index-body .i-news {
  padding: 2.76% 0 6.2%;
}
#index-body .i-news ul li .ig {
  background-image: -webkit-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -webkit-linear-gradient(#898a8b, #898a8b);
  background-image: -moz-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -moz-linear-gradient(#898a8b, #898a8b);
  background-image: linear-gradient(13deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), linear-gradient(#898a8b, #898a8b);
  border-radius: 0px 0px 68px 0px;
  padding: 36px 47px 50px 82px;
}
#index-body .i-news ul li .ig:hover{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#480c0c), to(#070205)), -webkit-gradient(linear, left top, left bottom, from(#898a8b), to(#898a8b));
  background-image: -webkit-linear-gradient(bottom, #480c0c 0%, #070205 100%), -webkit-linear-gradient(#898a8b, #898a8b);
  background-image: -moz-linear-gradient(bottom, #480c0c 0%, #070205 100%), -moz-linear-gradient(#898a8b, #898a8b);
  background-image: linear-gradient(0deg, #480c0c 0%, #070205 100%), linear-gradient(#898a8b, #898a8b);
}
#index-body .i-news ul li .ig i {
  left: 0;
  top: 30px;
  width: 71px;
  height: 59px;
  background-color: #fff;
  border-radius: 0px 0px 21px 0px;
}
#index-body .i-news ul li .ig i img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-news ul li .ig:hover i{
  background-image: -webkit-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(13deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), linear-gradient(#ffffff, #ffffff);
}
#index-body .i-news ul li .ig:hover i img{
  -webkit-filter: none;
  filter: none;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}
#footer .tit {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 6px;
}
#footer ul li {
  font-size: 18px;
  line-height: 1.6;
}
#footer ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer ul li a:hover {
  color: var(--color);
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-header {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
#footer .f-header .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-header .share a:last-child {
  margin-right: 0;
}
#footer .f-header .f-add {
  width: 22%;
}
#footer .f-content .tit {
  margin-bottom: 13px;
}
#footer .f-content .f-code .tit {
  margin-bottom: 12px;
}
#footer .f-content .f-code img {
  width: 109px;
}
#footer .f-content .f-code #ewm {
  width: 109px;
  border: 6px solid #fff;
  border-radius: 10px;
}
#footer .f-content .f-form {
  width: 22%;
}
#footer .f-content .f-form form ul {
  margin: -8px -4px;
}
#footer .f-content .f-form form ul li {
  padding: 8px 4px;
}
#footer .f-content .f-form form ul li input,
#footer .f-content .f-form form ul li textarea {
  width: 100%;
  border: 0;
  background: #fff;
  height: 52px;
  font-size: 18px;
  padding: 0 13px;
}
#footer .f-content .f-form form ul li input::-webkit-input-placeholder, #footer .f-content .f-form form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
#footer .f-content .f-form form ul li input:-moz-placeholder, #footer .f-content .f-form form ul li textarea:-moz-placeholder {
  color: #000;
}
#footer .f-content .f-form form ul li input::-moz-placeholder, #footer .f-content .f-form form ul li textarea::-moz-placeholder {
  color: #000;
}
#footer .f-content .f-form form ul li input:-ms-input-placeholder, #footer .f-content .f-form form ul li textarea:-ms-input-placeholder {
  color: #000;
}
#footer .f-content .f-form form ul li input::placeholder,
#footer .f-content .f-form form ul li textarea::placeholder {
  color: #000;
}
#footer .f-content .f-form form ul li textarea {
  height: 92px;
  padding-top: 11px;
}
#footer .f-content .f-form form ul li button {
  border: 0;
  padding: 17px 21px 16px 20px;
  margin-top: 6px;
}
#footer .f-copy {
  font-size: 18px;
  line-height: 1.7;
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 76%;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  font-weight: 300;
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2em;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 1.6em;
  }
  #index-body .i-about .content ul li .ig {
    padding: 46px 0 51px;
  }
  #index-body .i-about .content ul li .ig .text {
    width: 42%;
    margin: 0 46px 0 auto;
  }
  #index-body .i-about .content ul li:nth-child(3) .ig .text,
  #index-body .i-about .content ul li:nth-child(4) .ig .text {
    margin: 0 auto 0 70px;
  }
  .i-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text .box {
    max-width: 720px;
  }
  #index-body .i-about .content ul li .ig .text {
    width: 52%;
  }
  #index-body .i-about .content ul li:nth-child(3) .ig .text,
  #index-body .i-about .content ul li:nth-child(4) .ig .text {
    margin: 0 auto 0 40px;
  }
  .i-title {
    font-size: 46px;
  }
  #footer ul li {
    font-size: 16px;
  }
  #footer .f-content .f-form form ul li {
    width: 100%;
  }
  #footer .f-content .f-form form ul li input {
    height: 40px;
  }
  #footer .f-content .f-form form ul li input,
  #footer .f-content .f-form form ul li textarea {
    font-size: 16px;
  }
  #footer .f-copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box {
    max-width: 600px;
  }
  #banner .swiper-pagination {
    bottom: 10px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-28,
  .font-30 {
    font-size: 24px;
  }
  #index-body .i-about .header {
    width: 86%;
  }
  #index-body .i-about .content ul {
    margin: -12px;
  }
  #index-body .i-about .content ul li {
    padding: 12px;
  }
  #index-body .i-about .content ul li .ig {
    padding: 23px 0 26px;
  }
  #index-body .i-about .content ul li .ig .text {
    width: 60%;
    margin: 0 15px 0 auto;
  }
  #index-body .i-about .content ul li .ig .text p {
    font-size: 14px;
  }
  #index-body .i-about .content ul li:nth-child(3) .ig .text,
  #index-body .i-about .content ul li:nth-child(4) .ig .text {
    margin: 0 auto 0 15px;
  }
  #index-body .i-industries .box {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .i-news ul li .ig {
    padding-right: 20px;
  }
  #footer .f-header .f-add {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .f-code,
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-copy {
    position: initial;
    margin-top: 20px;
    width: 100%;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 700px) {
  .more {
    padding: 10px 23px;
  }
  #banner ul li .text .box {
    max-width: 420px;
  }
  #banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-24 {
    font-size: 20px;
  }
  #index-body .i-about .header {
    width: 100%;
  }
  #index-body .i-about .content ul li {
    width: 100%;
  }
  #index-body .i-industries {
    z-index: 1;
    position: relative;
  }
  #index-body .i-industries::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  #index-body .i-industries .bottom {
    zoom: .9;
  }
  #footer .f-header .f-tel {
    margin-top: 20px;
  }
  #footer .f-header .f-add {
    width: 36%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .box .play {
    display: none;
  }
  #banner ul li .box .right {
    margin-left: 0;
  }
  #banner ul li .box .title {
    font-size: 20px;
  }
  #banner .swiper-pagination {
    bottom: 6px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-28 {
    font-size: 20px;
  }
  #index-body .i-about .header .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-industries .bottom ul li {
    width: 50%;
  }
  #index-body .i-news ul li .ig .con {
    font-size: 14px;
    line-height: 2;
  }
  #footer .tit {
    font-size: 20px;
  }
  #footer ul li {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-header .f-left {
    margin-bottom: 20px;
  }
  #footer .f-header .f-mail,
  #footer .f-header .f-tel {
    width: 50%;
  }
  #footer .f-header .f-tel {
    margin-top: 0;
  }
  #footer .f-header .f-add {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-copy svg {
    max-height: 22px;
  }
}
.inner-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: -70px;
  z-index: 1;
}
.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}
.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}
.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}
.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}
.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}
.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}
.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);
}
.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);
}
.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);
}
.inner-banner .inner-text {
  padding-top: 209px;
  padding-bottom: 162px;
}
.inner-banner .inner-banner-title {
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.inner-banner .mbx {
  margin-top: 12px;
  color: #fff;
}
.inner-page{
  background-color: #474747;
  border-radius: 80px 80px 0 0;
  position: relative;
  z-index: 2;
}
.about-page{
  padding-top: 6.25%;
}
.about-page .about-1 .left {
  width: 520px;
}
.about-page .about-1 .left .img{
  position: relative;
}
@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.about-page .about-1 .left .img .img-t{
  position: absolute;
  left: 43%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.about-page .about-1 .left .img .img-b{
  animation: img_rotate2 20s linear infinite;
}
.about-page .about-1 .right {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
  padding-left: 50px;
}
.about-page .about-1 .right h4 {
  font-weight: 400;
}
.about-page .about-1 .right .con {
  line-height: 30px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}
.about-page .about-1 .about-play {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-page .about-1 .about-play img{
  width: 100%;
}
.about-page .about-1 .about-play .ui.container {
  z-index: 2;
}
.about-page .about-1 .about-play::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-1 .about-play .play {
  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%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
}
.about-page .about-1 .about-play .play span {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.inner-title p {
  font-size: 16px;
  color: #fe8208;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.inner-title h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
#index-body .about{
  padding: 5.21% 0 6.25%;
}
#index-body .about .bottom 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: 0 -35px;
}
#index-body .about .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
  width: 25%;
}
#index-body .about .bottom ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid rgba(169, 169, 170, 0.6);
}
#index-body .about .bottom ul li .box .text {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 20px;
}
#index-body .about .bottom ul li .box .text h4 {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
#index-body .about .bottom ul li .box .text h4 span {
  font-size: 18px;
  font-weight: 400;
  color: var(--color);
  position: absolute;
  right: 0;
  top: 5px;
}
#index-body .about .bottom ul li .box .text p {
  font-size: 16px;
  opacity: 0.6;
}
#index-body .about .about-play {
  background-color: #1c1c1c;
  max-width: 1555px;
  width: 82%;
  height: 505px;
  margin-top: 100px;
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
#index-body .about .about-play .left {
  width: 58.7%;
  height: 100%;
}
#index-body .about .about-play .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-play .right {
  width: 41.3%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
#index-body .about .about-play .right .box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-play .right .box h4 {
  font-weight: 400;
  font-size: 58px;
  color: white;
  opacity: 0.6;
  line-height: 1.3;
  white-space: nowrap;
}
#index-body .about .about-play .right .box h4:last-child {
  opacity: 1;
}
#index-body .about .about-play .right .img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.about-page .init-5 {
    padding: 80px 0 80px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff
}
.about-page .init-5 .container .sub_img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 910px
}
.about-page .init-5 .container .tips {
    font-weight: 400;
    position: relative;
    z-index: 2
}
.about-page .init-5 .container .list_cont {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 80px
}
.about-page .init-5 .container .list_cont .slick1 li .box {
    position: relative;
    padding: 0 40px
}
.about-page .init-5 .container .list_cont .slick1 li .box .year {
    font-weight: 700
}
.about-page .init-5 .container .list_cont .slick1 li .box .img {
    position: absolute;
    top: 100px;
    left: 0;
    height: 171px;
}
.about-page .init-5 .container .list_cont .slick1 li .box .cont {
    position: relative
}
.about-page .init-5 .container .list_cont .slick1 li .box .cont .title {
    font-weight: 400;
    margin-top: 10px;
    font-size: 30px;
}
.about-page .init-5 .container .list_cont .slick1 li .box .cont .des {
    margin-top: 40px;
    padding-right: 2px;
    overflow-y: auto;
    height: 255px;
    transition: all .5s
}
.about-page .init-5 .container .list_cont .slick1 li .box:hover .cont .des {
    opacity: 1
}
.about-page .about-3 {
  background-color: #606060;
  padding: 7% 0;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255,255,255,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 35px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
  border-radius: 15px;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  min-height: 70px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
  height: 150px;
  overflow-y: auto;
}
.about-page .about-3 .content ul li .box:hover {
  background: #fe8208;
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 110px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
  border-radius: 15px;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.sus-page{
  padding-top: 4%;
}
.sus-page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.sus-page .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 80px;
}
.sus-page .init-1 .container ul li:nth-child(even) .box{
  -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;
}
.sus-page .init-1 .container ul li:nth-child(even) .left{
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
}
.sus-page .init-1 .container ul li .box .left .title {
  font-weight: 400;
  display: block;
}
.sus-page .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}
.sus-page .init-1 .container ul li .box .left .des {
  margin-top: 20px;
  font-weight: 500;
  overflow-y: auto;
  max-height: 250px;
  line-height: 32px;
}
.sus-page .init-1 .container ul li .box .left .des ul li{
  list-style-type: disc;
  list-style-position: inside;
}
.sus-page .init-1 .container ul li .box .left .more{
  margin-top: 30px;
}
.sus-page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}
.sus-page .init-1 .container ul li .box .right img {
  width: auto;
  border-radius: 15px;
}
.sus-page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
.about-page .about-5{
  background: #615e5e;
}
.m-page{
  margin-top: 40px;
  text-align: center;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #afafaf;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: #fe8208;
  color: #fff;
  border: 1px solid #fe8208;
}
.m-page .wp-pagenavi .current {
  background-color: #fe8208;
  border: 1px solid #fe8208;
  color: #fff;
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 400;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fd800a;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title {
    text-align: center;
    margin-top: 16px;
    color: #fff;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
    border-radius: 15px;
}
.case-page .init-2 .container ul li .box .img{
   border: 1px solid #fe8208;
   height: 675px;
       background: #fff;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}
.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}
.inspiration-page{
  padding: 3% 0;
}
.inspiration-page .inspiration-1 .inner-title p {
  font-size: 24px;
}
.inspiration-page .inspiration-1 .inspiration-nav {
  margin-top: 70px;
}
.inspiration-page .inspiration-1 .inspiration-nav ul {
  margin: 50px -35px 0;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li {
  padding: 0 35px;
  width: 25%;
  cursor: pointer;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li:hover a,
.inspiration-page .inspiration-1 .inspiration-nav ul li.active a {
  color: var(--color);
}
.inspiration-page .inspiration-1 .inspiration-nav ul li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-family: 'Montserrat-Bold';
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inspiration-page .inspiration-1 .box {
  margin-top: 20px;
}
.inspiration-page .inspiration-1 .box ul {
  margin: -10px -15px;
}
.inspiration-page .inspiration-1 .box ul li {
  padding: 10px 15px;
}
.inspiration-page .inspiration-1 .box ul li img{
  border-radius: 15px;
}
.sus-page .about-5{
  background: #505050;
}
.sus-page .form{
  width: 60%;
  margin: 0 0 0 auto;
}
.sus-page .form ul{
  margin: -15px;
}
.sus-page .form ul li{
   padding: 15px;
}
.sus-page .form ul li input,
.sus-page .form ul li textarea{
   padding: 15px;
   border: #ccc solid 1px;
   width: 100%;
   font-size: 16px;
}
.sus-page .form ul li .more{
  padding: 14px 30px;
}
ul.video{
  margin: -15px;
}
ul.video li{
  padding: 15px;
}
.news-page ul{
  margin: -21px;
}
.news-page ul li{
  padding: 21px;
}
.newdet-page {
    padding: 0 0 6%;
}
.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    /*background: #fff;*/
    margin: 0 auto;
    text-align: center;
}
.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}
.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
   margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}
.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}
.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}
.newdet-page .content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
 .newdet-page .content p {
    font-size: 16px!important;
    color: #fff!important;
    line-height: 2!important;
    height: auto!important;
}
 .newdet-page .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
 .newdet-page .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
 .newdet-page .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #003ca0 ;
}
 .newdet-page .content ol li, .newdet-page .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .share {
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
}
.newdet-page .share .icon a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--color);
    color: #fff;
}
.newdet-page .share .icon a:first-child {
    margin-left: 0;
}
.newdet-page .share .icon a:hover {
    margin-top: -3px;
}
.newdet-page .m-link{
  width: 70%;
}
.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child{
  text-align: left;
}
.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}
.newdet-page .m-link a:last-child {
    text-align: right;
}
.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}
.newdet-page .m-link a:hover {
    color: #000;
}
.newdet-page #index-body .i-product .content ul li .ig,
.project-page #index-body .i-product .content ul li .ig{
  color: #fff;
}
.newdet-page #index-body .i-product .content ul li .ig .title,
.project-page #index-body .i-product .content ul li .ig .title{
  min-height: 62px;
}
@media (max-width: 1440px) {
  .inner-banner .inner-banner-title {
    font-size: 55px;
  }
  #index-body .about .about-play {
    height: 380px;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (max-width: 1680px) {
  .case-page .init-2 .container ul li .box .img{
    height: 560px;
  }
}
@media (max-width: 1450px) {
  .case-page .init-2 .container ul li .box .img{
    height: 520px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .inner-banner-title {
    font-size: 45px;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
  .about-page .about-3{
    margin-top: -60px;
  }
  .case-page .init-2 .container ul li .box .img{
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .inner-banner .inner-banner-title {
    font-size: 35px;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .about-page .about-1 .left .i-title {
    margin-bottom: 60px;
  }
  #index-body .about .about-play {
    height: 280px;
    width: 88%;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 28px;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 18px;
  }
  .about-page .init-5 {
    text-align: center;
  }
  .about-page .init-5 .container .sub_img {
    display: none;
  }
  .about-page .init-5 .container .list_cont .slick1 li .box {
    padding: 0 10px;
  }
  .about-page .init-5 .container .list_cont .slick1 li .box .cont {
    height: auto;
  }
  .about-page .init-5 .container .list_cont .slick1 li .box .cont .des {
    opacity: 1;
    height: 100px;
  }
  .about-page .init-5 .container .list_cont .slick1 li .box .img {
    display: none;
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .sus-page .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .sus-page .init-1 .container ul li .box .right {
    margin-top: 20px;
  }
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
  .flex-4 > *,
  .flex-5 > * {
    width: 33.3333%;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 50%;
    margin: 15px 0;
  }
  .inspiration-page .inspiration-1 .inner-title h3 {
    font-size: 30px;
  }
  .sus-page .form{
    width: 100%;
  }
  .newdet-page {
        padding: 60px 0;
    }
    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
    .case-page .init-2 .container ul li .box .img{
    height: 260px;
  }
}
@media (max-width: 700px) {
  .inner-banner .inner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .inner-banner .inner-banner-title {
    font-size: 25px;
  }
   .about-page .about-1 .about-play .play {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
   #index-body .about .bottom ul {
    margin: 0 -10px;
  }
  #index-body .about .bottom ul li {
    padding: 0 10px;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 10px;
  }
  #index-body .about .about-play {
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .flex-3 > *,
  .flex-4 > *,
  .flex-5 > * {
    width: 50%;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul li a {
    font-size: 18px;
  }
  .inspiration-page .inspiration-1 .inner-title h3 {
    font-size: 24px;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 100%;
  }
  .sus-page .form ul{
    margin: -7px;
  }
  .sus-page .form ul li{
    padding: 7px;
  }
  .newdet-page {
        padding: 30px 0;
    }
    .newdet-page .header {
        padding: 30px 20px;
    }
    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }
    .newdet-page .content {
        margin-top: 20px;
    }
    .newdet-page .share {
        margin: 20px auto 0;
    }
    .newdet-page .m-link{
        font-size: 16px;
    }

}
@media (max-width: 500px) {
  .inner-banner .inner-banner-title {
    font-size: 20px;
    line-height: 1.5;
  }
   #index-body .about .bottom ul li {
    width: 100%;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 35px;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .sus-page .init-1 .container ul li .box .right img{
    max-width: 400px !important;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > *,
  .flex-5 > * {
    width: 100%;
  }
  .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
    }
    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }
    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }
    .case-page .init-2 .container ul li .box .img{
    height: auto;
  }
}
.contact-page {
    padding-top: 120px;
}

.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.contact-page .contact-1 .right .title {
    line-height: 1.2;
    color: #ff7d0b;
}

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

.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
        color: #fe8208;
}

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

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

.contact-page .contact-2 {
    padding-top: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }

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

    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
table tr:nth-child(even){ 
    background: #626262;
}
.product-page {
    padding: 100px 0 100px 0;
    min-height: 80vh;
}

.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}
.product-page .pro-box .product-right #index-body .i-product{
  padding: 0;
}
.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}
.seoPublic .Auxil-about .box .right .text{
  color: #fff;
}
.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

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

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right .text .title{
  height: 112px;
  overflow-y: auto;
  display: block;
}
.product-page .pro-box .product-right .text h1 {
    font-size: 30px;

    margin-bottom: 10px;
}

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

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

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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

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

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

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

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

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

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }

    .product-page {
        padding: 60px 0 60px 0;
    }
}

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

@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

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

    .product-page {
        padding: 30px 0 30px 0;
    }
}


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

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

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

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

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

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

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

.pro-box .pro-left .menus>li .menu-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-image: -webkit-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: -moz-linear-gradient(77deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), -moz-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(13deg, #ff8903 0%, #fe7d0c 50%, #fc7114 100%), linear-gradient(#ffffff, #ffffff);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

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

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

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    transition: all 0.5s;
}

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

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

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



.prodet-page {
    padding: 50px 0;
}

.prodet-page .prodet-right {
    /*width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;*/
    width: 100%;
    padding: 0 80px;
}

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

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

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

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

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

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

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

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

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

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

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

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

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

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

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

}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

.prodet-page .prodet-right .prodet-content .det form {
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

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

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

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

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

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

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}

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

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

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

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

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

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

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

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

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

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

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

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

}


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

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

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

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

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

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

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

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

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

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

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}
.sus-page .init-1 .container ul li .box{
  border: none !important;
  padding: 0;
}
.sus-page #index-body .i-about{
  padding-top: 0;
  border-top: 0;
}
.faq-page .list dl dd a{
  display: block;
  padding: 1em;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list dl dd a:hover,
.faq-page .list dl dd a.active{
  background: var(--color);
}
.faq-page .ui.container 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #939393;
  border-radius: 15px;
  padding: 30px 35px;
}
.prodet-page .about-page .about-5{
  background: transparent;
  padding: 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;
}
.gallery-page1 .img-box video{
  width: 100%;
}
#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 9;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e1e;
    opacity: .9;
}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: var(--color);
}

#mask .container {
  width: 1100px
}
#mask .pro-img {vertical-align: middle}
#mask .rig {vertical-align: middle;padding-left: 2%}
#mask .rig h4 {
    font-size: 24px;
  font-family: BasicSans;
  font-weight: bold;
  text-transform: uppercase;
  color: #79bf38
}

#mask .sidebar-box {margin-top: 20%}

#mask .rig .conaa {
  margin: 30px 0;
  font-size: 20px;
  color: #fff
}
#mask .pro-img img {
  max-width: 530px;
}

#mask .rig .pro-gally .list ul li img {
  max-width: 240px
}
#mask .rig .pro-gally .list ul {max-width: 550px!important;}

@media screen and (max-width:1100px){
  #mask .sidebar-box {
    margin-top: 10%
  }
  #mask .pro-img,#mask .rig {width: 100%;text-align: center}
  #mask .pro-img img {max-width: 380px;}
  #mask .rig {padding: 0;margin-top: 20px}
  
}
@media screen and (max-width:768px){
  #mask .rig .conaa {
    margin: 15px 0px;
  }
}
@media screen and (max-width:520px){
    #mask .pro-img img {max-width: 310px;}
      #mask .sidebar-box {
    margin-top: 18%
  }
}
#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 11;
  display: none;
}
#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e1e1e;
  opacity: .9;
}
#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#mask .mask-inner .prodet-page {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 10%;
  right: 10%;
  display: none;
}
#mask .mask-inner .item .mask-bag {
  width: 100%;
  height: 100%;


}
#mask .mask-inner .item .mask-left {
  width: 40%;
  padding: 30px;
}
#mask .mask-inner .item .mask-left .gallery {margin-top: 25px}
#mask .mask-inner .item .mask-left .gallery ul {
  margin: 0 -10px
}
#mask .mask-inner .item .mask-left .gallery ul li {
  padding: 0 10px
}
#mask .mask-inner .item .mask-left .slick-arrow {
  display: none!important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 30px;
  z-index: 1;
  border: none;
  color: black;
  background: #fff;
  font-family: initial;
}
#mask .mask-inner .item .mask-left .slick-arrow.slick-prev {
  left: 0;
}
#mask .mask-inner .item .mask-left .slick-arrow.slick-next {
  right: 0;
}
#mask .mask-inner .item .mask-right {
  width: 60%;
  padding: 30px;
}

#mask .mask-inner .item .mask-right span.asd {
  display: block;
  font-size: 22px;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
}

#mask .mask-inner .item .mask-right h3 span.asd {
font-size: 22px!important;
  color: #fff!important
}
#mask .mask-inner .item .mask-right h3 span.asd2 {
  display: inline-block;
  padding-right: 15px
}

#mask .mask-inner .item .mask-right h2 {
  height: 100px;
  overflow: auto
}

#mask .mask-inner .item .mask-right h2,#mask .mask-inner .item .mask-right h3 {
    color: #fff;
    font-size: 22px
}
#mask .mask-inner .item .mask-right h3 div,
#mask .mask-inner .item .mask-right h3 span,
#mask .mask-inner .item .mask-right h3 p {
  font-size: 22px!important;
  color: #fff!important
}
#mask .mask-inner .item .mask-right .mask-text {
  font-size: 22px;
  color: #fff
}
#mask .mask-inner .item .mask-right .box2 a.accz {
 line-height: 5.4rem;
  height: 5.4rem;
  padding: 0 2rem;
  border-radius: 2.7rem;
  background: #6ac335;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#mask .mask-inner .item .mask-right .box2>a.accz img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: auto;
  border: none;
  margin-top: -.4rem;
}
#mask .mask-inner .item .mask-right .box2  ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
#mask .mask-inner .item .mask-right .box2 ul li {
  width: auto;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
  transition: .5s;
}
#mask .mask-inner .item .mask-right .box2 ul li:hover {
  color: #6ac335;
}
#mask .mask-inner .item .mask-right table {
   border: 1px solid #fff;
   height: 340px!important;
   overflow: auto;
   margin-top: 20px;
}

#mask .mask-inner .item .mask-right table tr td {
border: 1px solid #fff;
}
#mask .mask-inner .item .mask-right table tr td span,
#mask .mask-inner .item .mask-right table tr td div,
#mask .mask-inner .item .mask-right table tr td p {
  font-size: 22px!important;
  color: #fff!important
}

#mask .mask-inner .item .mask-right table tbody{
    min-width: auto;
}


@media screen and (max-width: 1000px) {
    #mask .mask-inner .item .mask-left{
        width: 100%;
        padding: 15px;
    }
#mask .mask-inner .item .mask-right h3 {
  margin-top: 0!important
}
    #mask .mask-inner .item .mask-right{
        width: 100%;
        padding: 15px;
    }
    #mask .mask-inner .item .mask-bag{
        display: block;
        overflow-y: auto;
    }
}
.seoPublic .Auxil-honor{
  background: #5a5a5a;
}
.seoPublic .container > .title{
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: .5em !important;
}
.seoPublic #index-body .i-news{
  padding-bottom: 0;
}
.faq-page .init-1 ul{
  border-bottom: 1px solid #d2d2d2;
}
.faq-page .init-1 ul li a{
  padding: 8px;
  display: block;
  position: relative;
  font-weight: 400;
}
.faq-page .init-1 ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.faq-page .init-1 ul li a.active::before, 
.faq-page .init-1 ul li a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
@media (max-width: 1450px) {
  .seoPublic .container > .title{
    font-size: 40px;
    line-height: 1.2
  }
}
@media (max-width: 1000px) {
  .seoPublic .container > .title{
    font-size: 30px;
    line-height: 1.2
  }
  .Auxil-industry{
    display: none;
  }
}