@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* 栅格 */
.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%;
    }
}




.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #024388;
  --color1: #04274c;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
@-webkit-keyframes advantage-to-top {
  to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes advantage-to-top {
  to {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes advantage-to-top {
  to {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.public-title-top {
  padding-left: 28px;
  color: var(--color);
  position: relative;
}
.public-title-top:before {
  content: "";
  display: block;
  width: 22px;
  position: absolute;
  height: 1px;
  bottom: 30%;
  left: 0;
  background-color: var(--color);
}
.public-title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.public-mod-header {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.public-mod-header .left {
  margin-right: 25px;
}
.public-mod-header .left .intro {
  color: #666666;
  font-weight: 300;
}
.public-btn {
  line-height: 45px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-left: 25px;
  padding-right: 24px;
  color: #fefeff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
  border: solid 1px var(--color);
  border-radius: 23px;
}
.public-btn span {
  margin-right: 25px;
}
.public-btn i {
  font-size: 18px;
}
.public-btn:hover {
  background-color: #000;
  border-color: #000;
}
.public-btn.btn1 {
  background-color: transparent;
  color: var(--color);
  line-height: 43px;
}
.public-btn.btn1:hover {
  background-color: var(--color);
  color: #fefeff;
  border-color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
  margin-bottom: 20px;
}
#header .nav .ui.menu .social-account {
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: auto;
}
#header .nav .ui.menu .social-account li:nth-child(3) a i {
  font-size: 19px;
}
#header .nav .ui.menu .social-account a {
  display: block;
  color: var(--color);
}
#header .nav .ui.menu .social-account a i {
  font-size: 17px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#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 {
  font-size: 18px;
  margin-right: 24px;
  color: #666666;
  -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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active a:after,
#header .nav .ui.menu .menu-box ul.menu > li:hover a:after {
  opacity: 1;
}
#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 > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: -37px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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: -10px;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  position: relative;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  border-radius: 29px;
}
#header .nav .ui.menu .items .h-inquiry span {
  line-height: 58px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #000;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #333333;
  padding-right: 6px;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language 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;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -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 .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language: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 .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;
}
.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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 6%;
  bottom: 6.5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner ul.slick-dots li {
  width: 11px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 18px;
  height: 18px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  margin-top: 100px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding-left: 100px;
  padding-right: 100px;
}
#banner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 36%;
  z-index: -1;
  background-color: var(--color);
}
#banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 64%;
  background-color: var(--color1);
  z-index: -1;
}
#banner .banner-left {
  width: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 85%;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#banner .banner-left .progress {
  height: 83px;
  width: 2px;
}
#banner .banner-left .progress .progress-list {
  background-color: rgba(102, 102, 102, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#banner .banner-left .progress .progress-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#banner .banner-left .progress .progress-list li.active {
  background-color: var(--color);
}
#banner ul.banner-slick li {
  position: relative;
}
#banner ul.banner-slick li > img {
  border-radius: 30px 0px 0px 30px;
}
#banner ul.banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner ul.banner-slick li .content .text-box {
  padding-top: 10.1%;
  color: #fff;
}
#banner ul.banner-slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 841px;
  line-height: 1.1;
  margin: 0 auto;
}
#banner ul.banner-slick li .content .text-box p {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
#banner .banner-bottom {
  position: relative;
  z-index: 5;
  margin-top: -78px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#banner .banner-bottom .banner-logo {
  background-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;
  border-radius: 30px 0px 0px 30px;
}
#banner .banner-bottom .bottom-list {
  background-color: var(--color1);
}
#banner .banner-bottom .bottom-list li {
  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;
}
#banner .banner-bottom .bottom-list li .icon {
  width: 78px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#banner .banner-bottom .bottom-list li .title {
  font-weight: 500;
  color: #fff;
}
#banner .banner-bottom .bottom-list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .category {
  background-color: #f2f2f2;
}
#index-body .category .public-mod-header .left .intro {
  max-width: 872px;
}
#index-body .category .content {
  position: relative;
}
#index-body .category .content .line {
  position: absolute;
  height: 100%;
  top: 0;
  right: 35.87209302325581%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .category .content .line .arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35%;
}
#index-body .category .content .line .arrows .category-prev {
  margin-bottom: 18px;
}
#index-body .category .content .line .arrows .category-prev,
#index-body .category .content .line .arrows .category-next {
  width: 39px;
  height: 39px;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #666;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  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;
}
#index-body .category .content .line .arrows .category-prev i,
#index-body .category .content .line .arrows .category-next i {
  font-size: 20px;
}
#index-body .category .content .line .arrows .category-prev:hover,
#index-body .category .content .line .arrows .category-next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .category .content .category-slick {
  margin-right: -43.8%;
}
#index-body .category .content .category-slick li .slide-box {
  margin-right: 18%;
}
#index-body .category .content .category-slick li .slide-box .left .title {
  color: var(--color);
}
#index-body .category .content .category-slick li .slide-box .left .title .link {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .category .content .category-slick li .slide-box .left .title .link:hover {
  color: var(--color1);
}
#index-body .category .content .category-slick li .slide-box .left .intro {
  color: #666666;
  font-weight: 300;
  max-width: 608px;
}
#index-body .service .public-mod-header .left .intro {
  max-width: 870px;
}
#index-body .service .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .service .service-list li {
  position: relative;
  width: 48.488%;
}
#index-body .service .service-list li .box {
  background: url("../images/service-item-bg.jpg") no-repeat right top;
  background-size: cover;
  border-radius: 30px;
  position: absolute;
  left: 7%;
  top: 14%;
}
#index-body .service .service-list li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .service .service-list li .box .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .service .service-list li .box .icon:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #072f75;
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
#index-body .service .service-list li .box .title {
  font-weight: 500;
}
#index-body .service .service-list li .box .intro {
  max-width: 333px;
  color: #666666;
  margin-bottom: 5px;
  line-height: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: hidden;
  height: 0;
}
#index-body .service .service-list li .box .public-btn {
  margin-bottom: -23px;
}
#index-body .service .service-list li:hover .intro {
  margin-bottom: 52px;
  height: -webkit-calc(20px * 4);
  height: -moz-calc(20px * 4);
  height: calc(20px * 4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .service .service-list li:nth-child(n+3) {
  width: 31.97%;
}
#index-body .service .service-list li:nth-child(n+3) .box {
  top: 11%;
  left: 11%;
}
#index-body .service .service-list li:nth-child(n+3) .box .intro {
  margin-bottom: 20px;
}
/*#index-body .service .service-list li:nth-child(n+3):hover .box .intro {
  height: -webkit-calc(20px * 2);
  height: -moz-calc(20px * 2);
  height: calc(20px * 2);
}*/
#index-body .service .service-list li:hover .box .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .about {
  background: #f2f2f2 url("../images/about-bg.png") no-repeat left center;
  position: relative;
}
#index-body .about .about-left {
  width: 45.93%;
  position: relative;
}
#index-body .about .about-left .title {
  width: 81px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 0px 0px 30px;
  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-color: var(--color);
}
#index-body .about .about-left .title img {
  max-height: 85%;
}
#index-body .about .about-left .about-left-slick {
  width: -webkit-calc(100% - 81px);
  width: -moz-calc(100% - 81px);
  width: calc(100% - 81px);
  margin-left: 81px;
}
#index-body .about .about-left .about-left-slick li img {
  border-radius: 0px 30px 30px 0px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 14px;
  bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li {
  width: 11px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 18px;
  height: 18px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li button {
  display: none;
}
#index-body .about .right .public-mod-header {
  margin-right: -22%;
}
#index-body .about .right .about-content .intro {
  max-width: 780px;
  color: #666666;
  font-weight: 300;
}
#index-body .about .number-Plus li .data-right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .advantage {
  background-size: cover;
  position: relative;
}
#index-body .advantage .advantage-bg-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide div {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide li {
  height: 100%;
}
#index-body .advantage .public-mod-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
#index-body .advantage .public-mod-header .left {
  margin-right: 0;
  width: 100%;
}
#index-body .advantage .public-mod-header .public-title {
  color: #fff;
}
#index-body .advantage .public-mod-header .public-title-top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
#index-body .advantage .public-mod-header .public-title-top:before {
  background-color: #fff;
}
#index-body .advantage .public-mod-header .intro {
  color: #fff;
  max-width: 780px;
  margin: 0 auto;
}
#index-body .advantage .advantage-text-slick {
  color: #fff;
}
#index-body .advantage .advantage-text-slick .title {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  font-weight: 500;
  line-height: 1.25;
}
#index-body .advantage .advantage-text-slick .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  color: #dddddd;
}
#index-body .advantage .circle {
  width: 20px;
  height: 20px;
  border: solid 2px #ffffff;
  opacity: 0.9;
  position: relative;
  margin: 0 auto 16px;
  border-radius: 50%;
  -webkit-animation: advantage-to-top 1.5s linear infinite alternate;
  -moz-animation: advantage-to-top 1.5s linear infinite alternate;
  animation: advantage-to-top 1.5s linear infinite alternate;
}
#index-body .advantage .line {
  width: 1px;
  height: 109px;
  border: solid 1px #ffffff;
  opacity: 0.9;
  margin: 0 auto;
  -webkit-animation: advantage-to-top 1.5s linear infinite alternate;
  -moz-animation: advantage-to-top 1.5s linear infinite alternate;
  animation: advantage-to-top 1.5s linear infinite alternate;
}
#index-body .advantage .advantage-items {
  margin-right: -50px;
}
#index-body .advantage .advantage-items li {
  width: 20%;
  padding-right: 50px;
  font-weight: 500;
}
#index-body .advantage .advantage-items li.active .box {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  background-color: rgba(2, 67, 136, 0.7);
  color: #ffffff;
}
#index-body .advantage .advantage-items li .box {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-radius: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5625;
}
#index-body .advantage .advantage-items li .box p{
    display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .news {
  background-color: #f2f2f2;
}
#index-body .news .news-slick {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
#index-body .news .news-slick li {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: transparent;
}
#index-body .news .news-slick li .slide-box .left {
  background-color: #f2f2f2;
  border-radius: 10px;
  color: var(--color);
  font-weight: 300;
}
#index-body .news .news-slick li .slide-box .left .step {
  border-bottom: 1px solid var(--color);
}
#index-body .news .news-slick li .slide-box .right .title {
  color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  max-width: 269px;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical; 
}
#index-body .news .news-slick li .slide-box .right .intro {
  color: #666666;
  max-width: 230px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.1;
}
#index-body .news .news-slick li .slide-box .right .news-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 2px solid var(--color);
  color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 16px;
}
#index-body .news .news-slick li .slide-box .right .news-btn span {
  margin-left: 12px;
  margin-right: 7px;
}
#index-body .news .news-slick li:hover {
  background-color: var(--color);
}
#index-body .news .news-slick li:hover .slide-box .left {
  background-color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .title {
  color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .intro {
  color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .news-btn {
  color: #ffffff;
  border-color: #fff;
}
#footer {
  background-color: #f2f2f2;
}
#footer .f-contact {
  position: relative;
}
#footer .f-contact:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: var(--color);
}
#footer .f-contact:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  background: var(--color);
  border-radius: 30px 0px 0px 0px;
}
#footer .f-contact .title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-contact .f-contact-content {
  border-radius: 0px 30px 0px 0px;
  background-color: var(--color);
  max-width: 1326px;
  color: #fff;
  margin-right: 400px;
}
#footer .f-contact .f-contact-content li .icon {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-contact .f-contact-content li .text {
  max-width: 300px;
  line-height: 1.15;
}
#footer .f-content {
  background-color: var(--color1);
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dd {
  margin-bottom: 20px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  font-weight: bold;
}
#footer .f-content .center {
  margin-left: auto;
  color: #fff;
  width: 48.372%;
}
#footer .f-content .f-nav .nav-list {
  width: 216px;
}
#footer .f-content .f-nav .nav-list li {
  width: 50%;
  margin-bottom: 21px;
}
#footer .f-content .f-form {
  margin-top: -117px;
  background-color: var(--color);
  border-radius: 30px 30px 0px 0px;
}
#footer .f-content .f-form .title {
  color: #fff;
}
#footer .f-content .f-form form {
  width: 278px;
}
#footer .f-content .f-form form input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
  margin-top: 18px;
  width: 100%;
}
#footer .f-content .f-form form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form .submit {
  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-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
  margin-top: 18px;
  cursor: pointer;
}
#footer .f-content .f-form form .submit i {
  font-size: 18px;
}
#footer .f-content .f-form form .submit:hover {
  color: var(--color1);
}
#footer .f-content .f-form .form-bottom .social-account li a {
  margin-left: 10px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  border: solid 1px #ffffff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-content .f-form .form-bottom .social-account li a i {
  font-size: 14px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-content .f-form .form-bottom .social-account li a:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content .f-form .form-bottom #ewm {
  width: 69px;
  height: 69px;
  border-radius: 5px;
  border: 7px solid #fff;
}
#footer .f-copy {
  -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;
  color: #ffffff;
  padding: 15px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li.r-inquiry {
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box {
    margin-right: 30px;
  }
  #header .nav .ui.menu .social-account a {
    margin-left: 3px;
    margin-right: 3px;
  }
  #header .nav .ui.menu .items .h-language span {
    display: none;
  }
  #header .nav .ui.menu .items .h-language .img1 {
    display: none;
  }
  #banner .banner-bottom {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
  }
  #header .nav .ui.menu .items .h-inquiry{
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .nav .ui.menu .social-account {
    display: none;
  }
  #banner .banner-left {
    width: 60px;
  }
  #banner {
    padding-left: 60px;
    padding-right: 60px;
  }
  #index-body .service .service-list li:nth-child(n+3) .box {
    left: 0;
    max-width: 100%;
  }
  #index-body .about .right .public-mod-header {
    margin-right: 0;
  }
  #footer .f-contact .f-contact-content .f-contact-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-contact .f-contact-content .f-contact-list li {
    margin: 5px 0;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .service .service-list li:nth-child(n+3) {
    width: 48.488%;
  }
  #index-body .service .service-list li:nth-child(n+3) .box {
    left: 7%;
    top: 14%;
  }
  #index-body .service .service-list li:nth-child(n+3) > img {
    width: 100%;
  }
  #index-body .advantage .advantage-items li {
    padding-right: 15px;
  }
  #index-body .advantage .advantage-items {
    margin-right: -15px;
  }
  #footer .f-contact .f-contact-content {
    margin-right: 0;
  }
  #footer .f-content {
    padding-top: 30px;
  }
  #footer .f-content .f-form {
    margin-top: 30px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner .banner-bottom {
    margin-top: 0;
  }
  #banner .banner-left {
    display: none;
  }
  #banner {
    padding-left: 0;
    padding-right: 0;
  }
  #banner .banner-bottom .bottom-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-bottom .bottom-list li {
    padding: 5px 0;
  }
  #banner ul.banner-slick li .content .text-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .category .content .category-slick {
    margin-right: 0;
  }
  #index-body .category .content .category-slick li .slide-box {
    margin-right: 15px;
  }
  #index-body .category .content .line {
    display: none;
  }
  #index-body .service .service-list li:nth-child(n+3),
  #index-body .service .service-list li {
    width: 100%;
  }
  #index-body .service .service-list li > img {
    width: 100%;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }
  #index-body .advantage .advantage-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .advantage-items li {
    width: 33.33%;
    padding-bottom: 20px;
  }
  #index-body .advantage .advantage-items li .box{
    -webkit-line-clamp: 5; 
  }
  #footer .f-contact .title {
    margin-right: 15px;
  }
  #footer .f-content .items {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  #footer .f-content .f-form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  #footer .f-content .f-form form {
    width: 100%;
  }
  #footer .f-content .f-form .form-bottom {
    display: none;
  }
  #footer .f-content .center {
    width: 100%;
    margin-left: 0;
  }
  #footer .f-content .center .center-top {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .public-btn {
    line-height: 40px;
  }
  .public-btn.btn1 {
    line-height: 40px;
  }
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner ul.banner-slick li .content .text-box h2 {
    margin-bottom: 15px;
  }
  #banner ul.banner-slick li .content .text-box p {
    display: none;
  }
  #banner .banner-bottom .bottom-list li .icon{
    zoom:.5;
  }
  #banner ul.banner-slick li .content .text-box h2{
    font-size: 24px;
  }
  #footer .f-contact .f-contact-content li .icon{
    width: 40px;
    height: 40px;
  }
  #footer .f-content .items{
    margin-right: 0;
    width: 100%;
  }
  #footer .f-content .items .f-logo{
    margin-left: 0;
  }
  #footer .f-content .items .text{
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  .public-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .public-btn span {
    margin-right: 15px;
  }
  #index-body .category .content .category-slick li .slide-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .content .category-slick li .slide-box .left {
    margin-bottom: 20px;
  }
  #index-body .news .news-slick li .slide-box .right .intro {
    max-width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#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;
}


/*内页*/
/* body {
  --color: #024388;
  --color1: #04274c;
} */
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  /*background: #fff*/
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner {
    height: 250px !important;
    padding-top: 40px !important;
}
.inner-banner h2 {
    font-size: 18px !important;
}
.inner-banner h2.bannermeige,
.seoIndustry.Auxil-industry {
    display: none !important;
}
.product-page .product-box h1 {
    font-size: 20px !important;
    padding-top: 20px;
    margin-bottom: 20px;
}
.product-page {
    padding: 30px 0 !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;
}
.i-title{
  font-weight: 500;
}
.more {
  background: var(--color);
  color: white;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  font-size: 18px;
  height: 68px;
  line-height: 68px;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 50px;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #222;
  z-index: -1;
  border-radius: 50px;
}
.more:hover::after {
  width: 100%;
}
/*inner css*/
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
}
.about-page .about-1 .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.72);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 h2 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  /*color: var(--color);*/
  font-weight: 500;
}
.about-page .about-1 h4 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color);
}
.about-page .about-1 .box {
  margin: -40px;
}
.about-page .about-1 .left {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}
.about-page .about-1 .left .content{
  max-height: 360px;
  overflow: auto;
  padding-right: 20px;
  line-height: 28px;
}
.about-page .about-1 .right {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}
.about-page .about-3 {
  padding: 70px 0 80px; 
        background-color: var(--color);
    /*background-image: linear-gradient(180deg, #275a9b 0%, #16498a 100%);*/
}
.about-page .about-3 h3 {
  font-size: 40px;
  line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.about-page .about-3 .text p {
      display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-3 .box ul li{
  width: 25%;
}
.about-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.about-page .about-3 .box ul li .box2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  /*line-height: 50px;
  height: 50px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.about-page .about-3 .box ul li .box2 i img{
  margin: auto;
}
.about-page .about-3 .box ul li .box2 h4 {
  font-size: 22px;
  line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 60px;
}
.about-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
  max-height: 155px;
  min-height: 155px;
  overflow: auto;
}
.p11-value .title .text h2.tit {
    margin-bottom: 25px;
}
.about-page .about-3 .box ul li .box2:hover::after {
  background-color: var(--color);
}
.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about-page .about-3 .box ul li .box2:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 {
  padding: 90px 0;
  background: url("../images/about-factory-bg.jpg") center top no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.about-page .about-4 h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about-page .about-4 .text p {
  display: block;
  font-size: 16px;
  color: #6b6b84;
  line-height: 30px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
.about-page .about-4::after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about-page .about-4 h3 {
  color: white;
}
.about-page .about-4 .line {
  background: white;
}
.about-page .about-4 .text p {
  color: white;
}
.about-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}
.about-page .about-4 .box ul {
  margin: 0 -15px;
}
.about-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text {
  position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: var(--color);
    text-align: left;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  font-weight: bold;
}
.about-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about-page .p8-s02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.about-page .p8-s02:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9;
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: -1;
}
.about-page .p8-s02 h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #363636;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(37, 33, 24, 0.2);
}
.about-page .p8-s02 .num-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .p8-s02 li {
  width: 20%;
  max-width: 280px;
  padding: 30px 10px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  background-color: #fff;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.about-page .p8-s02 b {
  font-size: 42px;
  color: var(--color); 
  font-weight: bold;
  font-style: normal;
  display: block;
  line-height: 1.2;
}
.about-page .p8-s02 span {
  font-size: 18px;
  line-height: 32px;
    color: #363636;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.p11-value {
  padding: 120px 0;
}

.p11-value .mml-row {
      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;
    justify-content: space-around;
}
.p11-value .title {
  position: relative;
  max-width: 520px;
  padding-right: 65px;
}
.p11-value .title .word {
  position: absolute;
    top: -98px;
    /* left: 10px; */
    z-index: 2;
    font-weight: bold;
    font-style: normal;
    font-size: 110px;
    line-height: 270px;
    color: #f7f7f7;
}
.p11-value .title .text {
  position: relative;
  z-index: 5;
}
.p11-value .title .text h2 {
  margin-bottom: 50px;
}
.p11-value .item-wrap {
  max-width: 810px;
}
.p11-value .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p11-value .item:hover .icon{
  background: var(--color);
}
.p11-value .item:not(:last-child) {
  margin-bottom: 30px;
}
.p11-value .item h3 {
  color: var(--color);
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
}
.p11-value .icon {
  width: 100%;
  max-width: 180px;
  min-height: 120px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color);
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  transition: .3s ease;
  overflow: hidden;
}
.p11-value .info {
  max-width: 600px;
}
.p11-team {
  padding: 90px 0;
}
.p11-team .mml-row {
  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;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p11-team .title {
  max-width: 380px;
  width: 32%;
  margin: 0 90px 0 10px;
}

.p11-team .title h2{
  font-size: 40px; 
  line-height: 1.2;
  font-weight: 500;
}

.p11-team .title .desc {
  /*background-color: #f6f7f9;*/
  margin-top: 20px;
  /*padding: 60px 30px;*/
}
.text.mod-1 p {
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    letter-spacing: 0.2px; 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.p11-team .title h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.p11-team .item {
  padding: 10px 15px;
    margin: 10px 15px;
    /*border: #d2e7f5 solid 3px;*/
}
.p11-team .item .img{
  border: 1px solid #eee;
}
.p11-team .item p {
  color: #051321;
  margin-top: 10px;
}

.p11-comment {
  max-width: 1920px;
  margin: auto;
}
.p11-comment .title h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
.p11-comment .logo-slider {
  max-height: 140px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px){
   .about-page .about-1 .box{
    margin: -15px;
  }

  .about-page .about-1 .left{
    padding: 15px;
  }

  .about-page .about-1 .right{
    padding: 15px;
  }

  .about-page .about-1 h2{
    font-size: 40px;
  }

  .about-page .about-1 h4{
    font-size: 30px;
  }
  .about-page .about-3 .box ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .box ul li{
    width: 50%;
  }
  .p11-value .title{
    max-width: 100%;
    padding: 0;
  }
  .p11-value .item-wrap{
    max-width: 100%;
    margin-top: 40px;
  }

  .p11-value .info{
    max-width: 100%;
  }

  .p11-team .title{
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .p11-team .item-wrap{
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left{
    width: 100%;
  }

  .about-page .about-1 .right{
    width: 100%;
  }

  .about-page .p8-s02 .num-list{
    flex-wrap: wrap;
  }

  .about-page .p8-s02 li{
    width: 45%;
    max-width: 100%;
  }

  .about-page .about-3 .box ul li{
    width: 50%!important;
  }

  .about-page .about-1{
    padding: 0 0 60px;
  }

  .p11-value{
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .p11-value .icon{
    display: none;
  }
  .about-page .p8-s02{
    padding-bottom: 20px!important;
  }
  .p11-value{
    padding: 20px 0!important;
  }
  .about-page .about-3 .box ul li{
    width: 100%!important;
  }

  .p11-value .title .word{
    display: none;
  }

  .about-page .about-1 h2{
    font-size: 30px;
    line-height: 50px;
  }
  .about-page .about-1 h4{
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .p8-s02{
    padding-bottom: 40px!important;
  }
  .about-page .p8-s02 h2{
    font-size: 30px;
    line-height: 1.4;
  }
  .about.mod-1 h2{
    font-size: 30px;
  }
  .about-page .about-3 h3{
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-4 h3{
    font-size: 30px;
    line-height: 1.4;
  }
  .p11-team .title h2{
    font-size: 30px;
    line-height: 1.4;
  }
}


@media screen and (max-width: 500px) {
  .about-page .p8-s02 li{
    width: 100%;
  }
}

.inner-banner{
  height: 450px;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 200px;
}
.inner-banner h2{
  font-size: 26px;
  font-weight: bold;
}
a.footmeigesin {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}
.inner-banner p{
  font-size: 18px;
}


.history-page .about-2 {
  padding: 100px 0 80px; 
  text-align: center;
  /*background: url("../images/about-2-bg.jpg") center center no-repeat black;*/
}
.history-page i.tag {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 30px;
}
.history-page h2 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1.8;
    font-weight: 700;
}
.history-page .about-2 .list {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.history-page .about-2 .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  background: var(--color);
  z-index: -1;
}
.history-page .about-2 .list ul li {
  margin-bottom: 40px;
  position: relative;
}
.history-page .about-2 .list ul li:last-child {
  margin-bottom: 0;
}
.history-page .about-2 .list ul li .left {
  padding-right: 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  position: relative;
}
.history-page .about-2 .list ul li .left strong {
  display: block;
  line-height: 1.6;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
}
.history-page .about-2 .list ul li .right {
  padding-left: 40px;
  /*vertical-align: middle;*/
  position: relative;
}
.history-page .about-2 .list ul li .right img{
  max-width: 350px;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.history-page .about-2 .list ul li:nth-child(2n) .right img{
  margin-left: auto;
  margin-right: 0;
}

.history-page .about-2 .list ul li i.circle {
  position: absolute;
  top: -8px;
  right: -62.3px;
}
.history-page .about-2 .list ul li i.circle svg {
  border-radius: 100%;
  background: #fff;
  border: 1px solid var(--color);
}
.history-page .about-2 .list ul li i.circle svg circle {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.history-page .about-2 .list ul li i.circle.active svg circle {
  -webkit-animation: Db 2s ease-in forwards;
  -moz-animation: Db 2s ease-in forwards;
  animation: Db 2s ease-in forwards;
}
.history-page .about-2 .list ul li:nth-child(1) i.circle svg,
.history-page .about-2 .list ul li:nth-child(2) i.circle svg,
.history-page .about-2 .list ul li:last-child i.circle svg {
  background: white;
}
.history-page .about-2 .list ul li:nth-child(even) .left {
  padding-right: 0;
  padding-left: 40px;
  left: 50%;
  text-align: left;
}
.history-page .about-2 .list ul li:nth-child(even) .left i.circle {
  left: -62.3px;
  right: auto;
}
.history-page .about-2 .list ul li:nth-child(even) .right {
  padding-right: 40px;
  padding-left: 0;
  left: -50%;
}
@media screen and (max-width: 1500px){
  .history-page .about-2 .list ul li .left strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px){
  .history-page .about-2 .list ul li .left {
    font-size: 14px;
  }
  .history-page .about-2 {
    background-position: center bottom 45%;
  }
}
@media screen and (max-width: 1000px){
  .history-page .about-2 {
    padding: 50px 0;
  }
  .history-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }
  .history-page .about-2 .list:after {
    top: 30px;
  }
   .history-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }
  .history-page .about-2 .list ul li i.circle {
    top: -13px;
  }
}
@media screen and (max-width: 700px){
  .history-page .about-2 .list ul li .left {
    width: 100% !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    text-align: left;
  }
  .history-page .about-2 .list ul li .right {
    width: 100% !important;
    display: block;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    padding-top: 10px;
  }
  .history-page .about-2 .list ul li i.circle {
    left: -62px !important;
    right: auto !important;
  }
  .history-page .about-2 .list:after {
    left: 20px !important;
  }
  .history-page .about-2 {
    background-image: none;
  }
  .history-page .about-2 .list ul li i.circle svg {
    background: black !important;
  }
}
 

.honor-page .honor-1 {
  /*padding: 40px 0 0px;*/
}
.honor-page .honor-1 h2 {
  color: var(--color);
  font-weight: bold;
  font-size: 40px;
}
.honor-page .honor-1 .left {
  width: 50%;
  vertical-align: middle;
}
.honor-page .honor-1 .right {
  width: 50%;
  vertical-align: middle;
}
.honor-page .honor-section {
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(40%, #ffffff));
  background-image: -webkit-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: -moz-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: linear-gradient(#f6f6f6 0, #ffffff 40%);
}
.honor-page .honor-section .title {
  padding: 40px 60px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 100px 0;
}
.honor-page .honor-section .title h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
.honor-page .honor-section .title h2::after {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background-color: black;
  margin-top: 10px;
}
.honor-page .honor-section .box {
  margin: -40px;
}
.honor-page .honor-section .left {
  padding: 40px;
  width: 30%;
}
.honor-page .honor-section .right {
  padding: 40px;
  width: 70%;
}
.honor-page .honor-section .right ul {
  margin: -15px -27px;
}
.honor-page .honor-section .right ul li {
  width: 33.33%;
  padding: 15px 27px;
}
.honor-page .honor-section .right ul li .img {
  border: 5px solid white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.honor-page .honor-section .right ul li h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.honor-page .honor-section .right ul .slick-dots{
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.honor-page .honor-section .right ul .slick-dots li{
  padding: 0;
  display: inline-block;
  width: auto;
  margin: 0 3px;
}
.honor-page .honor-section .right ul .slick-dots li button{
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #eee;
  line-height: 30px;
}
.honor-page .honor-section .right ul .slick-dots li.slick-active button,
.honor-page .honor-section .right ul .slick-dots li:hover button{
  background: var(--color);
  color: white;
  border-color: var(--color);
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-section .title {
    padding: 40px;
  }
  .honor-page .honor-section .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .honor-page .honor-section .box {
    margin: -15px;
  }
  .honor-page .honor-section .left {
    padding: 15px;
  }
  .honor-page .honor-section .right {
    padding: 15px;
  }
  .honor-page .honor-section .right ul {
    margin: -15px;
  }
  .honor-page .honor-section .right ul li {
    padding: 15px;
  }
  .honor-page .honor-section .title {
    padding: 30px;
    border-radius: 50px 0 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .left {
    width: 100%;
  }
  .honor-page .honor-1 .right {
    width: 100%;
    margin-top: 60px;
  }
  .honor-page .honor-section .left {
    width: 100%;
  }
  .honor-page .honor-section .right {
    width: 100%;
  }
  .honor-page .honor-section .title {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-section .right ul li {
    width: 50%;
  }
}


.product-page {
  padding: 80px 0;
}
.product-page .product-box {
  padding-left: 34px;
}
.product-page .product-box h1{
  font-size: 26px;
  font-weight: bold;
  margin-bottom:20px;
}
.product-page .product-box .details{
  max-height: calc(1.5em * 6);
  overflow-y: auto;
}
.product-page .product-box .product-list {
  margin: 0 -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;
}
.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 40px;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  left: 50%;
  width: 80%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 15px 15px 20px;
}
.product-page .product-box .product-list li a .content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content p {
  font-size: 16px;
  line-height: 28px;
  color: #22221d;
  position: relative;
}
.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box {
  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;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1; 
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(/meigemachinery/2023/12/22/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; 
  font-weight: 700;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav > li > a{
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 17px;
  color: #7a7777;
  line-height: 28px;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa.active{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active >ul{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li >ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active >ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li{
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active{
  order: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-50{
  width: 50%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1430px){
  .product-page .product-box .product-list li a .content{
    width: 90%
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
}
@media screen and (max-width:1230px){
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
  }
   .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width:1000px){
  .product-page .product-box .product-list li{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .product-page .product-box .product-list li{
    width: 100%;
  }
}


.prodet-page {
  padding: 20px 0;
}
.prodet-page .det-1 {
  padding: 50px 0 0;
}
.prodet-page .det-1 .left{
  width: 40%;
}
.prodet-page .det-1 .right{
  widows: 60%;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/*.prodet-page .det-1 .grid-box .left .ig{
  display: flex;
  flex-direction: row-reverse;
}*/

.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track{
  margin-left: 0;
}
/*.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  /*padding-bottom: 90px;*/
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 26px;
  font-weight: 700;
  font-weight: bold;
  line-height: 34px;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text h3{
  font-size: 40px;
  line-height: 50px;
  /*text-transform: uppercase;
  color: var(--color);*/
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #616161;
  height: 330px;
  overflow-y: auto;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 30px
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .more {
  
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--color);
  vertical-align: middle;
}


.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 50px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;
 
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  /*.prodet-page .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
}

.manu-page h2 {
    font-size: 40px;
    line-height:46px;
}
.manu-page .about-1 {
    padding: 120px 15px 100px;
    position: relative;
}
.manu-page .about-1::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1078px;
    height: 556px;
    right: 130px;
    bottom: -90px;
    /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}
.manu-page .about-1 .content {
    margin: 0 auto;
    max-width: 1560px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.manu-page .about-1 .content .left {
    width: 50%;
    position: relative;
}
.manu-page .manu-img img{
  width: 100%;
}
.manu-page .manu-img li{
  position: relative;
}
.manu-page .manu-img li p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}
.manu-page .about-1 .content .left > img {
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.manu-page .about-1 .content .left .play {
    position: absolute;
    display: block;
    right: -40px;
    bottom: 60px;
    z-index: 6;
}
.manu-page .about-1 .content .left .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-1 .content .left .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}



.manu-page .about-1 .content .right .play {
    position: absolute;
    display: block;
    left: 40px;
    bottom: 65px;
    z-index: 6;
}
.manu-page .about-1 .content .right .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-1 .content .right .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.manu-page .about-1 .content .right {
    width: 50%;
    padding-left: 40px;
    position: relative;
}
.manu-page .about-1 .content h4 {
    font-size: 25px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: 500;*/
}
.manu-page .about-1 .content h2 {
    color: var(--color);
    margin: 20px 0;
    font-weight: 500;
    text-transform: capitalize;
}
}
.manu-page .about-1 .content p {
    line-height: 1.7;
}
.manu-page .about-2 {
    padding: 80px 0 60px;
    position: relative;
}
.manu-page .about-2::after {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    background:#f5f5f5;
    left: 0;
    top: 0;
    z-index: -1;
}

.manu-page .about-2.right::after{
    left: auto;
    right: 0;
    width: 60%;
}
.manu-page .about-2 .content {
    margin: 0 auto;
    max-width: 1560px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.manu-page .about-2 .content .left {
    width: 50%;
    padding-right: 90px;
}
.manu-page .about-2 .content h2 {
    color: var(--color);
    margin-bottom: 35px;
    font-weight: 500;
}
.manu-page .about-2 .content p {
    line-height: 2;
}
.manu-page .about-2 .content .right {
    width: 50%;
}
.manu-page .about-3 {
    text-align: center;
    padding: 60px 0;
    background: url(../images/about-3-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
/*.manu-page .about-3 .top {
  margin-bottom: 70px;
}*/
.manu-page .about-3 .top h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.manu-page .about-3 .top p {
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.5;
}
.manu-page .about-3 .top .more {
    margin-top: 50px;
}
.manu-page .about-4 {
    background: #f3f3f3;
    padding: 60px 0 50px;
}
.manu-page .about-4 .container {
    max-width: 1200px;
}
.manu-page .about-4 .top {
    text-align: center;
}
.manu-page .about-4 .top h2 {
    color: var(--color);
    margin-bottom: 25px;
    font-weight: 500;
}
.manu-page .about-4 .top p {
    color: #000000;
    margin: 0 auto;
    max-width: 845px;
}
.manu-page .about-4 .content {
    margin-top: 60px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.manu-page .about-4 .content .historyBox {
    max-width: 350px;
}
.manu-page .about-4 .content .historyBox h4 {
    font-size: 36px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}
.manu-page .about-4 .content .historyBox p {
    font-size: 20px;
}
.manu-page .about-4 .content .historyBox .arrow-l,
.manu-page .about-4 .content .historyBox .arrow-r {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 0;
    background: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 15px;
}
.manu-page .about-4 .content .historyBox .arrow-l:hover,
.manu-page .about-4 .content .historyBox .arrow-r:hover {
    color: var(--color);
}
.manu-page .about-4 .content .historyBox .arrow-l {
    left: 0;
}
.manu-page .about-4 .content .historyBox .arrow-r {
    right: 0;
}
.manu-page .about-4 .content .right {
    padding-left: 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;
}
.manu-page .about-4 .content .right .text {
    margin-left: 30px;
}
.manu-page .about-4 .content .right .text h5 {
    font-size: 60px;
    line-height: 1;
    color: #afafaf;
    font-weight: 500;
}
.manu-page .about-4 .content .right .text h5 span {
    display: block;
    font-weight: 500;
}
.manu-page .about-4 .partnerBox {
    margin-top: 100px;
}
.manu-page .about-4 .partnerBox ul{
    margin: -15px;
}
.manu-page .about-4 .partnerBox li {
    padding: 15px;
    cursor: pointer;
}
.manu-page .about-5 {
    padding: 50px 0 50px;
    background: #1f2128;
}
.manu-page .about-5 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.manu-page .about-5 .container .left {
    width: 65.5%;
}
.manu-page .about-5 .container .right {
    width: 34.5%;
    padding-left: 30px;
}
.manu-page .about-5 .container .right .content {
    max-width: 405px;
    margin: 0 0 0 auto;
}
.manu-page .about-5 .container .right .content h4 {
    font-size: 80px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}
.manu-page .about-5 .container .right .content p {
    color: #afafaf;
}
.manu-page .about-5 .container .right .content h2 {
    font-size: 130px;
    line-height: 1;
    font-weight: 500;
    color: rgba(154, 27, 64, 0.1);
    margin-top: 35px;
}
.manu-page .about-6 {
    padding: 80px 0 70px;
        /*background: #eee;*/
}
.manu-page .about-6 .content {
    margin: 0 auto;
    max-width: 1635px;
}
.manu-page .about-6 .top {
    text-align: center;
}
.manu-page .about-6 .top h2 {
    color: var(--color);
    margin-bottom: 25px;
    font-weight: 500;
}
.manu-page .about-6 .top p {
    color: #000000;
    margin: 0 auto;
    max-width: 705px;
}
.manu-page .about-6 .newsBox {
    margin-top: 80px;
}
.manu-page .about-6 .newsBox ul{
    margin: -15px;
}
.manu-page .about-6 .newsBox ul li{
    padding: 15px;
}
.manu-page .about-6 .newsBox .news-img {
    display: block;
    overflow: hidden;
    position: relative;
}
.manu-page .about-6 .newsBox .news-img .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}
.manu-page .about-6 .newsBox .news-img .play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-6 .newsBox .news-img .play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

.manu-page .about-6 .newsBox .content h5 {
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    display: -webkit-box;
        font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    overflow: hidden;
    text-transform: capitalize;
    margin: 30px 0 20px;
    min-height: 58px;
}
.manu-page .about-6 .newsBox .content h5:hover {
    color: var(--color);
}
.manu-page .about-6 .newsBox .content .time {
    color: #5d5d5d;
    line-height: 1;
    margin-top: 20px;
}
.manu-page .about-6 .newsBox .content p {
    color: #5d5d5d;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
    max-height: 145px;
    overflow: auto;
}
.manu-page+div+.i-form.Auxil-form{
  display: none;
}
@media screen and (max-width: 1610px){
  .manu-page .about-2 .content .left{
        padding-left: 15px;
    }
}
@media screen and (max-width: 1437px){
  .manu-page .about-5 .container .right .content h2{
        font-size: 80px;
    }
}
@media screen and (max-width: 1000px){
  .manu-page .about-4 .content .historyBox{
        max-width: 100%;
    }
    .manu-page .about-4 .content .right{
        display: none;
    }
    .manu-page .about-5 .container .left{
        width: 100%;
    }
    .manu-page .about-5 .container .right {
        width: 100%;
        padding-left: 0;
    }
    .manu-page .about-5 .container .right .content{
        max-width: 100%;
    }

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

    .manu-page .about-1 .content .left .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .manu-page .about-1 .content .right .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
@media screen and (max-width: 700px){
   .manu-page .about-2 .content .left {
        padding: 0 15px;
        width: 100%;
    }
    .manu-page .about-2 .content .right {
        width: 100%;
        padding: 20px 15px 0;
    }
}



.quality-page{
  padding-top: 60px;
}
.quality-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.quality-page .init-1 .container .left img {
  width: 100%;
}
.quality-page .init-1 .container .right {
  vertical-align: middle;
}
.quality-page .init-1 .container .right .tips {
  font-weight: bold;
 color: var(--color);
}
.quality-page .init-1 .container .right .title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
.quality-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #4a4a4a;
}
.quality-page .init-1 .container .right .more_c {
  margin-top: 36px;
}
.quality-page .init-1 .container .right .more_c .column {
  width: auto;
  vertical-align: middle;
}
.quality-page .init-1 .container .right .more_c img {
  width: 90px;
  cursor: pointer;
}
.quality-page .init-1 .container .right .more_c .more {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
  padding: 12px 18px;
  margin-left: 50px;
  border: 1px solid var(--color);
}
.quality-page .init-1 .container .right .more_c .more::before {
  background-color: #fff;
}
.quality-page .init-1 .container .right .more_c .more:hover {
  color: var(--color);
}
.quality-page .init-2 {
  z-index: 3;
  position: relative;
  padding-bottom: 155px;
  padding-top: 150px;
}
.quality-page .init-2 .bg {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-60%);
  height: -moz-calc(-60%);
  height: calc(100% - 160px);
  top: 130px;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.quality-page .init-2 .container .left {
  color: #fff;
  margin-top: 90px;
}
.quality-page .init-2 .container .left .tips {
  color: var(--color);
  font-weight: bold;
}
.quality-page .init-2 .container .left .title {
  font-weight: bold;
  max-width: 700px;
}
.quality-page .init-2 .container .left .list_cont .list {
  margin-top: 30px;
}
.quality-page .init-2 .container .left .list_cont .list .img {
  vertical-align: middle;
  width: 90px;
  height: 90px;
      background-color: rgba(0,52,135,.73);
  text-align: center;
  position: relative;
}
.quality-page .init-2 .container .left .list_cont .list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.quality-page .init-2 .container .left .list_cont .list .cont {
  padding-left: 20px;
  vertical-align: middle;
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}
.quality-page .init-2 .container .left .list_cont .list .cont .title_2 {
  font-weight: bold;
}
.quality-page .init-2 .container .left .list_cont .list .cont .des_2 {
  color: #d9d9d9;
  line-height: 1.6;
  margin-top: 10px;
}
.quality-page .init-2 .container .left .list_cont .list:hover .img {
  border-radius: 10px;
}
.quality-page .init-2 .container .left .list_cont .list2 .img {
  /*background-color: #222222;*/
}
.quality-page .init-2 .container .left .list_cont .list3 .img {
  background-color: #fff;
}
.quality-page .init-2 .container .right {
  padding-left: 40px;
}
.quality-page .init-2 .container .right .list_cont {
  margin: 0 -15px;
}
.quality-page .init-2 .container .right .list_cont .list {
  margin-top: 20px;
  padding: 0 15px;
}
.quality-page .init-2 .container .right .list_cont .list .box {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 20px 10px;
  text-align: center;
}
.quality-page .init-2 .container .right .list_cont .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -o-background-size: cover;
  background-size: cover;
}
.quality-page .init-2 .container .right .list_cont .list .box .sub {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.quality-page .init-2 .container .right .list_cont .list .box .num {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.quality-page .init-2 .container .right .list_cont .list .box .des {
  margin-top: 16px;
}
.quality-page .init-2 .container .right .list_cont .list .box:hover .shadow {
  opacity: 1;
}
.quality-page .init-3 {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 160px;
  margin-top: -80px;
  /*text-align: center;*/
}
.quality-page .init-3 .container .tips {
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
}
.quality-page .init-3 .container .tips_title {
  font-weight: bold;
  max-width: 550px;
  margin: 10px 0 0;
  line-height: 1.4;
}
.quality-page .init-3 .container .content {
  margin: 20px -30px 0;
}
.quality-page .init-3 .container .content .slick li {
  padding: 30px 30px;
}
.quality-page .init-3 .container .content .slick li .box a {
  display: block;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.quality-page .init-4 {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 0px;
}
.quality-page .init-4 .container .title_c .left {
  width: -webkit-calc(8%);
  width: -moz-calc(8%);
  width: calc(100% - 92px);
}
.quality-page .init-4 .container .title_c .left .tips {
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
}
.quality-page .init-4 .container .title_c .left .tips_title {
  max-width: 550px;
  font-weight: bold;
  line-height: 1.4;
}
.quality-page .init-4 .container .title_c .right {
  vertical-align: bottom;
  width: 92px;
}
.quality-page .init-4 .container .title_c .right .btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 44px;
  text-align: center; 
  cursor: pointer; 
  border-radius: 100%; 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.4);
}
.quality-page .init-4 .container .title_c .right .btn:hover{
  background: var(--color);
  border-color: var(--color);
  color: white;
}
.quality-page .init-4 .container .title_c .right .btn i {
  position: relative;
  z-index: 2;
}
.quality-page .init-4 .container .content {
  margin-top: 40px;
}
.quality-page .init-4 .container .content .slick {
  margin: 0 -25px;
}
.quality-page .init-4 .container .content .slick li {
  padding: 0 25px;
}
.quality-page .init-4 .container .content .slick li a {
  display: block;
}
.quality-page .init-4 .container .content .slick li a img {
  width: 100%;
}
@media (max-width: 1250px){
  .quality-page .init-1 .container .left {
    display: none;
  }
  .quality-page .init-1 .container .right {
    width: 100%;
    text-align: center;
  }
  .quality-page .init-2 .container .left {
    width: 100%;
  }
  .quality-page .init-2 .container .left .title {
    max-width: 100%;
  }
  .quality-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .quality-page .init-2 .container .right img {
    width: 100%;
    display: none;
  }
}
@media (max-width: 1000px){
  .quality-page .init-2 .container .left .tips,
  .quality-page .init-2 .container .left .title {
    text-align: center;
  }
}
@media (max-width: 700px){
  .quality-page .init-2 {
    margin-top: 40px;
    background-color: #000;
  }
  .quality-page .init-2 .bg {
    display: none;
  }
  .quality-page .init-2 .container .left {
    margin-top: 0;
  }
}
@media (max-width: 500px){
  .quality-page .init-1 .container .right .more_c img.column {
    width: 60px;
  }
  .quality-page .init-1 .container .right .more_c .more {
    width: 100%;
    margin: 20px 0 0;
  }
  .quality-page .init-2 .container .left .list_cont .list {
    text-align: center;
  }
  .quality-page .init-2 .container .left .list_cont .list .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .quality-page .init-3 {
    background-image: none !important;
    padding-top: 40px;
    margin-top: 0;
  }
  .quality-page .init-4 {
    padding-top: 40px;
    margin-top: 0;
  }
  .quality-page .init-4 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .quality-page .init-4 .container .title_c .left .tips_title {
    margin-top: 10px;
  }
  .quality-page .init-4 .container .title_c .right {
    display: block;
    margin: 20px auto 0;
  }
}


@-webkit-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@-o-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@-moz-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}
.innovation-page span.tag {
    font-size: 18px;
    /*color: var(--color);*/
    display: inline-block;
    line-height: 1;
    opacity: 0.6;
}
.innovation-page h2.title {
    font-size: 40px; 
    line-height: 1;
    margin-top: 20px;
    font-weight: bold;
}
.innovation-page .about-1 {
  padding: 80px 0 110px;
}
.innovation-page .about-1 .box .left {
  width: 50%;
  margin-right: -10%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
.innovation-page .about-1 .szbg:nth-child(1) {
  position: absolute;
    left: 2%;
    top: 2%;
    
    z-index: -3;
    -webkit-animation: pd 5s linear infinite alternate;
    -o-animation: pd 5s linear infinite alternate;
    -ms-animation: pd 5s linear infinite alternate;
    -moz-animation: pd 5s linear infinite alternate;
    animation: pd 5s linear infinite alternate;
}
.innovation-page .about-1 .box .left span.tag:after {
  display: none;
}
.innovation-page .about-1 .box .left .box2 {
  padding: 50px 40px 40px 0;
  background: white;
}
.innovation-page .about-1 .box .left .box2 .text {
  font-size: 20px;
  color: #181818;
  line-height: 1.8;
  /*padding-bottom: 45px;
  border-bottom: #bfbfbf 1px solid;*/
  margin-bottom: 40px; 
}
 
.innovation-page .about-1 .box .left .box2 img {
  display: inline-block;
  vertical-align: middle;
}
.innovation-page .about-1 .box .left .box2 a.more {
  
  /*float: right; */
}
 
.innovation-page .about-1 .box .right {
  width: 60%;
  vertical-align: bottom;
}
.innovation-page .about-1 .box .right .img {
  height: 630px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.innovation-page .about-1 .box .right .img .play {
  position: absolute;
  right: 15px;
  bottom: 40px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
.innovation-page .about-1 .box .right .img .play span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  z-index: 1;
}
.innovation-page .about-1 .box .right .img .play span:after,
.innovation-page .about-1 .box .right .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.innovation-page .about-1 .box .right .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.innovation-page .about-1 .box .right .img .play span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 14px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@-webkit-keyframes sx {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
}
@-moz-keyframes sx {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
}
@keyframes sx {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
}
.innovation-page .about-2 {
  padding: 85px 0 100px 0;
  position: relative;
  text-align: center;
}
.innovation-page .about-2 .scrollDown{
      position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 280px;
    height: 38px;
    text-align: center;
}
.innovation-page .about-2 .scrollDown img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    top: 15px;
    cursor: pointer;
    cursor: hand;
    -webkit-animation: sx 1s linear infinite alternate;
    -moz-animation: sx 1s linear infinite alternate;
    animation: sx 1s linear infinite alternate;
}
.innovation-page .about-2 .scrollDown:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-downBg.png) bottom center no-repeat;
    z-index: -3;
}
.innovation-page .about-2 .szbg:nth-child(1){
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 0;
  -webkit-animation: pd 5s linear infinite alternate;
    -o-animation: pd 5s linear infinite alternate;
    -ms-animation: pd 5s linear infinite alternate;
    -moz-animation: pd 5s linear infinite alternate;
    animation: pd 5s linear infinite alternate;
}
.innovation-page .about-2 .prodes {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
.innovation-page .about-2 .prodes h2 {
  font-size: 24px;
    color: var(--color);
    font-weight: bold;
}
.innovation-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: -1;
}
.innovation-page .about-2 .list {
  margin-top: 50px;
}
.innovation-page .about-2 .list ul {
  margin: -8px;
}
.innovation-page .about-2 .list ul li {
  padding: 8px;
}
.innovation-page .about-2 .list ul li .box {
  display: block;
  position: relative;
  background: var(--color);
}
.innovation-page .about-2 .list ul li .box img {
  width: 100%;
}.innovation-page .about-2 .list ul li .box .distortion-hover{
  width: 66%;
}
.innovation-page .about-2 .list ul li .box .text {
  /*position: absolute;*/ 
  width: 34%; 
  text-align: left;
  /*background: var(--color);*/
  color: white;
  padding: 100px 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .about-2 .list ul li .box .text:after {
  content: none;
  display: block;
  width: 40%;
  height: 1px;
  background: white;
}
.innovation-page .about-2 .list ul li .box .text h5 {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.innovation-page .about-2 .list ul li .box .text p {
  display: block;
  font-size: 17px; 
  line-height: 1.5;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;*/
  max-height: 360px;
  margin: 20px 0 15px;
  overflow: auto;
}
.innovation-page .about-2 .list ul .slick-slide:nth-child(even) li .box {
  background: #181818;
}
.innovation-page .about-3 {
  padding: 70px 0 0px;
}
.innovation-page .about-3 .img {
  display: block;
}
.innovation-page .about-3 .img .box {
  /*position: absolute;*/
  width: 40%;
  
  background: white;
  padding: 0px 40px 70px 0;
}
.innovation-page .about-3 .img .box span.tag:after {
  display: none;
}
.innovation-page .about-3 .img .box h2 {
  margin: 15px 0 30px;
}
.innovation-page .about-3 .img .box p {
  font-size: 16px;
  color: #181818; 
  /*font-weight: 500;*/
  margin-top: 5px;
  max-height: 360px;
  overflow: auto;
  padding-right: 20px;
}
.innovation-page .about-3 .img .distortion-hover{
  width: 60%;
}
.innovation-page .about-4 {
  padding-bottom: 70px;
  text-align: center;
  padding-top: 60px;
}
.innovation-page .about-4 .szbg:nth-child(1){
  position: absolute;
  left: 2%;
  top: -4%;
  z-index: -3;
  -webkit-animation: pd 5s linear infinite alternate;
    -o-animation: pd 5s linear infinite alternate;
    -ms-animation: pd 5s linear infinite alternate;
    -moz-animation: pd 5s linear infinite alternate;
    animation: pd 5s linear infinite alternate;
}
.innovation-page .about-4 .list {
  margin-top: 45px;
}
.innovation-page .about-4 .list ul {
  margin: -12px;
}
.innovation-page .about-4 .list ul li {
  padding: 20px 12px;
}
.innovation-page .about-4 .list ul li .box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.innovation-page .about-4 .list ul li .box a.img-box {
  display: block;
  position: relative;
}
.innovation-page .about-4 .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(24, 24, 24, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.innovation-page .about-4 .list ul li .box a.img-box:hover:after {
  opacity: 1;
}
.innovation-page .about-4 .list ul li .box img {
  display: block;
  width: 100%;
}
.innovation-page .about-4 .list ul li .box h6 {
  line-height: 46px;
  height: 46px;
  padding: 0 15px;
  text-align: center;
  /*background: #e6e6e6;*/
  font-size: 20px; 
  color: #181818;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*text-transform: uppercase;*/
}
.innovation-page .about-4 .btn {
  margin-top: 50px;
  font-size: 16px; 
  text-transform: uppercase;
}
.innovation-page .about-4 .btn .prev {
  float: left;
  cursor: pointer;
  cursor: hand;
}
.innovation-page .about-4 .btn .prev:before {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: black;
  margin-right: 8px;
}
.innovation-page .about-4 .btn .dots {
  display: inline-block;
}
.innovation-page .about-4 .btn .dots li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .about-4 .btn .dots li button {
  display: none;
}
.innovation-page .about-4 .btn .dots li.slick-active {
  width: 28px;
  background: var(--color);
}
.innovation-page .about-4 .btn .next {
  float: right;
  cursor: pointer;
  cursor: hand;
}
.innovation-page .about-4 .btn .next:after {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: black;
  margin-left: 8px;
}
.innovation-page.honor .about-4 .list {
  text-align: left;
}
.innovation-page.honor .about-4 .list ul li .box h6 {
  background: var(--color);
  color: white;
}

@media screen and (max-width: 1500px){
  .innovation-page .about-4 .list ul li .box h6 {
    font-size: 24px;
  }
  .innovation-page .about-1 .box .left .box2 .text {
    font-size: 18px;
  }
  .innovation-page .about-1 .box .right .img {
    height: 600px;
  }
  .innovation-page .about-2 .list ul li .box .text h5 {
    font-size: 20px;
  }
  .innovation-page .about-2 .list ul li .box .text p {
    font-size: 16px;
  }
  .innovation-page .about-3 .img .box p {
    font-size: 20px;
  }
  .innovation-page .about-3 .img .box {
    padding: 30px;
  }
  .innovation-page .about-3 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1250px){
  .innovation-page .about-1 .box .left .box2 {
    padding: 30px 20px 30px 0;
  }
  .innovation-page .about-1 .box .left .box2 .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .innovation-page .about-1 .box .left .box2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  .innovation-page .about-1 .box .left .box2 img {
    max-height: 50px;
  }
  .innovation-page .about-4 .list ul li .box h6 {
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
  .innovation-page .about-4 .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px){
  .innovation-page .about-3 .img .box{
    width: 100%;
    padding: 0;
  }
  .innovation-page .about-3 .img .distortion-hover{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px){
   .innovation-page .about-1 .box .left {
    width: 100%;
    margin-right: 0;
  }
  .innovation-page .about-1 .box .right {
    width: 100%;
    padding-top: 30px;
  }
  .innovation-page .about-1 .box .right .img {
    height: 300px;
  }
  .innovation-page .about-3 .img .box {
    position: static;
    width: 100%;
  }
  .innovation-page h2.title{
    font-size: 32px;
  }
}
@media screen and (max-width: 700px){
  .innovation-page .about-1 {
    padding: 60px 0 80px;
  }
  .innovation-page .about-1 .box .left .box2 {
    padding: 30px 0 0;
  }
  .innovation-page .about-1 .box .right .img {
    height: 200px;
  }
  .innovation-page .about-1 .box .right .img .play {
    bottom: 15px;
  }
  .innovation-page .about-2 {
    padding: 50px 0;
  }
  .innovation-page .about-4 .btn .prev:before,
  .innovation-page .about-4 .btn .next:after {
    width: 30px;
  }
}
@media screen and (max-width: 500px){
   .innovation-page .about-4 .btn .dots {
    display: none !important;
  }
  .innovation-page h2.title{
    font-size: 24px;
  }
  .innovation-page .about-3 .img .box p{
    font-size: 16px;
  }
}




.service-page h2.title small {
  margin-top: 0;
}
.service-page .service-1 {
  padding: 100px 0 30px;
}
.service-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}
.service-page .service-1 .box .left .list ul {
  margin: -15px;
}
.service-page .service-1 .box .left .list ul li {
  padding: 15px;
}
.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}
.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}
.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}
.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 2;
  margin: 25px 0;
}
.service-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
}
.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}
.service-page .service-1 .box .right {
  width: 48%;
}
.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}
.service-page .about-3 h2.title{
  font-weight: 700;
    font-size: 50px;
    line-height: 2; 
    text-align: center;
}
.service-page .about2-page{
  background: #eee;
  padding: 50px 0;
}
.service-page .about-3 .list {
  margin: 80px -30px 0;
}
.service-page .about-3 .swiper-button-prev {
  left: -10%;
}
.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .swiper-button-next {
  right: -10%;
}
.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .list ul li{
  padding: 30px;
}
.service-page .about-3 .list ul li .box {
    position: relative;
    text-align: left;
}
.service-page .about-3 .list ul li .box .content {
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.service-page .about-3 .list ul li .box .content h6 {
    font-weight: 600;
    font-size: 22px;
    /*color: #301500;*/
    margin: 15px 0;
    text-transform: capitalize;
    line-height: 1.6;
}
.service-page .about-3 .list ul li .box .content .text {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.service-page .about-3 .list ul li .box span {
    font-weight: 700;
    font-size: 30px;
    /*color: #301500;*/
    line-height: 2;
    margin-bottom: 30px;
    margin-left: 10%;
    position: relative;
    display: inline-block;
}
.service-page .about-3 .list ul li .box .content+span {
    margin-bottom: 0;
    margin-top: 30px;
}


.service-page .about-3 .list ul li .box span:after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-filter: drop-shadow(0 -3px 3px rgba(0,0,0,.04));
    filter: drop-shadow(0 -3px 3px rgba(0,0,0,.04));
}
.service-page .about-3 .list ul li .box .content+span:after {
    border-bottom: none;
    border-top: 22px solid #fff;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0,0,0,.04));
    filter: drop-shadow(0 3px 3px rgba(0,0,0,.04));
    top: -30px;
}
.service-page .contact-2 {
  margin-top: 95px;
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
  padding-bottom: 125px;
}
.service-page .contact-2 .box {
  background: white;
}
.service-page .service-2 {
  padding-bottom: 150px;
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}
.service-page .service-2 img {
  margin: 45px auto 0;
}

.service-page h2.title {
    font-weight: 500;
    font-size: 50px;
    line-height: 2; 
}

.service-page .form ul li.wid-100 .more{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: var(--color);
  padding: 0 30px;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 1700px){
   .service-page .service-1 {
    padding: 50px 0 30px;
  }
  .service-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }
  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }
  .service-page .about-3 .list {
    margin: 40px -20px 0;
  }
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1250px){
   .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .service-page .about-3 .list ul li .box .content h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px){
   .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }
  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


.factory-page{
  padding: 80px 0;
}
.factory-page .init-3 .container .list_cont:last-child {
  padding-bottom: 100px;
}
.factory-page .init-3 .container .list_cont .title_c .column {
  vertical-align: middle;
}
.factory-page .init-3 .container .list_cont .title_c .left {
  width: 460px;
  padding-right: 10px;
}
.factory-page .init-3 .container .list_cont .title_c .left .tips {
  color: var(--color);
}
.factory-page .init-3 .container .list_cont .title_c .left .tips_title {
  font-weight: bold;
}
.factory-page .init-3 .container .list_cont .title_c .line {
  width: 1px;
  height: 60px;
  background-color: #5f5f5f;
}
.factory-page .init-3 .container .list_cont .title_c .right {
  width: 530px;
  padding-left: 30px;
  color: #3b3b3b;
}
.factory-page .init-3 .container .list_cont .content ul {
  margin: 0 -22px;
}
.factory-page .init-3 .container .list_cont .content ul li {
  padding: 0 22px;
  margin-top: 40px;
}
.factory-page .init-3 .container .list_cont .content ul li .box{
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.factory-page .init-3 .container .list_cont .content ul li .box .img {
  display: block;
}


.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}


.news-page {
  padding: 55px 0 70px;
}
.news-page .slideBarleft .list ul li {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}
.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}
.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}
.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}
.news-page .slideBarleft .list ul li .content {
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}
.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}
.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}
.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}
.news-page .slideBarleft .list ul li .content h3 {
  font-size: 33px;
  color: #181818;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
      font-weight: 700;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .slideBarleft .list ul li .content h3:hover {
  color: var(--color);
}
.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  color: #909090; 
  margin-top: 10px;
}
.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}
.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}
.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: var(--color);
}
.news-page .slideBarleft .list ul li .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border-radius: 2px;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  border-radius: 50px
}
.news-page .slideBarleft .list ul li .content a.more:hover {
  background: #222;
  border-radius: 50px
}
/*.news-page .slideBarleft .list ul li:nth-child(even) .img {
  left: 40%;
  padding-left: 20px;
  padding-right: 0;
}
.news-page .slideBarleft .list ul li:nth-child(even) .content {
  left: -60%;
  padding-left: 0;
  padding-right: 20px;
}*/
.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}
.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 125px;
}
.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
  width: 100%; 
  height: 72px;
  padding: 0 60px 0 15px; 
  font-size: 18px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 67px;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  background: url("/meigemachinery/2023/12/22/product-s-1.png") center center no-repeat;
  border: none;
}
.inner-page .slideBarBox .slideBarright h3 {
  margin: 60px 0 20px;
  font-size: 30px;
      font-weight: 700;
  color: #181818;
  line-height: 1;
}
.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--color);
  margin-top: 15px;
  display: block;
}
.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  color: #181818;
  position: relative; 
}
.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: var(--color);
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2,67,136,.5) url("../images/icon-right.png") center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 15px;
  font-size: 16px;
  color: #181818; 
  line-height: 1.6;
  font-weight: bold;
  word-break: break-word;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}
/*.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
  content: '';
  width: 43px;
  height: 2px;
  background: var(--color);
  margin-top: 10px;
  display: block;
}*/
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}
@media screen and (max-width: 1500px){
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 28px;
  }
  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }
  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }
  .inner-page .slideBarBox .slideBarright h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }
  .news-page .slideBarleft .list ul li .content .share dd{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
  }
  .newdet-page .slideBarleft .newsContent h1,
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 24px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1000px){
  .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .slideBarBox .slideBarright {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }
  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
    left: 0 !important;
  }
}


.newdet-page {
  padding: 55px 0 110px;
}
.newdet-page .slideBarleft .newsContent {
  text-align: center;
}
.newdet-page .slideBarleft .newsContent h1 {
  font-size: 34px;
  color: #181818;
  font-weight: 700;
  line-height: 1.5;
}
.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f; 
  margin-top: 15px;
  line-height: 1;
}
.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  line-height: 2; 
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}
.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}
.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}
.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}
.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}
.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}
.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2,67,136,.55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}
.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right ;
}
.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}
.newdet-page .newsRet {
  margin-top: 110px;
}
.newdet-page .newsRet h2 {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}
/*.newdet-page .newsRet h2:after,
.newdet-page .newsRet h2:before {
  content: '';
  width: 52px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  background: var(--color);
}*/
.newdet-page .newsRet .list {
  margin-top: 50px;
}
.newdet-page .newsRet .list ul {
  margin: -14px;
}
.newdet-page .newsRet .list ul li {
  padding: 14px;
}
.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(2,67,136,.73)));
  /* 鍏煎Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(2,67,136,.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(2,67,136,.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2,67,136,.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(2,67,136,.73));
  background: -moz-linear-gradient(top, transparent, rgba(2,67,136,.73));
  background: linear-gradient(to bottom, transparent, rgba(2,67,136,.73));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
  /* 鍏煎IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
  /* 鍏煎IE5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
  white-space: nowrap;
  text-overflow: ellipsis;
      font-weight: 700;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: var(--color);
  display: block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: var(--color);
}
.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: var(--color); 
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}
.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .btn li button {
  display: none;
}
.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: var(--color);
}
@media screen and (max-width: 1500px){
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2 {
    font-size: 42px;
  }
  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
  }
  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }
  .newdet-page {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 1250px){
   .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
   .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }
  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .newsRet h2 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .slideBarleft .newsContent .m-link {
    display: none;
  }
  .newdet-page .newsRet h2 {
    font-size: 24px;
  }
  .newdet-page .newsRet {
    margin-top: 60px;
  }
  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}


.contact-page .contact-1 {
    padding: 120px 0 80px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    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;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, var(--color) 0%, rgba(0, 51, 134,0.6) 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: var(--color);
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    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;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #edf2f5;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    background: var(--color);
    color: white; 
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.contact-page .contact-2 .box {
    padding: 40px 55px;
    -o-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    border-radius: 14px;
    text-align: center;
}

.contact-page .contact-2 .box span.tag {
    color: var(--color);
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    /*color: white;*/
    font-size: 36px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: var(--color);
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.contact-page span.tag {
    font-size: 16px;
    color: var(--color);
    display: block;
    line-height: 1;
    margin-bottom: 1em;
}
.contact-page h2.title {
    font-size: 38px;
    font-weight: 700;
    color: #1c1628;
    line-height: 1;
}
.i-form.Auxil-form.contact{
  display: none;
}
@media screen and (max-width: 1500px){
  .contact-page .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }
    .contact-page .contact-1 .left .info ul li h6 {
        font-size: 13px;
    }
    .contact-page .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
    .contact-page .contact-2 .box h2.title {
        font-size: 28px;
    }
    .contact-page .contact-2 .box {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 1000px){
   .contact-page .contact-2 .box {
        padding: 30px 3%;
        margin-top: -50px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px){
  .contact-page .contact-2 .box .left {
        width: 100%;
    } 
    .contact-page .contact-2 .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 500px){
   .contact-page .contact-2 .box h2.title {
        font-size: 22px;
    }
    .contact-page .contact-2 .box {
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page .contact-2 {
        padding-bottom: 30px;
    }
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
        font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 92px;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {

}
.seoPublic h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2em;
  color: black;
}
.seoPublic h3{
  color: var(--color);
  font-size: 20px;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.zhici-page{
  padding: 80px 0;
}
.zhici-page .about-1 .mask::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 270px;
  font-weight: 700;
  line-height: .5;
  text-transform: uppercase;
  color: #f7f7f7;
  z-index: -1;
}
.zhici-page .about-1 h2 {
  color: var(--color);
  font-size: 40px;
  font-weight: 500;
}
.zhici-page .about-1 h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}
.zhici-page .about-1 h5 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color);
  /*text-transform: uppercase;*/
}
.zhici-page .about-1 h6 {
  font-size: 30px;
  line-height: 1; 
}
.zhici-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0;
}
.zhici-page .about-1 ul li {
  text-align: center;
}
.zhici-page .about-1 ul li .num {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: var(--color);
}

.zhici-page .about-1 ul li .num span{
  font-size: 24px;
  display: block;
}

.zhici-page .about-1 .line {
  width: 200px;
  height: 2px;
  background-color: var(--color);
}
.zhici-page .about-1 .left {
  width: 58%;
  vertical-align: middle;
  padding-right: 50px;
}
.zhici-page .about-1 .right {
  width: 42%;
  vertical-align: middle;
}
.zhici-page .about-1 .right .img {
  display: inline-block;
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
}
.zhici-page .about-1 .right .img > img {
  border-radius: 20px;
}
.zhici-page .about-1 .right .img .play-box {
  text-align: center;
  max-width: 280px;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  color: white;
  border-radius: 100px 0 100px 0;
}
.zhici-page .about-1 .right .img .play-box .play {
  margin: 40px auto;
  width: 180px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  /*background: #ffffff;*/
  cursor: pointer;
  cursor: hand;
}
/*.zhici-page .about-1 .right .img .play-box .play::before,
.zhici-page .about-1 .right .img .play-box .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}*/
/*.zhici-page .about-1 .right .img .play-box .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}*/
.zhici-page .about-1 .right .img .play-box .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
.zhici-page .about-1 .right .img .play-box span {
  display: inline-block;
  font-size: 18px;
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 30px;
}
@media screen and (max-width: 1440px) {
  .zhici-page .about-1 h3 {
    font-size: 24px;
  }
  .zhici-page .about-1 ul li .num {
    font-size: 50px;
  }
  .zhici-page .about-1 .mask::before {
    font-size: 200px;
  }
}
@media screen and (max-width: 1200px){
  .zhici-page .about-1 h3 {
    font-size: 20px;
  }
  .zhici-page .about-1 h5 {
    font-size: 60px;
  }
  .zhici-page .about-1 h6 {
    font-size: 30px;
  }
  .zhici-page .about-1 .mask::before {
    font-size: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .zhici-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .zhici-page .about-1 .right {
    width: 100%;
    text-align: center;
  }
  .zhici-page .about-1 ul {
    font-size: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zhici-page .about-1 ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  
  .zhici-page .about-1 .mask::before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .zhici-page .about-1 ul li {
    width: 100%;
  }
  .zhici-page .about-1 .right .img .play-box {
    border-radius: 50px 0 50px 0;
    padding: 20px;
  }
  .zhici-page .about-1 .right .img > img {
    border-radius: 0 0 50px 50px;
  }
  .zhici-page .about-1 h5 {
    font-size: 40px;
  }
  .zhici-page .about-1 h6 {
    font-size: 20px;
  }
  .zhici-page .about-1 ul li .num {
    font-size: 40px;
  }
}

.m-page span,.m-page a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
  color: white;
}
#index-body .i-factory {
  background: url(../images/factory-bg-l.png) no-repeat;
  background-position: 115px bottom;
  padding-top: 70px;
  position: relative;
}
#index-body .i-factory .line {
  width: 1px;
  height: 600px;
  background: black;
  position: absolute;
  right: 80px;
  top: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
#index-body .i-factory .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 1px;
  height: 25px;
  background: black;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
#index-body .i-factory p {
  font-size: 17px;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-factory ul {
  margin: -13px;
  padding: 70px 0 134px;
  position: relative;
}
#index-body .i-factory ul li {
  padding: 13px;
}
#index-body .i-factory ul::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 197px;
  height: 100%;
  background: #edf2f5;
  z-index: -1;
}
#index-body .i-factory .btn {
  position: absolute;
  right: 210px;
  bottom: 40px;
}
#index-body .i-factory .btn span {
  width: 50px;
  height: 50px;
  border: 1px solid #c0c0c0;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 6px;
  font-size: 22px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-factory .btn span:hover {
  background: var(--color);
  border-color: var(--color);
  color: white;
}
@media screen and (max-width: 1600px) {
  #index-body .i-factory {
    background-position: 10px bottom;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .i-factory {
    background-size: 52%;
  }
  #index-body .i-factory ul {
    padding: 60px 0 95px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-factory .line {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-factory .btn {
    right: 35px;
  }
}



.moreCont .moreCir {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 20px;
}
.moreCont .moreCir .moreImg {
  width: 13px;
  height: 13px;
}
.moreCont:hover .moreCir {
  background-color: #000;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.industries-page1 .init-2 .container .img {
  width: 39.5%;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.industries-page1 .init-2 .container .img img {
  border-radius: 10px;
}
.industries-page1 .init-2 .container .right {
  width: 60.5%;
  padding-left: 72px;
}
.industries-page1 .init-2 .container .right .title {
  color: var(--color);
}
.industries-page1 .init-2 .container .right .des {
  margin-top: 18px;
  color: #666666;
  line-height: 1.5;
  /*text-indent: 36px;*/
}
.industries-page1 .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 52px;
}
.industries-page1 .init-2 .container .right .listC ul li .box {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
}
.industries-page1 .init-2 .container .right .listC ul li .box .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .industries-page1 .init-2 {
    padding-top: 40px;
  }
  .industries-page1 .init-2 .container .img {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .industries-page1 .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .industries-page1 .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .industries-page1 .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
}
.industries-page1 .industries-page1-wrap1 {
  position: relative;
  padding-bottom: 115px;
}
.industries-page1 .industries-page1-wrap1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.industries-page1 .industries-page1-wrap1 .content .text-box {
  margin-left: auto;
  background-color: var(--color);
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  max-width: 990px;
  z-index: 1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box .intro {
  font-weight: 300;
}
.relatedProduct .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.relatedProduct .container .content {
  margin-top: 56px;
}
.relatedProduct .container .content .swiper1 {
  margin: 0 -25px;
}
.relatedProduct .container .content .swiper1 ul li {
  padding: 0 25px;
}
.relatedProduct .container .content .swiper1 ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.relatedProduct .container .content .swiper1 ul li .box a {
  display: block;
}
.relatedProduct .container .content .swiper1 ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.relatedProduct .container .content .swiper1 ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.relatedProduct .container .content .swiper1 ul li .box .text {
  text-align: center;
  padding: 0 10px;
  bottom: 40px;
  position: absolute;
  width: 100%;
  left: 0;
}
.relatedProduct .container .content .swiper1 ul li .box .text:hover {
  color: var(--color);
}
.relatedProduct .container .content .swiper1 ul li .box:hover {
  background-color: #deeefe;
}
.relatedProduct .container .content .swiper1 ul li .box:hover .moreCont {
  opacity: 1;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box {
  background-color: #efefef;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box:hover {
  background-color: #e6effe;
}
@media screen and (max-width: 700px) {
  .relatedProduct .container .content .swiper1 ul li .box .img img {
    height: auto;
    min-height: 1px;
  }
  .relatedProduct .container .content .swiper1 ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .relatedProduct .container .content {
    margin-top: 20px;
  }
  .industries-page1 .init-2 {
    padding-top: 0;
  }
  .industries-page1 .industries-page1-wrap1 .content {
    position: unset;
  }
  .industries-page1 .industries-page1-wrap1 {
    padding-bottom: 0px;
  }
}
.about-page1 .init-1 .container .left {
  padding-right: 60px;
  width: 48%;
}
.about-page1 .init-1 .container .left .title1 {
  display: block;
}
.about-page1 .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page1 .init-1 .container .left .title2 {
  color: var(--color);
  font-weight: bold;
  line-height: 1.2;
}
.about-page1 .init-1 .container .left .title3 {
  margin-top: 15px;
  color: var(--color);
  line-height: 1.2;
}
.about-page1 .init-1 .container .left .title3 .playTips {
  font-size: 30px;
  margin-left: 30px;
}
.about-page1 .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
.about-page1 .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page1 .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page1 .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page1 .init-1 .container .right {
  padding-left: 40px;
  width: 52%;
}
.about-page1 .init-1 .container .right .title {
  color: var(--color);
  /*padding-left: 36px;*/
}
.about-page1 .init-1 .container .right .des {
  color: #666666;
  line-height: 1.5;
}
.about-page1 .init-2 {
  overflow: hidden;
}
.about-page1 .init-2 .container {
  overflow: hidden;
}
.about-page1 .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page1 .init-3 .container ul {
  padding-top: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page1 .init-3 .container ul li {
  padding: 0 5px;
}
.about-page1 .init-3 .container ul li .box .top {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.about-page1 .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page1 .init-3 .container ul li .box .bottom {
  color: #333333;
  margin-top: 13px;
}
.about-page1 .init-3 .container ul li .box:hover .top {
  color: var(--color);
}
.about-page1 .init-3 .container ul li:last-child .top span:last-child {
  font-size: 20px;
}
.about-page1 .init-4 {
  background-size: cover;
}
.about-page1 .init-4 .container .tipsTitle {
  text-align: center;
  color: #333;
  font-weight: bold;
}
.about-page1 .init-4 .container .content {
  position: relative;
  margin: 45px auto 0;
}
.about-page1 .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e6e6e6;
  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;
}
.about-page1 .init-4 .container .content .btn i {
  font-size: 20px;
  color: #666666;
}
.about-page1 .init-4 .container .content .btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.about-page1 .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page1 .init-4 .container .content .btn:hover i {
  color: #fff;
}
.about-page1 .init-4 .container .content .prev {
  left: 0;
}
.about-page1 .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page1 .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page1 .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(51, 51, 51, 0.1);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page1 .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: auto;
}
.about-page1 .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page1 .init-4 .container .content2 {
  margin: 0 auto 0;
  position: relative;
}
.about-page1 .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #333;
}
.about-page1 .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page1 .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page1 .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page1 .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page1 .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page1 .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #333;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page1 .about-page1-wrap1 .left .big-title {
  color: #333333;
  line-height: 1.15;
}
.about-page1 .about-page1-wrap1 .left .intro {
  color: #666666;
  font-weight: 300;
}
.about-page1 .about-page1-wrap2 .about-page1-wrap2-slick {
  margin-left: -14px;
  margin-right: -14px;
}
.about-page1 .about-page1-wrap2 .about-page1-wrap2-slick li .img {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 10px;
}
@media (max-width: 1500px) {
  .about-page1 .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 400px;
  }
}
@media (max-width: 1250px) {
  .about-page1 .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page1 .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page1 .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page1 .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
  .about-page1 .init-4 .container .content {
    margin-top: 0;
  }
  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 260px;
  }
  .about-page1 .init-1 .container .left .title2 {
    text-align: center;
  }
  .about-page1 .init-1 .container .left .title3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .about-page1 .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page1 .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page1 .init-2 .container {
    height: auto;
  }
  .about-page1 .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page1 .init-4 .container .content {
    width: 100%;
  }
  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 220px;
  }
  .about-page1 .init-3 .container ul {
    padding-top: 60px;
  }
  .about-page1 .about-page1-wrap1 .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-page1 .about-page1-wrap1 .right {
    width: 100%;
  }
  .about-page1 .init-3 .container ul {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .about-page1 .init-2 .container {
    height: auto;
  }
  .about-page1 .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
  .about-page1 .init-3 .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page1 .init-3 .container ul li {
    width: 50%;
  }
  .about-page1 .init-4 .container .content ul li .box .desC .des {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .about-page1 .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page1 .init-1 .container .right .des {
    /*text-indent: 32px;*/
  }
  .about-page1 .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
  .about-page1 .init-3 {
    margin-top: 20px;
  }
  .about-page1 .init-3 .container ul {
    padding-top: 0;
  }
  .about-page1 .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page1 .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page1 .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page1 .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: 50%;
  }
  .about-page1 .init-4 .container .content .prev {
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
  }
  .about-page1 .init-4 .container .content .next {
    left: -webkit-calc(50% + 10px);
    left: -moz-calc(50% + 10px);
    left: calc(50% + 10px);
  }
  .about-page1 .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page1 .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page1 .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page1 .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page1 .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page1 .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page1 .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page1 .init-4 .container .content2 {
    width: 100%;
  }
}
.solution-page1 .init-1 {
  padding-top: 98px;
  position: relative;
  z-index: 2;
}
.solution-page1 .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #333333;
  opacity: 0.05;
  line-height: 1.1;
}
.solution-page1 .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
  color: #333;
}
.solution-page1 .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1016px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}
.solution-page1 .init-1 .container .imgSub {
  display: block;
  margin: 25px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page1 .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding-left: 74px;
  padding-right: 74px;
  margin-top: -97px;
}
.solution-page1 .init-1 .container .desC .title {
  font-weight: bold;
  max-width: 600px;
  line-height: 1.2;
}
.solution-page1 .init-1 .container .desC .des {
  max-width: 813px;
  margin-top: 24px;
}
.solution-page1 .init-4 {
  position: relative;
  padding-top: 206px;
}
.solution-page1 .init-4 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 71px;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #333333;
  opacity: 0.05;
  line-height: 1.5;
}
.solution-page1 .init-4 .container .tipsTitle {
  position: relative;
  text-align: center;
  color: #333333;
}
.solution-page1 .init-4 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1000px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}
.solution-page1 .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.solution-page1 .init-4 .container .content {
  margin-top: 200px;
}
.solution-page1 .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page1 .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page1 .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page1 .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page1 .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page1 .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.solution-page1 .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page1 .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page1 .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page1 .solution-page1-wrap1 {
  padding-top: 69px;
  padding-bottom: 61px;
}
.solution-page1 .solution-page1-wrap1 .text-box {
  margin-left: auto;
  background-color: var(--color);
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  width: 58.372%;
  z-index: 1;
}
.solution-page1 .solution-page1-wrap1 .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}
.solution-page1 .solution-page1-wrap1 .text-box .intro {
  font-weight: 300;
}
.solution-page1 .solution-page1-wrap2 .text-box .title,
.solution-page1 .solution-page1-wrap3 .text-box .title {
  color: #333;
}
.solution-page1 .solution-page1-wrap2 .text-box .intro,
.solution-page1 .solution-page1-wrap3 .text-box .intro {
  color: #666666;
}
@media (max-width: 1800px) {
  .solution-page1 .init-4,
  .solution-page1 .init-1 {
    padding-top: 140px;
  }
  .solution-page1 .init-4 .subText,
  .solution-page1 .init-1 .subText {
    font-size: 200px;
  }
  .solution-page1 .init-4 .container .content {
    margin-top: 100px;
  }
  .solution-page1 .init-4 .subText {
    top: 0;
  }
}
@media (max-width: 1250px) {
  .solution-page1 .init-4 .subText,
  .solution-page1 .init-1 .subText {
    font-size: 100px;
  }
  .solution-page1 .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
  .solution-page1 .init-4 .container .content {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page1 .init-4,
  .solution-page1 .init-1 {
    padding-top: 40px;
  }
  .solution-page1 .init-4 .subText,
  .solution-page1 .init-1 .subText {
    display: none;
  }
  .solution-page1 .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page1 .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page1 .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page1 .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page1 .solution-page1-wrap2 .container,
  .solution-page1 .solution-page1-wrap3 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page1 .solution-page1-wrap2 .container .text-box,
  .solution-page1 .solution-page1-wrap3 .container .text-box {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .solution-page1 .solution-page1-wrap2 .container .img,
  .solution-page1 .solution-page1-wrap3 .container .img {
    width: 100%;
  }
  .solution-page1 .solution-page1-wrap2 .container .text-box {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 700px) {
  .solution-page1 .init-4 .container .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page1 .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page1 .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page1 .init-1 .container .desC {
    min-height: 360px;
  }
}
#index-body .init-0 .top {
  max-width: 1070px;
  margin: 0 auto;
}
#index-body .init-0 .top span.h2 {
  color: var(--color);
}
#index-body .init-0 .top .text {
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  font-weight: 300;
}
#index-body .init-0 .navlink {
  margin-left: -5px;
  margin-right: -5px;
}
#index-body .init-0 .navlink a {
  padding-bottom: 0.3em;
  border-bottom: 2px solid transparent;
  color: #333;
  padding: 0 5px;
}
#index-body .init-0 .navlink a.active {
  border-color: var(--color);
  font-weight: bold;
  color: var(--color);
}
#index-body .init-0 .det {
  position: relative;
}
#index-body .init-0 .det a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
#index-body .init-0 .det a.active {
  z-index: 1;
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-yd-page1 .product-yd-4 {
  background-color: #f8f8f8;
}
.product-yd-page1 .product-yd-4 .top-text .title {
  color: #333333;
}
.product-yd-page1 .product-yd-4 .top-text .intro {
  color: #333333;
  font-weight: 300;
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page1 .product-yd-4 .logo {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page1 .product-yd-4 .logo img {
  max-height: 180px;
}
.product-yd-page1 .product-yd-4 span.h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page1 .product-yd-4 span.h6 {
  font-weight: 500;
}
.product-yd-page1 .product-yd-4 span.h6 i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-yd-page1 .product-yd-4 .text {
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.product-yd-page1 .product-yd-4 .text p {
  line-height: 1.25em;
  min-height: -webkit-calc(1.3em * 3);
  min-height: -moz-calc(1.3em * 3);
  min-height: calc(1.3em * 3);
  max-height: -webkit-calc(1.3em * 6);
  max-height: -moz-calc(1.3em * 6);
  max-height: calc(1.3em * 6);
  overflow-y: auto;
}
.product-yd-page1 .product-yd-4 .list ul {
  margin: 0 -100px;
}
.product-yd-page1 .product-yd-4 .list ul li {
  width: 33.333%;
}
.product-yd-page1 .product-yd-4 .list ul li .box {
  margin: 0 100px;
  background-color: #fafafa;
  border-radius: 30px;
  position: relative;
}
.product-yd-page1 .product-yd-4 .list ul li .box .order {
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 37px;
  height: 36px;
  background-color: var(--color);
  border-radius: 17px;
  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;
  color: #fff;
}
.product-yd-page1 .product-yd-4 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page1 .product-yd-4 .list .slick-track .slick-slide {
  height: auto;
}
.product-yd-page1 .product-yd-4 .list .slick-track .slick-slide > div,
.product-yd-page1 .product-yd-4 .list .slick-track .slick-slide li {
  height: 100%;
}
.product-yd-page1 .product-yd-4 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.product-yd-page1 .product-yd-4 .list .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.oem-page .product-yd-page1 .product-yd-4 .list .box {
  background-color: #f7f7f7;
}
@media screen and (max-width: 1700px) {
  .product-yd-page1 .product-yd-4 .list ul {
    margin: 0 -60px;
  }
  .product-yd-page1 .product-yd-4 .list ul li .box {
    margin: 0 60px;
  }
}
@media screen and (max-width: 1450px) {
  .product-yd-page1 .product-yd-4 .list ul {
    margin: 0 -10px;
  }
  .product-yd-page1 .product-yd-4 .list ul li .box {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page1 .product-yd-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page1 .product-yd-4 .list ul li {
    width: 50%;
  }
  .product-yd-page1 .product-yd-4 .list ul li {
    margin-bottom: 15px;
  }
  .product-yd-page1 .product-yd-4 .list ul li .box {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-0 .navlink {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-0 .navlink a {
    width: 48%;
  }
  .product-yd-page1 .product-yd-4 .logo img {
    max-height: 100px;
  }
  .product-yd-page1 .product-yd-4 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-0 .navlink a{
    width: 100%;
    margin-bottom: 10px;
  }
}

.gallery-page ul{
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page .m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: ;
}