@font-face {
  font-family: 'lex';
  src: url(../fonts/LexendDeca-Light.ttf) format('truetype'), url(../fonts/LexendDeca-Light.eot) format('eot'), url(../fonts/LexendDeca-Light.woff) format('woff'), url(../fonts/LexendDeca-Light.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mer';
  src: url(../fonts/Merriweather-Regular.ttf) format('truetype'), url(../fonts/Merriweather-Regular.eot) format('eot'), url(../fonts/Merriweather-Regular.woff) format('woff'), url(../fonts/Merriweather-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --color: #b01f25;
  --primary:#b01f25;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "lex";
  max-width: 1920px;
  margin: 0 auto;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: "mer";
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 1724px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #f7f2ee;
}

.slick-slider {
  display: block!important;
}
#header {
  z-index: 1200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--color);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 165px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  color: var(--color);
  line-height: 54px;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  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;
  margin: 0 auto;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:hover,
#header .ui.menu .menu-box ul.menu > li.active {
  border-color: #fff;
  -webkit-transition: .3s border;
  -moz-transition: .3s border;
  transition: .3s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0px 0;
}
#header .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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  z-index: 99999;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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 .ui.menu .menu-box ul.menu > li ul.sub-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: 15px;
  background: #fff;
  top: 0;
  left: 100%;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #a9292a;
  color: white;
}
#header .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 .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 25px;
  margin-left: 50px;
}
#header .ui.menu .language span {
  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;
  line-height: 2;
}
#header .ui.menu .language span img {
  margin-left: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-right: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .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: .5s;
  -moz-transition: .5s;
  transition: .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;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  width: auto !important;
  height: auto !important;
 word-break: keep-all;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee1d7;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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-right: 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-right: 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;
  left: 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-left: 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-left: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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-right: 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-right: 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{
  margin-top: 90px;
  position: relative;
  z-index: 9;
}
#banner ul.bannerlist li {
  position: relative;
}
#banner ul.bannerlist li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(167, 31, 37, 0.2);
  top: 0;
  z-index: 0;
  display: none;
}
#banner ul.bannerlist li span.play {
    z-index: 999;
    cursor: pointer;
    top: auto;
    left: 25px;
    bottom: 30px;
}
#banner ul.bannerlist li span.play:before,
#banner ul.bannerlist li span.play:after {
  background: rgba(167, 31, 37, 0.5);
}
#banner ul.bannerlist li span.play3 img.s,
#banner ul.bannerlist li span.stop img.p{
 
   display: none;
}
#banner ul.bannerlist li span.play3 img.p,
#banner ul.bannerlist li span.stop img.s{
  display: block;
}
a.more {
  padding: 0 40px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--color);
  font-size: 16px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-family: "mer";
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
span.btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
span.btn.slick-prev {
  left: 0;
}
span.btn.slick-next {
  right: 0;
}
span.btn i {
  color: #000;
  font-size: 36px;
}
#index-body .h3 {
  letter-spacing: 2px;
  color: #151515;
}
#index-body p {
  color: #666;
}
.gxs-1 .main {
  padding: 0 65px;
  position: relative;
}
.gxs-1 .main ul {
  margin: 0 -20px;
}
.gxs-1 .main ul li {
  padding: 0 20px;
}
.gxs-1 .main ul li.odd .item .img-box {
  border-radius: 185px 185px 0px 0;
}
.gxs-1 .main ul li .item .img-box {
  border-radius: 185px 185px 0 0;
}
.gxs-1 .main ul li .item .h4 {
  margin-top: 20px;
}
.gxs-1 .main ul li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-2 {
  background: #eee1d7;
}
.gxs-2 .main .left {
  width: 45%;
  margin-bottom: -5px;
}
.gxs-2 .main .left .img-box {
  width: 100%;
  background-size: cover;
}
.gxs-2 .main .left .img-box img {
  opacity: 1;
}
.gxs-2 .main .right {
  width: 55%;
}
.gxs-2 .main .right p {
  color: #666;
}
.gxs-2 .main .right .main {
  position: relative;
}
.gxs-2 .main .right .main .btn.slick-prev {
  left: -40px;
}
.gxs-2 .main .right .main .btn.slick-next {
  right: -40px;
}
.gxs-2 .main .right .main ul {
  margin: 0 -14px;
}
.gxs-2 .main .right .main ul li {
  padding: 0 14px;
}
.hover-img .ptbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.hover-img .hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hover-img:hover .ptbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.hover-img:hover .hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gxs-3 .top .left {
  left: 50%;
  max-width: 680px;
}
.gxs-3 .main {
  overflow: hidden;
}
.gxs-3 .main ul li img {
  width: 100%;
}
.gxs-3 .main ul li .item.catmagnesiumaluminium-alloy-mould-and-parts-processing-series .btm{
 display: none;
}
.gxs-3 .main ul li:hover .imgs {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100px 0 100px 0;
}
.gxs-3 .main ul li:hover .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-3 .main ul li .imgs {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
}
.gxs-3 .main ul li .h4 {
  color: #666;
}
.gxs-3 .main ul li .h4 a {
  -webkit-transition: 0.3 all;
  -moz-transition: 0.3 all;
  transition: 0.3 all;
}
.gxs-3 .main ul li .btm span.sk {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  margin-left: 20px;
  position: relative;
}
.gxs-3 .main ul li .btm span.sk.active:before {
  opacity: 1;
}
.gxs-3 .main ul li .btm span.sk:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -moz-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  border: 1px solid #808080;
  border-radius: 100%;
  opacity: 0;
}
.gxs-3 .main .swiper-scrollbar {
  position: relative;
  background: #fff;
}
.gxs-3 .main .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
.gxs-4 .ui.container .txt-img {
  position: absolute;
  /*left: 0;*/
  bottom: 30px;
  width: auto;
  max-width: 50%;
}
.gxs-4 .ui.container .left {
  width: 40%;
  max-width: 500px;
}
.gxs-4 .ui.container .right {
  width: 52%;
  position: relative;
}
.gxs-4 .ui.container .right .dec {
  position: absolute;
  width: 50%;
  max-width: 370px;
  border-radius: 130px 0 130px 0;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-65px) translateX(50%);
  -moz-transform: translateY(-65px) translateX(50%);
  -ms-transform: translateY(-65px) translateX(50%);
  transform: translateY(-65px) translateX(50%);
  z-index: 3;
}
.gxs-4 .ui.container .right .dec img{
  width: auto;
}
.gxs-5 .main ul {
  margin: 0 -18px;
}
.gxs-5 .main ul li {
  padding: 0 18px;
}
.gxs-5 .main ul li .item {
  position: relative;
}
.gxs-5 .main ul li .item .text {
  position: absolute;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  top: 120px;
  left: 0;
}
.gxs-5 .main ul li .item .text.white {
  color: #141414;
}
.gxs-5 .main ul li .item .text.white P {
  color: #141414!important;
}
.gxs-5 .main ul li .item .text p {
  max-width: 470px;
}
.gxs-6 ul.list6 {
  margin: 0 -18px;
}
.gxs-6 ul.list6 li {
  padding: 0 18px;
}
.gxs-6 ul.list6 li.odd .img-box img {
  border-radius: 130px 130px 0 0;
}
.gxs-6 ul.list6 li .img-box img {
  border-radius: 130px 130px 0 0;
}
#footer {
  background: #eee1d7;
  position: relative;
  z-index: 3;
}
#footer .form {
  background: #fff;
  border-radius: 10px;
}
#footer .form form {
  height: 80px;
  width: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .form form input[type="text"] {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  padding-right: 10px;
  border: none;
  border-left: 1px solid #999;
}
#footer .form form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
#footer .form form input[type="text"]:-moz-placeholder {
  color: #999;
}
#footer .form form input[type="text"]::-moz-placeholder {
  color: #999;
}
#footer .form form input[type="text"]:-ms-input-placeholder {
  color: #999;
}
#footer .form form input[type="text"]::placeholder {
  color: #999;
}
#footer .form form input[type="submit"] {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: "mer";
  background: var(--color);
  border: none;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .form form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#footer .main {
  color: #666;
}
#footer .main .box {
  display: inline-block;
}
#footer .main .box1 p {
  max-width: 265px;
}
#footer .main .box1 li {
  margin-left: 20px;
  position: relative;
  color: #000;
  /*font-size: 20px;*/
}
#footer .main .box1 li:hover i {
  top: -10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .box1 li i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  top: 0;
}
#footer .main .box1 .ewm {
  position: relative;
}
#footer .main .box1 .ewm:hover #ewm {
  width: 120px;
  height: 120px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .box1 .ewm #ewm {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .box2 ul li {
  margin-bottom: 15px;
}
#footer .main .box2 ul li:hover i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#footer .main .box2 ul li i {
  position: relative;
  top: 5px;
  min-width: 28px;
  margin-left: 10px;
}
#footer .main .box2 ul li i img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .box2 ul li p {
  max-width: 375px;
}
#footer .main .link {
  max-width: 300px;
}
#footer .main .link ul li {
  max-width: 245px;
  margin-bottom: 10px;
}
#footer .main .link a {
  line-height: 1.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .link a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#footer .main .news ul li .h5 {
  max-width: 355px;
  line-height: 1.5625;
  margin-bottom: 10px;
}
#footer .main .news ul li .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main .news ul li .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #b01f25;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--color);
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
#footer .footer-bottom .ui.container .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: #000 !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: #000;
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
@media screen and (max-width: 1800px) {
  .ui.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gxs-4 .ui.container .right .dec{
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 1200px) {
  .gxs-4 .ui.container .txt-img {
    width: 30%;
  }
   .gxs-4 .ui.container .right .dec{
    transform: translateX(-10%);
  }
  #footer .form form input[type="text"]{
    width: 45%;
    margin-bottom: 20px;
  }
  #footer .form form{
    height: auto;
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .gxs-2 .main .left {
    width: 100%;
  }
  .gxs-2 .main .right {
    width: 100%;
  }
  .gxs-4 .ui.container .left {
    width: 100%;
  }
  .gxs-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-4 .ui.container .right img.dec {
    display: none;
  }
  #footer .main .link {
    display: none;
  }
  .gxs-5 .main ul li .item .text {
    top: 10%;
  }
  #footer .form form {
    height: auto;
    padding: 40px;
  }
  #footer .form form input[type="text"] {
    width: 48%;
    margin-bottom: 20px;
    border-left: none;
    border-bottom: 1px solid #999;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
   .gxs-4 .ui.container .right .dec{
    display: none;
  }
  .gxs-4 .ui.container .txt-img{
    display: none;
  }
  #footer .main .box1 .ewm{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -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;
    -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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  #footer .form form {
    height: auto;
    padding: 40px 20px;
  }
  #footer .form form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    border-left: none;
    border-bottom: 1px solid #999;
  }
  .gxs-5 .main ul li{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .gxs-1 .main {
    padding: 0;
  }
  a.more {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-left: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 1%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 77;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: #fff;
  right: 2%;
  bottom: 90px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 77;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}
/*.pro-item * {
  cursor: url('../images/mouse-icon.png') 67 67, auto !important;
}*/



.over-v{
  overflow: visible!important;
}



/*inner css kaishi*/
/*.body-overflow-box.about:before {
  content: '';
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/about-page-3.jpg) center 0 no-repeat;
  background-size: cover;
}*/
/*.body-overflow-box.about{
  background: transparent;
}*/
.baseText {
  color: #818181;
  line-height: 1.9;
}

.inner-banner {
  /*height: 500px;*/
  height: auto!important;
  position: relative;
  margin-top: 90px;
}

.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inner-banner .Tit {
  color: white;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Merriweather;
    
}

.inner-banner .mbx {
  color: white;
}

@media (max-width:1000px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .Tit {
    font-size: 24px;
    line-height: 44px;
  }
}

.fw-600 {
  font-weight: 600;
}

.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left:150px;
  top: 600px;
  width:800px;
  height: 100%;
  background: url(/zj-victor/2025/07/23/aboutlogo.png) no-repeat right top;
}
.about-page .about-1 {
  padding: 120px 0 60px 0;
  background-color: #f7f2ee;
}
.about-page .about-1 .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #e50014;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
  background-color: black;
}
.about-page .about-1 .left {
  position: relative;
  width: 50%;
}
.about-page .about-1 .left .img {
  border-radius: 20px;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  position: relative;
}
.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}
.about-page .about-1 .right .content {
  margin-top: 40px;
  margin-bottom: 75px;
  line-height: 30px;
}
.about-page .about-1 .right .more {
  margin-right: 0;
}
.about-page .about-2 {
  padding:  0 130px;
  background-color: #f7f2ee;
}
.about-page .about-2 .baseTit{
 padding-bottom: 20px;

}

.about-page .about-2 .desc{
 padding-bottom: 60px;
 color: #666;
}

.about-page .about-2 ul {
  margin: 0 0px 0 -0px;
  padding: 0 10px;
}
.about-page .about-2 ul li {
  padding: 0 90px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li .h5 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 600;
}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #818181;
  margin: 31px 0;
  /*min-height: 140px;*/
}
/*.about-page .about-2 ul li:last-child {
  padding-left: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #c51524;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
.about-page .about-3 {
  position: relative;
  /*padding-top: 0%;*/
  background-image: url(/zj-victor/2025/07/28/aboutteam.jpg?imageView2/2/format/webp/q/100);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.about-page .about-3 p{
  line-height: 1.6;
}
.about-page .about-3 .play {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 190px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about-page .about-4 {
  padding: 120px 0;
  background-color: #f7f2ee;
}
.about-page .about-4 .baseTit{
  padding-bottom: 20px;
 
}
.about-page .about-4 .desc{
  padding-bottom: 60px;
 color: #666; 
}

.about-page .about-4 ul {
  margin: -15px;
}
.about-page .about-4 ul li {
  padding: 15px;
}
.about-page .about-4 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  /*-webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);*/
  padding: 75px 30px 0 30px ;
  min-height: 300px;
  background: #ffffff;
  
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  margin: 30px 0 13px;
}
.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}


.about-page .about-4 ul li .box:hover {
  background: #c51524;
  color: white;
  border-radius: 100px 0;
}
.about-page .about-4 ul li .box img {
  transition: .5s ease;
  margin: 0 auto;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: invert(1) brightness(20);
  filter: invert(1) brightness(20);
}
.about-page .about-4 ul li .box:hover .des{
  color: #fff;
}
.about-page .about-5 {
  padding-bottom: 110px;
  background-color: #f7f2ee;
}
.about-page .about-5 ul li {
  position: relative;
}
.about-page .about-5 ul li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
  content: none;
}
.about-page .about-5 ul li:hover .more {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.faq-page {
  background: url(../images/faq-page-bg.jpg) no-repeat right top;
}
.faq-page .faq-1 {
  text-align: center;
  padding: 120px 0 150px;
  margin-top: 84px;
}
.faq-page .faq-1 .mbx {
  font-size: 20px;
  margin: 10px 0 50px;
}
.faq-page .faq-1 form {
  width: 700px;
  height: 70px;
  position: relative;
  margin: auto;
}
.faq-page .faq-1 form input {
  background: black;
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}
.faq-page .faq-1 form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.faq-page .faq-2 {
  padding-bottom: 120px;
}
.faq-page .faq-2 .ui.container {
  padding: 0 150px;
}
.faq-page .faq-2 .box {
  -webkit-box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  padding: 100px 150px;
  background: white;
}
.faq-page .faq-2 ul li {
  border: 1px solid #bfbfbf;
  padding: 18px 15px;
  border-bottom: none;
}
.faq-page .faq-2 ul li .h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-2 ul li .h4 span {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: black;
  color: white;
  position: absolute;
  right: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
/*.faq-page .faq-2 ul li .h4 span::after,
.faq-page .faq-2 ul li .h4 span::before{
  content: "";
  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%);
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}*/
.faq-page .faq-2 ul li .h4 span::before{
  width: 14px;
  height: 2px;
}
.faq-page .faq-2 ul li .h4 span::after{
  width: 2px;
  height: 14px;
}
.faq-page .faq-2 ul li .h4 span i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.faq-page .faq-2 ul li .content {
  display: none;
  margin-top: 25px;
  line-height: 32px;
  color: #909090;
}
.faq-page .faq-2 ul li.active i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 ul li.active .h4 span::before{
  transform: rotate(-45deg) translate(-4px,-4px);
}
.faq-page .faq-2 ul li.active .h4 span::after{
  transform: rotate(-45deg) translate(6px,-4px);
}
.faq-page .faq-2 ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .faq-2 .form {
  margin-top: 95px;
}
.faq-page .faq-2 .form .title {
  margin-bottom: 20px;
  font-weight: 500;
}
.faq-page .faq-2 .form input,
.faq-page .faq-2 .form textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.faq-page .faq-2 .form textarea {
  height: 220px;
  padding: 15px;
}
.faq-page .faq-2 .form .more {
  border: none;
  margin-top: 20px;
  padding: 0 50px;
}
.faq-page .faq-2 .form .more::after {
  z-index: 1;
}
.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  color: #909090;
  padding: 0 10px;
}
.m-page span {
  color: #b01f25;
  position: relative;
  margin-right: 50px;
}
.m-page span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: black;
}


.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-right: 5%;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  left: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: Merriweather;
    
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 18px;
    line-height: 36px;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-right: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: #b01f25;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #eee1d7;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 0%;
}
.sideRight .like-pro.news ul li .txt{
  /*width: 64%;*/
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 53%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  /*padding-right: 20px;*/
}
.sideRight .share {
  margin-bottom: 80px;
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee1d7;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #b01f25;
}
.sideRight .share a:hover {
  background: #b01f25;
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  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%);
}

.m-link {
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-link img {
  vertical-align: baseline;
}
.news-page {
  padding: 120px 0;
}
.news-page .sideLeft ul li {
  padding: 55px 0;
  border-bottom: 1px solid #eee1d7;
}
.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 50%;
  padding-left: 40px;
  vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  background: #b01f25;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
  /*width: 50%;*/
  vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.news-page .sideLeft ul li .content h5 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 13px;
  transition: .5s ease;
}
.news-page .sideLeft ul li .content h5:hover {
  color: #b01f25;
}
.news-page .sideLeft ul li .content .des {
  font-size: 16px;
  line-height: 32px;
  color: #818181;
  margin: 17px 0  45px;
}
.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
  font-weight: 600;
}
.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-right: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.newdet-page .sideLeft .time {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #909090;
  margin: 20px 0 35px;
}
.newdet-page .sideLeft .content {
  margin-bottom: 120px;
  color:#666;
  line-height: 30px;
}
.newdet-page .sideLeft .form {
  margin-top: 100px;
}
.newdet-page .sideLeft .form .title{
  font-weight: 600;
  line-height: 1.6;
}
.newdet-page .sideLeft .form p {
  font-size: 18px;
  line-height: 32px;
  color: #909099;
  margin: 10px 0 35px;
}
.newdet-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #fff;
  font-size: 16px;
}
.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}
.newdet-page .sideLeft .form form ul li button {
  border: none;
}
.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}

.newdet-page .sideLeft .form form ul li input[type="submit"] {
  color: white;
  background-color: #b01f25;
  transition: .5s ease;
}

.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
  background-color: black;
}



.gallery-page{
  padding: 120px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
  text-align: center;
}
.gallery-page ul li h5{
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-right: 65px;
  }
  
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
  .faq-page .faq-2 .box {
    padding: 100px 50px;
  }
  .sideRight {
    padding-right: 40px;
  }
}



@media screen and (max-width: 1200px) {
  
  .about-page .about-1 .right .content {
    margin-bottom: 30px;
  }
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
  .about-page .about-3 {
    padding-top: 40%;
    /*background-image: url(../images/about-bj.jpg);
    background-size: 100% auto;*/
  }
  /*.about-page .about-4 ul li {
    width: 50% !important;
  }*/
  .about-page .about-5 ul li .more {
    white-space: nowrap;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 30px;
  }

  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: relative;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .more {
    margin-right: 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
  
  .faq-page .faq-2 ul li .h4 {
    padding-left: 42px;
  }
  .faq-page .faq-2 ul li .h4 span {
    right: 0;
    top: 0;
  }
  .faq-page .faq-1 form {
    width: 100%;
  }

  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }


}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-page .about-3 {
    padding-top: 70%;
    background-attachment: unset;
  }
  .about-page .about-3 > img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 15px;
  }
  .faq-page .faq-2 .box {
    padding: 50px 15px;
  }
  .font-28 {
    font-size: 20px;
    line-height: 36px;
  }


  .news-page .sideLeft ul li .content h5 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-left: 0;
  }
  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }

 
}





/*
.prodet-page .prodet-2 form {
    max-width: 700px;
    margin: auto;
}*/
.prodet-page.news{
  padding-top: 0;
}
.prodet-page .prodet-2 form ul {
    margin: -10px;
}

.prodet-page .prodet-2 form ul li {
    padding: 10px;
}

.prodet-page .prodet-2 form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.prodet-page .prodet-2 form ul li input,.prodet-page .prodet-2 form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #dcdcdc;
}

.prodet-page .prodet-2 form ul li input[type="submit"] {
  color: white;
  background-color: #e50014;
  transition: .5s ease;
}

.prodet-page .prodet-2 form ul li input[type="submit"]:hover {
  background-color: black;
}

.prodet-page .prodet-2 form ul li.w-100 {
    width: 100%;
}

.prodet-page .prodet-2 form ul li.w-100 textarea {
    padding: 15px;
    height: 200px;
}





.product2-1 {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.product2-1 .left .text {
  max-height: 14.4em;
  overflow-y: auto;
}
/*
.product2-1 .right {
  height: 500px;
}*/
.product2-1 .right > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2-2 {
  background-color: #fff;
  padding: 100px 0 130px;
}
.product2-2 .pro-search input {
  padding: 0 25px;
  font-size: 16px;
  float: left;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
  width: calc(100% - 58px);
  height: 58px;
  border: none;
  background-color: #f5f5f5;
}
.product2-2 .pro-search button {
  float: right;
  width: 58px;
  height: 58px;
  border: none;
  background-color: black;
}

.product2-2 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.product2-2 .list li:not(:last-child) {
  margin-bottom: 0;
}
.product2-2 .list .box {
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}
.product2-2 .list .box .img {
  width: 30%;
  padding: 30px 0;
}
.product2-2 .list .box .text {
  /*padding-right: 30%;*/
  width: 70%;
  align-self: center;
}
.product2-2 .list .box .text > div {
  padding: 30px;
}
.product2-2 .list .box .text .size {
  color: #777777;
}
.product2-2 .list .box .text .size span {
  color: var(--color1);
}

@media (max-width: 1024px) {
  .product2-1 {
    padding: 60px 0;
  }
  .product2-1 .left {
    width: 100%!important;
  }
  .product2-1 .right {
    width: 100%!important;
    padding: 0;
    text-align: left;
    margin-top: 40px;
  }
  .product2-2 {
    padding: 60px 0;
  }
  .product2-2 .fr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .product2-2 .list li {
    width: 100%!important;
  } 
}
@media (max-width: 768px) {
  .product2-2 .list .box {
    display: block;
  }
  .product2-2 .list .box .img {
    float: none;
    width: 100%;
  }
  .product2-2 .list .box .text {
    padding-right: 0;
    width: 100%;
  }
  .product2-2 .list .box .text > div {
    padding: 15px;
  }
}



.quality-1 {
  padding: 120px 0;
}
.quality-1 .left {
  margin-top: 80px;
}
.quality-1 .left .text {
  margin: 20px 0 50px;
    color: #818181;
}
.quality-1 .right .img {
  margin-bottom: 100px;
}
.quality-1 .right ul {
  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;
}
.quality-1 .right li {
  width: auto;
}
.quality-1 .right li.line {
  height: 72px;
  border-left: 1px solid #bcbcbc;
}

.quality-1 .right li .icon i {
  float: left;
}
.quality-1 .right li .num {
  font-size: 60px;
  line-height: 1.2;
}
.quality-1 .right li .num span {
  font-size: 30px;
}
.quality-2 {
  padding: 70px 0;
}
.quality-2 .desc {
  max-width:1500px;
  margin: auto;
  color: #818181;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(176, 31, 37, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 {
  padding: 70px 0;
}


.quality-3 .left .arrows {
  margin-top: 30px;
  margin-left: 0;
  position: relative;
}
.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-3 .left .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 .right {
  margin-top: 0px;
}

.quality-page .honor-1 p.fr {
  width: 50%;
  color: #777777;
  padding-top: 19px;
}
@media (max-width: 1470px) {
  .quality-3 .left .content {
    padding: 60px;
  }
  .quality-3 .right {
    margin-top: 60px;
  }
}
@media (max-width: 1240px) {
  .quality-1 .right li .num {
    font-size: 40px;
  }
  .quality-1 .right li .num span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .quality-1 {
    padding: 60px 0;
  }
  .quality-1 .left {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .left .text {
    margin: 20px 0 40px;
  }
  .quality-1 .right {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .img {
    display: none;
  }
  .quality-2 {
    padding: 35px 0;
  }
  .quality-3 {
    padding: 35px 0;
  }
  .quality-3 .left {
    width: 100%!important;
  }
  .quality-3 .left .arrows {
    display: none;
  }
  .quality-3 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3 .left .content::before {
    right: 0;
  }
  .quality-3 .left .content {
    padding: 30px;
  }

  .quality-page .honor-1 p.fr {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality-1 .right li .num {
    font-size: 36px;
  }
}





.innovation-2 {
  padding: 120px 0;
}
.innovation-2 .box {
  background: url(../images/innovation-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 110px 75px 150px;
}
.innovation-2 .box .left {
  max-width: 700px;
  line-height: 1.8;
}

@media (max-width: 1240px) {
  .innovation-2 .box {
    padding: 100px 50px;
  }
}

@media (max-width: 1024px) {
  .innovation-2 {
    padding: 60px 0;
  }
  .innovation-2 .box {
    padding: 60px 25px;
  }
}





.lab-2 {
  padding: 100px 0;
}
.lab-2 .box {
  padding: 80px 15px 70px;
  background-color: #f5f5f5;
}
.lab-2 .Tit {
  color: var(--color1);
}
.lab-2 .text {
  max-width: 800px;
  margin: 30px auto 60px;
}
.lab-2 .rz {
  width: 80%;
  margin: auto;
}

.lab-2 .rz .slick-track {
  display: flex;
  align-items: center;
}

.lab-2 .rz ul {
  margin: 15px
}

.lab-2 .rz li {
  padding: 15px;
}

.lab-3 ul {
  margin: -15px -5px;
}

.lab-3 ul li {
  padding: 15px 10px;
}
.lab-3 ul li .name {
  font-weight: 500;
  min-height: 4em;
}

.lab-5 {
  padding: 100px 0 200px;
  background-color: #f5f5f5;
}
.lab-5 .left .images {
  position: relative;
  margin-left: 66px;
}
.lab-5 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  transition: .5s ease;
}
.lab-5 .left .images .img img {
  opacity: .3;
  transition: .5s ease;
}
.lab-5 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;  
}
.lab-5 .left .images .img.img_2 img {
  opacity: .6;
}
.lab-5 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.lab-5 .left .images .img.img_1 img {
  opacity: 1;
}

.lab-5 .right ul {
  margin-top: 40px;
}
.lab-5 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.lab-5 .right li:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.lab-5 .right li .name {
  margin: 10px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.lab-5 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.lab-5 .right li .text p {
  min-height: 4.5em;
  color: #818181;
}
.lab-5 .right li.active .name {
  color: var(--color1);
}

@media (max-width: 1240px) {
  .lab-5 .left {
    padding: 0;
  }
  .lab-5 .right {
    margin-top: 0;
  }
  .lab-5 .right ul {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .lab-2 {
    padding-top: 60px;
  }

  .lab-5 {
    padding: 60px 0;
  }
  .lab-5 .left {
    display: none;
  }
  .lab-5 .right {
    width: 100%!important;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .lab-2 .box {
    padding: 60px 15px;
  }
  .lab-2 .text {
    margin: 30px auto;
  }
  .lab-2 .rz {
    width: 100%;
  }

  .lab-5 .right li .name {
    margin: 10px 0;
  }
  .lab-5 .right li {
    padding-bottom: 10px;
  }
  .lab-5 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}









.cus-page .cus-1 {
  padding: 100px 60px;
}
.cus-page .cus-1 .cusBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #e50014;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .cusBtn:hover {
  background-color: black;
}
.cus-page .cus-1 .box {
  margin: -25px;
}
.cus-page .cus-1 .left {
  padding: 25px;
}
.cus-page .cus-1 .right {
  padding: 25px;
}
.cus-page .cus-1 .right .info {
  margin-top: 30px;
}
.cus-page .cus-1 .right .info li {
  overflow: hidden;
}
.cus-page .cus-1 .right .info .name {
  line-height: 60px;
  overflow: hidden;
  margin: 15px 0;
}
.cus-page .cus-1 .right .info .name .icon {
  font-size: 0;
}
.cus-page .cus-1 .right .info .name .icon img {
  vertical-align: middle;
}
.cus-page .cus-1 .right .info .name .p {
  padding-right: 60px;
  padding-left: 25px;
  line-height: 30px;
  margin-top: 14px;
}
.cus-page .cus-1 .right .info .name i {
  float: right;
  margin-top: 18px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .right .info .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-1 .right .info .content {
  background-color: #f5f5f5;
  padding: 25px;
}
.cus-page .cus-1 .list {
  margin-top: 120px;
}
.cus-page .cus-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.cus-page .cus-1 .list li {
  padding: 10px;
}
.cus-page .cus-1 .list li > div {
  height: 100%;
}
.cus-page .cus-1 .list li > div .icon img{
  margin-right: auto;
  margin-left: auto;
}
.cus-page .cus-1 .list li > div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #f5f5f5;
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.cus-page .cus-1 .list li > div:hover .content {
  opacity: 1;
}

@media (max-width: 1300px) {
  .cus-page .cus-1 .list li {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .cus-page .cus-1 {
    padding: 60px 0;
  }
  .cus-page .cus-1 .box {
    margin: -15px;
  }
  .cus-page .cus-1 .left {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .cus-page .cus-1 .right {
    width: 100%;
    padding: 15px;
  }
  .cus-page .cus-1 .list {
    margin-top: 40px;
  }

  .support-1 .list li {
    width: 50%!important;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-1 .list li {
    width: 50%;
  }

  .cus-page .cus-1 .list li > div .content {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  .cus-page .cus-1 .list li {
    width: 100%;
  }

  .support-1 .list li {
    width: 100%!important;
  }
}



.support-1 {
  padding: 100px 0 60px 0;
  overflow: hidden;
}
.support-1 .desc {
  max-width: 1200px;
  margin: auto;
}
.support-1 .list ul {
  margin-left: -35px;
}
.support-1 .list li {
  padding-left: 35px;
  margin-bottom: 35px;
}
.support-1 .list .box {
  position: relative;
  overflow: hidden;
}
.support-1 .list .box .text {
  background-color: #fff;
  padding: 0 20px 40px;
  height: 300px;
}
.support-1 .list .box .text i {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -50px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
  vertical-align: middle;
}
.support-1 .list .box .text p {
  color: #818181;
}


@media (max-width: 1024px) {
  .support-1 {
    padding: 60px 0;
  }
}





.custom-page .init-4 {
  padding: 80px 0 120px;
}
.custom-page .init-4 .container .tips_title em {
    display: block;
    font-weight: 700;
}

.custom-page .init-4 .container .form form {
    position: relative;
    margin-top: 30px;
    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;
}

.custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
    margin-top: 14px;
    line-height: 28px;
    font-size: 14px;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.custom-page .init-4 .container .form form .file_input {
    margin-top: 14px;
    height: 48px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.custom-page .init-4 .container .form form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.custom-page .init-4 .container .form form .file_input span {
    width: 100%;
    display: block;
    padding-left: 50px;
}

.custom-page .init-4 .container .form form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.custom-page .init-4 .container .form form .content {
    width: 100%;
}

.custom-page .init-4 .container .form form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.custom-page .init-4 .container .form form .submit_btn {
    width: 220px;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 500;
    background-color: #e50014;
    border: #e50014 solid 1px;
    color: #fff;
    cursor: pointer;
    margin-right: auto;
    transition: .5s;
}

.custom-page .init-4 .container .form form .submit_btn:hover {
    color: #e50014;
    background-color: #fff;
}


@media (max-width: 1000px) {
  .custom-page .init-4 .container .form form .tips {
      position: relative;
      bottom: 0;
      margin-top: 14px;
  }

  .custom-page .init-4 .container .form form .submit_btn {
      margin-top: 14px;
      margin-right: 0;
      max-width: 100%;
      width: 100%;
      display: block;
  }
}

@media (max-width: 700px) {

    .custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
        width: 100%;
    }

    .custom-page .init-4 .container .form form .file_input {
        width: 100%;
    }
}




.sustainability-1 {
  padding: 120px 0;
}
.sustainability-1 .Tit {
  background: url(../images/sustainability-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
    padding: 150px 30px;
    font-size: 40px;
}
.sustainability-1 .text {
    color: #818181;
  max-width: 1100px;
  margin: auto;
}
.sustainability-2 {
  padding: 90px 0;
  background-color: #f5f5f5;
}
.sustainability-2 .left {
  width: 60%;
  vertical-align: middle;
}
.sustainability-2 .right {
  width: 40%;
  vertical-align: middle;
}
.sustainability-3 {
  padding: 130px 0;
}
.sustainability-3 .list {
  margin-top: 70px;
}
.sustainability-3 .list li:not(:last-child) {
  margin-bottom: 80px;
}
.sustainability-3 .list li:nth-child(even) .box {
  -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;
}
.sustainability-3 .list li:nth-child(even) .box .right {
  padding-right: 0;
  padding-left: 80px;
}
.sustainability-3 .list .box {
  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;
}
.sustainability-3 .list .box .right {
  padding-right: 80px;
}
.sustainability-3 .list .box .right .text {
  color: #818181;
}
@media (max-width: 1024px) {
  .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-1 .Tit {
    padding: 90px 30px;
  }
  .sustainability-2 {
    padding: 60px 0;
  }
  .sustainability-2 .left {
    width: 100%;
  }
  .sustainability-2 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-3 .list .box .right {
    padding-right: 40px;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-left: 40px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sustainability-3 .list .box {
    display: block;
  }
  .sustainability-3 .list .box .left {
    width: 100%;
  }
  .sustainability-3 .list .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 40px;
  }
}






.honor-1 {
  padding: 100px 0;
}
.honor-1 ul {
  margin: -25px;
}
.honor-1 li {
  padding: 25px;
}
.honor-1 li .box {
  padding: 20px;
  height:200px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
  padding-left: 40px;
}
.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.honor-1 li .box:hover {
  background-color: black;
}
.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
  opacity: 1;
}


@media (max-width: 1470px) {
  .honor-1 ul {
    margin: -15px;
  }
  .honor-1 li {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .honor-1 {
    padding: 60px 0;
  }
  .honor-1 li {
    width: 100%!important;
  }
  .honor-1 li .box .text {
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .honor-1 li .box {
    display: block;
    text-align: center;
  }
  .honor-1 li .box .img {
    margin-bottom: 15px;
  }
  .honor-1 li .box .text {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  .honor-1 li .box {
    background-color: var(--color1);
  }
  .honor-1 li .box .text .name {
    color: #FFFFFF;
  }
  .honor-1 li .box .text .desc {
    color: #FFFFFF;
  }
}



.more_cont {
  position: relative;
  background-color: #245e3e;
  color: #fff;
  overflow: hidden;
}
.more_cont span,
.more_cont img,
.more_cont div {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.more_cont:hover {
  color: #245e3e;
}
.more_cont:hover::before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


.factory-page .init-1 {
  padding: 120px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 1010px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 50px;
  background-color: #e50014;
  border: 1px solid #e50014;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #e50014;
}
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 20%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #e50014;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 20%;
}
.factory-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #e50014;
}
.factory-page .init-2 .container .list .des {
  color: #818181;
  font-size: 20px;
  line-height: 36px;
  width: 800px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}


@media (max-width: 1500px) {
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}

@media (max-width: 1250px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 1000px) {
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}


@media (max-width: 700px) {
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}

@media (max-width: 500px) {
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-left: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}





/* mask */
#mask {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
}

#mask .slick-track {
  margin-right: 0;
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}

#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

#mask .mask-inner .item{
  width: 60%;
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}

#mask .mask-inner .item .box{
  padding: 40px;
  background-color: white;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}

#mask .mask-inner .item .box .left{
  padding: 20px;
}
#mask .mask-inner .item .box .left ul.mask-big-slick{
  box-shadow: 0 0 10px #ccc;
}
#mask .mask-inner .item .box .right{
  padding: 20px;
}

#mask .mask-inner .item .box .right .content {
  /*max-height: 15em;*/
  overflow-y: auto;
}

#mask .mask-inner .item .box .right .content table tbody {
  min-width: auto;
}

#mask .mask-inner .item .box .right .small-slick{
  margin: -15px;
	overflow-y: auto;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#mask .mask-inner .item .box .right ul.mask-small-slick .slick-current li img{
  box-shadow: 0 0 15px #ccc;
}

#mask .mask-inner .item .box .right ul.mask-small-slick li{
  padding: 15px;
}


#mask .mask-inner .item .box .right .social-links a {
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
}
#mask .mask-inner .item .box .right .social-links a + a {
  margin-right: 15px;
}

#mask .mask-inner .item .box .right .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #e50014;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

#mask .mask-inner .item .box .right .aboutBtn:hover {
  background-color: black;
}

@media screen and (max-width: 1000px) {
  #mask .mask-inner .item {
    width: 80%;
  }

  #mask .mask-inner .item .box .right .name{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #mask .mask-close{
    right: 0;
    top: 0;
  }
  #mask .mask-inner .item .box{
    padding: 0;
  }
  #mask .mask-inner .item .box .left{
    width: 100%!important;
  }
  #mask .mask-inner .item .box .right{
    width: 100%!important;
  }
  #mask .mask-inner .item .box .right .name{
    font-size: 20px;
  }

  #mask .mask-inner .item .box .right .content{
    max-height: 9em;
  }
}


.fix-tool {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.fix-tool .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width:1000px) {
  .fix-tool {
    width: 90%;
  }
}

/*part 2*/


.product-page {
  padding: 120px 0 125px;
}
.product-page .sidebox .sideleft .top h1 {
  font-size: 32px;
  line-height: 1.2;
  padding-left: 8px;
   
}
.product-page .sidebox .sideleft .top .desc{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  color: #83827F;
  max-height: 260px;
  overflow-y: auto;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: #b01f25;
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  /*margin: 60px 0;*/
}
.product-page .sidebox .sideleft .list ul {
  margin: 0 -30px -35px 0;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 0 30px 35px 0;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  font-size: 14px;
  line-height: 2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
  padding-top: 25px;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.8;
  min-height: 5rem!important;
}
.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.haha {
  margin-bottom: 40px;
}
.zhishi{
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
   
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
 
  .inner-page .sidebox .sideright {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }
  .product-page .sidebox .sideleft .top h1{
    font-size: 20px;
    line-height: 36px;
    padding-left: 8px;
     
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul {
    margin: 0 -25px -25px 0;
  }
  .product-page .sidebox .sideleft .list ul li {
    padding: 0 15px 25px 0;
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  #cp-Nav {
    display: block;
    margin-top: 30px;
  }
  #cp-Nav .nav {
    padding: 0px;
  }
  #cp-Nav .nav h3.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 8px 10px;
    background: #b01f25;
    border-radius: 5px;
    color: #fff;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 23;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 30;
    font-size: 16px;
    line-height: 30px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
  }
  .haha {
    display: none;
  }
}
.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-right: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 30px;
   
}
.prodet-page .prodet-1 .text .con {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: #b01f25;
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-left: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-left: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  height: 175px;
  background: #fff;
  line-height: 175px;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: transparent;
  border-top-color: #181818;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: bold;
   
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: #b01f25;
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  line-height: 2;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 0px 38px 0px;
}
.prodet-page .prodet-3 {
  padding-top: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 55px;
   
}
.prodet-page .prodet-3 .content ul {
  margin-left: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-left: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}*/
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 1.8;
  min-height: 2rem;
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-right: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-left: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-left: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}


.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 24px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #c51524;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: #b01f25;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #ede1d7;
  text-align: center;
  /*line-height: 67px;*/
  transition: 500ms ease;
  display:flex;
  justify-content: center;
  align-items: center;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #c51524;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  /*display: none;*/
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}


.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #b01f25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 0px 30px 0px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-left: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 26px;
  font-size: 14px;
  line-height: 2;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .left form ul li a.more{
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom:0; 
}
.contact-page .contact-1 .right {
  padding-right: 7.65%;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #83827F;
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;

  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li:nth-child(1) i{
  font-size: 29px;
} 
.contact-page .contact-1 .right .list ul li:nth-child(2) i{
  font-size: 20px;
} 
.contact-page .contact-1 .right .list ul li:nth-child(3) i{
  font-size: 24px;
} 
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-right: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-right: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .yejiao {
    display: none!important;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.service-page {
  padding: 120px 0 125px;
}
.service-page .service-1 {
  padding-bottom: 120px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  font-size: 56px;
  line-height: 1.2;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.service-page .service-1 #index-body .about .top .text .btn .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .content {
  margin-top: 45px;
}
.service-page .service-2 .content ul {
  margin-left: -30px;
}
.service-page .service-2 .content ul li {
  padding-left: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 0%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 44px;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #b01f25;
  border-color: #b01f25;
}
.service-page #index-body .init1 h3 {
  width: 46%;
   
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-left: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-right: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-left: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-left: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-left 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-left 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-left 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-left, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-left: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-left 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-left 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-left 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 100px;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 50px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 46px;
  }
  #index-body .about .top .text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-left: 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-left: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-left: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-left: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .service-page .service-2 .content ul li .ig .text p {
    font-size: 15px;
  }
  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .service-1 #index-body .about .top .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-left: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.service-page #index-body .about{
  background: transparent;
}
.service-page #index-body .about::after{
  display: none;
}
@media (max-width: 769px) {
    .service-page .qr-list ul li .box .img,
  .service-page .qr-list ul li .box .text{
    width:100%!important;
    padding:0!important;
  }
  .service-page .qr-list ul li .box .text h3{
    margin-top: 15px;
    font-size: 24px!important;
  }

}

.service-page .qr-list ul {
  margin: -30px;
}
.service-page .qr-list ul li {
  padding: 30px;
}
.service-page .qr-list ul li .box {
  padding: 45px 50px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-right: 103px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
   
}
.service-page .qr-list ul li .box .text .con{
  font-size: 18px;
  color: #131313;
  line-height: 1.8;
}
.service-page .qr-list ul li .box .text .con strong{
  font-weight: bold;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}

.inner-page span.tag {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #181818;
  font-weight: bold;
}
.inner-page h2.title {
  font-size: 42px;
  line-height: 1.5;
  color: #181818;
  margin-top: 16px;

}

.inner-page .sidebox .sideleft {
  width: 73%;
  padding-left: 30px;
}
.inner-page .sidebox .sideright {
  width: 27%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 40px 30px;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: Merriweather
   
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 2;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: #b01f25;
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: #b01f25;
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: #b01f25;
}


#productdetail-page .container .cont_1 .right .wwww{
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
#productdetail-page .container .cont_1 {
  padding: 130px 0;
  display: flex;
  justify-content: space-between;
}
#productdetail-page .container .cont_1 .left {
  width: 48%;
  overflow: hidden;
  max-width: 800px;
}
#productdetail-page .container .cont_1.testing .left{
  padding-right: 10%;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide{
  background: #fdf7f0;
  border: 1px solid #e6e6e6;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
  margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
  /*height: 220px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf7f0;
  border: 1px solid #e6e6e6;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
  max-width: 100%;
}
#productdetail-page .container .cont_1 .right {
  width: 48%;
}
#productdetail-page .container .cont_1 .right .title {
  font-size: 36px;
  line-height: 1.4;
   
  
}
#productdetail-page .container .cont_1 .right .des {
  margin-top: 30px;
  
  font-size: 18px;
  line-height: 2;
  color: #333;
  position: relative;
  padding-right: 70px;
  font-weight: bold;
}
#productdetail-page .container .cont_1 .right .des::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: #b01f25;
}
#productdetail-page .container .cont_1 .right .btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_1 .right .btn a {
  background-color: #b01f25;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#productdetail-page .container .cont_1 .right .btn a:first-child {
  cursor: inherit;
}
#productdetail-page .container .cont_1 .right .btn a:last-child {
  margin-right: 30px;
}
#productdetail-page .container .cont_1 .right .content {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
#productdetail-page .container .cont_1 .right .content table{
  width: 100%;
  border: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td{
  padding: 10px
}
#productdetail-page .container .cont_1 .right .content .list {
  display: flex;
  justify-content: center;  
  font-size: 18px;
  color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
  width: 50%;
  padding: 20px 35px;
  border-bottom: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
  border-right: #c1775b solid 1px;
}
#productdetail-page .container .cont_2 {
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
  line-height: 1.8;
  font-size: 50px;
  margin-right: 25px;
}
#productdetail-page .container .cont_2 .swiper {
  position: relative;
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  color: #d3974d;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 300px;
  background-color: #fbf6f0;
  overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
  position: absolute;
  right: -50px;
  top: 180px;
  width: 28px;
  height: 30px;
  background-color: #b01f25;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
  left: -50px;
}
#productdetail-page .container .cont_3 {
  margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
  font-size: 50px;
  margin-right: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
  margin-top: 20px;
  border: #b01f25 solid 1px;
  padding: 10px 20px;
  width: 48%;
  
  font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
  width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
  border:#b01f25 solid 1px;
  width: 100%;
  
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
  padding: 10px 40px;
  
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 35px;
}
#productdetail-page .container .cont_4 {
  margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
  margin-right: 25px;  
  font-size: 50px;
  line-height: 1.5;
}
#productdetail-page .container .cont_5{
  padding-bottom: 130px;
}
#productdetail-page .container .cont_5 .title{
  width: 325px;
  height: 60px;
  background: #b01f25;
  color: #fff;
  font-size: 24px;
  
  text-align: center;
  line-height: 60px;
}
#productdetail-page .container .cont_5 .content{
  width: 100%;
  margin-top: 35px;
  line-height: 32px;
  font-size: 18px;
  overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table{
  width: 100%;
  border: #deb7a6 solid 1px;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td{
  background: #fbf6f0;
}
#productdetail-page .container .cont_5 .content table td{
  padding: 20px;
}
@media (max-width: 1360px) {
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_1 {
    padding: 60px 0;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 90%;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .www{
    width: 100% !important;
  }  
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 13vw;
    left: 0;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    right: 0;
    top: 13vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 23vw;
  }
}
@media screen and (max-width: 1000px){
  #productdetail-page .container .cont_1 .right .des,
  c {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #productdetail-page .container .cont_5 .content{
    margin-bottom: -40px;
  }
  #productdetail-page .container .cont_1 .right .content {
    font-size: 14px !important;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .content{
    max-height: 200px;
    overflow-y: auto;
  }
}
@media (max-width: 769px) {
   #productdetail-page .container .cont_1 {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_1 .left {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    margin-top: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev,
  #productdetail-page .container .cont_2 .swiper .next {
    width: 20px;
    height: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .prev span,
  #productdetail-page .container .cont_2 .swiper .next span {
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    font-size: 20px;
    margin-right: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_3 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_3 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_3 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_3 .title .text {
    font-size: 20px;
    margin-right: 15px;
  }
  #productdetail-page .container .cont_4 {
    margin-top: 60px;
  }
  #productdetail-page .container .cont_4 .title {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_4 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_4 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_4 .title .text {
    font-size: 20px;
    margin-right: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_5 .title{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 240px;
  }
  #productdetail-page .container .cont_5 .content{
    margin-top: 20px;
  }
  .service-page .qr-list ul li .box .img,
  .service-page .qr-list ul li .box .text{
    width:100%!important;
    padding:0!important;
  }
  .service-page .qr-list ul li .box .text h3{
    margin-top: 15px;
    font-size: 24px!important;
  }
}
@media (max-width: 414px) {
   #productdetail-page .container .cont_1 {
    padding: 20px 0;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
    line-height: 36px!important;
  }
  #productdetail-page .container .cont_1 .right .des {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .btn {
    margin-top: 10px;
  }
  #productdetail-page .container .cont_1 .right .btn a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .btn a:last-child {
    margin-right: 15px;
  }
  #productdetail-page .container .cont_1 .right .content {
    margin-top: 10px;
    overflow: auto;
    font-size: 14px;
    line-height: 28px;
  }
#productdetail-page .container .cont_1 .right .content table td{
  padding: 5px;
}
  #productdetail-page .container .cont_1 .right .content .list {
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .content .list div {
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_1 .left {
    width: 100%;
  }
  /*#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 50vw;
  }*/
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 85%;
  }
  #productdetail-page .container .cont_2 .swiper {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    top: 35vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 35vw;
  }
  #productdetail-page .container .cont_3 .form_1 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_3 .form_1 input {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }
  #productdetail-page .container .cont_3 .form_1 textarea {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_3 .form_1 .submit_btn {
    margin-top: 20px;
    padding: 3px 10px;
    font-size: 13px;
  }
  #productdetail-page .container .cont_4 {
    margin: 40px 0;
  }
  #productdetail-page .container .cont_4 .title {
    justify-content: center;
    text-align: center;
  }
  #productdetail-page .container .cont_5 .title{
    font-size: 14px;
    line-height: 2;
    width: 180px;
  }
  #productdetail-page .container .cont_5 .content{
    font-size: 14px;
  }
  #productdetail-page .container .cont_5 .content table td{
    padding: 5px;
  }
}

 .btm ul li span{
  transition: 0.3s all;
}
 .btm ul li:hover span{
  transition: 0.3s all;
  color: var(--color);
}



.history-page {
  background: #f7f2ee;
}
.history-page .left {
  width: 40%;
  padding-left: 5%;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  margin-bottom: 120px;
}
.history-page .left .dots p {
  margin-top: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:#666;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-left: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
  color:#666;
}
.history-page .right {
  width: 60%;
  padding-bottom: 120px;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 1.23333333em;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 2.46666667em;
  height: 2.46666667em;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 2.33333333em;
  position: relative;
  z-index: 3;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.history-page .right .list ul li .content:hover {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.history-page .right .list ul li .content .area {
  padding: 5% 8%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 160px;
  overflow: auto;
  color: #666;
}
.history-page .right .list ul li .content .area span.h6 {
  line-height: 1;
  color: #333;
}
.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-left: .3em;
    
  font-weight: 500;
  font-family: Merriweather;
}
.history-page .right .list ul li .content .img {
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li .content .img img{
  width: 100%;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}

@media screen and (max-width: 1000px) {
  .history-page .left {
    position: static;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
   .inner-page .sidebox .sideleft {
    width: 100%;
    padding-left: 0;
  }

}
@media screen and (max-width: 700px) {
 .about-page .about-1 .btm .data li{
    width:50%;
    margin-bottom: 20px;
  }
  .history-page .right .list ul li:hover .content{
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .history-page .right .list ul li i {
    margin-left: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
  .about-page .about-1 .btm .data li{
    width:100%;
  }
  .about-page .about-3{
    padding-top: 30%;
  }
}
.quality-3 .main ul{
  margin: 0 -26px;
}
.quality-3 .main ul li{
  padding:  0 26px;
}
.quality-3 .main ul li .img-box{
  transition: 0.3s all;
}
.quality-3 .main ul li .img-box .hoverbox{
  position: absolute;
  color: #fff;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.quality-3 .main ul li .img-box .hoverbox p{
  width: 75%;
}
.quality-3 .main ul li:hover .img-box .hoverbox{
  transition: 0.3s all;
  top: 0;
}
.quality-3 .main ul li:hover .img-box{
  border-radius: 100px 0 100px 0;
}
.cus-page .cus-1.pd0{
  padding: 0;
}


#cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .seoPublic .title {
        font-size: 48px;
        font-weight: 500;
        line-height: 1.4;
        /*margin-bottom: 1.5em;*/
            letter-spacing: 2px;
    color: #151515;
    font-family: Merriweather;
    }
.seoPublic .Auxil-news .title{
  margin-bottom: 40px;
}
    .seoPublic > div {
        padding: 120px 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;

    }

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

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

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
    }

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
    .colorbox span.sk{
      
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
      }


 .colorbox span.sk.active:before {
  opacity: 1;
}
 .colorbox span.sk:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -moz-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  border: 1px solid #808080;
  border-radius: 100%;
  opacity: 0;
}

.cont_5 ul.shoulist{
  margin: 0 -15px;
} 
.cont_5 ul.shoulist li{
  padding: 0 15px;
}
.cont_5 ul.shoulist li img{
  transition: 0.5s all;
  border-radius: 0px;
}
.cont_5 ul.shoulist li:hover img{
  transition: 0.3s all;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
}
#productdetail-page .container .cont_5 .content.noscoller{
  overflow: hidden;
}


.gxs-5 .main ul li .item .text{
  text-align: left;
}
.gxs-5 .main ul li .item .text p{
  margin-left: 0;
  margin-right: auto;
}


@media screen and (max-width: 1000px) {
    .inner-banner{
      margin-top: 40px;
    }
  }
 @media screen and (max-width: 500px) {
  .inner-banner>img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
 }
span.btn{
  z-index: 9;
}
 form input[type="text"], form textarea{
   text-align: right;
   direction: ltr;
 }
 .m-page{
   direction: ltr;
 }


#banner{
  z-index: 9;
}

.dltr{
  direction: ltr;
  text-align: right;
}