@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
/* 栅格 */
.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;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.pr {
  position: relative;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #c30d23;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .nav .ui.menu {
  height: 80px;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  width: 51%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  font-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  color: var(--color);
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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: 8px 15px;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: 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 > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .box .yuy span i {
  font-size: .6em;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  height: 2.66666667em;
  border: 1px solid var(--color);
  border-radius: 1.33333333em;
  margin-right: 1.33333333em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.more em {
  padding: 0 1em;
}
.more i {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-color: var(--color);
  border: 1px solid transparent;
  color: white;
  margin-right: -1.33333333em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: var(--color);
  color: white;
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  color: var(--color);
  border-color: var(--color);
}
.nofull {
  color: transparent;
  -webkit-text-stroke: #333;
  -webkit-text-stroke-width: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
span.h2 {
  line-height: 1.2;
}
span.h2 em {
  color: var(--color);
}
span.tag {
  color: var(--color);
}
.text {
  line-height: 1.55555556;
  color: #666;
}
.text strong {
  color: #333;
}
.slickBtn:not(.pos) {
  height: 2.5em;
  border-radius: 2em;
  background-color: var(--color);
  padding: 0 .5em;
  position: relative;
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.slickBtn:not(.pos):before {
  content: '';
  width: 1px;
  height: .8em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  opacity: .5;
}
.slickBtn:not(.pos) div {
  color: inherit;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn:not(.pos).nobg {
  border: 1px solid #333;
  color: black;
  background-color: transparent;
}
.slickBtn:not(.pos).nobg:before {
  background-color: black;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20%;
  color: white;
}
#banner li .content .nofull {
  -webkit-text-stroke: white;
  -webkit-text-stroke-width: 2px;
}
#banner li .content span.h2 em {
  position: relative;
  color: inherit;
}
#banner li .content span.h2 em:after {
  content: '';
  width: 100%;
  height: .4em;
  position: absolute;
  bottom: .1em;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
#banner li .content .text {
  color: inherit;
}
#banner li .page .num {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  padding-left: .2em;
  line-height: 1.2;
}
#banner li .page .num:before {
  content: '';
  width: .3em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
}
#index-body .init-1 span.h6 {
  line-height: 1;
}
#index-body .init-1 span.h6 sub {
  vertical-align: baseline;
  color: var(--color);
}
#index-body .init-1 .nofull {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 li:hover .nofull {
  color: var(--color);
  -webkit-text-stroke: var(--color);
}
#index-body .init-2 .list li {
    height: 100%;
}
#index-body .init-2 .list .box {
  position: relative;
  padding: 0 5%;
  text-align: center;
  height: 100%;
}
#index-body .init-2 .list .box i.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/init-2-1-bg.png");
  background-size: 100% 100%;
  z-index: -1;
}
#index-body .init-2 .list .box i.bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  background-image: url("../images/init-2-2-bg.png");
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list .box span.h6 {
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list .box a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: .5em solid white;
  background-color: black;
  margin-left: auto;
  margin-right: 7%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#index-body .init-2 .list .box:hover i.bg:before {
  opacity: 1;
}
#index-body .init-2 .list .box:hover a.link {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init-3 {
  overflow: hidden;
}
#index-body .init-3 span.h2 {
  line-height: .8;
  -webkit-animation: lz 5s linear infinite;
  -moz-animation: lz 5s linear infinite;
  animation: lz 5s linear infinite;
}
#index-body .init-3 span.h2 em {
  color: inherit;
}
#index-body .init-3 span.h2 i {
  width: 0.88659794em;
  height: 0.88659794em;
  border-radius: 100%;
  border: 1px solid var(--color);
  color: var(--color);
  font-weight: normal;
  -webkit-text-stroke: unset;
  -webkit-text-stroke-width: 0;
  margin: 0 0.36082474em;
}
#index-body .init-3 span.h2 i:before {
  font-size: .5em;
}
#index-body .init-4 .box .img {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box .img .title {
  position: absolute;
  border-top: 0.33333333em solid white;
  background-color: white;
  border-right: 0.33333333em solid white;
  color: white;
  bottom: 0;
  left: 0;
  padding: 0.33333333em 0.5em;
  z-index: 1;
}
#index-body .init-4 .box .img .title:before,
#index-body .init-4 .box .img .title:after {
  content: '';
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  border-width: 0.5em;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: white;
  -webkit-transform: rotate(45deg) translate(-0.23333333em, 0.46666667em);
  -moz-transform: rotate(45deg) translate(-0.23333333em, 0.46666667em);
  -ms-transform: rotate(45deg) translate(-0.23333333em, 0.46666667em);
  transform: rotate(45deg) translate(-0.23333333em, 0.46666667em);
  position: absolute;
  z-index: -2;
}
#index-body .init-4 .box .img .title:before {
  bottom: 100%;
  left: 0;
}
#index-body .init-4 .box .img .title:after {
  bottom: 0;
  left: 100%;
  -webkit-transform: rotate(45deg) translate(0.23333333em, 0.46666667em);
  -moz-transform: rotate(45deg) translate(0.23333333em, 0.46666667em);
  -ms-transform: rotate(45deg) translate(0.23333333em, 0.46666667em);
  transform: rotate(45deg) translate(0.23333333em, 0.46666667em);
}
#index-body .init-4 .box .img .title i.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color);
  border-radius: inherit;
  z-index: -1;
}
#index-body .init-4 .box .img .title i.icon {
  border-radius: inherit;
  overflow: hidden;
}
#index-body .init-4 .box .img .title span {
  max-width: 6.5em;
  line-height: 1.2;
}
#index-body .init-5 {
  color: white;
}
#index-body .init-5 .text {
  color: inherit;
}
/*#index-body .init-5 .list li {
  width: 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .box {
  position: relative;
  padding: 1em;
  overflow: hidden;
  border: 1px solid white;
  height: 100%;
}
#index-body .init-5 .list li span.num {
  color: var(--color);
}
#index-body .init-5 .list li .pos {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  top: 0;
  padding: inherit;
}
#index-body .init-5 .list li .pos span.h6 {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
#index-body .init-5 .list li .box2 {
  min-width: 730px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .box2 .text {
  margin-bottom: auto;
}
#index-body .init-5 .list li.active {
  width: 45%;
}
#index-body .init-5 .list li.active .pos {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-5 .list li.active .box2 {
  opacity: 1;
}*/
#index-body .init-6 .text {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-6 .list {
  padding: 0 31%;
  overflow: hidden;
}
#index-body .init-6 .list ul li .box {
  height: 20.3125vw;
  position: relative;
  z-index: 1;
  color: white;
  margin-bottom: 2em;
}
#index-body .init-6 .list ul li .box:before {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black 20%, transparent);
  background-image: -moz-linear-gradient(bottom, black 20%, transparent);
  background-image: linear-gradient(to top, black 20%, transparent);
  z-index: -1;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .0;
}
#index-body .init-6 .list ul li .box:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  border-radius: inherit;
}
#index-body .init-6 .list ul li .box .content {
  padding: 8%;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-6 .list ul li .box .content .text {
  color: inherit;
}
#index-body .init-6 .list ul li .box a.link {
  position: absolute;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 0.52941176em solid white;
  background-color: black;
  bottom: -2em;
  right: 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list ul li .box a.link:before,
#index-body .init-6 .list ul li .box a.link:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border-width: .5em;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: white;
  position: absolute;
  bottom: 50%;
}
#index-body .init-6 .list ul li .box a.link:before {
  right: 100%;
  -webkit-transform: rotate(-45deg) translate(-0.3em, 0.3em);
  -moz-transform: rotate(-45deg) translate(-0.3em, 0.3em);
  -ms-transform: rotate(-45deg) translate(-0.3em, 0.3em);
  transform: rotate(-45deg) translate(-0.3em, 0.3em);
}
#index-body .init-6 .list ul li .box a.link:after {
  left: 100%;
  -webkit-transform: rotate(45deg) translate(0.3em, 0.3em);
  -moz-transform: rotate(45deg) translate(0.3em, 0.3em);
  -ms-transform: rotate(45deg) translate(0.3em, 0.3em);
  transform: rotate(45deg) translate(0.3em, 0.3em);
}
#index-body .init-6 .list ul li .box a.link:hover {
  background-color: var(--color);
}
#index-body .init-6 .list .slick-list {
  overflow: unset;
}
#index-body .init-6 .list .slick-list .slick-slide {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current li .box:before {
  opacity: 1;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current li .box:after {
  opacity: 0;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current li .box .content {
  opacity: 1;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current ~ div {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#index-body .init-7 span.h2 {
  margin-bottom: auto;
}
#index-body .init-7 .list li {
  height: 100%;
}
#index-body .init-7 .list .box2 {
  padding: 0.42857143em 0.7em;
  background-color: #f7f7f7;
  height: 100%;
}
#index-body .init-7 .list .box2 a.cat {
  height: 2.25em;
  padding: 0 1.375em;
  border-radius: 1.125em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
#index-body .init-7 .list .box2 a.link {
  height: 2.5em;
  padding: 0 .8em;
  border-radius: 1.25em;
  background-color: white;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list .box2 a.link i {
  color: #333;
  font-size: 1.7em;
}
#index-body .init-7 .list .box2 a.link:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-7 .list .box2 a.link:hover i {
  color: inherit;
}
#index-body .init-7 .list .box2:hover a.cat {
  background-color: var(--color);
  color: white;
}
#index-body .init-8 .box {
  width: 47%;
  padding: 2.5%;
  background-color: black;
  color: white;
}
#index-body .init-8 .box input,
#index-body .init-8 .box textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding: .9em 1.2em;
}
#index-body .init-8 .box input::-webkit-input-placeholder, #index-body .init-8 .box textarea::-webkit-input-placeholder {
  color: #ccc;
}
#index-body .init-8 .box input:-moz-placeholder, #index-body .init-8 .box textarea:-moz-placeholder {
  color: #ccc;
}
#index-body .init-8 .box input::-moz-placeholder, #index-body .init-8 .box textarea::-moz-placeholder {
  color: #ccc;
}
#index-body .init-8 .box input:-ms-input-placeholder, #index-body .init-8 .box textarea:-ms-input-placeholder {
  color: #ccc;
}
#index-body .init-8 .box input::placeholder,
#index-body .init-8 .box textarea::placeholder {
  color: #ccc;
}
#index-body .init-8 .box textarea {
  height: 10.71428571em;
}
#index-body .init-8 .box button {
  height: 3.25em;
  padding: 0 1em;
  border-radius: 1.625em;
  background-color: var(--color);
  color: white;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
  margin-top: .5em;
}
#index-body .init-8 .box button i {
  font-size: 1.4em;
}
#index-body .init-8 .box button:hover {
  background-color: white;
  color: var(--color);
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
#footer {
  color: white;
}
#footer .footer-top .text,
#footer .footer-top .nav,
#footer .footer-top .info {
  color: #ddd;
}
#footer .footer-top .text {
  max-width: 320px;
}
#footer .footer-top .nav li {
  margin-bottom: .7em;
}
#footer .footer-top .nav li ul {
    display: none;
}
#footer .footer-top .nav li a[href] {
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav li a[href]:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--color);
  margin-right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav li a[href]:hover {
  color: var(--color);
}
#footer .footer-top .nav li a[href]:hover:before {
  width: .5em;
  margin-right: .5em;
}
#footer .footer-top .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top hr {
  width: 34px;
  height: 4px;
  max-width: 100%;
  background-color: var(--color);
  border-radius: 2px;
  margin-left: 0;
  margin-right: auto;
}
#footer .footer-top .info {
  max-width: 280px;
}
#footer .footer-top .info li {
  margin-bottom: 1em;
}
#footer .footer-top .info i {
  width: 2.1em;
  height: 2.1em;
  border-radius: 100%;
  background-color: var(--color);
}
#footer .footer-top .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-top #ewm {
  max-width: 50px;
  border-radius: 5px;
  border: 4px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top #ewm:hover {
  max-width: 120px;
}
#footer .footer-bottom {
  background-color: var(--color);
}
#footer .footer-bottom svg {
  max-height: 1.71428571em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  /*#index-body .init-5 .list li .box2 {
    min-width: 580px;
  }*/
  #index-body .init-2 .list .box a.link {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1450px) {
  /*#index-body .init-5 .list li .box2 {
    min-width: 490px;
  }*/
  #index-body .init-7 .list .box2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .info i img {
    max-width: 60%;
    max-height: 60%;
  }
  #index-body .init-2 .list .box a.link {
    margin-right: 5.5%;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .page {
    display: none;
  }
  #banner li .box span.h2 {
    font-size: 40px;
  }
  #banner li .content {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .init-4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 3%;
  }
  /*#index-body .init-5 .list li .box2 {
    min-width: auto;
    width: 100%;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    opacity: 1;
  }
  #index-body .init-5 .list li .box2 i.icon {
    zoom: .7;
  }
  #index-body .init-5 .list li {
    width: 100% !important;
  }
  #index-body .init-5 .list li .img {
    width: 20%;
  }
  #index-body .init-5 .list li .content {
    width: 80%;
  }
  #index-body .init-5 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .list ul .pos {
    display: none;
  }*/
  #footer .footer-top .slide:nth-child(2),
  #footer .footer-top .slide:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .box span.h2 {
    font-size: 32px;
  }
  #index-body .init-1 span.h6 {
    font-size: 40px;
  }
  /*#index-body .init-5 .list li .img {
    width: 30%;
  }
  #index-body .init-5 .list li .content {
    width: 70%;
  }*/
  #index-body .init-6 .list {
    padding: 0 10%;
  }
  #index-body .init-6 .list ul li .box {
    height: 260px;
  }
  #index-body .init-7 span.h2 {
    margin-bottom: 1em;
  }
  #index-body .init-8 .box {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  #banner li .box span.h2 {
    font-size: 28px;
  }
  #banner li .box .more,
  #banner li .box .tag {
    display: none;
  }
  #banner li .content .text {
    margin-bottom: 0;
  }
  #index-body .init-1 span.h6 {
    font-size: 28px;
  }
  #index-body .init-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .box .right .list li > i {
    zoom: .7;
  }
  /*#index-body .init-5 .list li .img {
    width: 45%;
  }
  #index-body .init-5 .list li .content {
    width: 55%;
  }*/
  #index-body .init-6 .list {
    margin-top: 3%;
  }
  #index-body .init-8 .box {
    width: 100%;
  }
  #footer .footer-top .slide {
    width: 100%;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footer-top .box span.h6 {
    font-size: 18px;
  }
  .font-40 {
    font-size: 20px;
  }
  /*#index-body .init-5 .list li .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .list li .box2 .img {
    width: 100%;
    display: none;
  }
  #index-body .init-5 .list li .box2 .img img {
    width: 100%;
  }
  #index-body .init-5 .list li .box2 .content {
    width: 100%;
  }*/
  #banner li .content .text {
    display: none;
  }
  #banner li .box span.h2 {
    font-size: 20px;
  }
}


/*//////////////////*/
.text-color {
    color: var(--color);
}
.text-family1 {
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
}
.m-page .wp-pagenavi{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 0 8px;
    width: 78px;
    line-height: 85px;
    height: 78px;
    font-size: 20px;
    text-align: center;
    border-radius:50%;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}
.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    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 h3 {
    line-height: 1.2;
    margin-top: 10px;
    
}
.about-page .about-1 .container .left img {
    margin-top: 48px;
}
.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;
    
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 ul li .left p {
    font-size: 16px;
    line-height:30px;
    font-family: var(--font);
}
.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}
.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;
}
.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}
.about-page .about-2 .content {
    background-color: #092143;
    height: 570px;
    padding-top: 90px;
    position: relative;
}
.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-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: 300;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.8;
}
.about-page .about-4 h2 span {
    border-bottom: 2px solid var(--color);
}
.factory-page .factory-1 {
    /*padding: 90px 0 150px;*/
    position: relative;
}
.factory-page .factory-1 .container .left {
    max-width: 785px;
    margin-top: 60px;
}
.factory-page .factory-1 .container .left h3 {
    line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
    margin-top: 80px;
}
.factory-page .factory-1 .container .right {
    max-width: 600px;
    margin-top: 60px;
}
.factory-page .factory-1 .container .right p {
    max-width: 600px;
}
.factory-page .factory-1 .container .right img {
    margin-top: 80px;
}
.factory-page .factory-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
    padding: 0 60px;
}
.service .service-1 {
    padding-top: 110px;
}
.service .service-1 .container ul {
    margin: 0 -17px;
    background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
    padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    background-color: #ececec;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.service .service-1 .container ul li .img_box span {
    display: block;
    background-color: var(--color);
    color: white;
    position: absolute;
    left: 0;
    top: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    font-family: var(--font);
}
.service .service-1 .container ul li h4 {
    margin: 30px 0 15px;
}
.service .service-2 {
    padding: 120px 0 100px;
}
.service .service-2 .container {
    padding: 0 0px;
}
.service .service-2 .container .right {
    width: 54%;
}
.service .service-2 .container .right ul li.active .title {
    margin-bottom: 0;
    background-color: var(--color);
    color: white;
}
.service .service-2 .container .right ul li.active .title h4 {
    color: white;
}
.service .service-2 .container .right ul li.active .title span {
    background-color: var(--color);
}
.service .service-2 .container .right ul li.active .title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 30px 110px 30px 25px;
}
.service .service-2 .container .right ul li {
    width: 100%;
}
.service .service-2 .container .right ul li .title {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid var(--color);
    padding: 15px 20px 10px 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
    width: 90%;
    
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
}

.service .service-2 .container .right ul li .title:last-child {
    margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color);
    -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;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
    padding: 0 135px 0 25px;
    max-height: 0;
    overflow: hidden;
}
.service .service-3 {
    background-color: #f6f6f6;
    padding: 100px 0 110px;
}
.service .service-3 .container ul {
    margin-top: 45px;
}
.service .service-3 .container ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
    background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
    background-color: var(--color);
    color: #fff;
    
    font-size: 24px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
}
.service .service-3 .container ul li span {
    display: block;
    width: 50%;
    height: 50px;
    font-size: 18px;
    padding-left: 60px;
    line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
    text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.application .application-1 {
    padding: 140px 0 110px;
}
.application .application-1 .container .left {
    width: 33%;
}
.application .application-1 .container .left ul li.active {
    background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
    color: white;
}
.application .application-1 .container .left ul li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
    margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color);
    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;
}
.application .application-1 .container .left ul li a h4 {
    width: 75%;
    margin-left: 20px;
    line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
    font-size: 24px;
    margin-left: auto;
}
.application .application-1 .container .left .box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.application .application-1 .container .left .box .box-b {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
    color: white;
    text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
    background-color: white;
    padding: 15px 50px;
    border-radius: 20px;
    width: calc(100% - 100px);
    margin: 0 auto;
    text-align: center;
}
.application .application-1 .container .left .box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.application .application-1 .container .right {
    width: 67%;
    padding-left: 50px;
    margin-top: -10px;
}

.application .application-1 .container .right .imgs ul li {
    width: 48%;
    margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
    margin-bottom: 0;
    background-color: var(--color);
    color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
    background-color: #c4dda5;
}
.application .application-1 .container .right .faq-content ul li.active .title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
    width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid var(--color);
    padding: 15px 20px 10px 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
    width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
    margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color);
    -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;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
    padding: 0 135px 0 25px;
    max-height: 0;
    overflow: hidden;
}
.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-right {
    width: 35%;
    padding-left: 65px;
}
.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;
    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: auto;
    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;
    
    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;
}
.news-page .news-box .news-right .box img {
    width: 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: 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;
    }
    .service .service-1 .container ul {
        background-size: 80%;
    }
    .service .service-2 .container .right ul li.active p {
        padding: 30px 90px 30px 25px;
    }
}
@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;
    }
    .factory-page .factory-1 .container .right {
        max-width: 100%;
    }
    .factory-page .factory-1 .container .right p {
        max-width: 100%;
        margin-top: 0;
    }
    .factory-page .factory-1 .container .left span {
        margin-left: 0;
    }
    .factory-page .factory-1 .container .left h3 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service .service-1 .container ul li {
        width: 50%;
        margin: 20px 0;
    }
    .service .service-1 .container ul {
        background: none;
    }
    .service .service-2 {
        padding: 70px 0;
    }
    .service .service-2 .container {
        padding: 0 15px;
    }
    .service .service-2 .container .right {
        width: 60%;
    }
    .application .application-1 .container .left ul li a {
        height: auto;
        padding: 20px 15px;
    }
    .application .application-1 .container .left ul li a h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-box .news-right .box .box-b .text {
        padding: 15px;
    }
}
@media (max-width: 1000px) {
    .product-page .product-2{
        margin-top: 0px!important;
    }
    .product-page .init-1 .tip_title{
        font-size: 20px!important;
        line-height: 36px!important;
    }
    .inner-banner {
        /*margin-top: 120px;*/
        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;
        height: auto;
        padding: 30px 0;
    }
    .inner-banner .bg {
        position: absolute;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .inner-banner .mbx {
        position: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .inner-banner .mbx h2 {
        font-size: 20px!important;
        line-height: 36px!important;
    }
    .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;
    }
    .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;
    }
    .service .service-2 .container .left {
        width: 100%;
    }
    .service .service-2 .container .left br {
        display: none;
    }
    .service .service-2 .container .left .btn-go {
        margin-top: 20px;
    }
    .service .service-2 .container .right {
        width: 100%;
        margin-top: 60px;
    }
    .application .application-1 .container .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .application .application-1 .container .right {
        width: 100%;
        padding-left: 0;
    }
    .application .application-1 {
        padding: 70px 0;
    }
    .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: 80px 0;
    }
}
@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: 705px;
        bottom: 0;
    }
    .about-page .about-2 .bg {
        display: none;
    }
    .about-page .about-1 ul {
        margin-bottom: 0;
    }
    .service .service-2 .container .right ul li.active p {
        padding: 30px;
    }
}
@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: 50px -15px 0;
    }
    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }
    .about-page .about-4 p {
        padding: 0;
    }
    .about-page .about-4 h2 {
        margin-top: 40px;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
    .service .service-1 .container ul li {
        width: 100%;
    }
    .service .service-1 {
        padding-top: 70px;
    }
    .service .service-3 .content {
        overflow-x: auto;
        width: 100%;
    }
    .service .service-3 .content::-webkit-scrollbar {
        height: 5px;
    }
    .service .service-3 .content ul {
        width: 500px;
    }
    .service .service-3 .content ul li {
        min-width: 250px;
    }
    .application .application-1 .container .right .imgs ul li {
        width: 100%;
        margin: 15px 0;
    }

    .news-page .news-box .news-left ul li .box-b {
        padding: 35px;
    }
    .newdet-page .news-box .news-left .form form input[type='text'] {
        width: 100%;
    }
}

.pro-single-page{
    margin-top: 40px;
}
.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-size: 36px;
    
    text-transform: uppercase;
}
.product-page .init-1 .des {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    font-weight:400;
    line-height: 2;
    max-height: 210px;
    overflow-y: scroll;
}
.product-page .init-2 {
    margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
    width: 33.33%;
    height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
    width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
    width: 100%;
}
.product-page .init-2 .container .bag_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-3 {
    margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
    font-weight:bold;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}
.product-page .init-3 .container .content {
    margin-top: 90px;
    position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 85px;
    right: 60px;
    border-radius: 50%;
    padding: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
    background-color: var(--color);
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
    left: 60px;
}
.product-page .init-3 .container .content .swiper {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
    background-color: #f6f6f5;
    position: absolute;
    width: 100%;
    height: 225px;
    bottom: 0;
    left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    max-height: 112%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    z-index: 2;
    margin-top: -9px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    display: block;
    height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 16px;
    font-weight:500;
    text-align: center;
}
.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;
    
    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;
    border: 1px solid #fff;
    color: var(--white);
}
.product-page .init-4 .container .more::after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px;
}
.product-page .init-5 {
    margin-top: 50px;
}
.product-page .init-5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 120px;
}
.product-page .init-5 .container .list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    border: #c1c1c1 solid 2px;
    border-radius: 5px;
    height: 330px;
}
.product-page .init-5 .container .list div img {
    display: block;
    margin: auto;
    max-width: 70px;
}
.product-page .init-5 .container .list div .text {
    font-size: 16px;
    font-weight:500;
    margin-top: 15px;
    text-align: center;
}


.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 .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;
    
}
.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 table td:first-child {
    width: 10% !important;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.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;
    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;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    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);
}

@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 .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: 28px;

    }
}
@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 .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.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: 32px;
    color: #a8a8a8;
    font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    line-height: 1.4;
    color: #4a4a4a;
    
    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 {
    /*padding: 40px 0 0;*/
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    /*display: none;*/
    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;
}

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
    padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
    text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 36px;
    font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
    padding: 0 80px;
    margin-top: 55px;
    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_2 .list_cont .list {
    margin-top: 40px;
    width: 27%;
    text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 2px solid #3c3c3c;
    margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
    width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-family: var(--font);
    text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666666;
    font-weight: 500;
    padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
    margin: auto;
    margin-top: 30px;
    text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
    padding: 100px 0;
}

.product-page .pro_init_3 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #000 solid 2px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form .mail {
    width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
    display: none;
}

.product-page .pro_init_3 .container form .list {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
    font-weight:500;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

.product-page .pro_init_3 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    font-weight:500;
    color: #313131;
    font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #222;
}

.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: 50px;
    text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 10px;
    line-height: 2;
}
.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: 2;
}
.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-family: var(--font);
}
.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: 32px;
    color: #b0b0b0;
    font-weight:500;
    margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
    /*background-color: #000;
  border-color: #000;*/
    border-radius: 5px;
    cursor: pointer;
    /*width: 180px;
  height: 50px;*/
    overflow: hidden;
    margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.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%;
}
@media (max-width: 1250px) {
    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }

    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }
}

@media screen and (max-width: 1200px) {
}

@media (max-width: 1000px) {
    .product-page .init-1 .container .des {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 215px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        height: 200px;
    }
    .product-page .init-3 .container .content .next {
        display: none;
    }
    .product-page .init-3 .container .content .prev {
        display: none;
    }
    .product-page .init-5 .container {
        padding: 0;
    }
    .product-page .init-5 .container .list {
        height: 210px;
    }
    .pro-single-page{
        margin-top: 40px;
    }
    .product-page .pro_init_1 .container .left {
        width: 100%;
    }

    .product-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .product-page .pro_init_1 .container .right {
        text-align: center;
    }

    .product-page .pro_init_1 .container .right .sub_img {
        display: block;
        margin: auto;
    }

    .product-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }

    .product-page .pro_init_2 .list_cont .list {
        width: 100%;
    }

    .product-page .pro_init_2 .list_cont .list .des {
        height: auto;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-5 .container {
        padding: 0 15px;
    }
}
@media (max-width:700px) {
    .contact-page .init-2{
        margin-top: 30px;
    }
    .contact-page .init-1{
        margin-top: 30px;
    }

    .contact-page .init-1 .container .left {
        display: none;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .contact-page .init-1 .container .right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
    }
    .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;
    }
    .product-page {
        padding-bottom: 40px;
    }
    .product-page .init-1 {
        padding: 10px 20px;
    }
    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }
    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none!important;
    }
    .product-page .init-2 {
        margin-top: 40px;
    }
    .product-page .init-2 .container .list_cont .list {
        margin-top: 20px;
        width: 100%;
        padding: 0;
        height: 55vw;
    }
    .product-page .init-2 .container .list_cont .list .box .img_2 {
        height: 30px;
        width: 30px;
    }
    .product-page .init-2 .container .list_cont .list .box div {
        font-size: 16px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.heat_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.paper_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.variable_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.biaoqian_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-3 {
        margin-top: 40px;
    }
    .product-page .init-3 .container .tip_title {
        font-size: 20px;
    }
    .product-page .init-3 .container .content {
        margin-top: 20px;
    }
    .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
        padding: 10px 20px;
    }
    .product-page .init-4 {
        padding: 60px 0;
        margin-top: 40px;
    }
    .product-page .init-4 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }
    .product-page .init-5 {
        margin-top: 20px;
    }
    .product-page .init-5 .container .list {
        width: 100%;
        height: 85vw;
    }



    .pro-single-page {
        padding-bottom: 0;
    }


    .product-page .pro_init_1 {
        margin-top: 40px;
        padding-top: 40px;
    }

    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .product-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .product-page .pro_init_1 .container .right .text_2 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 10px;
    }

    .product-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }

    .product-page .pro_init_2 {
        padding: 40px 0;
    }

    .product-page .pro_init_2 .tip_cont .title_1 {
        font-size: 20px;
    }

    .product-page .pro_init_2 .tip_cont .title_2 {
        font-size: 16px;
        line-height: 2;
    }

    .product-page .pro_init_2 .list_cont {
        padding: 0;
        margin-top: 0;
    }

    .product-page .pro_init_3 {
        padding: 40px 0;
    }

    .product-page .pro_init_3 .container form input {
        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:hover {
  background: var(--color);
  color: white;
}*/
.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(--color);
    color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
    background: var(--color);
    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-size: 36px;
    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: var(--color);
}
.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);
}
.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
    padding: .7em 0;
    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;
    /*padding-top: 3px;*/
    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: var(--color);
    /*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 .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: var(--color);
}
.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(../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;
    /*padding: 10px 50px;*/
    border: none;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: var(--color);
    /*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);*/
    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);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
    -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-family: var(--font);
}

.production-strength-page .init-1 {
    padding: 50px 0;
    text-align: center;
}
.production-strength-page .init-1 .container .tips {
    max-width: 1050px;
    font-weight: 500;
    margin: auto;
}
.production-strength-page .init-1 .container .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: var(--color);
    border: 1px solid var(--color);
    margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
    color: var(--color);
}
.production-strength-page .init-2 .container {
    width: 100%;
}
.production-strength-page .init-2 .container .list {
    padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
    text-align: center;
    
    text-transform: uppercase;
    font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
    width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
    display: block;
}
.production-strength-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
    background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
    background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
    left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
    padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}
@media (max-width: 1500px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        right: 10%;
    }
    .production-strength-page .init-2 .container .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .production-strength-page .init-2 .container .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
        display: none;
    }
    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }
    .product_list {
        padding: 30px;
    }
    .product-page .init-3 .container .content .swiper{
        width: 100%;
    }
    .product-page .init-3 .container .content{
        margin-top: 30px;
    }
    .production-strength-page .init-2 .container .list .small_img {
        display: none;
    }
    .production-strength-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .production-strength-page .init-2 .container .list {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-1 .box {
        padding: 20px;
    }
    .product_list {
        padding: 15px;
    }
    .production-strength-page .init-2 .container .list .big_img {
        margin-top: 20px;
    }
    .production-strength-page .init-2 .container .list .big_img .slick li {
        padding: 0;
    }
    .production-strength-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}

.submit {
    width: 195px;
    height: 50px;
    background: var(--color);
    border-radius: 35px;
    border: none;
    cursor: pointer;
    position: relative;
    -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;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
    right: 0;
    top: 0;
    z-index: 5;
    -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);
}
.slide-w{
    height: 100%;
    opacity: 1 !important;
    visibility: unset !important;
}
.f-g img{
    vertical-align: middle;
    margin-right: 30px;
}
.f-g1{
    border-bottom: 1px solid #666666;
}
.service-page {
    padding: 60px 0  0 0px;
}
.service-page .service-1 {
    padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
    padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
    margin-bottom: 40px;
    line-height: 1.4;
    text-transform:uppercase;
}
.service-page .service-1 #index-body .about .top .text h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #181818;
    font-weight: 400;
    margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.service-page .service-1 #index-body .about .top .img {
    text-align: right;
    padding: 0 0 50px 0;
    border-radius: 10px;
}
.service-page .service-1 #index-body .about .top .img .i2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    top: auto;
    z-index: 1;
    border-radius: 10px;
}
.service-page .service-2 {
    background: #f9f9f9;
    padding: 70px 0;
    margin: 50px 40px;
}
.service-page .service-2 .header {
    width: 70%;
    margin: 0 auto;
}
.service-page .service-2 .header .title{
    line-height: 1.2;
    margin-top: 12px;
    text-transform:uppercase;
}
.service-page .service-2 .content {
    margin-top: 80px;
}
.service-page .service-2 .content ul {
    margin-right: -30px;
}
.service-page .service-2 .content ul li {
    padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
    text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.service-page .service-2 .content ul li .ig .text {
    padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
    font-size: 17px;
    color: #83827F;
    line-height: 1.6;
    text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
    font-size: 16px;
    line-height: 30px;
    color: #83827F;
    margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #d1d0c8;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 25px;
    display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
    background: var(--color);
    border-color: var(--color);
}
.service-page #index-body .init1 h3 {
    width: 46%;
}
.service-page #index-body .init1 .img {
    margin: auto;
    width: 1350px;
    padding-top: 35px;
    border-radius: 20px;
}
.service-page #index-body .rate {
    padding: 80px 0 140px;
    background-color: #f9f9f9;
}
.service-page #index-body .rate .content{
    margin-top: 50px;
}
.service-page #index-body .rate .content ul{
    margin: -15px;
}
.service-page #index-body .rate .content ul li{
    padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
    background: #f2f2f2;
    padding: 30px;
    min-height: 340px;
    border-radius: 10px;
    transition: all 0.5s;
}


.service-page #index-body .rate .content ul li .box .title{
    display: block;
    font-weight: bold;
    font-size: 26px;
    margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    color: #666;
    transition: all 0.5s;
}
.service-page #index-body .rate .content ul li:hover .box{
    background: var(--color);
    color: #fff
}
.service-page #index-body .rate .content ul li:hover p{
    color: #fff
}
.service-page #index-body .rate .content ul li:hover .box .desc{
    color: #fff
}
.service-page .service-3 {
    padding: 120px 0;
}
.service-page .service-3 .top .img {
    vertical-align: middle;
}
.service-page .service-3 .top .img .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 70px;
    width: 100%;
}
.service-page .service-3 .top .img img {
    width: 48.2%;
    margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
    padding-left: 48px;
    vertical-align: middle;
}
.service-page .service-3 .top .text .box {
    width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
    line-height: 1.2;
    width: 90%;
}
.service-page .service-3 .top .text .box p {
    font-size: 17px;
    line-height: 1.8;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
    padding: 21px 29px 20px 28px;
    margin-top: 45px;
}
.service-page .service-3 .bottom {
    padding-top: 120px;
}
.service-page .service-3 .bottom ul {
    margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
    text-align: center;
    padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
    display: inline-block;
    height: 69px;
}
.service-page .service-3 .bottom ul li i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
    padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
    font-size: 26px;
    line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
    margin-top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.service-page #index-body .init1 h3 {
    width: 40%;
    color: #111;
    font-size: 45px;
    line-height: 1.4;
    font-weight: bold;
    text-transform:uppercase;
}
.service-page #index-body .init1 .btn{
    width: 60%;
    color: #666;
    font-size: 18px;
    line-height: 1.4;

}
.service-page #index-body .init1 .more{
    background: white;
    color: black;
}
.service-page #index-body .init1 .more:hover{
    color: white;
}
@media screen and (max-width: 1680px) {
    .service-page .service-3 .top .text .box h2.title {
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .service-page {
        padding: 100px 0;
    }
    .service-page .service-1 {
        padding-bottom: 60px;
    }

    .service-page .service-2 {
        padding: 100px 0;
    }
    .service-page .service-3 .top .img {
        width: 55%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px;
    }
    .service-page .service-3 .top .text {
        width: 45%;
    }
    .service-page .service-3 .top .text .box {
        width: 100%;
    }
    .service-page .service-3 {
        padding: 100px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 100px;
    }
    .service-page #index-body .rate .content ul li .box .title{
        font-size: 20px;
        line-height: 36px;
    }
    .service-page #index-body .rate .content ul li .box .desc{
        min-height: 162px;
    }

}
@media screen and (max-width: 1280px) {

    #index-body .about .top .text {
        padding-right: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 #index-body .about .top .img {
        padding: 0 0 50px 30px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-left{
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right{
        width: 100%;
    }
    .service-page {
        padding: 60px 0;
    }
    #index-body .init1 .info{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-page #index-body .init1 h3{
        width: 100%;
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .service-page .service-1 #index-body .about .top .text {
        padding-right: 0;
        width: 100%;
    }
    .service-page .service-1 #index-body .about .top .img{
        width: 100%;
        margin-top: 25px;
    }
    .service-page .service-1 {
        padding-bottom: 60px;
    }
    .service-page .service-2 {
        padding: 60px 0;

    }
    .service-page .service-2 .content ul li .ig .text h3 {
        min-height: 60px;
    }
    .service-page .service-3 {
        padding: 60px 0;
    }
    .service-page .service-3 .top .img {
        width: 100%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px 0 20px;
    }
    .service-page .service-3 .top .text {
        width: 100%;
        padding: 20px 20px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 60px;
    }
    .service-page .service-3 .bottom ul {
        margin-right: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .service-page {
        padding: 30px 0;
    }

    .service-page .service-1 #index-body .about .top .text h3 {
        margin-top: 12px;
    }
    .service-page .service-1 {
        padding-bottom: 30px;
    }
    .service-page .service-2 {
        padding: 30px 0;
    }
    .service-page .service-2 .header {
        width: 100%;
    }
    .service-page .service-2 .content {
        margin-top: 20px;
    }
    .service-page .service-2 .content ul {
        margin-right: -15px;
    }
    .service-page .service-2 .content ul li {
        padding-right: 15px;
    }
    .service-page .service-2 .content ul li .ig .text {
        padding-top: 14px;
    }
    .service-page .service-2 .content ul li .ig .text span {
        font-size: 15px;
    }
    .service-page .service-2 .content ul li .ig .text h3 {
        font-size: 24px;
        line-height: 1.6;
    }

    .service-page .service-3 .top .text .box .more {
        margin-top: 20px;
    }
    .service-page .service-3 .bottom {
        padding-top: 30px;
    }
    .service-page .service-3 .bottom ul li .text h3 {
        font-size: 20px;
    }
    .service-page .service-3 .bottom ul li .text p {
        font-size: 15px;
    }
    .service-page .service-3 .bottom ul {
        margin-bottom: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-bottom: 20px;
    }
    .service-page .service-3 {
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {


    .service-page #index-body .about .top .text .btn a.link {
        display: block;
        margin: 10px 0 0 0;
    }
    .service-page .service-3 .top .text .box p {
        font-size: 15px;
        line-height: 30px;
    }
    .service-page .service-3 .top .text .box .more {
        padding: 12px 18px;
    }
    #index-body .about .top .text .btn a.link em {
        padding: 10px;
    }
    .service-page .service-3 .top .img img {
        margin-right: 10px;
        width: 49.5%;
    }
    .service-page .service-3 .top .img img:last-child {
        margin: 0 0 0 10px;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 30px 0 20px;
    }
}
.btn-go-rd {
    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-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid var(--color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
}
.btn-go-rd span {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-go-rd i {
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-go-rd:hover span {
    margin-right: 25px;
    color:var(--color);
}
.btn-go-rd:hover i{
    color:var(--color);
}
.production-strength-page .init-1 {
    padding: 50px 0;
    text-align: center;
}
.production-strength-page .init-1 .container .tips {
    max-width: 980px;
    font-weight: 500;
    margin: auto;
}
.production-strength-page .init-1 .container .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: var(--color);
    border: 1px solid var(--color);
    margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
    color: var(--color);
}
.production-strength-page .init-2 .container {
    width: 100%;
}
.production-strength-page .init-2 .container .list {
    padding: 80px 0 10px 0;
}
.production-strength-page .init-2 .container .list .tips {
    text-align: center;
    
    text-transform: uppercase;
    font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
    width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
    display: block;
}
.production-strength-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
    background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
    background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
    left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
    padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}
@media (max-width: 1500px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        right: 10%;
    }
    .production-strength-page .init-2 .container .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .production-strength-page .init-2 .container .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
        display: none;
    }
    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }
    .product_list {
        padding: 30px;
    }
    .product-page .init-3 .container .content .swiper{
        width: 100%;
    }
    .product-page .init-3 .container .content{
        margin-top: 30px;
    }
    .production-strength-page .init-2 .container .list .small_img {
        display: none;
    }
    .production-strength-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .production-strength-page .init-2 .container .list {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-1 .box {
        padding: 20px;
    }
    .product_list {
        padding: 15px;
    }
    .production-strength-page .init-2 .container .list .big_img {
        margin-top: 20px;
    }
    .production-strength-page .init-2 .container .list .big_img .slick li {
        padding: 0;
    }
    .production-strength-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}
.font-news1{
    font-size: 24px !important;
    line-height: 1.6 !important;
    font-family: 'Hemihead' !important;
    min-height: 3em !important;
}
.seoPublic .Auxil-news .list ul li .content div.h6 a{
    font-size: 24px;
    line-height: 32px;
    min-height: 3em;
    text-transform: uppercase;
}
.tips-fct{
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding-top: 80px
}
.tips-fct1{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    max-width:1050px;
    margin: auto;
}
.tips-fct-box{
    background: #f9f9f9;
    padding-bottom: 80px
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/dfcable/2025/09/04/us.png) 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;
    
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.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;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  border-bottom : 1px solid #e6e6e6 ;
}
.inner-banner .ui.container {
  max-width: 1736px;
}
.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 0px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #000000;
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner .text .i-title {
  margin-top: 10px;
}
.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}
.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.download-page ul {
    margin: 0
}

.download-page ul li {
    padding: 15px
}

.download-page ul li .box {
    background-color: #e9e9e9;
    padding: 15px
}

.download-page ul li .box .img {
    width: 40%;
    vertical-align: middle
}

.download-page ul li .box .text {
    width: 60%;
    vertical-align: middle
}

.download-page ul li .box .text p {
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0;
    left: 0
}

.download-page ul li .box a {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background-color: var(--color)
}

.download-page ul li .box a:hover {
    background-color: #000
}

.download-page .download-1 {
    background: url(../images/down11.jpg) no-repeat center;
    padding: 60px 0 80px
}

.download-page .download-1 .top {
    max-width: 640px
}

.download-page .download-1 .top .tit3 {
    font-weight: 500;
    font-size: 30px;
    color: #000;
    line-height: 1
}

.download-page .download-1 .top ul {
    margin-top: 40px
}

.download-page .download-1 .top ul li {
    padding: 38px 0;
    border-bottom: 1px solid #cdcdcd
}

.download-page .download-1 .top ul li .acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.download-page .download-1 .top ul li .acc .tit4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 1.5
}

.download-page .download-1 .top ul li .acc .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.download-page .download-1 .top ul li .acc .con .xiazai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.download-page .download-1 .top ul li .acc .con .xiazai p {
    font-weight: 500;
    font-size: 14px;
    color: #142c52;
    line-height: 1;
    margin-left: 14px
}

.download-page .download-1 .top ul li .acc .con .view {
    margin-left: 45px
}

@media screen and (max-width: 1000px) {
    .download-page ul li {
        width:100%!important
    }

    .download-page .download-1 {
        padding: 60px 0
    }

    .download-page .download-1 .top ul li {
        padding: 20px 0
    }
}

@media screen and (max-width: 500px) {
    .download-page ul li .box .img {
        width:100%!important
    }

    .download-page ul li .box .text {
        width: 100%!important;
        padding: 15px
    }

    .download-page ul li .box .text p {
        height: auto
    }

    .download-page .download-1 .top ul li .acc .con .view {
        margin-left: 20px
    }

    .download-page .download-1 .top ul li .acc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download-page .download-1 .top ul li .acc .con {
        margin-top: 20px
    }
}

.faq-page .faq-1 {
    margin-top: 100px;
    text-align: center
}

.faq-page .faq-1 .tit3 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    line-height: 1;
    text-transform: capitalize
}

.faq-page .faq-2 {
    padding: 65px 0 130px
}

.faq-page .faq-2 .top ul li {
    margin-bottom: 25px
}

.faq-page .faq-2 .top ul li .con {
    position: relative;
    padding-left: 77px
}

.faq-page .faq-2 .top ul li .con .tit4 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 1
}

.faq-page .faq-2 .top ul li .con .cona {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 24px;
    margin-top: 10px
}

.faq-page .faq-2 .top ul li .cona:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 47px;
    background: url(/dfcable/2025/09/10/faq.png) no-repeat center
}

.faq-page .faq-2 .top ul li:last-child {
    margin-bottom: 0
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-flex;
    white-space: nowrap;
    height: 2.66666667em;
    padding: 0;
    line-height: normal;
}

/* about */
span.tag {
    font-size: 16px;
    color: var(--color);
    display: block;
    line-height: 1;
    margin-bottom: 1em;
}
span.tag:before {
    content: '';
    /*width: 15px;
    height: 2px;*/
    background: var(--color);
    margin-right: 5px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: .15em;
}
h2.title {
    font-size:40px;
    font-weight: 600;
    color: #1c1628;
    line-height: 60px;
}

.about3-page .about-1 {
    padding: 125px 0;
}
.about3-page .about-1 .left {
    padding-right: 8%;
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
}
.about3-page .about-1 .left .img:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: var(--color);
    z-index: -2;
}
.about3-page .about-1 .left .img {
    overflow: unset;
    margin-top: 5em;
}
.about3-page .about-1 .left .img > img {
    width: 100%;
}
.about3-page .about-1 .left .img:after {
    display: none;
}
.about3-page .about-1 .left .img span {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about3-page .about-1 .left .img span img {
    width: auto;
    max-width: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.about3-page .about-1 .right {
    vertical-align: middle;
}
.about3-page .about-1 .right .text {
    margin: 35px 0 55px;
    max-height: 33em;
    overflow-y: auto;
    padding-right: 5%;
}
.about3-page .about-1 .right .list ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.about3-page .about-1 .right .list ul li:before {
    content: "\f006";
    margin-right: 10px;
    font-family: "FontAwesome";
}
.about3-page .about-1 .right a.more {
    margin-top: 35px;
}
.about3-page .about-1 .Datalist {
    margin-top: 100px;
}
.about3-page .about-1 .Datalist ul {
    margin: -10px;
}
.about3-page .about-1 .Datalist ul li {
    padding: 10px;
    text-align: center;
}
.about3-page .about-1 .Datalist ul li h6 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.about3-page .about-1 .Datalist ul li h6 sup {
    font-size: 0.6em;
}
.about3-page .about-1 .Datalist ul li span {
    display: inline-block;
    /*text-transform: uppercase;*/
    color: var(--color);
    border: 1px solid #f4f2f9;
    padding: 14px 30px;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
}

.about3-page .about-3 {
    padding: 150px 0;
    background: url("/dfcable/2025/09/24/beijing2.jpg") center center no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    color: white;
    text-align: center;
}
.about3-page .about-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: .7;
}
.about3-page .about-3 h2.title {
    color: inherit;
}
.about3-page .about-4 {
    padding: 40px 0;
    border-bottom: 1px solid #F4F2F9;
}
.about3-page .about-4 ul {
    margin: -2px;
}
.about3-page .about-4 ul li {
    padding: 2px;
}
.about3-page .about-4 ul li a {
    display: block;
    border-radius: 3px;
    padding: 20px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.about3-page .about-4 ul li a img {
    display: block;
    margin: 0 auto;
}
.about3-page .about-4 ul li a:hover {
    background: #f5f5f5;

}

.about3-page .about-5 .top .right {
    padding-left: 5%;
}
.about3-page .about-5 .bottom {
    margin-top: 90px;
}
.about3-page .about-5 .bottom ul {
    margin: -40px;
}
.about3-page .about-5 .bottom ul li {
    padding: 40px;
}
.about3-page .about-5 .bottom ul li .box {
    display: block;
    position: relative;
    padding: 20px;
}
.about3-page .about-5 .bottom ul li .box span {
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e0ee;
}
.about3-page .about-5 .bottom ul li .box span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
}
.about3-page .about-5 .bottom ul li .box span.line {
    width: 125px;
    height: 1px;
}
.about3-page .about-5 .bottom ul li .box span.line:after {
    bottom: -4px;
    left: 50%;
    background: var(--color);
}
.about3-page .about-5 .bottom ul li .box span.line2 {
    width: 1px;
    height: 150px;
}
.about3-page .about-5 .bottom ul li .box span.line2:after {
    left: -4px;
    top: 50%;
    background: var(--color);
}

.about3-page .about-5 .bottom ul li .box h6 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}
.about3-page .about-5 .bottom ul li .box:hover span.line:after {
    -webkit-animation: glide1 0.95s 0s ease-in-out;
    -moz-animation: glide1 0.95s 0s ease-in-out;
    animation: glide1 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.about3-page .about-5 .bottom ul li .box:hover span.line2:after {
    -webkit-animation: glide2 0.95s 0s ease-in-out;
    -moz-animation: glide2 0.95s 0s ease-in-out;
    animation: glide2 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


@-webkit-keyframes glide1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-moz-keyframes glide1 {
    0% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -moz-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes glide1 {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translate(54px);
        -moz-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes glide2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-moz-keyframes glide2 {
    0% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes glide2 {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translateY(70px);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 1500px) {
    h2.title {
        font-size: 38px;
    }

    .about3-page .about-1 {
        padding: 70px 0;
    }
    .about3-page .about-1 .Datalist ul li h6 {
        font-size: 48px;
    }
    .about3-page .about-1 .Datalist {
        margin-top: 60px;
    }

    .about3-page .about-3 {
        padding: 100px 0;
    }
    .about3-page .about-4 {
        padding: 50px 0;
    }

    .about3-page .about-5 .bottom ul li .box h6 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1250px) {
    h2.title {
        font-size: 26px;
    }

    .about3-page .about-1 .Datalist ul li h6 {
        font-size: 36px;
    }
    .about3-page .about-1 .Datalist ul li span {
        padding: 10px 20px;
    }
    .about3-page .about-5 .bottom ul li {
        padding: 15px;
    }
    .about3-page .about-5 .bottom ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    h2.title {
        font-size: 22px;
        line-height: 2;
    }

    .about3-page .about-1 .left {
        width: 100%;
        padding-right: 5%;
    }
    .about3-page .about-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .about3-page .about-1 .right .text {
        margin: 20px 0;
    }
    .about3-page .about-1 .Datalist ul li {
        width: 50%;
    }
    .about3-page .about-1 .Datalist ul li h6 {
        font-size: 28px;
    }

    .about3-page .about-3 a.more {
        margin-top: 30px;
    }
    .about3-page .about-5 .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about3-page .about-5 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about3-page .about-5 .bottom {
        margin-top: 50px;
    }
}

@media screen and (max-width: 700px) {
    .about3-page .about-1 .left {
        padding-right: 60px;
    }

    .about3-page .about-5 .bottom ul li .box h6 {
        font-size: 16px;
    }

}

@media screen and (max-width: 500px) {
    .about3-page .about-1 .left .img span img {
        width: 90px;
    }
    .about3-page .about-1 .left {
        padding-right: 45px;
    }
    .about3-page .about-1 .Datalist ul li {
        width: 100%;
    }
    .about3-page .about-3 {
        padding: 60px 0;
    }
}






/* å…³äºŽæˆ‘ä»¬æ‹¼æŽ¥ */
.about-pj1 .list ul {
    margin: -30px -25px;
    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;
}
.about-pj1 .list ul li {
    padding: 30px 25px;
}
.about-pj1 .list ul li .box {
    position: relative;
    padding: 40px 30px 45px;
    background-color: #ffffff;
    border-radius: 30px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 100%;
}
.about-pj1 .list ul li .box i.fa {
    position: relative;
    width: 105px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.about-pj1 .list ul li .box i.fa img {
    vertical-align: middle;
}
.about-pj1 .list ul li .box i.fa:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 105px;
    height: 90px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-pj1 .list ul li .box span.line2:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 70px;
    background-color: var(--color);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-pj1 .list ul li .box span.line2:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 100px;
    background-color: #111111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-pj1 .list ul li .box h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 1em 0 .6em;
}
.about-pj1 .list ul li .box:hover i.fa:after {
    background-color: var(--color);
}
.about-pj1 .list ul li .box:hover span.line2:after {
    height: 90px;
}
.about-pj1 .list ul li .box:hover span.line2:before {
    height: 70px;
}

@media screen and (max-width: 1700px) {
    .about-pj1 .list ul li .box i.fa {
        font-size: 40px;
    }
    .about-pj1 .list ul li .box h6 {
        font-size: 20px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1400px) {
    .about-pj1 .list ul li .box {
        zoom: .8;
    }
    .about-pj1 .list ul li {
        padding: 15px;
    }
    .about-pj1 .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1250px) {
    .about-pj1 .list ul li .box h6 {
        font-size: 16px;
        line-height: 30px!important
    }

    .about-pj1 .list ul li .box i.fa:after {
        width: 80px;
        height: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .about-pj1 .list ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {
    .about-pj1 .list ul li .box {
        padding: 25px;
    }
}

@media screen and (max-width: 500px) {
    .about-pj1 .list ul li {
        width: 100% !important;
    }
}




/* ç”Ÿäº§èƒ½åŠ›æ‹¼æŽ¥ */
@-webkit-keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@-moz-keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.production-pj1 {
    padding: 100px 0 120px;
    background: #f1f1f1 url("../images/about-1-bg.png") right top no-repeat;
}
.production-pj1 .left {
    padding-right: 5%;
    position: relative;
    z-index: 1;
}
.production-pj1 .left .img {
    height: 470px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.production-pj1 .left .img.ie2 {
    margin-left: 30%;
    height: 290px;
    border-left: 15px solid white;
    border-top: 15px solid white;
    border-bottom-left-radius: 0;
    margin-top: -20%;
    position: relative;
}
.production-pj1 .left .img.ie2 span {
    position: absolute;
    left: -3%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.production-pj1 .left .img.ie2 span img {
    -webkit-animation: rotate360 10s linear infinite;
    -moz-animation: rotate360 10s linear infinite;
    animation: rotate360 10s linear infinite;
}
.production-pj1 .left .bg {
    width: 70%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}
.production-pj1 .left .bg img {
    -webkit-animation: tb 2s linear infinite alternate;
    -moz-animation: tb 2s linear infinite alternate;
    animation: tb 2s linear infinite alternate;
}
.production-pj1 .right .text {
    margin: 2em 0 10em 0;
}
.production-pj1 .right .text p {
    margin-top: 1em;
}
.production-pj1 .right .text p:first-child {
    margin-top: 0;
}
.production-pj1 .right .list {
    margin-bottom: 60px;
}
.production-pj1 .right .list ul {
    margin: -5px;
}
.production-pj1 .right .list ul li {
    padding: 5px;
    font-size: 18px;
}
.production-pj1 .right .list ul li i.fa {
    margin-right: .5em;
    color: var(--color);
}


.production-pj1 .our-about {
    padding: 0;
}

.production-pj1 .our-about .list {
    padding-top: 0;
    border: none;
}

.production-pj1 .our-about .list ul {
    display: block;
}

.production-pj1 .our-about .list li .num {
    font-size: 70px;
}


.production-pj2 .box {
    padding: 40px;
    background: var(--color);
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-top: -5%;
}
.production-pj2 .box ul {
    margin: -10px;
    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;
}
.production-pj2 .box li {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.production-pj2 .box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.production-pj2 .box li span {
    margin-right: 15px;
    max-width: 30%;
    flex-shrink: 0;
}
.production-pj2 .box li .content {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 1400px) {
    .production-pj1 .left .img {
        height: 400px;
    }
    .production-pj1 .left .img.ie2 {
        height: 260px;
    }
    .production-pj1 .left .img.ie2 span {
        max-width: 120px;
    }
    .production-pj1 {
        background-size: 40% auto;
    }
}

@media screen and (max-width: 1250px) {
    .production-pj1 {
        padding: 70px 0;
    }
    .production-pj1 .right .list ul li {
        font-size: 15px;
    }
    .production-pj1 .right .list {
        margin-bottom: 30px;
    }
    .production-pj1 .left .img.ie2 {
        margin-top: -27%;
    }
}

@media screen and (max-width: 1000px) {
    .production-pj1 .left {
        display: none;
    }
    .production-pj1 .right {
        width: 100%!important;
        padding-left: 0;
    }

    .production-pj2 .box {
        padding: 20px;
    }
}

@media screen and (max-width: 500px) {
    .production-pj1 {
        background-size: 60% auto;
    }
}







/* æ‰’ç«™æ ·å¼ */
.about-big-title{
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-top: 100px;
    text-align: center;
}
.h3TxtArea {
    margin-bottom: 73px;
}
.h3TxtArea .txt {
    font-size: 16px;
    line-height: 31px;
    color: #555;
    margin-top: 30px;
}

.companyDiv .mTit {font-size:30px; color:#000; margin-bottom:25px; text-align:center;}
.companyDiv .sTit {text-align:center; line-height:1.5;font-size: 15px;}
.companyDiv .summaryArea {margin-top:80px;background: #f1f1f1;}
.companyDiv .summaryArea .mainImg {position:relative;  margin-bottom:5%; background-attachment: fixed;z-index: 1;}
.companyDiv .summaryArea .mainImg .video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height:550px;
}
.companyDiv .summaryArea .mainImg .video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
.companyDiv .summaryArea .mainImg .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.companyDiv .summaryArea .mainImg .inner { position:relative;background:var(--color); background-size:cover;}
.companyDiv .summaryArea .mainImg .txtArea {
    width: 100%; padding:50px 0; box-sizing:border-box; box-shadow:70px 70px 80px rgba(0,0,0,0.1); color:#fff;
}
.companyDiv .summaryArea .mainImg .txtArea .tit {font-size:40px; line-height:46px;     font-weight: 600;margin-bottom:30px;}
.companyDiv .summaryArea .mainImg .txtArea .txt {line-height:28px; margin-top:20px; color:rgba(255,255,255,0.6)}
.summaryDiv > div {padding-top:80px; position:relative; top:0; left:0;}
.summaryDiv > div:after {content:""; display:block; clear:both;}
.summaryDiv > div .txtArea {float:left; width:50%; padding:42px 60px; box-sizing:border-box;}
.summaryDiv > div .txtArea .tit {font-size:40px; font-weight:bold; color:#000;}
.summaryDiv > div .txtArea .tit .greenT {color:var(--color);}
.summaryDiv > div .txtArea .txt {line-height:28px; margin-top:40px; }
.summaryDiv > div .imgArea {float:left; width:50%; overflow:hidden; box-sizing:border-box;}
.summaryDiv > div .imgArea img {width:100%;}
.summaryDiv > div:nth-child(odd) .txtArea {float:right;}
.summaryDiv > div:nth-child(odd) .imgArea {float:right;}




@media screen and (max-width:1430px) {
    .companyDiv .summaryArea .mainImg {
        margin-bottom: 227px;
    }
    .summaryDiv > div .imgArea {
        width: 50%;
        height: auto;
    }
    .summaryDiv > div .txtArea {
        width: 50%;
        padding: 0 20px;
    }

    .summaryDiv > div .txtArea .txt {
        margin-top: 20px;
    }
}

@media screen and (max-width:1023px) {
    .companyDiv .summaryArea .mainImg .txtArea {
        margin-left: 5%;
        width: 90%;
        height: 517px;
        padding: 60px 40px;
    }

    .summaryDiv > div .imgArea {
        float: none!important;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    .summaryDiv > div .txtArea {
        float: none;
        width: auto;
        padding: 0;
    }

}

@media screen and (max-width:768px) {
    .about-big-title{
        font-size: 29px;
        line-height: 1.3;
        margin-top: 50px;
        padding: 0 3%;
    }
    .h3TxtArea .txt {
        font-size: 13px;
        line-height: 20px;
        margin-top: 25px;
        line-height: 1.6;
    }
    .companyDiv .summaryArea {
        margin-top: 40px;
    }
    .companyDiv .summaryArea .mainImg {
        height: 405px;
        margin-bottom: 230px;
        background-size: cover;
    }
    .companyDiv .summaryArea .mainImg .txtArea {
        bottom: auto;
        top: 330px;
        width: 94%;
        height: auto;
        margin-left: 3%;
        padding: 40px 30px;
        box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
    }
    .companyDiv .summaryArea .mainImg .txtArea .tit {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .companyDiv .summaryArea .mainImg .txtArea .txt {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .summaryDiv > div {
        padding-top: 40px;
    }
    .summaryDiv > div .imgArea {
        margin-top: 10px;
    }
    .summaryDiv > div .txtArea .tit {
        font-size: 16px;
        line-height: 1.5;
    }
    .summaryDiv > div .txtArea .txt {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .companyDiv .mTit {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .companyDiv .sTit {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 3%;
    }


    .companyDiv .mTit {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .companyDiv .sTit {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 3%;
    }

}

@media screen and (max-width: 450px) {
    .companyDiv .summaryArea .mainImg {
        margin-bottom: 373px;
    }
}





/* æœåŠ¡ */
.service3-page .service-1 {
    padding: 140px 0 100px;
}
.service3-page .service-1 .left {
    padding-bottom: 60px;
    /*background: url("../images/service-1-bg.png") right 20% bottom no-repeat;*/
}
.service3-page .service-1 .right span.icon {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: block;
    padding: 10px;
    background-color: var(--color);
    margin-bottom: 30px;
}
.service3-page .service-1 .right span.icon i {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    border-radius: inherit;
    color: var(--color);
    font-size: 40px;
}
.service3-page .service-1 .right .text {
    margin: 30px 0;
}
.service3-page .service-1 .right .list ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.service3-page .service-1 .right .list ul li:before {
    content: "\f219";
    font-family: "FontAwesome";
    color: var(--color);
    margin-right: 10px;
}
.service3-page .service-1 .right a.more {
    margin-top: 70px;
}

.service3-page .service-3 {
    background: #f1f1f1;
    padding: 110px 0 230px;
}
.service3-page .service-3 .left {
    padding-right: 3%;
    vertical-align: middle;
}
.service3-page .service-3 .right {
    padding-left: 4%;
    vertical-align: middle;
}
.service3-page .service-3 .right .list {
    margin: 40px 0;
}
.service3-page .service-3 .right .list ul li {
    margin-bottom: 50px;
    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;
}
.service3-page .service-3 .right .list ul li span {
    width: 64px;
    height: 64px;
    padding: 4px;
    background-color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 100%;
}
.service3-page .service-3 .right .list ul li span i {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    border-radius: inherit;
}
.service3-page .service-3 .right .list ul li:last-child {
    margin-bottom: 0;
}
/*.service3-page .service-4 {
    border-bottom: 1px solid #F4F2F9;
}*/
.service3-page .service-4 .box {
    position: relative;
    z-index: 1;
    padding: 80px 50px 80px 50px;
    color: white;
    background: url("../images/service-4-bg.jpg") center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service3-page .service-4 .box:after {
    content: '';
    z-index: -1;
    background-color: #333;
    /*background-color: var(--color);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
}
.service3-page .service-4 .box .left {
    vertical-align: middle;
    width: 30%;
}
.service3-page .service-4 .box .left span.tag {
    color: inherit;
}
.service3-page .service-4 .box .left span.tag:before {
    background: white;
}
.service3-page .service-4 .box .left h2.title {
    font-size: 35px;
    color: inherit;
}
.service3-page .service-4 .box .right {
    vertical-align: middle;
    width: 70%;
    padding-left: 3%;
}
.service3-page .service-4 .box .right ul li {
    padding: 0 35px;
    border-right: 1px solid #FFFFFF66;
}
.service3-page .service-4 .box .right ul li span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid white;
    display: block;
    font-size: 24px;
}
.service3-page .service-4 .box .right ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -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;
}
.service3-page .service-4 .box .right ul li h6 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.2;
}
.service3-page .service-4 .box .right ul li p {
    font-size: 14px;
}
.service3-page .service-4 .box .right ul li:last-child {
    border-right: none;
}
@media screen and (max-width: 1500px) {
    .service3-page .service-1 {
        padding: 80px 0;
    }
    .service3-page .service-1 .right span.icon {
        width: 100px;
        height: 100px;
    }

    .service3-page .service-3 {
        padding: 80px 0 200px;
    }
    .service3-page .service-4 .box {
        padding: 30px;
    }
    .service3-page .service-4 .box .left h2.title {
        font-size: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .service3-page .service-1 .left {
        width: 100%;
        display: none;
    }
    .service3-page .service-1 .right {
        width: 100%;
    }
    .service3-page .service-1 .right a.more {
        margin-top: 20px;
    }
    .service3-page .service-1 {
        padding: 50px 0;
    }
    .service3-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .service3-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .service3-page .service-3 .right .list ul li {
        margin-bottom: 20px;
    }
    .service3-page .service-4 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .service3-page .service-4 .box .left {
        width: 100%;
    }
    .service3-page .service-4 .box .right ul li {
        padding: 0 15px;
    }
    .service3-page .service-4 .box .right ul li h6 {
        font-size: 16px;
        margin: 10px 0;
    }
    .service3-page .service-4 .box .right ul li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .service3-page .service-4 .box {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 500px) {
    .service3-page .service-3 .right .list ul li span {
        margin-right: 10px;
    }
    .service3-page .service-4 .box .left h2.title {
        font-size: 24px;
    }
    .service3-page .service-4 .box .right ul li {
        padding: 10px 0;
    }
    .service3-page .service-4 .box {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .service3-page .service-4 {
        padding: 40px 0;
    }
    .service3-page .service-3 {
        padding: 60px 0;
    }
}


.service-pj1 {
    padding: 0 0 100px;
}
.service-pj1 .left {
    width: 35%;
    padding-right: 3%;
    vertical-align: middle;
    padding-top: 1%;
}
.service-pj1 .left .text {
    margin-top: 1.5em;
}
.service-pj1 .right {
    width: 65%;
    vertical-align: top;
}



.service-pj1 .form ul {
    margin: -15px;
}
.service-pj1 .form ul li {
    padding: 15px;
}
.service-pj1 .form ul li input,
.service-pj1 .form ul li textarea {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 28px;
    padding: 10px 20px;
    color: #222222;
    height: 54px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-pj1 .form ul li input:focus,
.service-pj1 .form ul li textarea:focus {
    border-color: var(--color);
}
.service-pj1 .form ul li textarea {
    height: 190px;
}
.service-pj1 .form ul li.wid-100 {
    width: 100%;
}


@media screen and (max-width: 1700px) {
    .service-pj1 .form ul li input,
    .service-pj1 .form ul li textarea {
        line-height: 24px;
        height: 44px;
        font-size: 14px;
        padding: 10px;
    }
    .service-pj1 .form ul li textarea {
        height: 120px;
    }
}

@media screen and (max-width: 1400px) {
    .service-pj1 .form ul li {
        padding: 8px;
    }
    .service-pj1 .form ul {
        margin: -8px;
    }
}
.our-case .list {
  margin-top: 30px;
}
.our-case .list li {
  padding: 10px;
}
.our-case .list li .cate {
  margin-top: 35px;
  color: #919191;
  font-weight: 500;
}
.our-case .list li .name {
  font-size: 24px;
  font-weight: 500;
}
.our-case .dots {
  margin-top: 40px;
  text-align: center;
}
.our-case .dots li {
  margin: 0 13px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #414141;
}
.our-case .dots li button {
  display: none;
}
.our-case .dots li.slick-active {
  background-color: var(--color);
}
.our-product {
  padding: 0 0 90px 0;
}
.our-product .left {
  width: 45%;
}
.our-product .right {
  width: 55%;
}
.our-product .Tit {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.our-product .text {
  font-size: 17px;
  line-height: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.our-product .text strong {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 600;
}
.our-product .list {
  margin-top: 60px;
}
.our-product .list ul {
  margin: -30px;
}
.our-product .list li {
  padding: 30px;
}
.our-product .list .box {
  background-color: #f1f1f1;
}
.our-product .list .box .name {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 50px 6% 0;
}
.our-product .list .box .img {
  padding: 50px 10% 50px 0;
}
.our-product .list .box .pbtn {
  padding: 30px 10%;
  font-weight: 600;
  border-top: 1px solid #000000;
}
.our-product .list .box .pbtn a:hover {
  color: var(--color);
}
.our-product .allbtn {
  margin-top: 50px;
}
.our-product .allbtn a {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.our-product .allbtn a::after {
  content: "";
  display: block;
  width: 70%;
  margin: 10px auto 0;
  border-bottom: 1px solid var(--color);
}
.inner-dots ul li {
    padding: 0 !important;
}

#banner{
    position: relative;
}
#banner li{
    position: relative;
}
#banner li:after{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 99;
}
#banner li .content{
    z-index: 101;
}

#index-body .init-5 .new-init-6 {
  padding-top: 60px;
}
#index-body .init-5 .new-init-6 .content ul {
  margin: -16px;
}
#index-body .init-5 .new-init-6 .content ul li {
  padding: 16px;
  height: auto;
}
#index-body .init-5 .new-init-6 .content ul li .ig {
  border-radius: 10px;
  position: relative;
  background-color: #f5f5f7;
  height: 100%;
}
#index-body .init-5 .new-init-6 .content ul li .ig .img img {
  width: 100%;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text {
  padding: 30px 36px 51px;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .top {
  padding-right: 6px;
  margin-bottom: 40px;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .top i {
  line-height: 52px;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .top i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .top span {
  font-size: 96px;
  line-height: .8;
  color: #141414;
  opacity: 0.08;
  font-weight: bold;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .bottom {
  margin-top: 3px;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;  
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .bottom .tit {
  font-size: 20px;
  line-height: 1.3;
  color: #141414;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .new-init-6 .content ul li .ig .text .bottom p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  margin-top: 14px;
}
#index-body .init-5 .new-init-6 .content ul li .ig:hover .text .bottom .tit {
  color: var(--color);
}
@media (max-width: 1440px) {
  #index-body .init-5 .new-init-6 .content ul li .ig .text {
    padding: 30px 15px;
  }
}
@media (max-width: 1280px) {
  #index-body .init-5 .new-init-6 .content ul li .ig .text .top span {
    font-size: 80px;
  }
  #index-body .init-5 .new-init-6 .content ul li .ig .text .bottom .tit {
    font-size: 21px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-5 .new-init-6 {
    padding-top: -10px;
  }
  #index-body .init-5 .new-init-6 .content {
    margin-top: 30px;
  }
  #index-body .init-5 .new-init-6 .content ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .new-init-6 {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .new-init-6 .content ul li {
    width: 100%;
  }
}
#index-body .init-5 .left .h2,
#index-body .init-5 .left span.h2 em,
#index-body .init-5 .text,
#index-body .init-5 .right em{
    color: #000;
}
#footer .footer-top  .ft-c form {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}
#footer .footer-top  .ft-c form .f-put1 {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer .footer-top  .ft-c form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .footer-top .ft-c form textarea {
  line-height: 1;
}
#footer .footer-top .ft-c form .all-btn {
  width: 187px;
  margin-top: 5px;
}
.all-btn {
    width: 188px;
    height: 44px;
    background: #c30d23;
    border-radius: 22px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition:0.3s ease;
}
.all-btn:hover{
    background: #000;
}

.companyDiv .summaryArea .about-6 .right {
    background: url(/template/en/images/about-6-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    vertical-align: middle;
}
.companyDiv .summaryArea .about-6{
  padding: 0
}
.companyDiv .summaryArea .about-6 .ui{
  
  padding: 0 60px 0 80px
}
.companyDiv .summaryArea .about-6 .right ul li{
  padding: 0
}

.companyDiv .summaryArea .about-6 .right .slick-active{
transform: translateX(10%)
}
.companyDiv .summaryArea .about-6 .right .slick-slide{
  transition: .5s;
    zoom: 1
}

.companyDiv .summaryArea .about-6 .right .slick-center {
 zoom: 1.2;
  position: relative;
  z-index: 2;
  transform: translateX(0)
  
}
.companyDiv .summaryArea .about-6 .right .slick-center+.slick-active{
  transform: translateX(-10%)
}
.companyDiv .summaryArea .about-6 .right{
  padding: 0 100px 80px
}
.companyDiv .summaryArea .about-6 .right .slick-slider .slick-track {
    align-items: center;
}
@media screen and (max-width: 700px){
  .companyDiv .summaryArea .about-6 .right .slick-slide{
  zoom: 1
}
.companyDiv .summaryArea .about-6 .right .slick-center{
  zoom: 1
}
.companyDiv .summaryArea .about-6 .right{
  background: none
}
.companyDiv .summaryArea .about-6 .right{
  padding: 0
}
}
#muteBtn:hover i {
    transform: unset !important;
}
#muteBtn.unmuted em {
    display: none;
}
#muteBtn.unmuted em.hide {
    display: block;
}
.qualityBox .left li {
    background-color: #f9f9f9;
    transition: .5s;
    padding: 1em .5em .7em;
}
.qualityBox .left li em {
    color: var(--color);
    line-height: 1;
}
.qualityBox .left li .text {
    color: inherit;
    opacity: .6;
    line-height: 1.5;
}
.qualityBox .left li:hover {
    background-color: var(--color);
    color: white;
}
.qualityBox .left li:hover em {
    color: inherit;
}
.qualityBox .right span.tag {
    color: white;
}
.qualityBox .right .form {
    padding: 1em 1em 0;
    background-color: var(--color);
    color: white;
}
.qualityBox .right .form input,
.qualityBox .right .form textarea {
    width: 100%;
    padding: .8em 1.2em;
    border-radius: .5em;
    border: none;
    color: black;
}
.qualityBox .right .form textarea {
    height: 90px;
}
.qualityBox .right .form button {
    width: 3.4em;
    height: 3.4em;
    border: .5em solid white;
    border-radius: 100%;
    box-sizing: content-box;
    background-color: black;
    color: white;
    margin-top: 1.5em;
    margin-bottom: -2.2em;
    position: relative;
}
.qualityBox .right .form button i {
    font-size: 1.5em;
}
.qualityBox .right .form button:before,
.qualityBox .right .form button:after {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: .3em solid transparent;
    border-bottom-color: white;
    position: absolute;
    bottom: 50%;
}
.qualityBox .right .form button:after {
    left: 100%;
    transform: rotate(45deg) translateX(30%) translateY(-4%);
}
.qualityBox .right .form button:before {
    right: 100%;
    transform: rotate(-45deg) translateX(-30%) translateY(-4%);
}
@media screen and (max-width: 1250px){
    .news-page .news-box .news-right .box .box-b {
        width: 90%;
    }
}
@media screen and (max-width: 700px){
    .companyDiv .summaryArea .mainImg {
        height: auto;
        margin-bottom: 50px;
    }
    .summaryDiv > div .imgArea {
        width: 100%;
    }
    .companyDiv .summaryArea .mainImg .video {
        height: auto;
    }
}