@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  --color: #d2292c;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Rany';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 192px;
  height: 47px;
  text-align: center;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #141414;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
  -webkit-transition: width 1000ms;
  -moz-transition: width 1000ms;
  transition: width 1000ms;
}
.more:hover::after {
  width: 250%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .logo .i2{
  display: none;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 2.65em;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 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;
  color: #ffffff;
}
#header .nav .menu-box ul.menu > li:last-child:hover,
#header .nav .menu-box ul.menu > li:last-child.active {
  color: var(--color);
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #141414;
  color: #fff;
  padding: 14px 28px 13px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg i {
  margin-left: 11px;
}
#header .nav .msg::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
  -webkit-transition: width 1000ms;
  -moz-transition: width 1000ms;
  transition: width 1000ms;
}
#header .nav .msg:hover::after {
  width: 250%;
}
#header.inner{
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
}
#header.active {
  background: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
#header.active .nav .logo .i1,
#header.inner .nav .logo .i1{
  display: none;
}
#header.active .nav .logo .i2,
#header.inner .nav .logo .i2{
  display: block;
}
#header.inner .nav .h-search img,
#header.inner .nav .yuy img,
#header.active .nav .h-search img,
#header.active .nav .yuy img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.inner .nav .menu-box ul.menu > li,
#header.active .nav .menu-box ul.menu > li {
  color: #000;
}
#header.inner .nav .menu-box ul.menu > li:hover,
#header.inner .nav .menu-box ul.menu > li.active,
#header.active .nav .menu-box ul.menu > li:hover,
#header.active .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 993px;
  text-align: center;
  margin-left:312px;
  margin-bottom:490px;
}
#banner ul li .text .title {
  line-height: 1.25;
}
#banner ul li .text .title em {
  display: block;
}
#banner ul li .text .con {
  width: 82%;
}
#banner ul li .text .info {
  font-style: italic;
}
#banner ul li .text .info dl dd i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color);
}
#banner .dots {
  bottom: 51px;
  left: 0;
  width: 100%;
  padding-left: 7.8125%;
}
#banner .dots li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-right: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li button {
  background: transparent;
  border: 0;
}
#banner .dots li::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li:last-child {
  margin-right: 0;
}
#banner .dots li.slick-active {
  font-size: 20px;
  font-weight: bold;
}
#banner .dots li.slick-active::before {
  width: 52px;
  margin-right: 13px;
}
.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-weight: bold;
}
.i-tag {
  font-size: 18px;
  display: block;
  color: var(--color);
  font-weight: 500;
}
.i-title {
  font-size: 60px;
  line-height: 1.2;
  color: #141414;
}
.fw-500 {
  font-weight: 500;
}
#index-body .i-about .img {
  width: 59.57%;
}
#index-body .i-about .text {
  width: 40.43%;
}
#index-body .i-about .text .con {
  color: #575757;
}
#index-body .i-about .text .con h1 {
  display: inline;
}
#index-body .i-advantage {
  background-color: #f5f5f5;
  color: #fff;
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .title {
  font-size: 10em;
  line-height: 1;
  color: #141414; 
}
#index-body .i-advantage .content {
  margin-top: -1.9%;
}
#index-body .i-advantage ul {
  margin-bottom: -43px;
}
#index-body .i-advantage ul li {
  position: relative;
  margin-bottom: 43px;
}
#index-body .i-advantage ul li .ig {
  max-width: 515px;
  border-radius: 5px;
}
#index-body .i-advantage ul li .ig .tit{
  color: #141414;
}
#index-body .i-advantage ul li .ig p {
  color: #575c61;
}
/*#index-body .i-advantage ul li:nth-child(odd) {
  z-index: 2;
}*/
#index-body .i-advantage ul li:nth-child(even) .ig {
  margin: 0 0 0 auto;
}
#index-body .i-advantage ul li.active .ig{
  background: #ffffff;
}
#index-body .i-advantage .img {
  top: 20%;
  left: 51%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45.56%;
}
#index-body .i-advantage .bg ul li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .i-advantage .bg ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-advantage .bg ul li::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247,248,243,.6);
}
#index-body .i-advantage .bg ul li.active{
  opacity: 1;
}
#index-body .i-category .top ul li {
  border-radius: 5px;
  border: solid 1px #cbcbcb;
}
#index-body .i-category .top ul li .text {
  width: 48.584%;
}
#index-body .i-category .top ul li .text .con {
  color: #575757;
}
#index-body .i-category .top ul li .img-box {
  width: 44.438%;
}
#index-body .i-category .top .arrow {
  bottom: 56px;
  left: 16.73%;
}
#index-body .i-category .top .arrow a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: solid 1px #575757;
  font-size: 30px;
  color: var(--color);
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .top .arrow a:hover {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#index-body .i-category .bottom ul li .img-box {
  border-radius: 5px;
  border: solid 1px #cbcbcb;
}
#index-body .i-category .bottom ul li:hover .img-box {
  border-color: var(--color);
}
#index-body .i-category .bottom ul li:hover .tit {
  color: var(--color);
}
#index-body .i-category .bottom .item {
  display: none;
}
#index-body .i-category .bottom .item.active {
  display: block;
}
#index-body .i-app {
  color: #fff;
}
#index-body .i-app .img ul li {
  position: relative;
}
#index-body .i-app .img ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.4);
}
#index-body .i-app .text {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6.09375%;
  z-index: 1;
}
#index-body .i-app .text ul {
  max-width: 762px;
}
#index-body .i-app .text ul li .i-title {
  color: #fff;
}
#index-body .i-app .text ul li .more::after {
  background: #fff;
}
#index-body .i-app .text ul li .more:hover {
  color: var(--color);
}
#index-body .i-app .bottom {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 6.823%;
}
#index-body .i-app .bottom .box {
  max-width: 919px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
#index-body .i-app .bottom .box ul li .img-box {
  border-radius: 5px;
  z-index: 1;
}
#index-body .i-app .bottom .box ul li .img-box img {
  height: 203px;
  border-radius: 5px;
}
#index-body .i-app .bottom .box ul li .img-box .desc {
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .bottom .box ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 38, 65, 0.8);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .bottom .box ul .slick-current li .img-box {
  border: 3px solid #fff;
}
#index-body .i-app .bottom .box ul .slick-current li .img-box .desc {
  opacity: 1;
}
#index-body .i-app .bottom .box ul .slick-current li .img-box::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-app .dots {
  z-index: 2;
  top: 50%;
  right: 7.8125%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-app .dots li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 26px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .dots li button {
  background: transparent;
  border: 0;
}
#index-body .i-app .dots li::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .dots li:last-child {
  margin-bottom: 0;
}
#index-body .i-app .dots li.slick-active {
  font-size: 20px;
  font-weight: bold;
}
#index-body .i-app .dots li.slick-active::before {
  width: 52px;
  margin-right: 13px;
}
#index-body .i-init {
  background-color: #f5f5f5;
}
#index-body .i-init .faq {
  width: 67.037%;
  background: #fff;
  border-radius: 5px;
}
#index-body .i-init .faq ul li {
  border-bottom: 1px solid #cbcbcb;
}
#index-body .i-init .faq ul li .con {
  line-height: 1.3;
}
#index-body .i-init .faq ul li .con em {
  color: #205a84;
}
#index-body .i-init .news {
  width: 31.852%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#215b86), to(#052641));
  background-image: -webkit-linear-gradient(bottom, #215b86 0%, #052641 100%);
  background-image: -moz-linear-gradient(bottom, #215b86 0%, #052641 100%);
  background-image: linear-gradient(0deg, #215b86 0%, #052641 100%);
  border-radius: 5px;
  color: #fff;
}
#index-body .i-init .news ul li time {
  display: inline-block;
  background-color: #e0e0e0;
  border-radius: 12px;
  line-height: 1;
  padding: 5px 16px 4px 17px;
}
#index-body .i-init .news ul li .title {
  line-height: 1.36;
}
#index-body .i-init .news ul li .con {
  color: #cecece;
  line-height: 1.4;
}
#index-body .i-init .news .slickDots li {
  width: .9em;
  height: .9em;
  background-color: #213442;
  border: 0;
  margin: 0 .8em;
}
#index-body .i-init .news .slickDots li.slick-active {
  background-color: #fff;
}
#footer {
  background: url(../images/fbg.png) no-repeat center top;
  color: #fff;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  padding: 7.13542% 0 11.3542%;
}
#footer .f-content .title {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 38px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 2px;
}
#footer .f-content ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li i {
  width: 18px;
  text-align: center;
}
#footer .f-content ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form {
  width: 26%;
}
#footer .f-content .f-form form {
  display: block;
  margin-top: 47px;
}
#footer .f-content .f-form ul {
  margin: -7px -5.5px;
}
#footer .f-content .f-form ul li {
  padding: 7px 5.5px;
  margin-bottom: 0;
}
#footer .f-content .f-form ul li input {
  width: 100%;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}
#footer .f-content .f-form ul li input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
#footer .f-content .f-form ul li input:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
#footer .f-content .f-form ul li input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
#footer .f-content .f-form ul li input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
#footer .f-content .f-form ul li input::placeholder {
  color: #fff;
  font-style: italic;
}
#footer .f-content .f-form button {
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  width: 100%;
  height: 66px;
}
#footer .f-content .f-form button::after {
  background: var(--color);
}
#footer .f-content .f-form button:hover {
  border-color: var(--color);
}
#footer .f-content .f-contact {
  width: 25%;
}
#footer .f-content .f-contact ul li {
  line-height: 1.6;
}
#footer .f-content #ewm {
  width: 136px;
  border: 8px solid #fff;
}
#footer .f-content .share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background: #275b9b;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  background: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.5;
  color: #b9b9b9;
}
#footer svg {
  max-height: 1.7em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #b9b9b9;
}
#footer svg text {
  fill: #b9b9b9;
}
#footer svg:hover {
  fill: #fff;
}
#footer svg:hover text {
  fill: #fff;
}
@media (max-width: 1700px) {
  #index-body .i-category .top .arrow {
    bottom: 36px;
    left: 18.73%;
  }
}
@media (max-width: 1450px) {
  #header .nav .h-search {
    margin-left: 16px;
  }
  #banner .dots {
    bottom: 20px;
    padding-left: 3.8125%;
  }
  .i-title {
    font-size: 50px;
  }
  #index-body .i-advantage ul li {
    position: relative;
    z-index: 2;
  }
  #index-body .i-advantage ul li .ig {
    max-width: 420px;
  }
  #index-body .i-category .top .arrow {
    bottom: 23px;
    left: 21.73%;
  }
  #index-body .i-app .bottom {
    padding: 0 0 3%;
  }
  #index-body .i-app .bottom .box ul li .img-box img {
    height: 170px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 18px;
  }
  #banner ul li .text .box {
    max-width: 800px;
  }
  #banner ul li .text .info {
    margin-top: 20px;
  }
  #banner .dots {
    bottom: 6px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-advantage .title {
    font-size: 6em;
  }
  #index-body .i-advantage .img {
    display: none;
  }
  #index-body .i-category .top .arrow {
    bottom: 5px;
    left: 26.73%;
  }
  #index-body .i-app .img ul li img {
    height: 680px;
  }
  #index-body .i-app .dots {
    right: 3%;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text .title {
    font-size: 30px;
  }
  #banner ul li .text .con {
    font-size: 16px;
    width: 100%;
    margin-top: 12px;
  }
  #banner ul li .text .btn,
  #banner ul li .text .info {
    margin-top: 12px;
  }
  #banner ul li .text .box {
    max-width: 100%;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  #banner .dots li::after {
    display: none;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-40 {
    font-size: 30px;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-advantage .title {
    font-size: 4em;
  }
  #index-body .i-category .top ul li .item {
    padding-bottom: 30px;
  }
  #index-body .i-category .top ul li .text {
    width: 100%;
  }
  #index-body .i-category .top ul li .img-box {
    display: none;
  }
  #index-body .i-category .top .arrow {
    bottom: 31px;
    left: 35.73%;
  }
  #index-body .i-init .faq {
    width: 100%;
  }
  #index-body .i-init .news {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-form {
    width: 50%;
  }
  #footer .f-content .f-contact {
    width: 50%;
    padding-left: 30px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner ul li .text .con,
  #banner ul li .text .info {
    display: none;
  }
  .more {
    font-size: 16px;
    min-width: 180px;
    height: 40px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-advantage .title {
    font-size: 3em;
  }
  #index-body .i-category .top .arrow {
    left: 49%;
  }
  #index-body .i-category .top .arrow a {
    width: 40px;
    height: 40px;
  }
  #index-body .i-app .img ul li img {
    height: auto;
  }
  #index-body .i-app .text ul {
    max-width: 460px;
  }
  #index-body .i-app .text .i-title {
    font-size: 30px;
  }
  #index-body .i-app .text .more {
    margin-top: 16px;
  }
  #index-body .i-app .bottom {
    display: none;
  }
  #index-body .i-app .dots li {
    margin-bottom: 12px;
  }
  #index-body .i-app .dots li::before {
    display: none;
  }
  #index-body .i-init .faq {
    padding: 20px 15px;
  }
  #index-body .i-init .faq ul li {
    padding: 14px 0;
  }
  #footer .f-content .title {
    margin-bottom: 20px;
  }
  #footer .f-content .f-form,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-form form {
    margin-top: 0;
  }
  #footer .f-content .f-contact {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 500px) {
  .flex-2 > * {
    width: 100%;
  }
  .more {
    font-size: 14px;
    min-width: 140px;
    height: 36px;
  }
  #banner ul li .text .title {
    font-size: 24px;
  }
  #banner .dots {
    bottom: 0;
  }
  .i-title {
    font-size: 30px;
  }
  .font-18 {
    font-size: 18px;
    line-height: 1.8 !important;
  }
  #index-body .i-advantage .title {
    font-size: 2.2em;
  }
  #index-body .i-advantage ul {
    margin-bottom: 0;
  }
  #index-body .i-advantage ul li {
    margin-bottom: 12px;
  }
  #index-body .i-advantage ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .i-category .top ul li .item {
    padding: 20px 15px;
  }
  #index-body .i-category .top .arrow {
    bottom: 20px;
    right: 15px;
    left: initial;
  }
  #index-body .i-category .top .arrow a {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
  #index-body .i-app .img ul li img {
    height: 300px;
  }
  #index-body .i-app .text ul {
    max-width: 100%;
  }
  #index-body .i-app .text .i-title {
    font-size: 24px;
  }
  #index-body .i-app .dots {
    bottom: 20px;
    right: 15px;
    top: initial;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  #index-body .i-app .dots li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  #index-body .i-app .dots li:last-child {
    margin-right: 0;
  }
  #index-body .i-init .faq ul li .title {
    font-size: 18px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-form ul li input {
    height: 50px;
  }
  #footer .f-content .f-form button {
    height: 50px;
  }
}
@-webkit-keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-moz-keyframes transAni2 {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-o-keyframes transAni2 {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.inner_banner {
  position: relative;
  z-index: 0;
}
.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 300px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}
.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 100px 0 80px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}
.about-page .about-1 .img {
    padding-top: 50px;
}
.about-page .about-1 .img .box {
    height: 570px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/stainlessvalvefactory/2026/05/22/about2-1.jpg?imageView2/2/format/webp/q/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: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-repeat:no-repeat; 
}
.about-page .about-1 .bottom p {
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #4c4c4c;
    /*opacity: 0.65;*/
}
.about-page .about-1 .data {
    padding: 40px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    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;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 90px;
    font-weight: bold;
    font-weight: bold;
    /*color: var(--color);*/
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}

.about-page .about-2 ul li .img img {
    border-radius: 5px;
}

.about-page .about-2 ul li .text .tit {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:#141414;
}
.about-page .about-2 ul li .text .con {
    font-size: 20px;
    line-height: 1.5;
    color:#666;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}

.about-page .about-2 ul li:nth-child(even) .ig {
    -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;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-5 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;

}
.about-page .about-5 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-5 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-5 span.h2 {
  line-height: 1.6;
}
.about-page .about-5 span.h2 em {
  color: #d42633;
}
.about-page .about-5 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-5 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-5 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-5 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-5 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
  border-radius: 45px;
}
.about-page .about-5 .right li .content {
  background-color: #f7f7f7;
  padding: 4% 6% 6% 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right li.active:before {
  height: 100%;
}
.about-page .about-5 .right li.active .content {
  background-color: var(--color);
  color: #fff;
  border-radius: 5px;
}
.big-little {
  font-weight: bold;
  font-size: 45px;
  color: #141414;
}
.sa-nav .container .sa-c{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
}
.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active{
  background: var(--color);
  color: #fff;
}
.sa-nav .container .sa-c:hover img,.sa-nav .container .sa-c.active img{
  filter: brightness(0) invert(1);
}
.sa-nav .container .sa-c img{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
}
.sa-nav .container .sa-c{
  text-align: center;
  color: rgba(102, 102, 102, 1);
  background: #f5f5f5;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 790px;
}
.cus-page .cus-2 .con {
  color: #575757;
}
.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  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;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 18px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 7.5em;
  overflow-y: auto;
  color: #666;
  padding-right: 5px;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: linear-gradient(0deg, #215b86 0%, #052641 100%);;
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.cus-page .cus-4 {
  padding: 4% 0;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 5px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;
}
.cus-page .cus-4 .content .right .i-title{
  padding: 0 50px;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content 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;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-2 .what {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.sustanibility-page .sustanibility-2 .what .mk-tt {
    color: #333333;
}
.sustanibility-page .sustanibility-2 .what .left {
    width: 40%;
    padding-left: 5%;
}
.sustanibility-page .sustanibility-2 .what .right {
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}
.sustanibility-page .sustanibility-2 .what .right ul li {
    padding: 5px 0;
}
.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 25px 35px 20px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
.sustanibility-page .sustanibility-2 .what .right ul li .box p {
    width: 100%;
    padding: 0 20px;
}
.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 25px 35px 40px;
    line-height: 1.7;
    display: none;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
    background-color: var(--color);
    border-radius: 5px;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
    color: #fff;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
    color: #fff;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
    filter: brightness(0) invert(1);
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sustanibility-page .sustanibility-3{
  color: #fff;
}
.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}
.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 1;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}
.gallery-page .content ul li .gp1{
  font-size: 22px;
}
.gallery-page {
  padding: 50px;
}
.gallery-page .content {
  /*margin-top: 40px;*/
}
.gallery-page .content ul {
  margin: -10px;
}
.gallery-page .content ul li {
  padding: 10px;
}
.gallery-page .content ul li .img-box {
  border-radius: 5px;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next{
  margin-left: 20px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.chain-page .chain-2 .strength-list ul li {
    /*margin-top: 70px;*/
}
.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
}
.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 5px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f5f5f5;
    border-radius: 5px;
    width: calc(50% + 40px);
    padding-left: 6%;
    padding-right: 6%;
    margin-left: -40px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .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;
    display: flex;
align-items : center;
flex-wrap: wrap;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}
.chain-page .oem-6 .con {
    border-radius: 5px;
    height: 400px;
    color: #fff;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1450px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 20px;
    }
    .cus-page .cus-2 .content .item .tit {
      font-size: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 20px 15px;
    }
    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .big-little {
     font-size: 24px;
    }
    .cus-page .cus-2 .content {
      margin-top: 30px;
    }
    .about-page .about-5 .left {
    position: static;
  }
  .about-page .about-5 .right li .content {
    min-height: 100px;
  }
  .sustanibility-page .sustanibility-2 .what .left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sustanibility-page .sustanibility-2 .what .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5%;
    }
  .sustanibility-page .sustanibility-3 .zs-list ul li {
        width: 100%;
        padding: 10px 20px;
    }
    .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }
    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 48px;
    }
    .about-page .about-5 .left {
    position: static;
  }
  .about-page .about-5 .right li .content {
    min-height: 100px;
  }
  .gallery-page .content {
    margin-top: 20px;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
  .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
     .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 10px;
    }
    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 10px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
    .cus-page .tit {
      font-size: 24px;
    }
    .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
   .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
    .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 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{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: 20px;
  color: #666;
  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: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(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;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  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 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  right: 36px;
}
.pro-box .pro-left .menus > li .menu-a{
  position: relative;
  overflow: hidden;
}
.pro-box .pro-left .menus > li .menu-a > 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: 20px;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -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: 20px;
  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;
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}
.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  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 h2 {
  font-size: 35px;
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 2;
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px;
  /*background-color: var(--color);*/
}
.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;
}
.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 0;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-weight: 500;
}
.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: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  color: #565656;
  text-align: center;
  background: #ffffff;
  white-space: nowrap;
}
.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    background: #fff;
}
.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 .more{
  border: 0;
}
.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: 20px;
}
.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: var(--color);
    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: 20px;
}
.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.home-5 .list li .left {
  background-color: #cbced5;
  width: 54px;
  min-height: 400px;
  border-radius: 10px 0 0 10px;
}
.home-5 .list li .right {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0 10px 10px 0;
}
.home-5 .list li .right .date i {
  border-radius: 50%;
  background-color: #cbced5;
}
.home-5 .list li .right .hover-text{
 text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
   .ui.pro-container{
     width: 1400px;
   }
   .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) {
  .ui.pro-container{
     width: 1200px;
   }
  .product-page .pro-box .product-right ul li h4{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.pro-container{
     width: 1000px;
   }
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .ui.pro-container{
     width: 700px;
   }
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .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) {
  .ui.pro-container{
     width: 500px;
   }
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .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%;
  }
}
@media screen and (max-width: 500px) {
  .ui.pro-container{
    width: 100%;
  }
  .font-45 {
    font-size: 34px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
    .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 20px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px 40px 40px 0;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f5f5f5;
  border-radius:5px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
  line-height: 1.5;
  color: #333;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 28px;
  /*height: 90px;*/
  line-height: 32px;
  padding-right: 110px;
  font-weight: bold;
  margin-top: 32px;
  color: #151515;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #fae9e9;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .xinwen{
   margin-top: 60px;
   height: 120px;
  }
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 5px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f5f5f5;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form ul li button{
  border: 0;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
.recruits-list2 {
    padding-bottom: 80px;
}
.recruits-list2 .recruits-nav {
    flex: 0 0 300px;
    width: 300px;
}
.recruits-list2 .recruits-nav-name {
    font-size: 24px;
    color: #fff;
    line-height: 80px;
    padding-left: 36px;
    background: var(--color);
}
.recruits-list2 .recruits-nav-a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 0.8em 2em;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
    transition-duration: .5s;
}
.recruits-list2 .recruits-nav-a:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 6px;
    height: 0;
    transition-duration: .5s;
    background: #15116f;
    position: absolute;
}
.recruits-list2 .recruits-nav-a:hover,
.recruits-list2 .recruits-nav-a.cur {
    background: #fff;
}
.recruits-list2 .recruits-nav-a:hover:before,
.recruits-list2 .recruits-nav-a.cur:before,
.recruits-list2 .recruits-nav-a.active:before {
    height: 100%;
}
.recruits-list2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--color) !important;
}
.recruits-list2 .mCSB_scrollTools {
    width: 6px !important;
}
.recruits-list2 .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}
.recruits-list2 .mCSB_scrollTools .mCSB_draggerRail {
    background: #f4f4f4 !important;
}
.recruits-list2 .recruits-info {
    flex: 0 0 calc(100% - 324px);
    width: calc(100% - 324px);
    background: #f4f4f4;
}
.recruits-list2 .recruits-info-contents {
    padding: 44px 64px 100px;
    display: none;
    opacity: 1;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 16px;
    transition-duration: .3s;
}
.recruits-list2 .recruits-info-contents:nth-child(1) {
    display: block;
}
.recruits-list2 .recruits-info-contents.cur {
    opacity: 1;
    transform: translateY(0);
}
.recruits-list2 .recruits-position-name {
    font-size: 20px;
    line-height: 1.2;
    color: #444;
    padding-bottom: 4px;
}
.recruits-list2 .recruits-para-wrap {
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.recruits-list2 .para-item {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    position: relative;
    padding-left: 30px;
}
.recruits-list2 .para-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #cfcfcf;
    left: 15px;
    top: 4px;
}
.recruits-list2 .para-item:first-child {
    padding-left: 0;
}
.recruits-list2 .para-item:first-child:before {
    display: none;
}
.recruits-list2 .recruits-bot-item {
    font-size: 14px;
    line-height: 34px;
    padding-top: 30px;
}
.recruits-list2 .recruits-bot-h5 {
    color: #444;
}
.recruits-list2 .recruits-bot-detial {
    color: #888;
}
.recruits-list2 .recruits-a {
    display: block;
    margin-top: 42px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 24px;
    background: var(--color) url(../img/recruits-a.png) no-repeat right 24px center;
    transition-duration: .3s;
}
.recruits-list2 .recruits-a:hover {
    background: var(--color) url(../img/recruits-a.png) no-repeat right 18px center;
}
#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;
}
