@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
.slick-list,
.slick-track{
  direction: ltr;
}
body {
  --color: #000;
  font-family: 'Gilroy';
  font-weight: 400;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
  background: #eeebe6;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1830px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border: solid 1px #000000;
  color: #010101;
  border-radius: 26px;
  padding: 17px 51px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-right: 12px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus {
  color: #fff;
}
.more:hover::after,
.more:focus::after {
  width: 100%;
}
.more:hover i,
.more:focus i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.link i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 18px;
  line-height: 2.2em;
  margin-right: 2.04em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover i {
  -webkit-transform: translateX(-10.0px);
  -moz-transform: translateX(-10.0px);
  -ms-transform: translateX(-10.0px);
  transform: translateX(-10.0px);
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  background: #eeebe6;
}
#header .h-top {
  border-bottom: 1px solid #a3a19e;
}
#header .h-top .ui.menu {
  height: 56px;
}
#header .h-top .yuy {
  margin: 0 auto 0 0;
  height: 100%;
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-top: 0;
  border-bottom: 0;
}
#header .h-top .yuy ul {
  left: 0;
  right: initial;
  z-index: 10;
}
#header .h-top .list {
  height: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.4);
}
#header .h-top .list .h-search {
  cursor: pointer;
}
#header .h-top .item {
  position: absolute;
  left: 0;
  top: 100%;
  width: 170px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .h-top .phone:hover .item,
#header .h-top .mail:hover .item {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  line-height: 1;
  margin-left: 74px;
  font-weight: 500;
  float: right;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header.active {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.i-title {
  font-size: 60px;
  line-height: 1.3;
}
.i-title,
.title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 41%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 1160px;
}
#banner ul li .text .box .title {
  line-height: 1.2;
}
#banner ul li .text .box .title small {
  display: block;
}
#banner ul li .text .box .more {
  background-color: #eeebe6;
  border: 0;
  padding: 14px 31px 13px 30px;
  border-radius: 23px;
}
#banner ul li .text .box .title,
#banner ul li .text .box .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner .swiper-pagination {
  width: auto;
  right: 3.125%;
  text-align: right;
  bottom: 9.46%;
}
#banner .swiper-pagination span {
  width: 24px;
  height: 24px;
  opacity: 1;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  margin: 0 18px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
#banner .wz {
  z-index: 3;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
#banner .wz span {
  text-decoration: underline;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
#index-body .i-category {
  padding-top: 4.17%;
}
#index-body .i-category ul li .img-box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  z-index: 1;
}
#index-body .i-category ul li .img-box img {
  width: auto;
  display: inline-block;
}
#index-body .i-category ul li .img-box:hover img{
  -webkit-transform: scale(.9, .9);
  -moz-transform: scale(.9, .9);
  -ms-transform: scale(.9, .9);
  transform: scale(.9, .9);
}
#index-body .i-category ul li .img-box .svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: xz 15s linear infinite;
  -moz-animation: xz 15s linear infinite;
  animation: xz 15s linear infinite;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
    color: #e0bebe;
    z-index: -1;
    opacity: 0;
    scale: 0;
    background: url(../images/tx.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
}
#index-body .i-category ul li .img-box .svg img{
  width: 100%;
  height: 100%;
  display: block;
}
/*#index-body .i-category ul li .img-box .svg::after{
  content: '';
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: xz 15s linear infinite;
    -moz-animation: xz 15s linear infinite;
    animation: xz 15s linear infinite;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #e0bebe;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}*/
#index-body .i-category ul li:hover .img-box .svg{
  opacity: 1;
  scale: 1;
}
#index-body .i-category ul li .tit {
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .tit:hover {
  text-decoration: underline;
}
#index-body .i-product {
  padding-top: 5.9375%;
}
#index-body .i-product .content ul li .ig {
  background: #fff;
}
#index-body .i-product .content ul li .text .tit {
  font-weight: 600;
  line-height: 1.5;
}
#index-body .i-about {
  padding-top: 9%;
}
#index-body .i-about .tp .link {
  color: #fff;
  bottom: 16px;
  left: 39px;
}
#index-body .i-about .tp .link i {
  border-color: #fff;
}
#index-body .i-about .tp .play{
  right: 0;
  left: initial;
  top: initial;
  bottom: 0;
  background: rgba(255,255,255,0.2);
}
#index-body .i-about .con {
  max-width: 1345px;
  margin: 75px auto 0;
  font-weight: 600;
  line-height: 1.4;
}
#index-body .i-about .con h1 {
  display: inline;
}
#index-body .i-box {
  margin-top: -7%;
  background: url(/vision/2026/01/21/763425.png) no-repeat center 145%;
  background-size: 100% auto;
  padding-bottom: 68px;
}
#index-body .i-honor {
  padding: 6% 0 5.573%;
  position: relative;
  z-index: 1;
}
#index-body .i-honor .content {
  padding: 76px 103px 0;
}
#index-body .i-honor .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 14px;
  left: 14px;
  bottom: 13px;
 
}
#index-body .i-honor .content .slickBtn div {
  width: 2.8em;
  height: 2.8em;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  top: 56%;
}
#index-body .i-honor .content .slickBtn div.prev {
  left: initial;
  right: 0;
}
#index-body .i-honor .content .slickBtn div.next {
  right: initial;
  left: 0;
}
#index-body .i-honor .content .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage {
  background: #fff;
  padding: 78px 0 69px;
}
#index-body .i-advantage ul {
  margin: -45px;
}
#index-body .i-advantage ul li {
  padding: 45px;
}
#index-body .i-advantage ul li i {
  line-height: 45px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage ul li span {
  font-weight: 600;
  line-height: 2;
  color: #000;
}
#index-body .i-advantage ul li p {
  line-height: 2;
  color: #666666;
}
#index-body .i-advantage ul li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#index-body .i-news {
  padding-bottom: 5.46875%;
}
#index-body .i-news ul .slick-track{
  display: block;
  direction: ltr;
}
#index-body .i-news ul li .ig {
  border-bottom: 1px solid #b1b1b1;
}
#index-body .i-news ul li .img-box {
  width: 174px;
}
#index-body .i-news ul li .tit {
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-news ul li .link {
  width: 2.2em;
  height: 2.2em;
}
#index-body .i-news ul li .link i {
  width: 100%;
  height: 100%;
  margin-right: 0;
  font-size: 20px;
  line-height: initial;
  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;
}
#index-body .i-news ul li .link:hover i {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
  background: var(--color);
  color: #fff;
}
#index-body .i-news ul .slick-current + div + div li .ig {
  border-bottom: 0;
}
#index-body .i-partner .box {
  background: #fff;
}
#footer {
  background-color: #f2f1ed;
}
#footer .f-content .title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
#footer .f-content .left {
  width: 28.6112%;
}
#footer .f-content .left .share a {
  color: rgba(34, 34, 34, 0.4);
  margin-left: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .share a:first-child {
  margin-left: 0;
}
#footer .f-content .left .share a:hover {
  color: #222;
}
#footer .f-content .left .copy {
  color: #000;
  line-height: 1.9;
  direction: ltr;
  text-align: right;
}
#footer .f-content .left .copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
}
#footer .f-content .right {
  width: 53.167%;
  padding-bottom: 6px;
}
#footer .f-content .right .nav li a {
  font-weight: bold;
  position: relative;
  color: #222;
  z-index: 1;
}
#footer .f-content .right .nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #222;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right .nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .f-content .right .form input {
  width: 100%;
  background: transparent;
  color: #666666;
  font-size: 19px;
  padding: 0 21px;
  height: 66px;
  border: 0;
  border-bottom: 3px solid rgba(34, 34, 34, 0.2);
  margin-bottom: 13px;
}
#footer .f-content .right .form input::-webkit-input-placeholder {
  color: #666666;
}
#footer .f-content .right .form input:-moz-placeholder {
  color: #666666;
}
#footer .f-content .right .form input::-moz-placeholder {
  color: #666666;
}
#footer .f-content .right .form input:-ms-input-placeholder {
  color: #666666;
}
#footer .f-content .right .form input::placeholder {
  color: #666666;
}
#footer .f-content .right .form button {
  background: transparent;
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 16px 46px 15px;
  margin-top: 21px;
}
#footer .f-wz{
  direction: ltr;
}
#footer .f-wz p {
  font-size: 10.75em;
  line-height: 1;
  color: #222222;
  font-weight: 600;
}
@media screen and (max-width: 1700px) {
  #footer .f-wz p {
    font-size: 9.75em;
  }
  #index-body .i-about .con{
    max-width: 1100px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 57px;
  }
  #index-body .i-box {
    background: url(../images/bg.png) no-repeat center 159%;
  }
  #index-body .i-about .con {
    max-width: 1000px;
  }
  #footer .f-wz p {
    font-size: 8.82em;
  }
}
@media screen and (max-width: 1250px) {
  #banner .wz {
    bottom: 20px;
  }
  #index-body .i-box {
    margin-top: -23%;
    background: url(../images/bg.png) no-repeat center 188%;
  }
  #index-body .i-advantage ul {
    margin: -23px;
  }
  #index-body .i-advantage ul li {
    padding: 23px;
  }
  #index-body .i-about .con {
    max-width: 820px;
  }
  #footer .f-content .left {
    width: 37%;
  }
  #footer .f-wz p {
    font-size: 8.12em;
  }
}
@media screen and (max-width: 1000px) {
  .i-title {
    font-size: 40px;
  }
  #index-body .i-about .con {
    margin: 30px auto 0;
  }
  #index-body .i-box {
    margin-top: 0;
  }
  #index-body .i-honor .content {
    padding: 30px 40px 0;
  }
  #index-body .i-advantage ul li {
    width: 50%;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-19 {
    font-size: 19px;
  }
  .font-18 {
    font-size: 18px;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .f-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .f-content .left {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .left .f-logo {
    display: none;
  }
  #footer .f-content .right {
    width: 100%;
  }
  #footer .f-content .right .nav {
    display: none;
  }
  #footer .f-content .right .form {
    margin-top: 0;
  }
  #footer .f-wz p {
    font-size: 5.7em;
  }
}
@media screen and (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  #banner .swiper-pagination span {
    margin: 0 9px;
    width: 20px;
    height: 20px;
  }
  #banner .swiper-pagination span::after {
    width: 10px;
    height: 10px;
  }
  #banner .wz {
    display: none;
  }
  .i-title {
    font-size: 36px;
  }
  .font-26 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 24px;
  }
  #index-body .i-news ul li .img-box {
    width: 129px;
  }
  #index-body .i-news ul li .tit {
    margin: 0 15px;
  }
  #index-body .i-news ul li .link {
    width: 2em;
    height: 2em;
  }
  .link {
    font-size: 20px;
  }
  #footer .f-wz p {
    font-size: 4em;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .box .more {
    padding: 8px 16px;
  }
  #banner .swiper-pagination {
    bottom: 6px;
  }
  #banner .swiper-pagination span {
    margin: 0 6px;
    width: 18px;
    height: 18px;
  }
  #banner .swiper-pagination span::after {
    width: 6px;
    height: 6px;
  }
  .more {
    font-size: 14px;
    padding: 8px 16px;
  }
  .more i {
    margin-right: 6px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-19,
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    line-height: 2 !important;
  }
  #index-body .i-box {
    background: url(../images/bg.png) no-repeat center bottom;
    padding-bottom: 30px;
  }
  #index-body .i-about .con {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .i-advantage {
    padding: 30px 0;
  }
  #index-body .i-advantage ul li {
    width: 100%;
  }
  #index-body .i-news ul li .ig {
    border-bottom: 0;
  }
  #index-body .i-news ul li .img-box {
    width: 100%;
  }
  #index-body .i-news ul li .tit {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-news ul li .link {
    margin-top: 20px;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-content .left .top {
    margin-top: 0;
  }
  #footer .f-content .left .bottom ul li {
    margin-bottom: 20px;
  }
  #footer .f-content .left .bottom ul li:last-child {
    margin-bottom: 0;
  }
  #footer .f-content .right .form button {
    font-size: 16px;
    padding: 12px 23px;
  }
  #footer .f-wz p {
    font-size: 2.73em;
  }
  .fixed-toolbar {
    zoom: .7;
    bottom: 17%;
  }
}
.page-header02{
  background: #fff;
}
.page-header02 .menu-btn{
  background: #000;
  color: #fff;
}
.breadcrumb{
  height: 0!important;
  overflow: hidden;
}
.inner-page {
  padding-top: 6.42%;
}
.about-page {
  padding-bottom: 120px;
  width: 100%;
}
.about-page .container {
  width: 1110px;
}
.about-page .init-2 .container .list {
  padding: 40px 0;
}
.about-page .init-2 .container .list.one .left {
  width: 42%;
  font-size: 24px;
  line-height: 1.5;
}
.about-page .init-2 .container .list.one .left h1 {
  display: inline-block;
}
.about-page .init-2 .container .list.one .left .strong {
  font-weight: bold;
}
.about-page .init-2 .container .list.one .right {
  font-size: 18px;
  width: 54%;
  line-height: 1.6;
  direction: ltr;
  text-align: right;
}
.about-page .init-2 .container .list.two {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.about-page .init-2 .container .list.two .img {
  width: calc(50% - 15px);
}
.about-page .init-2 .container .list.two .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-2 .container .list.three > div {
  width: 44%;
  font-size: 18px;
  line-height: 1.6;
}
.inner_top_title{
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #c2c2c2;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 20px;
  border: 10px solid #eee;
}
.gallery-page .list ul.flex-6 li a.img-box,
.gallery-page .list ul.flex-6 li a.img-box img{
  border-radius: 0;
}
.faq-page {
  padding-bottom: 130px;
}
.faq-page .container .list {
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.faq-page .container .list:first-child {
  padding-top: 0;
  border-top: none;
}
.faq-page .container .list .title {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}
.faq-page .container .list .des {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 14px;
  padding-bottom: 40px;
}
.inner-page span.tag {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.service-page .service-1 {
  padding-bottom: 9.8%;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 7.8% 66px 0 0;
}
.service-page .service-1 .bottom ul li {
  padding-left: 60px;
  width: 21%;
}
.service-page .service-1 .bottom ul li .ig {
  position: relative;
  padding: 15px 0 0px 20px;
}
.service-page .service-1 .bottom ul li .ig::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: right;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
  position: relative;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-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;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-left: 6px;
  visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child {
  padding-left: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i {
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 0 0 20px;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-right: 57px;
}
.service-page .service-2 .right .header {
  text-align: left;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-left: 138px;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
.service-page .service-2 .right .header .i-title {
  text-align: center;
  margin-top: 6px;
  margin-right: -50px;
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.65;
  text-align: right;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  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;
  font-size: 26px;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  right: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  right: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #534741;
}
.news-page .container .content {
  margin: 0 -15px;
  margin-top: 30px;
}
.news-page .container .content .column {
  margin-top: 50px;
  padding: 0 15px;
}
.news-page .container .content .column .box {
  position: relative;
  overflow: hidden;
}
.news-page .container .content .column .box a {
  display: block;
  overflow: hidden;
}
.news-page .container .content .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .column .box .shadow {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.news-page .container .content .column .box .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  padding: 0 40px;
  bottom: 46px;
  right: 0;
  z-index: 3;
  color: #000;
}
.news-page .container .content .column .box .cont .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box .cont .des {
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box:hover .shadow {
  opacity: 1;
}
.news-page .container .content .column .box:hover .cont {
  transform: translateX(-6.0px);
  -ms-transform: translateX(-6.0px);
  -moz-transform: translateX(-6.0px);
  -webkit-transform: translateX(-6.0px);
  -o-transform: translateX(-6.0px);
}
.newdet-page .container .i-title {
  color: #000;
  text-transform: capitalize;
}
.newdet-page .container time {
  display: block;
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  opacity: 0.6;
}
.newdet-page .container .content_cont {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
.newdet-page .container .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .container .share h4 {
  font-size: 18px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-weight: bold;
}
.newdet-page .container .share ul li {
  width: auto;
  margin-right: 20px;
  font-size: 16px;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 6px;
}
.m-link a:hover {
  color: #000;
}
.prodet-page {
  padding-bottom: 120px;
  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;
}
.prodet-page .init-1 {
  width: 100%;
}
.prodet-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;
}
.prodet-page .init-1 .container .img_list {
  width: 150px;
}
.prodet-page .init-1 .container .img_list .slick-track{
  display: block;
}
.prodet-page .init-1 .container .big_img {
  width: 38%;
  margin-right: 30px;
  background-color: #fff;
  position: relative;
}
.prodet-page .init-1 .container .big_img .big_img-prev,
.prodet-page .init-1 .container .big_img .big_img-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  background-color: rgba(0, 0, 0, .15);
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.prodet-page .init-1 .container .big_img .big_img-prev i,
.prodet-page .init-1 .container .big_img .big_img-next i {
  font-size: 20px;
}
.prodet-page .init-1 .container .big_img .big_img-prev:hover,
.prodet-page .init-1 .container .big_img .big_img-next:hover {
  background-color: var(--index-main-color);
}
.prodet-page .init-1 .container .big_img .big_img-prev {
  right: 0;
}
.prodet-page .init-1 .container .big_img .big_img-next {
  left: 0;
}
.prodet-page .init-1 .container .big_img a {
  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;
}
.prodet-page .init-1 .container .right {
  margin-right: auto;
  width: 42%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
}
.prodet-page .init-1 .container .right .cat_name {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-top: 10px;
}
.prodet-page .init-1 .container .right .content_list {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 60px;
}
.prodet-page .init-1 .container .right .content_list .list {
  border-top: 1px solid #c2c2c2;
  padding-left: 60px;
}
.prodet-page .init-1 .container .right .content_list .list:first-child {
  border-top: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont {
  padding: 16px 0;
  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;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont span {
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn {
  width: 11px;
  height: 11px;
  margin-right: auto;
  position: relative;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 5px;
  right: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div:last-child {
  height: 100%;
  width: 1px;
  top: 0;
  right: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont.active .btn div:last-child {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.prodet-page .init-1 .container .right .content_list .list .content {
  font-size: 18px;
  padding: 30px 0;
  padding-top: 10px;
  line-height: 1.6;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.prodet-page .init-1 .container .right .content_list .list .content strong,
.prodet-page .init-1 .container .right .content_list .list .content b {
  font-weight: bold;
}
.prodet-page .init-1 .container .right .more_cont_2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000;
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
  display: block;
}
.prodet-page .init-1 .container .right .more_cont_2::before {
  background-color: #fff9f2;
}
.prodet-page .init-2 {
  width: 100%;
  margin-top: 110px;
}
.prodet-page .init-2 .subline {
  padding: 0 60px;
}
.prodet-page .init-2 .subline div {
  background-color: #c2c2c2;
  height: 1px;
}
.prodet-page .init-2 .container .title_cont {
  margin-top: 50px;
  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;
}
.prodet-page .init-2 .container .title_cont .name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-2 .container .title_cont .right {
  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;
}
.prodet-page .init-2 .container .title_cont .right .prev,
.prodet-page .init-2 .container .title_cont .right .next {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
}
.prodet-page .init-2 .container .title_cont .right .prev svg,
.prodet-page .init-2 .container .title_cont .right .next svg {
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 .container .title_cont .right .prev svg path,
.prodet-page .init-2 .container .title_cont .right .next svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-2 .container .title_cont .right .prev:hover svg path,
.prodet-page .init-2 .container .title_cont .right .next:hover svg path {
  fill: #000;
}
.prodet-page .init-2 .container .title_cont .right .prev {
  margin-left: 12px;
}
.prodet-page .init-2 .container .title_cont .right .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.prodet-page .init-2 .container .content {
  margin-top: 60px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  background: #fff;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .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;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 28px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont {
  transform: translateX(-4.0px);
  -ms-transform: translateX(-4.0px);
  -moz-transform: translateX(-4.0px);
  -webkit-transform: translateX(-4.0px);
  -o-transform: translateX(-4.0px);
}
.prodet-page .init-2 .container .content .swiper-pagination {
  position: relative;
  height: 6px;
  top: 0;
  right: 0;
  margin-top: 50px;
  background-color: #fff;
}
.prodet-page .init-2 .container .content .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.prodet-page .mbx {
  width: 100%;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .init-3 {
  width: 100%;
  margin-top: 80px;
}
.prodet-page .init-3 .container {
  max-width: 1100px;
}
.prodet-page .init-3 .container .tip {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-3 .container form {
  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;
}
.prodet-page .init-3 .container form .list {
  width: 100%;
  margin-top: 30px;
}
.prodet-page .init-3 .container form .list.w_50 {
  width: 48%;
}
.prodet-page .init-3 .container form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.prodet-page .init-3 .container form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-3 .container form .list input:focus {
  height: 36px;
}
.prodet-page .init-3 .container form .list textarea {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}
.prodet-page .init-3 .container form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
.mbx {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 30px;
}
.mbx a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mbx a:hover {
  color: #000;
}
.contact-page .init-1 .container .left {
  width: 48%;
}
.contact-page .init-1 .container .left .tip {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}
.contact-page .init-1 .container .left .tip span {
  display: block;
}
.contact-page .init-1 .container .left .contact_info {
  -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;
}
.contact-page .init-1 .container .left .contact_info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .left .contact_info .list .text {
  margin-right: 10px;
}
.contact-page .init-1 .container .left .contact_info .list img {
  min-width: 18px;
  margin-left: 4px;
}
.contact-page .init-1 .container .left .contact_info .list i{
  font-size: 24px;
  min-width: 18px;
}
.contact-page .init-1 .container .left form {
  margin-top: 50px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 26px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.contact-page .init-1 .container .left form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-1 .container .left form .list input:focus {
  height: 36px;
}
.contact-page .init-1 .container .left form .list textarea {
  margin-top: 6px;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}
.contact-page .init-1 .container .left form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
.contact-page .init-1 .container .right {
    width: 46%;
    /*height: 618px;
    overflow: hidden;
        display: flex;
    align-items: center;
    justify-content: center;*/
}
.contact-page .init-1 .container .right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .init-2 {
  margin-top: 120px;
  border-top: 1px solid #b2aea9;
}
.contact-page .init-2 .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-2 .container .list {
  margin-top: 40px;
  max-width: 266px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .img {
  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;
  height: 38px;
}
.contact-page .init-2 .container .list .img img {
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact-page .init-2 .container .list .des {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 8px;
}
.contact-page .init-2 .container .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.contact-page .init-2 .container .list:hover .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.contact-page .init-3 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.contact-page .init-3 .button-group .button {
  background: #000;
}
.product-page .header{
  padding: 30px 0;
  border-bottom: 1px solid rgb(216,211,208);
}
.product-page .header .change{
  cursor: pointer;
}
.product-page .header .change span{
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
.product-page .tab > ul{
  gap: 10px;
}
.product-page .tab ul > li{
  background: #fff;
  padding: 5px 15px;
  gap: 5px;
  border-radius: 10px;
  --svgSize: 9px;
  min-height: 35px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.product-page .tab ul > li i{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .tab ul > li i.active{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.product-page .tab ul > li ul{
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 1;
  overflow: auto;
  min-width: 220px;
  max-width: 350px;
  max-height: 200px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, -0.1px 2px );
  border: 1px solid rgb(210,210,210);
  padding: 9px 12px;
  margin-block-start: 5px;
  border-radius: 10px;
  display: none;
}
.product-page .tab ul > li ul li a{
  font-size: 14px;
  padding-right: 16px;
  position: relative;
}
.product-page .tab ul > li ul a em{
  position: absolute;
  top: 0;
  right: -15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgb(210,210,210);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .tab ul > li ul a em::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.product-page .tab ul > li ul a.active em,
.product-page .tab ul > li ul a:hover em{
  background: #000;
  border-color: #000;
}
.product-page .i-product ul{
  margin: -12px;
}
.product-page .i-product ul li{
  padding: 12px;
}
.m-page {
  margin-top: 40px;
  text-align: center;
}
.m-page a,
.m-page span{
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 10px;
  margin: 3px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a.prev,
.m-page a.next{
  background: transparent;
  font-size: 0;
}
.m-page a.prev::after,
.m-page a.next::after{
  font-family: 'iconfont';
  font-size: 34px;
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-page a.prev::after{
  content: "\eb90";
}
.m-page a.next::after{
  content: "\eb8d";
}
@media (max-width: 1700px) {
  .service-page .service-1 .bottom ul li {
    padding-left: 40px;
  }
  .newdet-page > .container {
    margin-top: 40px;
  }
  .newdet-page .container .i-title {
    text-align: center;
  }
  .newdet-page .container time {
    text-align: center;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list .list {
    padding-left: 0;
  }
  .prodet-page .init-1 .container .big_img {
    width: 70%;
  }
  .prodet-page .init-1 .container .img_list {
    width: 26%;
  }
}
@media (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p {
    width: 90%;
  }
  .service-page .service-2 .right .header .i-title {
    margin-right: -90px;
  }
}
@media (max-width: 1280px) {
  .about-page .container{
    width: 970px;
  }
  .font-24{
    font-size: 24px;
  }
  .service-page .service-1 .bottom {
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right {
    vertical-align: middle;
  }
  .service-page .service-2 .right {
    padding-top: 0;
  }
  .service-page .service-2 .right .ig {
    padding-right: 30px;
  }
  .service-page .service-2 .right .header .i-title {
    margin-right: 0px;
  }
}
@media (max-width: 1100px) {
  .service-page .service-1 .bottom ul li p {
    font-size: 21px;
  }
  .service-page .service-2 .right .list {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .about-page .container{
    width: 700px;
  }
  .about-page .init-2 .container .list {
   text-align: center;
  }
  .about-page .init-2 .container .list.one .left {
   width: 100%;
  }
  .about-page .init-2 .container .list.one .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 .container .list.three > div {
    width: 100%;
  }
  .about-page .init-2 .container .list.three .right {
   margin-top: 20px;
  }
  .about-page{
    padding-bottom: 60px;
  }
  .flex-4 > *,
  .flex-5 > * {
    width: 33.3333%;
  }
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right {
    width: 100%;
  }
  .service-page .service-1 .top .right {
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left {
    display: none;
  }
  .service-page .service-2 .right {
    width: 100%;
  }
  .service-page .service-2::after {
    width: 100%;
  }
  .faq-page{
    padding-bottom: 60px;
  }
  .news-page .container .content .column .box .cont{
    padding: 0;
  }
  .prodet-page .init-1 .container .big_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 0;
  }
  .prodet-page .init-1 .container .img_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page .init-1 .container .m-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page .mbx {
    margin-top: 40px;
  }
  .Auxil-industry{
    display: none;
  }
  .contact-page .init-1 .container .left{
    width: 100%;
  }
  .contact-page .init-1 .container .right{
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .about-page .container{
    width: 100%;
  }
  .flex-3 > *,
  .flex-4 > *,
  .flex-5 > * {
    width: 50%;
  }
  .service-page .service-1 .bottom ul li {
    width: 50%;
    padding-left: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even) {
    padding-left: 0;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 22px;
  }
  .faq-page{
    padding-bottom: 30px;
  }
  .prodet-page .init-2 .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    width: 100%;
  }
  .prodet-page .init-2 .container .title_cont .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .content {
    padding-right: 0;
  }
  .prodet-page .init-2 .subline {
    padding: 0 15px;
  }
  .contact-page .init-2 .container .list{
     max-width: 228px;
  }
  .contact-page .init-1 .container .left .tip{
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .about-page {
    padding-bottom: 40px;
  }
  .about-page .init-2 .container .list {
    padding: 20px 0;
  }
  .about-page .init-2 .container .list.one .left {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .init-2 .container .list.one .right {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .container .list.two .img {
    width: 100%;
    margin-top: 16px;
  }
  .about-page .init-2 .container .list.three > div {
    font-size: 16px;
    line-height: 2;
  }
  .flex-3 > *,
  .flex-4 > *,
  .flex-5 > * {
    width: 100%;
  }
  .service-page .service-1 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig {
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after {
    display: none;
  }
  .service-page .service-2 .right {
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig {
    padding-right: 0;
  }
  .service-page .service-2 .right .header .tag{
    padding-left: 109px;
  }
  .service-page .service-2 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .container .list .title{
    font-size: 20px;
  }
  .faq-page .container .list .des{
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .container .content .column .box .cont .title{
    font-size: 20px;
  }
  .news-page .container .content .column .box .cont .des{
    font-size: 16px;
    line-height: 1.8;
  }
  .prodet-page {
    padding-bottom: 40px;
  }
  .prodet-page .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .prodet-page .init-1 .container .right .more_cont_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    font-size: 20px;
  }
  .prodet-page .init-2 .container .content {
    margin-top: 30px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    padding: 15px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .content .swiper-pagination {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 10px;
  }
  .prodet-page .init-3 .container .tip {
    font-size: 20px;
    text-align: center;
  }
  .prodet-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .prodet-page .init-3 .container form .submit_btn {
    width: 100%;
  }
  .prodet-page .mbx {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .contact-page .init-2 .container .list{
    max-width: 100%;
  }
}
.manufacture-page {
  padding-top: 235px;
  padding-bottom: 6.25vw;
}
.manufacture-page .big-title {
  font-size: 101px;
  font-weight: bold;
  line-height: 1;
}
.manufacture-page .ui.container {
  max-width: 1415px;
}
.manufacture-page .manufacture-warp .manufacture-title-list {
  margin: 2.44791666vw 0 2.9167vw -3.75vw;
  position: relative;
  padding-bottom: 26px;
}
.manufacture-page .manufacture-warp .manufacture-title-list:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: -webkit-calc(100% - 3.75vw);
  width: -moz-calc(100% - 3.75vw);
  width: calc(100% - 3.75vw);
  right: 0;
  height: 1px;
  background: rgba(184, 184, 184, 0.62);
}
.manufacture-page .manufacture-warp .manufacture-title-list li {
  padding-left: 3.75vw;
  color: #666666;
  font-weight: 500;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.manufacture-page .manufacture-warp .manufacture-title-list li:hover,
.manufacture-page .manufacture-warp .manufacture-title-list li.active {
  color: #333333;
  text-decoration: underline;
}
.manufacture-page .manufacture-warp .manufacture-content-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.manufacture-page .manufacture-warp .manufacture-content-list li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacture-page .manufacture-warp .manufacture-content-list li .right {
  margin-right: 25px;
}
.manufacture-page .manufacture-warp .manufacture-content-list li .right .title {
  margin-top: 3.2291666vw;
  margin-bottom: 22px;
  font-weight: bold;
}
.manufacture-page .manufacture-warp .manufacture-content-list li .right .intro {
  max-width: 647px;
  line-height: 2;
  max-height: 221px;
  overflow: auto;
}
.manufacture-page .manufacture-warp2 {
  margin-top: 7.08333vw;
}
@media screen and (max-width: 1680px) {
  .manufacture-page .big-title {
    font-size: 65px;
  }
}
@media screen and (max-width: 1440px) {
  .manufacture-page .big-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1280px) {
  .manufacture-page .big-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacture-page {
    padding-top: 140px;
  }
  .manufacture-page .big-title {
    font-size: 35px;
  }
  .manufacture-page .manufacture-warp .manufacture-title-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-warp .manufacture-title-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .manufacture-page .manufacture-warp .manufacture-content-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-warp .manufacture-content-list li .right {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .manufacture-page .big-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .manufacture-page .big-title {
    font-size: 20px;
  }
  .manufacture-page .manufacture-warp .manufacture-title-list li {
    width: 100%;
  }
}
.seoPublic>div:nth-child(odd){
  background: transparent;
}
#pups_shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  right: initial !important;
  left: 50% !important;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: initial !important;
  left: 10px !important;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-left: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-product1{
  width: 76%;
  margin: 0 auto;
}