@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: bold;
}
@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');
}

.dl {
  direction: ltr;
}

.dr {
  direction: rtl;
}

body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed .nav {
  background-color: #000000;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  background: #d11e0d;
}
#header .h-top p {
  color: #FFFFFF;
}
#header .h-top ul li {
  line-height: 50px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top ul li + li {
  margin-left: 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li.child > a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #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: 12px;
  -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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msgBtn {
  margin-left: 25px;
  margin-right: 0;
  height: 35px;
  line-height: 33px;
  padding: 0 25px;
  border-radius: 35px;
  color: #FFFFFF;
  background-color: #d11e0d;
  border: 1px solid #d11e0d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
#header .nav .ui.menu .msgBtn:hover {
  background-color: transparent;
}
#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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
}
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;
  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;
}
#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;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  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) {
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  margin-left: 25px;
  margin-right: 0;
}
.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: 12px;
  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 {
  margin-top: 50px;
}
#banner li {
  position: relative;
}
#banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
#banner h2 {
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
}
#banner p {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.baseBtn {
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  line-height: 43px;
  color: #FFFFFF;
  border: 1px solid #d11e0d;
  background-color: #d11e0d;
  border-radius: 45px;
  letter-spacing: 1px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: transparent;
}
.baseBtn.row:hover {
  color: #d11e0d;
}
.i-info {
  background-color: #434343;
}
.i-info .list li {
  width: 33.33%;
  padding: 0 3%;
}
.i-info .list li .icon img {
  display: inline-block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-info .list li .name {
  color: #FFFFFF;
  font-weight: 600;
}
.i-info .list li p {
  color: #FFFFFF;
}
.i-info .list li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.baseTit {
  font-size: 44px;
  font-weight: 600;
}
.gray {
  color: #727272;
}
.our-production {
  padding: 100px 0;
  overflow: hidden;
}
.our-production .list {
  position: relative;
  margin-top: 55px;
}
.our-production .list ul {
  margin: -40px;
}
.our-production .list li {
  padding: 40px;
}
.our-production .list li > div {
  overflow: hidden;
}
.our-production .list li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 600px;
  border-radius: 23px;
}
.our-production .list li .name {
  transform: translateY(100%);
  opacity: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #d11e0d;
  background-image: -webkit-gradient(linear, left top, right top, from(#d11e0d), to(#f85040));
  background-image: -webkit-linear-gradient(left, #d11e0d, #f85040);
  background-image: -moz-linear-gradient(left, #d11e0d, #f85040);
  background-image: linear-gradient(to right, #d11e0d, #f85040);
  color: #FFFFFF;
  font-weight: 500;
  padding: 20px;
  border-radius: 0 0 23px 23px;
  transition: .5s ease;
}
.our-production .list li > div:hover .name {
  transform: translateY(0);
  opacity: 1;
}
.our-production .list .slick-list {
  overflow: visible;
}
.our-production span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.our-production span.arrow svg {
  vertical-align: middle;
}
.our-production span.arrow path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-production span.arrow:hover {
  background-color: #d11e0d;
}
.our-production span.arrow:hover path {
  fill: #FFFFFF;
}
.our-production span.arrow.arrow_l {
  left: -115px;
}
.our-production span.arrow.arrow_r {
  right: -115px;
}
.our-product {
  background-color: #f6f6f6;
  padding: 100px 0 85px;
}
.our-product .list {
  margin-top: 55px;
}
.our-product .list ul {
  margin-right: -25px;
}
.our-product .list li {
  padding-right: 25px;
  margin-bottom: 25px;
}
.our-product .list li .box {
  background-color: #FFFFFF;
  padding: 48px 24px;
  border: 1px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .box:hover {
  border-color: #d11e0d;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}
.our-product .list li .img {
  width: 174px;
}
.our-product .list li .content {
  padding-left: 200px;
  /*margin-top: 9%;*/
}
.our-product .list li .name {
  margin-bottom: 28px;
}
.our-product .list li .link a {
  display: inline-block;
  border: 1px solid #d11e0d;
  color: #d11e0d;
  height: 27px;
  line-height: 25px;
  min-width: 90px;
  border-radius: 25px;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .link a:hover {
  color: #FFFFFF;
  background-color: #d11e0d;
}
.i-other {
  background: url(../images/other-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 75px 0;
}
.i-other .container {
  max-width: 1100px;
}
.our-factory {
  padding: 100px 0;
}
.our-factory .line {
  border-bottom: 1px solid #dfdfdf;
}
.our-factory .list ul {
  margin: -20px;
}
.our-factory .list li {
  padding: 20px;
}
.our-factory .list li .name {
  font-weight: 600;
}
.our-factory .list .arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 28%;
  font-size: 30px;
  transition: .5s ease;
  cursor: pointer;
}
.our-factory .list .arrow:hover {
  background-color: #d11e0d;
}
.our-factory .list .arrow.arrow_l {
  left: 0;
}

.our-factory .list .arrow.arrow_r {
  right: 0;
}

.our-factory .dots ul {
  margin-top: 40px;
}
.our-factory .dots li {
  display: inline-block;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dadada;
}
.our-factory .dots li button {
  display: none;
}
.our-factory .dots li.slick-active {
  background-color: #d11e0d;
}
@-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(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    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(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    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(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.img_father {
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out, -moz-transform 1.2s ease-out;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 170px 0 110px;
}
.our-about .img_father_box {
  left: 5%;
  top: 10%;
  width: 50%;
}
.our-about .baseTit {
  color: #FFFFFF;
}
.our-about h3 {
  font-size: 24.25px;
  font-weight: 600;
  color: #FFFFFF;
}
.our-about .play {
  margin-right: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  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, 30, 13, 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 .left {
  padding-right: 60px;
}
.our-about .left .text {
  margin-top: 40px;
  color: #FFFFFF;
}
.our-about .left .btns {
  margin-top: 40px;
}
.our-about .right {
  padding-left: 60px;
}
.our-about .right ul {
  margin: -15px;
}
.our-about .right li {
  padding: 15px;
}
.our-about .right li:nth-child(2n-1) {
  margin-top: -60px;
}
.our-about .right li .box {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 40px;
  min-height: 292px;
  position: relative;
  overflow: hidden;
}
.our-about .right li .box::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: #d11e0d;
  background-image: -webkit-gradient(linear, left top, right top, from(#d11e0d), to(#f85040));
  background-image: -webkit-linear-gradient(left, #d11e0d, #f85040);
  background-image: -moz-linear-gradient(left, #d11e0d, #f85040);
  background-image: linear-gradient(to right, #d11e0d, #f85040);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .box .icon {
  opacity: .77;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-about .right li .box .icon img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .box .h3 {
  position: relative;
  font-size: 40.09px;
  font-family: 'MicrogrammaD-BoldExte';
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .box .h3 span {
  font-size: 16.57px;
}
.our-about .right li .box p {
  position: relative;
  font-size: 14.83px;
  opacity: .6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .box .bg {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateX(100%) scale(2.5);
  -moz-transform: translateX(100%) scale(2.5);
  -ms-transform: translateX(100%) scale(2.5);
  transform: translateX(100%) scale(2.5);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  opacity: .09;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .box .bg img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-about .right li .box:hover::before {
  opacity: 1;
}
.our-about .right li .box:hover .icon {
  opacity: 1;
}
.our-about .right li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-about .right li .box:hover .h3 {
  color: #FFFFFF;
}
.our-about .right li .box:hover p {
  color: #FFFFFF;
}
.our-about .right li .box:hover .bg {
  -webkit-transform: translateX(0) scale(2.5);
  -moz-transform: translateX(0) scale(2.5);
  -ms-transform: translateX(0) scale(2.5);
  transform: translateX(0) scale(2.5);
}
.i-advantage {
  padding: 100px 0;
  overflow: hidden;
}
.i-advantage h3 {
  font-size: 24.25px;
  font-weight: 600;
  margin-top: 30px;
}
.i-advantage .line {
  margin-top: 30px;
  width: 83px;
  border-bottom: 5px solid #d11e0d;
}
.i-advantage .left {
  padding-right: 55px;
}
.i-advantage .left .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28%;
  bottom: 0;
  left: -40%;
  right: 0;
  background-color: #f6f6f6;
}
.i-advantage .right {
  padding-left: 55px;
}
.i-advantage .right .text {
  margin: 30px 0;
}
.our-partner {
  overflow: hidden;
  margin-bottom: 100px;
}
.our-partner .list {
  margin-top: 55px;
}
.our-partner .list ul {
  margin: 0 -7px;
}
.our-partner .list li {
  padding: 0 7px;
}
.our-partner .list li img {
  border: 1px solid #cacaca;
}
.our-partner .slick-list {
  overflow: visible;
}
.our-news {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.our-news .list {
  margin-top: 50px;
}
.our-news .list ul {
  margin: -17px;
}
.our-news .list li {
  padding: 17px;
}
.our-news .list li .box {
  background-color: #FFFFFF;
  margin-bottom: 5px;
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-news .list li .box .img img {
  width: 100%;
}
.our-news .list li .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}
.our-news .list li .box .img i {
  z-index: 1;
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}
.our-news .list li .box .img i::before,
.our-news .list li .box .img i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.our-news .list li .box .img i::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.our-news .list li .box .content {
  padding: 40px;
  position: relative;
}
.our-news .list li .box .content .date {
  position: absolute;
  top: -30px;
  right: 40px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #d11e0d;
  padding: 0 13px;
}
.our-news .list li .box .content .name {
  font-weight: 600;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .box .content p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .box .content .link {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .box:hover {
  background-color: #d11e0d;
}
.our-news .list li .box:hover .img::after {
  opacity: 1;
}
.our-news .list li .box:hover .img i {
  opacity: 1;
}
.our-news .list li .box:hover .content .name {
  color: #FFFFFF;
}
.our-news .list li .box:hover .content p {
  color: #FFFFFF;
}
.our-news .list li .box:hover .content .link {
  color: #FFFFFF;
}
.our-news .list li .box:hover + .line {
  width: 100%;
}
.our-news .list li .line {
  width: 0;
  border-bottom: 1px solid #d11e0d;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#footer {
  background-color: #181616;
  color: #FFFFFF;
}
#footer .foot-top {
  padding: 100px 0 50px;
}
#footer .foot-top .info li {
  font-weight: 300;
  line-height: 24px;
}
#footer .foot-top .info li i img {
  vertical-align: middle;
}
#footer .foot-top .info li a:hover {
  color: #FFFFFF;
}
#footer .foot-top .left {
  width: 25%;
}
#footer .foot-top .left .info {
  margin-top: 36px;
}
#footer .foot-top .left .info li + li {
  margin-top: 20px;
}
#footer .foot-top .right {
  width: 70%;
}
#footer .foot-top .right .info li + li {
  margin-top: 5px;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 0;
}
#footer .foot-top .foot-content .foot-block {
  padding: 40px 0;
}
#footer .foot-top .form li {
  width: auto;
  position: relative;
}
#footer .foot-top .form li.line::before {
  content: "";
  position: absolute;
  border-left: 1px solid #343434;
  top: 25%;
  bottom: 25%;
  left: 0;
}
#footer .foot-top .form input {
  font-size: 14px;
  height: 40px;
  width: 120px;
  border: 0;
  background-color: #272626;
  padding: 0 20px;
}
#footer .foot-top .form input[name="name"] {
  border-radius: 5px 0 0 5px;
}
#footer .foot-top .form input[name="content"] {
  width: 230px;
}
#footer .foot-top .form input[type="submit"] {
  width: 50px;
  padding: 0;
  background-image: url(../images/send-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}
#footer .foot-top .social-links a + a {
  margin-left: 55px;
}
#footer .foot-bottom {
  border-top: 1px solid #232222;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  font-weight: 300;
}
#footer .foot-bottom img {
  height: 14px;
}
.fixed-box {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 99;
}
.fixed-box ul {
  position: relative;
}
.fixed-box ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 9px 0 0 9px;
}
.fixed-box ul + ul {
  margin-top: 5px;
}
.fixed-box li {
  position: relative;
}
.fixed-box li .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.fixed-box li .icon img {
  opacity: .3;
  vertical-align: middle;
}
.fixed-box li .info {
  right: 100%;
  top: 0;
  z-index: -1;
  min-width: 200px;
  height: 100%;
  color: white;
  background-color: #d11e0d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  pointer-events: none;
}
.fixed-box li .info p {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  white-space: nowrap;
}
.fixed-box li .ewm {
  width: 150px;
  left: 0;
  bottom: 0;
  border: 10px solid white;
  border-radius: 10px;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.fixed-box li:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.fixed-box li:hover .ewm {
  left: -160px;
  opacity: 1;
}
@media (max-width: 1470px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 25px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li.child > a::after {
    display: none;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner p {
    font-size: 18px;
  }
  .baseTit {
    font-size: 36px;
  }
  .our-production .list li .name {
    font-size: 20px;
  }
  .our-product .list li .box {
    padding: 30px 15px;
  }
  .our-product .list li .img {
    width: 160px;
  }
  .our-product .list li .content {
    padding-left: 175px;
    margin-top: 5%;
  }
  .our-product .list li .name {
    margin-bottom: 15px;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .our-about .right {
    padding-left: 30px;
  }
  .our-about .right li .box {
    padding: 40px 20px;
  }
  .i-advantage .left {
    padding-right: 30px;
  }
  .i-advantage .right {
    padding-left: 30px;
  }
  .our-news .list li .box .content {
    padding: 40px 20px;
  }
  #footer .foot-top .social-links a + a {
    margin-left: 35px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 12px;
  }
  #header .nav .ui.menu .msgBtn {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
  }
  .hover-language {
    margin-left: 15px;
  }
  #banner video {
    display: none;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    font-size: 32px;
  }
  #banner p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .baseTit {
    font-size: 32px;
  }
  .our-production .list li .img {
    padding-top: 400px;
  }
  .our-production .list li .name {
    font-size: 18px;
  }
  .our-factory .list ul {
    margin: -15px;
  }
  .our-factory .list li {
    padding: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about h3 {
    font-size: 20px;
  }
  .our-about .right li .box .h3 {
    font-size: 30px;
  }
  .our-about .left {
    padding-right: 15px;
  }
  .our-about .left .text {
    margin-top: 20px;
  }
  .our-about .left .btns {
    margin-top: 20px;
  }
  .our-about .right {
    padding-left: 15px;
  }
  .i-advantage .left {
    padding-right: 15px;
  }
  .i-advantage .right {
    padding-left: 15px;
  }
  .i-advantage h3 {
    font-size: 20px;
  }
  #footer .foot-top .left {
    width: 100%;
  }
  #footer .foot-top .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .foot-top .foot-content {
    margin: -20px 0;
  }
  #footer .foot-top .foot-content .foot-block {
    padding: 20px 0;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #banner h2 {
    font-size: 28px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .baseTit {
    font-size: 28px;
  }
  .baseBtn {
    padding: 7px 20px;
    height: auto;
    line-height: normal;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .i-info .list li .name {
    font-size: 18px;
  }
  .our-production {
    padding: 60px 0;
  }
  .our-production .list {
    margin-top: 40px;
  }
  .our-production .list li .name {
    font-size: 16px;
    padding: 10px;
  }
  .our-production .list ul {
    margin: -15px;
  }
  .our-production .list li {
    padding: 15px;
  }
  .our-production .list li .img {
    padding-top: 300px;
  }
  .our-production span.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .our-production span.arrow.arrow_l {
    left: -25px;
  }
  .our-production span.arrow.arrow_r {
    right: -25px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    margin-top: 40px;
  }
  .our-product .list ul {
    margin-right: -15px;
  }
  .our-product .list li {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .our-product .list li .box {
    padding: 15px;
  }
  .i-other {
    padding: 60px 0;
  }
  .our-factory {
    padding: 60px 0;
  }
  .our-factory .list {
    margin-top: 40px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .play {
    width: 37px;
  }
  .our-about .img_father_box {
    top: 5%;
  }
  .our-about .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .our-about .right li .box .icon {
    margin-bottom: 15px;
  }
  .our-about .right li:nth-child(2n-1) {
    margin-top: 0px;
  }
  .our-about .right li .box {
    min-height: auto;
    padding: 30px 15px;
    border-radius: 25px;
  }
  .our-about .right li .box .bg {
    -webkit-transform: translateX(100%) scale(1.5);
    -moz-transform: translateX(100%) scale(1.5);
    -ms-transform: translateX(100%) scale(1.5);
    transform: translateX(100%) scale(1.5);
  }
  .our-about .right li .box:hover .bg {
    -webkit-transform: translateX(0) scale(1.5);
    -moz-transform: translateX(0) scale(1.5);
    -ms-transform: translateX(0) scale(1.5);
    transform: translateX(0) scale(1.5);
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .left {
    float: none;
    width: 100%;
    padding-right: 0;
    display: none;
  }
  .i-advantage .right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .i-advantage .line {
    margin-top: 15px;
  }
  .i-advantage h3 {
    margin-top: 15px;
  }
  .i-advantage .right .text {
    margin: 15px 0;
  }
  .our-partner {
    margin-bottom: 60px;
  }
  .our-partner .list {
    margin-top: 40px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-news .list li .box .content {
    padding: 30px 15px;
  }
  .our-news .list li .box .content .date {
    right: 15px;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-top .form li {
    width: 25%;
  }
  #footer .foot-top .form li:nth-of-type(3) {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
  }
  #footer .foot-top .form li:nth-of-type(4) {
    width: 50px;
  }
  #footer .foot-top .form input {
    width: 100%!important;
  }
  #footer .foot-top .foot-content .foot-block.form-block {
    width: 100%;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
  .fixed-box {
    display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 {
    font-size: 24px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-production span.arrow {
    display: none;
  }
  .our-production .list li .img {
    padding-top: 50%;
    border-radius: 15px;
  }
  .our-production .list li .name {
    border-radius: 0 0 15px 15px;
  }
  .our-about .img_father_box {
    top: 15px;
    left: 0;
    width: 100%;
  }
  .hide-700 {
    display: none!important;
  }
}
@media (max-width: 500px) {
  .our-product .list li .img {
    width: 100%;
    float: none;
  }
  .our-product .list li .img img {
    width: 100%;
  }
  .our-product .list li .content {
    padding-left: 0;
    margin-top: 15px;
  }
  #footer .foot-top .form li {
    width: 100%;
  }
  #footer .foot-top .form li + li {
    margin-top: 15px;
  }
  #footer .foot-top .form input[name="name"] {
    border-radius: 0;
  }
  #footer .foot-top .form input[type="submit"] {
    border-radius: 0;
  }
  #footer .foot-top .form li:nth-of-type(3) {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  #footer .foot-top .form li.line::before {
    display: none;
  }
}





.inner-banner {
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
}
.inner-banner .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
}
.inner-banner .box h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
}
.inner-banner .box h2 em {
  color: #da1c28;
}
.inner-banner::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@media screen and (max-width: 1600px) {
  .inner-banner.product {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner.product {
    height: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner.product {
    height: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box {
    top: 40%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box {
    top: 30%;
  }
  .inner-banner .box h2 {
    font-size: 18px;
    line-height: 1.8;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner {
    height: auto;
    padding-top: 100px;
  }
  .inner-banner.single .box h2 {
    display: none!important;
  }
}


.mbx {
  padding: 12px 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 28px;
}


.inner-page span.h2 {
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.inner-page span.h2 strong {
  font-weight: 700;
}

.inner-page h3.title {
  font-size: 40px;
  font-weight: bold;
}

.inner-page h3.title em {
  color: #da1c28;
}


/* 联系我们 */
.contact-page .contact-1 {
  padding: 96px 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-bottom: 24px;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-left: 20px;
  margin-bottom: 36px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #da1c28;
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: #da1c28;
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
      margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    font-weight: 700;;
  margin-top: 0px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 18px;
  line-height: 32px;
}
.contact-page .contact-1 .right {
  text-align: right;
  padding-left: 7%;
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
  border-radius: 0px 0px 40px 0px;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
  border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: #da1c28;
  z-index: -1;
  border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}
.contact-page .contact-1 .map {
  margin-top: 72px;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 96px 0;
}
.contact-page .contact-2 .contact-link-icon {
  font-size: 48px;
  color: #d12138;
}
.contact-page .contact-2 .list ul {
  margin: -10px;
}
.contact-page .contact-2 .list ul li {
  padding: 10px;
  text-align: center;
}
.contact-page .contact-2 .list ul li .box {
  padding: 20px;
  background-color: white;
  border-radius: 30px;
}
.contact-page .contact-2 .list ul li .box span.h6 {
  font-size: 18px;
  font-weight: bold;
}
.contact-page .contact-2 .list ul li .box .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.5em;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: #da1c28;
}
.contact-page .contact-2 .content ul {
  margin-right: -32px;
}
.contact-page .contact-2 .content ul li {
  padding-right: 32px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #da1c28;
  padding: 9px 14px;
  color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: #da1c28;
  border: 1px solid #da1c28;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
  background: #fff;
  color: #da1c28;
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
}






/* 新闻详情 */
.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px;
}
.newdet-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #da1c28;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #da1c28;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #da1c28;
}
.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #da1c28;
}
.newdet-page .s_link {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #da1c28;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}




/* 关于我们 */
.about2-page .about-1 {
  padding: 80px 0 100px;
  /*background: url(../images/about-1.jpg) bottom right no-repeat;*/
  background-size: 45% auto;
}
.about2-page .about-1 .text {
  width: 100%;
}
.about2-page .about-1 .text span.h3 {
  font-size: 36px;
}
.about2-page .about-1 .text span.h3 em {
  color: #da1c28;
}
.about2-page .about-1 .text span.h2 {
  font-size: 48px;
  font-weight: 700;
  max-width: 24em;
}
.about2-page .about-1 .text .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 2em;
}
.about2-page .about-1 .list {
  margin-top: 45px;
  max-width: 100%;
  margin-right: auto;
  display: block;
}
.about2-page .about-1 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about2-page .about-1 .list ul li {
  width: auto;
  text-align: center;
}
.about2-page .about-1 .list ul li span {
  font-size: 50px;
  font-weight: bold;
  color: #da1c28;
  line-height: 1;
  display: block;
}
.about2-page .about-1 .list ul li span i {
  color: #da1c28;
  margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
  font-size: 16px;
  opacity: .8;
  display: block;
}
.about2-page .about-2 {
  text-align: center;
  padding: 260px 0;
}
.about2-page .about-2 .play {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about2-page .about-3 {
  padding: 90px 0;
}
.about2-page .about-3 .left {
  width: 42%;
  vertical-align: middle;
}
.about2-page .about-3 .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
  content: '';
  width: 1.5em;
  height: 2px;
  background-color: #181818;
  margin-right: .5em;
}
.about2-page .about-3 .right .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.about2-page .about-4 {
  padding: 80px 0 80px;
  background-color: #da1c28;
  color: white;
}
.about2-page .about-4 .left {
  width: 60%;
  vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
  color: inherit;
  text-transform: uppercase;
}
.about2-page .about-4 .right {
  width: 40%;
  text-align: right;
  vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 3em;
  height: 3em;
  margin-bottom: 10px;
  padding: 0 3em;
  border-radius: 1.5em;
  border: 1px solid white;
  transition: .5s;
  display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
  background-color: black;
}
.about2-page .about-5 {
  padding: 80px 0 120px;
}
.about2-page .about-5 .left {
  width: 40%;
  padding-right: 3%;
  vertical-align: middle;
}
.about2-page .about-5 .right {
  width: 60%;
  vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
  text-transform: uppercase;
}
.about2-page .about-5 .left .text {
  font-size: 18px;
  margin-top: 2em;
}
.about2-page .about-5 .right ul {
  margin: -25px;
}
.about2-page .about-5 .right ul li {
  padding: 25px;
}
.about2-page .about-5 .right ul li img {
  width: 100%;
}
.about2-page .about-5 .right ul li p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: .5em;
}
.about2-page .about-6 {
  padding: 90px 0 70px;
  background-color: #efefef;
}
.about2-page .about-6 span.h2 {
  margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
  width: 76.5%;
  padding-right: 20px;
}
.about2-page .about-6 .box .right {
  width: 23.5%;
}
.about2-page .about-6 .box img {
  width: 100%;
}
.about2-page .about-6 .box .right ul {
  margin: -10px;
}
.about2-page .about-6 .box .right ul li {
  padding: 10px;
  cursor: pointer;
  cursor: hand;
}




@media screen and (max-width: 1000px) {
  .about2-page .about-1 .text,
  .about2-page .about-3 .right,
  .about2-page .about-4 .right,
  .about2-page .about-4 .left,
  .about2-page .about-5 .left,
  .about2-page .about-5 .right,
  .about2-page .about-6 .box .left,
  .technology-page .technology-1 .left,
  .technology-page .technology-1 .right {
    width: 100%;
    padding: 0;
  }
  .about2-page .about-1 .img,
  .about2-page .about-3 .left,
  .about2-page .about-6 .box .right {
    display: none;
  }
  .about2-page .about-1 .text span.h2,
  .inner-page span.h2,
  .application-page .application-2 .box span.h2 {
    font-size: 24px;
  }
  .about2-page .about-1 .text .con,
  .about2-page .about-1 .list ul li p,
  .about2-page .about-5 .left .text {
    font-size: 14px;
  }
  .about2-page .about-1 .list ul li span {
    font-size: 32px;
  }
  .about2-page .about-2 {
    padding: 120px 0;
  }
  .about2-page .about-2 .play {
    max-width: 70px;
  }
  .about2-page .about-3 .right span.h2 {
    margin-bottom: 2em;
  }
  .about2-page .about-4 .left {
    margin-bottom: 20px;
  }
  .about2-page .about-4,
  .about2-page .about-3,
  .about2-page .about-1,
  .about2-page .about-5,
  .about2-page .about-6,
  .technology-page .technology-2,
  .product-page.application,
  .application-page .application-2 .box {
    padding: 50px 0;
  }
  .about2-page .about-1 {
    background-image: unset;
  }
  .about2-page .about-1 .list {
    max-width: none;
  }

  .about2-page .about-5 .right {
    margin-top: 40px;
  }

  .about2-page .about-5 .right ul {
    margin: -15px;
  }

  .about2-page .about-5 .right ul li {
    padding: 15px;
  }
  
  .technology-page .technology-1 .right {
    margin-top: 20px;
  }

}

@media screen and (max-width: 500px) {
  .about2-page .about-1 .list ul li {
    width: 50%;
    padding: 5px;
  }
  .about2-page .about-1 .text span.h2,
  .inner-page span.h2 {
    font-size: 20px;
  }
}







.about-history {
  padding: 3% 0 6.407%;
}
.about-history .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-history .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-history .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-history .left .title {
  font-size: 48px;
  color: #030303;
  font-weight: bold;
  margin-top: 20px;
}
.about-history .left .title em {
  display: block;
}
.about-history .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-history .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-history .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-history .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-history .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-history .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-history .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-history .right .tag ul li.current a {
  background-color: #da1c28;
  color: #fff;
  border-color: #da1c28;
}
.about-history .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(247 247 247)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
    background: linear-gradient(rgb(247 247 247) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 80px 40px;
    margin-bottom: 60px;
}
.about-history .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
  font-weight: bold;
}
.about-history .right .content ul li .con {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-history .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-history .right .content ul li.active {
  background: #f7f7f7;
}
@media screen and (max-width: 1680px) {
  .about-history .left .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .about-history .left .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .about-history .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {

  .about-history .left .title {
    font-size: 30px;
  }
  .about-history .right .content ul li {
    padding: 40px 20px;
  }
  .about-history .right .content ul li .tit {
    font-size: 60px;
  }
  .about-history .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
 
  .about-history .left {
    position: initial;
    width: 100%!important;
  }
  .about-history .right {
    padding-left: 0;
    width: 100%!important;
    margin-top: 30px;
  }


  .about-history .right .tag {
    display: none;
  }
  .about-history .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-history .right .content ul li .tit {
    font-size: 40px;
  }
  .about-history .right .content ul li .con {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {

  .about-history .left .title {
    font-size: 24px;
  }

  
}







.production-sec .pur-sec {
  padding: 48px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 50%;
  margin-top: 5%;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  max-width: 690px;
  letter-spacing: 0.2px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 38.4px;
  line-height: 1.2;
  color: #da1c28;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 200px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #da1c28;
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 64px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 40%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  letter-spacing: 0.2px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 32px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 52px 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 32px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#da1c28), to(#000000));
  background-image: -webkit-linear-gradient(left, #da1c28 0%, #000000 100%);
  background-image: -moz-linear-gradient(left, #da1c28 0%, #000000 100%);
  background-image: linear-gradient(90deg, #da1c28 0%, #000000 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #da1c28;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}





.baseTit2 {
  font-size: 48px;
  font-weight: 600;
}
.baseTit2 img {
  float: left;
  margin-top: 10px;
}
.baseTit2 span {
  display: block;
  padding-left: 90px;
}


.manufacture-2 {
  padding: 70px 0 140px;
  background-color: #f6f6f6;
}
.manufacture-2 .left .images {
  position: relative;
  margin-right: 66px;
}
.manufacture-2 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .left .images .img img {
  opacity: .3;
}
.manufacture-2 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;
}
.manufacture-2 .left .images .img.img_2 img {
  opacity: .6;
}
.manufacture-2 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.manufacture-2 .left .images .img.img_1 img {
  opacity: 1;
}
.manufacture-2 .right {
  margin-top: 40px;
}
.manufacture-2 .right ul {
  margin-top: 60px;
}
.manufacture-2 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.manufacture-2 .right li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.manufacture-2 .right li .name {
  margin: 20px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.manufacture-2 .right li .text p {
  line-height: 1.5;
  min-height: 4.5em;
}
.manufacture-2 .right li.active .name {
  color: #da1c28;
}
@media (max-width: 1550px) {
  .baseTit2 {
    font-size: 40px;
  }

  .manufacture-2 .right li .name {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  .baseTit2 {
    font-size: 34px;
  }

  .manufacture-2 .left {
    padding: 0;
  }
  .manufacture-2 .right {
    margin-top: 0;
  }
  .manufacture-2 .right ul {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .baseTit2 {
    font-size: 24px;
  }
  .baseTit2 img {
    margin-top: 0;
  }
  
  .manufacture-2 {
    padding: 60px 0;
  }
  .manufacture-2 .left {
    display: none;
  }
  .manufacture-2 .right {
    width: 100%!important;
    padding: 0;
  }
  .manufacture-2 .right li .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .manufacture-2 .right li .name {
    margin: 10px 0;
  }
  .manufacture-2 .right li {
    padding-bottom: 10px;
  }
  .manufacture-2 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}





.hose-page .hose-3 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
  margin-top: 10px;
}



.lg-page {
  padding: 100px 0;
}

.lg-page .list ul {
  margin: -10px;
}

.lg-page .list li {
  padding: 10px;
}

@media (max-width:1000px) {
  .lg-page {
    padding: 60px 0;
  }
}





.faq-page {
    padding: 100px 0;
}

.faq-page span.h2 {
    margin-bottom: 1.4em;
}

.faq-page .list {
    position: relative;
}

.faq-page .list:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #d11e0d;
    opacity: .32;
    position: absolute;
    left: 29px;
    z-index: -1;
}

.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
}

.faq-page .list ul li .content span.h6 {
    font-size: 20px;
    margin-bottom: .5em;
    display: block;
}

.faq-page .list ul li .content .text {
    font-weight: 300;
}


@media screen and (max-width: 1230px) {
  .faq-page .list ul li .content {
      padding: 20px
  }

  .faq-page .list ul li i {
      width: 50px
  }

  .faq-page .list:before {
      left: 24px
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .list ul li .content span.h6 {
      font-size: 16px
  }
}

@media screen and (max-width: 500px) {
  .faq-page .list ul li i {
      margin-right: 10px
  }
}







/* service分类 */
:root {
  --color2: #000000;
}

span.tag {
  font-weight: 500;
  font-size: 20px;
  color: #d11e0d;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5em;
}

a.more {
  font-size: 16px;
  padding: 1em 2em;
  line-height: 2;
  background-color: #d11e0d;
  color: white;
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #d11e0d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .6em;
  margin-top: -0.3em;
}
a.more:hover {
  background-color: black;
}

.service-page .service-1 {
  background-image: url("../images/service-1-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5% 0;
  min-height: 600px;
}
.service-page .service-1 .ui.container {
  max-width: none;
}
.service-page .service-2 {
  padding: 80px 0;
  background-color: var(--color2);
  color: white;
  text-align: center;
}
.service-page .service-2 .ui.container {
  max-width: 920px;
}
.service-page .service-2 span.h2 {
  font-weight: 300;
  color: inherit;
  line-height: 1;
}
.service-page .service-2 .text {
  font-weight: 300;
  margin: 1.5em 0;
}
.service-page .service-3 {
  padding: 110px 0 60px;
}
.service-page .service-3 span.h3 {
  font-weight: normal;
  font-size: 34px;
  color: var(--color2);
  line-height: 1.4;
  display: block;
  max-width: 1070px;
}
.service-page .service-3 .info {
  margin: 3em 0;
  font-weight: 300;
  color: var(--color2);
}
.service-page .service-3 .info em {
  font-weight: normal;
  border-bottom: 1px solid #e9a924;
  color: #e9a924;
}
.service-page .service-3 .info ul {
  margin-bottom: 1em;
  display: block;
}
.service-page .service-3 .info ul li {
  margin-bottom: .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}
.service-page .service-3 .info ul li i.iconfont {
  font-size: 2em !important;
  color: #e9a924;
  margin-left: .5em;
  line-height: 1;
}

.service-page .service-3 .list {
  position: relative;
  overflow: hidden;
}
.service-page .service-3 .list ul {
  margin: -8px;
}
.service-page .service-3 .list ul li {
  padding: 8px;
}
.service-page .service-3 .list ul li a.img-box {
  display: block;
}
.service-page .service-3 .list ul li a.img-box img {
  width: 100%;
}
.service-page .service-3 .list .btn div {
  position: absolute;
  font-size: 20px;
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.4);
  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;
  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;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .btn div.prev {
  left: 0;
}
.service-page .service-3 .list .btn div.next {
  right: 0;
}
.service-page .service-3 .list .btn div:hover {
  background-color: #d11e0d;
  color: white;
}
.service-page .service-4 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.service-page .service-4 span.h2 {
  margin-bottom: 1.25em;
}
.service-page .service-4 .slick-track {
  display: flex;
}
.service-page .service-4 .slick-track .slick-slide {
  height: auto;
}
.service-page .service-4 .slick-track .slick-slide * {
  height: 100%;
}
.service-page .service-4 .slick-track .slick-slide .box * {
  height: auto;
}
.service-page .service-4 .list ul {
  margin: -8px;
}
.service-page .service-4 .list ul li {
  padding: 8px;
}
.service-page .service-4 .list ul li .box {
  -o-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 30px 15px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .list ul li .box .title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .list ul li .box .title span.h6 {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.8;
}
.service-page .service-4 .list ul li .box .title i.dots {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #d11e0d;
  display: block;
}
.service-page .service-4 .list ul li .box .text {
  font-weight: 300;
  opacity: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .list ul li .box:hover {
  background-color: #d11e0d;
}
.service-page .service-4 .list ul li .box:hover .title {
  opacity: 0;
}
.service-page .service-4 .list ul li .box:hover .text {
  opacity: 1;
}
.service-page .service-4 .btn {
  margin-top: 2em;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-4 .btn div {
  width: 2em;
  height: 2em;
  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;
  margin-right: 1em;
  color: white;
  background-color: var(--color2);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .btn div:hover {
  background-color: #d11e0d;
}


@media screen and (max-width: 1600px) {
  span.tag {
    font-size: 16px;
  }

  a.more {
    font-size: 14px;
  }

  .quality-page span.h3,
  .service-page .service-3 span.h3,
  .cornerstone-page span.h3,
  .product-page span.h3 {
    font-size: 28px;
  }
  .service-page .service-1 {
    min-height: 400px;
  }
  .service-page .service-4 .list ul li .box .title span.h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-1 {
    min-height: 300px;
  }
  .service-page .service-2,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .quality-page span.h3,
  .service-page .service-3 span.h3,
  .cornerstone-page span.h3,
  .product-page span.h3 {
    font-size: 24px;
  }
  .service-page .service-4 .list ul li .box .title i.dots {
    width: 10px;
    height: 10px;
  }
  .service-page .service-4 .btn {
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px) {
  span.tag {
    font-size: 14px;
  }

  .service-page .service-4 .list ul li .box .title span.h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-4 {
    padding: 50px 0;
  }
  .service-page .service-1 {
    min-height: 200px;
  }

}

@media screen and (max-width: 500px) {
  a.more {
    padding: .7em 1.5em;
  }

  .service-page .service-4 .list ul li .box .title {
    position: static;
    opacity: 1;
    padding: 0;
    height: auto;
  }
  .service-page .service-4 .list ul li .box .text {
    opacity: 1;
    color: black;
    margin-top: .5em;
  }
}





.manufacturing-page span.h2 {
  font-weight: normal;
}
.manufacturing-page .text {
  font-weight: 300;
}
.manufacturing-page .manufacturing-1 {
  padding-top: 90px;
}
.manufacturing-page .manufacturing-1 .box {
  margin-top: 45px;
}
.manufacturing-page .manufacturing-1 .box .left {
  padding-right: 2%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .left .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: block;
}
.manufacturing-page .manufacturing-1 .box .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .right .text {
  margin-top: 2em;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  vertical-align: middle;
  width: 40%;
}
.manufacturing-page .manufacturing-2 .right {
  width: 60%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-2 .right ul li {
  width: auto;
  color: var(--color2);
  text-align: center;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 {
  font-size: 50px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 sup {
  font-size: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li .text {
  margin-top: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li i.line {
  height: 80%;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39e44), to(transparent));
  background-image: -webkit-linear-gradient(top, #f39e44, transparent);
  background-image: -moz-linear-gradient(top, #f39e44, transparent);
  background-image: linear-gradient(to bottom, #f39e44, transparent);
  display: block;
  margin-top: 5px;
}
.manufacturing-page .manufacturing-3 {
  padding-bottom: 140px;
}
.manufacturing-page .manufacturing-3 .box {
  height: 540px;
  background-size: cover;
  background-position: center;
  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;
  position: relative;
  z-index: 1;
}
.manufacturing-page .manufacturing-3 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color2)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color2), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color2), transparent);
  background-image: linear-gradient(to top, var(--color2), transparent);
  z-index: -1;
}
.manufacturing-page .manufacturing-3 .box .box2 {
  padding: 8%;
  color: white;
  width: 100%;
}
.manufacturing-page .manufacturing-3 .box .box2 span.h2 {
  color: inherit;
}
.manufacturing-page .manufacturing-3 .box .box2 .left {
  padding-right: 5%;
}
.manufacturing-page .manufacturing-4 {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.manufacturing-page .manufacturing-4 .left {
  vertical-align: middle;
  padding-right: 11%;
}
.manufacturing-page .manufacturing-4 .left .text {
  margin-top: 1.5em;
}
.manufacturing-page .manufacturing-4 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-4 .right .list ul {
  margin: -10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li {
  padding: 10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-5 {
  padding: 110px 0;
  text-align: center;
  background-color: var(--color2);
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manufacturing-page .manufacturing-5 .waves {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}
.manufacturing-page .manufacturing-5 .waves.ie1 {
  left: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie1 canvas {
  -webkit-transform: rotate(90deg) translateX(50%);
  -moz-transform: rotate(90deg) translateX(50%);
  -ms-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.manufacturing-page .manufacturing-5 .waves.ie2 {
  right: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie2 canvas {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.manufacturing-page .manufacturing-5 span.h2 {
  color: inherit;
  margin-bottom: 1.5em;
}
.manufacturing-page .manufacturing-5 .list {
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul {
  font-size: 20px;
  margin: 0 -1em;
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#d11e0d), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, #d11e0d, transparent);
  background-image: -moz-linear-gradient(right, transparent, #d11e0d, transparent);
  background-image: linear-gradient(to left, transparent, #d11e0d, transparent);
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 6em 1em;
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul li .text {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  line-height: 1.5;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity .5s ease;
}
.manufacturing-page .manufacturing-5 .list ul li:hover .text {
  opacity: 1;
}
.manufacturing-page .manufacturing-5 .list ul li span.h6 {
  padding: 1.5em .5em;
  display: block;
  font-weight: 500;
  border-radius: 2em;
  background-color: #d11e0d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  line-height: 1.2;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #e9a924;
  position: relative;
  display: block;
  margin: 2.5em auto;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  opacity: .5;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.manufacturing-page .manufacturing-5 .list ul li span.num {
  height: 2.8em;
  font-size: 1.5em;
  display: block;
  line-height: 1.2;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li .text {
  top: auto;
  bottom: 0;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li span.num {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-5 .list .btn {
  font-size: 20px;
}
.manufacturing-page .manufacturing-5 .list .btn div {
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color2);
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-5 .list .btn div.prev {
  left: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div.next {
  right: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div:hover {
  background-color: #d11e0d;
  color: white;
}
.manufacturing-page .manufacturing-6 {
  padding: 110px 0;
  text-align: center;
}
.manufacturing-page .manufacturing-6 span.h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
.manufacturing-page .manufacturing-6 .list ul {
  margin: -15px -20px;
}
.manufacturing-page .manufacturing-6 .list ul li {
  padding: 15px 20px;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color2)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color2), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color2), transparent);
  background-image: linear-gradient(to top, var(--color2), transparent);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box img {
  width: 100%;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box span {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  padding: 1em;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover:before,
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover span {
  opacity: 1;
}


.quality-page {
  padding-top: 90px;
}

.quality-page span.h2 {
  font-weight: normal;
}
.quality-page .text {
  font-weight: 300;
}
.quality-page span.h3 {
  font-size: 34px;
  line-height: 1.5;
  display: block;
  margin-bottom: 1em;
  color: var(--color2);
}
.quality-page .quality-1 {
  text-align: center;
}
.quality-page .quality-1 .text {
  margin-top: 2em;
}
.quality-page .quality-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-page .quality-2 .slide .left {
  padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
  height: 100%;
}
.quality-page .quality-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
  direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}
.quality-page .quality-3 {
  padding: 70px 0 90px;
  background-color: #f9f9f9;
}


.quality-page .quality-3 .box .right {
  padding-left: 10%;
  width: 40%;
}
.quality-page .quality-3 .list {
  margin-top: 60px;
}
.quality-page .quality-3 .list ul {
  margin: -7px;
}
.quality-page .quality-3 .list ul li {
  padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
  display: block;
}
.quality-page .quality-4 .list ul {
  margin: -10px;
}
.quality-page .quality-4 .list ul li {
  padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
  width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color2);
  display: block;
  margin-top: .6em;
  text-align: center;
}
.quality-page .quality-4 .btn {
  font-size: 20px;
}
.quality-page .quality-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
  right: 103%;
}
.quality-page .quality-4 .btn div.next {
  left: 103%;
}
.quality-page .quality-4 .btn div:hover {
  background-color: #d11e0d;
  color: white;
}
.quality-page .quality-5 {
  padding: 90px 0;
}
.quality-page .quality-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
  margin-bottom: .5em;
}
.quality-page .quality-5 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  background-color: #d11e0d
}
.quality-page .quality-5 .list ul li.active span.h6 {
  color: #d11e0d;
}
.quality-page .quality-5 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick {
  position: relative;
}
.quality-page .quality-5 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-page .quality-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}
.quality-page .quality-7 {
  padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
  margin-top: 60px;
}
.quality-page .quality-7 .box .left {
  width: 66%;
  padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
  font-size: 14px;
}
.quality-page .quality-7 .box .left .text>* {
  margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
  font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
  font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
  font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
  color: var(--color2);
}
.quality-page .quality-7 .box .right {
  width: 34%;
}


.cornerstone-page span.h2 {
  font-weight: 500;
}
.cornerstone-page span.h3 {
  font-size: 34px;
  display: block;
  line-height: 1;
  color: var(--color2);
}
.cornerstone-page .text {
  font-weight: 300;
}
.cornerstone-page .cornerstone-1 {
  padding: 90px 0 150px;
}
.cornerstone-page .cornerstone-1 span.h2 {
  margin-top: 1em;
}
.cornerstone-page .cornerstone-1 .text {
  margin-top: 2em;
  max-width: 780px;
}
.cornerstone-page .cornerstone-1 .options {
  margin-top: 90px;
  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;
  font-size: 20px;
  color: var(--color2);
  line-height: 1;
  border-bottom: 1px solid #dfdfdf;
}
.cornerstone-page .cornerstone-1 .options span {
  margin: 0 1.5em;
  padding-bottom: 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.cornerstone-page .cornerstone-1 .options span:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #d11e0d;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-1 .options span:hover:before,
.cornerstone-page .cornerstone-1 .options span.active:before {
  opacity: 1;
}
.cornerstone-page .cornerstone-1 .ret {
  margin-top: 70px;
}
.cornerstone-page .cornerstone-1 .ret ul {
  margin: -10px;
}
.cornerstone-page .cornerstone-1 .ret ul li {
  padding: 10px;
}
.cornerstone-page .cornerstone-1 .ret ul li img {
  width: 100%;
}
.cornerstone-page .cornerstone-2 {
  padding: 16% 0 10%;
  background-image: url("../images/cornerstone-2-bg.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}
.cornerstone-page .cornerstone-2 span.h3 {
  color: inherit;
  margin-bottom: 1em;
}
.cornerstone-page .cornerstone-2 .text {
  max-width: 620px;
}
.cornerstone-page .cornerstone-3 {
  padding: 110px 0 80px;
  background-color: #f9f9f9;
  text-align: center;
}

.cornerstone-page .cornerstone-3 span.h3 {
  margin-bottom: 2.6em;
}
.cornerstone-page .cornerstone-3 .list ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-3 .list ul li {
  padding: 15px;
}
.cornerstone-page .cornerstone-3 .list ul li .box {
  background-color: white;
  padding: 70px 7%;
  height: 100%;
  -o-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
}
.cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 22px;
  color: var(--color2);
  display: block;
  margin-bottom: 2.8em;
}
.cornerstone-page .cornerstone-3 .list ul li .box .text {
  text-align: left;
}
.cornerstone-page .cornerstone-3 .list ul li i.arrows {
  height: 100%;
  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;
}
.cornerstone-page .cornerstone-4 {
  padding: 100px 0;
}

.cornerstone-page .cornerstone-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cornerstone-page .cornerstone-4 .box .left {
  width: 30%;
  padding-right: 5%;
}
.cornerstone-page .cornerstone-4 .box .left span.h2 {
  font-weight: normal;
}
.cornerstone-page .cornerstone-4 .box .right {
  width: 70%;
}
.cornerstone-page .cornerstone-4 .box .right .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li {
  font-size: 22px;
  width: 100%;
  padding: 10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span {
  font-size: 1.09090909em;
  color: #e9a924;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .2em;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#d11e0d), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, #d11e0d, transparent);
  background-image: -moz-linear-gradient(right, transparent, #d11e0d, transparent);
  background-image: linear-gradient(to left, transparent, #d11e0d, transparent);
}
.cornerstone-page .cornerstone-4 .box .right .list ul li p {
  font-weight: bold;
  color: var(--color2);
  white-space: nowrap;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child {
  width: auto;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child span:after {
  display: none;
}
.cornerstone-page .cornerstone-5 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.cornerstone-page .cornerstone-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-5 .box .left {
  width: 37.5%;
  padding-right: 8%;
}
.cornerstone-page .cornerstone-5 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cornerstone-page .cornerstone-5 .box .right {
  padding: 90px 0;
  width: 62.5%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 {
  max-width: 990px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .text {
  margin-top: 1.5em;
  max-width: 840px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form {
  margin-top: 60px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
  margin: -10px -20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
  padding: 10px 20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #acacac;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  padding: .7em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-webkit-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-webkit-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-ms-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-ms-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::placeholder,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:focus,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:focus {
  border-color: #d11e0d;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  height: 140px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li.wid-100 {
  width: 100%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li a.more {
  margin-top: 2em;
}
.cornerstone-page .cornerstone-6 {
  padding: 80px 0;
  color: white;
  background-image: url('../images/service-5.jpg');
  background-position: center;
  background-size: cover;
}
.cornerstone-page .cornerstone-6 span.h2 {
  color: inherit;
}
.cornerstone-page .cornerstone-6 .options {
  display: block;
  font-size: 14px;
  margin: 3em 0;
}
.cornerstone-page .cornerstone-6 .options span {
  display: inline-block;
  padding: .5em 2em;
  border-radius: 2em;
  background-color: white;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  cursor: pointer;
  cursor: hand;
  color: black;
}
.cornerstone-page .cornerstone-6 .options span.active {
  background-color: #d11e0d;
  color: white;
}
.cornerstone-page .cornerstone-6 .box {
  background-color: white;
  padding: 25px 0;
  color: black;
}
.cornerstone-page .cornerstone-6 .box .slide span.h5{
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}
.cornerstone-page .cornerstone-6 .box .slide .text {
  font-size: 14px;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td {
  border: none;
  padding: .8em 5%;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:first-child {
  width: 25% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:last-child {
  width: 30% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table {
  border: none;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr {
  background-color: transparent;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr:first-child {
  font-weight: 500;
  background-color: #e9e9e9;
}
.cornerstone-page .cornerstone-7 {
  padding-top: 120px;
  background-color: #f9f9f9;
}
.cornerstone-page .cornerstone-7 .left {
  width: 78%;
  margin-top: 5%;
}
.cornerstone-page .cornerstone-7 .left .map {
  position: relative;
}
.cornerstone-page .cornerstone-7 .left .map i {
  position: absolute;
  transform-origin: center bottom;
  transform: scale(.5);
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.cornerstone-page .cornerstone-7 .left .map i.active {
  transform: scale(1);
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(1) {
  left: 23%;
  top: 29%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(2) {
  left: 46%;
  top: 28%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(3) {
  left: 42%;
  top: 61%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(4) {
  left: 70%;
  top: 47%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(5) {
  left: 71%;
  top: 56%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(6) {
  left: 75%;
  top: 39%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(7) {
  left: 79%;
  top: 38%;
}
.cornerstone-page .cornerstone-7 .right {
  width: 27%;
  margin-left: -5%;
}
.cornerstone-page .cornerstone-7 .right span.h2 {
  font-weight: normal;
  margin-bottom: 2em;
}
.cornerstone-page .cornerstone-7 .right .slide {
  font-size: 30px;  
  padding-left: 1em;
}
.cornerstone-page .cornerstone-7 .right span.h6 {
  font-weight: 500;
  padding: .7em 0;
  position: relative;
  display: block;
  margin-bottom: .2em;
}
.cornerstone-page .cornerstone-7 .right span.h6:before {
  content: '';
  width: .3em;
  height: .3em;
  background-color: #d11e0d;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.cornerstone-page .cornerstone-7 .right span.h6:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -.85em;
  top: 0;
  background-color: #d11e0d;
}


@media screen and (max-width: 1600px) {
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 40px;
  }


  .manufacturing-page .manufacturing-1,
  .quality-page {
    padding-top: 70px;
  }
  .manufacturing-page .manufacturing-3 .box {
    height: 400px;
  }
  .manufacturing-page .manufacturing-3 {
    padding-bottom: 70px;
  }
  .manufacturing-page .manufacturing-4 .left {
    padding-right: 7%;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-5 .list ul li span.h6 {
    padding: 1em .5em;
  }

  .manufacturing-page .manufacturing-5 .list ul li span.num {
    height: 2.1em;
  }



  .cornerstone-page .cornerstone-1 .options {
    font-size: 16px;
    margin-top: 50px;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 1em;
  }
  .cornerstone-page .cornerstone-1 .ret {
    margin-top: 40px;
  }


  .cornerstone-page .cornerstone-3 span.h3 {
    margin-bottom: 1.5em;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box {
    padding: 10% 7%;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding-right: 15px;
  }
}

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

  .quality-page .quality-4 .btn div.prev {
    left: 0;
    right: auto;
  }
  .quality-page .quality-4 .btn div.next {
    right: 0;
    left: auto;
  }
  .quality-page .quality-7 .box .left {
    padding-right: 0;
    width: 100%;
  }
  .quality-page .quality-7 .box .right {
    display: none;
  }


  .cornerstone-page .cornerstone-4 {
    padding: 70px 0;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 .5em;
  }
  .cornerstone-page .cornerstone-1 .options {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    padding: 60px 0;
  }

  .cornerstone-page .cornerstone-7 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 32px;
  }


  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .box .left .img,
  .mould-page .mould-1 .box .left .img,
  .mould-page .mould-3 .right .img {
    height: 240px;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .left,
  .manufacturing-page .manufacturing-4 .left,
  .mould-page .mould-1 .box .left,
  .mould-page .mould-3 .left,
  .mould-page .mould-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .right,
  .manufacturing-page .manufacturing-4 .right,
  .mould-page .mould-1 .box .right,
  .mould-page .mould-3 .right,
  .mould-page .mould-4 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 14px;
  }


  .quality-page .quality-2 .slide .left,
  .quality-page .quality-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .quality-page .quality-2 .slide .right,
  .quality-page .quality-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-2 .slide,
  .quality-page .quality-3 .box {
    direction: ltr !important;
    display: block;
  }
  .quality-page .quality-2 .slide .left .img {
    height: 240px;
  }
  .quality-page .quality-3 {
    padding: 50px 0;
  }


  .cornerstone-page .cornerstone-1 .options {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 25%;
  }
  .cornerstone-page .cornerstone-1 .ret .slide {
    display: block !important;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li:nth-child(2) {
    display: none;
  }
  .cornerstone-page .cornerstone-4 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .cornerstone-page .cornerstone-4 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-4 .box {
    display: block;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    padding: 5px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
    margin: -5px;
  }
}


@media screen and (max-width: 700px) {
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.prev {
    left: 1em;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.next {
    right: 1em;
  }
  .manufacturing-page .manufacturing-1,
  .quality-page {
    padding-top: 50px;
  }

  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 22px;
  }


  .cornerstone-page .cornerstone-5 .box .left {
    display: none;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    width: 100%;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding: 0 15px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form {
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 16px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 500px) {
  .manufacturing-page .manufacturing-2 .right ul li {
    width: 100%;
    text-align: left;
    padding: 5px;
  }
  .manufacturing-page .manufacturing-2 .right ul li i.line {
    display: none;
  }
  .manufacturing-page .manufacturing-2 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }


  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}





.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.more_cont {
  position: relative;
  background-color: #d11e0d;
  padding: 14px 20px;
  overflow: hidden;
}

.more_cont:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #d11e0d;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.more_cont span,.more_cont i {
  position: relative;
  z-index: 2;
}

.more_cont:hover {
  background-color: #d11e0d;
}

.more_cont:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}


.video-page {
  padding: 100px 0;
}

.video-page .list ul {
  margin: -35px -15px;
}

.video-page .list li {
  padding: 35px 15px;
}




.video-page .list li .box .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}

.video-page .list li .box .img .play i {
    margin-left: 6px;
}


@media (max-width:1000px) {
  .video-page {
    padding: 60px 0;
  }
}




.download-page {
  padding: 100px 0;
}

.download-page .cat_list .list {
  font-weight: bold;
  min-width: 210px;
  padding: 10px;
  background-color: #d11e0d;
  color: #fff;
  text-align: center;
  border-right: 1px solid #d11e0d;
}
.download-page .cat_list .list:hover,
.download-page .cat_list .list.active {
  background-color: #2a2a2a;
}

.download-page .content ul {
  margin: -20px;
}
.download-page .content ul li {
  padding: 20px;
}
.download-page .content ul li .box .img_c {
  position: relative;
}
.download-page .content ul li .box .img_c .img {
  display: block;
}
.download-page .content ul li .box .img_c .img img {
  width: 100%;
}
.download-page .content ul li .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(209, 30, 13, 0.9);
  opacity: 0;
}
.download-page .content ul li .box .img_c .shadow .cont .btn {
  color: #fff;
  margin: 10px 0;
  position: relative;
  top: -20px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn span {
  width: 110px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn img {
  width: 19px;
}
.download-page .content ul li .box .img_c .shadow .cont .view_btn {
  top: 20px;
}
.download-page .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
}
.download-page .content ul li .box:hover .img_c .shadow {
  opacity: 1;
}
.download-page .content ul li .box:hover .img_c .shadow .cont .btn {
  top: 0;
}
@media (max-width: 1000px) {
  .download-page {
    padding: 60px 0;
  }
  .download-page .cat_list {
    display: none;
  }
  .download-page .content {
    padding-top: 0;
  }
  .download-page .content ul li .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px) {
  .download-page .content ul {
    margin: -15px;
  }
  .download-page .content ul li {
    padding: 15px;
  }
}






.project-page {
  padding: 100px 0;
}

.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: #d11e0d;
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: #d11e0d;
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more2 {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more2 .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d11e0d;
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more2 .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: #d11e0d;
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: #d11e0d;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #d11e0d;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d11e0d;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.design-page .init-7 .container .content .swiper ul {
  margin: -15px;
}

.design-page .init-7 .container .content .swiper li {
  padding: 15px;
}

@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .project-page {
    padding: 60px 0;
  }
  
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}


.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-xc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-xb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-xend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-xc-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.Cmore {
  font-size: 16px;
  color: #FFFFFF;
  background: #da1c28;
  padding: 0 30px;
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 56px;
  cursor: pointer;
  transition: all ease .3s;
  margin-top: 30px;
}
.Cmore span {
  white-space: nowrap;
}
.Cmore:hover {
  /*opacity: 0.8;*/
  background-color: #000;
}
.Cmore img {
  margin-right: 5px;
}



.pd1 {
  padding: 62px 0 30px;
}
.pd1 .ev {
  display: block;
  padding: 10px 0 20px;
  position: relative;
  margin-bottom: 110px;
}
.pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
.pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0;
}
.pd1 .ev:nth-of-type(even)::after {
  left: auto;
  right: 0;
}
.pd1-wrap {
  padding: 40px 0 0;
}
.pd1 .ev::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all ease .8s;
  border-radius: 40px;
}
.pd1 .ev:hover::after {
  width: 89.6%;
  background: #eaeaea;
}
.pd1 .ev:nth-of-type(even)::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pd1 .ev:nth-of-type(odd)::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pd1 .ev .intr {
  width: 47%;
  padding-right: 5%;
}
.pd1 .ev .pic {
  width: 50%;
}
.pd1 .ev .pic img {
  width: 100%;
}
.pd1 .ev h2 {
  font-size: 40px;
  font-weight: 600;
  color: #da1c28;
}
.pd1 .ev h2::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  /*background: #D5D5D5;*/
  margin: 0px 0 10px;
}
.pd1 .ev .text {
  color: #666666;
  line-height: 32px;
  max-height: 260px;
  padding-right: 20px;
  overflow-y: auto;
}


@media (max-width: 1000px) {
  .pd1 .ev .intr {
    width: 100%;
    padding-right: 0;
  }

  .pd1 .ev .pic {
    width: 100%;
  }

  .pd1 .ev h2 {
    font-size: 24px;
  }
}







/* 产品列表 */
.inner-page .productList ul {
  margin: -18px -12px;
}
.inner-page .productList ul li {
  padding: 18px 12px;
}
.inner-page .productList ul li .box {
  -o-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
}
.inner-page .productList ul li .box a.img-box {
  display: block;
}
.inner-page .productList ul li .box .content {
  padding: 30px 25px;
  border-top: 1px solid #bcbcbc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color2);
}
.inner-page .productList ul li .box .content span.h6 {
  font-weight: normal;
  font-size: 16px;
  display: block;
  line-height: 2;
  margin-bottom: 2em;
}
.inner-page .productList ul li .box .content a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #d11e0d;
}
.inner-page .productList ul li .box .content a.link img {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .box:hover .content {
  background-color: #d11e0d;
  color: white;
}
.inner-page .productList ul li .box:hover .content a.link {
  color: inherit;
}
.inner-page .productList ul li .box:hover .content a.link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.product-page span.h3 {
  font-weight: 500;
  font-size: 30px;
  display: block;
  line-height: 1.8;
}
.product-page .product-1 {
  padding: 90px 0 70px;
  background-image: url("../images/product-1-bg.png");
  background-size: cover;
  background-position: center;
  color: white;
}
.product-page .product-1 .left {
  padding-right: 2%;
}
.product-page .product-1 .left .mbx {
  color: white;
}
.product-page .product-1 .left span.h3 {
  text-transform: uppercase;
  margin: 1.5em 0 1.3em;
}
.product-page .product-1 .left .text {
  height: 10.8em;
  overflow: auto;
  padding-right: .5em;
}
.product-page .product-1 .right {
  padding-left: 6%;
  text-align: center;
}
.product-page .product-2 {
  padding: 60px 0 40px;
  background-color: #f6f6f6;
}
.product-page .product-2 .ovh {
  overflow: hidden;
  position: relative;
}
.product-page .product-2 .nav {
  display: block;
  font-size: 16px;
  overflow: auto;
  padding-bottom: 20px;
  margin-bottom: -20px;
  position: relative;
}
.product-page .product-2 .nav a {
  padding: 1.2em 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 19.375em;
  margin-right: 1.4em;
  background-color: var(--color2);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .nav a img {
  margin-right: 1em;
  height: 1.5em;
}
.product-page .product-2 .nav a:hover {
  background-color: #d11e0d;
}
.product-page .product-2 .nav .active a {
  background-color: #d11e0d;
}
/*.product-page .product-2 .nav .slick-current a {
  background-color: #d11e0d;
}*/
.product-page .product-2 .btn {
  font-size: 30px;
  margin-top: .6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .product-2 .btn div {
  width: 2em;
  height: 2em;
  background-color: white;
  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;
  color: #3d3d3d;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 5px;
}
.product-page .product-2 .btn div:hover {
  background-color: #d11e0d;
  color: white;
}
.product-page .product-3 {
  padding: 100px 0 150px;
}
.product-page .product-3 .title {
  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;
}
.product-page .product-3 .title span.h3 {
  margin-right: 1em;
}
.product-page .product-3 .title .select {
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
.product-page .product-3 .title .select span {
  width: 360px;
  padding: .5em 1.5em;
  border: 2px solid #dcdcdc;
  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;
  cursor: pointer;
  cursor: hand;
}
.product-page .product-3 .title .select ul {
  position: absolute;
  top: 100%;
  background-color: white;
  width: 100%;
  left: 0;
  padding: 1em;
  border: 1px solid #eee;
  display: none;
  z-index: 2;
}
.product-page .product-3 .title .select ul li {
  padding: .5em 0;
}
.product-page .product-3 .title .select ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .title .select ul li a:hover {
  color: #d11e0d;
}
.product-page .product-3 .title .select:hover ul {
  display: block;
}
.product-page .product-3 .text {
  font-weight: 300;
  margin-top: 3em;
}
.product-page .product-3 .list {
  margin-top: 60px;
}

.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .mbx {
  margin-bottom: 1em;
}
.prodet-page .prodet-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .box .left {
  width: 48%;
  padding-right: 8%;
}
.prodet-page .prodet-1 .box .left span.h2 {
  margin-top: .7em;
}
.prodet-page .prodet-1 .box .left .text {
  margin: 2.4em 0;
  font-weight: 300;
}
.prodet-page .prodet-1 .box .left .text strong {
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right {
  width: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .box .right img {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
}
.prodet-page .prodet-1 .box .right ul {
  margin: -10px;
}
.prodet-page .prodet-1 .box .right ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .box .right .big {
  width: 74%;
}
.prodet-page .prodet-1 .box .right .small {
  width: 26%;
  padding-left: 3%;
}
.prodet-page .prodet-2 {
  padding-bottom: 70px;
  overflow: hidden;
}
.prodet-page .prodet-2 .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  color: var(--color2);
  height: 80px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background-color: inherit;
}
.prodet-page .prodet-2 .options span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5.2173913em;
  padding: 0 .8em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d11e0d;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover:after,
.prodet-page .prodet-2 .options span.active:after {
  opacity: 1;
}
.prodet-page .prodet-2 .ret {
  margin: 70px 0;
}
.prodet-page .prodet-2 .text {
  font-weight: 300;
  line-height: 2;
}
.prodet-page .prodet-2 .text ul,
.prodet-page .prodet-2 .text ol {
  padding-left: 1.2em;
}
.prodet-page .prodet-2 .text ol li {
  list-style-type: decimal;
}
.prodet-page .prodet-2 .text ul li {
  list-style-type: disc;
}
.prodet-page .prodet-2 hr {
  opacity: .3;
}
.prodet-page .prodet-2 span.h2 {
  margin: 1.5em 0 1em;
}
.prodet-page .prodet-2 .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .list ul li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #e9a924;
  margin-right: 1em;
  margin-top: .8em;
}
.prodet-page .prodet-3 {
  padding: 80px 0;
  background-color: var(--color2);
  color: white;
}

.prodet-page .prodet-3 span.h2 {
  text-align: center;
  color: inherit;
  margin-bottom: 1.5em;
}
.prodet-page .prodet-3 .list .box {
  background-color: white;
}

.prodet-page .prodet-3 .list .arrow {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: .5s ease;
  cursor: pointer;
}

.prodet-page .prodet-3 .list .arrow.arrow_l {
  left: -40px;
}

.prodet-page .prodet-3 .list .arrow.arrow_r {
  right: -40px;
}

.prodet-page .prodet-4 {
  margin-top: 80px;
}

.prodet-page .prodet-4 .box {
  background-image: url("../images/prodet-4-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 7.5% 5%;
  text-align: center;
}
.prodet-page .prodet-4 .box span.h2 {
  margin-bottom: 1em;
  color: inherit;
}
.prodet-page .prodet-4 .box .text {
  font-weight: 300;
  line-height: 2;
  max-width: 770px;
  margin: 0 auto;
}
.prodet-page .prodet-5 {
  padding: 100px 0;
}

.prodet-page .prodet-5 .left {
  padding-right: 1%;
}
.prodet-page .prodet-5 .left span.h2 {
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.4;
}
.prodet-page .prodet-5 .left .text {
  font-weight: 300;
}
.prodet-page .prodet-5 .right {
  padding-left: 5%;
}
.prodet-page .prodet-5 .right .list ul {
  margin: -9px;
}
.prodet-page .prodet-5 .right .list ul li {
  padding: 9px;
}



@media screen and (max-width: 1600px) {
  .product-page .product-2 .btn {
    font-size: 20px;
  }
  .product-page .product-2 .nav {
    font-size: 14px;
  }
  .product-page .product-2 {
    padding: 30px 0;
  }


  .prodet-page .prodet-1 .box .left {
    padding-right: 4%;
  }
  .prodet-page .prodet-2 .options {
    font-size: 20px;
    height: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .options span {
    margin-right: 3em;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .productList ul li .box .content {
    padding: 15px;
  }
  .inner-page .productList ul li .box .content span.h6 {
    margin-bottom: 1em;
  }
  
  .prodet-page .prodet-2 .options span {
    margin-right: 1em;
  }
  .prodet-page .prodet-2 .options {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .ret {
    margin: 40px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .box {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .text {
    margin: 1.5em 0;
  }
  .prodet-page .prodet-5 .left {
    padding-right: 0;
    width: 100%;
  }
  .prodet-page .prodet-5 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-3 .title {
    display: block;
  }
  .product-page .product-3 .title .select {
    margin-top: 20px;
  }

  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-1 .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-1 {
    padding: 60px 0;
  }

  .prodet-page .prodet-1 .box .right ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .box .right ul {
    margin: -5px;
  }
}







.inner-page .sideBarBox .sideBarLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .sideBarLeft form {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.inner-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0 1em;
}

.inner-page .sideBarBox .sideBarLeft form button {
    width: 42px;
    border: none;
    background-color: #d11e0d;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

.inner-page .sideBarBox .sideBarLeft form button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
    margin-top: 50px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 18px;
    margin-top: 1em;
    display: block;
    padding-right: 1.5em;
    position: relative;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
    position: absolute;
    right: .3em;
    top: 0;
    font-size: 140%;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
    opacity: .6;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active>a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover>a {
    color: #d11e0d;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
    display: none;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
    padding-left: 1em;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
    font-weight: 400;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
    margin: 10px 0;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
    width: 25%;
    margin-right: 4%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
    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-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
    font-size: 14px;
    color: #d11e0d;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
    font-size: 14px;
    color: #d11e0d;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg {
    background-image: url(../images/sideBarImg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 180px 10% 80px;
    display: block;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0 2em;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
    line-height: 2em;
    height: 2em;
    padding: 0 1em 0 .5em;
    background: url(../images/icon-sideBarImg-link.png) center no-repeat;
    background-size: 100% 100%;
}



.inner-page.case-page {
  padding: 80px 0;
    background-color: #f5f5f5;
}

.inner-page.case-page .case-right,
.inner-page.product-page .pro-right {
    width: 75%;
    padding-left: 4%;
}

.inner-page.case-page .case-right > ul > li,
.inner-page.product-page .pro-right ul li {
    padding: 35px;
    background: #fff;
    margin-bottom: 30px;
}

.inner-page.case-page .case-right > ul > li h6,
.inner-page.product-page .pro-right ul li h6 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #d11e0d;
}

.inner-page.case-page .case-right > ul > li .all-case,
.inner-page.product-page .pro-right ul li .all-pro {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.inner-page.case-page .case-right > ul > li .all-case .left,
.inner-page.product-page .pro-right ul li .all-pro .left {
    width: 50%;
    overflow: hidden;
}

.inner-page.case-page .case-right > ul > li .all-case .left ul li,
.inner-page.product-page .pro-right ul li .all-pro .left ul li {
    padding: 5px;
    width: 100%;
}

.inner-page.case-page .case-right > ul > li .all-case .left ul li a,
.inner-page.product-page .pro-right ul li .all-pro .left ul li a {
    display: block;
    overflow: hidden;
}

.inner-page.case-page .case-right > ul > li .all-case .right {
    width: 50%;
    padding-right: 5%;
}

.inner-page.case-page .case-right > ul > li .all-case .right .text {
    font-size: 17px;
    line-height: 1.5;
    max-height: 10.5em;
    overflow-y: auto;
    position: relative;
}



.inner-page.case-page .case-right > ul > li .all-case .right h4,
.inner-page.product-page .pro-right ul li .all-pro .right h4 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #d11e0d;
    position: relative;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul {
    margin-top: 30px;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li {
    padding: 5px;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li a {
    display: block;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a img,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li a img {
    width: 100%;
}

.inner-page.case-page .case-right > ul > li .all-case .right a.more,
.inner-page.product-page .pro-right ul li .all-pro .right a.more {
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    background: #d11e0d;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    transition: .3s ease;
}

.inner-page.case-page .case-right > ul > li .all-case .right a.more:hover,
.inner-page.product-page .pro-right ul li .all-pro .right a.more:hover {
  background: #fea305;
}


.inner-page.case-page .case-right > ul > li .all-case .right h4:after,
.inner-page.product-page .pro-right ul li .all-pro .right h4:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    background: #d11e0d;
    right: 0;
    bottom: -10px;
}


@media screen and (max-width:1000px) {
  .inner-page.case-page .case-right,
  inner-page.product-page .pro-right{
    width: 100%;
    padding: 0;
  }


  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }

  .inner-page.case-page .case-right,
  .inner-page.product-page .pro-right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .right,
  .inner-page.case-page .case-right > ul > li .all-case .right {
      width: 100%;
      padding-right: 0;
      margin-top: 20px;
  }

  .prodet-page .prodet-1 .left,
  .inner-page.case-page .case-right > ul > li .all-case .left {
      width: 100%;
  }


  .inner-page.case-page .case-right > ul > li .all-case .left,
  .inner-page.product-page .pro-right ul li .all-pro .left {
    width: 100%;
  }

  .inner-page.product-page .pro-right ul li .all-pro .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:500px) {
  .inner-page.case-page .case-right > ul > li,
  .inner-page.product-page .pro-right ul li{
    padding: 30px 10px;
  }
}



.m-link a:hover {
  color: #d11e0d;
}



.m-page {
  text-align: center;
  margin-top: 35px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #838383;
  font-weight: 500;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #d11e0d;
}
.m-page a:hover {
  color: #fff;
  background-color: #d11e0d;
}