@font-face {
  font-family: 'jlwmy';
  src: url('../fonts/AktivGroteskEx.eot');
  src: url('../fonts/AktivGroteskEx.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx.woff2') format('woff2'), url('../fonts/AktivGroteskEx.woff') format('woff'), url('../fonts/AktivGroteskEx.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'jlwmy';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "jlwmy";
  max-width: 1920px;
  --color: #fd850b;
  --white: #f5f5f5;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1810px;
}
.ui.container {
  max-width: 1350px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-color: #ebebeb;
  border-radius: 10px;
  height: 80px;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .menu-box > div {
  height: 100%;
}
#header .nav .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  line-height: 32px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .h-search {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .inqBtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .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;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
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;
  line-height: 36px;
  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;
font-size: 20px;
line-height: 36px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .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-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.liyidianba{
line-height: 2;
}
.shouye h1{
  display: inline;
}
.xinwenchanp{
  min-height: 4.5em;
}
.syxinwenjj{
  min-height: 5em;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #cp-Nav .nav div.title{
    line-height: 32px;
  }
  #cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 30px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding-top: 800px;
  border-radius: 10px;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71%;
  z-index: 1;
}
#banner .mask {
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
  border-radius: 0 50px 0 0;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .mask::before,
#banner .mask::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/mask.png) no-repeat center;
  background-size: contain;
}
#banner .mask::after {
  left: 100%;
  bottom: 0;
}
#banner .mask.mask1 {
  width: 65%;
  height: 40%;
}
#banner .mask.mask1::before {
  left: 0;
  bottom: 100%;
}
#banner .mask.mask2 {
  top: 40%;
  height: 60%;
}
#banner .mask.mask2::before {
  display: none;
}
.baseBtn {
  display: inline-block;
  height: 55px;
  line-height: 60px;
  padding: 0 28px;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 10px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.baseBtn::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 38px;
  height: 38px;
  background-color: #ffba74;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out, border-radius 0.2s 0.2s ease-in-out;
  -moz-transition: 0.3s ease-in-out, border-radius 0.2s 0.2s ease-in-out;
  transition: 0.3s ease-in-out, border-radius 0.2s 0.2s ease-in-out;
}
.baseBtn span {
  position: relative;
}
.baseBtn:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
}
.baseTit {
  line-height: 1.2;
}
.baseTag {
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
.baseTag.white-bg > div {
  background-color: #FFFFFF;
}
.baseTag > div {
  height: 100%;
  display: inline-block;
  color: var(--color);
  background-color: #ffedda;
  border-radius: 10px;
}
.baseTag i {
  display: inline-block;
  vertical-align: middle;
}
.baseTag i img {
  vertical-align: middle;
}
.baseTag span {
  display: inline-block;
  vertical-align: top;
  line-height: 57px;
}
.home-1 .left > div {
  height: 100%;
  border-radius: 10px;
}
.home-1 .left > div:first-child {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.home-1 .right .text {
  line-height: 1.8;
}
.home-1 .right .videoBox {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
}
.home-1 .right .videoBox .desc {
  line-height: 2;
  min-height: 8em;
}
.home-2 {
  background-color: #ffedda;
}
.home-2 .list li .box {
  background-color: #ffba74;
  padding: 32px 38px;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-2 .list li .box .icon i {
  max-width: 53%;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-2 .list li .box .icon i img {
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .list li .box .img > div {
  margin-top: -32px;
  margin-right: -38px;
  background-color: #ffedda;
  border-left: 13px solid #ffedda;
  border-bottom: 13px solid #ffedda;
  border-radius: 0 0 0 10px;
}
.home-2 .list li .box .img > div img {
  width: 100%;
  border-radius: 10px;
}
.home-2 .list li .box .name {
  line-height: 1.4;
  min-height: 3em;
  color: #FFFFFF;
}
.home-2 .list li .box p {
  color: #FFFFFF;
  line-height: 30px;
}
.home-2 .list li .box:hover {
  background-color: var(--color);
}
.home-2 .list li .box:hover .icon i {
  background-color: #ffba74;
}
.home-2 .list li .box:hover .icon i img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-3 .left img {
  border-radius: 20px;
}
.home-3 .right .text {
  max-width: 520px;
  line-height: 1.8;
  color: #818181;
}
.home-3 .list li .box {
  height: 100%;
  background-color: #ebebeb;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-3 .list li .box .icon {
  background-color: #FFFFFF;
  border-radius: 50%;
}
.home-3 .list li .box .icon span {
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li .box .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 1.8;
}
.home-3 .list li .box p {
  color: #818181;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 30px;
}
.home-3 .list li .box:hover {
  background-color: var(--color);
}
.home-3 .list li .box:hover .icon span {
  color: #FFFFFF;
  background-color: #000000;
}
.home-3 .list li .box:hover .name {
  color: #FFFFFF;
}
.home-3 .list li .box:hover p {
  color: #FFFFFF;
}
.home-4 {
  background-color: #ebebeb;
}
.home-4 span.arrow {
  width: 65px;
  height: 65px;
  background-color: #FFFFFF;
  font-size: 20px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 span.arrow:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.home-4 .list .slick-list {
  padding-right: 18%;
  overflow: visible;
}
.home-4 .list li .img {
  border-radius: 20px 20px 0 0;
}
.home-4 .list li .name {
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
}
.home-5 .date {
  color: #818181;
}
.home-5 p {
  color: #818181;
}
.home-6 {
  background-color: #ffedda;
}
.home-6::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
.home-6 .Tit {
  color: #FFFFFF;
}
.home-6 .box {
  border-radius: 10px;
}
.home-6 .form input {
  width: 100%;
  height: 75px;
  font-size: 16px;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
}
.home-6 .form button {
  position: absolute;
  border: 0;
  top: 10px;
  right: 10px;
}
.c-horizontal-panel_rail {
  background-color: var(--color);
  position: relative;
}
.c-rail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-horizontal-panel_rail_inner {
  padding: 20px 0 15px;
}
.c-rail_inner {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  width: auto;
}
.c-rail_pattern {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.c-rail_item {
  padding-right: 1rem;
}
.c-rail_text {
  color: white;
}
#footer {
  background-color: #ffedda;
}
#footer .foot-top .foot-block.one {
  max-width: 380px;
}
#footer .foot-top .foot-block.three {
  max-width: 250px;
}
#footer .foot-top .foot-block.four {
  max-width: 240px;
}
#footer .foot-top .foot-block li i {
  width: 34px;
  text-align: center;
}
#footer .foot-bottom {
  border-top: 1px solid #818181;
}
#footer .foot-bottom img {
  height: 15px;
}
#footer .social-links a {
  font-family: initial;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: var(--color);
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}
.text-gray {
  color: #818181;
}
@media (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  .home-2 .list li .box {
    padding: 20px;
  }
  .home-2 .list li .box .img > div {
    margin-top: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 15px;
  }
}
@media (max-width: 1250px) {
  #nav-height {
    display: none;
  }
  #banner .bg {
    padding-top: 500px;
  }
  .home-1 .left > div:first-child {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  #footer .foot-top .foot-block {
    width: 100%;
    max-width: 45%!important;
  }
}
@media (max-width: 1000px) {
  .home-1 .left > div {
    padding-top: 100%;
  }
  .home-1 .left {
    display: none;
  }
  #banner .content {
    width: 80%;
  }
  #banner .mask {
    border-radius: 0 25px 0 0;
  }
  #banner .mask.mask1 {
    width: 75%;
    height: 25%;
  }
  #banner .mask.mask2 {
    top: 25%;
    height: 75%;
  }
  #banner .mask::before,
  #banner .mask::after {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 700px) {
  .baseBtn {
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
  }
  .home-3 .right .text{
        line-height: 2;
  }
  .home-3 .list li .box .name{
    line-height: 2;
  }
  .home-4 .list li .name{
    line-height: 2;
  }
  .home-1 .right .text{
    line-height: 2;
  }
  .home-2 .list li .box .name{
    line-height: 2;
  }
  .baseTit{
    font-size: 20px;
line-height: 36px;
  }
  .baseBtn::before {
    left: 10px;
    top: 5px;
    width: 35px;
    height: 35px;
  }
  .hide-700 {
    display: none!important;
  }
  #banner .mask {
    display: none;
  }
  #banner .bg {
    padding-top: 50%;
  }
  #banner .content {
    position: static;
    width: 100%;
  }
  .home-1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-1 .left > div {
    padding-top: 90%;
  }
  .home-6 .form form > div {
    gap: 15px;
  }
  .home-6 .form form > div > div {
    width: 100%;
    padding: 0;
  }
  .home-6 .form input {
    height: 65px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .home-4 .list .slick-list {
    padding-right: 0;
  }
  .tjchanp{
    min-height: 4em;
    font-size: 18px;
line-height: 32px;
  }
  .about-page .about-4 .box .right .top .desc{
    line-height: 2!important;
  }
  .i-advantage h4{
        line-height: 2;
  }
  .our-news .list ul li .mml-text .text h4{
    font-size: 18px;
line-height: 32px!important;
min-height: 5.4em!important;
  }
  .product-page .sidebox .sideleft .list ul li .text h3{
    font-size: 20px;
line-height: 36px;
min-height: auto !important;
  }
  .home-6 .box {
    padding: 40px 15px;
  }
  #footer .foot-top .foot-block {
    max-width: 100% !important;
    line-height: 2;
  }
  .home-1 .right .videoBox > div:first-child {
    padding-top: 50%;
  }
  .home-1 .right .videoBox > div {
    width: 100%;
  }
  .home-6 .form input {
    height: 45px;
  }
  .home-6 .form button {
    position: relative;
    margin-top: 15px;
    top: auto;
    right: auto;
  }
}







#index-body .about {
  padding: 88px 0 147px;
}
#index-body .about .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
    padding: 18px;
    background: #ebebeb;
    border-radius: 5px;
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  padding-left: 5px;
}
#index-body .about .top .img {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
#index-body .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .about .top .img .play i::before,
#index-body .about .top .img .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(248,185,17, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .top .img .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .bottom {
  text-align: center;
  padding-top: 139px;
}
#index-body .about .bottom ul li {
  color: #393939;
}
#index-body .about .bottom ul li p {
  font-size: 18px;
  line-height: 2;
  color: #ff9f15;
}
#index-body .about .bottom ul li h3 {
  font-size: 70px;
  color: black;
  line-height: 1;
  font-weight: 600;
  margin-top: 11px;
}


@media screen and (max-width: 1100px) {
  #index-body .about .top .text {
    padding-right: 50px;
  }
}


@media screen and (max-width: 1000px) {
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .top .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .top .img {
    display: none;
  }
  #index-body .about .bottom {
    padding-top: 60px;
  }
  #index-body .about .bottom ul {
    margin-bottom: -10px;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #index-body .about .bottom ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .top .text p {
    margin-top: 20px;
  }
  #index-body .about .bottom {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #index-body .about .top .text p {
    font-size: 16px;
  }
  #index-body .about .top .text .btn {
    margin-top: 20px;
  }

}


.i-advantage {
  margin-top: 150px;
  padding-bottom: 80px;
}
.i-advantage ul {
  margin: -50px -15px;
}
.i-advantage ul li {
  padding: 50px 15px;
}
.i-advantage ul li > i {
  display: block;
  height: 90px;
}
.i-advantage ul li > i img{
  transition: .5s ease;  
}
.i-advantage ul li:hover > i img{
  transform: rotateY(180deg);
}

.i-advantage ul li:nth-child(3),
.i-advantage ul li:nth-child(7){
  padding-left: 8%;
}

.i-advantage h4 {
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .i-advantage ul {
    margin: -30px -15px;
  }
  .i-advantage ul li {
    padding: 30px 15px!important;
  }
}

@media screen and (max-width: 1000px) {
  .i-advantage {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .i-advantage ul li.wid-50 {
    width: 100%;
  }
  .title1 .tit1 br {
    display: none;
  }
  .i-advantage ul {
    margin: -15px;
  }
  .i-advantage ul li {
    padding: 15px!important;
  }
}


.contact-box .left ul li {
  line-height: 35px;
}
.contact-box .left ul li + li {
  margin-top: 10px;
}
.contact-box .left ul li i {
  float: left;
}
.contact-box .left ul li i img {
  vertical-align: middle;
}
.contact-box .left ul li span {
  padding-left: 35px;
  line-height: 2;
  color: #818181;
}
.contact-box .right ul {
  margin: -30px -15px;
}
.contact-box .right ul li {
  padding: 30px 15px;
}
.contact-box .right ul li.wid-100 {
  width: 100%;
}
.contact-box .right ul li input,
.contact-box .right ul li textarea {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c4c4c4;
}
.contact-box .right ul li textarea {
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .contact-box .right ul li input,
  .contact-box .right ul li textarea {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-box .right ul li input,
  .contact-box .right ul li textarea {
    font-size: 14px;
  }
  .contact-box .right ul {
    margin: -15px;
  }
  .contact-box .right ul li {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .contact-box .left ul li {
    line-height: 25px;
  }
}

.inner-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.inner-banner h2 {
  font-size: 46px;
  color: #181818;
  font-weight: bold;
}
.inner-banner .down {
  display: block;
  margin-top: 17px;
  font-size: 20px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}

.inner-page span.tag {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff9f15;
}
.inner-page h2.title {
  font-size: 40px;
  font-weight: 600;
  line-height: 2;
  color: #181818;
  margin-top: 16px;
}
.inner-page .sidebox .sideleft {
  width: 73%;
  padding-left: 30px;
}
.inner-page .sidebox .sideright {
  width: 27%;
  border-radius: 10px;
  background: #ffedda;
  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: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 15px 19px 12px 48px;
  border: 1px solid #83827F;
  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: 16px;
  line-height: 2;
  margin-bottom: 10px;
  color: #181818;
  position: relative;
}
.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;
  position: absolute;
  right: 0;
  top: 4px;
}
.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: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.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: var(--color);
}
.inner-page .m-page {
  margin-top: 46px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 17px;
  color: #181818;
}
.inner-page .m-page a:hover {
  background: var(--white);
}
.inner-page .m-page span.current {
  background: var(--black);
  color: #fd850b;
}
.about-page .about-1 {
  padding: 60px 0 100px;
}
.about-page .about-1 .top .img {
  width: 41.5%;
  position: relative;
  padding-bottom: 100px;
  vertical-align: middle;
}
.about-page .about-1 .top .img img{
  border-radius: 20px;
}
.about-page .about-1 .top .img .i2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-1 .top .text {
  width: 58.5%;
  vertical-align: middle;
  padding-left: 7.4%;
}
.about-page .about-1 .top .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  color: #818181;
}
.about-page .about-1 .top .text .time {
  margin-top: 30px;
  font-size: 17px;
  color: #818181;
  letter-spacing: 1px;
}
.about-page .about-1 .top .text .more {
  font-size: 15px;
  margin-top: 40px;
  padding: 22px 43px;
}
.about-page .about-1 #index-body .about {
  padding: 0;
}
.about-page .about-1 #index-body .about .bottom {
  padding-top: 120px;
}
.about-page .about-2 .ui.container {
  max-width: 1810px;
  width: 100%;
}
.about-page .about-2 .box {
  background: url(../images/about-3.jpg) no-repeat center center;
  background-size: cover;
  padding: 16.3%;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.about-page .about-2 .box .play {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  fill: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(71, 26, 26, 0);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 146px;
  position: relative;
}
.about-page .about-2 .box .play i {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(232, 200, 37, 0.5);
  opacity: 0;
}
.about-page .about-2 .box .play:hover i {
  opacity: 1;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  border-radius:40px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-3 .header .left {
  width: 35%;
}
.about-page .about-3 .header .middle {
  width: 52%;
  padding-top: 50px;
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.about-page .about-3 .header .right {
  width: 13%;
  text-align: right;
  padding-top: 75px;
}
.about-page .about-3 .header .right .swiper-button-next,
.about-page .about-3 .header .right .swiper-button-prev {
  position: inherit;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D1D0C8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-3 .header .right .swiper-button-next:hover,
.about-page .about-3 .header .right .swiper-button-prev:hover {
  color: #FFFFFF;
  border-color: var(--color);
  background-color: var(--color);
}

.about-page .about-3 .content {
  margin-top: 45px;
}
.about-page .about-3 .content ul{
  margin: -15px;
}
.about-page .about-3 .content ul li{
  padding: 15px;
}
.about-page .about-3 .content ul li a {
  display: block;
  border-radius: 10px;
}
.about-page .about-3 .content .swiper-container {
  overflow: inherit;
}
.about-page .about-3 .content .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .content .swiper-slide a.img-box {
  display: block;
  height: 421px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-page .about-3 .content .swiper-slide:nth-child(odd) {
  width: 35% !important;
}
.about-page .about-3 .content .swiper-slide:nth-child(even) {
  /*width: 65% !important;*/
}
.about-page .about-3 .content .swiper-slide .desc {
  width: auto;
  max-width: -webkit-calc(70%);
  max-width: -moz-calc(70%);
  max-width: calc(70%);
  height: auto;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 23px 28px 21px;
  background-color: #f5f5f5;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.about-page .about-3 .content .swiper-slide .desc h5 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}
.about-page .about-3 .content .swiper-slide .desc .post_meta {
  font-size: 16px;
  color: #83827F;
  line-height: 1.7;
}
.about-page .about-3 .content .swiper-slide:hover .desc {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-3 #index-body .init2 {
  padding: 100px 0 0 0;
  background: #f5f5f5;
}
.about-page .about-4 {
  padding: 60px 0 100px;
}


.about-page .about-4 .box .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .right .top .desc {
  width: 70%;
  color: #818181;
  line-height: 1.8;
}
.about-page .about-4 .box .right .top .mores {
  width: 30%;
}
.about-page .about-4 .box .right .top .mores i {
  display: inline-block;
  margin-left: 5px;
}
.about-page .about-4 .bottom {
  margin-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin-right: -20px;
}
.about-page .about-4 .bottom ul li {
  padding-right: 20px;
}
.about-page .about-4 .bottom ul li .img-box{
  display: block;
}
.about-page .about-4 .bottom ul li .ig {
  padding: 15px 30px;
  min-height: 130px;
  background-color: var(--white);
  border: 1px solid #D1D0C8;
  text-align: center;
  line-height: 130px;
  position: relative;
}
.about-page .about-4 .bottom ul li .ig img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .bottom ul li .ig .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  opacity: 0;
  background: var(--white);
}
.about-page .about-4 .bottom ul li .ig .info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #222733;
}
.about-page .about-4 .bottom ul li .ig .info p {
  font-size: 16px;
  color: #7a7e83;
  line-height: 1.5;
}
.about-page .about-4 .bottom ul li .ig:hover .info {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .img {
    width: 47.5%;
  }
  .about-page .about-1 .top .text {
    width: 52.5%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 {
    padding: 100px 0;
  }
  .inner-page h2.title {
    font-size: 50px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 100px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 42px;
  }
  .inner-banner .down {
    margin-top: 10px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .top .img {
    width: 100%;
  }
  .about-page .about-1 .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page h2.title {
    font-size: 42px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-3 #index-body .init2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 {
    padding: 30px 0;
  }
  .inner-page h2.title {
    font-size: 36px;
  }
  .about-page .about-2 .box .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 30px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .header .middle {
    padding-top: 20px;
    width: 75%;
    font-size: 16px;
  }
  .about-page .about-3 .header .right {
    padding-top: 36px;
    width: 25%;
  }
  .about-page .about-3 .content .swiper-slide a.img-box {
    height: 221px;
  }

  .about-page .about-4 .box .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: auto;
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .inner-banner .down {
    display: none;
  }
  .inner-banner .mbx {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .top .img {
    display: none;
  }
  .about-page .about-1 .top .text {
    padding-top: 0;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .top .text .time {
    margin-top: 15px;
  }
  .about-page .about-1 .top .text .more {
    margin-top: 15px;
  }
  .inner-page h2.title {
    font-size: 30px;
    line-height: 2;
  }
  .about-page .about-2 .box .play {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-page .about-3 .header .middle {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
  }
  .about-page .about-3 .content {
    margin-top: 25px;
  }
  .about-page .about-4 .box .right {
    padding-top: 20px;
  }
  .about-page .about-4 .box .right .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .right .top .desc {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .mores {
    width: 100%;
  }
  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
}
.product-page {
  padding: 60px 0 125px;
}
/*.product-page .sidebox .sideleft .top {
  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;
}*/
.product-page .sidebox .sideleft .top h1 {
  font-size: 30px;
  line-height: 2;
  padding-right: 8px;
  text-transform: capitalize;
  font-weight: 600;
}
.product-page .sidebox .sideleft .top .desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
  color: #818181;
  max-height: 290px;
  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: var(--color);
}
.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: -15px;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 15px;
}
.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;
  border-radius: 10px;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  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: var(--white);
  -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 h3 {
  font-weight: 600;
  line-height: 1.8;
  min-height: 5.8em;
}
.product-page .sidebox .sideleft .list ul li .text h3:hover{
  color: #ff9f15;
}
.product-page .sidebox .sideleft .list ul li .text .con {
  color: #818181;
  line-height: 30px;
}
.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 .sideleft {
    width: 100%;
    padding-left: 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 {
    display: none;
  }
  .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;
  }

}
.prodet-page {
  padding: 60px 0 125px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.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: var(--white);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 600;
}
.prodet-page .prodet-1 .text .con {
  line-height: 2;
  color: #818181;
  margin-bottom: 40px;
}
.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: 16px;
  line-height: 30px;
  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: var(--color);
}
.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-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  border-radius: 10px;
}

.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: var(--white);
  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: #ebebeb;
  border-top-color: #181818;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 16px;
  line-height: 2;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 25px;
  line-height: 1.1;
  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: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  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: 17px;
  line-height: 1.6;
  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: 15px;
  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;
}
.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: var(--color);
  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;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 {
  padding-top: 80px;
}
.prodet-page .prodet-3 h3 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 55px;
  font-weight: 600;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 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%;
  border-radius: 30px;
  -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: var(--white);
  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;
}

@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .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-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 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;
  }
}
.service-page {
  padding: 60px 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 h3 {
  font-size: 22px;
  line-height: 2;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}

.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 img{
  border-radius: 20px;
}
.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: var(--white);
  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-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.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: 2;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #818181;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: var(--white);
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
  border-radius: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  padding-top: 80px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 2;
  width: 90%;
}

.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@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 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-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 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 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text 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-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .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 0;
  }

  #index-body .about .top .text .btn a.link em {
    padding: 13px 12px 12px 12px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
  }

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }

  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.case-page {
  padding: 60px 0 125px;
}
.case-page .sideleft .top ul{
  margin-right: -20px;
}
.case-page .sideleft .top ul li{
  padding-right: 20px;
}
.case-page .sideleft .top ul li .img-box{
  display: block;
}
.case-page .sideleft .top ul li .img-box img{
  width: 100%;
}
.case-page .sideleft .bottom{
  padding-top: 38px;
}
.case-page .sideleft .bottom h3{
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 38px;
}
.case-page .sideleft .bottom .con{
  font-size: 17px;
  line-height: 2;
  color: #83827F;
  font-weight: 400;
}
.case-page .sideleft .bottom .con strong{
  font-weight: bold;
}
.case-page .sideleft .bottom .con ul li{
  list-style-type: disc;
  margin-left: 1em;
}

.case-page .case-1 .img ul li {
  height: 725px;
  background-position: center;
}
.case-page .case-1 .img ul li > img {
  width: 100%;
  height: 100%;
}
.case-page .case-1 .img .slick-arrow {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .img .slick-arrow:hover {
  background-color: var(--color);
}
.case-page .case-1 .img .slick-prev {
  background: url("../images/service-icon.png") no-repeat center center #f5f5f5;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.case-page .case-1 .img .slick-next {
  background: url("../images/service-icon.png") no-repeat center center #f5f5f5;
  right: 0;
}
.case-page .case-1 .text {
  padding-top: 38px;
}
.case-page .case-1 .text h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.case-page .case-1 .text .info .left {
  width: 74%;
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.case-page .case-1 .text .info .right {
  width: 26%;
  padding-left: 51px;
}
.case-page .case-1 .text .info .right .desc p {
  font-size: 18px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 13px;
}
.case-page .case-1 .text .info .right .desc p em {
  display: inline-block;
  color: #000;
  width: 40%;
  font-weight: bold;
}
.case-page .case-1 .text .info .right .desc p span {
  display: inline-block;
  width: 59%;
}
.case-page .case-1 .text .info .right .desc p:first-child {
  margin-top: 0;
}
.case-page .case-1 .text .info .right .share {
  padding-top: 13px;
}
.case-page .case-1 .text .info .right .share a {
  display: inline-block;
  margin: 0 35px 15px 0;
  font-size: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .text .info .right .share a:hover {
  color: var(--color);
}
@media screen and (max-width: 1100px) {
  .case-page {
    padding: 80px 0;
  }
  .case-page .case-1 .text .info .left {
    width: 100%;
  }
  .case-page .case-1 .text .info .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .case-page {
    padding: 60px 0;
  }
  .case-page .case-1 .img ul li {
    height: 525px;
  }
}
@media screen and (max-width: 700px) {
  .case-page {
    padding: 30px 0;
  }
  .case-page .case-1 .img ul li {
    height: 425px;
  }
  .case-page .case-1 .text h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-page .case-1 .img ul li {
    height: 300px;
  }
  .case-page .case-1 .text h3 {
    font-size: 30px;
  }
  .case-page .case-1 .text .info .left {
    font-size: 15px;
    line-height: 30px;
  }
  .case-page .case-1 .text .info .right .desc p {
    font-size: 16px;
  }
}
.news-page {
  padding: 60px 0 125px;
}

.news-page .sidebox .sideleft ul li .img-box {
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 200px;
}
.news-page .sidebox .sideleft ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xinwenfenlei{
  font-size: 14px;
  line-height: 28px;
}
.news-page .sidebox .sideleft ul li .text span{
   background-color: #ff9f15;
  display: inline;
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  padding: 8px 18px;
}
.news-page .sidebox .sideleft ul li .text h3 {
  font-weight: 600;
  line-height: 36px;
  min-height: 5em;
}
.news-page .sidebox .sideleft ul li .text h3:hover{
  color: #ff9f15;
}
.news-page .sidebox .sideleft ul li .text time {
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
  display: inline-block;
  margin-top: 10px;
}
.news-page .sidebox .sideleft ul li .text time span {
  display: inline-block;
}
.news-page .sidebox .sideleft ul li .text time span::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0;
}
.news-page .sidebox .sideleft ul li .text p {
  color: #393939;
  line-height: 30px;
}
.news-page .sidebox .sideleft ul li .text .mores {
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
}
.news-page .sidebox .sideleft ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.news-page .sidebox .sideleft ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.news-page .sidebox .sideleft ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.news-page .sidebox .sideleft ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.news-page .sidebox .sideright ol li {
  margin-bottom: 27px;
}
.news-page .sidebox .sideright ol li .img {
  padding-right: 25px;
}
.news-page .sidebox .sideright ol li .img .img-box {
  display: block;
  border-radius: 5px;
}
.news-page .sidebox .sideright ol li .text time {
  font-size: 14px;
  color: #83827F;
  line-height: 28px;
}
.news-page .sidebox .sideright ol li .text time em {
  display: inline-block;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .sidebox .sideright ol li .text time em::after {
  content: '';
  margin: -6px 10px 0;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #83827F;
}
.news-page .sidebox .sideright ol li .text h4 {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 5px;
}
.news-page .sidebox .sideright ol li:last-child {
  margin-bottom: 0;
}
.news-page .sidebox .sideright .wides {
  margin-top: 40px !important;
}
.news-page .sidebox .sideright .tz {
  display: block;
  padding: 15px;
  background: #eaeaea;
}
@media screen and (max-width: 1280px) {
  .news-page .sidebox .sideright ol li .img {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sidebox .sideright ol li .text {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .news-page .sidebox .sideleft ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.newdet-page {
  padding: 60px 0 120px;
}
.newdet-page .header {
  max-width: 1520px;
  border-radius: 20px;
  width: 100%;
  padding: 55px;
  background: #ebebeb;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  background: var(--color);
  padding: 8px 18px;
  border-radius: 4px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 14px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 14px;
  line-height: 2;
  color: #83827F;
}
/*.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: -6px 10px 0;
}*/
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  line-height: 2;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: var(--white);
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: var(--white);
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: var(--white);
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: var(--white);
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
font-size: 18px;
    color: #818181;
  line-height: 1.8;
}
.newdet-page .m-link a:hover {
  color: var(--black);
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.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;
  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: 10px;
  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: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 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 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right p {
  font-size: 17px;
  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: 17px;
  color: #83827F;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 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-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .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;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.gallery-page{
  padding-top: 60px;
  padding-bottom: 60px;
}
.gallery-page .container .gallery-list a {
  display: block;
}
.gallery-page .container .gallery-list ul{
  margin: -15px;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(253,133,11, 0.3);
  box-shadow: 0 0 10px rgba(253,133,11, 0.3);
  padding: 10px;
  border-radius: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}
.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.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;
  border-radius: 8px;
  font-size: 20px;
  line-height: 2;
  color: #000;
  background: #ebebeb;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
background: #ebebeb;
    color: #000000;
  border-radius: 8px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.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;
  border-radius: 0 8px 8px 0;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fd850b;
  text-align: center;
  line-height: 90px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #ffffff;
  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-left: 10px;
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #818181;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}



.download-page .list ul {
  margin: -45px -55px;
}
.download-page .list ul li {
  padding: 45px 20px;
}

.download-page .list .img img {
  border-radius: 20px;
}

.download-page .list .img .text {
  border-radius: 20px;
  padding: 15px;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-page .list .img .text h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .download-page .list ul {
    margin: -30px;
  }
  .download-page .list ul li {
    padding: 30px;
  }
  .download-page .list .img .text {
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
  }

  .download-page .list ul {
    margin: -15px;
  }
  .download-page .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  
  .download-page .list .img .text h4 {
    font-size: 20px;
  }

  .download-page .list ul li{
    width: 33.33%!important;
  }
}
@media screen and (max-width: 1000px) {
  .download-page .list .img .text {
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
  }
  .download-page .list ul li {
    width: 50%!important;
  }
  .download-page .list ul li:nth-child(3n-1) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .download-page .list ul li {
    width: 100%!important;
  }
}


.factory-page .factory-1 h4 {
  font-size: 35px;
  font-weight: 600;
}
.factory-page .factory-1 .list {
  padding: 0 120px;
  position: relative;
}
.factory-page .factory-1 .list ul {
  margin: 0 -45px;
}
.factory-page .factory-1 .list ul li {
  padding: 0 15px;
}
.factory-page .factory-1 .list ul li img {
  border-radius: 20px;
}
.factory-page .factory-1 .list span.arrow {
  position: absolute;
  top: 30%;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ff9f1566;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.factory-page .factory-1 .list span.arrow img {
  vertical-align: middle;
}
.factory-page .factory-1 .list span.arrow.arrow_l {
  left: 0;
}
.factory-page .factory-1 .list span.arrow.arrow_r {
  right: 0;
}
@media screen and (max-width: 1200px) {
  .factory-page .factory-1 .list ul {
    margin: 0 -15px;
  }
  .factory-page .factory-1 .list ul li {
    padding: 0 15px;
  }
  .factory-page .factory-1 .list {
    padding: 0 90px;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .factory-1 .list span.arrow {
    display: none;
  }
  .factory-page .factory-1 .list {
    padding: 0;
  }
  .factory-page .factory-1 h4 {
    font-size: 24px;
  }
}



.our-news .list ul {
  margin: -15px;
}
.our-news .list ul li {
  padding: 15px;
}
.our-news .list ul li .mml-text {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our-news .list ul li .mml-text .img{
  height: 300px;
}
.our-news .list ul li .mml-text .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.our-news .list ul li .mml-text .text {
  padding: 40px 30px;
  position: relative;
  background-color: #FFFFFF;
}
.our-news .list ul li .mml-text .text time {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #FFFFFF;
  background-color: #ff9f15;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  padding: 15px;
  border-radius: 6px;
}
.our-news .list ul li .mml-text .text time small {
  font-size: 18px;
  font-weight: 500;
}
.our-news .list ul li .mml-text .text span {
  color: #6f6f6f;
}
.our-news .list ul li .mml-text .text h4 {
  font-weight: 600;
  line-height: 1.6;
  min-height: 3em;
}

@media screen and (max-width: 700px) {
  .our-news .list ul li .mml-text .text time {
    padding: 10px;
    font-size: 20px;
  }
  .our-news .list ul li .mml-text .text time small {
    font-size: 14px;
  }
  .our-news .list ul li .mml-text .text {
    padding: 30px 15px;
  }
}