@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot') format('eot'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot') format('e0t'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot') format('eot'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
}
#header.inner {
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.inner .h-top {
  border-radius: 0;
}
#header.inner .nav {
  border-radius: 0;
}
#header.inner.fixed .nav {
  padding: 0 30px;
}
#header.fixed {
  top: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.fixed .h-top {
  display: none;
}
#header.fixed .nav {
  padding: 0;
  border-radius: 0;
}
#header .h-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #99db52;
  padding: 10px 30px;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .hy {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
#header .h-top .ui.menu .hy span {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}
#header .h-top .ui.menu .share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  color: #FFFFFF;
}
#header .h-top .ui.menu .share a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
}
#header .h-top .ui.menu .share a:last-child {
  margin-right: 0;
}
#header .h-top .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
  position: relative;
}
#header .h-top .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .h-language span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #FFFFFF;
}
#header .h-top .ui.menu .h-language span i {
  display: inline-block;
  margin-left: 9px;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 2;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 120%;
  right: 0;
  width: 125px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #99db52;
  display: none \9;
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: text-top;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  padding: 25px 30px;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  font-weight: 600;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #99db52;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #99db52;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -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 ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .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 .p-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .p-search form {
  width: 181px;
  position: relative;
}
#header .nav .ui.menu .p-search form input {
  width: 100%;
  height: 35px;
  background-color: #f7f7f7;
  border-radius: 18px;
  border: solid 1px rgba(206, 206, 206, 0.35);
  text-align: right;
  padding: 0 21px 0 52px;
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
}
#header .nav .ui.menu .p-search form input[type="submit"] {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 17px;
  height: 17px;
  background: url(../images/search.png) no-repeat;
  border: none;
}
#header .nav .ui.menu .p-search form i {
  position: absolute;
  top: 11px;
  left: 49px;
  width: 1px;
  height: 15px;
  background: #bfbfbf;
}
#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: #fd2318;
}
#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 .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #nav-height {
    display: none;
  }

  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 36%;
}
#banner .left {
  width: 55%;
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 68.92px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
#banner h2 small {
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
#banner p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  max-width: 450px;
}
#banner a.link {
  display: inline-block;
  color: #FFFFFF;
  background-color: #99db52;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
#banner a.link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner a.link:hover::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
#banner a.link span {
  font-size: 19.46px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}
#banner a.link img {
  display: inline-block;
  vertical-align: middle;
}
#banner .dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
}
#banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #434141;
  opacity: .42;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .dots li + li {
  margin-left: 10px;
}
#banner .dots li.slick-active {
  width: 45px;
  opacity: 1;
  background-color: #99db52;
}
#banner .dots li button {
  display: none;
}
.baseTit {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
}
.i-category {
  background-color: #99db52;
  color: #FFFFFF;
  position: relative;
  padding: 100px 0 50px;
}
.i-category .navs {
  position: relative;
}
.i-category .navs span {
  padding: 0 18px 0 30px;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  border-radius: 15px;
  display: block;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.i-category .navs ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  display: none \9;
}
.i-category .navs ul li {
  display: block;
  float: none;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
}
.i-category .navs ul li a {
  display: block;
  padding: 10px;
}
.i-category .navs ul li:hover {
  background: #222;
  color: white;
}
.i-category .navs:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.i-category .list {
  margin-top: 70px;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
}
.i-category .list li .icon img {
  margin: auto;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  transition: .5s ease;
}
.i-category .list li:hover .icon img {
  transform: rotateY(180deg);
}
.i-category .list li .name {
  margin-top: 24px;
  line-height: 32px;
  height: 66px;
}
.i-category .mouse_down {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.i-category .mouse_down span {
  display: inline-block;
  background: url(../images/b-icon.png) no-repeat center center;
  width: 292px;
  height: 88px;
  padding-top: 13px;
  cursor: pointer;
}
.i-category .mouse_down span a {
  display: block;
}
.our-product {
  background-color: #f0f0f0;
  padding: 70px 0 130px;
  position: relative;
}
.our-product::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 45%;
  left: 0;
  right: 0;
  background-color: #dededd;
}
.our-product .desc {
  max-width: 580px;
  color: #696767;
  line-height: 30px;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list li {
  padding: 15px;
}
.our-product .list li .box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.our-product .list li .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: inherit;
  -webkit-box-shadow: 9px 8px 27px rgba(0, 0, 0, 0.08);
  box-shadow: 9px 8px 27px rgba(0, 0, 0, 0.08);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .box .img {
  padding: 10px;
}
.our-product .list li .box .content {
  padding: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .box .content .name {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #535353;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .box .moreBtn {
  padding: 10px 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 2;
}
.our-product .list li .box:hover::before {
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
}
.our-product .list li .box:hover .content {
  padding: 30px 15px;
}
.our-product .list li .box:hover .content .name {
  margin-top: 0;
  font-size: 19px;
  font-weight: bold;
  color: #353535;
}
.our-product .list li .box:hover .moreBtn {
  padding: 15px 0;
}
.our-product .list span.arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.our-product .list span.arrow.arrow_l {
  left: -40px;
}
.our-product .list span.arrow.arrow_r {
  right: -40px;
}
.i-production {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 55px;
}
.i-production .baseTit {
  color: #FFFFFF;
}
.i-production::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background-color: #99db52;
}
.i-production .list {
  margin-top: 50px;
}
.i-production .list ul {
  margin: -15px;
}
.i-production .list li {
  padding: 15px;
}
.i-production .list li .num {
  font-size: 28.29px;
  font-weight: bold;
  color: #FFFFFF;
}
.i-production .list li .img img {
  margin: auto;
  border-radius: 50%;
  border: 12px solid #FFFFFF;
}
.i-production .list li .name {
  color: #2e2c2c;
  line-height: 30px;
}
.i-production .list li .text {
  color: #aea9a9;
  line-height: 30px;
  min-height: 6rem;
}
.our-about {
  background-color: #f0f0f0;
  padding: 80px 0;
}
.our-about .img img {
  border-radius: 10px;
}
.our-about .content {
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.our-about .content .left {
  vertical-align: middle;
  width: 65%;
}
.our-about .content .left h2 {
  font-size: 43.38px;
  line-height: 1.4;
  font-weight: 500;
}
.our-about .content .left .text {
  line-height: 2;
  margin-bottom: 40px;
}
.shouye{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.shouye h1{
  display: inline;
  font: inherit;
}
.our-about .content .right {
  width: 35%;
  vertical-align: middle;
}
.our-about .content .right > div {
  width: 80%;
  margin: 0 0 0 auto;
}
.our-about .content .right ul {
  background-color: #99db52;
  border-radius: 10px;
  padding: 52px 24px 39px 0;
  color: #FFFFFF;
}
.our-about .content .right ul li {
  width: 59%;
  margin: 0 0 20px auto;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 17px;
}
.our-about .content .right ul li h3 {
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
}
.our-about .content .right ul li p {
  font-weight: 500;
  width: 90%;
}
.our-about .content .right ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.our-about .content .right .play {
  position: absolute;
  top: -webkit-calc(50% - 53px);
  top: -moz-calc(50% - 53px);
  top: calc(50% - 53px);
  left: -53px;
}
.our-about .content .right .play::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: -52px;
  right: -52px;
  top: -52px;
  bottom: -52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.i-advantage {
  padding: 80px 0 70px;
}
.i-advantage .container {
  max-width: 1200px;
}
.i-advantage .baseTit {
  max-width: 800px;
  margin: auto;
}
.i-advantage .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.i-advantage .list li {
  padding: 10px;
}
.i-advantage .list li .bag {
  height: 100%;
  padding: 45px 35px;
  background-color: #f7faf3;
}
.i-advantage .list li .icon {
  margin-top: 20px;
  transition: .5s ease;
}
.i-advantage .list li .bag:hover .icon {
  margin-top: 0;
}
.i-advantage .list li .content {
  padding-left: 90px;
}
.i-advantage .list li .content .name {
  font-size: 21px;
  line-height: 1.8;
  font-weight: bold;
}
.i-advantage .list li .content .text {
  line-height: 2;
  font-weight: 500;
}
.our-news {
  background-color: #f0f0f0;
  padding: 120px 0 100px;
}
.our-news .desc {
  max-width: 570px;
  margin: auto;
  line-height: 30px;
}
.our-news .list ul {
  margin: -25px;
}
.our-news .list li {
  padding: 25px;
}
.our-news .list li .date {
  color: #969696;
  line-height: 30px;
}
.our-news .list li .name {
  font-weight: 600;
  line-height: 30px;
  min-height: 5.7rem;
}
.our-news .list li p {
  color: #4a4a4a;
  line-height: 2;
}
#footer {
  background: #555555;
  position: relative;
  color: #FFFFFF;
  padding: 120px 0 35px;
}
#footer .f-list {
  position: relative;
}
#footer .f-list .left {
  width: 70%;
  vertical-align: middle;
}
#footer .f-list .left .infos {
  margin-top: 20px;
}
#footer .f-list .left .infos h4 {
  margin-bottom: 15px;
  line-height: 1.8;
}
#footer .f-list .left .infos h4 img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-list .left .infos h4 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  padding-left: 15px;
}
#footer .f-list .left .infos p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}
#footer .f-list .left .infos .contact {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  padding-right: 3.5%;
}
#footer .f-list .left .infos .contact .phone p {
  font-size: 26px;
  line-height: 1.6;
}
#footer .f-list .left .infos .contact p.add {
  margin-top: 60px;
}
#footer .f-list .left .infos .contact p.add img {
  display: inline-block;
  vertical-align: top;
}
#footer .f-list .left .infos .contact p.add span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 19px;
  width: 90%;
}
#footer .f-list .left .infos .mail {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#footer .f-list .left .infos .mail p:last-child {
  margin-bottom: 0;
}
#footer .f-list .left .share {
  margin-top: 35px;
}
#footer .f-list .left .share a {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
}
#footer .f-list .left .share a:last-child {
  margin-right: 0;
}
#footer .f-list .left .f-nav {
  margin-top: 60px;
}
#footer .f-list .left .f-nav ul li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-right: 53px;
}
#footer .f-list .left .f-nav ul li ul {
  display: none!important;
}
#footer .f-list .left .f-nav ul li:last-child {
  margin-right: 0;
}
#footer .f-list .left .f-nav ul li::before {
  content: '';
  width: 13px;
  height: 1px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 0 0;
}
#footer .f-list .right {
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
#footer .f-list .right .f-logo {
  display: block;
}
#footer .f-list .right #ewm {
  display: inline-block;
  width: 157px;
  border: 6px solid #FFFFFF;
}
#footer .f-list .right h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 21px;
}
#footer .f-list .right p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}
#footer .f-copy {
  position: relative;
  z-index: 1;
  margin-top: 21px;
  border-top: 1px solid #FFFFFF;
  padding-top: 19px;
}
#footer .f-copy .left {
  font-size: 14px;
  line-height: 2;
  width: 70%;
}
#footer .f-copy .right {
  font-size: 14px;
  line-height: 2;
  text-align: right;
  width: 30%;
}
#footer .f-copy .right img {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  max-height: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media (max-width: 1600px) {
  #header {
    top: 20px;
  }
  #header .nav {
    padding: 0 30px;
  }
  #banner .content {
    top: 30%;
  }
}
@media (max-width: 1430px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  #banner p {
    margin-bottom: 30px;
  }
  #banner a.link span {
    font-size: 16px;
    margin-right: 15px;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-about .content .left h2 {
    font-size: 36px;
  }
  .our-about .content .right ul li h3 {
    font-size: 48px;
  }
  .our-about .content .right ul li {
    width: 70%;
  }
  #footer .f-list .left .f-nav ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header {
    top: 15px;
  }
  #header .h-top {
    padding: 5px 15px;
  }
  #header .h-top .ui.menu .share a {
    font-size: 16px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 15px 0;
  }
  #banner h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  #banner h2 small {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #banner p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .baseTit {
    font-size: 34px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px!important;
  }
  .our-about .content .left {
    width: 55%;
  }
  .our-about .content .left h2 {
    font-size: 30px;
  }
  .our-about .content .right {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner .left {
    width: 80%;
  }
  #banner .dots {
    display: none;
  }
  .i-category {
    padding: 60px 0;
  }
  .i-category .left {
    float: none;
  }
  .i-category .right {
    float: none;
    display: none;
  }
  .i-category .list {
    margin-top: 40px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .content .left {
    width: 100%;
  }
  .our-about .content .right {
    width: 100%;
    margin-top: 100px;
  }
  .our-about .content .left h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about .content .right > div {
    width: 100%;
    margin: 0;
  }
  .our-about .content .right .play {
    top: -53px;
    left: -webkit-calc(50% - 53px);
    left: -moz-calc(50% - 53px);
    left: calc(50% - 53px);
  }
  .our-about .content .right .play::before {
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
  }
  .our-about .content .right ul {
    padding: 60px 15px 15px;
    font-size: 0;
  }
  .our-about .content .right ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-bottom: 0;
    border: none;
    padding: 15px;
  }
  .our-about .content .right ul li h3 {
    font-size: 34px;
    line-height: 1.6;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list li .box .content .name {
    margin-top: 0;
  }
  .our-product .list li .box .content {
    padding: 15px;
  }
  .our-product .list li .box:hover .content {
    padding: 15px;
  }
  .our-product .list li .box:hover .content .name {
    font-size: 17px;
    font-weight: 600;
  }
  .our-product .list li .box:hover .moreBtn {
    padding: 10px 0;
  }
  .our-product .list span.arrow {
    display: none;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list li .bag {
    padding: 30px 15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  #footer {
    padding: 60px 0 30px;
  }
  #footer .f-list .left {
    width: 100%;
  }
  #footer .f-list .right {
    display: none;
  }
  #footer .f-list .left .f-nav {
    display: none;
  }
  #footer .f-list .left .infos {
    font-size: 0;
  }
  #footer .f-list .left .infos .contact {
    width: 50%;
  }
  #footer .f-list .left .infos .mail {
    width: 50%;
  }
  #footer .f-copy .left {
    width: 100%;
  }
  #footer .f-list .left .infos p {
    font-size: 16px;
  }
  #footer .f-list .left .infos .contact .phone p {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-list .left .infos .contact p.add {
    margin-top: 30px;
  }
  #footer .f-copy .right {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
    line-height: 44px;
  }
  #banner h2 small {
    display: none;
  }
  #banner p {
    display: none;
  }
  .i-category .mouse_down {
    display: none;
  }
  .i-advantage .list li {
    width: 100%!important;
  }
  .i-advantage .list li .icon {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner a.link {
    padding: 10px 20px;
    line-height: 1.8;
  }
  #banner a.link span {
    font-size: 14px;
    margin-right: 10px;
  }
  .our-about .content .right ul li {
    width: 100%;
  }
  #footer .f-list .left .infos .contact {
    width: 100%;
    padding-right: 0;
  }
  #footer .f-list .left .infos .mail {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-list .left .infos .contact p.add span {
    line-height: 1.8;
  }
}




a.more {
  height: 56px;
  line-height: 56px;
  padding: 0 35px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: inline-block;
  font-size: 22px;
}
a.more:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: #99db52;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  left: 0;
  z-index: -1;
}
a.more:hover {
  -webkit-transition: 0.3s 0.3s all;
  -moz-transition: 0.3s 0.3s all;
  transition: 0.3s 0.3s all;
  color: #fff;
}
a.more:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}




.inner-banner .ui.container {
  text-align: center;
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.inner-banner .ui.container span.getdown {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
  left: 50%;
  margin-left: -24px;
  margin-bottom: -24px;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
}
.inner-banner .ui.container span.getdown i {
  font-size: 24px;
  color: #fff;
}
.inner-banner .ui.container .title {
  margin-bottom: 15px;
  color: #000;
  font-size: 36px;
  line-height: 1.6;
}
.inner-banner .ui.container .mbx {
  color: #000;
  font-size: 18px;
  line-height: 32px;
}
.inner-page .about-1 {
  padding-top: 90px;
}
.inner-banner .tit,
.inner-banner .title,
.inner-page .tit,
.inner-page .title {
  font-weight: bold;
}
.inner-page .about-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.inner-page .about-1 .top .left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  color: #000;
}
.inner-page .about-1 .top .left .title em.t2 {
  margin-left: 10%;
}
.inner-page .about-1 .top .left .title em.t3 {
  margin-left: 5%;
}
.jianjie{
  overflow-y: scroll;
  height: 280px;
}
.inner-page .about-1 .top .right .tit {
  /*font-weight: bold;*/
  color: #000;
  margin-bottom: 30px;
}
.inner-page .about-1 .top .right p {
  color: #767676;
  line-height: 2;
}
.inner-page .about-1 .imgbox {
  overflow: hidden;
}
.inner-page .about-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.inner-page .about-2 .ui.container img.dec {
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: 3;
}
.inner-page .about-2 .ui.container .left {
  padding-right: 125px;
}
.inner-page .about-2 .ui.container .left .tit {
  color: #000;
  margin-bottom: 60px;
}
.xwbt{
  font-size: 19px;
  line-height: 1.8;
  min-height: 6.2em;
}
/*.inner-page .about-2 .ui.container .left a {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.inner-page .about-2 .ui.container .left a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
  background: #fff;
}*/
.inner-page .about-2 .ui.container .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.inner-page .about-2 .ui.container .right ul li {
  text-align: left;
  padding: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
      border-radius: 20px;
      background-color: #f7faf3;
      width: calc(50% - 30px);
}

.inner-page .about-2 .ui.container .right ul li .title {
  color: #000;
  margin: 10px 0;
  line-height: 44px;
}
.inner-page .about-3 {
  height: 447px;
  position: relative;
  background: url(../images/about-3-bj.jpg) center center no-repeat;
  background-size: cover;
}
.inner-page .about-3 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-page .about-4 {
  padding: 100px 0;
}
.inner-page .about-4 .ui.container {
  text-align: left;
}
.inner-page .about-4 .ui.container .tit {
  font-weight: bold;
  color: #000;
  margin-bottom: 60px;
}
.inner-page .about-4 .ui.container ul {
  margin: 0 -25px;
}
.inner-page .about-4 .ui.container ul li {
  padding: 0 25px;
}
.inner-page .about-5 {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}
.inner-page .about-5 .tit {
  font-weight: bold;
  margin-bottom: 50px;
  color: #000;
}
.inner-page .about-5 .factorybox {
  position: relative;
  padding-bottom: 100px;
}
.inner-page .about-5 .factorybox .navbox {
  position: absolute;
  bottom: 0;
  left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  font-size: 24px;
}
.inner-page .about-5 .factorybox .navbox em {
  font-weight: bold;
  margin: 0 5px;
}
.inner-page .about-5 .factorybox .navbox em.now {
  font-size: 32px;
  color: #000;
}
.inner-page .about-5 .factorybox ul.factorylist li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.inner-page .about-5 .factorybox ul.factorylist .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-page .about-5 .factorybox .slick-dots {
  position: absolute;
  width: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 8%;
  bottom: -100px;
}
.inner-page .about-5 .factorybox .slick-dots li {
  width: 100%;
  height: 1px;
  background: #aaa;
  padding: 0;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.inner-page .about-5 .factorybox .slick-dots li button {
  display: none;
}
.inner-page .about-5 .factorybox .slick-dots li.slick-active {
  min-width: 150px;
  background: #000;
}
.inner-page .about-6 {
  padding-top: 100px;
}

.product-page .product-2 ul {
  margin: 60px -20px 0;
}
.product-page .product-2 ul li {
  padding: 0 20px 40px;
}
.product-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.product-page .product-2 ul li .item .img-box {
  position: relative;
  border-radius: 20px;
}
.product-page .product-2 ul li .item .img-box .hoverbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.product-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 1.8;
  min-height: 5rem;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: 0.3s all;
}
.product-page .product-2 ul li .item .pname:hover {
  color: #000000;
}
.product-page .product-1 {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.product-page .product-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.product-page .product-1 .ui.container .left {
  position: relative;
  padding-left: 230px;
  z-index: 0;
  height: 650px;
  display: flex;
  align-items: flex-start;
}
.product-page .product-1 .ui.container .left .title {
  color: #000;
  position: absolute;
  left: -170px;
  top: 78px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.product-page .product-1 .ui.container .left .imgs {
  background: #fff;
  max-width: 510px;
  width: 100%;
}
.product-page .product-1 .ui.container .left .imgs ul li img {
  width: 100%;
}
.product-page .product-1 .ui.container .right {
  padding-left: 70px;
}
.product-page .product-1 .ui.container .right ul li p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-page .product-1 .ui.container .bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page .product-1 .btn {
  position: absolute;
  width: 40px;
  bottom: 30%;
  margin-top: -40px;
  border: 1px solid #aaa;
  transition: 0.3s all;
  color: #000;
  font-size: 28px;
  height: 80px;
  line-height: 80px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
}
.product-page .product-1 span.btn.slick-prev {
  left: 140px;
}
.product-page .product-1 span.btn.slick-next {
  right: 140px;
}
.product-page .product-1 span.btn:hover {
  transition: 0.3s all;
  color: #fff;
  background: #aaa;
}
.product-page .product-1 .ui.container .bottom ul {
  margin: 0 -15px;
  width: 50%;
}
.product-page .product-1 .ui.container .bottom ul.small1 {
  width: 16%;
}
.product-page .product-1 .ui.container .bottom ul li {
  padding: 0 15px;
  text-align: center;
}
.product-page .product-1 .ui.container .bottom ul li img {
  width: 100%;
}
.product-page .product-1 .ui.container .bottom ul li .tit {
  margin-top: 15px;
  padding: 0 20px;
}
.prodet-1 {
  padding: 80px 0;
}
.prodet-1 .ui.container .left {
  width: 50%;
}
.prodet-1 .ui.container .left .small-img {
  width: 150px;
}
.prodet-1 .ui.container .left .small-img ul {
  margin: -5px 0;
}
.prodet-1 .ui.container .left .small-img ul li {
  padding: 5px 0;
}
.prodet-1 .ui.container #gallery {
  width: calc(100% - 160px);
}

.prodet-1 .ui.container #gallery ul li img {
  width: 100%;
  object-fit: contain;
}
.prodet-1 .ui.container .right {
  width: 50%;
}
.prodet-1 .ui.container .right h1 {
  color: #000;
  line-height: 2;
  margin-bottom: 20px;
}
.prodet-1 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
  line-height: 1.8;
}
.prodet-1 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-1 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  line-height: 44px;
}
.prodet-1 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-1 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  display: none;
}
.prodet-1 .ui.container .right a.more3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #99db52;
  display: block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-1 .ui.container .right a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #99db52;
}
.pro .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 60px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: none;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type="submit"] {
  width: 100%;
  max-width: none;
  line-height: 60px;
  height: 60px;
  color: #FFF;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: bold;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #99db52;
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  min-height: 7em;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 22px!important;
  line-height: 40px!important;
}
.prodet-5 ul.newslist li .title a:hover {
  color: #99db52;
}
.product-2 ul {
  margin: 60px -40px 0;
}
.product-2 ul li {
  padding: 0 40px;
}
.product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.product-2 ul li .item .img-box {
  position: relative;
}
.product-2 ul li .item .img-box .hoverbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 1.8;
  min-height: 5rem;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: 0.3s all;
}
.product-2 ul li .item .pname:hover {
  color: #000000;
}
.custom-page .cus-1 {
  padding-top: 110px;
  padding-bottom: 180px;
}
.custom-page .cus-1 .ui.container {
  text-align: center;
}
.custom-page .cus-1 .ui.container > img {
  margin: 0 auto;
  margin-bottom: 60px;
}
.custom-page .cus-1 .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-page .cus-1 .ui.container .main .left {
  width: 45%;
  text-align: right;
}
.custom-page .cus-1 .ui.container .main .left .title {
  color: #000;
}
.custom-page .cus-1 .ui.container .main .left p {
  margin: 0px 0px 40px 0;
}
.custom-page .cus-1 .ui.container .main .right {
  width: 52%;
}
.custom-page .cus-2 {
  padding: 145px 0;
  position: relative;
  background: #fafafa;
}
.custom-page .cus-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-page .cus-2 .ui.container .left {
  width: 40%;
  text-align: left;
}
.custom-page .cus-2 .ui.container .left .title {
  color: #000;
  margin-bottom: 20px;
}
.custom-page .cus-2 .ui.container .left img {
  margin-top: 60px;
  margin-bottom: 10px;
}
.custom-page .cus-2 .ui.container .right {
  width: 55%;
}
.custom-page .cus-2 .ui.container .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-page .cus-2 .ui.container .right ul li:nth-child(2) {
  position: relative;
  left: 150px;
}
.custom-page .cus-2 .ui.container .right ul li .imgbox {
  margin-right: 40px;
}
.custom-page .cus-2 .ui.container .right ul li .textbox {
  padding-left: 45px;
  position: relative;
  top: 130px;
}
.custom-page .cus-2 .ui.container .right ul li .textbox:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #99db52;
}
.custom-page .cus-2 .ui.container .right ul li .textbox .title {
  color: #000;
}
.custom-page .cus-2 .ui.container .right ul li .textbox .title i {
  color: #99db52;
}
.custom-page .cus-2 .ui.container .right ul li .textbox .content {
  font-size: 18px;
  line-height: 32px;
  display: none;
}
.custom-page .cus-3 {
  padding: 180px 0;
  position: relative;
}
.custom-page .cus-3 .ui.container {
  text-align: center;
}
.custom-page .cus-3 .ui.container .title {
  color: #000;
}
.custom-page .cus-3 .ui.container .main {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-page .cus-3 .ui.container .main .column .title {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 40px;
}
.custom-page .cus-3 .ui.container .main .column .title:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #99db52;
  position: absolute;
  left: 0;
  top: 10px;
}
.custom-page .cus-4 {
  position: relative;
  background: #fafafa;
}
.custom-page .cus-4 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .cus-4 .main .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-page .cus-4 .main .left img {
  width: 50%;
  max-width: 425px;
}
.custom-page .cus-4 .main .left .text {
  width: 50%;
  padding: 45px;
}
.custom-page .cus-4 .main .left .text .title {
  color: #000;
  margin-bottom: 40px;
}
.custom-page .cus-4 .main .right {
  padding: 0 80px;
  text-align: center;
}
.custom-page .cus-4 .main .right img {
  margin: 0 auto;
}
.custom-page .cus-4 .main .right img:nth-child(2) {
  margin-top: 60px;
}
.custom-page .cus-5 {
  padding: 160px 0 120px 0;
}
.custom-page .cus-5 .ui.container {
  text-align: center;
}
.custom-page .cus-5 .ui.container .title {
  color: #000;
}
.custom-page .cus-5 .ui.container p {
  line-height: 2;
  margin: 30px auto;
  max-width: 1055px;
}
.custom-page .cus-5 .ui.container a.more3 {
  padding: 0 32px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  font-size: 22px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.custom-page .cus-5 .ui.container a.more3:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: #99db52;
}
.custom-page .bz {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-page .bz i {
  width: 1px ;
  height: 120px;
  background: #000;
  margin-top: 20px;
}
.contact-2 {
  padding: 120px 0;
}
.contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-2 .ui.container .mapbox {
  width: 65%;
}
.contact-2 .ui.container .infobox {
  width: 35%;
  padding-left: 80px;
  text-align: left;
}
.contact-2 .ui.container .infobox .title {
  color: #000;
  line-height: 1.6;
}
.contact-2 .ui.container .infobox .info {
  margin-top: 30px;
}

.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
/*.bortop {
  border-top: 1px solid #000;
}*/
.font-80 {
  font-size: 80px;
}
.font-45 {
  font-size: 44px;
}
.font-106 {
  font-size: 106px;
}
@media screen and (max-width: 1400px) {
  .font-45 {
    font-size: 30px;
  }

  .product-page .product-1 .ui.container .left {
    position: relative;
    padding-left: 150px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px!important;
  }
  .font-80 {
    font-size: 52px;
  }
  .product-page .product-1 .ui.container .left .title {
    left: -40px;
    top: 20px;
  }
  .product-2 ul {
    margin: 0 -40px;
  }
  .product-2 ul li {
    padding: 0 40px;
  }
  .font-30 {
    font-size: 20px;
    line-height: 36px;
  }
  .custom-page .cus-2 .ui.container .right ul li:nth-child(2) {
    left: 0;
  }
  .custom-page .cus-2 .ui.container .right ul li .imgbox {
    max-width: 200px;
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox {
    top: 0;
  }
  .font-106 {
    font-size: 72px;
  }
  .product-page .product-1 .btn {
    display: none!important;
  }
  .prodet-1 .ui.container .left .small-img {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-1 .ui.container .left .small-img ul {
    margin: 0 -10px;
  }
  .prodet-1 .ui.container .left .small-img ul li {
    padding: 0 10px;
  }
  .prodet-1 .ui.container #gallery {
    width: 100%;
  }

}
@media screen and (max-width: 1000px) {
  .product-page .product-2 ul {
    margin: 40px -15px 0;
  }

  .product-page .product-2 ul li {
    width: 50%!important;
    padding: 0 15px 30px;
  }

  .product-page .product-2 ul li .item .pname {
    font-size: 18px;
    line-height: 32px;
  }
  .fenlei{
    font-size: 22px;
    line-height: 40px;
  }

  .prodet-1 .ui.container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0 !important;
  }
  .font-20 {
    font-size: 18px;
    line-height: 32px;
  }

  .inner-page .about-1 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page .about-1 .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .inner-page .about-1 .top .right {
    width: 100%;
  }
  .inner-page .about-1 .top {
    margin-bottom: 0;
  }

  .inner-page .about-2 .ui.container img.dec {
    display: none;
  }

  .inner-page .about-2 .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .about-2 .ui.container .right {
    width: 100%;
  }

  .inner-page .about-3 {
    height: auto;
    padding-top: 50%;
  }

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

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

  .inner-page .about-6 {
    padding-top: 60px;
  }

  .product-page .product-1 .ui.container .bottom {
    display: none;
  }
  .product-page .product-1 .ui.container .left {
    display: none;
  }
  .product-page .product-1 .ui.container .right {
    padding-left: 20px;
    width: 100%!important;
  }
  .custom-page .cus-4 .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .cus-4 .main .left {
    width: 100%;
  }
  .custom-page .cus-3 .ui.container .main .column,
  .custom-page .cus-1 .ui.container .main .left,
  .custom-page .cus-2 .ui.container .left {
    margin-bottom: 60px;
  }
  .custom-page .cus-4 .main .right {
    width: 100%;
  }

  .contact-2 {
    padding: 60px 0;
  }

  .contact-2 .ui.container {
    flex-direction: column;
  }
  .contact-2 .ui.container .infobox {
    padding-left: 0;
    width: 100%;
  }
  .contact-2 .ui.container .mapbox {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .font-80 {
    font-size: 30px;
  }
  .product-2 ul {
    margin: 0 -15px;
  }
  .product-2 ul li {
    padding: 0 15px;
  }
  .inner-page .about-1 {
    padding-top: 50px;
  }
  
  .font-106 {
    font-size: 50px;
  }
  

  .inner-page .about-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prodet-1 .ui.container .right {
    width: 100%;
  }
  .product-page .product-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-2 ul li {
    margin-bottom: 20px;
  }
  .prodet-3 form ul {
    margin: 0 -15px;
  }
  .prodet-3 form ul li {
    padding: 0 15px;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
    margin-bottom: 30px;
  }
  .custom-page .cus-1 .ui.container .main .left {
    width: 100%;
  }
  .custom-page .cus-1 .ui.container .main .right {
    width: 100%;
  }
  .custom-page .cus-2 .ui.container .left {
    width: 100%;
  }
  .custom-page .cus-2 .ui.container .right {
    width: 100%;
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox .content {
    font-size: 14px;
    line-height: 28px;
  }
  .custom-page .cus-3 .ui.container .main .column {
    width: 100%;
  }
  .custom-page .cus-5 {
    padding: 20px 0 20px 0;
  }
  .contact-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-2 .ui.container .infobox {
    width: 100%;
    padding-left: 0;
  }
  .contact-2 .ui.container .mapbox {
    width: 100%;
  }

  .inner-page .about-2 .ui.container .right ul li {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 500px) {
  .custom-page .cus-2 .ui.container .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .chanpxw {
    font-size: 18px;
    line-height: 32px;
    min-height: 6em;
  }
  .inner-banner .ui.container .mbx {
    font-size: 16px;
    line-height: 30px;
  }

  .product-page .product-2 ul li {
    width: 100%!important;
  }
  .prodet-5 ul.newslist li .title {
    min-height: 6em;
  }
  .custom-page .cus-2 {
    padding: 0px;
  }
  .custom-page .cus-3 {
    padding: 80px 0;
  }
  .inner-banner .ui.container .title {
    font-size: 22px;
    line-height: 40px;
  }
  .custom-page .bz {
    display: none;
  }
  .custom-page .cus-4 .main .left img {
    display: none;
  }
  .custom-page .cus-4 .main .left .text {
    width: 100%;
    padding: 45px 15px;
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: rgb(0 0 0 / 10%);
  -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 {
  background-color: #111;
  color: #fff;
}
.inner-page .m-page span.current {
  background-color: #111;
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}

@media screen and (max-width: 500px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin: 5px;
  }
}
.cus-page2.cus1 {
  padding-top: 80px;
}
.cus-page2.cus1 .header {
  text-align: center;
}
.cus-page2.cus1 .header p {
  font-size: 16px;
  line-height: 1.7;
  
  margin-top: 16px;
}
.cus-page2.cus1 .content {
  margin-top: 63.2px;
}
.cus-page2.cus1 .content ul {
  margin-right: -68.8px;
}
.cus-page2.cus1 .content ul li {
  padding-right: 68.8px;
  position: relative;
}
.cus-page2.cus1 .content ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 48px 33.6px 44px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page2.cus1 .content ul li .box .img {
  height: 70px;
}
.cus-page2.cus1 .content ul li .box .text {
  padding-top: 22.4px;
}
.cus-page2.cus1 .content ul li .box .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.cus-page2.cus1 .content ul li .box .text p {
  font-size: 16px;
  line-height: 1.8;
  
  color: rgba(0, 0, 0, 0.7);
  margin-top: 9.6px;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cus-page2.cus1 .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  color: #111;
  
  line-height: 1;
  margin-top: 24px;
  position: relative;
}
.cus-page2.cus1 .content ul li .box .text .mores::before,
.cus-page2.cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, opacity .3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cus-page2.cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cus-page2.cus1 .content ul li .box .text .mores:hover::before,
.cus-page2.cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cus-page2.cus1 .content ul li:hover .box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
}
.cus-page2.cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.cus-page2.cus1 .content ul li:last-child::after {
  display: none;
}
.cus-page2.cus2 {
  padding: 80px 0;
}
.cus-page2.cus2 .text {
  vertical-align: middle;
  width: 43.4%;
}
.cus-page2.cus2 .text .con {
  font-size: 16px;
  
  line-height: 1.7;
  color: #2e2e2e;
  margin-top: 39.2px;
}
.cus-page2.cus2 .text .con p:first-child {
  width: 68%;
}
.cus-page2.cus2 .text .con p:last-child {
  width: 80%;
}
.cus-page2.cus2 .img {
  width: 56.6%;
  vertical-align: middle;
}
.cus-page2.cus3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 80px 105.6px;
}
.cus-page2.cus3 .box .header {
  text-align: center;
}
.cus-page2.cus3 .box .header p {
  font-size: 16px;
  line-height: 1.7;
  color: #010101;
  
  margin-top: 22.4px;
}
.cus-page2.cus3 .box .header .tab {
  margin-top: 38.4px;
}
.cus-page2.cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-page2.cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page2.cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page2.cus3 .box .header .tab ul li h3 {
  font-size: 16px;
  line-height: 1.7;
  
  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-page2.cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-page2.cus3 .box .header .tab ul li.active i {
  color: #de1012;
}
.cus-page2.cus3 .box .header .tab ul li:hover {
  border-color: #de1012;
}
.cus-page2.cus3 .box .header .tab ul li:hover i {
  color: #de1012;
}
.cus-page2.cus3 .box .content {
  margin-top: 48px;
}
.cus-page2.cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-page2.cus3 .box .content li .text {
  vertical-align: middle;
  padding: 0 40.8px;
}
.cus-page2.cus3 .box .content li .text h3 {
  font-size: 28.8px;
  color: #111;
  line-height: 1.2;
  font-weight: bold;
}
.cus-page2.cus3 .box .content li .text .desc {
  font-size: 16px;
  color: #090909;
  line-height: 1.7;
  
  margin-top: 27.2px;
}
.cus-page2.cus4 {
  padding: 80px 0;
}
.cus-page2.cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-page2.cus4 .left h2.title em {
  display: block;
}
.cus-page2.cus4 .left p {
  font-size: 16px;
  color: #2e2e2e;
  
  line-height: 1.7;
  margin-top: 32px;
  width: 80%;
}
.cus-page2.cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}
.cus-page2.cus4 .right ul {
  margin-right: -44px;
}
.cus-page2.cus4 .right ul li {
  padding-right: 44px;
}
.cus-page2.cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-page2.cus1 .content ul li .box {
    padding: 48px 17.6px 44px;
  }
  .cus-page2.cus2 .text h2.title {
    font-size: 35.2px;
  }
  .cus-page2.cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-page2.cus2 .text .con p:last-child {
    width: 96%;
  }
  .cus-page2.cus3 .box {
    padding: 80px 48px;
  }
}
@media screen and (max-width: 1100px) {
  .cus-page2.cus3 .box {
    padding: 80px 16px;
  }
  .cus-page2.cus4 .left h2.title {
    font-size: 32px;
  }
  .cus-page2.cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page2.cus1 .content ul {
    margin-right: 0;
  }
  .cus-page2.cus1 .content ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .cus-page2.cus1 .content ul li:last-child {
    padding-bottom: 0;
  }
  .cus-page2.cus1 .content ul li::after {
    top: 88%;
    right: 50%;
  }
  .cus-page2.cus2 .text {
    width: 100%;
  }
  .cus-page2.cus2 .img {
    width: 100%;
    padding-top: 16px;
  }
  .cus-page2.cus3 .box .header .tab ul {
    display: block;
  }
  .cus-page2.cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 16px;
  }
  .cus-page2.cus3 .box .content li .img {
    width: 100%;
  }
  .cus-page2.cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-page2.cus3 .box .content li .text {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page2.cus1 .content ul li .box .text h3 {
    font-size: 20px;
  }
  .cus-page2.cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-page2.cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-page2.cus2 .text .con {
    font-size: 14px;
  }
  .cus-page2.cus3 {
    display: none;
  }
  .cus-page2.cus4 .left {
    width: 100%;
  }
  .cus-page2.cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-page2.cus4 .right {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.quality-page .quality-1 {
  padding: 80px 0;
}
.quality-page .quality-1 .header {
  text-align: center;
}
.quality-page .quality-1 .header p {
  font-size: 16px;
  line-height: 1.7;
  
  color: #1e1e1e;
  margin-top: 16px;
}
.quality-page .quality-1 .content {
  margin-top: 63.2px;
}
.quality-page .quality-1 .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .quality-1 .content ul li {
  background-color: #f8f8f8;
  width: 33.3333%;
}
.quality-page .quality-1 .content ul li .img {
  width: 100%;
  height: 100%;
}
.quality-page .quality-1 .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-page .quality-1 .content ul li .text {
  padding: 56px 44px 65.6px 32.8px;
  font-size: 22px;
  color: #3b3b3b;
  
  line-height: 1.6;
}
.quality-page .quality-1 .content ul li:last-child .text {
  padding-top: 89.6px;
}
.quality-page .quality-2 {
  text-align: center;
  padding-bottom: 80px;
}
.quality-page .quality-2 .header p {
  font-size: 16px;
  line-height: 1.7;
  color: #1e1e1e;
  
  margin: 10px auto 0;
  width: 70%;
}
.quality-page .quality-2 .content {
  margin-top: 48px;
}
.quality-page .quality-2 .content ul {
  margin-right: -93.6px;
}
.quality-page .quality-2 .content ul .slick-track {
  margin: 0;
}
.quality-page .quality-2 .content ul .slick-slide li:last-child::before {
  display: none;
}
.quality-page .quality-2 .content ul li {
  padding-right: 93.6px;
  position: relative;
}
.quality-page .quality-2 .content ul li .img {
  background-color: #f6f6f6;
  padding: 21.6px;
  border-radius: 50%;
}
.quality-page .quality-2 .content ul li .img a.ig {
  display: block;
  position: relative;
}
.quality-page .quality-2 .content ul li .img a.ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 0, 37, 0.37);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .img a.ig span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 57.6px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1.7;
  
  text-align: center;
  padding-top: 31.2px;
}
.quality-page .quality-2 .content ul li:hover .img a.ig::after {
  opacity: 1;
}
.quality-page .quality-2 .content ul li:hover .img a.ig span {
  opacity: 1;
  top: 40%;
}
.quality-page .quality-2 .content ul li:hover .text {
  color: #111;
}
.quality-page .quality-2 .content ul li::before {
  content: '';
  position: absolute;
  right: 12%;
  top: 35%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.quality-page .quality-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 94%;
  text-align: center;
}
.quality-page .quality-2 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: rgba(199, 0, 37, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.quality-page .quality-2 .content ul .slick-dots li button {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li::before {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.quality-page .quality-2 .content ul .slick-dots li.slick-active {
  width: 52px;
  height: 10px;
  background-color: #111;
  border-radius: 5px;
}
.quality-page .quality-3 {
  padding-top: 70.4px;
}
.quality-page .quality-3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 64px 96px;
}
.quality-page .quality-3 .box .left {
  vertical-align: middle;
}
.quality-page .quality-3 .box .left p {
  font-size: 16px;
  color: #343434;
  line-height: 1.7;
  
  margin-top: 32px;
  padding-right: 40px;
}
.quality-page .quality-3 .box .right {
  vertical-align: middle;
  padding-left: 46.4px;
}
.quality-page .quality-3 .box .right ul {
  margin-right: -12px;
}
.quality-page .quality-3 .box .right ul li {
  padding: 0 12px 12px 0;
}
.quality-page .quality-3 .box .right ul li .info {
  border: 1px solid rgba(54, 54, 54, 0.2);
  text-align: center;
  padding: 26.4px 0 25.6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info .img {
  height: 70px;
}
.quality-page .quality-3 .box .right ul li .info .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info h4 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quality-page .quality-3 .box .right ul li:hover .info {
  background: #f6f6f6;
}
.quality-page .quality-3 .box .right ul li:hover .info .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quality-page .quality-3 .box .right ul li:hover .info h4 {
  color: #111;
}
.quality-page .quality-4 {
  padding: 102.4px 0 80px;
}
.quality-page .quality-4 .left {
  vertical-align: middle;
  width: 57.6%;
}
.quality-page .quality-4 .left ul {
  margin-right: -55.2px;
}
.quality-page .quality-4 .left ul .slick-track {
  margin: 0;
}
.quality-page .quality-4 .left ul li {
  padding-right: 55.2px;
}
.quality-page .quality-4 .left ul li .img {
  position: relative;
}
.quality-page .quality-4 .left ul li .img img {
  width: 100%;
}
.quality-page .quality-4 .left ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 0, 37, 0.77);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quality-page .quality-4 .right {
  vertical-align: middle;
  width: 42.4%;
  padding-left: 80px;
}
.quality-page .quality-4 .right p {
  font-size: 16px;
  line-height: 1.7;
  
  color: #222;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 56px 16px 32px 16px;
    font-size: 16px;
  }
  .quality-page .quality-3 .box {
    padding: 64px 32px;
  }
  .quality-page .quality-3 .box .right {
    padding-left: 24px;
  }
  .quality-page .quality-3 .box .right ul li .info h4 {
    font-size: 16px;
  }
  .quality-page .quality-4 .right {
    padding-left: 48px;
  }
  .quality-page .quality-4 .left ul {
    margin-right: -32px;
  }
  .quality-page .quality-4 .left ul li {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 32px 16px 32px 16px;
    font-size: 14px;
  }
  .quality-page .quality-1 .content ul li:last-child .text {
    padding-top: 48px;
  }
  .quality-page .quality-2 .header p {
    width: 90%;
  }
  .quality-page .quality-3 .box {
    padding: 64px 16px;
  }
  .quality-page .quality-3 .box .left {
    width: 100%;
  }
  .quality-page .quality-3 .box .right {
    width: 100%;
    padding: 32px 0 0 0;
  }
  .quality-page .quality-4 .left {
    width: 100%;
  }
  .quality-page .quality-4 .right {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .content ul {
    display: block;
  }
  .quality-page .quality-1 .content ul li {
    width: 100%;
  }
  .quality-page .quality-2 {
    display: none;
  }
  .quality-page .quality-3 {
    padding-top: 0;
  }
  .quality-page .quality-3 .box .left p {
    padding-right: 0;
  }
}
.design-page .design-1 {
  padding: 112px 0;
}
.design-page .design-1 li {
  margin-bottom: 64px;
}
.design-page .design-1 li .img {
  vertical-align: middle;
  width: 56%;
}
.design-page .design-1 li .text {
  vertical-align: middle;
  padding-left: 66.4px;
  width: 44%;
}
.design-page .design-1 li .text span {
  font-size: 18px;
  
  line-height: 1;
  color: #111;
}
.design-page .design-1 li .text h2.title {
  margin-top: 19.2px;
}
.design-page .design-1 li .text .desc {
  font-size: 16px;
  line-height: 1.7;
  
  color: #222222;
  margin-top: 32px;
}
.design-page .design-1 li:last-child {
  margin-bottom: 0;
}
.design-page .design-1 li:nth-child(even) .text {
  padding: 0 68px 0 0;
}
.design-page .design-2 {
  padding: 8.8px 0 88px;
}
.design-page .design-2 .header .text {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  border: solid 1px #ffffff;
  padding: 48px 80px 40px 64px;
  width: 64.81%;
}
.design-page .design-2 .header .text h2.title em {
  display: block;
}
.design-page .design-2 .header .text p {
  font-size: 16px;
  line-height: 1.7;
  
  margin-top: 19.2px;
}
.design-page .design-2 .header .img {
  padding-top: 23.2px;
  width: 35.19%;
}
.design-page .design-2 .content {
  margin-top: 49.6px;
  position: relative;
}
.design-page .design-2 .content .pic {
  text-align: center;
  padding-top: 48px;
}
.design-page .design-2 .content .desc li {
  font-size: 16px;
  
  max-width: 430px;
  position: absolute;
}
.design-page .design-2 .content .desc li i {
  width: 24px;
  height: 24px;
  background-color: #111;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  position: absolute;
}
.design-page .design-2 .content .desc li:nth-child(1) {
  top: 20px;
  left: 0px;
}
.design-page .design-2 .content .desc li:nth-child(1)::before {
  content: '';
  width: 90px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: -45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 214px;
}
.design-page .design-2 .content .desc li:nth-child(1)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: -77px;
  left: 290px;
}
.design-page .design-2 .content .desc li:nth-child(2) {
  right: 20px;
  top: 60px;
}
.design-page .design-2 .content .desc li:nth-child(2)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: -50px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: -28px;
}
.design-page .design-2 .content .desc li:nth-child(2)::after {
  content: '';
  width: 74px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: -88px;
  left: -80px;
}
.design-page .design-2 .content .desc li:nth-child(3) {
  left: 0;
  bottom: 28%;
}
.design-page .design-2 .content .desc li:nth-child(3)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: 61px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  left: 65%;
}
.design-page .design-2 .content .desc li:nth-child(3)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: 111;
  position: absolute;
  top: -66px;
  left: 92%;
}
.design-page .design-2 .content .desc li:nth-child(4) {
  top: 46%;
  right: 12%;
  max-width: 296px;
}
.design-page .design-2 .content .desc li:nth-child(4)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: 111;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -67%;
}
.design-page .design-2 .content .desc li:nth-child(4)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: 22px;
  left: -42%;
}
.design-page .design-2 .content .desc li:nth-child(5) {
  bottom: 6%;
  left: 50%;
}
.design-page .design-2 .content .desc li:nth-child(5)::before {
  content: '';
  width: 121px;
  height: 1px;
  background: 111;
  position: absolute;
  top: -20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  left: -46%;
}
.design-page .design-2 .content .desc li:nth-child(5)::after {
  content: '';
  width: 69px;
  height: 1px;
  background: 111;
  position: absolute;
  bottom: 27px;
  left: -21%;
}
@media screen and (max-width: 1366px) {
  .design-page .design-1 li .text {
    padding-left: 32px;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 0 32px 0 0;
  }
  .inner-page h2.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 li .img {
    width: 100%;
  }
  .design-page .design-1 li .text {
    padding: 32px 0 0 0;
    width: 100%;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 32px 0 0 0;
  }
  .design-page .design-2 .header .text {
    padding: 48px 32px 40px;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 {
    display: none;
  }
}

.gallery-page .gallery-1 {
  padding: 80px 0 64px;
}
.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: 44px;
  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: rgb(0 0 0 / 70%);
  -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: 80px 0 48px;
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
  font-size: 20px;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-page .faq-1 .list ul li.current h6 i:after {
  display: none;
}
.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: 20px;
  line-height: 36px;
  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;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  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;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: 111;
  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: 80px 0 64px;
}
.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: #111;
  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: 260px;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  font-weight: 500;
  color: #a0a0a0;
  display: block;
  font-size: 0;
  line-height: 2;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.news-page .news-1 .list ul li .box time span {
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
  line-height: 2;
  min-height: 7.3em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.8;
  color: #a0a0a0;
  min-height: 6em;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.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 {
  padding-bottom: 80px;
}
.newdet-page .newdet-1 {
  padding: 64px 0 0px;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 0 0 40px 0;
  text-align: left;
  /*border-top: 1px #301500 dotted;*/
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
  margin-top: 20px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.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: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 68px;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
    line-height: 32px;
  }
  .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 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
    line-height: 36px;
  }
  .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 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .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;
    line-height: 36px;
    min-height: 0em;
  }
}
@media screen and (max-width: 1250px) {
  .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;
    line-height: 36px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .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;
  }
}
@media screen and (max-width: 700px) {
  .industry {
    display: none;
  }
  .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;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
    line-height: 32px;
  }
  .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;
    line-height: 30px;
    padding: 10px;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
    margin-top: 10px;
  }
  .inner-banner .ui.container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .inner-page .about-1 .top .left .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .about-1 .top .left {
    display: none;
  }
}
.more_cont {
  border-radius: 3px;
  position: relative;
  border: 2px solid #fff;
  width: 195px;
  height: 50px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  color: #fff;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: 22px;
  left: -25px;
  background-color: #fff;
  z-index: 2;
}
.more_cont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.more_cont:hover {
  color: #000;
}
.more_cont:hover::after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.image-gallery {
  margin-top: 20px;
}
.image-gallery ul {
  margin: -10px;
}
.image-gallery ul li {
  padding: 10px;
}

.service-page h2 {
  color: #111;
}
.service-page .service-1 {
  padding: 100px 0;
  background-image: url(../images/ArchImage2-1.png);
  background-position: center right 10%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.service-page .service-1 .left {
  width: 50%;
  vertical-align: middle;
}
.service-page .service-1 .right {
  width: 50%;
  vertical-align: middle;
}
.service-page .service-1 p a {
  border-bottom: 1px solid black;
}
.service-page .service-1 a.btn1 {
  display: inline-block;
  color: #FFFFFF;
  background: 111;
  line-height: 50px;
  padding: 0 50px;
  border-radius: 5px;
}
.service-page .service-1 .num {
  font-size: 135px;
  font-weight: bold;
}
.service-page .service-2 section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 section .img {
  width: 50%;
  height: 700px;
}
.service-page .service-2 section .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-2 section .content {
  width: 50%;
}
.service-page .service-2 section .content .mml-text {
  width: 100%;
  max-width: 810px;
  padding-left: 10%;
  padding-right: 15px;
}
.service-page .service-2 section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .service-2 section:nth-child(odd) .content .mml-text {
  margin-left: auto;
  padding-right: 10%;
  padding-left: 15px;
}
.service-page .service-2 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.service-page .service-2 ul li h4 {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  color: #111;
}
.service-page .service-2 ul li h4::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.service-page .service-2 ul li p {
  display: none;
}
.service-page .service-2 ul li.active h4::after {
  content: "-";
}
.service-page .service-2 ol li:not(:last-child) {
  margin-bottom: 40px;
}
.service-page .service-2 ol li p b {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  color: #111;
}
.service-page .service-3 .list {
  margin-top: 80px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 .mml-text {
  max-width: 290px;
}
.service-page .service-3 .mml-text .icon {
  min-height: 50px;
  display: inline-block;
  padding-right: 40px;
}
.service-page .service-3 .mml-text span {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
}
.service-page .service-3 .btn1 {
  color: #FFFFFF;
  background: 111;
  line-height: 50px;
  margin-top: 80px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .service-page .service-3 .mml-text {
    max-width: 100%;
  }
  .service-page .service-1 .left {
    width: 100%;
  }
  .service-page .service-1 .right {
    display: none;
  }
  .service-page .service-1 {
    background: transparent;
  }
  .service-page .service-2 section {
    display: block;
    padding: 60px 0 0;
  }
  .service-page .service-2 section .img {
    width: 100%;
  }
  .service-page .service-2 section .content {
    width: 100%;
  }
  .service-page .service-2 section .content .mml-text {
    padding-left: 15px;
    margin: 30px 0;
  }
  .service-page .service-2 section:nth-child(odd) .content .mml-text {
    padding-right: 15px;
    margin: 30px 0;
  }
  .service-page .service-1 {
    padding: 0;
  }
  .service-page .service-2 section .img {
    height: auto;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 {
    padding: 60px 0 0;
  }
  .service-page .service-3 .btn1 {
    margin-top: 40px;
  }
  .service-page .service-2 ol li:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-page .service-2 ul {
    margin-top: 30px;
  }
  .service-page .service-2 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-page .service-3 .mml-text .icon {
    margin-bottom: 15px;
  }
}



.about-category {
  overflow: hidden;
}

.about-category ul {
  margin: -10px;
}

.about-category li {
  padding: 10px;
}