@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/Baloo2-Bold.eot');
  src: url('../fonts/Baloo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Bold.woff2') format('woff2'), url('../fonts/Baloo2-Bold.woff') format('woff'), url('../fonts/Baloo2-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/Baloo2-Medium.eot');
  src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Medium.woff2') format('woff2'), url('../fonts/Baloo2-Medium.woff') format('woff'), url('../fonts/Baloo2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/Baloo2-SemiBold.eot');
  src: url('../fonts/Baloo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-SemiBold.woff2') format('woff2'), url('../fonts/Baloo2-SemiBold.woff') format('woff'), url('../fonts/Baloo2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/Baloo2-Regular.eot');
  src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Regular.woff2') format('woff2'), url('../fonts/Baloo2-Regular.woff') format('woff'), url('../fonts/Baloo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
img{
  width: auto;
  height: auto;
  max-width: 100%;
  /*max-height: 100%;*/
}
body {
  font-family: "Baloo 2";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
  --color: #ef8017;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
#header .nav {
  line-height: 70px;
  height: 70px;
  text-align: right;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 20px;
  color: white;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -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;
  text-transform: capitalize;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:after {
  content: '';
  width: 100%;
  height: 32px;
  border-radius: 3px;
  background: var(--color);
  z-index: -2;
  position: absolute;
  left: 0;
  top: 53%;
  -webkit-transform: translateY(-50%) rotateX(-10deg) translateZ(-5px);
  -moz-transform: translateY(-50%) rotateX(-10deg) translateZ(-5px);
  -ms-transform: translateY(-50%) rotateX(-10deg) translateZ(-5px);
  transform: translateY(-50%) rotateX(-10deg) translateZ(-5px);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover:after,
#header .nav .ui.menu .menu-box ul.menu > li.active:after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 1.6;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li .sub-menu li{
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li .sub-menu li .sub-menu{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li .sub-menu li:hover > .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);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 0;
  cursor: pointer;
  line-height: normal;
}
#header .nav .ui.menu .yuy span img{
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header.active {
  background: rgba(0, 0, 0, 0.3);
}
#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;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  line-height: 1.6;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#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;
}
a.more {
  line-height: 46px;
  height: 50px;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
a.more span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 6px;
  z-index: -2;
  -webkit-transform: rotateX(-10deg) translateZ(-5px);
  -moz-transform: rotateX(-10deg) translateZ(-5px);
  -ms-transform: rotateX(-10deg) translateZ(-5px);
  transform: rotateX(-10deg) translateZ(-5px);
  overflow: hidden;
}
a.more span img {
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
a.more:hover span img {
  opacity: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fefefe;
}
#banner .swiper-slide .box .content {
  max-width: 750px;
  margin-left: 6%;
}
#banner .swiper-slide .box .h2 {
  font-weight: 600;
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 30px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
#banner .swiper-slide .box .h2 small{
  display: block;
}
#banner .swiper-slide .box a.more {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 1s 1.8s;
  -moz-transition: 1s 1.8s;
  transition: 1s 1.8s;
}
#banner .swiper-slide.swiper-slide-active .box .h2,
#banner .swiper-slide.swiper-slide-active .box a.more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper-button-next {
  right: 5%;
}
#banner .swiper-button-prev {
  left: 5%;
}
#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
  -webkit-filter: brightness(0) invert(0.8);
  filter: brightness(0) invert(0.8);
}
#banner .swiper-button-next:hover:after,
#banner .swiper-button-prev:hover:after {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  font-size: 10px;
  width: auto !important;
  height: auto !important;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 !important;
  display: block !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url("../images/icon-arrow-bg.png") center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: inherit !important;
}
.swiper-button-next img,
.swiper-button-prev img {
  max-width: none;
  position: absolute;
  top: 38%;
  width: 8.4em;
  z-index: 1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: no-drop;
}
.swiper-button-prev img {
  left: 1.5em;
}
.swiper-button-next img {
  right: 1.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mask {
  position: relative;
  background: url("/sldtools/2023/03/09/init-1-bg-1.jpg");
  z-index: 1;
}
.mask:after,
.mask:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 55px;
  background: url("/sldtools/2023/03/09/init-1-mask.png") center center no-repeat;
  z-index: -1;
}
.mask:before {
  bottom: 99%;
}
.mask:after {
  top: 99%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
span.tag {
  font-weight: 500;
  font-size: 24px;
  color: var(--color);
  line-height: 1.25;
  display: block;
  margin-bottom: 12px;
}
.title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1;
}
.text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.24;
}
#index-body .init-1 {
  padding: 50px 0 70px;
}
#index-body .init-1 .top .left {
  vertical-align: bottom;
  width: 50%;
  padding-left: 2%;
}
#index-body .init-1 .top .left .h3 {
  font-weight: 600;
  font-size: 65px;
  color: #301500;
  line-height: 1.2;
}
#index-body .init-1 .top .left .text {
  color: #a0a0a0;
  margin-top: 18px;
  line-height: 1.25;
}
#index-body .init-1 .top .right {
  width: 31.75%;
  vertical-align: bottom;
  position: relative;
  z-index: -1;
}
#index-body .init-1 .top .right img {
  position: absolute;
  width: 140%;
  right: 0;
  bottom: 0;
  max-width: none;
}
#index-body .init-1 .bottom {
  margin-top: 100px;
}
#index-body .init-1 .bottom ul {
  margin: -40px;
}
#index-body .init-1 .bottom ul li {
  padding: 40px;
  cursor: pointer;
}
#index-body .init-1 .bottom ul li:first-child{
  display: none;
}
#index-body .init-1 .bottom ul li .box {
  position: relative;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 10px;
}
#index-body .init-1 .bottom ul li .box .img-box {
  height: 19.5em;
  position: relative;
  z-index: -1;
  overflow: unset;
  -webkit-transform: rotateY(180deg) translateZ(0);
  -moz-transform: rotateY(180deg) translateZ(0);
  -ms-transform: rotateY(180deg) translateZ(0);
  transform: rotateY(180deg) translateZ(0);
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#index-body .init-1 .bottom ul li .box .img-box svg {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 7%;
  border-radius: 15px;
  -webkit-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -moz-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -ms-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-width: .6px;
  display: block !important;
}
#index-body .init-1 .bottom ul li .box .img-box svg path {
  stroke: #4da4da;
}
#index-body .init-1 .bottom ul li .box .img-box i.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  -webkit-mask-image: url("../images/icon-mb.png");
  mask-image: url("../images/icon-mb.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom ul li .box .img-box i.bg:after {
  content: '';
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #4da4da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #4da4da 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #4da4da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4da4da));
  background: -webkit-linear-gradient(top, transparent, #4da4da);
  background: -moz-linear-gradient(top, transparent, #4da4da);
  background: linear-gradient(to bottom, transparent, #4da4da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li .box .img-box i.mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4da4da;
  z-index: -2;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -ms-transform: translateZ(-1px);
  transform: translateZ(-1px);
  -webkit-mask-image: url("../images/icon-mb.png");
  mask-image: url("../images/icon-mb.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
/*#index-body .init-1 .bottom ul li .box .img-box span{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transform: translateZ(-100px);
}
#index-body .init-1 .bottom ul li .box .img-box svg {
  transform: none !important;
  position: relative;
  z-index: inherit;
}*/
#index-body .init-1 .bottom ul li .box .img-box .h6 {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  -ms-transform: translateZ(2px);
  transform: translateZ(2px);
  font-size: 2.1em;
}
#index-body .init-1 .bottom ul li .box .h6 {
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 0 5%;
  line-height: 1.2;
}
#index-body .init-1 .bottom ul li .box .content {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#index-body .init-1 .bottom ul li .box .content i {
  display: block;
  height: 8em;
  line-height: 8em;
  margin-bottom: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom ul li .box .content i img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  max-width: 8em;
}
#index-body .init-1 .bottom ul li:nth-child(odd) .box .img-box i.mask2 {
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px);
}
#index-body .init-1 .bottom ul li:nth-child(even) .box {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-1 .bottom ul li:hover .box {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#index-body .init-1 .bottom ul li:nth-child(even):hover .box {
  -webkit-transform: rotateY(180deg) scale(1.15);
  -moz-transform: rotateY(180deg) scale(1.15);
  -ms-transform: rotateY(180deg) scale(1.15);
  transform: rotateY(180deg) scale(1.15);
}
#index-body .init-1 .bottom ul li .box .img-box i.bg {
  opacity: 0;
}
#index-body .init-1 .bottom ul li .box .content{
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    -ms-transform: translateZ(2px);
    transform: translateZ(2px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom ul li:hover .box .content {
  opacity: 0;
}
#index-body .init-1 .bottom ul li:nth-child(even) .box .content {
    -webkit-transform: translateZ(-2px) rotateY(180deg);
    -moz-transform: translateZ(-2px) rotateY(180deg);
    -ms-transform: translateZ(-2px) rotateY(180deg);
    transform: translateZ(-2px) rotateY(180deg);
}
#index-body .init-1 .bottom ul li:nth-child(even) .box .img-box h6 {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    -ms-transform: translateZ(-2px);
    transform: translateZ(-2px);
}
#index-body .init-1 .bottom ul li:hover .box .img-box i.mask2 {
  left: .5px;
  top: .5px;
}
#index-body .init-1 .bottom ul li:nth-child(1) .box .img-box svg path{
  stroke: rgba(239,128,23,0.5);
}
#index-body .init-1 .bottom ul li:nth-child(1) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background: -webkit-linear-gradient(top, transparent, var(--color));
  background: -moz-linear-gradient(top, transparent, var(--color));
  background: linear-gradient(to bottom, transparent, var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li:nth-child(1) .box .img-box i.mask2 {
  background: var(--color);
}
#index-body .init-1 .bottom ul li:nth-child(2) .box .img-box svg path {
  stroke: rgba(77,164,218,0.5);
}
#index-body .init-1 .bottom ul li:nth-child(2) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #4da4da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #4da4da 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #4da4da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4da4da));
  background: -webkit-linear-gradient(top, transparent, #4da4da);
  background: -moz-linear-gradient(top, transparent, #4da4da);
  background: linear-gradient(to bottom, transparent, #4da4da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li:nth-child(2) .box .img-box i.mask2 {
  background: #4da4da;
}
#index-body .init-1 .bottom ul li:nth-child(3) .box .img-box svg path {
  stroke: rgba(123,194,68,0.5);
}
#index-body .init-1 .bottom ul li:nth-child(3) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #7bc244));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #7bc244 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #7bc244 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7bc244));
  background: -webkit-linear-gradient(top, transparent, #7bc244);
  background: -moz-linear-gradient(top, transparent, #7bc244);
  background: linear-gradient(to bottom, transparent, #7bc244);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#7bc244',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#7bc244', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li:nth-child(3) .box .img-box i.mask2 {
  background: #7bc244;
}
#index-body .init-1 .bottom ul li:nth-child(4) .box .img-box svg path {
  stroke: rgba(241,150,190,0.5);
}
#index-body .init-1 .bottom ul li:nth-child(4) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #f196be));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #f196be 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #f196be 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f196be));
  background: -webkit-linear-gradient(top, transparent, #f196be);
  background: -moz-linear-gradient(top, transparent, #f196be);
  background: linear-gradient(to bottom, transparent, #f196be);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f196be',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f196be', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li:nth-child(4) .box .img-box i.mask2 {
  background: #f196be;
}
#index-body .init-1 .bottom ul li:nth-child(5) .box .img-box svg path {
  stroke: rgba(239,128,23,0.5);
}
#index-body .init-1 .bottom ul li:nth-child(5) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background: -webkit-linear-gradient(top, transparent, var(--color));
  background: -moz-linear-gradient(top, transparent, var(--color));
  background: linear-gradient(to bottom, transparent, var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .bottom ul li:nth-child(5) .box .img-box i.mask2 {
  background: var(--color);
}
#index-body .init-1 .bottom ul li:nth-child(even):hover .box .content {
    -webkit-transform: translateZ(1px) rotateY(180deg);
    -moz-transform: translateZ(1px) rotateY(180deg);
    -ms-transform: translateZ(1px) rotateY(180deg);
    transform: translateZ(1px) rotateY(180deg);
}
#index-body .init-1 .bottom ul li .box .img-box .h6 {
    -webkit-transform: translateZ(-2px) rotateY(180deg);
    -moz-transform: translateZ(-2px) rotateY(180deg);
    -ms-transform: translateZ(-2px) rotateY(180deg);
    transform: translateZ(-2px) rotateY(180deg);
    opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom ul li:nth-child(even) .box .img-box h6 {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    -ms-transform: translateZ(2px);
    transform: translateZ(2px);
}
#index-body .init-1 .bottom ul li:hover .box .img-box i.mask2 {
  opacity: 0;
}
#index-body .init-1 .bottom ul li:hover .box .img-box i.bg,
#index-body .init-1 .bottom ul li:hover .box .img-box h6 {
  opacity: 1;
}
#index-body .init-2 {
  padding: 100px 0;
  margin: 50px 0;
}
#index-body .init-2 .ui.container {
  max-width: 1280px;
}
#index-body .init-2 .left {
  width: 45%;
  padding-right: 5%;
  vertical-align: bottom;
}
#index-body .init-2 .left .title{
  color: #301500;
}
#index-body .init-2 .left .list {
  margin-top: 35px;
}
#index-body .init-2 .left .list ul li {
  margin-top: 64px;
}
#index-body .init-2 .left .list ul li:first-child {
  margin-top: 0;
}
#index-body .init-2 .left .list ul li .box2 {
  padding-left: 70px;
  position: relative;
}
#index-body .init-2 .left .list ul li .box2 i {
  position: absolute;
  left: 0;
  top: 7px;
}
#index-body .init-2 .left .list ul li .box2 i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left .list ul li .box2 .h6 {
  font-weight: bold;
  font-size: 24px;
  color: #301500;
  line-height: 1;
}
#index-body .init-2 .left .list ul li .box2 .text {
  font-size: 18px;
  color: #a0a0a0;
  line-height: 1.39;
  margin-top: 16px;
}
#index-body .init-2 .left .list ul li .box2:hover i img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-2 .right {
  width: 55%;
  vertical-align: bottom;
}
#index-body .init-2 .right .list ul {
  margin: -8px;
}
#index-body .init-2 .right .list ul li {
  padding: 8px;
  vertical-align: middle;
}
#index-body .init-2 .right .list ul li .img-box {
  border-radius: 20px;
}
#index-body .init-2 .right .list ul li .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .init-2 .right .list ul li .img-box:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-2 .right .list ul li:nth-child(1) {
  width: 55%;
}
#index-body .init-2 .right .list ul li:nth-child(1) .img-box {
  height: 520px;
}
#index-body .init-2 .right .list ul li:nth-child(2) {
  width: 45%;
}
#index-body .init-2 .right .list ul li:nth-child(2) .img-box {
  height: 450px;
}
#index-body .init-2 .right .progress {
  margin-top: 35px;
  font-size: 20px;
}
#index-body .init-2 .right .progress h6 {
  font-weight: 700;
  line-height: 1.5;
}
#index-body .init-2 .right .progress em {
  font-weight: 500;
  color: #a0a0a0;
  float: right;
}
#index-body .init-2 .right .progress span {
  margin-top: 6px;
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background: #e5e5e5;
  position: relative;
  display: block;
}
#index-body .init-2 .right .progress span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  border-radius: inherit;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  transition: 4s;
}
#index-body .init-2 .right .progress.active span i {
  width: 92%;
}
#index-body .init-3 {
  padding: 50px 0;
  text-align: center;
}
#index-body .init-3 .ui.container {
  max-width: 1280px;
}
#index-body .init-3 .text {
  margin: 16px auto 30px;
  font-weight: 500;
  font-size: 18px;
  color: #a0a0a0;
  line-height: 1.6;
  max-width: 86%;
}
#index-body .init-3 .text h1 {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .list {
  margin: -30px;
  margin-top: 60px;
  position: relative;
}
#index-body .init-3 .list .swiper {
  overflow: hidden;
}
#index-body .init-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-3 .list ul li {
  padding: 30px;
  height: auto;
}
#index-body .init-3 .list ul li .box {
  padding: 25px;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.17);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.17);
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #301500;
  position: relative;
  top: 0;
}
#index-body .init-3 .list ul li .box i {
  width: 48px;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li .box i img {
  max-width: none;
}
#index-body .init-3 .list ul li .box .h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 3px;
}
#index-body .init-3 .list ul li .box p {
  font-size: 18px;
  line-height: 1.23;
  font-weight: 500;
}
#index-body .init-3 .list ul li .box:hover {
  background: rgba(239, 128, 23, 0.7);
  color: white;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -30px;
}
#index-body .init-3 .list ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-3 .list .swiper-button-next,
#index-body .init-3 .list .swiper-button-prev {
  z-index: 2;
}
#index-body .init-3 .list .swiper-button-prev {
  left: -10%;
}
#index-body .init-3 .list .swiper-button-next {
  right: -10%;
}
#index-body .init-4 {
  margin: 50px 0;
  padding: 70px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-4 i.dog {
  position: absolute;
  z-index: -1;
}
#index-body .init-4 i.dog.dog1 {
  width: 20.9375%;
  height: 36.05150215%;
  background: url("/sldtools/2023/03/09/icon-4-1.png") center center no-repeat;
  background-size: contain;
  left: -10%;
  top: 25%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-4 i.dog.dog1.active {
  -webkit-animation: dogL 5s linear forwards;
  -moz-animation: dogL 5s linear forwards;
  animation: dogL 5s linear forwards;
}
#index-body .init-4 i.dog.dog1.active2 {
  -webkit-transform: translateX(-33%);
  -moz-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
}
#index-body .init-4 i.dog.dog2 {
  width: 18.07291667%;
  height: 26.86695279%;
  background: url("/sldtools/2023/03/09/icon-4-2.png") center center no-repeat;
  background-size: contain;
  right: -11%;
  top: 55%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .init-4 i.dog.dog2.active {
  -webkit-animation: dogR 5s linear forwards;
  -moz-animation: dogR 5s linear forwards;
  animation: dogR 5s linear forwards;
}
#index-body .init-4 i.dog.dog2.active2 {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}
#index-body .init-4 .ui.container {
  max-width: 1280px;
}
#index-body .init-4 .list {
  margin: -20px -10px;
  margin-top: 30px;
}
#index-body .init-4 .list ul li {
  padding: 20px 10px;
}
#index-body .init-4 .list ul li .box {
  height: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 14px;
  background: white;
}
#index-body .init-4 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 270px;
  background-size: contain;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-4-zoom.png') center center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .list ul li .box a.img-box:hover {
  opacity: .7;
}
#index-body .init-4 .list ul li .box a.img-box:hover:after {
  opacity: 1;
}
#index-body .init-4 .list ul li .box span.cat {
  display: block;
  font-size: 18px;
  color: #a0a0a0;
  margin-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.6;
}
#index-body .init-4 .list ul li .box span.cat:hover {
  color: var(--color);
}
#index-body .init-4 .list ul li .box .h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  margin: 5px 0 10px;
  line-height: 1.25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .box .h6:hover {
  color: var(--color);
}
#index-body .init-4 .list ul li .box a.more {
  line-height: 33px;
  height: 35px;
  font-size: 16px;
  padding: 0 23px;
}
#index-body .init-4 .list ul li .box a.more img {
  max-width: 18px;
}
#index-body .init-5 {
  padding: 60px 0;
}
#index-body .init-5 .ui.container {
  max-width: 1282px;
}
#index-body .init-5 a.more {
  float: right;
  margin-top: 25px;
}
#index-body .init-5 .list {
  margin: -13px;
  margin-top: 50px;
}
#index-body .init-5 .list ul li {
  padding: 13px;
}
#index-body .init-5 .list ul li a.img-box {
  height: 252px;
  border-radius: 15px;
  z-index: 1;
}
#index-body .init-5 .list ul li a.img-box span {
  line-height: 26px;
  height: 26px;
  padding: 0 13px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #301500;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 15px;
  bottom: 15px;
}
#index-body .init-5 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  z-index: -1;
}
#index-body .init-5 .list ul li a.img-box:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-5 .list ul li .h6 {
  margin: 16px 0;
  font-weight: bold;
  font-size: 25px;
  color: #301500;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .h6:hover {
  color: var(--color);
}
#index-body .init-5 .list ul li time {
  margin: 15px 0 10px;
  font-weight: 500;
  font-size: 18px;
  color: #a0a0a0;
  display: block;
  line-height: 1.39;
}
#index-body .init-5 .list ul li time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#index-body .init-5 .list ul li p {
  font-size: 18px;
  color: #a0a0a0;
  line-height: 1.1;
}
#index-body .init-5 .list ul li a.link {
  margin-top: 25px;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: var(--color);
  line-height: 1;
}
#index-body .init-5 .list ul li a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li a.link:hover img {
  left: 10px;
}
#index-body .init-6 {
  margin-top: 50px;
  padding: 40px 0 60px;
  text-align: center;
}
#index-body .init-6 .list {
  margin-top: 60px;
}
#index-body .init-6 .list ul {
  margin: -10px;
}
#index-body .init-6 .list ul li {
  padding: 10px;
}
#index-body .init-6 .list ul li img {
  display: block;
  margin: 0 auto;
}
#index-body .init-6 .list ul{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
@-webkit-keyframes dogL {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  40% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  80% {
    -webkit-transform: translateX(-33%);
    transform: translateX(-33%);
  }
  to {
    -webkit-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}
@-moz-keyframes dogL {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  40% {
    -moz-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  80% {
    -moz-transform: translateX(-33%);
    transform: translateX(-33%);
  }
  to {
    -moz-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}
@keyframes dogL {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  40% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  80% {
    -webkit-transform: translateX(-33%);
    -moz-transform: translateX(-33%);
    transform: translateX(-33%);
  }
  to {
    -webkit-transform: translateX(-33%);
    -moz-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}
@-webkit-keyframes dogR {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  40% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  80% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  to {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@-moz-keyframes dogR {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
  40% {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
  80% {
    -moz-transform: translateX(30%);
    transform: translateX(30%);
  }
  to {
    -moz-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@keyframes dogR {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
  40% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
  80% {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    transform: translateX(30%);
  }
  to {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    transform: translateX(30%);
  }
}
#footer {
  background: url("../images/icon-f-2.jpg") right bottom 20px no-repeat;
  background-size: auto;
  overflow: hidden;
}
#footer .footer-top {
  padding: 60px 0 40px;
  border-top: 1px #b8b8b8 dotted;
}
#footer .footer-top .box .left {
  width: 35%;
  padding-right: 11%;
  position: relative;
}
#footer .footer-top .box .left .logo {
  display: block;
}
#footer .footer-top .box .left .text {
  font-size: 18px;
  line-height: 1.39;
  color: #a0a0a0;
  margin: 30px 0;
}
#footer .footer-top .box .left .fr {
  position: absolute;
  right: 5%;
  margin-top: -3%;
  z-index: -1;
}
#footer .footer-top .box .left .share a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: black;
  background: #f5f5f5;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .left .share a:hover {
  color: white;
  background-color: var(--color);
}
#footer .footer-top .box .right {
  width: 65%;
}
#footer .footer-top .box .right .box2 {
  margin: -10px;
}
#footer .footer-top .box .right .box2 .slide {
  padding: 10px;
}
#footer .footer-top .box .right .box2 .slide .h4 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 1.2;
  margin-bottom: 31px;
}
#footer .footer-top .box .right .box2 .slide .info {
  max-width: 350px;
}
#footer .footer-top .box .right .box2 .slide .info ul li {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  padding-left: 35px;
  position: relative;
  line-height: 1.25;
}
#footer .footer-top .box .right .box2 .slide .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
}
#footer .footer-top .box .right .box2 .slide .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .box .right .box2 .slide .info ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .right .box2 .slide .info ul li:last-child i {
  top: 6px;
}
#footer .footer-top .box .right .box2 .slide .navList ul li {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
#footer .footer-top .box .right .box2 .slide .navList ul li:hover {
  color: var(--color);
}
#footer .footer-top .box .right .box2 .slide .navList ul li:last-nth-child(2) {
  margin-bottom: 0;
}
#footer .footer-top .box .right .box2 .slide .navList ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .right .box2 .slide .navList ul li.menu-item-381762,
#footer .footer-top .box .right .box2 .slide .navList ul li ul{
  display: none;
}
#footer .footer-top .box .right .box2 .slide .form ul {
  margin: -5px;
}
#footer .footer-top .box .right .box2 .slide .form ul li {
  padding: 5px;
}
#footer .footer-top .box .right .box2 .slide .form ul li input,
#footer .footer-top .box .right .box2 .slide .form ul li textarea {
  line-height: 1.5;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px #a0a0a0 dotted;
  font-size: 16px;
  color: #a0a0a0;
  width: 100%;
}
#footer .footer-top .box .right .box2 .slide .form ul li textarea {
  height: 70px;
}
#footer .footer-top .box .right .box2 .slide .form ul li a.more {
  font-size: 16px;
  line-height: 40px;
  height: 44px;
  padding: 0 14px;
  float: right;
}
#footer .footer-top .box .right .box2 .slide .form ul li a.more img {
  max-width: 16px;
}
#footer .footer-top .box .right .box2 .slide:nth-child(1) {
  width: 45.28301887%;
}
#footer .footer-top .box .right .box2 .slide:nth-child(2) {
  width: 28.30188679%;
}
#footer .footer-top .box .right .box2 .slide:nth-child(3) {
  width: 26.41509434%;
}
#footer .footer-bottom .box {
  border-top: 1px #b8b8b8 dotted;
  padding: 15px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
}
#footer .footer-bottom .box svg {
  max-height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #a0a0a0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: -1px;
}
#footer .footer-bottom .box svg:hover {
  fill: var(--color);
}
#footer .footer-bottom .box a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box a:hover {
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #banner .swiper-slide .box .h2 {
    font-size: 60px;
  }
  #banner .swiper-button-prev {
    left: 10px;
  }
  #banner .swiper-button-next {
    right: 10px;
  }
  .text {
    font-size: 20px;
  }
  #index-body .init-1 .bottom ul li .box {
    font-size: 8px;
  }
  #index-body .init-1 .bottom ul li {
    padding: 30px;
  }
  #index-body .init-1 .bottom ul {
    margin: -30px;
  }
  .title {
    font-size: 34px;
  }
  span.tag {
    font-size: 18px;
  }
  #index-body .init-3 .list {
    margin-top: 40px;
  }
  #index-body .init-3 .list ul li .box {
    padding: 15px;
  }
  #index-body .init-3 .list ul li .box .h6 {
    font-size: 20px;
  }
  #index-body .init-3 .list ul li .box p {
    font-size: 16px;
  }
  a.more {
    line-height: 40px;
    height: 42px;
    font-size: 18px;
    padding: 0 20px;
  }
  #footer .footer-top .box .right .box2 .slide .info ul li,
  #footer .footer-top .box .right .box2 .slide .navList ul li {
    font-size: 18px;
  }
  .text.mt-10.mb-10 {
    display: none;
  }
  .about-1.about2 {
    display: none;
  }
  .init-3.mask.inits4 {
    display: none;
  }
  #index-body .init-1 .bottom ul li .box .img-box{
    height: 24em;
  }
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1250px;
  }
  #banner .swiper-slide .box .h2,
  #index-body .init-1 .top .left .h3 {
    font-size: 48px;
  }
  #banner .swiper-slide .box .content {
    max-width: 50%;
  }
  #index-body .init-1 .bottom {
    margin-top: 60px;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  #index-body .init-2 .left .list ul li .box2 .text,
  #index-body .init-2 .right .progress {
    font-size: 16px;
  }
  #index-body .init-2 .right .list ul li:nth-child(1) .img-box {
    height: 480px;
  }
  #index-body .init-2 .right .list ul li:nth-child(2) .img-box {
    height: 400px;
  }
  #index-body .init-4 .list ul li .box a.img-box {
    height: 220px;
  }
  #index-body .init-5 .list ul li .h6 {
    font-size: 22px;
  }
  #footer .footer-top .box .left .fr {
    max-width: 55%;
    margin-top: -5%;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .swiper-slide .box .h2,
  #index-body .init-1 .top .left .h3 {
    font-size: 36px;
  }
  .text {
    font-size: 16px;
  }
  #index-body .init-1 .bottom ul li {
    padding: 15px;
  }
  #index-body .init-1 .bottom ul {
    margin: -15px;
  }
  #index-body .init-1 .bottom ul li .box {
    font-size: 6px;
  }
  .title {
    font-size: 28px;
  }
  #index-body .init-2 .left .list ul li .box2 .h6 {
    font-size: 20px;
  }
  #index-body .init-2 .left .list ul li {
    margin-top: 10px;
  }
  #index-body .init-2 .right .list ul li:nth-child(1) .img-box {
    height: 400px;
  }
  #index-body .init-2 .right .list ul li:nth-child(2) .img-box {
    height: 320px;
  }
  #index-body .init-4 .list ul li .box a.img-box {
    height: 190px;
  }
  #index-body .init-4 .list ul li .box span.cat {
    font-size: 16px;
  }
  #index-body .init-4 .list ul li .box .h6 {
    font-size: 20px;
  }
  #index-body .init-4 .list ul li {
    padding: 5px;
  }
  #index-body .init-4 .list ul {
    margin: -5px;
  }
  #index-body .init-5 .list {
    margin-top: 30px;
  }
  #index-body .init-5 .list ul li .h6 {
    font-size: 18px;
  }
  #index-body .init-5 .list ul li time {
    font-size: 14px;
  }
  #index-body .init-5 .list ul li p {
    font-size: 16px;
  }
  #index-body .init-5 .list ul li a.link {
    font-size: 18px;
    margin-top: 15px;
  }
  #index-body .init-5 {
    padding: 30px 0;
  }
  #index-body .init-6 .list {
    margin-top: 30px;
  }
  #footer .footer-top .box .left {
    width: 40%;
    padding-right: 5%;
  }
  #footer .footer-top .box .right {
    width: 60%;
  }
  #footer .footer-top .box .right .box2 .slide:nth-child(1) {
    width: 60%;
  }
  #footer .footer-top .box .right .box2 .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .box .right .box2 .slide:nth-child(3) {
    width: 40%;
  }
  #footer .footer-top .box .right .box2 .slide .form ul li input,
  #footer .footer-top .box .right .box2 .slide .form ul li textarea {
    padding: 4px 10px;
    font-size: 16px;
  }
  #footer .footer-top .box .right .box2 .slide .form ul li a.more {
    line-height: 34px;
    height: 36px;
    font-size: 16px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #index-body .init-1 .bottom ul li .box .h6{
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .swiper-slide .box .h2,
  #index-body .init-1 .top .left .h3 {
    font-size: 28px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  #banner .swiper-slide .box .content {
    margin-left: 0;
  }
  .mask:after,
  .mask:before {
    height: 20px;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  .title {
    font-size: 24px;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
  }
  #index-body .init-2 .right .list {
    display: none;
  }
  #index-body .init-2,
  #index-body .init-4 {
    margin: 20px 0;
  }
  #footer .footer-top .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #footer .footer-top .box .left .fr {
    margin-top: -12%;
  }
  #index-body .init-1 .bottom ul li{
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .swiper-slide .box .h2,
  #index-body .init-1 .top .left .h3 {
    font-size: 24px;
  }
  a.more {
    line-height: 34px;
    height: 36px;
    font-size: 14px;
    padding: 0 15px;
  }
  a.more img {
    max-width: 12px;
  }
  #index-body .init-1 .bottom ul li .box {
    font-size: 8px;
  }
  #index-body .init-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .top .right {
    display: none;
  }
  #index-body .init-3 .text {
    max-width: none;
    font-size: 16px;
  }
  #index-body .init-4 {
    padding: 40px 0;
  }
  #footer .footer-top .box .right .box2 .slide .info ul li,
  #footer .footer-top .box .right .box2 .slide .navList ul li {
    font-size: 15px;
  }
  #footer .footer-top .box .right .box2 .slide .info ul li:last-child i {
    top: 1px;
  }
  #footer .footer-top .box .right .box2 .slide .h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .box .content {
    max-width: none;
  }
  #banner .swiper-slide .box .h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-1 .bottom ul li {
    width: 50%;
  }
  #index-body .init-1 .bottom ul li .box {
    font-size: 6px;
  }
  #footer .footer-top .box .right .box2 .slide:nth-child(1) {
    width: 100%;
  }
  #footer .footer-top .box .right .box2 .slide:nth-child(3) {
    width: 100%;
  }
  #footer .footer-top .box .left .text {
    font-size: 16px;
  }
  #index-body .init-1 .bottom ul li{
    width: 50%;
  }
}
.inner-banner {
  height: 665px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 15%;
  color: #fefefe;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 55px;
  background: url("/sldtools/2023/03/09/init-1-mask.png") center bottom no-repeat;
  position: absolute;
  bottom: 60px;
  left: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-banner h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
}
.inner-banner .mbx {
  font-weight: 500;
  color: transparent;
  line-height: 1.5;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  font-size: 24px;
  color: #fefefe;
  margin: 0 .5em;
}
.inner-banner .mbx a {
  position: relative;
}
.inner-banner .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: .5em;
}
.about-page {
  overflow: hidden;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .title {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: #301500;
}
.inner-page .title small {
  display: block;
  font-size: 0.8em;
  margin-top: .3em;
}
.inner-page .text {
  font-size: 18px;
  line-height: 1.6;
  color: #a0a0a0;
  font-weight: normal;
}
.inner-page .ui.container {
  max-width: 1280px;
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.inner-page .productList ul {
  margin: -5px;
}
.inner-page .productList ul li {
  padding: 5px;
}
.inner-page .productList ul li .box {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  overflow: hidden;
}
.inner-page .productList ul li .box a.img-box {
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
.inner-page .productList ul li .box .content {
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .box .content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/icon-product-bg.png") center right 5% no-repeat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.inner-page .productList ul li .box .content h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 69px;
}
.inner-page .productList ul li .box .content a.link {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  font-weight: 500;
  font-size: 16px;
  display: block;
  -webkit-transition: 0.5s border-top-color;
  -moz-transition: 0.5s border-top-color;
  transition: 0.5s border-top-color;
}
.inner-page .productList ul li .box:hover .content {
  color: white;
  background-color: var(--color);
}
.inner-page .productList ul li .box:hover .content:after {
  opacity: 1;
}
.inner-page .productList ul li .box:hover .content a.link {
  border-top-color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.about-page .about-1 {
  padding: 80px 0 100px;
}
.about-page .about-1 .box .left {
  width: 40%;
  vertical-align: middle;
}
.about-page .about-1 .box .left .img-box {
  height: 600px;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  position: relative;
}
.about-page .about-1 .box .left .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid white;
  border-radius: inherit;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 1;
}
.about-page .about-1 .box .right {
  width: 60%;
  padding-left: 3%;
  vertical-align: middle;
}
.about-page .about-1 .box .right .text {
  padding: 25px 0;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 35px;
}
.about-page .about-1 .box .right .text p {
  padding-top: 25px;
}
.about-page .about-1 .box .right .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  margin-top: 90px;
}
.about-page .about-1 .list ul {
  margin: -40px;
}
.about-page .about-1 .list ul li {
  padding: 50px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .list ul li .box {
  position: relative;
  /*-webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 10px;
}
.about-page .about-1 .list ul li .box .img-box {
  height: 19.5em;
  position: relative;
  z-index: -1;
  overflow: unset;
  -webkit-transform: rotateY(180deg) translateZ(1px);
  -moz-transform: rotateY(180deg) translateZ(1px);
  -ms-transform: rotateY(180deg) translateZ(1px);
  transform: rotateY(180deg) translateZ(1px);
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box .img-box svg {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 7%;
  border-radius: 15px;
  -webkit-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -moz-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -ms-transform: rotate(0deg) scale(1.13) rotateY(180deg);
  transform: rotate(0deg) scale(1.13) rotateY(180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-width: .6px;
  display: block !important;
}
.about-page .about-1 .list ul li .box .img-box svg path {
  stroke: #4da4da;
}
.about-page .about-1 .list ul li .box .img-box i.mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4da4da;
  z-index: -2;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -ms-transform: translateZ(-1px);
  transform: translateZ(-1px);
  -webkit-mask-image: url("../images/icon-mb.png");
  mask-image: url("../images/icon-mb.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.about-page .about-1 .list ul li .box .content {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: white;
  padding: 0 5%;
}
.about-page .about-1 .list ul li .box .content h6 {
  font-size: 6.5em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.about-page .about-1 .list ul li .box .content h6 sup {
  font-size: 0.61428571em;
  margin-left: -10px;
}
.about-page .about-1 .list ul li .box .content p {
  font-weight: 500;
  font-size: 2em;
}
.about-page .about-1 .list ul li:nth-child(odd) .box .img-box {
  -webkit-transform: rotateY(0deg) translateZ(1px);
  -moz-transform: rotateY(0deg) translateZ(1px);
  -ms-transform: rotateY(0deg) translateZ(1px);
  transform: rotateY(0deg) translateZ(1px);
}
.about-page .about-1 .list ul li:nth-child(1) .box .img-box svg path {
  stroke: var(--color);
}
.about-page .about-1 .list ul li:nth-child(1) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background: -webkit-linear-gradient(top, transparent, var(--color));
  background: -moz-linear-gradient(top, transparent, var(--color));
  background: linear-gradient(to bottom, transparent, var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}
.about-page .about-1 .list ul li:nth-child(1) .box .img-box i.mask2 {
  background: var(--color);
}
.about-page .about-1 .list ul li:nth-child(2) .box .img-box svg path {
  stroke: #4da4da;
}
.about-page .about-1 .list ul li:nth-child(2) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #4da4da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #4da4da 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #4da4da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4da4da));
  background: -webkit-linear-gradient(top, transparent, #4da4da);
  background: -moz-linear-gradient(top, transparent, #4da4da);
  background: linear-gradient(to bottom, transparent, #4da4da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4da4da', GradientType=0);
  /* 兼容IE5~IE9 */
}
.about-page .about-1 .list ul li:nth-child(2) .box .img-box i.mask2 {
  background: #4da4da;
}
.about-page .about-1 .list ul li:nth-child(3) .box .img-box svg path {
  stroke: #7bc244;
}
.about-page .about-1 .list ul li:nth-child(3) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #7bc244));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #7bc244 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #7bc244 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7bc244));
  background: -webkit-linear-gradient(top, transparent, #7bc244);
  background: -moz-linear-gradient(top, transparent, #7bc244);
  background: linear-gradient(to bottom, transparent, #7bc244);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#7bc244',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#7bc244', GradientType=0);
  /* 兼容IE5~IE9 */
}
.about-page .about-1 .list ul li:nth-child(3) .box .img-box i.mask2 {
  background: #7bc244;
}
.about-page .about-1 .list ul li:nth-child(4) .box .img-box svg path {
  stroke: #f196be;
}
.about-page .about-1 .list ul li:nth-child(4) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #f196be));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #f196be 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #f196be 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f196be));
  background: -webkit-linear-gradient(top, transparent, #f196be);
  background: -moz-linear-gradient(top, transparent, #f196be);
  background: linear-gradient(to bottom, transparent, #f196be);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f196be',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f196be', GradientType=0);
  /* 兼容IE5~IE9 */
}
.about-page .about-1 .list ul li:nth-child(4) .box .img-box i.mask2 {
  background: var(--color);
}
.about-page .about-1 .list ul li:nth-child(5) .box .img-box svg path {
  stroke: var(--color);
}
.about-page .about-1 .list ul li:nth-child(5) .box .img-box i.bg:after {
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background: -webkit-linear-gradient(top, transparent, var(--color));
  background: -moz-linear-gradient(top, transparent, var(--color));
  background: linear-gradient(to bottom, transparent, var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}
.about-page .about-1 .list ul li:nth-child(5) .box .img-box i.mask2 {
  background: var(--color);
}
.about-page .about-1 .list ul li:hover .box .img-box {
    -webkit-transform: rotateY(0) translateZ(1px);
    -moz-transform: rotateY(0) translateZ(1px);
    -ms-transform: rotateY(0) translateZ(1px);
    transform: rotateY(0) translateZ(1px);
}
.about-page .about-1 .list ul li:nth-child(odd):hover .box .img-box {
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -moz-transform: rotateY(180deg) translateZ(1px);
    -ms-transform: rotateY(180deg) translateZ(1px);
    transform: rotateY(180deg) translateZ(1px);
}
.about-page .about-2 {
  padding: 100px 0 50px;
  background: url("../images/about-2-1-bg.jpg") center left no-repeat;
  background-size: auto 100%;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.about-page .about-2:after {
  content: '';
  width: 56%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 70px;
  background: url("../images/about-2-2-bg.png") center left no-repeat;
  background-size: auto 100%;
  z-index: -1;
}
.about-page .about-2 .left {
  width: 40%;
  vertical-align: middle;
}
.about-page .about-2 .left .text {
  padding: 30px 0;
  position: relative;
}
.about-page .about-2 .left .text:after {
  content: '';
  width: 150%;
  height: 1px;
  background: #cccbc9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.about-page .about-2 .left img {
  margin-top: 35px;
  margin-left: auto;
  display: block;
}
.about-page .about-2 .right {
  width: 60%;
  vertical-align: middle;
  text-align: right;
  margin-top: 10%;
}
.about-page .about-2 .right .play {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: white;
  position: relative;
  margin-right: 10%;
  display: block;
  margin-left: auto;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .right .play i {
  border-left: 24px solid var(--color);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .right .play:after,
.about-page .about-2 .right .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: inherit;
}
.about-page .about-2 .right .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 .list {
  margin: 50px -90px 0;
}
.about-page .about-3 .list ul li {
  padding: 30px;
}
.about-page .about-3 .list ul li .box {
  position: relative;
  text-align: left;
}
.about-page .about-3 .list ul li .box span {
  font-weight: bold;
  font-size: 25px;
  color: #301500;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}
.about-page .about-3 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}
.about-page .about-3 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}
.about-page .about-3 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}
.about-page .about-3 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  color: #301500;
  margin: 15px 0;
  line-height: 1.4;
}
.about-page .about-3 .list ul li .box .content .text {
  font-size: 18px;
  color: #a0a0a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.about-page .about-3 .list ul li .box .content + span {
  margin-bottom: 0;
  margin-top: 30px;
}
.about-page .about-3 .list ul li .box .content + span:after {
  border-bottom: none;
  border-top: 22px solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: -30px;
}
.about-page .about-4 {
  padding-bottom: 80px;
  text-align: center;
}
.about-page .about-4 .aboutBox {
  position: relative;
}
.about-page .about-4 .list {
  margin-top: 35px;
}
.about-page .about-4 .list ul li {
  padding: 0 15px;
}
.about-page .about-4 .list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-4 .list ul li a img {
  display: block;
  width: 100%;
}
.about-page .about-4 .list ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list ul li a h6 {
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  background: var(--color);
  color: white;
  font-weight: 500;
  font-size: 26px;
  /*text-transform: uppercase;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-page .about-4 .list ul li a:hover:after {
  opacity: 1;
}
.about-page .about-4 .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-page .about-4 .swiper-button-prev {
  left: -10%;
}
.about-page .about-4 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-4 .swiper-button-next {
  right: -10%;
}
.about-page .about-4 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.contact-page .contact-1 {
  padding-bottom: 100px;
}
.contact-page .contact-1 .left {
  vertical-align: middle;
}
.contact-page .contact-1 .left #mapContainer {
  height: 550px;
}
.contact-page .contact-1 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.contact-page .contact-1 .right .text {
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 1.4;
  margin: 25px 0 40px;
}
.contact-page .contact-1 .right h6 {
  font-size: 24px;
  color: #301500;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-page .contact-1 .right .info {
  margin-top: 30px;
}
.contact-page .contact-1 .right .info ul {
  margin: -30px;
}
.contact-page .contact-1 .right .info ul li {
  padding: 30px;
}
.contact-page .contact-1 .right .info ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .info ul li .box2 {
  position: relative;
  padding-left: 90px;
}
.contact-page .contact-1 .right .info ul li .box2 i {
  position: absolute;
  left: 0;
  top: 3%;
}
.contact-page .contact-1 .right .info ul li .box2 h6 {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-page .contact-1 .right .info ul li .box2 .text {
  margin: 0;
  font-size: 18px;
}
.contact-page .contact-2 {
  padding: 110px 0 90px;
}
.contact-page .contact-2 .box {
  padding: 40px 55px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  text-align: center;
}
.contact-page .contact-2 .box .form {
  margin-top: 50px;
}
.contact-page .contact-2 .box .form ul {
  margin: -15px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  line-height: 1.3;
  padding: 20px;
  border: none;
  background: #f2f2f2;
  font-size: 18px;
  color: black;
  display: block;
}
.contact-page .contact-2 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .box .form ul li textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.contact-page .contact-2 .box .form ul li input:-moz-placeholder, .contact-page .contact-2 .box .form ul li textarea:-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .contact-2 .box .form ul li input::-moz-placeholder, .contact-page .contact-2 .box .form ul li textarea::-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .contact-2 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .box .form ul li textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.contact-page .contact-2 .box .form ul li input::placeholder,
.contact-page .contact-2 .box .form ul li textarea::placeholder {
  color: #a0a0a0;
}
.contact-page .contact-2 .box .form ul li textarea {
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-33 {
  width: 33.33%;
}
.contact-page .contact-2 .box .form ul li.wid-50 {
  width: 50%;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.gallery-page .gallery-1 {
  padding: 100px 0 80px;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  border-radius: 15px;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 128, 23, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
.faq-page .faq-1 {
  padding: 100px 0 60px;
  text-align: center;
}
.faq-page .faq-1 .title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.5;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after,
.faq-page .faq-1 .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  padding: 20px;
  display: none;
  line-height: 1.5;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i:after,
.faq-page .faq-1 .list ul li.active h6 i:before {
  background: white;
}
.news-page .news-1 {
  padding: 100px 0 80px;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 252px;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 24px;
  color: #301500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.6;
  color: #a0a0a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 6em;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  font-weight: 600;
  font-size: 22px;
  color: var(--color);
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.newdet-page .newdet-1 {
  padding: 80px 0 140px;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-weight: bold;
  line-height: 1.3;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #a0a0a0;
  line-height: 1.5;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 40px 0;
  text-align: left;
  border-top: 1px #301500 dotted;
  border-bottom: 1px #301500 dotted;
}
.newdet-page .newdet-1 .m-link {
  font-size: 22px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 1.4;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: var(--color);
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: var(--color);
}
.newdet-page .newdet-2 {
  padding-bottom: 85px;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
.product-page {
  padding: 100px 0 60px;
}
.product-page .sidebarBox .sideLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .sidebarBox .sideLeft form {
  line-height: 70px;
  height: 70px;
  position: relative;
  background-color: #301500;
  border-radius: 5px;
}
.product-page .sidebarBox .sideLeft form input {
  height: 100%;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 70px;
  font-weight: 500;
  font-size: 18px;
  color: white;
  border: none;
  background: transparent;
}
.product-page .sidebarBox .sideLeft form input::-webkit-input-placeholder {
  color: white;
}
.product-page .sidebarBox .sideLeft form input:-moz-placeholder {
  color: white;
}
.product-page .sidebarBox .sideLeft form input::-moz-placeholder {
  color: white;
}
.product-page .sidebarBox .sideLeft form input:-ms-input-placeholder {
  color: white;
}
.product-page .sidebarBox .sideLeft form input::placeholder {
  color: white;
}
.product-page .sidebarBox .sideLeft form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  padding: 0;
  width: 70px;
}
.product-page .sidebarBox .sideLeft .side {
  border-radius: 5px;
  padding: 45px 20px;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}
.product-page .sidebarBox .sideLeft .side h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .sidebarBox .sideLeft .side .navList {
  margin-top: 40px;
}
.product-page .sidebarBox .sideLeft .side .navList ul li a {
  padding: 7px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #7e7e7e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.4;
}
.product-page .sidebarBox .sideLeft .side .navList ul li a:hover,
.product-page .sidebarBox .sideLeft .side .navList ul li a.active {
  color: var(--color);
}
.product-page .sidebarBox .sideLeft .side .navList ul li ul li {
  padding-left: 15px;
}
.product-page .sidebarBox .sideLeft .side .prcList {
  margin-top: 15px;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .img {
  width: 25%;
  vertical-align: middle;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .img .img-box {
  height: 65px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content {
  width: 75%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content h6 {
  font-weight: 600;
  font-size: 16px;
  color: #301500;
  line-height: 1.8;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star {
  letter-spacing: 2px;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:after,
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "FontAwesome";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:after {
  color: #666;
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:before {
  color: var(--color);
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.one:before {
  content: "\f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.one:after {
  content: "\f005 \f005 \f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.two:before {
  content: "\f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.two:after {
  content: "\f005 \f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.three:before {
  content: "\f005 \f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.three:after {
  content: "\f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.four:before {
  content: "\f005 \f005 \f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.four:after {
  content: "\f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.five:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li .content .star.five:after {
  content: "";
}
.product-page .sidebarBox .sideLeft .side .prcList ul li:last-child {
  border-bottom: none;
}
.product-page .sidebarBox .sideRight {
  width: 75%;
  padding-left: 2%;
}
.production-page {
  overflow: hidden;
}
.production-page .title small {
  margin-top: 0;
}
.production-page .production-1 {
  padding: 110px 0;
  text-align: center;
}
.production-page .production-1 .list {
  margin-top: 55px;
  padding: 0 30%;
  padding-top: 25px;
}
.production-page .production-1 .list ul li {
  padding: 5px;
}
.production-page .production-1 .list ul li .box {
  padding: 35px 20px 25px;
  background: #e6e6e6;
  opacity: .5;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
}
.production-page .production-1 .list ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.production-page .production-1 .list ul li .box .text {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 14.8em;
}
.production-page .production-1 .list ul li .box h6 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color);
  line-height: 1.5;
}
.production-page .production-1 .list ul li.swiper-slide-active .box {
  top: -25px;
  background: var(--color);
  color: white;
  opacity: 1;
}
.production-page .production-1 .list ul li.swiper-slide-active .box i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.production-page .production-1 .list ul li.swiper-slide-active .box .text {
  color: inherit;
}
.production-page .production-1 .list ul li.swiper-slide-active .box h6 {
  color: inherit;
}
.production-page .production-1 .list ul li.swiper-slide-prev .box {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  transform: scale(0.84);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 90%;
  margin-left: auto;
}
.production-page .production-1 .list ul li.swiper-slide-next .box {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  transform: scale(0.84);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: 90%;
}
.production-page .production-2 {
  background: url("../images/production-2-bg.jpg") center left no-repeat;
  background-size: auto 100%;
  margin-top: 60px;
  position: relative;
  margin-bottom: 90px;
}
.production-page .production-2 .box {
  width: 55%;
  padding-left: 4%;
  margin-left: auto;
  display: block;
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f7f7f7;
  position: relative;
  top: -60px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.production-page .production-2 .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
  z-index: -1;
}
.production-page .production-2 .box h2 {
  white-space: nowrap;
}
.production-page .production-2 .box .list {
  margin-top: 40px;
  overflow: hidden;
}
.production-page .production-2 .box .list ul {
  margin: -33px -25px;
}
.production-page .production-2 .box .list ul li {
  padding: 33px 25px;
}
.production-page .production-2 .box .list ul li h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 1.5;
}
.production-page .production-2 .box .list ul li h6 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.production-page .production-2 .box .list ul li .text {
  margin-top: 10px;
}
.production-page .production-2 .box .list ul li:nth-child(odd) {
  border-right: 1px solid #c1c1c1;
}
.production-page .production-2 .box .list ul li:nth-child(2) ~ li {
  border-top: 1px solid #c1c1c1;
}
.prodet-page .ui.container {
  max-width: 1450px;
}
.prodet-page .title {
  font-size: 45px;
}
.prodet-page .prodet-1 {
  padding: 110px 0;
}
.prodet-page .prodet-1 .left {
  width: 46%;
  vertical-align: top;
}
.prodet-page .prodet-1 .left a.img-box {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.prodet-page .prodet-1 .right {
  width: 54%;
  vertical-align: middle;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h2 {
  font-size: 32px;
  font-weight: 600;
  color: #301500;
  line-height: 1.3;
}
.prodet-page .prodet-1 .right h1.cat {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color);
  margin-top: .3em;
}
.prodet-page .prodet-1 .right .text {
  margin: 25px 0;
  font-weight: 500;
  line-height: 1.6;
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .info {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .right .info a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 5px;
  background: #eee;
  font-size: 20px;
  color: #301500;
  margin-right: 5px;
  margin-bottom: 5px;
}
.shangxia{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #301500;
}
.prodet-page .prodet-1 .right .info a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .smallImg {
  margin-top: 2%;
}
.prodet-page .prodet-1 .right .smallImg ul {
  margin: -15px;
}
.prodet-page .prodet-1 .right .smallImg ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .content {
  margin-top: 40px;
  font-size: 18px;
}
.prodet-page .prodet-2 .content table tr td {
  border: none;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: #efefef;
}
.prodet-page .prodet-2 .content table tr:first-child {
  background: #c9c9c9;
  color: white;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 .productList {
  margin-top: 45px;
}
.prodet-page .prodet-4 {
  padding: 120px 0 80px;
}
.prodet-page .prodet-4 .form {
  margin-top: 40px;
}
.prodet-page .prodet-4 .form ul {
  margin: -30px -13px;
}
.prodet-page .prodet-4 .form ul li {
  padding: 30px 13px;
}
.prodet-page .prodet-4 .form ul li input,
.prodet-page .prodet-4 .form ul li textarea {
  line-height: 50px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-4 .form ul li textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input:-moz-placeholder, .prodet-page .prodet-4 .form ul li textarea:-moz-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input::-moz-placeholder, .prodet-page .prodet-4 .form ul li textarea::-moz-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input:-ms-input-placeholder, .prodet-page .prodet-4 .form ul li textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input::placeholder,
.prodet-page .prodet-4 .form ul li textarea::placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input:focus,
.prodet-page .prodet-4 .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-4 .form ul li.wid-100 {
  width: 100%;
}
.service-page .title small {
  margin-top: 0;
}
.service-page .service-1 {
  padding: 100px 0 30px;
}
.service-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}
.service-page .service-1 .box .left .list ul {
  margin: -15px;
}
.service-page .service-1 .box .left .list ul li {
  padding: 15px;
}
.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}
.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}
.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}
.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 1.5;
  margin: 25px 0;
}
.service-page .service-1 .box .left .list ul li .box2 .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
}
.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}
.service-page .service-1 .box .right {
  width: 48%;
}
.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}
.service-page .about-3 .list {
  margin: 80px -30px 0;
}
.service-page .about-3 .swiper-button-prev {
  left: -10%;
}
.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .swiper-button-next {
  right: -10%;
}
.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .contact-2 {
  margin-top: 40px;
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
}
.service-page .contact-2 .box {
  background: white;
}
.service-page .service-2 {
  padding-bottom: 150px;
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}
.service-page .service-2 img {
  margin: 45px auto 0;
}
@media screen and (max-width: 1700px) {
  .inner-banner {
    height: 400px;
    padding-top: 10%;
  }
  .inner-banner h2 {
    font-size: 54px;
  }
  .inner-banner .mbx a,
  .inner-banner .mbx span {
    font-size: 18px;
  }
  .service-page .service-1 {
    padding: 50px 0 30px;
  }
  .service-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }
  .about-page .about-3 {
    padding: 70px 0;
  }
  .inner-page .title {
    font-size: 40px;
  }
  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }
  .service-page .about-3 .list {
    margin: 40px -20px 0;
  }
  .about-page .about-3 .list ul li {
    padding: 20px;
  }
  .contact-page .contact-2 .box .form ul li input,
  .contact-page .contact-2 .box .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 5px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right span.cat {
    font-size: 32px;
  }
  .inner-page .text {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .info a {
    padding: 7px 12px;
    font-size: 18px;
  }
  .prodet-page .prodet-1,
  .prodet-page .prodet-4,
  .production-page .production-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .production-page .production-2 .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .about-4 .swiper-button-prev {
    left: 0;
  }
  .about-page .about-4 .swiper-button-next {
    right: 0;
  }
  .product-page .sidebarBox .sideLeft .side {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .product-page .sidebarBox .sideLeft .side h5 {
    font-size: 20px;
  }
  .product-page .sidebarBox .sideLeft .side .navList {
    margin-top: 20px;
  }
  .product-page .sidebarBox .sideLeft .side .navList ul li a {
    padding: 5px 0;
    font-size: 18px;
  }
  .product-page .sidebarBox .sideLeft .side .prcList ul li {
    padding: 10px 0;
  }
  .product-page .sidebarBox .sideLeft .side .prcList ul li .content h6 {
    font-size: 18px;
  }
  .product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:after,
  .product-page .sidebarBox .sideLeft .side .prcList ul li .content .star:before {
    font-size: 14px;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1,
  .faq-page .faq-1,
  .gallery-page .gallery-1,
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .inner-page .m-page {
    margin-top: 60px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content,
  .contact-page .contact-1 .right .text {
    font-size: 18px;
  }
  .contact-page .contact-1 .right h6 {
    font-size: 20px;
  }
  .contact-page .contact-1 .right .info ul li .box2 .text {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .info ul li .box2 i {
    width: 60px;
  }
  .contact-page .contact-1 .left #mapContainer {
    height: 480px;
  }
  .contact-page .contact-2 {
    padding-bottom: 50px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .about-page .about-1 .box .left .img-box {
    height: 540px;
  }
  .about-page .about-1 .list ul li .box {
    font-size: 9px;
  }
  .about-page .about-1 .list ul li .box .content h6 {
    font-size: 6em;
  }
  .about-page .about-1 .list {
    margin-top: 60px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-2 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1500px) {
  .inner-banner {
    padding-top: 12%;
  }
  .inner-banner:after{
    bottom: 50px;
  }
  .inner-page .title {
    font-size: 36px;
  }
  .about-page .about-1 .box .right .text p {
    padding-top: 10px;
  }
  .about-page .about-1 .box .right .text {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .about-page .about-1 .box .left .img-box {
    height: 440px;
  }
  .about-page .about-3 .list {
    margin: 50px 0 0;
  }
  .about-page .about-4 .list ul li a h6 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right .info ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .right .info ul {
    margin: -10px;
  }
  .contact-page .contact-1 .right .text {
    margin: 15px 0 25px;
  }
  .contact-page .contact-1 .left #mapContainer {
    height: 400px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
  }
  .product-page .sidebarBox .sideLeft form {
    line-height: 50px;
    height: 50px;
  }
  .product-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px!important;
  }
  .about-page .about-3 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li .box .content i {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 300px;
    padding-top: 10%;
  }
  .inner-banner h2 {
    font-size: 46px;
  }
  .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .about-page .about-3 .list ul li {
    padding: 10px;
  }
  .about-page .about-3 .list ul li .box .content h6 {
    font-size: 20px;
    margin: 10px 0;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .right span.cat {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right .smallImg {
    margin-top: 4%;
  }
  .inner-page .productList ul li .box .content {
    padding: 10px;
  }
  .inner-page .productList ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important;
  }
  .inner-page .productList ul li .box .content a.link {
    margin-top: 10px;
    padding-top: 10px;
  }
  .prodet-page .prodet-4 .form ul li {
    padding: 10px;
  }
  .prodet-page .prodet-4 .form ul {
    margin: -10px;
  }
  .prodet-page .prodet-4 .form ul li input,
  .prodet-page .prodet-4 .form ul li textarea {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .production-page .production-1 .list ul li .box i img {
    max-height: 24px;
  }
  .production-page .production-1 .list ul li .box h6 {
    font-size: 20px;
  }
  .production-page .production-2 .box .list ul li h6 {
    font-size: 20px;
  }
  .production-page .production-2 .box .list ul li h6 img {
    max-width: 20px;
    margin-right: 2px;
  }
  .production-page .production-2 .box .list ul li {
    padding: 10px;
  }
  .production-page .production-2 .box .list ul {
    margin: -10px;
  }
  .product-page .sidebarBox .sideRight {
    padding-left: 0;
    width: 100%;
  }
  .product-page .sidebarBox .sideLeft {
    display: none;
  }
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .right .info ul li {
    width: 100%;
  }
  .contact-page .contact-1 .right .info ul li .box2 {
    padding-left: 70px;
  }
  .contact-page .contact-1 .right .text {
    margin: 10px 0 15px;
    font-size: 16px;
  }
  .about-page .about-1 .list ul li {
    padding: 15px;
  }
  .about-page .about-1 .list ul {
    margin: -15px;
  }
  .about-page .about-1 .list ul li .box .content p {
    font-size: 2em;
  }
  .about-page .about-1 .list ul li .box {
    font-size: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    background-size: 1000px auto;
    height: 240px;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .left .img-box {
    height: 300px;
  }
  .inner-page .title {
    font-size: 28px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    margin-top: 0;
  }
  .about-page .about-2:after {
    display: none;
  }
  .about-page .about-2 .right .play {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    position: relative;
    top: -30px;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .left #mapContainer {
    height: 280px;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
  .inner-page .productList ul li .box a.img-box {
    height: 240px;
  }
  .production-page .production-2 .box {
    max-width: none;
    width: auto;
    top: 0;
  }
  .production-page .production-2 {
    background: none;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .production-page .production-1 .list {
    padding: 0 10%;
  }
  .production-page .production-1 .list ul li.swiper-slide-active .box {
    top: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }
  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .product-page,
  .about-page .about-4.zs{
    padding: 30px 0 !important;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .list ul li {
    padding: 20px;
  }
  .contact-page .contact-2 .box .form ul li,
  .prodet-page .prodet-4 .form ul li {
    width: 100% !important;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .production-page .production-2 .box h2 {
    white-space: normal;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    background-size: 700px auto;
    height: 280px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .inner-banner .mbx a,
  .inner-banner .mbx span {
    font-size: 16px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin: 5px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
  }
  .production-page .production-1 .list {
    padding: 0;
    margin-top: 30px;
  }
  .production-page .production-2 .box .list ul li {
    border: none !important;
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .inner-page .title {
    font-size: 24px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 25px;
  }
}
.factory.inner-page .title {
  font-size: 30px;
}

.inner-page h1.sailide {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #301500;
}
.jhsld {
  font-size: 18px;
  line-height: 1.6;
  color: #a0a0a0;
  padding-top: 40px;
}
.about-page .about-4.zs {
  padding-top: 80px;
}
.shouyeh {
  line-height: 1.6;
}

.fenleicont {
    text-align: left;
}

.product-page .sidebarBox .sideLeft .side .prcList ul li .content p {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.8;
}

/*new add*/
.inner-page h1.sailide{
  line-height: 1.4;
}
.product-page .sidebarBox .sideRight > .text{
  display: block;
}

.inner-page .productList ul li .box .content h6{
  line-height: 1.5;
  overflow: hidden;
  height: 62px;
}

.inner-page .productList ul li .box .content .des{
  display: block;
  font-size: 14px;
  height: 42px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  transition: all .5s;
}
.inner-page .productList ul li .box:hover .content .des{
  color: #fff;
}

.prodet-page  .m-link{
  margin-top: 20px;
}
.prodet-page  .m-link a{
  font-size: 18px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 6px;
  color: #666;
}
.prodet-page  .m-link a:hover{
  color: var(--color);
}
.service-page .contact-page .contact-2{
  margin-top: 40px;
  padding-top: 0;
}
#footer .footer-top .box .left #ewm{
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px;
  width: 100px;
  margin-top: 20px;
}
.right_nav_list {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 24;
}

.right_nav_list ul li {
    border-radius: 6px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    transition: all .5s;
    background: var(--color);
}

.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right_nav_list ul li .more_cont {
    font-size: 25px;
    transition: all .5s;
    margin-top: 0;
}

.right_nav_list ul li .more_cont i {
    position: relative;
    z-index: 2;
}

.right_nav_list ul li:hover {
    background-color: #ff9531;
}

.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    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);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}


.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background: var(--color);
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: #1c5715;
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: #1c5715;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .h-btn{
    margin-left: 500px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .inner-page .productList ul li .box .content h6{
    height: 50px;
  }

  .m-nav_hc {
      display: block;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner{
    padding-top: 110px;
    padding-bottom: 70px;
    background-size: cover;
  }
}

@media screen and (max-width: 700px) {
  #footer .footer-top .box .left .share{
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #banner .swiper-slide{
    height: 300px;
  }
  #banner .swiper-slide > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #banner .swiper-slide .box .content{
    text-align: center;
  }
  #index-body .init-1 .top .left .h3{
    text-align: center;
  }
  #index-body .init-1 .top .left .text{
    text-align: center;
  }
  #index-body .init-2 .left .tag,#index-body .init-2 .left .title{
    text-align: center;
  }
  #index-body .init-5 .list ul li{
    text-align: center;
  }
  #index-body .init-5 .list ul li .h6{
    height: 60px;
  }
  #index-body .init-1{
    display: none;
  }
  #index-body .init-6{
    display: none;
  }

  .inner-banner{
    padding: 90px 0;
  }
  .prodet-page .prodet-1 .right .smallImg{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .smallImg ul li{
    padding: 0;
  }

  .production-page .production-1 .list ul li .box .text{
    height: auto;
  }

  .service-page .contact-page .contact-2{
    margin-top: 0;
  }
  .contact-page .contact-2{
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .right_nav_list{
    right: 10px;
    bottom: 200px;
  }
  .right_nav_list ul li{
    width: 36px;
    height: 36px;
  }
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}