@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #fd8d1d;
}
.container {
  width: 1650px;
  padding: 0 15px;
}
.col {
  color: var(--color);
}
.col7e {
  color: #7e7e7e;
}
.col9f {
  color: #9f9f9f;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.Hbtn,
.inner-page .Hbtn {
  position: relative;
  display: inline-block;
  border-radius: var(--px29) 0px var(--px29) 0px;
  overflow: hidden;
  border: 1px solid transparent;
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 2;
}
.Hbtn .bg,
.inner-page .Hbtn .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: #fff;
  color: #000000;
}
.Hbtn:hover.cor,
.inner-page .Hbtn:hover.cor {
  color: var(--color);
}
.Hbtn:hover .bg,
.inner-page .Hbtn:hover .bg {
  opacity: 0;
}
.Hbtn:hover.bor,
.inner-page .Hbtn:hover.bor {
  border: 1px solid var(--color);
}
.titlLine {
  width: 54px;
  height: 5px;
  background-color: var(--color);
}
.let_1 {
  letter-spacing: -1px;
}
.let_2 {
  letter-spacing: -2px;
}
.let_3 {
  letter-spacing: -3px;
}
.let_4 {
  letter-spacing: -4px;
}
.stroke {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  line-height: 0.8;
  font-weight: 600;
  display: block;
  color: transparent;
}
.stroke em {
  line-height: 0.8;
  display: block;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 23px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-right: var(--px65);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: right;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  right: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  padding-right: 3.5417vw;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 27px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .down {
  width: 11px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: right;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}
#banner .swiper ul li img.pcImg,
#banner .swiper ul li img.phoneImg {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .center {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
}
#banner .swiper ul li .center .textBox {
  width: 100%;
  max-width: 670px;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .items {
  margin: 0 var(--npx51);
  align-items: stretch;
}
#index-body .init_1 .items li {
  padding: 0 var(--px51);
  flex-shrink: 0;
}
#index-body .init_1 .items li .item {
  width: 100%;
  height: 100%;
}
#index-body .init_1 .items li .item .textBox .num {
  font-size: var(--px120);
}
#index-body .init_1 .items li .item .btns:hover {
  color: #000;
}
#index-body .init_2 .swiperBox {
  width: calc(100% - 15.989vw);
}
#index-body .init_2 .imgR {
  width: 15.989vw;
}
#index-body .init_3 .top {
  background-image: url('../images/init_3Bg.jpg');
}
#index-body .init_3 .swiperBox .swiper {
  margin-top: var(--npx86);
}
#index-body .init_3 .swiperBox .swiper ul li {
  height: auto;
}
#index-body .init_3 .swiperBox .swiper ul li .listBox {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
#index-body .init_3 .swiperBox .swiper ul li .listBox .list {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
}
#index-body .init_3 .swiperBox .swiper ul li .listBox .list .imgBox {
  background-color: #f5f5f5;
}
#index-body .init_4 .top .left {
  width: 54.8%;
}
#index-body .init_4 .top .left .playBox {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
}
#index-body .init_4 .top .right {
  width: 40.6%;
}
#index-body .init_4 .top .right h1 {
  line-height: 1.6875;
}
#index-body .init_4 .bot .numberBox {
  margin: 0 -5px;
}
#index-body .init_4 .bot .numberBox li {
  padding: 0 5px;
}
#index-body .init_4 .bot .numberBox li .list .icon {
  width: var(--px59);
  min-width: 30px;
}
#index-body .init_4 .bot .numberBox li .list .txtBox {
  max-width: calc(100% + var(--npx59));
}
#index-body .init_4 .bot .numberBox li .list .txtBox .num span {
  line-height: 0.7;
}
#index-body .init_4 .bot .numberBox li .list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init_5 {
  background-image: url('../images/init_5Bg.jpg');
  background-position: center left;
}
#index-body .init_5 .swiperBox .swiper {
  background-color: #fff;
}
#index-body .init_5 .swiperBox .swiper ul li {
  height: auto;
  border-left: 1px solid #d5d5d5;
}
#index-body .init_5 .swiperBox .swiper ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init_5 .swiperBox .swiper ul li .list .icon {
  height: var(--px85);
  min-height: 50px;
}
#index-body .init_5 .swiperBox .swiper ul li .list .icon img {
  max-height: 100%;
}
#index-body .init_5 .swiperBox .swiper ul li .list .titl {
  display: inline-block;
}
#index-body .init_5 .swiperBox .swiper ul li .list .titl:hover {
  opacity: 0.8;
}
#index-body .init_5 .swiperBox .swiper ul li .list .txt {
  max-height: 120px;
  overflow-y: auto;
}
#index-body .init_5 .swiperBox .swiper ul li .list:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init_5 .swiperBox .swiper ul li .list:hover .icon img {
  transform: rotateY(360deg);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init_5 .swiperBox .swiper ul li .list:hover .txt {
  color: #fff;
}
/*#index-body .init_5 .swiperBox .swiper ul li .list:hover .Hbtn {
  background-color: #fff;
}*/
#index-body .init_6 {
  background-color: #f5f5f5;
}
#index-body .init_6 .bgImg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
  width: 54.21875vw;
  min-width: 300px;
  z-index: 1;
}
#index-body .init_6 .container {
  z-index: 3;
}
#index-body .init_6 .container .swiperBox .swiper ul li {
  height: auto;
}
#index-body .init_6 .container .swiperBox .swiper ul li .list {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.19);
  background-color: #fff;
}
#index-body .init_6 .container .swiperBox .swiper ul li .list .icon {
  width: 100%;
  height: var(--px95);
  min-height: 45px;
}
#index-body .init_6 .container .swiperBox .swiper ul li .list .icon img {
  max-height: 100%;
}
#index-body .init_6 .container .swiperBox .swiper ul li .list .titl {
  min-height: 58px;
}
#index-body .init_6 .container .swiperBox .swiper ul li .list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init_7 .left {
  width: 37%;
}
#index-body .init_7 .right {
  width: 62.6%;
}
#index-body .init_8 .swiperBox .swiper ul li {
  height: auto;
}
#index-body .init_8 .swiperBox .swiper ul li .list {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
#index-body .init_8 .swiperBox .swiper ul li .list .date .day {
  line-height: 0.7;
}
#index-body .init_8 .swiperBox .swiper ul li .list .date .mon {
  color: #919191;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #454545;
  color: #fff;
}
#footer .footerForm {
  width: 100%;
  max-width: 1100px;
}
#footer .footerForm form input {
  background-color: #4e4e4e;
  border: none;
  height: var(--px70);
  min-height: 45px;
  color: #fff;
  width: 22%;
}
#footer .footerForm form input::placeholder {
  color: #9f9f9f;
}
#footer .footerForm form input.cont {
  width: 36%;
}
#footer .footerForm form .flexBox {
  width: 20%;
}
#footer .footerForm form .Hbtn {
  height: var(--px70);
  min-height: 45px;
  display: flex;
  width: 100%;
}
#footer .footerCen .linkH a {
  display: inline-block;
}
#footer .footerCen .item1 {
  width: 24%;
}
#footer .footerCen .item3 {
  width: 25%;
}
#footer .footerCen .item4 .share li a {
  width: 33px;
  height: 33px;
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
  border-radius: 50%;
}
#footer .footerCen .item4 .share li a:hover {
  color: #fff;
  border-color: #fff;
}
#footer .footerCen .item4 .contH {
  width: 129px;
  height: 129px;
  padding: 7px;
  background-color: #fff;
}
#footer .footerCen .item4 .contH * {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 45px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #9f9f9f;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #9f9f9f;
  margin-left: 10px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .right {
    padding-right: 1.5vw;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-right: var(--px50);
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-right: var(--px30);
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.phoneImg {
    display: block;
  }
  #banner .swiper ul li .center .textBox {
    max-width: none;
    padding-top: 0;
  }
  #index-body .init_1 .items li {
    width: 50%;
  }
  #index-body .init_3 .swiperBox .swiper {
    margin-top: 15px;
  }
  #index-body .init_4 .top .right .titl {
    letter-spacing: 0;
  }
  #index-body .init_4 .bot .numberBox li {
    width: 50%;
  }
  #footer .footerForm form input {
    width: 50%;
  }
  #footer .footerForm form input.cont {
    width: 100%;
  }
  #footer .footerForm form .flexBox {
    width: auto;
  }
  #footer .footerForm form .flexBox .Hbtn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init_2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #index-body .init_2 .swiperBox {
    width: 100%;
  }
  #index-body .init_4 .bot .numberBox li .list .txtBox {
    max-width: calc(100% - 31px);
  }
  #footer .footerForm form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_1 .items {
    text-align: center;
    margin: 0 -3px;
  }
  #index-body .init_1 .items li {
    padding: 0 3px;
    width: 100%;
  }
  #index-body .init_1 .items li .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init_1 .items li .item .textBox {
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init_1 .items li .item .textBox .num {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.inner-banner {
  color: white;
}

.inner-banner .mbx span {
  color: var(--color);
}

.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-banner .mbx a:hover {
  color: var(--color);
}

.wow-wrap {
  -webkit-filter: opacity(0) blur(2px);
  filter: opacity(0) blur(2px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  -moz-transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93);
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
}

i .wow-wrap {
  line-height: 1;
}

/* 方向感 */
.wow-wrap[data-wow-type="up"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.wow-wrap[data-wow-type="down"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.wow-wrap[data-wow-type="left"] {
  -webkit-transform: translateX(-50.0px);
  -moz-transform: translateX(-50.0px);
  -ms-transform: translateX(-50.0px);
  transform: translateX(-50.0px);
}

.wow-wrap[data-wow-type="right"] {
  -webkit-transform: translateX(50.0px);
  -moz-transform: translateX(50.0px);
  -ms-transform: translateX(50.0px);
  transform: translateX(50.0px);
}

.wow-wrap[data-wow-type="scale"] {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* 激活状态（柔和进入） */
.wow-wrap.wow-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
}
.nor {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nor1 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.min_height {
  min-height: 80px;
}
.chip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 2vw), 75% -webkit-calc(100% - 3.4vw), 50% 99%, 25% -webkit-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 2vw), 75% -moz-calc(100% - 3.4vw), 50% 99%, 25% -moz-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 75% calc(100% - 3.4vw), 50% 99%, 25% calc(100% - 2.6vw), 0 100%);
}
.manufacturing_page {
  background-color: white;
}

.manufacturing_page .manufacturing-1 {
  position: relative;
}
.manufacturing_page .manufacturing-1:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  z-index: -1;
}
.manufacturing_page .manufacturing-2 {
  background-color: var(--color);
}
.manufacturing_page .manufacturing-2 .ui.container {
  max-width: 1400px;
}
.manufacturing_page .manufacturing-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.manufacturing_page .manufacturing-2 .box {
  background-color: #f7f7f7;
  margin-top: -8%;
}
.manufacturing_page .manufacturing-2 .box .text {
  padding-left: 1em;
  max-height: 9em;
  overflow: auto;
}
.manufacturing_page .manufacturing-3 ul li .box {
  background-color: #f7f7f7;
  border: .5em solid #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.manufacturing_page .manufacturing-3 ul li .box:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.manufacturing_page .manufacturing-3 .more em {
  padding: 0;
}
.manufacturing_page .manufacturing-3 .more i {
  position: static;
  transform: unset !important;
  opacity: 1!important;
}
.manufacturing_page .manufacturing-3 .box span.h6 {
  text-align: center;
}
.manufacturing_page .manufacturing-5 {
  position: relative;
}
.manufacturing_page .manufacturing-5:before {
  content: '';
  width: 100%;
  height: 56%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f7f7f7;
}
.manufacturing_page .manufacturing-5 .box {
  color: white;
  position: relative;
  z-index: 1;
}
.manufacturing_page .manufacturing-5 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  /*background-color: rgba(0, 0, 0, 0.65);*/
}
.manufacturing_page .manufacturing-5 .box .text {
  color: inherit;
}
.init-8 {
  height: 26.04166667vw;
  margin-top: -3.4vw;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .manufacturing_page .manufacturing-2 span.h1 {
    margin-bottom: -0.3em;
    text-align: center;
  }
  .manufacturing_page .manufacturing-2 .box {
    margin-top: 0;
    padding: 4%;
  }
  .manufacturing_page .manufacturing-2 .box .text {
    max-height: none;
    overflow: unset;
  }
  .manufacturing_page .manufacturing-5 .box {
    padding: 10% 3%;
  }
}


.about-page-ser .about-1 .left .icon {
  position: absolute;
  right: -10%;
  bottom: 11%;
  padding: 3% 7%;
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
}
.about-page-ser .about-1 .right .list ul li.li.active {
  color: var(--color);
}
.about-page-ser .about-1 .right .text .detTxt {
  display: none;
}
.about-page-ser .about-1 .right .text .detTxt:first-child {
  display: block;
}
.about-page-ser .about-2 {
  background-color: #f4f4f4;
}

.about-page-ser .about-2 .slick-list {
  overflow: unset;
}

.about-page-ser .about-3 {
  color: white;
}

.about-page-ser .about-3 span.h2 {
  max-width: 50%;
}

.about-page-ser .about-3 .list ul {
  background-color: #fff;
}
.about-page-ser .about-3 .list ul li {
  background-color: white;
  color: black;
  padding: var(--px80) 0;
  position: relative;
  z-index: 1;
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
  height: 100%;
}
.about-page-ser .about-3 .list ul li .box {
  padding: 0 var(--px55);
  border-left: 1px solid #dedede;
  height: 100%;
}

.about-page-ser .about-3 .list ul li:before {
  content: '';
  display: none;
}

.about-page-ser .about-3 .list ul li i {
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page-ser .about-3 .list ul li span.h6 {
  line-height: 1.4;
}

.about-page-ser .about-3 .list ul li:first-child:before {
  display: none;
}

.about-page-ser .about-4 {
  position: relative;
}

.about-page-ser .about-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1450px) {
  .about-page-ser .about-1 .left .icon {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .about-page-ser .about-3 .list ul li {
    padding: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page-ser .about-3 .list ul li {
    width: 50%;
  }

  .about-page-ser .about-3 .list ul li:after {
    height: 100%;
    top: 0;
    border-radius: 0;
  }

  .about-page-ser .about-1 .left .icon {
    right: 0;
    max-width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .about-page-ser .about-3 .list ul li {
    width: 100%;
  }

  .about-page-ser .about-3 span.h2 {
    max-width: none;
  }

  .about-page-ser .about-3 .list ul li:before {
    width: 100%;
    top: 0;
    right: 0;
    height: 1px;
  }
}
.product-page {
  background-color: #eee;
}
.inner-page .optionsNav {
  align-items: stretch;
}
.inner-page .optionsNav a {
  height: 100%;
  padding: 8px 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .optionsNav a:hover,
.inner-page .optionsNav a.active {
  background-color: #141414;
}

.inner-page .optionsNavchild a {
  color: #666;
  transition: .5s;
  line-height: 1;
  border-right: 0 solid var(--color);
  padding-right: 0;
}

.inner-page .optionsNavchild a:hover,
.inner-page .optionsNavchild a.active {
  color: black;
  padding-right: .3em;
  border-left-width: .3em;
}

.inner-page .optionsNavchild2 a {
  color: #666;
  transition: .5s;
}

.inner-page .optionsNavchild2 a.active,
.inner-page .optionsNavchild2 a:hover {
  color: var(--color);
}

.inner-page .ProList ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
}

.inner-page .ProList ul li {
  background-color: white;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 0.15em solid transparent;
}

.inner-page .ProList ul li:before {
  content: '';
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  right: -0.15em;
  bottom: .7em;
  background-color: var(--color);
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .ProList ul li .txt-right {
  font-size: 0;
}

.inner-page .ProList ul li .more {
  opacity: 0;
}

.inner-page .ProList ul li .more i {
  color: white;
  background-color: var(--color);
}

.inner-page .ProList ul li .img {
  display: block;
}

.inner-page .ProList ul li .img img {
  margin: 0 auto;
}

.inner-page .ProList ul li span.h5 {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .ProList ul li span.h5 a {
  max-width: 6em;
  text-align: center;
}

.inner-page .ProList ul li span.h6 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: .2em 0 1em;
  margin-top: -0.8em;
}

.inner-page .ProList ul li span.h6 a {
  max-width: 10.90909091em;
}

.inner-page .ProList ul li:hover {
  padding-top: 1em;
  margin-top: -0.5em;
  border-color: var(--color);
}

.inner-page .ProList ul li:hover .more {
  opacity: 1;
}

.inner-page .ProList ul li:hover:before {
  top: 0;
}

.inner-page .ProList ul li:hover span.h5 {
  opacity: 1;
}

.inner-page .ProList ul li:hover span.h6 {
  background-color: var(--color);
  color: white;
  padding: .6em 0;
}

.inner-page .ProList .slick-list {
  padding-top: .5em;
}

.inner-page .ProList ul.slick {
  margin: 0 -0.5em;
}

.inner-page .ProList ul.slick .slick-slide>div {
  padding: 0 .5em;
}

.inner-page .m-page div {
  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;
  gap: .5em;
}

.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2em;
  height: 2em;
  border-top-left-radius: .5em;
  background-color: #141414;
  color: white;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
}


.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}

.prodet-page .prodet-1 .smallImg .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .smallImg ul {
  height: 100%;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: .5em;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .big {
  border: 1px solid #eee;
}
/*.prodet-page .prodet-1 .right .text {
  max-height: 200px;
  overflow: auto;
}*/
.prodet-page .prodet-1 .big ul {
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .big ul * {
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-2 {
  background-color: #f6f6f6;
  color: #7b7b7b;
}

.prodet-page .prodet-2 i {
  mix-blend-mode: darken;
}

.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
  content: '';
  height: 1px;
  /*width: 100%;*/
  background-color: #ccc;
  flex: 1;
}
.prodet-page .prodet-3 .options span.Hbtn {
  background-color: #000;
}
.prodet-page .prodet-3 .options span.Hbtn:hover {
  color: #fff;
}
.prodet-page .prodet-3 .options span.active {
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
}

.prodet-page .prodet-3 .ret .slide {
  display: none;
}

.prodet-page .prodet-3 .ret span.h6 {
  padding: .5em 1em;
  background-color: #f5f5f5;
}

.prodet-page .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
  content: '';
  width: .5em;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-3 .ret span.h6.active i {
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
}

.prodet-page .prodet-3 .ret span.h6.active i:after {
  -webkit-transform: translate(50.0%,-50%); rotate(90deg);
  -moz-transform: translate(50.0%,-50%); rotate(90deg);
  -ms-transform: translate(50.0%,-50%); rotate(90deg);
  transform: translate(50.0%,-50%); rotate(90deg);
}

.prodet-page .prodet-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
  border-radius: var(--px80) 0;
}

.prodet-page .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}

.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: .8em 1.4em;
  color: black;
}

.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li textarea {
  height: 100%;
}

.prodet-page .prodet-3 .ret .form ul li .text {
  color: inherit;
}

.prodet-page .prodet-3 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background-color: #000;
}
.prodet-page .prodet-3 .ret .form ul li button:hover {
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 i {
    zoom: .7;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .optionsNav .flexBox {
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li {
    width: 32.5%;
  }

  .prodet-page .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {

  .prodet-page .prodet-3 .ret {
    margin-top: 0;
  }

  .prodet-page .prodet-3 .ret .slide {

    margin-top: 5%;
  }

  .prodet-page .prodet-3 .ret .slide:first-child {
    margin-top: 0;

  }

  .prodet-page .prodet-3 .ret .form {
    padding: 5%;
    border-radius: 20px 0;
  }

  .prodet-page .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prodet-page .prodet-3 .ret .form ul li .text {
    width: 100%;
  }

  .prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }

  .prodet-page .prodet-2 ul li {
    width: 49%;
  }

  .prodet-page .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.industries-page .industries-1 .options a {
  height: auto;
  padding: 10px 1.3em;
  background-color: var(--color);
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industries-page .industries-1 .options a i.icon {
  width: 1.23333333em;
  height: 1.23333333em;
  margin-top: .1em;
}
.industries-page .industries-1 .options a i.icon img {
  filter: brightness(0) invert(1);
}
.industries-page .industries-1 .options a i.iconfont {
  width: 0.8em;
  height: 0.8em;
  border-top-left-radius: .3em;
  background-color: black;
  color: white;
  margin-top: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industries-page .industries-1 .options a i.iconfont:before {
  font-size: .5em;
  line-height: 1;
}

.industries-page .industries-1 .options a .content span {
  width: 100%;
  line-height: 1.2;
}

.industries-page .industries-1 .options a:hover,
.industries-page .industries-1 .options a.active {
  background-color: black;
}

.industries-page .industries-1 .options a:hover i.iconfont,
.industries-page .industries-1 .options a.active i.iconfont {
  opacity: 0;
}

.industries-page .industries-22 {
  background-color: #f7f7f7;
}

.industries-page .industries-22 .left span.h6 {
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
}
.industries-page .industries-4 {
  background-color: #f7f7f7;
}

.solution-page .init-5 .container .cont {
  background-color: #f5f5f5;
  padding: var(--px70) var(--px80);
}

.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-weight: bold;
}

.solution-page .init-5 .container .cont .content {
  margin-top: var(--px20);
}

.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-page .init-5 .container .cont .content form .list {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
}

.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px var(--px24);
}

.solution-page .init-5 .container .cont .content form .list button {
  border: none;
  min-width: 200px;
  background-color: #000;
  color: #fff;
}
.solution-page .init-5 .container .cont .content form .list button:hover {
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
  background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
  background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
  background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
}

.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}

.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}

.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}

.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 700px) {
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px){
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }

  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}

.cases_page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
}

.cases_page .init-1 .container ul li .box .left {
  width: 60%;
}

.cases_page .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
}

.cases_page .init-1 .container ul li .box .left .title:hover {
  color: #fd8d1d;
}

.cases_page .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  overflow-y: auto;
  max-height: 250px;
}

.cases_page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: left;
}

.cases_page .init-1 .container ul li .box .right img {
  width: auto;
}

.cases_page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 1000px) {
  .cases_page .init-1 .container ul li .box .left {
    width: 100%;
    padding-left: 0;
  }

  .cases_page .init-1 .container ul li .box .right {
    width: 60%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 500px) {
  .cases_page .init-1 .container ul li .box .right {
    width: 100% !important;
  }
}

.about-page .about-1 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}

.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 50%;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}

.about-page .about-2 {
  background-color: #f7f7f7;
}

.about-page .about-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.8em;
}

.about-page .init-2:before {
  bottom: 0;
  top: auto
}

.about-page .init-2 .box:before {
  background-color: #f7f7f7;
}

.about-page .init-2 li .box .top .wow-wrap {
  line-height: 1;
  font-size: 0;
}

.about-page .init-2 .box p {
  padding-right: 0;
  line-height: 1.5;
  max-height: 6em;
  overflow: auto;
}

.about-page .about-3 .left ul.slick .slick-list {
  overflow: unset;
}

.about-page .about-3 .left ul.slick .slick-list .slick-slide {
  opacity: .3 !important;
  transform: translateX(-5.0%); scale(.9);
  transition: 1.5s !important;
  transform-origin: center left;
}

.about-page .about-3 .left ul.slick .slick-list .slick-slide~.slick-slide {
  opacity: .6 !important;
  transform: translateX(-2.5%); scale(.95);
}

.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current {
  opacity: 1 !important;
  transform: unset;
}

.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div {
  opacity: .6 !important;
  transform: translateX(-2.5%); scale(.95);
}

.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div~div {
  opacity: .3 !important;
  transform: translateX(-5.0%); scale(.9);
}

.about-page .about-32 {
  background-color: #f7f7f7;
}

/*.about-page .about-32 .list {
  overflow: hidden;
}*/
.about-page .about-32 .list .prev {
  left: 100%;
}

.about-page .about-32 .list .next {
  right: 100%;
}

.about-page .about-32 .list .slickBtn div {
  top: 57%;
  background-color: var(--color);
  color: white;
}

.about-page .about-32 .list img {
  border-top-left-radius: 100px;
}

.about-page .about-32 .line {
  height: 6px;
  background: transparent;
  display: block;
  position: relative;
}

.about-page .about-32 .line:before {
  content: '';
  width: 200%;
  height: 1px;
  top: 120%;
  background-color: black;
  position: absolute;
  right: 0;
}

.about-page .about-32 .line,
.about-page .about-32 span.h6,
.about-page .about-32 .text {
  transition: .5s;
}

.about-page .about-32 .slick-current .line {
  background-color: var(--color);
}

.about-page .about-32 .slick-current span.h6 {
  color: var(--color);
}

.about-page .about-32 .slick-current .text {
  opacity: .8;
  font-size: var(--px18);
}

.about-page .about-4 {
  background-color: #f7f7f7;
}

.about-page .about-4 .content {
  width: 130%;
  background-color: var(--color);
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: bottom 10% left 20%;
  color: white;
  position: relative;
  z-index: 1;
}

.about-page .about-4 .content .text {
  color: inherit;
}

.about-page .about-5 .list {
  background-image: url("../images/about-5-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-right: 20%;
  padding-left: 20%;
}

.about-page .about-5 .list .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.about-page .about-5 .list .slick-slide.prev1 {
  -webkit-transform: translateX(-100.0%); scale(0.75);
  -moz-transform: translateX(-100.0%); scale(0.75);
  -ms-transform: translateX(-100.0%); scale(0.75);
  transform: translateX(-100.0%); scale(0.75);
  z-index: -2;
}

.about-page .about-5 .list .slick-slide.prev0 {
  -webkit-transform: translateX(-50.0%); scale(0.87);
  -moz-transform: translateX(-50.0%); scale(0.87);
  -ms-transform: translateX(-50.0%); scale(0.87);
  transform: translateX(-50.0%); scale(0.87);
  z-index: -1;
}

.about-page .about-5 .list .slick-slide.next0 {
  -webkit-transform: translateX(50.0%); scale(0.87);
  -moz-transform: translateX(50.0%); scale(0.87);
  -ms-transform: translateX(50.0%); scale(0.87);
  transform: translateX(50.0%); scale(0.87);
  z-index: -1;
}

.about-page .about-5 .list .slick-slide.next1 {
  -webkit-transform: translateX(100.0%); scale(0.75);
  -moz-transform: translateX(100.0%); scale(0.75);
  -ms-transform: translateX(100.0%); scale(0.75);
  transform: translateX(100.0%); scale(0.75);
  z-index: -2;
}

.about-page .about-5 .list .slickBtn div {
  top: 57%;
}

.about-page .about-5 .list .slickBtn .prev {
  right: 15%;
}

.about-page .about-5 .list .slickBtn .next {
  left: 15%;
  right: auto !important;
}

.about-page .about-6 {
  background-color: #f7f7f7;
}

.about-page .about-6 span.h2 {
  letter-spacing: -0.05em;
}

.about_page .init-2 {
  position: relative;
}

.about_page .init-2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}

.about_page .init-2 li .box {
  background-color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  position: relative;
}

.about_page .init-2 li .box:before {
  content: '';
  width: 0.15em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 15%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about_page .init-2 li .box .top {
  position: relative;
  z-index: 1;
}

.about_page .init-2 li .box .top:before {
  content: '';
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}

.about_page .init-2 li .box .top i {
  width: 1.42857143em;
  height: 1.42857143em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about_page .init-2 li .box .top i img {
  max-width: 55%;
  max-height: 55%;
}

.about_page .init-2 li .box .top span.h6 {
  line-height: 1;
  display: block;
}

.about_page .init-2 li .box .top span.h6 sup {
  vertical-align: top;
}

.about_page .init-2 li .box .top span.h6 sub {
  vertical-align: top;
}

.about_page .init-2 li .box p {
  padding-right: 31%;
  line-height: 1;
}

.about_page .init-2 li .box:hover {
  background-color: var(--color);
}

.about_page .init-2 li .box:hover:before {
  top: 80%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}

.about_page .init-2 li .box:hover i {
  background-color: #141414;
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .content {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about_page .init-2 li .box p {
    padding-right: 18%;
  }
  .about-page .about-32 .list .prev {
    position: relative;
    left: auto;
    right: auto;
  }
  .about-page .about-32 .list .next {
    right: auto;
    position: relative;
    left: auto;
  }
  .about-page .about-32 .list .slickBtn div {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 5px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .list {
    padding-right: 7%;
    padding-left: 7%;
  }

  .about-page .about-5 .list .slickBtn .prev {
    right: 1%;
  }

  .about-page .about-5 .list .slickBtn .next {
    left: 1%;
  }
}
@media screen and (max-width: 500px) {
  .about_page .init-2 li .box p {
    padding-right: 40px;
  }
}
.inner-page.honor-page .box .left {
  width: 35%;
  position: sticky;
  top: 150px;
}

.inner-page.honor-page .box .left .active {
  font-weight: bold;
  color: var(--color);
}

.inner-page.honor-page .box .right {
  width: 65%;
}

.inner-page.honor-page .box .right ul li {
  overflow: hidden;
}

.inner-page.honor-page .box .right ul li .img-box:hover img {
  webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform: translateY(-10px);
}

.inner-page.honor-page .box .left span.h2 {
  margin-bottom: var(--px30);
}

.inner-page.honor-page .box .left .text {
  line-height: 2.5;
}
.inner-page.honor-page .box .right ul li a.img-box {
  border: 1px solid #f0f0f0;
}
@media screen and (max-width: 1000px) {
  .inner-page.honor-page .box .left {
    width: 100%;
    position: initial;
  }

  .inner-page.honor-page .box .right {
    padding-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.faq-page span.h2 {
  margin: 1.4em 0;
  display: block;
}

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

.faq-page .list:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color);
  opacity: 0.32;
  position: absolute;
  right: 29px;
  z-index: -1;
}

.faq-page .list ul li {
  margin-bottom: 25px;
  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;
}

.faq-page .list ul li:last-child {
  margin-bottom: 0;
}

.faq-page .list ul li i {
  width: var(--px85);
  min-width: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .list ul li .content {
  padding: 25px 30px 30px;
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.faq-page .list ul li .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: inherit;
  z-index: -1;
  background-image: -webkit-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -webkit-linear-gradient(var(--color), var(--color));
    background-image: -moz-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -moz-linear-gradient(var(--color), var(--color));
    background-image: -o-linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), -o-linear-gradient(var(--color), var(--color));
    background-image: linear-gradient(to top, #d45a07 0%, rgba(250, 136, 26, 0.78) 100%), linear-gradient(var(--color), var(--color));
  opacity: 0;
  transition: .5s;
}

.faq-page .list ul li:hover .content {
  color: white;
}

.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
  color: inherit;
}

.faq-page .list ul li:hover .content:before {
  opacity: 1;
}

.faq-page .list ul li .content span.h6 {
  line-height: 1.8;
  font-weight: normal;
  color: var(--color);
  margin-bottom: 0.5em;
  display: block;
}

.faq-page .list ul li .content .text {
  font-weight: 300;
}

@media screen and (max-width: 1250px) {
  .faq-page .list ul li .content {
    padding: 20px;
  }

  .faq-page .list:before {
    right: 24px;
  }
}

.news-page {
  background-color: white;
}

.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;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-top-left-radius: 20px;
  background: var(--color);

}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #141414;
  color: #fff;
}

.news-page .news-list {
  margin-top: 70px;
}

.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #f7f7f7;
  border-top-left-radius: 50px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  color: black;
  height: 100%;
}

.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-top-left-radius: 10px;
}

.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 1.8;
  opacity: .6;
}

.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.4;
}

.news-page .news-list ul li .text .xinwen {
  opacity: .7;
}

.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: black;
  position: absolute;
  bottom: var(--px30);
  left: var(--px30);
  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;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.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 .text .more,
.newdet-page .sideBox .sideLeft .back .more {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  left: var(--px30);
  bottom: var(--px30);
  opacity: 0;
}

.news-page .news-list ul li:hover .text .more {
  opacity: 1;
  background-color: #000;
}
.news-page .news-list ul li .text .more i {
  transform: unset !important;
  opacity: 1 !important;
  position: static !important;
}

.news-page .news-list ul li:hover .text {
  background: var(--color);
  color: white;
}

.news-page .news-list ul li:hover .text .top span {
  background-color: black;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }

  .news-page .news-list ul li .text .more2 {
    left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .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 {
    margin-top: 16px;
    /*height: 10px;*/
  }

  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
}


.contact-page .contact-1 .header .con {
  font-size: var(--px20);
  line-height: 1.5;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content {
  margin-top: var(--px64);
}

.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: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: var(--px20);
  line-height: 1.6;
  border-top-left-radius: var(--px50);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover .icon {
  background-color: #141414;
}
.contact-page .contact-1 .content ul li .icon {
  width: var(--px60);
  height: var(--px60);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}
.contact-page .contact-1 .content ul li .icon img {
  width: 100%;
  height: 100%;
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: var(--px50);
  border-top-left-radius: var(--px50);
}

.contact-page .contact-2 .box .form {
  margin-top: var(--px40);
}

.contact-page .contact-2 .box .form ul {
  margin: -13px var(--npx25);
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px var(--px25);
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: var(--px20);
  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-top-left-radius: var(--px20);
  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: var(--px150);
  min-height: 80px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px) {

  .contact-page .contact-1 .content ul li .ig::after {
    zoom: .7;
  }
}
@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: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    left: 20px;
  }

  .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;
    width: 100%;
  }

  .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-3 iframe {
    height: 300px;
  }
}
.newdet-page .container .left {
  width: 75%;
  -webkit-box-shadow: 0 0 var(--px30) rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 var(--px30) rgba(56, 84, 184, 0.2);
  padding: var(--px70);
}

.newdet-page .container .left .title {
  text-align: center;
  font-weight: bold;
}

.newdet-page .container .left .time {
  color: #666666;
  margin-top: var(--px26);
  text-align: center;
}

.newdet-page .container .left .des {
  margin-top: var(--px40);
  color: #666666;
}

.newdet-page .container .left .m-link {
  margin-top: var(--px50);
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}

.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}

.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  width: 25%;
}

.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
}

.newdet-page .container .right ul li .box {
  position: relative;
}

.newdet-page .container .right ul li .box .title {
  color: #767676;
}

.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}

.newdet-page .container .right ul li .box .time {
  color: #767676;
}

.newdet-page .container .right ul li .box .time .date {
  color: #000;
}

.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: var(--px24);
  opacity: 0;
  -webkit-transform: translateX(10.0px);
  -moz-transform: translateX(10.0px);
  -ms-transform: translateX(10.0px);
  -o-transform: translateX(10.0px);
  transform: translateX(10.0px);
}

.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}

.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(-20.0px);
  -moz-transform: translateX(-20.0px);
  -ms-transform: translateX(-20.0px);
  -o-transform: translateX(-20.0px);
  transform: translateX(-20.0px);
}

.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  -o-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}

@media (max-width: 1250px) {
  .newdet-page .container .left {
    width: 100%;
  }

  .newdet-page .container .right {
    display: none;
  }
}

@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }

  .newdet-page .container .left .des {
    margin-top: 20px;
  }

  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}

.more {
  height: 2.72727273em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top-left-radius: 0.72727273em;
}

.more em {
  position: relative;
  padding-left: 1.6em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.more i {
  background-color: black;
  width: 1.1em;
  height: 1.1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top-left-radius: 0.36363636em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}

.more i:first-child {
  right: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}

.more i:last-child {
  left: 0;
}

.more:hover em {
  padding-right: 1.6em;
  padding-left: 0;
}

.more:hover i:first-child {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.more:hover i:last-child {
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}

.more.link {
  height: auto;
  padding: 0;
  color: black;
  background-color: transparent;
  line-height: 1;
}
.seoPublic .Auxil-related .list ul li {
  padding: var(--px17);
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box {
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: var(--px20);
  
}
.seoPublic .Auxil-related .list ul li .box .content {
  padding-bottom: var(--px40);
}
.seoPublic .Auxil-related .list ul li .box .content p {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.seoPublic .title {
  font-size: var(--px48);
  margin-bottom: var(--px30);
}