@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-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-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* 栅格 */
.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%;
    }
}
@keyframes about-to-top {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
table tr:nth-child(even){
  background-color: #fff;
}
table td, table th{
  padding: 5px;
}
.set-position-center {
  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%);
}
.set-display-center {
  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;
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.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: #b12a27;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.public-title.t1 span {
  font-size: 56px;
}
.public-title span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.public-title span .bg-text {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #f1f1f1;
  font-weight: 600;
  position: absolute;
  font-size: 100px;
  line-height: 1;
  z-index: -1;
  font-style: italic;
}
.public-title::after {
  content: '';
  width: 101px;
  height: 7px;
  background-color: var(--color);
  display: block;
  margin: 0 auto;
}
.public-btn {
  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: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 18px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 33px;
  border: 2px solid var(--color);
}
.public-btn:focus{
  background-color: var(--color);
}
.public-btn .arrow {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn .arrow i {
  font-size: 20px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.public-btn:hover {
  background-color: transparent;
  color: var(--color);
}
.public-btn:hover .arrow {
  background-color: var(--color);
  color: #fff;
}
#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: rgba(0, 0, 0, 0.2);*/
}
#header::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.6),transparent)
}
/*#header.inner,*/
#header.active{
  background-color: rgba(0, 0, 0, 0.95);
}
#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: 26px;
  margin-bottom: 26px;
}
#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: 20px;
  font-weight: 500;
  margin-right: 57px;
  color: white;
  -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 > 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: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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  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;
}
#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;
  color: #fff;
  background-color: var(--color);
  border-radius: 23px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#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;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
  text-transform: uppercase;
}
#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-page1 .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;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 10px 0;
  border-radius: 100%;
  border: 2px solid var(--color);
  background-color: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: var(--color);
}
#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-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 {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 14.4%;
}
#banner .banner-slick li .content .text-box h2 {
  font-weight: 500;
  max-width: 842px;
  line-height: 1.15;
}
#banner .banner-slick li .content .text-box p {
  font-weight: 500;
}
#banner .banner-slick li .content .text-box p::before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: var(--color);
  margin-right: 24px;
}
#banner .banner-bot {
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .category .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: unset;
}
#index-body .category .category-slick {
  margin-right: -42px;
}
#index-body .category .category-slick li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}
#index-body .category .category-slick li .slide-box .img img {
  width: auto;
  margin: 0 auto;
}
#index-body .category .category-slick li .slide-box .order-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .category .category-slick li .slide-box .order-title .order {
  line-height: 1.2;
  font-weight: 500;
  color: transparent;
  /* 隐藏文字填充色 */
  -webkit-text-stroke: 1px #000;
  /* 描边宽度和颜色 */
  text-stroke: 1px #000;
  /* 标准属性 */
}
#index-body .category .category-slick li .slide-box .order-title .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
#index-body .category .category-slick li .slide-box .order-title .title:hover {
  color: var(--color);
}
#index-body .category .category-slick li .slide-box .category-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .category .category-slick li .slide-box .category-more i {
  font-size: 34px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .category-more:hover {
  color: var(--color);
}
#index-body .category .category-slick li .slide-box.slide-box1 .img {
  background: url(../images/category-slick-bg1.jpg) no-repeat center center / cover;
}
#index-body .category .category-slick li .slide-box.slide-box2 {
  background: url(../images/category-slick-bg2.jpg) no-repeat center center / cover;
}
#index-body .category .slick-slide:nth-child(2n) > div li .slide-box.slide-box2 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 47px;
}
#index-body .category .slick-slide:nth-child(2n) > div li .slide-box.slide-box1 .category-more {
  margin-bottom: 0;
}
#index-body .application .public-title {
  position: relative;
  z-index: 1;
}
#index-body .application .public-title span .bg-text {
  position: unset;
  line-height: 1.2;
}
#index-body .application .public-title::after {
  display: none;
}
#index-body .application .application-slick {
  position: relative;
  z-index: 1;
  margin-top: -29px;
}
#index-body .application .application-slick li .title {
  font-weight: 600;
  color: #ffffff;
  left: 0;
  top: 41%;
  width: 100%;
}
#index-body .application .application-slick li .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.26em;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
}
#index-body .application .application-slick li .title span {
  /*max-width: 365px;*/
  line-height: 1.2;
}
/*#index-body .application .application-slick li.li3 .title span{
  max-width: 319px;
}*/
#index-body .about {
  position: relative;
}
#index-body .about .left .intro {
  line-height: 1.6;
}
#index-body .about .left .img1{
  left: 10%;
  bottom: 0;
  width: 86.25%;
  animation: about-to-top 2.5s linear infinite alternate;
}
#index-body .about .right .public-title span {
  max-width: 626px;
  line-height: 1.25;
}
#index-body .about .right .public-title::after {
  margin-left: 0;
}
#index-body .about .right .intro {
  max-height: -webkit-calc(1.6em * 10);
  max-height: -moz-calc(1.6em * 10);
  max-height: calc(1.6em * 10);
  overflow-y: auto;
  line-height: 1.6;
}
#index-body .about .number-Plus li .data-right .top {
  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 .advantage-img-slick li .content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-top: 11.1%;
}
#index-body .advantage .advantage-img-slick li .content .t-text {
  font-weight: 500;
}
#index-body .advantage .advantage-img-slick li .content .title {
  font-weight: 600;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
  max-width: 613px;
  margin-left: auto;
  line-height: 1.1;
}
#index-body .advantage .advantage-text-slick {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#index-body .advantage .advantage-text-slick li .slide-box {
  background-color: rgba(43, 43, 43, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.52);
}
#index-body .advantage .advantage-text-slick li .slide-box .icon {
  height: 89px;
  position: relative;
  z-index: 3;
}
#index-body .advantage .advantage-text-slick li .slide-box .title {
  line-height: 1.3;
  color: #ffffff;
  font-weight: 500;
  max-width: 286px;
  position: relative;
  z-index: 3;
  height: -webkit-calc(1.3em * 3);
  height: -moz-calc(1.3em * 3);
  height: calc(1.3em * 3);
}
#index-body .advantage .advantage-text-slick li::after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .advantage .advantage-text-slick li.active::after,
#index-body .advantage .advantage-text-slick li:hover::after {
  opacity: 1;
}
#index-body .strength .strength-slick {
  margin-right: -31px;
}
#index-body .strength .strength-slick .slick-list {
  padding-left: 27%;
  padding-right: 27%;
}
#index-body .strength .strength-slick li .slide-box {
  margin-right: 31px;
}
#index-body .strength .strength-slick li .slide-box .text-box {
  max-width: 379px;
  background-color: var(--color);
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .strength .strength-slick li .slide-box .text-box .title {
  font-weight: 500;
}
#index-body .strength .strength-slick li .slide-box .text-box .intro {
  line-height: 1.625;
}
#index-body .strength .strength-slick .slick-current li .slide-box .text-box {
  opacity: 1;
}
#index-body .news {
  background-color: #f6f6f6;
}
#index-body .news .public-title span .bg-text {
  color: #e6e6e6;
}
#index-body .news .news-slick {
  margin-right: -21px;
}
#index-body .news .news-slick li .slide-box {
  margin-right: 21px;
  background-color: #ffffff;
  border-radius: 11px;
}
#index-body .news .news-slick li .slide-box .date {
  opacity: 0.9;
  font-weight: 500;
}
#index-body .news .news-slick li .slide-box .title {
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  opacity: 0.8;
  line-height: 1.7;
}
#index-body .news .bottom-box .arrows .prev,
#index-body .news .bottom-box .arrows .next {
  width: 81px;
  height: 81px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .bottom-box .arrows .prev i,
#index-body .news .bottom-box .arrows .next i {
  font-size: 30px;
}
#index-body .news .bottom-box .arrows .prev:hover,
#index-body .news .bottom-box .arrows .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .bottom-box .line {
  width: 44.125%;
  border-bottom: 2px dashed #919191;
}
#index-body .news .bottom-box .public-btn1 {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: var(--color);
  border-radius: 31px;
}
#index-body .news .bottom-box .public-btn1:hover {
  background-color: #222;
}
#footer .f-top .left .title {
  color: #ffffff;
  font-weight: 500;
}
#footer .f-top .left form {
  width: 904px;
}
#footer .f-top .left form input {
  height: 52px;
  background: none;
  border: none;
  background-color: #f6f6f6;
}
#footer .f-top .left form input[type='text'] {
  color: #323232;
  font-weight: 500;
}
#footer .f-top .left form input[type='text']::-webkit-input-placeholder {
  color: #323232;
}
#footer .f-top .left form input[type='text']:-moz-placeholder {
  color: #323232;
}
#footer .f-top .left form input[type='text']::-moz-placeholder {
  color: #323232;
}
#footer .f-top .left form input[type='text']:-ms-input-placeholder {
  color: #323232;
}
#footer .f-top .left form input[type='text']::placeholder {
  color: #323232;
}
#footer .f-top .left form input.name,
#footer .f-top .left form input.mail {
  width: 49%;
}
#footer .f-top .left form input.content {
  width: -webkit-calc(100% - 196px - 18px);
  width: -moz-calc(100% - 196px - 18px);
  width: calc(100% - 196px - 18px);
}
#footer .f-top .left form input.submit {
  width: 196px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-top .left form input.submit:hover {
  background-color: #222;
}
#footer .f-top .right .title {
  color: #ffffff;
  font-weight: 500;
}
#footer .f-top .right #ewm {
  width: 115px;
  border: 5px solid #fff;
  margin-right: auto;
}
#footer .f-content .container::before {
  content: '';
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ffffff;
}
#footer .f-content dl dd {
  line-height: 1.95;
  color: #fff;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact {
  max-width: 434px;
}
#footer .f-content .items {
  max-width: 330px;
}
#footer .f-content .items .social-account li {
  margin-right: 8px;
}
#footer .f-content .items .social-account li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .items .social-account li a:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content .items .text {
  line-height: 1.777;
  color: #fff;
}
#footer .f-content .items .text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 33px;
  fill: #ffffff;
}
#footer .f-content .items .text svg text {
  fill: #ffffff;
}
#footer .f-content .items .f-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer .f-copy {
  -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: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* 侧边菜单 */
/* 侧边菜单 */
.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 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);
}
.fixed-toolbar ul li.r-whatsapp{

}
.fixed-toolbar ul li.r-whatsapp p{
  right: 110%;
  top:50%;
  transform: translateY(-50%) scaleX(0);
  transition: .3s;
  white-space: nowrap;
  background: var(--color);
  color: #fff;
  transform-origin: right center;
  line-height: 1.5;
  border-radius: 5px;
}
.fixed-toolbar ul li.r-whatsapp:hover p{
  transform: translateY(-50%) scaleX(1);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title span {
    font-size: 50px;
  }
  .public-title span .bg-text {
    font-size: 90px;
  }
  .public-title.t1 span {
    font-size: 50px;
  }
  #header .nav .ui.menu .items .h-language span {
    display: none;
  }
  #header .nav .ui.menu .items .h-language .img2 {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .public-title span {
    font-size: 40px;
  }
  .public-title span .bg-text {
    font-size: 75px;
  }
  .public-title.t1 span {
    font-size: 40px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .advantage .advantage-text-slick {
    position: static;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-top .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer .f-top .left form {
    width: 100%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title span {
    font-size: 35px;
  }
  .public-title span .bg-text {
    font-size: 60px;
  }
  .public-title.t1 span {
    font-size: 35px;
  }
  #index-body .category .category-slick {
    margin-right: -20px;
  }
  #index-body .category .category-slick li {
    padding-right: 20px;
  }
  #index-body .application .application-slick {
    margin-top: 20px;
  }
  #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 .strength .strength-slick .slick-list {
    padding-left: 15%;
    padding-right: 15%;
  }
  #index-body .news .bottom-box .arrows .prev,
  #index-body .news .bottom-box .arrows .next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 700px) {
  .public-title span {
    font-size: 26px;
  }
  .public-title span .bg-text {
    font-size: 40px;
  }
  .public-title.t1 span {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn .arrow {
    width: 26px;
    height: 26px;
  }
  .public-btn .arrow i {
    font-size: 14px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 15px;
  }
  #index-body .advantage .advantage-text-slick li .slide-box .icon {
    zoom: .5;
  }
  #index-body .advantage .advantage-text-slick li .slide-box .title {
    height: -webkit-calc(28px * 3);
    height: -moz-calc(28px * 3);
    height: calc(28px * 3);
  }
  #index-body .strength .strength-slick li .slide-box .text-box {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #index-body .news .bottom-box .arrows {
    display: none;
  }
  #index-body .news .bottom-box .line {
    display: none;
  }
  #footer .f-top .left form input.name,
  #footer .f-top .left form input.mail {
    width: 100%;
  }
  #footer .f-top .left form input.content {
    width: 100%;
    margin-bottom: 5px;
  }
  #footer .f-top .right {
    display: none;
  }
  #footer .f-top .left form input {
    height: 40px;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-category {
    display: none;
  }
  #footer .f-content dl.f-contact {
    max-width: 100%;
  }
  #footer .f-content .items {
    max-width: 100%;
  }
  #footer .f-content .items .social-account {
    display: none;
  }
  #footer .f-content .items .text .f-support svg {
    max-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .public-title span {
    font-size: 20px;
  }
  .public-title span .bg-text {
    font-size: 30px;
  }
  .public-title.t1 span {
    font-size: 20px;
  }
  #banner .banner-slick li {
    height: 240px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 20px;
  }
  #banner .banner-bot {
    bottom: -3px;
  }
}
/*
#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>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#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;
}
/*内页*/
.home-title h4 {
  font-size: 14px;
  line-height: 28px;
  color: var(--color);
  position: relative;
  padding-left: 45px;
  text-transform: uppercase;
}
.home-title h4::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: var(--color);
}
.home-title h2 {
  /*font-size: 60px;*/
  line-height: 1.2;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
.home-title h2 span {
  color: transparent;
  -webkit-text-stroke: 1px black;
}
.home-title.txt-center h4 {
  display: inline-block;
}
.about-page .font-14{
  line-height: 28px;
}
.inner-banner {
  /*background-image: url(../images/inner-banner.jpg);*/
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 180px 0 220px;
}
.inner-banner h2 {
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
@media screen and (max-width: 1500px) {
  .inner-banner {
    height: 460px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 36px;
    margin-bottom: -7px;
  }
  .inner-banner {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .inner-banner {
    height: 260px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
}
.about-page .about-1 {
  padding: 60px 0 90px 0;
  /*background: url(../images/about-1-bg.png) no-repeat bottom center;*/
}
.about-page .about-1 .left {
  width: 50%;
}
.about-page .about-1 .left .img {
  position: relative;
}
.about-page .about-1 .left .img .year {
  position: absolute;
  right: 70px;
  top: 0;
  text-align: right;
}
.about-page .about-1 .left .img .year h2 {
  font-size: 82px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .left .img .year span {
  font-size: 18px;
  color: #7b7b7b;
  text-transform: uppercase;
}
.about-page .about-1 .right {
  width: 50%;
  padding-left: 60px;
}
.about-page .about-1 .right .home-title::after{
  content: '';
  width: 101px;
  height: 7px;
  background-color: var(--color);
  display: block;
  /*margin: 0 auto;*/
}
.about-page .about-1 .right ul li {
  margin-bottom: 30px;
}
.about-page .about-1 .right ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .right ul li .content .img {
  width: 100px;
  height: 100px;
}
.about-page .about-1 .right ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
}
.about-page .about-1 .right ul li .content .text h3 {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .left .img .year h2 {
    font-size: 60px;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .img .year h2 {
    font-size: 40px;
  }
  .about-page .about-1 .left .img .year {
    right: 0;
  }
  .about-page .about-1 .right ul li .content .img{
    width: 50px;
    height: 50px;
  }
}
.about-page .about-2 {
  background: url(../images/about-2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.about-page .about-2 .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-2 .left p {
  margin: 30px 0 60px;
}
.about-page .about-2 .left ul li {
  display: inline-block;
  text-align: center;
}
.about-page .about-2 .left ul li:not(:last-child) {
  margin-right: 90px;
}
.about-page .about-2 .left ul li i {
  display: block;
  margin-bottom: 15px;
}
.about-page .about-2 .left ul li h3 {
  font-size: 65px;
  line-height: 1.1;
}
.about-page .about-2 .left ul li span {
  display: block;
  font-size: 20px;
}
.about-page .about-2 .right {
  width: 45%;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .about-page .about-2 .left ul li:not(:last-child) {
    margin-right: 60px;
  }
  .about-page .about-2 .left ul li h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-2 {
    background-position: left center;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left ul li:not(:last-child) {
    margin-right: 30px;
  }
  .about-page .about-2 .left ul li h3 {
    font-size: 40px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 16px;
    line-height: 30px;
  }
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.about-page .about-3 .more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
  padding-right: 23px;
}
.about-page .about-3 .more::before,
.about-page .about-3 .more::after {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 13px;
}
.about-page .about-3 .more::before {
  background: var(--color);
  z-index: 0;
}
.about-page .about-3 .more::after {
  background-clip: content-box;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  will-change: transform;
  z-index: 1;
}
.about-page .about-3 .more:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-3 .left {
  width: 40%;
}
.about-page .about-3 .left .title {
  /* font-size: 60px; */
  line-height: 1.2;
  font-weight: 600;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: #fff;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: #fff;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 60%;
  padding-left: 4.1%;
}
.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: 75px;
}
.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}
.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}
.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  border: 20px solid var(--color);
  position: relative;
  z-index: 1;
  opacity: 0.6;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .right ul {
    margin-right: -40px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
  .about-page .about-3 .right ul {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1000px) {
.about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  .about-page .about-3 .right ul .slick-current li .ig {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1250px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page h2,
  .newdet-page h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .content{
    font-size: 14px;
    line-height: 2;
  }
}
.prodet-page1.news-d-page .prodet-2 h2 {
  display: inline-block;
  font-weight: 600;
}
.prodet-page1.news-d-page .prodet-2 .btn {
  float: right;
}
.prodet-page1.news-d-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid var(--color);
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  color: var(--color);
}
.prodet-page1.news-d-page .prodet-2 .btn div:hover {
  color: white;
  background: var(--color);
}
.prodet-page1.news-d-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page1.news-d-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page1.news-d-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page1.news-d-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url('../images/beijing.jpg') center center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page1.news-d-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page1.news-d-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page1.news-d-page .prodet-2 .list ul li .box h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-top: 20px;
}
/*.prodet-page1.news-d-page .prodet-2 .list ul li .box:hover h5 {
  color: var(--color);
}*/
@media screen and (max-width: 500px) {
  .prodet-page1.news-d-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.dsvy-ihbox-icon {
  font-size: 35px;
  line-height: 50px;
  padding-right: 20px;
  color: #FFFFFF;
}
.dsvy-ihbox-icon i{
  width: 35px;
  text-align: center;
}
.dsvy-element-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
}
.dsvy-heading-desc{
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.dsvy-social-links a{
  font-size: 16px;
  color: #FFFFFF;
}
.dsvy-social-links a:not(:last-child){
  margin-right: 20px;
}
.contact-page .contact-1 {
  padding-top: 10px;
}
.contact-page .contact-1 .input-group{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-page .contact-1 .input-group i{
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 15px;
    line-height: 26px;
}
.contact-page .contact-2 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid var(--color);
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1.6;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1, 8;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more1 {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-page .form ul li textarea:focus {
  border-color: var(--color);
}
/*  */
.contact-page .form ul {
  margin: -10px;
}
.contact-page .form ul li {
  padding: 10px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 30px;
}
.contact-page .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .form ul li textarea {
  height: 120px;
}
.contact-page .form ul li input[type='submit'] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.contact-page .form ul li input[type='submit']:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}
/*  */
@media screen and (max-width: 1500px) {
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea,
  .contact-page .form ul li input[type='submit'] {
    padding: 10px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .form ul li input,
  .contact-page .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .input-group{
    margin-bottom: 5px;
  }
  .contact-page .contact-1 .input-group i{
    top:8px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1 .list ul li .box span i {
    font-size: 20px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
.contact-page .contact-1 {
  position: relative;
}
.contact-page .contact-1 .box {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.contact-page .contact-1::before {
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  content: '';
  display: block;
  z-index: -1;
  /*background-color: #F5F5F5;
  background-image: url(../images/about-demo-03.png);
  background-position: right bottom;
  background-repeat: no-repeat;*/
  background: linear-gradient(to bottom,#fff,#f5f5f5);
}
.contact-page .contact-1 .left {
  width: 30%;
  display: flex;
  position: relative;
}
.contact-page .contact-1 .left .content {
  width: 100%;
  display: flex;
  margin: 80px 0px 80px 0px;
  padding: 40px 40px 10px 40px;
  background-color: var(--color);
  flex-wrap: wrap;
}
.contact-page .contact-1 .left .content ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left h3 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
.contact-page .contact-1 .left ul li {
  display: flex;
}
.contact-page .contact-1 .left .content ul li:nth-child(2) .dsvy-ihbox-icon i{
  font-size: 49px;
}
.contact-page .contact-1 .left .content ul li:last-child .dsvy-ihbox-icon i{
  font-size: 40px;
}
.contact-page .contact-1 .right {
  width: 70%;
  display: flex;
  position: relative;
}
.contact-page .contact-1 .right .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 100px 100px 80px;
}
.contact-page .contact-1 .right .form h2 {
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #232e35;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.contact-page .contact-1 .right .form input {
  height: 55px;
  font-size: 15px;
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #eee;
}
.contact-page .contact-1 .right .form textarea {
  padding: 20px 30px;
  height: 120px;
  font-size: 15px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #eee;
}
.contact-page .contact-1 .right .form ul li {
  width: 50%;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right form {
  margin-top: 50px;
}
.contact-page .contact-1 .right .form .button {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  background-color: #232e35;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.contact-page .contact-1 .right .form .button span {
  position: relative;
  padding-right: 42px;
}
.contact-page .contact-1 .right .form .button span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
}
.contact-page .contact-1 .right .form .button span::after {
  position: absolute;
  content: '\f0da';
  font-family: FontAwesome;
  top: 3px;
  right: -2px;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
}
.contact-page .contact-1 .right .form .button:hover{
  background-color: var(--color);
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .left {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    width: 60%;
  }
  .contact-page .contact-1 .right .form {
    padding: 100px 60px 100px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .box {
    display: block;
  }
  .contact-page .contact-1 .right .form {
    padding: 0;
  }
  .contact-page .contact-1::before {
    display: none;
  }
  .contact-page .contact-1 .right .form h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left .content{
    margin-top: 0;
    margin-bottom: 60px;
    padding: 15px;
  }
  .contact-page .contact-1 .left h3{
    font-size: 22px;
  }
  .contact-page .contact-1 .right .form h2{
    font-size: 22px;
    
  }
  .contact-page .contact-1 .right .form input{
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .contact-1 .right .form textarea{
        padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .contact-1 .right .form ul li:last-child .input-group{
    margin-bottom: 0;
  }
  .contact-page .contact-1 .right .form .button{
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .contact-page .contact-1 .right form{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .form ul li {
    width: 100%;
  }
}
span.tag {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  opacity: 0.68;
}
span.tag2 {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
  opacity: 0.68;
}

@media screen and (max-width: 1800px) {
  span.tag {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  span.tag {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
.inner-page span.tag {
  position: relative;
  width: 14px;
  height: 20px;
  margin-bottom: 24px !important;
  border-left: 2px solid var(--color);
  border-right: 2px solid var(--color);
}
.inner-page span.tag:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -5px;
  width: 2px;
  height: 20px;
  background-color: var(--color);
}
@media screen and (max-width: 1700px) {
  .inner-page span.tag {
    margin-bottom: 15px !important;
  }
}
.inner-page h6.smallTitle {
  position: relative;
  color: var(--color);
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  .inner-page h6.smallTitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0.8em;
  }
}
h2.title {
  font-size: 66px;
  text-transform: uppercase;
  line-height: 1.05;
}
h2.title em {
  color: var(--color);
}
@media screen and (max-width: 1800px) {
  h2.title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  h2.title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  h2.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  h2.title {
    font-size: 24px;
  }
  h2.title br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  h2.title {
    font-size: 20px;
    line-height: 36px;
  }
}
.inner-page h2.title {
  font-size: 38px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 1700px) {
  .inner-page h2.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h2.title {
    font-size: 22px;
    line-height: 40px !important;
  }
}
.inner-page a.more1 {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  padding: 8px 24px;
  line-height: 44px;
  display: inline-block;
  background: url(../images/icon-more-bg.png);
}
.inner-page a.more1 i.plus {
  position: relative;
  right: -45px;
  bottom: -2px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-page a.more1 i.plus:after,
.inner-page a.more1 i.plus:before {
  content: '';
  width: 50%;
  height: 2px;
  background: white;
  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%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.inner-page a.more1 i.plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.inner-page a.more1:hover i.plus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 1700px) {
  .inner-page a.more1 {
    font-size: 16px;
    padding: 4px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page a.more1 i.plus {
    right: -30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page a.more1 i.plus {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}
.service-page {
  padding: 100px 0;
}
.service-page .list ul {
  margin: -30px -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .list ul li {
  padding: 30px 25px;
}
.service-page .list ul li .box {
  position: relative;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.service-page .list ul li .box i.fa {
  /*font-size: 50px;*/
  position: relative;
  left: 20px;
  margin: 20px 0;
}
.service-page .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: var(--color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #111111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 0.6em;
}
.service-page .list ul li .box:hover i.fa:after {
  background-color: var(--color);
}
.service-page .list ul li .box:hover span.line2:after {
  height: 90px;
}
.service-page .list ul li .box:hover span.line2:before {
  height: 70px;
}
@media screen and (max-width: 1700px) {
  .service-page .list ul li .box i.fa {
    font-size: 40px;
  }
  .service-page .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .service-page {
    padding: 60px 0;
    margin-top: -50px;
  }
  .service-page .list ul li .box {
    zoom: 0.8;
  }
  .service-page .list ul li {
    padding: 15px;
  }
  .service-page .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .list ul li .box h6 {
    font-size: 16px;
    line-height: 30px !important;
  }
  .service-page .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .service-page .list ul li .box {
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .list ul li {
    width: 100% !important;
  }
}
.about2-page .about-12 h3 {
  color: var(--color);
  font-weight: bold;
  margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
  margin-bottom: 50px;
  margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
  margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #ededed;
  padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
  display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
  background: var(--color);
}
.about2-page .about-12 .honorbox ul.honorlist li {
  padding: 10px;
}

.gallery-page {
  padding: 40px 0 50px 0;
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  line-height: 28px;
  transition: 0.5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1400px) {
  .gallery-page {
    padding: 60px 0;
    margin-top: -50px;
  }
}
.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
}
.news-page .list ul li .box a.img {
  height: 500px;
  position: relative;
  background-position: center top;
}
.news-page .list ul li .box a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li .box .content {
  padding: 25px;
}
.news-page .list ul li .box .content .span {
  position: relative;
  color: #555555;
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: var(--color);
}
.news-page .list ul li .box .content h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  min-height: 8.6rem;
  margin: 0.5em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li .box .content h6:hover {
  color: var(--color);
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
}
.news-page .list ul li .box .content a.more1 {
  display: block;
  max-width: 95%;
}
.news-page .list ul li .box .content a.more1 i.plus {
  float: right;
}
.news-page .list ul li .box:hover a.img:after {
  opacity: 0.5;
}
@media screen and (max-width: 1700px) {
  .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px) {
  .news-page .list ul li .box a.img {
    height: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .news-page .list ul li .box .content a.more1 {
    max-width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px !important;
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .list ul li .box a.img {
    height: 380px;
  }
}
@media screen and (max-width: 1230px) {
  .news-page .news-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page{
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li {
    width: 100% !important;
  }
}
/*.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.inner-page .m-page span {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}*/
.faq-page .box {
  padding: 5% 0 5%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
  font-weight: 600;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
/*.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 0.8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type='submit'] {
  width: 22px;
  background: url('../images/icon-search.png') center center no-repeat;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 20px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.fenlei {
  font-size: 38px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu {
  font-size: 16px;
  line-height: 30px;
  /*margin-bottom: 10px;*/
  max-height: calc(30px * 8);
  overflow-y: auto;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat{
  color: #000;
  transition: .3s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat:hover{
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text'] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']::-webkit-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='text']:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='submit'] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type='submit']:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
}
@media screen and (max-width: 1600px) {
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 18px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
    font-size: 14px;
    line-height: 28px;
  }
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li a.img-box {
  display: block;
  /*padding: 70px 18% 40px;*/
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productList ul li a.img-box img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 3;
}
.productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: 1em 0 0.7em;
  border-bottom: 1px solid #ececec;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productList ul li .content .text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 4.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productList ul li:hover a.img-box {
  background-color: var(--color);
}
.productList ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}
.productList ul li:hover .content {
  -webkit-transform: translateY(-310%);
  -moz-transform: translateY(-310%);
  -ms-transform: translateY(-310%);
  transform: translateY(-310%);
}
.productList ul li:hover .content span.h6 {
  color: white;
  border-bottom-color: white;
}
.productList ul li:hover .content .text {
  color: white;
}
@media screen and (max-width: 1600px) {
  .productList ul li .content span.h6 {
    font-size: 20px;
  }
  .productList ul li .content .text {
    font-size: 14px;
    line-height: 2;
    height:6em;
  }
}
@media screen and (max-width: 1450px) {
  .productList ul li .content span.h6 {
    font-size: 18px;
  }
  .productList ul li:hover .content {
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}
@media screen and (max-width: 1250px) {
  .productList ul li a.img-box {
    padding: 30px 18%;
  }
  .productList ul li:hover .content,
  .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .productList ul li:hover .content span.h6 {
    color: #120c0b !important;
    border-bottom-color: #ececec !important;
  }
  .productList ul li:hover .content .text {
    color: #120c0b !important;
  }
  .productList ul li {
    padding: 5px;
  }
  .productList ul {
    margin: -5px;
  }
  .productList ul li .content .text {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .productList ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
.product-list-page .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li {
  padding: 35px 6px;
}
.product-list-page .productList ul li .img-box img{
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.product-list-page .productList ul li:hover .content {
  -webkit-transform: translateY(-210%);
  -moz-transform: translateY(-210%);
  -ms-transform: translateY(-210%);
  transform: translateY(-210%);
}
@media screen and (max-width: 1450px) {
  .product-list-page .productList ul li {
    padding: 10px 5px;
  }
  .product-list-page .productList ul {
    margin: -10px -5px;
  }
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #efefef;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .inner-page .m-page {
    margin-top: 50px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .m-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.m-link {
    margin-top: 30px
}
.m-link a {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    display: inline-block
}
.m-link a em {
    color: var(--color)
}
.m-link a:first-child {
    margin-top: 0
}
.more2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 33px;
  height: 45px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  color: black;
}
.more2.white {
  border-color: white;
  color: white;
}
.more2.white:hover {
  background-color: white;
  color: black;
}
.more2:hover {
  background-color: var(--color);
  color: white;
}
.more2 span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.more2 i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.prodet-page {
    padding: 80px 0;
    position: relative;
    z-index: 1
}
.prodet-page .prodet-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.prodet-page .prodet-1 .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.prodet-page .prodet-1 .text .con{
    max-height: 284px;
    overflow-y: auto;
    line-height: 1.8;
}
.prodet-page .prodet-1 .text .in-num {
    color: var(--color)
}
.prodet-page .prodet-1 .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}
.prodet-page .prodet-1 .text .title {
    margin-top: 11px;
    font-weight: 500;
}
.prodet-page .prodet-1 .img {
    text-align: right;
    width: 45%;
    margin-right: auto;
}
.prodet-page .prodet-1 .text .small{
  margin-top: auto;
  width: 100%;
}
.prodet-page .prodet-1 .text ul{
    margin: 0 -10px;
    
}
.prodet-page .prodet-1 .text ul li{
    padding: 0 10px;
}
.prodet-page .prodet-1 .text ul li a{
    display: block;
    border: 1px solid #eee;
    padding: 20px;
}
.prodet-page .prodet-1 .img a {
    display: block;
    border: 1px solid #eee;
    padding: 20px;
}
.prodet-page .prodet-2 {
    padding-top: 1.639%
}
.prodet-page .prodet-2 .ret {
    margin-top: 10px
}
.prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--color);
    border-radius: 0 0 50px;
    color: #fff;
    display: none;
    margin-bottom: 30px
}
.prodet-page .prodet-2 .ret .bt:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}
.prodet-page .prodet-2 .ret .con {
    color: rgba(0,0,0,.6)
}
.prodet-page .prodet-2 .ret .con ul {
    margin: -10px
}
.prodet-page .prodet-2 .ret .con ul li {
    padding: 10px
}
.prodet-page .prodet-2 .ret .con ul li a {
    border: 2px solid #eee;
    display: block
}
.prodet-page .prodet-2 .ret form {
    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
}
.prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 63px;
    margin-bottom: 30px
}
.prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: .6;
    margin-bottom: 20px
}
.prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb
}
.prodet-page .prodet-2 .ret form input[type=submit] {
    background: var(--color);
    color: #fff;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.prodet-page .prodet-2 .ret form input[type=submit]:hover {
    background: #000
}
.prodet-page .prodet-3 .prodet-page1 .prodet-2{
  padding-top: 0;
}
.prodet-page .prodet-3 .prodet-page1.news-d-page .prodet-2 .list{
  margin-top: 0;
}
.prodet-page .prodet-3 {
    margin-top: 89px
}
.prodet-page .prodet-3 .content {
    margin-top: 55px
}
.prodet-page .prodet-3 .content ul {
    margin-right: -42px
}
.prodet-page .prodet-3 .content ul li {
    padding-right: 42px
}
.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    /*border-radius: 0 100px 0 0;*/
    padding: 50px 30px 30px 25px;
    text-align: center
}
.prodet-page .prodet-3 .content ul li .text {
    padding-top: 30px
}
.prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--color)
}
.prodet-page .prodet-3 .content ul li .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0
}
.prodet-page .prodet-3 .content ul li .text .tit {
    font-weight: 500;
    line-height: 1.6;
    font-size: 20px;
    margin-top: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--color)
}
.prodet-page .prodet-3 .content ul li .text .more2 {
    margin-top: 65px
}
.prodet-page .prodet-3 .content ul li .text .more2:hover {
    color: #fff
}
.prodet-page .prodet-3 .content ul li .text .more2:hover i {
    color: #fff
}
.prodet-page .prodet-3 .content ul li .text .more2:hover:after {
    background: #000
}
.prodet-page .opt {
    background-color: #f6f6f6
}
.prodet-page .opt dl {
    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
}
.prodet-page .opt dl dd {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}
.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color)
}
.prodet-page .opt dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0 0 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}
.prodet-page .opt dl dd:hover,.prodet-page .opt dl dd.active {
    color: #fff
}
.prodet-page .opt dl dd:hover:before,.prodet-page .opt dl dd.active:before {
    background: #fff
}
.prodet-page .opt dl dd:hover:after,.prodet-page .opt dl dd.active:after {
    opacity: 1
}
.prodet-page .opt dl dd:last-child {
    margin-right: 0
}
.prodet-page:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    font-weight: 600;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}
@media screen and (max-width: 1680px) {
    .prodet-page .prodet-1 .text {
        width:40%
    }
}
@media screen and (max-width: 1440px) {
    .prodet-page:after {
        font-size:300px;
        top: -20px
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        top: 12%
    }
    .prodet-page .prodet-3 .content ul li .text .more2 {
        margin-top: 30px
    }
}

@media screen and (max-width: 1280px) {
    .prodet-page .opt dl dd {
        padding:0 79px
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page{
      padding: 80px 0;
    }  
    .prodet-page:after {
        font-size:260px
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        width: 41%;
        display: inline-block;
        position: initial
    }
    .prodet-page .prodet-1 .img {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 60px;
    }
    .prodet-page .prodet-1 .img img {
        width: auto
    }
    .prodet-page .prodet-1 .text .img{
      width: auto
    }
    .prodet-page .opt dl dd {
        padding: 0 60px
    }
    .prodet-page .opt dl dd:before {
        left: 30px
    }
    .prodet-page .prodet-3 .content ul {
        margin-right: -20px
    }
    .prodet-page .prodet-3 .content ul li {
        padding-right: 20px
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page:after {
        display:none
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        position: initial;
        width: 100%
    }
    .prodet-page .opt dl dd {
        margin-right: 0;
        padding: 0 20px 0 40px
    }
    .prodet-page .opt dl dd:before {
        left: 15px
    }
    .prodet-page .prodet-3 .content ul li .text .more2 {
        padding-left: 31px
    }
}
@media screen and (max-width: 700px) {
    .prodet-page{
      padding: 60px 0;
    }  
    .prodet-page .prodet-1 .text .title{
      margin-top: 0;
    }
    .prodet-page .prodet-2 .ret form input{
      font-size: 14px;
    }
    .prodet-page .prodet-2 .ret form input[type=submit]{
      height: 40px;
      font-size: 14px;
    }
    .prodet-page .prodet-2 .opt {
        display:none
    }
    .prodet-page .prodet-2 .ret .bt {
        display: block;
        height: 80px;
        line-height: 80px
    }
    .prodet-page .prodet-2 .ret .bt:before {
        top: 30px
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block !important;
        margin-top: 30px
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0
    }
    .prodet-page .prodet-3 {
        margin-top: 30px
    }
    .prodet-page .prodet-3 .opt dl dd {
        padding: 0 104px 0 79px;
        height: 80px;
        line-height: 80px;
        width: 100%
    }
    .prodet-page .prodet-3 .opt dl dd:before {
        top: 30px;
        left: 47px
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
        margin-top:0
    }
    .prodet-page .prodet-3 .opt dl dd,.prodet-page .prodet-2 .ret .bt {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 30px
    }
    .prodet-page .prodet-3 .opt dl dd:before,.prodet-page .prodet-2 .ret .bt:before {
        left: 10px;
        top: 22px;
        width: 14px;
        height: 14px
    }
    .prodet-page .prodet-2 .ret form input {
        width: 100%;
        margin-right: 0
    }
    .prodet-page .prodet-3 .content {
        margin-top: 20px
    }
    .prodet-page .prodet-3 .content ul li .text .more2 {
        padding-left: 20px
    }
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-1 .text .title {
    font-size: 20px;
    font-weight: 900;
  }
}
/*.m-link {
    margin-top: 30px
}
.m-link a {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    display: inline-block
}
.m-link a em {
    color: var(--color)
}
.m-link a:first-child {
    margin-top: 0
}*/
.seo_content {
    padding-top: 5.6771%
}

.seo_content .tag1 {
    color: var(--color);
    font-weight: 600;
    text-transform: uppercase
}

.seo_content .title {
    text-transform: uppercase
}

.seo_content .title small {
    display: block
}

.seo_content .title em {
    color: var(--color)
}

.seo_content .seo_about {
    background-color: #f6f6f6;
    border-radius: 300px 0 0;
    padding: 3.282% 0 3.115%
}

.seo_content .seo_about .con {
    color: rgba(0,0,0,.6);
    padding-right: 57px;
    margin-top: 43px;
    max-height: 467px;
    overflow-y: auto
}

.seo_content .seo_about .con::-webkit-scrollbar {
    width: 6px
}

.seo_content .seo_about .con::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.22)
}

.seo_content .seo_honor {
    padding: 100px 0;
}

.seo_content .seo_honor .content {
    margin-top: 29px
}

.seo_content .seo_honor .content ul {
    margin-right: -25px
}

.seo_content .seo_honor .content ul li {
    padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
    width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0
}

.seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
    display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0
}

.seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 3.834% 0 5.344%
}

.seo_content .seo_news .content {
    margin-top: 61px
}

.seo_content .seo_news .content ul {
    margin-right: -25px
}

.seo_content .seo_news .content ul li {
    padding-right: 25px
}

.seo_content .seo_news .content ul li .img {
    position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0;
    min-height: 200px;
}

.seo_content .seo_news .content ul li .img .img-box img {
    width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0,0,0,.2)
}

.seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: var(--color);
    border-radius: 0 71px 0 0;
    color: #fff;
    padding: 27px 33px 0 14px
}

.seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px
}

.seo_content .seo_news .content ul li .text {
    padding: 24px 30px 0 16px
}

.seo_content .seo_news .content ul li .text .tit {
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
    color: #737373;
    line-height: 1.7;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.seo_content .seo_industry {
    padding-top: 5%
}

.seo_content .seo_industry .con {
    color: rgba(0,0,0,.6);
    margin-top: 41px
}
@media screen and (max-width: 1000px) {
    .seo_content .seo_about {
        border-radius: 0
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}
@media screen and (max-width: 700px) {
    .seo_content .seo_about .con {
        margin-top: 20px;
        padding-right: 20px
    }

    .seo_content .seo_news .content ul {
        margin-right: -10px
    }

    .seo_content .seo_news .content ul li {
        padding-right: 10px
    }

    .seo_content .seo_news .content ul li .text {
        padding: 10px 0 0
    }
    .seo_content .seo_honor{
      padding: 60px 0;
    }
    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 10px
    }
}
@media screen and (max-width: 500px) {

    .seo_content .seo_honor .content {
        margin-top: 10px
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -26px
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 5px
    }

    .seo_content .seo_news .content {
        margin-top: 20px
    }
}
.production-page .production-1 {
  padding: 90px 0;
}
.production-page .production-1 .list {
  margin-top: 90px;
}
.production-page .production-1 .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.production-page .production-1 .list ul li + li {
  margin-top: 100px;
}
.production-page .production-1 .list ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.production-page .production-1 .list ul li:nth-child(even) span {
  right: auto;
  left: 0;
}
.production-page .production-1 .list ul li:nth-child(even) .text {
  margin-left: 0;
  margin-right: -72px;
}
.production-page .production-1 .list ul li:nth-child(even) .text i {
  text-align: right;
  margin-left: auto;
}
.production-page .production-1 .list ul li .text i{
  width: fit-content;
  background-color: var(--color);
  padding: 12px;
  max-width: 72px;
}
.production-page .production-1 .list span {
  font-size: 240px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
}
.production-page .production-1 .list .img {
  width: 55%;
}
.production-page .production-1 .list .img img {
  width: 100%;
}
.production-page .production-1 .list .text {
  width: 45%;
  margin-top: 80px;
  margin-left: -72px;
  z-index: 3;
}
.production-page .production-1 .list .text .mml-text {
  background-color: #f5f5f5;
  padding: 40px 55px;
  min-height: 360px;
}
.production-page .production-1 .list .text .mml-text .content-text span{
  position: unset;
  text-shadow: unset;
  line-height: 1.5;
}
.production-page .production-1 .list h4 {
  /*font-size: 45px;*/
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .production-page .production-1 {
    padding: 60px 0;
  }
  .production-page .production-1 .list ul li {
    display: block;
  }
  .production-page .production-1 .list span {
    display: none;
  }
  .production-page .production-1 .list .img {
    width: 100%;
  }
  .production-page .production-1 .list .text {
    width: 100%;
    margin: 0 !important;
  }
  .production-page .production-1 .list .text i {
    display: none;
  }
  .production-page .production-1 .list .text .mml-text {
    padding: 30px;
    min-height: initial;
  }
  .production-page .production-1 .list h4 {
    /*font-size: 30px;*/
  }
  .production-page .production-1 .list ul li + li {
    margin-top: 60px;
  }
  .production-page .production-1 .list {
    margin-top: 60px;
  }
}
.production-page h4{
  line-height: 1;
}
.production-page .red,
.about-page1 .red{
  color: var(--color);
}
.about-page1 .about-4 {
  padding: 80px 0;
      background: #f9f9f9;
}
.production-page h4,
.production-page .tit2,
.about-page1 .about-4 .tit2{
  font-weight: 600;
}
.about-page1 .about-4 .list ul {
  margin: -30px;
}
.about-page1 .about-4 .list ul li {
  padding: 30px;
}
.about-page1 .about-4 .list .img i {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
}
.about-page1 .about-4 .list .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #000000;
  padding: 18px 25px 15px;
}
.about-page1 .about-4 .list .img .text h4 {
  /*font-size: 33px;*/
  color: #ffffff;
  line-height: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000;
}
.about-page1 .about-4 .list .img:hover i {
  opacity: 1;
}
.about-page1 .about-4 .slick-page {
  margin-top: 80px;
}
.about-page1 .about-4  .bottom-box .arrows .prev,
.about-page1 .about-4  .bottom-box .arrows .next {
  width: 81px;
  height: 81px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.about-page1 .about-4  .bottom-box .arrows .prev i,
.about-page1 .about-4  .bottom-box .arrows .next i {
  font-size: 30px;
}
.about-page1 .about-4  .bottom-box .arrows .prev:hover,
.about-page1 .about-4  .bottom-box .arrows .next:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page1 .about-4  .bottom-box .line {
  width: 44.125%;
  border-bottom: 2px dashed #919191;
}
.about-page1 .about-4  .bottom-box .public-btn1 {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: var(--color);
  border-radius: 31px;
}
.about-page1 .about-4  .bottom-box .public-btn1:hover {
  background-color: #222;
}

@media screen and (max-width: 1200px) {
  .about-page1 .about-4 .list .img .text h4 {
    /*font-size: 36px;*/
  }
  .about-page1 .about-4 .list .img .text {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-4 .fl,
  .about-page1 .about-4 .fr {
    float: none;
  }
  .about-page1 .about-4 .list ul {
    margin: -15px;
  }
  .about-page1 .about-4 .list ul li {
    padding: 15px;
  }
  .about-page1 .about-4  .bottom-box .arrows .prev,
  .about-page1 .about-4  .bottom-box .arrows .next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-4{
    padding: 0 0 60px 0;
  }
  .about-page1 .about-4 .slick-page {
    display: none;
  }
  .about-page1 .about-4  .bottom-box .arrows {
    display: none;
  }
  .about-page1 .about-4  .bottom-box .line {
    display: none;
  }
}
.about-page1 .slick-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page1 .slick-page .arrow_l {
  cursor: pointer;
}
.about-page1 .slick-page .arrow_l::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #000000;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page1 .slick-page .arrow_r {
  cursor: pointer;
}
.about-page1 .slick-page .arrow_r::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #000000;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page1 .slick-page .dots ul li {
  margin: 0 4px;
  display: inline-block;
  width: 13px;
  height: 5px;
  background-color: #000000;
}
.about-page1 .slick-page .dots ul li button {
  display: none;
}
.about-page1 .slick-page .dots ul li.slick-active {
  width: 30px;
  background-color: var(--color);
}
@media screen and (max-width: 700px) {
  .inner-page h2{
    font-size: 22px;
  }
}