@font-face {
  font-family: 'MicrogrammaD-BoldExte';
  src: url(../fonts/MicrogrammaD-BoldExte.ttf) format('truetype'), url(../fonts/MicrogrammaD-BoldExte.eot) format('eot'), url(../fonts/MicrogrammaD-BoldExte.woff) format('woff'), url(../fonts/MicrogrammaD-BoldExte.woff2) format('woff2');
}
body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}

.font1 {
  font-family: 'MicrogrammaD-BoldExte';
}

.text-mb {
  -webkit-text-stroke: 1px black;
  color: transparent;
}

.text-mb.white {
  -webkit-text-stroke: 1px white;
}

@-webkit-keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes stickySlideDown {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed {
  position: fixed;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
#header.fixed .nav {
  background-color: #282727;
  height: 80px;
  line-height: 80px;
}
#header.fixed .nav .ui.menu .logo {
  width: 150px;
  margin-top: 0;
}
#header .nav {
  line-height: 100px;
  height: 100px;
  text-align: right;
}
#header .nav .ui.menu .logo {
  float: left;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 8px;
  font-size: 16px;
  line-height: 100px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fd2318;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before,
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: " - ";
  opacity: 0;
  color: currentcolor;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#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;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  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 {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 177px;
}
#header .nav .ui.menu .p-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .p-search input {
  height: 38px;
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #e70d2f;
}
#header .nav .ui.menu .p-search input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
#header .nav .ui.menu .p-search input:-moz-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
#header .nav .ui.menu .p-search input::-moz-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
#header .nav .ui.menu .p-search input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
#header .nav .ui.menu .p-search input::placeholder {
  color: #FFFFFF;
  opacity: .6;
}
#header .nav .ui.menu .p-search input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-left: 15px;
  border-radius: 38px 0 0 38px;
}
#header .nav .ui.menu .p-search input[type="submit"] {
  width: 60px;
  background: #e70d2f url(../images/search-icon.png) no-repeat center;
  border-radius: 0 38px 38px 0;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: top;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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 {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.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: 2;
}
#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;
  line-height: 2;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  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) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  display: inline-block;
}
.hover-language .zhuyu {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-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;
}
#banner {
  background-color: #f6f6f6;
  position: relative;
}
#banner > ul li {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
#banner > ul li.has-pro::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 72%;
  width: 64%;
  padding-top: 30%;
  background-color: #f6f6f6;
  border-radius: 50%;
}
#banner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 30%;
}
#banner .pro {
  width: 50%;
  left: 0;
  bottom: 0;
  padding: 0 6%;
}
#banner .pro .name {
  font-size: 24px;
  line-height: 44px;
  font-family: 'MicrogrammaD-BoldExte';
}
#banner .pro .name span {
  position: relative;
  z-index: 1;
}
#banner .pro .name span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -7px;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e70d2f;
}
#banner h2 {
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: 'MicrogrammaD-BoldExte';
}
#banner p {
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  letter-spacing: 1px;
}
#banner .dots {
  bottom: 10%;
  left: 70%;
}
#banner .dots > div {
  display: inline-block;
  vertical-align: middle;
}
#banner .dots > div li {
  margin: 0 5px;
  display: inline-block;
  width: 37px;
  border-bottom: 1px solid #FFFFFF;
}
#banner .dots > div li button {
  display: none;
}
#banner .dots span,
#banner .dots em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.8;
  color: #FFFFFF;
  font-family: 'MicrogrammaD-BoldExte';
}
.i-category {
  padding: 100px 0 0;
  background-color: #f6f6f6;
}
.i-category .Tit {
  font-size: 70px;
  line-height: 1;
  font-family: 'MicrogrammaD-BoldExte';
}
.i-category .Tit span {
  font-size: 78px;
  -webkit-text-stroke: 1px black;
  color: transparent;
}
.i-category .list {
  margin-top: 40px;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
}
.i-category .list li .bg {
  border-radius: 20px;
  overflow: hidden;
}
.i-category .list li .img {
  width: 74%;
  margin-left: 13%;
  margin-top: -21%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li .name {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li p {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list .slick-center li .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-category .list .slick-center li .name {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-category .list .slick-center li p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#index-body .our-product {
  background-color: #f6f6f6;
}
.our-product {
  padding: 0px 0 100px;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list li {
  padding: 15px;
  text-align: center;
}
.our-product .list li .img {
  border-radius: 10px;
}
.our-product .list li .img span {
  left: 0;
  right: 0;
  bottom: 5%;
  pointer-events: none;
      /*color: #e40623;*/
}
.our-product .list li .name {
  font-size: 20px;
  line-height: 1.8;
}
.baseTit {
  font-size: 60px;
  line-height: 1;
  font-family: 'MicrogrammaD-BoldExte';
}
.baseTit span {
  -webkit-text-stroke: 1px black;
  color: transparent;
}
.baseBtn {
  font-size: 16.61px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.baseBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e70d2f;
}
.baseBtn::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  border-bottom: 1px solid currentColor;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 140px 0;
  position: relative;
}
.our-about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 73%;
  width: 64%;
  padding-top: 30%;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.our-about .baseTit span {
  -webkit-text-stroke: 1px white;
}
.our-about .left .desc {
  margin-top: 60px;
  max-width: 570px;
  font-size: 22.91px;
  line-height: 40.22px;
  font-weight: bold;
  font-style: italic;
  color: #e70d2f;
}
.our-about .left .text {
  margin-top: 24px;
}
.shouye h1 {
  display: inline;
}
.our-about .left .btns {
  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;
}
.our-about .right {
  margin-top: 7%;
}

.our-about .right ul {
  margin: -15px;
}

.our-about .right li {
  padding: 15px;
}

.our-about .right li .num {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  color: #e70d2f;
}

.our-about .right li .num > div {
  display: inline-block;
}

.our-about .right li .num em {
  font-family: 'MicrogrammaD-BoldExte';
}

.our-about .right li .num span {
  position: absolute;
  left: 105%;
  font-size: 14px;
  line-height: 2;
}

.our-about .right li .num span.tt {
  top: 0;
}

.our-about .right li .num span.bb {
  bottom: 0;
}


.our-about .left .desc2 {
  max-width: 400px;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  font-style: italic;
}
.our-about .left .progress {
  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;
}
.our-about .left .progress .line {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 9px;
  border-radius: 9px;
  background-color: #d5d5d5;
  margin-right: 10px;
  position: relative;
}
.our-about .left .progress .line::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #e70d2f;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-about .left .progress .line.animated::after {
  width: 17%;
}
.our-about .left .progress .num {
  font-size: 30px;
  color: #e70d2f;
  font-weight: bold;
}
.our-about .play {
  position: relative;
  z-index: 1;
  width: 76px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
}
.our-about .play::before,
.our-about .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(209, 16, 45, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.our-about .circleItem {
  margin-left: 15%;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.our-about .circlar {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
.our-about .circlar svg {
  display: block;
  overflow: visible;
}
.our-about .list {
  position: absolute;
  width: 30%;
  left: 58%;
  top: 65%;
}
.our-about .list ul {
  margin: -160px -30px;
}
.our-about .list li {
  margin-bottom: 50px;
  padding: 160px 0;
  position: relative;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .list li img {
  -webkit-box-reflect: below 0 linear-gradient(transparent 70%, rgba(0, 0, 0, 0.5));
}
.our-about .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.our-about .list .slick-active li {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.our-about .list .slick-center li {
  margin-bottom: 0;
  z-index: 1;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.our-case {
  padding: 200px 0;
}
.our-case .desc {
  max-width: 900px;
  margin: auto;
}
.our-case .list {
  margin-top: 80px;
}
.our-case .list ul {
  margin: -60px -12px;
}
.our-case .list li {
  padding: 60px 12px;
}
.our-case .list li .img {
  position: relative;
  background-color: black;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-case .list li .img img {
  opacity: .58;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-case .list li .img:hover {
  z-index: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.our-case .list li .img:hover img {
  opacity: 1;
}

.our-case .list li .name {
  z-index: 1;
  left: 5%;
  top: 50%;
  width: 90%;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  transition: .5s ease;
  opacity: 0;
  pointer-events: none;
}

.our-case .list li .btns {
  z-index: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  background-color: #e70d2f;
  transition: .5s ease;
  pointer-events: none;
}

.our-case .list li .btns i {
  margin-left: 3px;
}

.our-case .list li .btns::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: rgba(209, 16, 45, 0.5);
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.our-case .list li .img:hover + .name {
  transform: translateY(-50%);
  opacity: 1;
}

.our-case .list li .img:hover ~ .btns {
  opacity: 0;
}

.our-service .baseTit {
  color: #FFFFFF;
}
.our-service .baseTit span {
  -webkit-text-stroke: 1px white;
}
.our-service .box {
  height: 530px;
  background: url(/lkcool/2025/05/22/670.png) no-repeat center;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  padding: 3%;
  overflow: hidden;
}
.our-service .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}
.our-service .left {
  width: 90%;
  height: 100%;
  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;
  position: relative;
}
.our-service .content {
  margin-top: auto;
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.our-service .content a.link span {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  vertical-align: top;
  color: white;
  background-color: #e70d2f;
  text-align: center;
}
.our-service .content a.link span img {
  vertical-align: middle;
}
.our-service .content a.link span.text {
  padding: 0 30px;
  font-size: 18px;
  line-height: 70px;
  font-family: 'MicrogrammaD-BoldExte';
}
.our-service .content a.link span.arrow {
  width: 70px;
}
.i-application {
  padding: 160px 0 80px;
}
.i-application .right .text {
  color: #747474;
}
.i-application .list {
  margin-top: 40px;
}
.i-application .list ul {
  margin: -10px;
}
.i-application .list li {
  padding: 10px;
}
.i-application .list li .mml-text {
  padding: 43px 0;
  position: relative;
}
.i-application .list li .mml-text.even .content {
  padding: 30px 20px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.i-application .list li .mml-text.even .num {
  bottom: auto;
  top: 0;
}
.i-application .list li .mml-text .content {
  background-color: #eeeeee;
  padding: 27px 20px 30px;
  text-align: center;
  border-radius: 15px;
  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;
}
.i-application .list li .mml-text .content .img {
  overflow: hidden;
  border-radius: 20px;
}
.i-application .list li .mml-text .content .name {
  margin: 25px 0;
  font-size: 18.63px;
  line-height: 34px;
  font-family: 'MicrogrammaD-BoldExte';
  text-transform: uppercase;
}
.i-application .list li .mml-text .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  background-color: #eeeeee;
  overflow: hidden;
}
.i-application .list li .mml-text .num span {
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-application .list li .mml-text .num span.text {
  font-size: 18.63px;
  line-height: 62px;
  font-family: 'MicrogrammaD-BoldExte';
}
.i-application .list li .mml-text .num span.arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.i-application .list li .mml-text .num span.arrow img {
  display: inline-block;
  vertical-align: middle;
}
.i-application .list li .mml-text:hover .num span.text {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.i-application .list li .mml-text:hover .num span.arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.i-advantage {
  background-color: #f6f6f6;
  padding: 90px 0;
}
.i-advantage .baseTit {
  margin-bottom: 55px;
}
.i-advantage .info .name {
  font-size: 30px;
  font-family: 'MicrogrammaD-BoldExte';
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
}
.i-advantage .info .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid black;
  opacity: .5;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-advantage .info .name.active {
  color: #e70d2f;
}
.i-advantage .info .name.active::after {
  width: 100%;
}
.i-advantage .info .text {
  color: #747474;
  padding: 20px 0;
}
.i-advantage .left {
  width: 45%;
}
.i-advantage .right {
  width: 55%;
}
.i-advantage .list {
  margin-top: 60px;
}
.i-advantage .list ul {
  margin: -10px;
}
.i-advantage .list li {
  padding: 10px;
}
.i-advantage .list li .img {
  border-radius: 10px;
}
.our-news {
  padding: 100px 0;
}
.our-news .list {
  margin-top: 70px;
}
.our-news .list ul {
  margin: -45px;
}
.our-news .list li {
  padding: 45px;
}
.our-news .list li .line {
  border-bottom: 3px solid black;
}
.our-news .list li .cate {
  font-size: 16.46px;
  line-height: 32px;
  font-style: italic;
}
.our-news .list li .date {
  font-size: 19.16px;
  line-height: 1.8;
  font-style: italic;
  color: #e70d2f;
}
.our-news .list li .name {
  font-size: 22px;
  line-height: 40px;
}
.our-partner {
  padding-bottom: 90px;
}
.our-partner .list ul {
  margin: -30px;
}
.our-partner .list li {
  padding: 30px;
}
.our-partner .list li .img {
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 10px;
}
#footer {
  color: #FFFFFF;
  background-color: #282727;
  padding: 90px 0;
}
#footer .baseTit span {
  -webkit-text-stroke: 1px white;
}
#footer .baseTit small {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  color: #e70d2f;
}
#footer .foot-content .foot-block {
  width: 33.33%;
}
#footer .foot-content .foot-block:not(.wid-100) {
  margin-bottom: 60px;
}
#footer .foot-content .foot-block h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
  font-family: 'MicrogrammaD-BoldExte';
  text-transform: uppercase;
}
#footer .foot-content .foot-block li + li {
  margin-top: 10px;
}
#footer .foot-content .foot-block.wid-100 {
  width: 100%;
}
#footer .foot-content .foot-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#footer .foot-content .foot-block form input {
  font-size: 18px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
  margin-right: 30px;
  height: 40px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .foot-content .foot-block form input[name="content"] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0;
}
#footer .foot-content .foot-block form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 20px;
  background: url(../images/send-arrow.png) no-repeat center;
  margin-right: 0;
}
#footer .left {
  width: 55%;
}
#footer .right {
  width: 35%;
}
#footer .right .qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .social-links {
  margin: auto auto 0;
}
#footer .social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #404040;
}
#footer .social-links svg {
  vertical-align: middle;
}
#footer .foot-bottom {
  color: #848484;
  font-size: 16px;
  line-height: 30px;
}
#footer .foot-bottom img {
  height: 14px;
}
#ewm {
  width: 125px;
  border: 7px solid #FFFFFF;
}
@media (max-width: 1600px) {
  #banner h2 {
    font-size: 60px;
  }
  .i-category .Tit {
    font-size: 60px;
  }
  .i-category .Tit span {
    font-size: 60px;
  }
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1440px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
    margin-top: 0;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner .pro .name {
    font-size: 20px;
  }
  .i-category .Tit {
    font-size: 50px;
  }
  .i-category .Tit span {
    font-size: 50px;
  }
  .i-category .list li .name {
    font-size: 24px;
  }
  .our-product .list li .name {
    font-size: 20px;
  }
  .baseTit {
    font-size: 50px;
  }
  .our-about .list {
    width: 40%;
  }
  .i-advantage .info .name {
    font-size: 24px;
  }
  .our-news .list li .name {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .p-search input {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  #banner .pro .name {
    font-size: 18px;
  }
  .i-category .Tit {
    font-size: 40px;
  }
  .i-category .Tit span {
    font-size: 40px;
  }
  .i-category .list li .name {
    font-size: 20px;
  }
  .our-product .list li .img span {
    font-size: 16px;
  }
  .our-product .list li .name {
    font-size: 18px;
  }
  .baseTit {
    font-size: 40px;
  }
  .i-advantage .info .name {
    font-size: 20px;
  }
  .our-news .list li .name {
    font-size: 20px;
  }
  .our-about .left .desc {
    font-size: 20px;
  }
  .our-about .left .desc2 {
    font-size: 20px;
  }
  .i-application .list li .mml-text .content .name {
    font-size: 16px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-news .list li .cate {
    font-size: 16px;
  }
  .our-news .list li .date {
    font-size: 18px;
  }
  .our-partner .list ul {
    margin: -15px;
  }
  .our-partner .list li {
    padding: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .baseTit small {
    font-size: 16px;
  }
  #footer .left {
    width: 60%;
  }
  #footer .right .text {
    font-size: 16px;
  }
  #footer .foot-content .foot-block form input {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: inline-block;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::before,
  #header .nav .ui.menu .menu-box ul.menu > li > a::after {
    display: none;
  }
  .our-service .box {
    height: 400px;
  }
  .our-service .left {
    width: 100%;
  }
  #footer .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #footer .foot-content .foot-block h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .pro {
    display: none;
 }
  .prodet-page .prodet-1{
    padding: 40px 0 60px!important;

  }.prodet-page .prodet-1 .right h1{
    font-size: 26px!important;
    line-height: 1.4!important;
  }
  #banner > ul li {
    padding-bottom: 0;
  }
  #banner > ul li::before {
    display: none;
  }
  #banner .dots {
    display: none;
  }
  #banner .content {
    width: 90%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .i-category {
    padding: 60px 0 0;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%;
    float: none;
  }
  .our-about .left .desc {
    margin-top: 40px;
  }
  .our-about .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .our-about .list {
    display: none;
  }
  .our-about::before {
    display: none;
  }
  .our-case {
    padding: 60px 0;
  }
  .our-case .list {
    margin-top: 40px;
  }
  .our-case .list li .img img {
    opacity: 1;
  }
  .our-service .icon {
    width: 80px;
  }
  .our-service .content {
    display: block;
  }
  .our-service .baseTit {
    margin-bottom: 40px;
  }
  .our-service .content a.link span.text {
    font-size: 16px;

  }
  .our-service .content a.link span {
    height: 50px;
    line-height: 50px;
  }
  .our-service .content a.link span.arrow {
    width: 50px;
  }
  .i-application {
    padding: 60px 0;
  }
  .i-application .left {
    width: 100%;
    float: none;
  }
  .i-application .right {
    width: 100%;
    float: none;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .baseTit {
    margin-bottom: 30px;
  }
  .i-advantage .left {
    width: 100%;
    float: none;
  }
  .i-advantage .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .i-advantage .list {
    margin-top: 30px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-partner {
    padding-bottom: 60px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .right {
    width: 100%;
    float: none;
  }
  #footer .left {
    float: none;
    width: 100%;
  }
  .hide-1000 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  #banner p {
    font-size: 14px;
    line-height: 2;
  }
  .i-category .Tit {
    font-size: 30px;
    line-height: 1.5;
  }
  .heishai{
    display: none;
  }
  .i-category .Tit span {
    font-size: 30px;
  }
  .i-category .list li .name {
    font-size: 18px;
    line-height: 32px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-product .list li .img span {
    font-size: 14px;
    line-height: 2;
  }
  .our-product .list li .name {
    font-size: 16px;
    line-height: 30px;
  }
  .baseTit {
    font-size: 30px;
    line-height: 1.5;
  }
  .our-about .left .desc {
    font-size: 16px;
    line-height: 2;
  }
  .our-about .left .desc2 {
    font-size: 16px;
    line-height: 30px;
  }
  .baseBtn {
    font-size: 14px;
    line-height: 28px;
  }
  .our-service .box {
    height: 350px;
  }
  .our-service .content a.link span.text {
    font-size: 14px;
    line-height: 50px;
  }
  .our-service .baseTit {
    margin-bottom: 20px;
  }
  .i-advantage .info .name {
    font-size: 16px;
    line-height: 30px;
  }
  .our-news .list li .cate {
    font-size: 14px;
    line-height: 28px;
  }
  .our-news .list li .date {
    font-size: 16px;
    line-height: 30px;
  }
  .our-news .list li .name {
    font-size: 18px;
    line-height: 32px;
  }
  .hide-700 {
    display: none!important;
  }
  #footer .foot-content .foot-block {
    width: 100%;
  }
  #footer .foot-content .foot-block form {
    display: block;
  }
  #footer .foot-content .foot-block form input {
    margin-right: 0;
  }
  #footer .foot-content .foot-block form input {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 24px;
  }
  .i-category .Tit {
    font-size: 24px;
    line-height: 44px;
  }
  .i-category .Tit span {
    font-size: 24px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 44px;
  }
  .our-service .box {
    padding: 5%;
  }
}






/* inner */

.inner-banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 246px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'MicrogrammaD-BoldExte';
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner .mbx a:hover {
  color: #e70d2f;
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-family: 'MicrogrammaD-BoldExte';
}
.inner-page span.tt {
  font-size: 18px;
  color: #e70d2f;
  position: relative;
  padding-left: 50px;
  font-family: 'MicrogrammaD-BoldExte';
}
.inner-page span.tt:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #e70d2f;
  left: 0;
  top: 50%;
  position: absolute;
}
.f_56 {
  font-size: 46px;
}
.f_20 {
  font-size: 20px;
}
.about-page .about-1 {
  padding-top: 130px;
  padding-bottom: 80px;
  background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about-page .about-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;
}
.about-page .about-1 .ui.container .left {
  width: 30%;
  text-align: center;
}
.about-page .about-1 .ui.container .left .title {
  margin-bottom: 70px;
  display: inline-block;
  font-family: 'MicrogrammaD-BoldExte';
}
.about-page .about-1 .ui.container .left .imgbox {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
  width: 65%;
}
.about-page .about-1 .ui.container .right .tit {
  color: #383838;
  margin-bottom: 60px;
  font-family: 'MicrogrammaD-BoldExte';
}
.about-page .about-1 .ui.container .right p {
  color: #636363;
  margin-bottom: 35px;
}
.about-page .about-1 .ui.container .right ul.data {
  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;
}
.about-page .about-1 .ui.container .right ul.data li {
  display: inline-block;
  text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-1 .ui.container .right ul.data li span {
  font-weight: 800;
  color: #e70d2f;
  font-size: 48px;
}
.about-page .about-3 {
  background-color: #f4f6f8;
  padding-top: 100px;
  padding-bottom: 133px;
}
.about-page .about-3 .top {
  margin-bottom: 80px;
}
.about-page .about-3 .top h3 {
  font-size: 45px;
  font-family: 'MicrogrammaD-BoldExte';
}
.about-page .about-3 .top .content {
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-3 ul {
  margin: -18px;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 ul li {
  padding: 18px;
}
.about-page .about-3 ul li .item {
  height: 100%;
  background-color: white;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.about-page .about-3 ul li .item img {
  float: left;
}
.about-page .about-3 ul li .item .box {
  width: calc(100% - 87px);
  padding-left: 30px;
  display: inline-block;
}
.about-page .about-3 ul li .item .box h4 {
  font-size: 26px;
  min-height: 3em;
}
.about-page .about-3 ul li .item .box p {
  font-size: 16px;
  line-height: 30px;
  min-height: 3em;
  margin-top: 20px;
}
.about-page .about-3 ul li .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background-color: #e70d2f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .item:hover {
  -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
  box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
}
.about-page .about-3 ul li .item:hover::after {
  bottom: 0;
}
.about-page .about-4 {
  padding: 130px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.mores {
  display: inline-block;
  vertical-align: middle;
  color: #e70d2f;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.mores:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #e70d2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.mores i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.mores:hover {
  color: white;
}
.about-page .about-4 .top .right a.mores:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  -webkit-box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #e70d2f;
  color: white;
}
.about-page .about-2 {
  background-color: #f5f6f8;
}
.about-page .about-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;
}
.about-page .about-2 .ui.container .left {
  position: relative;
}
.about-page .about-2 .ui.container .left .img {
  margin-left: calc((-100vw + 1500px) / 2);
}
.about-page .about-2 .ui.container .right {
  padding-left: 100px;
  margin: auto 0;
}

.about-page .about-2 .ui.container .right ul {
  margin-top: 35px;
}
.about-page .about-2 .ui.container .right ul li {
  padding-left: 40px;
  background: url(/lkcool/2025/05/13/1checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-2 .ui.container .right ul li p {
  line-height: 2;
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

/*.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'MicrogrammaD-BoldExte';
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: #e70d2f;
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
  font-family: 'Poppins';
  font-weight: 300;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  padding: 4px 0;
  position: relative;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: #e70d2f;
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}*/
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #e70d2f;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: #e70d2f;
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.product-page {
  padding: 80px 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 2;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
/*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #e70d2f;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
  min-height: 92px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: 'MicrogrammaD-BoldExte';
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background-color: #e70d2f;
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  font-family: 'MicrogrammaD-BoldExte';
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  margin-left: 5px;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.mores span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.mores::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5px;
  height: 100%;
  background: #e70d2f;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right a.mores::before{
  display: none;
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right a.mores:hover::after{
  width: 100%;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more{
  display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #e70d2f;
    color: var(--black);
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    padding: 5px 4px 5px 22px;
}*/
.prodet-page .prodet-1 .right .inquiry-box .more em {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .inquiry-box .more span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px 20px 16px;
    background: black;
    margin-left: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more i:before{
  background: url(../images/ann.png) no-repeat center;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more::before{
  content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover{
  color: var(--white);
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover::before{
  -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #e70d2f;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: 'MicrogrammaD-BoldExte';
      color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 2;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: 1px solid #dedede;
}
.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  /*padding-right: 5%;*/
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: #e70d2f;
}

.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-48 {
  font-size: 48px;
}
.contact-page{
  position: relative;
  z-index: 1;
}
.contact-page .tips_title_cont .tips p{
  display: inline-block;
  border-bottom: 2px solid #e70d2f;
}
.contact-page .tips_title_cont .tips_title{
  margin-top: 20px;
}
.contact-page .init-1 .tips_title_cont{
  text-align: center;
}
.contact-page .init-1 .container .list_cont{
  margin: 0 -15px;
}
.contact-page .init-1 .container .list_cont .list{
  margin-top: 40px;
  width: 33.33%;
  padding: 0 15px;
}
.contact-page .init-1 .container .list_cont .list .img{
  border-radius: 10px;
  overflow: hidden;
}
.contact-page .init-1 .container .list_cont .list .title{
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .list_cont .list .des{
  font-size: 16px;
  margin-top: 10px;
}
.contact-page .init-2{
  margin-top: 100px;
}
.contact-page .init-2 .box {
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 70px;
}
.contact-page .init-2 .box .left{
  vertical-align: middle;
  padding-right: 70px;
  width: 50%;
  border-right: 1px solid rgba(204 204 204 / 0.4);
}
.contact-page .init-2 .box .left .tips{
  font-size: 26px;
}
.contact-page .init-2 .box .left form input,
.contact-page .init-2 .box .left form textarea{
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.contact-page .init-2 .box .left form .submit_cont .submit_btn{
  padding: 8px 20px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #e70d2f;
  display: inline-block;
  cursor: pointer;
  color: #e70d2f;
  transition: all .5s;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .init-2 .box .left form .submit_cont .submit_btn:hover{
  color: #fff;
  background: #e70d2f;
}

.contact-page .init-2 .box .right{
  width: 50%;
  vertical-align: middle;
  padding-left: 70px;
}

.contact-page .init-2 .box .right .des{
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
.contact-page .init-2 .box .right .share_list{
  margin-top: 20px;
}
.contact-page .init-2 .box .right .share_list a{
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all .5s;
  background: #272727;
  color: #fff;
}

.contact-page .init-2 .box .right .share_list a svg {
  vertical-align: middle;
}

.contact-page .init-2 .box .right .share_list a:hover{
  background: #e70d2f;
  color: #fff;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.contact-page .init-3 iframe{
  width: 100%;
}
.f_16 {
  font-size: 16px;
  line-height: 30px;
}
.f_44 {
  font-size: 44px;
  line-height: 1.2;
}
.pt_80{
  padding-top: 80px;
}



.news-page{
  padding:80px 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: #e70d2f;
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: 70%;
  padding-left: 280px;
}
.news-page .ui.container ul.newslist li .img{
  width: 20%;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 27px;
  font-family: 'MicrogrammaD-BoldExte';
  width: 900px;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #e70d2f;
}
.news-page .ui.container ul.newslist li .text p {
  color: #2e2e2e;
  line-height: 2;
    font-size: 16px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
display: -webkit-box;
-webkit-box-orient: vertical;
width: 1000px;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}


.newdet-page .ui.container .newst {
  padding: 20px 0;
  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;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 2;
}
.newdet-page .ui.container .content {
  /*color: #a5a5a5;
  font-size: 18px;*/
  color: #474747;
    font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .bottom {
  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;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  color: #e70d2f;
}
.newdet-page .ui.container .bottom .sharebox ul li a svg {
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: #e70d2f;
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  filter: grayscale(1) brightness(2);
}
.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
  line-height: 30px;
  color: #151515;
  font-weight: bold;
}
 .m-link a em {
  font-size: 18px;
   
}
 .m-link .next {
  text-align: right;
}

.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.container,.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px  10px 0px;
}

.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #e70d2f;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #e70d2f;
    color: white;
}
.inner-page .sidebar-box {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: #e70d2f;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'MicrogrammaD-BoldExte';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 2;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #e70d2f;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #e70d2f;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #e70d2f;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-pdf .inner-title{
  border-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #e70d2f;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1600px) {
  .about-page .about-3 ul li .item {
    padding: 50px 23px;
  }
}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 38px;
  }
  .f_44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 ul li .item .box {
    width: 70%;
  }

  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
  
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }

     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 ul li .item .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 40px;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 36px;
  }
  
}
@media screen and (max-width: 1000px) {
  .f_56 {
    font-size: 36px;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-3 ul li {
    width: 50% !important;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-4 .top .right a.mores {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    line-height: 30px;
    padding: 5px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
  .about-page .about-3{
    padding: 60px 0;
  }
  .about-page .about-4 .top .left{
    width: 100%;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .about-page .about-2 .ui.container{
    display: block;
  }
  .about-page .about-2 .ui.container .left{
    width: 100%;
  }
  .about-page .about-2 .ui.container .right{
    width: 100%;
  }
  
 
  .contact-page .init-1 .container .list_cont .list{
    width: 100%;
    text-align: center;
  }
  .contact-page .init-2 .box .left{
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-page .init-2 .box .right{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  
  .inner-page .form ul li {
      width: 100% !important;
  }
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
      font-size: 16px;
      line-height: 30px;
  }
    .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-page .about-3 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .top .content,
  .about-page .about-3 .top h3 {
    width: 100%;
  }
  .about-page .about-3 ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {

  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .left .title{
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 20px;
  }
  .newdet-page .ui.container h1{
    font-size: 26px;
    line-height: 1.4;
  }
  .about-page .about-2 {
    padding: 40px 0 30px;
  }
  .about-page .about-2 .ui.container .left {
    display: none;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .top{
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li .item{
    padding: 20px 15px;
  }
  .f_56 {
    font-size: 30px;
  }
  

  
  .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
    line-height: 30px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  
  .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {

  .product-page .product-list ul li {
    width: 100%;
  }
   .pt_80{
    padding-top: 40px;
  }
  .f_56 {
    font-size: 22px;
    line-height: 40px;
  }
   .f_20 {
    font-size: 16px;
  }
  .font-40{
    font-size: 32px;
  }
  .font-32 {
    line-height: 44px;
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 44px;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .about-page .about-2 .ui.container {
    margin-left: 0;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right p{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right ul.data{
    display: none;
  }
  .about-page .about-3 .top .content{
    font-size: 15px;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 30px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .contact-page .init-2{
    margin-top: 40px;
  }
  .contact-page .init-2 .box{
    padding: 20px 16px;
  }
  .contact-page .init-2 .box .left .tips{
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .init-3{
    margin-top: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }

}

@media screen and (max-width: 1440px) {
  .news-page .ui.container ul.newslist li .text h5,
  .news-page .ui.container ul.newslist li .text .content p{
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {


  .news-page .ui.container ul.newslist li .text{
    padding-left: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    width: auto;
    display: block;
  }
  .product-page .product-list h1{
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .news-page .ui.container ul.newslist li .img{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
  }

}

.product-add{
  background-image: -webkit-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(-88deg, #e70d2f 0%, #e70d2f 0%, #740012 0%, #e70d2f 47%, #ff6b82 100%), linear-gradient(#000000, #000000);
  color: #fff;
  padding: 34px 104px 36px 55px;
  font-size: 26px;
  line-height: 1.6;
  font-family: 'MicrogrammaD-BoldExte';
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 39px;
}
.product-add::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -54px;
  width: 298px;
	height: 126px;
  background: url(../images/sb-add.png) no-repeat;
}
.product-add a{
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .product-add{
    padding: 34px 50px 36px;
  }
}
@media screen and (max-width: 1440px) {
  .product-add{
    padding: 34px 30px 36px;
    font-size: 23px;
  }
}
@media screen and (max-width: 1000px) {
  .product-add{
    padding: 20px 15px;
    font-size: 19px;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-add:after{
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .product-add:after{
    zoom: .4;
  }
}



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


.service-page .init-1 .container .left .tips {
  
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.service-page .init-1 .container .left .tips .r {
  color: #b60005;
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.service-page .init-1 .container .right .content_list {
  padding-top: 115px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: #b60005;
  text-transform: uppercase;
  
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid #b60005;
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 2;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: #b60005;
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size:56px;
  font-weight: 600;
  line-height: 1;
  
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
  line-height: 2;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 15px 25px 10px;;
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
  line-height: 2;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 30px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1250px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
}

@media (max-width: 1000px) {
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
    font-size: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 33.33%;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 40px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
}


@media (max-width: 500px) {
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
}



.application-page .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #b60005;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}

@media (max-width: 1000px) {
  .application-page .container .content ul li {
    width: 50%!important;
  }
  
  .application-page .container .content ul li .box .title {
    font-size: 16px;
  }

  .application-page .container .content ul {
    margin: 0 -10px;
  }

  .application-page .container .content ul li {
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    width: 100%!important;
    margin-top: 30px;
    padding: 0;
  }
}





.faq-page {
  padding: 80px 0;
}
.faq-page .faq-1 .ui.container {
  text-align: left;
}
.faq-page .faq-1 .ui.container .h2 {
  color: #000;
  font-weight: 900;
  margin-bottom: 40px;
}
.faq-page .faq-1 .ui.container .main {
  margin-top: 55px;
  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;
}
.faq-page .faq-1 .ui.container .main .left {
  width: 37%;
  background: url(../images/faq-imgs.jpg) center center no-repeat;
  background-size: cover;
  height: 750px;
  position: relative;
}
.faq-page .faq-1 .ui.container .main .left .h4 {
  font-weight: 900;
}
.faq-page .faq-1 .ui.container .main .left .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 35px;
  bottom: 25px;
  height: auto;
  text-align: left;
  color: #fff;
}
.faq-page .faq-1 .ui.container .main .left .text .info {
  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-top: 25px;
}
.faq-page .faq-1 .ui.container .main .left .text .info span {
  width: 60px;
  height: 60px;
  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;
  background: #e70d2f;
  border-radius: 100%;
  margin-right: 30px;
}
.faq-page .faq-1 .ui.container .main .left .text .info span i {
  font-size: 30px;
}
.faq-page .faq-1 .ui.container .main .left .text .info .h3 {
  text-transform: uppercase;
}

.faq-page .faq-1 .ui.container .main .right {
  width: 58%;
}
.faq-page .faq-1 .ui.container .main .right ul.faqlist li {
  padding: 25px 50px 25px 25px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.faq-page .faq-1 .ui.container .main .right ul.faqlist li i {
  position: absolute;
  font-size: 24px;
  top: 30px;
  right: 25px;
}
.faq-page .faq-1 .ui.container .main .right ul.faqlist li .h6 {
  color: #000;
  font-weight: 900;
}
.faq-page .faq-1 .ui.container .main .right ul.faqlist li .content {
  margin-top: 40px;
  font-weight: 400;
  display: none;
  line-height: 1.44444444;
}

@media screen and (max-width: 1200px) {
  .faq-page .faq-1 .ui.container .main .left .text .info .h3 {
    font-size: 18px;
  }
  .faq-page .faq-1 .ui.container .main .left .h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .ui.container .main .left {
    display: none;
  }
  .faq-page .faq-1 .ui.container .main .right {
    width: 100%;
  }
}







.p04-custom-parts {
    padding: 60px 0;
    background-color: #f6f7f9;
}

.p04-custom-parts .text h3 {
    margin: 25px 0 5px;
}

.p04-custom-parts .mml-row {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p04-custom-parts .item {
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 30px 0 rgba(169,198,228,.2);
    box-shadow: 13px 15px 30px 0 rgba(169,198,228,.2);
    margin: 0 10px 20px;
    padding: 35px 40px 35px;
    width: calc(33.33% - 20px);
}

.p04-custom-parts .item h3 {
    font-weight: 400;
    color: #e70d2f;
    font-size: 24px;
    line-height: 44px;
    margin: 25px 0 5px;
}

.p04-custom-parts .icon {
    max-width: 60px;
    overflow: hidden;
}

.p04-custom-parts .title {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
}

.p04-custom-parts .title h2 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
}

.p04-custom-parts .line {
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 1px;
    height: 360px;
}

.p04-custom-parts .line:before {
    position: absolute;
    top: 0;
    left: -2px;
    content: '';
    display: block;
    width: 5px;
    height: 80px;
}

.p04-formulation {
    padding: 120px 0 110px;
}

.p04-formulation .title p {
    margin: 20px 0 55px;
}

.p04-more-than {
    padding: 50px 0;
    background-color: #f6f7f9;
}

.p04-more-than .title p {
    max-width: 920px;
    margin: 20px auto 55px;
}

.p04-more-than .item {
    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;
}

.p04-more-than .item:not(:last-child) {
    margin-bottom: 90px;
}

.p04-more-than .item:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.p04-more-than .item:nth-child(even) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.p04-more-than .item .text {
    width: 50%;
}

.p04-more-than .item .text h3 {
    margin-bottom: 20px;
    color: #051321;
    font-size: 40px;
}

.p04-more-than .item .text ul {
    margin-top: 20px;
}

.p04-more-than .item .text ul li {
    position: relative;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    padding-left: 28px;
}

.p04-more-than .item .text ul li:not(:last-child) {
    margin-bottom: 10px;
}

.p04-more-than .item .text ul i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e70d2f;
    margin-right: 10px;
}

.p04-more-than .img {
    max-width: 650px;
    width: 45%;
    max-height: 380px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .p04-custom-parts .title {
        width:calc(50% - 20px);
    }

    .p04-custom-parts .title h2 {
      font-size: 24px;
      line-height: 44px;
    }

    .p04-custom-parts .item {
        width: calc(50% - 20px);
    }

    .p04-more-than .item .text h3 {
      font-size: 24px;
      line-height: 44px;
    }

    .p04-more-than .item {
        display: block;
    }

    .p04-more-than .img {
        width: 100%;
        max-width: 100%;
        max-height: initial;
    }

    .p04-more-than .item .text {
        width: 100%;
        max-width: 100%;
        padding: 30px 0;
    }

    .p04-more-than {
        padding: 60px 0;
    }
}

@media screen and (max-width: 600px) {
    .p04-custom-parts .title {
      width: 100%;
    }

    .p04-custom-parts .item {
        width:100%;
    }
}

