@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-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  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-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #366dae;
  font-family: 'Poppins';
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1558px;
  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;
  font-size: 17px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 22px 17px 25px;
  border-radius: 27px;
  background: #000;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more img {
  margin-left: 11px;
}
.more:hover {
  background: var(--color);
}
.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 1.7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link span {
  text-decoration: underline;
}
.link em {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 11px;
  text-align: center;
  line-height: 23px;
}
.link em i {
  font-size: 14px;
}
.link:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 20px 0 15px;
}
#header .nav .ui.menu .logo {
  margin-left: 21px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 37px;
  font-weight: 400;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .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 .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding: 5px 19px 4px 0;
  border-right: 1px solid #000;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span i {
  font-size: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header.active {
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 88px;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  color: #fff;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 820px;
}
#banner ul li .text .box .title {
  line-height: 1.3;
}
#banner ul li .text .box .con {
  line-height: 1.6;
  font-weight: 400;
}
#banner ul li .text .box .more {
  background: transparent;
  border: 1px solid #fff;
}
#banner ul li .text .box .more:hover {
  background: var(--color);
  border-color: var(--color);
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.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;
}
#index-body .i-product {
  background-color: #eaeaea;
}
#index-body .i-product .ui.container {
  width: 1700px;
}
#index-body .i-product .box ul li {
  padding: 117px 0 73px;
  border-right: 1px solid var(--color);
  flex: 1;
  height: 71.11vh;
}
#index-body .i-product .box ul li:first-child {
  border-left: 1px solid var(--color);
}

#index-body .i-product .box ul li .tit {
  font-weight: 400;
  line-height: 1.3;
}
#index-body .i-product .box ul li .img-box {
  margin-top: 90px;
}
#index-body .i-product .box ul li .img-box img{
  width: 80%;
  margin: 0 auto;
}
#index-body .i-product .box ul li.active{
  flex: 2;
}
#index-body .i-product .box .slickBtn {
  font-size: 31px;
}
#index-body .i-product .box .slickBtn div {
  z-index: 1;
  width: 2.42em;
  height: 2.42em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(54, 109, 174, 0.15);
  color: #000;
}
#index-body .i-product .box .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-product .box .slickBtn div.prev {
  left: 0;
}
#index-body .i-product .box .slickBtn div.next {
  right: -47px;
}
#index-body .i-about {
  background: url(../images/abg.jpg) no-repeat center;
  background-size: cover;
  padding: 7.1875% 0 14.375%;
  color: #fff;
}
#index-body .i-about .left {
  width: 47%;
}
#index-body .i-about .left .title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
#index-body .i-about .left .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -37px;
  left: 23px;
  font-size: 99px;
  line-height: 1;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #728ea3;
  text-transform: uppercase;
}
#index-body .i-about .left p {
  font-weight: 500;
}
#index-body .i-about .right {
  width: 53%;
}
#index-body .i-about .right .desc {
  line-height: 1.3;
}
#index-body .i-about .right .desc h1 {
  display: inline;
}
#index-body .i-about .right .number-Plus ul li .num {
  font-size: 60px;
  line-height: 1;
}
#index-body .i-about .right .number-Plus ul li .num em {
  font-weight: bold;
}
#index-body .i-about .right .number-Plus ul li .num sup {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 4px;
}
#index-body .i-about .right .number-Plus ul li .num sub {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 9px;
}
#index-body .i-about .right .number-Plus ul li:last-child .num sup {
  margin-bottom: 7px;
}
#index-body .i-advantage {
  padding: 5.3125% 0 7.3%;
}
#index-body .i-advantage .left {
  width: 43%;
  border-radius: 15px;
}
#index-body .i-advantage .left > img {
  width: 100%;
}
#index-body .i-advantage .left .tz {
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 18px;
  color: var(--color);
  border-top-left-radius: .5em;
  padding: 17px 71px 21px 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .left .tz span {
  margin-left: 28px;
}
#index-body .i-advantage .left .tz::before {
  content: '';
  width: .6em;
  height: .6em;
  background: -webkit-radial-gradient(10% 10%, circle, transparent 70%, #fff 30%);
  background: -moz-radial-gradient(10% 10%, circle, transparent 70%, #fff 30%);
  background: radial-gradient(circle at 10% 10%, transparent 70%, #fff 30%);
  position: absolute;
  bottom: 100%;
  right: 0;
}
#index-body .i-advantage .left .tz:hover {
  color: #000;
}
#index-body .i-advantage .left .tz:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-advantage .right {
  width: 57%;
}
#index-body .i-advantage .right .title {
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .right .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  left: -82px;
  top: -28px;
  font-size: 82px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #d5d5d5;
}
#index-body .i-advantage .right .con {
  line-height: 1.34;
}
#index-body .i-advantage .right .link {
  color: var(--color);
}
#index-body .i-advantage .right .link em {
  border-color: var(--color);
}
#index-body .i-advantage .right .bottom .title {
  font-weight: 600;
}
#index-body .i-application {
  height: 905px;
  z-index: 1;
  background: #fff;
}
#index-body .i-application .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-position: center left;
  z-index: -1;
  -webkit-transition: .5s .5s;
  -moz-transition: .5s .5s;
  transition: .5s .5s;
  background-size: cover;
}
#index-body .i-application .mask i.active {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .list {
  height: 100%;
}
#index-body .i-application .list ul {
  height: 100%;
}
#index-body .i-application .list ul li {
  height: 100%;
  padding: 3% 13px;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .list ul li span.sidebar {
  position: absolute;
  left: 0;
  bottom: 4%;
  font-size: 18px;
  width: 2em;
  padding: .8em 0;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  text-align: center;
  min-height: 13.88888889em;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .i-application .list ul li .bottom {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#index-body .i-application .list ul li .bottom span.h6 {
  font-size: 32px;
  display: block;
}
#index-body .i-application .list ul li .bottom .link {
  margin-top: 14px;
}
#index-body .i-application .list ul li.active {
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .i-application .list ul li.active span.sidebar {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .i-application .list ul li.active .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-news {
  padding: 6.3021% 0;
}
#index-body .i-news .header .con {
  line-height: 1.34;
  color: #222222;
  width: 36%;
}
#index-body .i-news .content ul li .img-box {
  background: #fff;
}
#index-body .i-news .content ul li .img-box img {
  width: 100%;
  border: 1px solid #f1f2f4;
}
#index-body .i-news .content ul li .text {
  padding: 17px 90px 47px 19px;
  position: relative;
  background-color: #f1f2f4;
  border-radius: 0 0 15px 15px;
}
#index-body .i-news .content ul li .text time {
  color: rgba(0, 0, 0, 0.78);
  font-style: italic;
  line-height: 1.76;
}
#index-body .i-news .content ul li .text .tit {
  font-weight: 400;
  line-height: 1.5;
}
#index-body .i-news .content ul li .text .tz {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  font-size: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .text .tz i {
  width: 2.59em;
  height: 2.65em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
}
#index-body .i-news .content ul li .text .tz:hover i {
  background: #000;
}
#index-body .i-news .content ul li .text::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 66px;
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: cover;
}
#footer {
  background-color: #1b2435;
  color: #fff;
  padding-top: 3.59375%;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-header .title {
  font-weight: 600;
  width: 68%;
  line-height: 1.3;
}
#footer .f-header .more {
  font-size: 24px;
  background: #fff;
  color: #000;
  padding: 25px 56px 25px 62px;
  border-radius: 36px;
}
#footer .f-header .more img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .f-header .more:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-header .more:hover img {
  -webkit-filter: none;
  filter: none;
}
#footer .f-content .tit {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin: 14px 0 33px 0;
}
#footer .f-content .f-logo img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(254, 254, 254, 0.7);
  margin-bottom: 1px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 340px;
}
#footer .f-content .f-contact ul li {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 12px;
}
#footer .f-content .f-contact ul li i {
  width: 28px;
  margin-top: 4px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content #ewm {
  width: 152px;
  border: 9px solid #fff;
  margin: 0 0 0 auto;
}
#footer .f-content .share a {
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  background: #687182;
  margin-right: 11px;
  -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: #fff;
  border-color: #fff;
  color: var(--color);
}
#footer .f-copy {
  line-height: 1.6;
  font-size: 18px;
  padding: 12px 0 9px;
  color: rgba(254, 254, 254, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(254, 254, 254, 0.6);
}
#footer .f-copy svg text {
  fill: rgba(254, 254, 254, 0.6);
}
@media screen and (max-width: 1680px) {
  #index-body .i-product .box .slickBtn div.next {
    right: 0;
  }
  .font-30 {
    font-size: 30px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-17 {
    font-size: 17px;
  }
  #index-body .i-advantage .right .title::after {
    left: -82px;
    top: -14px;
    font-size: 65px;
 }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 18px;
  }
  #index-body .i-about .right .number-Plus ul {
    margin: -10px 0;
  }
  #index-body .i-about .right .number-Plus ul li {
    padding: 10px 0;
  }
  #index-body .i-advantage .right .title::after{
    font-size: 56px;
  }
  #index-body .i-application {
    height: 760px;
  }
  .font-48 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-advantage .right {
    padding-left: 32px;
  }
  #index-body .i-advantage .right .title::after{
    display: none;
  }
  .font-48 {
    font-size: 39px;
  }
  #index-body .i-application {
    height: 600px;
  }
  #index-body .i-application .list ul li .bottom span.h6 {
    font-size: 26px;
  }
  #footer .f-content {
    zoom: .8;
  }
  #footer .f-copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text {
    top: 50%;
  }
  #index-body .i-product .box ul li {
    padding: 30px 0;
    height: auto;
  }
  #index-body .i-product .box ul li .tit{
    font-size: 20px;
  }
  #index-body .i-product .box ul li .img-box {
    margin-top: 30px;
  }
  #index-body .i-product .box ul li .img-box img{
    width: 100%;
  }
  #index-body .i-product .box .slickBtn {
    font-size: 24px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-about .right .desc {
    line-height: 1.6;
  }
  #index-body .i-about .right .number-Plus ul li .num {
    font-size: 50px;
  }
  #index-body .i-advantage .left {
    width: 100%;
  }
  #index-body .i-advantage .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-advantage .right .con {
    line-height: 1.6;
  }
  #index-body .i-application {
    height: 500px;
    zoom: .8;
  }
  #index-body .i-news .header .con {
    width: 100%;
  }
  #index-body .i-news .content ul li .text {
    padding: 17px 60px 47px 19px;
  }
  .font-40 {
    font-size: 26px;
  }
  .font-20 {
    font-size: 18px;
  }
  #footer .f-header .title {
    width: 100%;
  }
  #footer .f-header .more {
    margin-top: 20px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .font-18 {
    font-size: 16px;
  }
  .more {
    font-size: 16px;
    padding: 12px 16px;
  }
  .font-48 {
    font-size: 36px;
  }
  #index-body .i-about .left .title::after {
    font-size: 63px;
    top: -30px;
  }
  #index-body .i-about .right .desc {
    line-height: 1.8;
  }
  #index-body .i-advantage .right .title::after {
    font-size: 80px;
  }
  #index-body .i-application .list ul li {
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #index-body .i-application .list ul li span.sidebar {
    display: none;
  }
  #index-body .i-application .list ul li .bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  #footer .f-header .more {
    font-size: 20px;
    padding: 18px 28px 18px 31px;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .con {
    display: none;
  }
  #index-body .i-product .box ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product .box ul li {
    border-right: 0;
    flex: initial;
    width: 100%;
  }
  #index-body .i-product .box ul li:first-child{
    border: 0;
  }
  #index-body .i-product .box ul li .img-box {
    margin-top: 30px;
  }
  #index-body .i-product .box .slickBtn {
    font-size: 18px;
  }
  #index-body .i-about .left .title::after {
    font-size: 45px;
    left: 10px;
    top: -20px;
  }
  #index-body .i-about .right .desc {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-about .right .number-Plus ul li .num {
    font-size: 40px;
  }
  #index-body .i-about .right .number-Plus ul li .num sup {
    font-size: 20px;
  }
  #index-body .i-about .right .number-Plus ul li .num sub {
    font-size: 16px;
  }
  #index-body .i-about .right .number-Plus ul li p {
    font-size: 16px;
  }
  #index-body .i-advantage .right .title::after {
    font-size: 60px;
    left: 0;
    top: -14px;
  }
  #index-body .i-application {
    zoom: 1;
    height: 300px;
  }
  #index-body .i-application .list ul li .bottom span.h6 {
    font-size: 20px;
  }
  #index-body .i-news .header .con {
    line-height: 1.8;
  }
  .font-48 {
    font-size: 32px;
  }
  #footer .f-header .title {
    font-size: 26px;
  }
  #footer .f-header .more {
    font-size: 16px;
    padding: 12px 16px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .f-copy svg {
    max-height: 23px;
    margin-top: -1px;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.inner-banner {
  position: relative;
  margin-top: 88px;
}
.inner-banner .bg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
}
.inner-banner .mbx {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  text-align: center;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
  color: #fff;
}
.inner-banner.prodet-banner .mbx h2 {
  font-weight: bold;
  font-size: 34px;
  margin-top: 10px;
  line-height: 1.4;
    color: #fff;
}
.inner-banner .mbx h4,.inner-banner .mbx h4 a {
  font-size: 16px;
  line-height: 30px;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .inner-banner .bg{
    height: 400px;
  }
  .inner-banner .mbx {
    bottom: 60px;
  }
}
.contact-page .init-1 {
  margin-top: 100px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 1.6;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 1.6;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 1.6;
  color: #b0b0b0;
  font-weight: 500;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 50px;
}
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
}
.submit::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.3);
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left .title{
    font-size: 36px;
  }
  .contact-page .init-1 .container .right{
    margin-top: 0;
  }
  .contact-page .init-1{
    margin-top: 60px;
  }
}
@media (max-width:700px) {
  .contact-page .init-2{
    margin-top: 30px;
  }
  .contact-page .init-1{
    margin-top: 30px;
  }
  .contact-page .init-1 .container{
    -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left img{
    margin-top: 20px;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
   .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
}
.news-page {
  padding: 140px 0;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}
.news-page .news-box .news-left ul li .box-b p{
  line-height: 1.8;
}
.news-page .news-box .news-left ul li .box-b .more{
  background: var(--color);
}
.news-page .news-box .news-left ul li .box-b .more:hover{
  background: #000;
}
.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right h2{
  font-weight: bold;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
  font-family: var(--font);
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  color: #939393;
  border-radius: 20px;
  font-weight: 400;
}
.news-page .news-box .news-right .box .box-b .text p{
  font-weight: 600;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font);
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 1450px) {
   .font-25 {
    font-size: 25px;
  }
  .font-16 {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
  .news-page .news-box .news-right .box{
    height: 500px;
  }
  .news-page .news-box .news-right .box .box-b{
    width: calc(100% - 50px);
  }
  .news-page .news-box .news-right .news-media,
  .news-page .news-box .news-right .news-category{
    padding: 30px 15px 20px;
  }
}
@media (max-width: 1000px) {
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .news-page{
    padding: 30px 0;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 25px 20px;
  }
}
@media (max-width: 500px) {
  .font-25{
    font-size: 20px;
  }
   .news-page .news-box .news-left ul li .box-b {
    padding: 20px 15px;
  }
  .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
  }
}
.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--color);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}
.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #036eb8;
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: sticky;
    top: 100px;
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #036eb8;
}
.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}
.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}
.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}
.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-weight: bold;
}
.product-2 .sidebar-info {
   font-size: 16px;
    margin-bottom: 4.7em;
    padding: 8em 3em 8.5em;
    border-radius: 20px;
    background: url(../images/by.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2em;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin: 2.5em 0 2.8em;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2em;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4em;
    font-size: 1.8em;
    line-height: 1;
    color: #fff;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  font-weight:400;
  line-height: 1.6;
  max-height: 210px;
  overflow-y: scroll;
}
@media screen and (max-width: 1680px) {
  .product-2 .sidebar-info {
    font-size: 16px;
    margin-bottom: 3em;
    padding: 4em 1.5em 4.25em;
  }
}
@media screen and (max-width: 1450px) {
  .sider-box .sider-left h2{
    font-size: 25px;
  }
  .product-page .init-1 .tip_title{
    font-size: 30px;
  }
  .product-page .init-1 .des{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  .sider-box .sider-left .category,
  .sider-box .sider-left .quote,
  .product-page .init-1,
  .product_list{
    padding: 30px 15px;
  }
  .product-2 .sidebar-info h5{
    font-size: 30px;
    margin-bottom: 1em;
  }
  .product-2 .sidebar-info p{
    font-size: 18px;
    line-height: 1.6;
  }
  .product-2 .sidebar-info .info-tel {
    font-size: 16px;
    line-height: 1.8;
    margin: 1.5em 0 1.8em;
  }
  .product-2 .sidebar-info .icon a {
    margin: 0 1em;
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box{
    width: 100%;
  }
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .product-2{
    margin: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .product_list ul li{
    width: 50%;
  }
  .product-page .product-2{
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   .product_list {
    padding: 15px;
  }
  .product_list ul li{
    width: 100%;
  }
  .product-page .init-1 .tip_title{
    font-size: 24px;
    line-height: 1.5;
  }
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}
.product-page .pro_init_1 {
  padding-top: 80px;
}
.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}
.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}
.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .pro_init_1 .container .right{
  width: 46%;
}
.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #a8a8a8;
  font-weight:500;
}
.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}
.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}
.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .content {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
  background: var(--color);
}
.product-page .pro_init_1 .container .right .more:hover{
  background: #000;
}
.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
.product-page .prodet-2 {
    padding: 90px 0 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 600;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .det table th,
.product-page .prodet-2 .ret .det table td{
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}
.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}
.product-page #index-body .product {
  padding: 95px 0 115px;
}
#index-body .product .product-content ul {
  margin: 50px -15px 0;
}
#index-body .product .product-content ul li {
  padding: 0 15px;
  position: relative;
}
#index-body .product .product-content ul li:hover .box .img_box img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.04);
}
#index-body .product .product-content ul li:hover .box h4{
  color:var(--color);
}
#index-body .product .product-content ul li .box .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}
#index-body .product .product-content ul li .box .img_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li .box .title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
#index-body .product .product-content ul li .box .title h4 {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  line-height: 1.8;
  margin-top: 40px;
  text-align: center;
}
#index-body .product .product-content ul li .box .title h4:hover {
  color: var(--color);
}
#index-body .product .product-content ul li .box .btn {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  background: var(--color);
}
.product-page .init-4 .container .more:hover{
  background: #000;
}
@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}
@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left{
    width: 100%;
  }
  .product-page .pro_init_1 .container .right{
    width: 100%;
    margin-top: 20px;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
      line-height: 2;
    }
    .product-page .pro_init_1{
      padding-top: 30px;
    }
    .product-page .prodet-2 .ret .content dl dd h4{
      font-size: 24px;
      line-height: 1.5;
    }
    .product-page .init-4{
      padding: 60px 0;
    }
    .product-page #index-body .product{
      padding: 0 0 60px 0;
    }
}
@media screen and (max-width: 700px) {
   #index-body .product {
    padding: 30px 0;
  }
   .product-page  #index-body .product .product-content .product-title .btn-go {
    margin-top: 35px;
  }
  .product-page .prodet-2{
    padding: 30px 0;
  }
  #index-body .product .product-content ul{
    margin: 20px -15px 0;
  }
  #index-body .product .product-content ul li .box .title h4{
    margin-top: 20px;
  }
  .product-page .init-4 .container .more{
    margin-top: 20px;
  }
   .product-page .init-4 {
    padding: 30px 0;
    margin-top: 20px;
  }
  .product-page .init-4 .container .tip_title{
    font-size: 36px;
  }
  .product-page .prodet-2 .ret .content dl dd h4{
    font-size: 22px;
    line-height: 1.5;
  }
  .product-page .prodet-2 .ret .content dl dd .con{
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .text_2{
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 1.8;
  }
  .product-page .pro_init_1 .container .right .text_2{
    font-size: 30px;
  }
  .product-page .prodet-2 .ret .content dl dd h4{
    font-size: 20px;
    line-height: 1.4;
  }
  .product-page .prodet-2 .ret .content dl dd .con{
    font-size: 14px;
    line-height: 2;
  }
  .font-45 {
        font-size: 23px;
  }
  .product-page .init-4 .container .des{
    font-size: 15px;
    line-height: 2;
  }
}
.m-page {
  margin: 60px 0;
}
.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-page > div span,
.m-page > div a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid var(--color);
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
}
.m-page > div span:hover,
.m-page > div a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}
.m-page > div span {
  background: var(--color);
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  background: transparent;
  border: 0;
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-search-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
  border: 0;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 60px;
}
.faq-page .init-2 .container {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  /*width: -webkit-calc(100% - 590px);
  width: -moz-calc(100% - 590px);
  width: calc(100% - 590px);*/
  border: 1px solid #e9e9e9;
}
.faq-page .init-2 .container .left .list {
  margin-top: 20px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: var(--color);
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 54px 70px 40px 70px;
  background-color: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid var(--color);
}
@media (max-width: 1250px) {
    .faq-page .init-2 .container .right {
    display: none;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .m-page{
    margin: 30px 0;
  }
  .faq-page .init-1 .container .tip{
    font-size: 30px;
  }
}
@media (max-width: 500px) {
*::-webkit-scrollbar{
  height: 3px
}
  .faq-page .init-1 .container .tip {
    font-size: 24px;
    line-height: 44px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
}
.case-page{
  padding: 100px 0;
}
.case-page ul{
  margin: 0 -20px -96px 0;
}
.case-page ul li{
  padding: 0 20px 96px 0;
}
.case-page ul li .ig{
  border: 1px solid var(--color);
}
.case-page ul li .ig .img-box{
  display: block;
}
.case-page ul li .ig p{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 17px 77px; 
  height: 100px;
}
.apdet-page .container .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: capitalize;
}
.apdet-page .container .time {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.apdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  line-height: 1.8;
  font-size: 16px;
}
.m-link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.m-link a {
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.m-link a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .case-page ul{
    margin: 0 -40px -40px 0;
  }
  .case-page ul li{
    padding: 0 40px 40px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 30px 26px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page ul{
    margin: 0 -20px -20px 0;
  }
  .case-page ul li{
    padding: 0 20px 20px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
  .m-link{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .case-page ul{
    margin: 0 -15px -15px 0;
  }
  .case-page ul li{
    padding: 0 15px 15px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
  .m-link{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .apdet-page .container .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .m-link a{
    font-size: 16px;
    line-height: 1.8;
  }
}
.service-page .service-1 ul.serlist li a.play {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-page .service-1 ul.serlist li a.play:before {
    -webkit-animation-delay: 0.6s !important;
    -moz-animation-delay: 0.6s!important;
    animation-delay: 0.6s !important;
}
.service-page .service-1 ul.serlist li a.play:before, 
.service-page .service-1 ul.serlist li a.play:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .h3 em {
  color: var(--color);
}
.service-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  cursor: pointer;
}
.service-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.service-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 .top .navbox .btn:before {
  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%) ;
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
.service-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-1 .top .navbox .btn::after{
  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%) ;
  content: "\e7a2";
  font-family: 'iconfont';
  font-size: 20px;
  color: var(--color);
  transition: all 0.5s;
}
.service-page .service-1 .top .navbox .btn:hover::after{
  color: white;
}
.service-page .service-1 .top .navbox .btn.slick-next::after{
  content: "\e7a3";
}
.service-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.service-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li {
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li .text {
  margin-top: 30px;
}
.service-page .service-1 ul.serlist li .text .h4 {
  color: #FFF;
  margin-bottom: 25PX;
}
.service-page .service-5 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-5 .ui.container .left {
  width: 45%;
}
.service-page .service-5 .ui.container .right {
  width: 50%;
}
.service-page .service-5 .ui.container .left .h3 {
  text-transform: uppercase;
}
.service-page .service-5 .ui.container .left .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-5 .ui.container .left p {
  margin-top: 0px;
  margin-bottom: 60px;
}
.service-page .service-5 .ui.container .left p em {
  color: #046fb8;
  font-weight: 900;
}
.service-page .service-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .ui.container .left {
  width: 50%;
}
.service-page .service-2 .ui.container .right {
  width: 45%;
}
.service-page .service-2 .ui.container .right .h3 {
  text-transform: uppercase;
}
.service-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-2 .ui.container .right p {
  margin-top: 40px;
  margin-bottom: 60px;
}
.service-page .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .ui.container .h3 {
  width: 100%;
  margin-bottom: 40px;
}
.service-page .service-3 .ui.container .h3 em {
  color: var(--color);
}
.service-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 200px;
}
.service-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.service-page .service-3 .ui.container .right ul {
  width: 100%;
}
.service-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.service-page .service-3 .ui.container .right ul li .h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.service-page .service-4 {
  padding-bottom: 70px;
  position: relative;
}
.service-page .service-4 .ui.container .h3 {
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  font-weight: bold;
}
.service-page .service-4 .ui.container .h3 a {
  height: 94px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #232323;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.service-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.service-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .service-page .service-3 .ui.container .left {
    display: none;
  }
  .service-page .service-3 .ui.container .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .service-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }
  .service-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page .service-4 {
    padding-bottom: 100px;
  }
  .pt-160 {
    padding-top: 40px;
  }
  .service-page .service-4 .ui.container .h3 a {
    font-size: 16px;
  }
  .service-page .service-2 .ui.container .left {
    width: 100%;
  }
  .service-page .service-2 .ui.container .right {
    width: 100%;
  }
  .service-page .service-1 ul.serlist li .text {
    margin-top: 40px;
  }
}
.oem-page .tips_title {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}
.oem-page .init-1 .container .tips_des {
  text-align: center;
  font-size: 18px;
  margin: 10px auto 0;
  max-width: 1200px;
  line-height: 1.6;
}
.oem-page .init-1 .container .content {
  margin-top: 66px;
}
.oem-page .init-1 .container .content .swiper-slide {
    box-shadow: 0px 0px 3px 2px #e9e9e9;
    min-width: 400px;
    min-height: 355px;
    border-radius: 30px;
    padding: 37px;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 30%;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.5;
  min-height: 1.3em;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.oem-page .init-2 {
  margin-top: 110px;
}
.oem-page .init-2 .container .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .left {
  width: 42%;
}
.oem-page .init-2 .container .content .left .des {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.oem-page .init-2 .container .content .left .img_cont {
  position: relative;
  margin-top: 50px;
}
.oem-page .init-2 .container .content .left .img_cont .img_1 {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.oem-page .init-2 .container .content .left .img_cont .img_2 {
  height: 86%;
  position: absolute;
  bottom: 30px;
  right: -100px;
}
.oem-page .init-2 .container .content .right {
  width: 47%;
}
.oem-page .init-2 .container .content .right .img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.oem-page .init-2 .container .content .left h3,
.oem-page .init-2 .container .content .right h3{
  font-weight: 500;
}
.oem-page .init-2 .container .content .right .des {
  font-size: 18px;
  line-height: 1.6;
}
.oem-page .init-2 .container .content .right .list_cont {
  margin-top: 10px;
}
.oem-page .init-2 .container .content .right .list_cont .list {
  margin-top: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
  font-size: 20px;
  line-height: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .num {
  font-size: 16px;
  line-height: 30px;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt {
  margin-top: 10px;
  height: 9px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #b7b7b7;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt div {
  border-radius: 4px;
  background-color: var(--color);
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(2) .jdt div {
  width: 20%;
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(3) .jdt div {
  width: 50%;
}
.oem-page .init-2 .container .content .right .list_cont .list.active .jdt div {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.oem-page .init-3 {
  margin-top: 120px;
}
.oem-page .init-3 .container form {
  max-width: 890px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .init-3 .container form .list {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}
.oem-page .init-3 .container form .list.w_50 {
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
}
.oem-page .init-3 .container form .list.text_center {
  text-align: center;
  margin-top: 40px;
}
.oem-page .init-3 .container form .list.list_upload {
  cursor: pointer;
  height: 56px;
}
.oem-page .init-3 .container form .list.list_upload input {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.oem-page .init-3 .container form .list.list_upload .cont {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-3 .container form .list input,
.oem-page .init-3 .container form .list textarea {
  padding: 16px;
  width: 100%;
  background-color: #404040;
  border: none;
}
.oem-page .init-3 .container form .list input::-webkit-input-placeholder, .oem-page .init-3 .container form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-moz-placeholder, .oem-page .init-3 .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::-moz-placeholder, .oem-page .init-3 .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-ms-input-placeholder, .oem-page .init-3 .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::placeholder,
.oem-page .init-3 .container form .list textarea::placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list .submit_btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  padding: 12px 60px;
      border: 1px solid var(--white);
}
.oem-page .init-4 {
  margin-top: 110px;
}
.oem-page .init-4 .swiper{
  overflow: hidden;
}
.oem-page .init-4 .container .title_list {
  position: relative;
}
.oem-page .init-4 .container .title_list .prev,
.oem-page .init-4 .container .title_list .next {
  position: absolute;
  width: 10px;
  height: 24px;
  top: 82px;
  right: 0;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.oem-page .init-4 .container .title_list .prev {
  left: 0;
}
.oem-page .init-4 .container .title_list .subline {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 90px 0;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont {
  position: relative;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .cir {
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .num {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont {
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -webkit-calc(126%);
  bottom: -moz-calc(126%);
  bottom: calc(126%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top:-110px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p {
  padding: 6px 12px;
  background-color: var(--color);
  position: relative;
  top: 20px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid var(--color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .num {
  top: -34px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont {
  top: -webkit-calc(126%);
  top: -moz-calc(126%);
  top: calc(126%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::before {
  display: none;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .cir,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .cir {
  background-color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .num,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .num {
  color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .text_cont,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .text_cont {
  opacity: 1;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
  padding: 90px 50px 50px 50px;
  border: 1px solid #fff;
  position: relative;
  height: auto;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
  max-width: 150px;
  position: absolute;
  bottom: 6px;
  right: 1px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(20%, rgb(240 130 0 / 20%) 20%), color-stop(rgb(240 130 0 / 0)), to(rgb(240 130 0 / 0)));
  background-image: -webkit-linear-gradient(left top, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
  background-image: -moz-linear-gradient(left top, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
  background-image: linear-gradient(to right bottom, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 36px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .cont .cir {
  background-color: var(--color);
}
.logistics-page .init-1 .container .left{
  width: 53%;
}
.logistics-page .init-1 .container .left img{
  width: 100%;
}
.logistics-page .init-1 .container .right{
  width: 43%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
.logistics-page .init-1 .container .right .title{
  font-weight: bold;
}
.logistics-page .init-1 .container .right .des{
  margin-top: 40px;
  color: #777777;
}
.logistics-page .init-1 .container .right .list_cont{
  padding: 40px 55px 40px 110px;
  background: #eeeeee;
  margin-top: 60px;
  width: calc(100% + 250px);
  margin-left: -250px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
  justify-content: space-between;
  padding: 40px 55px 40px 59px;
}
.logistics-page .init-1 .container .right .list_cont li {
    border-right: 1px solid #c1c1c1;
    padding-right: 71px;
}
.logistics-page .init-1 .container .right .list_cont li:last-child {
    border: none;
}
.logistics-page .init-1 .container .left img{
border-radius: 30px;
}
.logistics-page .init-1 .container .right .list_cont{
border-radius: 30px;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img{
width: 15%;
}
.logistics-page .init-1 .container .right .list_cont li .top{
  font-size: 20px;
  line-height: 1;
}
.logistics-page .init-1 .container .right .list_cont li .top em{
  font-weight: bold;
  font-size: 60px;
}
.logistics-page .init-1 .container .right .list_cont li .bottom{
  margin-top: 14px;
}
@media (max-width: 1500px) {
   .oem-page .tips_title {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    right: -44px;
    bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .oem-page .init-2 .container .content .left {
    width: 100%;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    display: none;
  }
  .oem-page .init-2 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
   .logistics-page .init-1 .container .left{
    width: 100%;
  }
  .logistics-page .init-1 .container .right{
    width: 100%;
    margin-top: 20px;
  }
  .logistics-page .init-1 .container .right .des{
    margin-top: 16px;
  }
  .logistics-page .init-1 .container .right .list_cont{
    width: 100%;
    margin-left: 0;
    padding: 20px 16px;
  }
  .logistics-page .init-1 .container .right .list_cont li{
    margin: 10px 0;
  }
  .oem-page .init-1 .container .content .swiper-slide{
    min-width: auto;
  }
}
@media (max-width: 700px) {
  .oem-page .init-2 {
    margin-top: 40px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 16px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .oem-page .init-4 .container .title_list {
    margin-bottom: 30px;
  }
  .oem-page .tips_title {
    font-size: 24px;
    line-height: 44px;
  }
  .oem-page .init-1 .container .tips_des {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-1 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 14px;
    line-height: 32px;
    min-height: 5.3em;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 10px;
  }
  .oem-page .init-2 .container .content .left .img_cont {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .des {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .init-3 .container form {
    margin-top: 0;
  }
  .oem-page .init-3 .container form .list.text_center {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list .submit_btn {
    padding: 6px 40px;
  }
  .oem-page .init-4 {
    margin-top: 40px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
    margin: auto;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 3.2em;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 30px;
  }
}
.gallery-page{
  padding:100px 0; 
}
.gallery-page .container .content {
  margin: 0 -20px;
  margin-top: -50px;
}
.gallery-page .container .content p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 20px;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 8px;
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}
.gallery-page .container .m-page {
  text-align: center;
}
@media screen and (max-width: 1000px){
  .gallery-page .container .content .column{
    width: 33.3333%;
  }
  .gallery-page{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px){
  .gallery-page .container .content .column{
    width: 50%;
  }
  .gallery-page{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px){
  .gallery-page .container .content {
    margin: 0;
  }
  .gallery-page .container .content .column {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  .gallery-page .container .content .column:first-child {
    margin-top: 0;
  }
  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
}
.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 1520px;
}
.about-page .about-1 .container .left span{
  font-weight: 500;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  margin-top: 10px;
  font-weight: bold;
}
.about-page .about-1 .container .left img {
  margin-top: 48px;
  border-radius: 30px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 60px;
  padding-bottom: 100px;
}
.about-page .about-1 .text p {
  color: #4e4e4e;
     padding: 0 30px; 
    line-height: 1.8;
}
.about-page .about-1 ul {
  margin-bottom: 180px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
  line-height:1.8;
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 1.8;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
  border-radius: 30px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 600px;
  padding-top: 90px;
  position: relative;
  border-radius: 0 0px 30px 30px;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
  margin-top: 30px;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  height: 374px;
  padding-left: 50px;
  padding-right: 30px;
  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;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 180px 0 160px;
  text-align: center;
}
.about-page .about-4 h2 {
    margin-top: 95px;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.about-page .our-rz {
 padding: 0px 0 183px;
}
.about-page .our-rz ul {
    display: flex;
    justify-content: space-between;
}
.about-page .our-rz ul li {
    box-shadow: 0px 0px 9px 3px #e7e7e7;
    border-radius: 20px;
}
.about-page .our-rz ul li img {
    border-radius: 20px;
}
.about-page .our-rz h2 {
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
}
.about-page .our-rz h2:after {
    content: "";
    position: absolute;
    width: 10%;
    left: 50%;
    height: 3px;
    background: var(--color);
    bottom: -10px;
    transform: translateX(-50%);
}
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: var(--color);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.8rem;
  font-weight: bold;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #010101;
    /* text-transform: uppercase; */
    font-weight: bold;
}
.inner-page .top h2 span {
  color: var(--color);
}
.inner-page .top.center h6::after {
  opacity: 1;
}
.about-page .about-33 {
  padding: 4.5rem 0 4.5rem;
}
.about-page .about-33 .top h2 {
  color: #000;
}
.about-page .about-33 .offerBox .swiper{
  overflow: hidden;
}
.about-page .about-33 .offerBox .swiper {
  padding: 4.5rem 2rem 0;
  overflow: hidden;
}
.about-page .about-33 .offerBox .swiper .swiper-slide {
    padding: 44px;
    box-shadow: 0px 0px 9px 3px #eee;
    margin-bottom: 30px;
    min-height: 412px;
    border-radius: 30px;
}
.about-page .about-33 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-33 .offerBox .swiper-slide:hover h4 {
  color: var(--color);
}
.about-page .about-33 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-33 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
  background: var(--color);
  left: -1rem;
  top: -1rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-33 .offerBox .swiper-slide h4 {
  font-size: 26px;
  line-height: 1;
  color: #000000;
  font-weight: 900;
  margin: 2.4rem 0 1.2rem;
  text-transform: uppercase;
}
.about-page .about-33 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 2;
  color: #949393;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(1) span {
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(1):hover span {
  background: url(/btbltech/2025/12/09/tubiao6.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(2) span {
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(2):hover span {
  background: url(/btbltech/2025/12/04/tubiao4.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(3) span {
  background: url(/btbltech/2025/12/04/tubiao11-1.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(3):hover span {
  background: url(/btbltech/2025/12/04/tubiao3.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(4) span {
  background: url(/btbltech/2025/12/04/88.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(4):hover span {
  background: url(/btbltech/2025/12/04/8.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(5) span {
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(5):hover span {
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(6) span {
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(6):hover span {
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(7) span {
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(7):hover span {
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(8) span {
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-33 .offerBox .swiper-slide:nth-child(8):hover span {
  background: url(../images/offer-8-h.png) no-repeat center center;
}
@media (max-width: 1600px) {
  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
    
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
}
@media (max-width: 1200px) {
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    line-height: 1.6!important;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .container .left {
    width: 100%;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
    border-radius: 0 0px 30px 30px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-1{
    padding: 60px 0 0 0;
  }
  .about-page .our-rz ul{
    margin: -10px;
  }
  .about-page .our-rz ul li{
   box-shadow: 0px 0px 9px 3px #e7e7e7;
}
  }
  .about-page .about-3{
    margin-top: 60px;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 100%;
  }
  .about-page .about-2 .bg {
    display: none;
    border-radius: 30px;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
  .about-page .our-rz {
   padding: 0px 0 183px;
  }
  .about-page .about-33 .offerBox .swiper-slide h4 {
    font-size: 16px;
  }
  .about-page .about-1{
    padding: 30px 0 0;
  }
  .about-page .about-2 .content{
    padding: 30px 0;
  }
  .about-page .about-3{
    margin: 30px 0 0 0;
  }
  .about-page .about-3 .left{
    margin-bottom: 30px;
  }
  .about-page .about-3 .right .box .box-l{
    height: auto;
    padding: 40px 20px;
  }
  .about-page .about-3 .right .box .box-l{
    line-height: 1.8;
  }
  .font-45 {
    font-size: 30px;
  }
  .about-page .our-rz ul li{
    width: 33.3333%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
    
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 30px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 30px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .inner-page .top h6{
    font-size: 20px;
  }
  .inner-page .top h2{
    font-size: 36px;
  }
  .inner-page .top h6::after{
    opacity: 1;
  }
  .about-page .our-rz ul li{
    width: 50%;
  }
}
.seoPublic > div{
  font-weight: 400;
  font-size: 48px;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  padding-top: 0;
  padding-bottom: 0;
}
.seoPublic .Auxil-about .box .right div.h3,
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: 600;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  background: transparent;
}
#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;
}
.video_box video{
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}