@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/ZeroTwos.eot');
  src: url('../fonts/ZeroTwos.eot?#iefix') format('embedded-opentype'), url('../fonts/ZeroTwos.woff2') format('woff2'), url('../fonts/ZeroTwos.woff') format('woff'), url('../fonts/ZeroTwos.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Barlow";
  max-width: 1920px;
  --color: #ca0915;
  font-weight: normal;
  margin: 0 auto;
}
.iconfont-asmkticon0230:before {
    content: "\e7f9";
    color: #e60012;
}
.container {
  width: 1750px;
  margin: auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}
.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  height: 50px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  color: white;
  background-color: #151515;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  cursor: pointer;
}
.font-41 {
  font-size: 40px;
  text-transform: uppercase;
}
.font-17 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #545454;
}
.font-15 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.font-49 { 
  line-height: 1.2;
  text-transform: uppercase;
}
.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    background-color: #ca0915;
    margin-top: .5em;
    text-align: center;
    width: 120px;
    color: #ffffff;
    display: block;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin: 1em 0;
}
.font-bold1 {
  font-weight: 500;
}
.font-25 {
  font-weight: 500;
  font-size: 24px;
  line-height: 3;
}
.seoPublic .title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-height: 350px;
    padding-right: 20px;
    overflow: auto;
}
.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .left {
    width: 50%;
}
.more::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: var(--color);
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  -moz-transition: clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  z-index: -1;
  width: 103%;
  height: 100%;
  -webkit-clip-path: polygon(15px 0, 14px 1px, 0 15px, 0 0);
  clip-path: polygon(15px 0, 14px 1px, 0 15px, 0 0);
}
.more:hover::after {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
#header {
  z-index: 21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .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: 16px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 210px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#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: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  margin: 0 30px;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .yuy span img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-right: 10px;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
#header .header_down{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  padding: 30px;
  display: none;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
}
#header .header_down .product_down .line{
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 20px 0 20px;
}
#header .header_down .product_down ul.yiji > li{
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}
#header .header_down .product_down ul.yiji > li > a{
  transition: 0.5s;
}
#header .header_down .product_down ul.yiji > li:hover > a{
  color: var(--color);
}
#header .header_down .product_down ul.yiji li ul {
  margin: 0;
}
#header .header_down .product_down ul.yiji li ul li{
  font-size: 16px;
  transition: 0.5s;
  margin-bottom: 15px;
  padding: 0;
}
#header .header_down .product_down ul.yiji li ul li i{
  vertical-align: middle;
}
#header .header_down .product_down ul.yiji li ul li:hover{
  color: var(--color);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  margin-top: 102px;
}
#banner li {
  position: relative;
}
#banner li video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 60%;
  margin: auto;
}
#banner li .content span em {
  color: var(--color);
}
#banner li .content h2 {
  line-height: 1.2;
}
.lh-12 {
  line-height: 1.2;
}
.fw-500 {
  font-weight: 500;
}
#index-body .i-category {
  background-color: #f1f1f1;
}
#index-body .i-category .left {
  width: 23.5%;
}
#index-body .i-category .left .box {
  background-color: white;
}
#index-body .i-category .left .box .h4 {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#index-body .i-category .left .box ul li {
  padding: 30px 20px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
#index-body .i-category .left .box ul li .icon {
  width: 35%;
}
#index-body .i-category .left .box ul li span {
  width: 65%;
}
#index-body .i-category .left .box ul li img {
  margin-right: 30px;
}
#index-body .i-category .left .box ul li::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-category .left .box ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 10px;
  height: 8px;
  background: #921920;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#index-body .i-category .left .box ul li.active,
#index-body .i-category .left .box ul li:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-category .left .box ul li.active img,
#index-body .i-category .left .box ul li:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-category .left .box ul li.active::before,
#index-body .i-category .left .box ul li.active::after,
#index-body .i-category .left .box ul li:hover::after,
#index-body .i-category .left .box ul li:hover::before {
  opacity: 1;
}
#index-body .i-category .right {
  width: 76.5%;
}
#index-body .i-category .right .des {
  line-height: 1.7;
  width: 52%;
}
#index-body .i-category .right .img {
  text-align: right;
  margin-top: -155px;
}
#index-body .i-category .product_list {
  position: absolute;
  left: 23.5%;
  top: 0;
  width: 76.5%;
  background-color: white;
  padding: 40px 50px;
  border-left: 1px solid #e5e5e5;
  display: none;
}
#index-body .i-category .product_list .item ul li .img-box {
  padding: 5px;
}
#index-body .i-category .product_list.active {
  display: block;
}
#index-body .i-category .product_list.active .item.active {
  display: block;
}
#index-body .i-product {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #f1f1f1), color-stop(78%, white));
  background: -webkit-linear-gradient(top, #f1f1f1 78%, white 78% 100%);
  background: -moz-linear-gradient(top, #f1f1f1 78%, white 78% 100%);
  background: linear-gradient(to bottom, #f1f1f1 78%, white 78% 100%);
}
#index-body .i-product .box {
  background-color: white;
}
#index-body .i-product .list {
  padding: 0 40px;
}
#index-body .i-product .list ul li .img-box {
  background-color: #f2f2f2;
  border:1px solid #d9d9d9;
}
#index-body .i-product .list ul li .img-box .des {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(202, 9, 19, 0.87);
  color: white;
  line-height: 1.9;
  padding: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .list ul li:hover .img-box .des {
  opacity: 1;
}
#index-body .i-product .list ul li:hover .title {
  color: var(--color);
}
#index-body .i-product .list .slickDots ul li {
  width: 6px;
  height: 6px;
  background-color: #6f6f6f;
  border: none;
  position: relative;
  margin: 0 1.5em;
}
#index-body .i-product .list .slickDots ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .list .slickDots ul li.slick-active {
  background-color: var(--color);
}
#index-body .i-product .list .slickDots ul li.slick-active::after {
  opacity: 1;
}
#index-body .i-about {
  background: url(../images/about.jpg) no-repeat bottom;
}
#index-body .i-about .left {
  width: 50%;
}
#index-body .i-about .left .box {
  width: 75%;
  background-color: var(--color);
  color: white;
  -webkit-box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.23);
  padding: 55px 40px;
}
#index-body .i-about .left .box .more {
  background-color: white;
  color: var(--color);
}
#index-body .i-about .left .box .more::after {
  background-color: black;
}
#index-body .i-about .left .box .more:hover {
  color: white;
}
#index-body .i-about .left .box .line {
  width: 100%;
  height: 1px;
  background-color: white;
}
#index-body .i-about .left .box .content {
  line-height: 1.6;
  font-weight: 500;
}
#index-body .i-about .right {
  width: 50%;
}
#index-body .i-about .right ul li {
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
#index-body .i-about .right ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-about .right ul li .num {
  line-height: 1;
  font-family: 'Century Gothic';
    font-weight: 700;
    color: #262626;
}
#index-body .i-why {
  background-color: #f4f4f4;
}
#index-body .i-why .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-why .top {
  padding: 0 100px;
}
#index-body .i-why .list {
  padding-left: 100px;
}
#index-body .i-why .list ul .slick-list {
  padding-right: 120px;
}
#index-body .i-why .list ul .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0.5;
}
#index-body .i-why .list ul .slick-active {
  opacity: 1;
}
#index-body .i-why .list ul li .box {
  padding: 30px 40px;
    height: 330px;
  position: relative;
}
#index-body .i-why .list ul li .box .h3 img {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-why .list ul li .box .des {
  line-height: 30px;
}
#index-body .i-why .list ul li .box .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
  -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 85px) 0, 100% 85px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, -moz-calc(100% - 85px) 0, 100% 85px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 85px) 0, 100% 85px, 100% 100%, 0 100%);
}
#index-body .i-why .list ul li .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  -webkit-clip-path: polygon(-webkit-calc(100% - 60px) 0, 100% 0, 100% 60px, -webkit-calc(100% - 30px) 30px);
  clip-path: polygon(-moz-calc(100% - 60px) 0, 100% 0, 100% 60px, -moz-calc(100% - 30px) 30px);
  clip-path: polygon(calc(100% - 60px) 0, 100% 0, 100% 60px, calc(100% - 30px) 30px);
}
#index-body .i-why .list ul li:hover .box {
  color: white;
}
#index-body .i-why .list ul li:hover .box .h3 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .list ul li:hover .box::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .i-why .list .slickDots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#index-body .i-why .list .slickDots .slick-dots li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
  background-color: #dcdcdc;
  padding: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
#index-body .i-why .list .slickDots .slick-dots i {
  height: 4px;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news {
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}
#index-body .i-news .time ul li {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .time ul .slick-current li {
  opacity: 1;
  color: var(--color);
}
#index-body .i-news .list ul li .title {
  line-height: 1.2;
}
#index-body .i-news .list ul li .des {
  line-height: 1.8;
}
.i-form .right form ul li input,
.i-form .right form ul li textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
}
.i-form .right form ul li textarea {
  padding: 15px 20px;
  height: 140px;
}
.i-form .right form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-form .right form ul li input[type="submit"]:hover {
  background-color: #222;
}
#footer .wrap .h4 {
  color: var(--color);
}
#footer .wrap .one {
  margin-top: -45px;
}
#footer .wrap ul li {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap ul li:hover {
  color: var(--color);
}
#footer .info ul {
  width: 45%;
}
#footer .info ul li {
  font-size: 16px;
  padding-left: 55px;
  max-width: 700px;
  position: relative;
  font-weight: 500;
}
#footer .info ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}
#footer .info .share a {
  margin-right: 35px;
  font-size: 24px;
}
#footer .f-copy {
  opacity: 0.7;
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
}
#footer .f-copy svg {
  height: 27px;
  vertical-align: middle;
  width: auto;
  fill: black;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 250px;
  }
  #index-body .i-category .right .img {
    margin-top: -100px;
  }
  #index-body .i-why .top {
    padding: 0 100px;
  }
  #index-body .i-why .list {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo img {
    max-width: 155px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 12px;
  }
  #banner {
    margin-top: 86px;
  }
  #banner li .content .left {
    width: 75%;
  }
  #index-body .i-category .left .box ul li img {
    margin-right: 10px;
  }
  #footer .wrap .one {
    max-width: 470px;
  }
  #index-body .i-why .list ul li .box .des{
    max-height: 180px;
    overflow: auto;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .i-about .right {
    padding-left: 0;
  }
  #index-body .i-about .right ul li {
    padding-left: 78px;
  }
  #index-body .i-why .top {
    padding: 0 50px;
  }
  #index-body .i-why .list {
    padding: 0 50px;
  }
  #index-body .i-why .list ul .slick-list {
    padding-right: 0;
  }
  #index-body .i-why .list ul li .box .des{
    max-height: 180px;
    overflow: auto;
  }
  #footer .wrap .one {
    max-width: 185px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  
  #banner li .content .left {
    width: 90%;
  }
  #index-body .i-category .left {
    display: none;
  }
  #index-body .i-category .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-product .box .top > div {
    width: 100%;
    padding: 0;
  }
  .i-form .left {
    width: 100%;
  }
  .i-form .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-about {
    background-size: contain;
    padding-bottom: 230px;
  }
  #footer .wrap {
    display: none;
  }
  #footer .info ul {
    width: 70%;
  }
  #footer{
    padding-bottom: 60px;
  }
  .font-17{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-about .left .box {
    width: 100%;
  }
  #index-body .i-why .top {
    padding: 0 15px;
  }
  #index-body .i-why .top > div {
    width: 100%;
    padding: 0;
  }
  #index-body .i-why .list {
    padding: 0 15px;
  }
  #index-body .i-news .list {
    padding: 0;
  }
  #footer .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .info ul {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content .left {
    width: 100%;
  }
  #index-body .i-category .right .des {
    width: 100%;
  }
  #index-body .i-category .right .img {
    margin-top: 0;
  }
  #index-body .i-product .box .top {
    padding: 0 20px;
  }
  #index-body .i-product .list {
    padding: 0 20px;
  }
  .i-form .right form ul li {
    width: 100%;
  }
  #index-body .i-about .left .box {
    padding: 30px 15px;
  }
  #index-body .i-about .left .box .line {
    margin-top: 30px;
  }
  .font-36 {
    font-size: 18px;
  }
  #index-body .i-why .list ul li .box {
    padding: 40px 20px;
  }
  #footer .info ul li{
    padding-left: 40px;
  }
  #index-body .i-why .list ul li .box .des{
    max-height: 180px;
    overflow: auto;
  }
}











.inner-banner{
  margin-top: 102px; 
  color: white;
  padding: 0;
}
 
.inner-banner2{
  /*margin-top: 102px; */
  padding: 20px 0;
  box-shadow: 0 0 .63rem 0 rgba(6,0,1,.23);
  border-top: 1px solid #bac4d4;
}
.inner-banner2 .ui.container > .flex{
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-banner2 ul li{
  margin-left: 40px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}
.inner-banner2 ul li a{
  position: relative;
}
.inner-banner2 ul li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.inner-banner2 ul li.active,
.inner-banner2 ul li:hover{
  color: var(--color);
}
.inner-banner2 ul li.active a::after,
.inner-banner2 ul li:hover a::after{
  opacity: 1;
}
.inner-banner2 .mbx{
  position: relative;
  font-weight: 500;
  width: 580px;
  padding-left: 30px;
}
.inner-banner2 .mbx::after{
  content: "\e8c6";
  font-family: "iconfont";
  font-size: 18px;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 1px;
}


#index-body .type {
  text-align: center;
}
#index-body .type .process{
  position: relative
}
#index-body .type .process .pag{
  width: 80%;
  height: 3px;
  background-color: #bebebe;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%)
}
#index-body .type .process .pag p{
  height: 100%;
  width: 0;
  background-color: #333333;
  transition: .5s
}
#index-body .type .process ul.op1 li{
  opacity: 0
}
#index-body .type .process ul{
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
  z-index: 4
}
#index-body .type .process ul .slick-track{
      /*-webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;*/
    display: block;
}

 
#index-body .type .process ul li{
  max-width: 210px
}
.custom-page #index-body .type .process ul li{
  max-width: 380px;
}
.custom-page #index-body .type .process ul li .cont{
  height: 160px;
  max-width: 380px;
  font-size: 16px;
  overflow-y: auto;
  opacity: 0.6;
  line-height: 2;
}

@keyframes lineHeight{
  0%{
    width: 0;
  }
  100%{
    width: 330px;
  }
}
#index-body .type .num {
  width: 79px;
  height: 79px;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  border-radius: 50%;
  margin: 0 auto;
  transition: .5s;
  position: relative;
  z-index: 7
}


#index-body .type  ul .slick-active li  .num::after{
  opacity: 1;
}
#index-body .type  ul .slick-active:last-child li  .num::after{
  opacity: 0;
}
#index-body .type ul .slick-active:last-child li  .num::before{
  opacity: 0;
}

/*#index-body .type ul  .slick-current li  .num {
  background-color: #333333;
  color: #ffffff;
}*/
#index-body .type .num::after {
  content: '';
  position: absolute;
  width: 370px;
  height: 2px;
  background: #bebebe;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .type .num::before {
  content: '';
  position: absolute;
  /*width: 1px;
  height: 0;*/
   width: 0%;
  height: 2px;
  background: #000;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3
}

/*#index-body .type  ul .slick-current li  .num::before{
  animation: lineHeight 5s forwards linear;
}*/
#index-body .type .process ul li:hover .num,#index-body .type ul  .slick-current li  .num{
  background-color: #333333;
  color: #ffffff;
}
#index-body .type .swiper {
  overflow: hidden;
  position: relative;
}

#index-body .type .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 38px;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bebebe;
  height: 3px;
}
#index-body .type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}
.custom-page #index-body .type .process ul li{
  max-width: 380px;
}
.custom-page #index-body .type .process ul li .cont{
  height: 160px;
  overflow-y: auto;
  font-weight: 500;
  opacity: 0.6;
  line-height: 2;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.custom-page .custom-1{
  padding: 70px 0; 
}
.custom-page .custom-1 .more{
  margin: 0 auto
}
 
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}

.service-page .service-66 .swiper{
  overflow: hidden
}

.service-page .service-66 .ui.container {
    width: auto;
    max-width: 1700px
}

.service-page .service-66 .box {
    height: 700px;
    position: relative;
    overflow: hidden;
    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;
    padding: 5%
}

.service-page .service-66 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-66 .box .mask i.active {
    opacity: 1
}

.service-page .service-66 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.service-page .service-66 .box .content span.tag {
    display: block;
    color: #d4ab57;
    margin-bottom: .5em;
    font-weight: 500
}

.service-page .service-66 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.service-page .service-66 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}



@media screen and (max-width: 1450px) {
    .service-page .service-66 .box {
        height: 600px
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-66 .box {
        height: 500px
    }
    .inner-banner2 ul li{
      font-size: 16px;
      margin-left: 20px;
    }
}
  
  
@media screen and (max-width: 1000px) {
    .inner-banner2 .ui.container > .flex > ul{
      display: none;
    }
    .service-page .service-66 .box {
        height: 420px
        }
        .custom-page .custom-1 .left{
      width: 100%;
    }
    .custom-page .custom-1 .right{
      width: 100%;
      padding: 0;
      margin-top: 20px;
    }
    .about-page .about_7 .left{
      width: 100%;
    }
    .about-page .about_7 .right{
      width: 100%;
    }
}
      
  
@media screen and (max-width: 700px) {
    .service-page .service-66 .box .content {
        max-width: 100%
    }

    .service-page .service-66 .box {
        height: auto
    }

    .service-page .service-66 .box .content {
        background-color: rgba(255,255,255,.6)
    }
    #index-body .type .num::after{
      content: none;
    }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
    color: #242424;
    display: block;
    position: relative;
    cursor: pointer;

  
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
      color: #444444;
    font-weight: 500;
  line-height: 32px;
  margin: 30px 0 10px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list  ul li{
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list  ul li:last-child{
  border-bottom: 1px solid #dddddd;
}
.faq-page .marginBox .box3 .right .list  ul li .text{
  margin-top: 15px;
}
.faq-page .marginBox .box3 .right .list  ul li.active .title{
  color: var(--color);
}
@media screen and (max-width: 1600px){
   .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 30px;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}  
@media screen and (max-width: 1250px){
   .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.test-page .text-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list{
  margin-top: 50px;
}
.test-page .text-3 .list .swiper {
  overflow: hidden
}
.test-page .text-3 .swiper .swiper-slide i {
  display: block;
}
.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.test-page .text-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 500;
  max-height: 15em;
  overflow: auto;
}
.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}
.test-page .text-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.test-page .text-3 .sPage{
  margin-top: 60px;
}
.test-page .text-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.test-page .text-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid #eb630c;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active::before{
  background: #eb630c;
}


@media screen and (max-width: 1250px) {
  
  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
 
  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
  .test-page .solution-3 .box .list ul li .text{
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .test-page .text-3 .list{
    margin-top: 20px;
  }

  .test-page .text-3 .sPage{
    margin-top: 20px;
  }
}

.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist .slick-arrow{
  display: none !important;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: var(--index-main-color);
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: var(--index-main-color);
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 40px;
  background: #f8f8f8;
  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;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .right {
  padding: 60px 40px 60px 0px;
}
.sus-page .sus-3 .main .left h6 {
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
      line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 65px;
    max-width: 670px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -20px;
  margin-top: 40px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist .slick-arrow{
  display: none !important;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 0px 20px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  height:65px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 1450px){
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text{
    padding: 30px 20px;
  }
}
@media screen and (max-width:1250px){
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6{
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px){
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .sus-page .sus-3 .main .left{
    width: 100%;
    padding: 15px;
  }
  .sus-page .sus-3 .main .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
   .sus-page .sus-1 .ui.container .left {
      width: 100%;
    }
    .sus-page .sus-1 .ui.container .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
    .sus-page .sus-1 {
      padding: 20px 0;
    }
    .sus-page .sus-2 {
      padding: 20px 0;
    }
    .sus-page .sus-3 {
      padding: 20px 0;
    }
    .sus-page .sus-3 .top .left {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .top .right {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .main {
      margin-top: 20px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sus-page .sus-3 .main .left {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 0;
    }
    .sus-page .sus-3 .main .right {
      width: 100%;
    }
    .sus-page .sus-4{
      padding-bottom: 0;
    }
}

.tech-page {
  padding: 60px 0 0;
  background-color: #f5f5f5;
}
.tech-page .tech-1 .item {
  position: relative;
  padding-bottom: 85px;
}
.tech-page .tech-1 .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -9.5%;
  width: 72.75%;
  height: 14vw;
  background: #fff;
}
.tech-page .tech-1 .item:nth-child(even) {
  padding-top: 10%;
}
.tech-page .tech-1 .item:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 7.5vw;
  background: var(--color);
}
.tech-page .tech-1 .item:nth-child(even)::after {
  right: inherit;
  left: -9.5%;
}
.tech-page .tech-1 .item:nth-child(even) .text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
}
.tech-page .tech-1 .text {
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
.tech-page .tech-1 .text .con {
  max-width: 908px;
}
.tech-page .tech-2 {
  background: url(../images/tech-2-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 7% 0 7%;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.tech-page .tech-2 .ui.container {
  max-width: 1300px;
  text-transform: uppercase;
  font-size: 40px;
}
.tech-page .tech-3 {
  padding-top: 5.78125%;
  padding-bottom: 80px;
}
.tech-page .tech-3 .header {
  max-width: 1346px;
  margin: 0 auto;
}
.tech-page .tech-3 .header p {
  margin-top: 30px;
}
.tech-page .tech-3 .content {
  margin-top: 70px;
}
.tech-page .tech-3 .content .left {
  width: 48.188%;
}
.tech-page .tech-3 .content .right {
  width: 50%;
  background-color: #ffffff;
  padding: 60px 36px 80px 46px;
}
.tech-page .tech-3 .content .right ul li {
  padding: 30px 0 30px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tech-page .tech-3 .content .right ul li i {
  width: 80px;
}
.tech-page .tech-3 .content .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 31px;
}
.tech-page .tech-3 .content .right ul li .text span {
  font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}
.tech-page .tech-3 .content .right ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 500;
}
.tech-page .tech-3 .content .right ul li:first-child {
  padding-top: 0;
}
.tech-page .tech-3 .content .right ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1700px){
   .tech-page .tech-1 .item::after {
    width: 80%;
  }
}
@media screen and (max-width: 1450px){
   .tech-page .tech-1 .item {
    padding-bottom: 40px;
  }
  .tech-page .tech-1 .text .con {
    max-width: 800px;
  }
  .tech-page .tech-3 .content .right ul li {
    padding: 32px 0 23px 24px;
  }
}
@media screen and (max-width:1250px){
   .tech-page .tech-1 .text {
    padding-right: 0;
  }
  .tech-page .tech-1 .text .i-title {
    font-size: 32px;
  }
  .tech-page .tech-1 .text .con {
    max-width: 640px;
  }
  .tech-page .tech-1 .item::after {
    height: 23vw;
  }
  .tech-page .tech-3 .content .right {
    padding: 41px 20px 86px 20px;
  }
}
@media screen and (max-width: 1000px){
  .tech-page .tech-1 .item img {
    position: relative;
    z-index: 1;
  }
  .tech-page .tech-1 .item .text {
    padding: 20px 15px;
    background: #fff;
  }
  .tech-page .tech-1 .item .text .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .tech-page .tech-1 .item::after {
    display: none;
  }
  .tech-page .tech-1 .item:nth-child(even) .text {
    padding: 20px 15px;
  }
  .tech-page .tech-2 {
    font-size: 32px;
  }
  .tech-page .tech-3 .header p {
    margin-top: 20px;
  }
  .tech-page .tech-3 .content .left {
    width: 100%;
  }
  .tech-page .tech-3 .content .right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width:700px){
   .tech-page .tech-1 .item {
    padding-bottom: 20px;
  }
  .tech-page .tech-1 .item .text .i-title {
    width: 100%;
  }
  .tech-page .tech-3 .content {
    margin-top: 30px;
  }
  .tech-page .tech-3 .content .right ul li {
    padding: 16px 0 12px 0;
  }
}
@media screen and (max-width:500px){
   .tech-page .tech-1 .item .i-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .tech-page .tech-1 .item .text .con {
    margin-top: 6px;
  }
  .tech-page .tech-2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .tech-page .tech-3 .content .right {
    padding: 20px 20px 43px;
  }
  .tech-page .tech-3 .content .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tech-page .tech-3 .content .right ul li .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 20px 0 0 0;
  }
  .tech-page .tech-3 .content .right ul li .text p {
    margin-top: 12px;
  }
}


.inner-page .sideBox .sidebar-left {
      position: sticky;
    top: 140px;
  width: 24%;
}
.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 16px;
  color: #555555;
  font-weight: 500;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search1.png) no-repeat center center var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li ul {
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: 700;
  cursor: pointer;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a {
  padding-right: 20px;
  font-size: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-01.jpg) no-repeat center center;
  padding: 10.75rem 2rem 5.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sideBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}
.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}
.inner-page .sideBox .sidebar-right {
  width: 76%;
  padding-left: 4%;
  padding-bottom: 40px;
}
.product-list02 li .box span.h6 {
  font-size: 16px;
  display: block;

}


.product-list02 li .box a.img {
  display: block;

  text-align: center;
}

.product-list02 li .box {
    /*border-radius: 1em;*/
    font-size: 10px;
    background-color: #fafafa;
    padding: 25px;
}

.product-list02 ul {
    margin: -15px;
}

.product-list02 li {
  padding: 15px;
}
@media screen and (max-width: 12500px){
  .product-list02 li{
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px){
   .inner-page .sideBox .sidebar-left {
    display: none;
  }
  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .product-list02 li{
    width: 50%;
  }
}
@media screen and (max-width: 700px){
  .product-list02 li{
    width: 100%;
  }
}


.prodet-page {
  padding: 100px 0;
}
.prodet-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--color);
  line-height: 30px;
}
.prodet-page h2,
.prodet-page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .left {
 background: #f6f6f6;
  background-size: cover;
  padding: 20px;
  text-align: center;
  vertical-align: middle;

  position: relative;
  width: 40%;
}
.prodet-page .prodet-1 .left img {
  display: block;
  padding-right: 4px;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: middle;
  width: 60%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 36px;
  text-transform: uppercase;
      line-height: 1;
}
.prodet-page .prodet-1 .right .grid-box {
  width: 100%;
}
.prodet-page .prodet-1 .right .content {
      display: block;
    padding: 10px 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #7e7e7e;
    line-height: 1.8;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 20px 0;
}
/*.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-bottom: 1.3rem;
}*/
/*.prodet-page .prodet-1 .right .btn a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.prodet-page .prodet-1 .right .btn a:hover:after {
  width: 100%;
}*/
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .right .share ul {
  /*display: inline-block;*/
  vertical-align: middle;
  padding: 3px 0px;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .proview-img .slick-arrow,
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 19px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5) url(../images/banner-btn-l.png) no-repeat center;
  background-size: 80%;
  left: 20px;
  top: 50%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .proview-img .slick-next,
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5) url(../images/banner-btn-r.png) no-repeat center;
  background-size: 80%;
  left: auto;
  right: 20px;
}
.prodet-page .custom-page .custom-3 {
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right, #fff 50%, rgba(0, 0, 0, 0) 50%);
}
.prodet-page .custom-page .custom-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
  font-size: 24px;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #e73032;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: var(--color);
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: var(--color);
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url("../images/init-2-2.jpg") center center;
  background-size: cover;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box img {
  display: inline-block;
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 20px;
  height: 80px;
}
.prodet-page .prodet-2 .list ul li .box:hover h5 {
  color: var(--color);
}
.inner-page.prodet-page .prodet-11 .box {
  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;
  position: relative;
}
.inner-page.prodet-page .prodet-11 .box .left {
  background: #fff;
}
.inner-page.prodet-page .prodet-11 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.prodet-page .prodet-11 .box .left ul li:first-child {
  padding: 0 3rem 0 0;
}
.inner-page.prodet-page .prodet-11 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 3rem;
  border-right: 1px solid #616161;
}
.inner-page.prodet-page .prodet-11 .box .right {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.prodet-page .prodet-11 .box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.inner-page.prodet-page .prodet-11 .box .right p:first-child {
  margin-left: 0;
}
.inner-page.prodet-page .prodet-11 .box .right p img {
  margin-right: 1.5rem;
}
.inner-page.prodet-page .prodet-11 .box .right p {
  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-size: 18px;
  line-height: 1;
  color: #000;
  margin-left: 3.5rem;
}
.inner-page.prodet-page .prodet-11 .left ul li:last-child {
  border-right: 0 solid #616161;
}
.inner-page.prodet-page .prodet-11 .box .right p i {
  font-size: 18px;
  padding: 0 10px;
  line-height: 2;
}
.prodet-11 {
    margin-bottom: 50px;
}
.dt-01 .dt-box {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 20px 60px;
}
.dt-01 .dt-box .left {
    color: var(--color);
    font-size: 42px;
    font-weight: bold;
}
.dt-01 .dt-box .right {
    text-align: left;
    font-size: 18px;
    width: 100%;
}

.dt-02 {
    padding: 50px 0;
}
.dt-02 h2 {
    color: #666;
    font-size: 24px;
}
.dt-02 h2 span {
    color: var(--color);
}
h3.dian {
    line-height: 1;
    padding-left: 25px;
    font-size: 20px;
    position: relative;
    color: var(--color);
        margin-bottom: 20px;
}
h3.dian:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--color);
    left: 0;
    border-radius: 100%;
    top: 25%;
}
.dt p {
    font-size: 17px;
    padding: 5px 0;
}
.dt-02 p img.wscnph {
    object-fit: cover;
    height: 150px;
    padding-right: 50px;
}
table tr td p {
    padding: 0 !important;
}
.dt-03 {
    padding: 20px 0 50px;
}
.dt-03 table {
    text-align: center;
}
.dt-03 table tr:first-child {
    background: var(--color);
    color: #fff;
    text-align: center;
}
.dt-03 table tr:first-child td {
    border: 1px solid rgba(255,255,255,.5);
}
.dt h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
.dt-04 table {
    margin-bottom: 50px;
}
.dt-04 table tr td:first-child {
    background: var(--color);
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
}
.dt-05 p.img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.dt-05 p.img img.wscnph {
    width: 40%;
}
@media screen and (max-width: 1500px){
   .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 30px 0 50px;
  }
   .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px){
   .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 28px;
  }
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left{
    position: sticky;
    top: 120px;
  }
}
@media screen and (max-width: 1000px){
   .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 24px;
  }
   .prodet-page .prodet-1 .right .btn a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
  }
   .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 10px;
  }
  .prodet-page {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 700px){
  
   .inner-page.prodet-page .prodet-11 .box {
    display: block;
  }
   .inner-page.prodet-page .prodet-11 .box .right {
    display: block;
  }
   .inner-page.prodet-page .prodet-11 .box .left ul li {
    padding: 0 2rem;
  }
  .inner-page.prodet-page .prodet-11 .box .right p {
    margin-left: 0;
  }
  .inner-page.prodet-page .prodet-11 .box .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
   .prodet-page .prodet-1 .right .btn a {
    margin-right: 15px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.history-page {
  padding: 110px 0;

}
.history-page .historySideBar .historySideLeft {
  width: 33%;
  padding: 0 8% 0 0;
    position: sticky;
    top: 110px;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 40px;
  padding: 1.2em 15%;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--color);
  background-size: cover;
  line-height: 1;
  color: white;
  position: relative;
}

.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/his-bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 67%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: var(--color);
  line-height: 1.2;
    width: 12%;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
      width: 88%;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    font-weight: 500;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i {
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--color);
  font-size: 120%;
}



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

 .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }


  }

@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
   
}

@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
    width: 50px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
    }

.history-page .historySideBar {
    display: flex;
    align-items: flex-start;
}


.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li{
  border-bottom:  1px solid #000;
  margin-bottom: 40px
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1{
  transition: .5s;
  line-height: 36px;
  text-transform: uppercase;
}
.news-page .sideBarLeft .list ul li .content span.h1:hover{
  color: #ca0915
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  line-height: 36px;
  margin-bottom: .2em;
  display: block;
  margin-top: 1.5em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/search.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: .5em 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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 32px;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center 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;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.newdet-page .marginBox {
  padding: 90px 0%;
}
.newdet-page .sideBarLeft time {
  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-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .content strong{
  font-weight: normal;
  /*color: black;*/
}
.newdet-page .sideBarLeft .content a strong{
  font-weight: 500;
  color: black;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link 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: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px){
   .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
   .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
   .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
   .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
   .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px){
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px){
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}

#index-body .init-0 .top {
    max-width: 1500px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color1);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    display: block;
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-0 .det a .des{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 60px 20px 30px;
  background: linear-gradient(to top, black, transparent);
}
.oem-page .product-yd-page .product-yd-4 .list .box {
    background-color: #f7f7f7;
    padding: 25px;
    height: 270px;
}
@media screen and (max-width: 700px) {
    #index-body .init-0 .navlink,
    #index-body .init-0 .det {
        display: none;
    }
}

.cus-page .cus-1 {
  padding: 80px 0;
}
.cus-page .cus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 6%;
}
.cus-page .cus-1.ser2 .ui.container .right{
  padding-right: 5%
}
.cus-page .cus-1 .ui.container .right .h3{
text-transform: uppercase;
 margin-bottom: 40px;

}
.cus-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #151515;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;


}
.cus-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  white-space: nowrap;
}
.cus-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {

  color: #fff;
  /*font-size: 80px;*/
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  /*margin-top: 20px;*/
  max-width: 880px;
}
.server2-page .server-2 {
  padding: 0px 0 120px;
  background: #f8f9fb;
}
.server2-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 1;
}

.server2-page .server-2 .box {
  padding-top: 80px;
}
.server2-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server2-page .server-2 .box ul li:nth-child(3n+1) + li,
.server2-page .server-2 .box ul li:nth-child(3n+1) + li + li {
  border-left: none;
}
.server2-page .server-2 .box ul li:nth-child(3) ~ li {
  border-top: none;
}
.server2-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.server2-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server2-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server2-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  margin: 20px 0 5px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.server2-page .server-2 .box ul li .box2 .text {
  font-size: 18px;
  color: #919191;
  line-height: 2;
  height: 150px;
  overflow: auto;

}

.server2-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  box-shadow: 0 0 15px rgba(205, 205, 205, 0.7);
}
@media screen and (max-width: 1400px){
   .server2-page .server-2 h3 {
    font-size: 28px;
  }
   .server2-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server2-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server2-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server2-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
  /*.server2-page .server-2 {
    padding: 60px 0;
  }*/
}
@media screen and (max-width: 1000px){
   .cus-page .cus-2{
      height: auto;
      padding: 20px;
    }
    .cus-page .cus-3 .ui.container .left{
      width: 100%;
    }
    .cus-page .cus-2 .ui.container{
      flex-wrap: wrap;
    }
      .server2-page .server-2 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px){
   .cus-page .cus-3 .ui.container .right {
    width: 100%;
  }
  .cus-page .cus-3{
    padding: 40px 20px;
  }
  .cus-page .cus-3 .ui.container .left .bottom ul li{
    width: 100%;
  }
    .cus-page .cus-1 .ui.container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .cus-page .cus-1 .ui.container .imgbox{
    width: 100%;
  }
  .cus-page .cus-2{
    padding: 20px 0;
  }
    .server2-page .server-2 h3 {
    font-size: 20px;
  }
  .server2-page .server-2 {
    padding: 30px 0 85px;
  }
  .server2-page .server-2 .box {
    padding-top: 30px;
  }
  .server2-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server2-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server2-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
  .server2-page .server-2 .box ul li .box2:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  }
}


.contact-page {
  padding-top: 60px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .left form ul li input[type="submit"]{
  width: auto;
  background: #ca0915;
  color: white;
  border: none;
  padding: 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
  height: 50px;
}
.contact-page .contact-1 .left form ul li input[type="submit"]:hover{
  background: #222;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #919191;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #919191;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-weight: 500;
      padding-top: 4px;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}




/*about-page*/
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
.about-page .about-1 .play:hover{
  background: #cca255
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data 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;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
    font-weight: 500;
    color: #101010;
    font-size: 18px;
    line-height: 36px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
      font-size: 60px;
    line-height: 0.6;
    transition: .5s;
    font-weight: 700;
    font-family: 'Century Gothic';
    color: #ca0915;
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-page .about-1 .right .data ul li:hover .num{
  color: #151515
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 100px 0 80px;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1; 
  color: #323232; 
  font-weight: bold;
}
.about-page .about-5 .content {
  margin-top: 60px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  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;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li img{
  min-height: 500px;
  object-fit: cover;
  padding: 10px;
}
.about-page .about-6 ul li .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px ;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
  line-height: 2;
    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
  line-height: 2;
}
/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7{
  position: relative;
  
}
.about-page .about-7 .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  color: #fff
}
.about-page .about-7 .text .box{
  width: 50%;
  margin: 0 0 0 auto
}

.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-11{
  background: #f5f5f5;
}
.about-page .about-11 ul .slick-slide > div{
  height: auto !important;
}
.about-page .about-11 ul li .box{
  background: white;
  /*border-radius: 10px;*/
  height: 320px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-11 ul li .box .des{
  max-height: 216px;
  overflow: auto;
  min-height: 150px;
}
.about-page .about-11 ul li .box .icon img{
  margin-right: 25px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 60px 
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 40px 
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
    .about-page .about-6 ul li .text{
    padding: 80px 20px 
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box{
  width: 100%
}
  
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
      .about-page .about-6 ul li{
        width: 50%
      }
}
@media screen and (max-width: 700px) {
      .about-page .about-6 {
        display: none
      }
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page .about-7>img{
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7>img{
    height: 420px
  }
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}

.about-page .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5
}
.about-page .i-why .top {
  margin-bottom: 54px;
}
.about-page .i-why .top .left .i-title {
  display: inline-block;
}
.about-page .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
.about-page .i-why .top .right {
  padding-left: 70px;
}
.about-page .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}
.about-page .i-why .top .right .des.active{
  display: block
}
.about-page .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
.about-page .i-why .wrap .left ul {
  margin: -13px;
}
.about-page .i-why .wrap .left ul li {
  padding: 13px;
}
.about-page .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
.about-page .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
.about-page .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
  max-width: 36px;
}
.about-page .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
.about-page .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.about-page .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .i-why .wrap .left ul li.active .box,
.about-page .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
.about-page .i-why .wrap .left ul li.active .box .arrow img,
.about-page .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
.about-page .i-why .wrap .right ul li {
  height: 415px;
}
.about-page .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px){
    .about-page .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px){
    .about-page .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px){
    .about-page .i-why .wrap .right {
    display: none;
  }
  .about-page .i-why .wrap .left {
    width: 100%;
  }
  .about-page .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px){
    .about-page .i-why .top .left {
    width: 100%;
  }
  .about-page .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .i-why {
    padding: 50px 0;
  }
  .about-page .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  .about-page .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px){
   .about-page .i-why .top .right .des {
    font-size: 16px;
  }
}
.advantage .pr {
  position: relative;
}
.advantage .top .btn {
  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;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li{
  width: 20%
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 40px 60px 37px;
  height: 400px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  font-weight: 500;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 60%;
}
.advantage .content ul li.active .box .t1{
      line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
   .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1250px){
   .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
   .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
   .advantage .content ul li .ig .tit {
    display: none;
  }
   .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width:700px){
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig{
    height: auto;
  }
}
@media screen and (max-width: 500px){
   .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}


/*manufacturing-page*/
.manufacturing-page .marginBox {
  padding: 0 !important;
}
.manufacturing-page .marginTop .list ul li img {
  display: block;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .marginTop .list ul .slick-dots li button {
  display: none;
}
.manufacturing-page .marginTop .list ul .slick-dots li.slick-active {
  background-color: white;
}
.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
font-size: 18px;
    color: #8e8e8e;
    font-weight: 500;
    line-height: 32px;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 64px;
  font-family: 'Century Gothic';
  color: #ca0915;
  display: block;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: 0.78333333em;
  font-weight: normal;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: 0.46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #242424;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list .slick-slide > div{
  height: unset !important;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
font-size: 20px;
    text-transform: capitalize;
  padding: .5em;
  text-align: center;
  background-color: var(--index-main-color);
  color: white;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0 60px;
  background: url("../images/24ff1.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 55%;
}
.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
    font-weight: 500;
  padding-right: 1em;
  /*max-height: 11.2em;*/
  margin-top: 1em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--index-main-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 60px 0 40px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  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;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: white;
}
.manufacturing-page .manufacturing-6 .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: white;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
    font-size: 18px;
    color: #626262;
    line-height: 32px;
  margin: 1em auto 2em;
}

@media screen and (max-width: 1600px){
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 18px;
    line-height: 32px;
  }
   .manufacturing-page .manufacturing-6 .right span.h4 {
      font-size: 22px;
    } 
    .manufacturing-page .manufacturing-6 .right .color span {
      font-size: 16px;
    } 
    .manufacturing-page .manufacturing-6 .right .color span i {
      width: 1.8em;
      height: 1.8em;
    } 
    .manufacturing-page .manufacturing-6 .right .select span {
      font-size: 18px;
    } 
    .manufacturing-page .manufacturing-6 .right .select span i {
      width: 90px;
      height: 90px;
    }
     .manufacturing-page .manufacturing-1 .right .list ul li p {
      font-size: 20px;
    }
    .manufacturing-page .manufacturing-2 .list ul li a span {
      font-size: 16px;
    }
    .manufacturing-page .manufacturing-4 .list ul li span.h6 {
      font-size: 20px;
    }
    .manufacturing-page .manufacturing-5 {
      padding: 80px 0;
    }
    .manufacturing-page .manufacturing-5 .list {
      margin-top: 30px;
    }
    .manufacturing-page .manufacturing-6 {
      padding: 50px 0;
    }
    .manufacturing-page .manufacturing-7 {
      padding: 70px 0;
    }
    .manufacturing-page .manufacturing-2 .list ul li {
      padding: 15px;
    }
    .manufacturing-page .manufacturing-2 .list ul {
      margin: -15px;
    }
}
@media screen and (max-width: 1450px){
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
      font-size: 38px;
    }
     .manufacturing-page .manufacturing-1 .left .text,
    .manufacturing-page .manufacturing-3 .box .text,
    .manufacturing-page .manufacturing-7 .text,
    .manufacturing-page .manufacturing-5 .text{
      font-size: 16px;
      line-height: 30px;
    }
     .manufacturing-page .manufacturing-2 .list ul li {
      padding: 10px;
    }
     .manufacturing-page .manufacturing-2 .list ul {
      margin: -10px;
    }
    .manufacturing-page .manufacturing-1 {
      padding: 50px 0;
    }
    .manufacturing-page .manufacturing-1 .right .list ul li {
      padding: 20px 15px;
    }
    .manufacturing-page .manufacturing-1 .right .list ul {
      margin: -20px -15px;
    }
    .manufacturing-page .manufacturing-2 .list ul li a span {
      font-size: 14px;
    }
    .manufacturing-page .manufacturing-3 {
      padding: 60px 0;
    }
    .manufacturing-page .manufacturing-4 {
      padding-top: 60px;
    } 
    .manufacturing-page .manufacturing-6 .right span.h4 {
      font-size: 18px;
    } 
    .manufacturing-page .manufacturing-6 .right .color span {
      font-size: 14px;
    } 
    .manufacturing-page .manufacturing-6 .right .select span {
      font-size: 16px;
    }
    .manufacturing-page .manufacturing-6 .right .slide {
      margin-top: 30px;
    }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-1 .left .text,
    .manufacturing-page .manufacturing-3 .box .text,
    .manufacturing-page .manufacturing-7 .text,
    .manufacturing-page .manufacturing-5 .text{
       font-size: 14px;
      line-height: 2;
    }
     .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
      font-size: 28px;
    }
}
@media screen and (max-width: 1000px){
   .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
      font-size: 24px;
      line-height: 44px;
    }
     .manufacturing-page .manufacturing-4 .list ul li span.h6 {
      font-size: 16px;
      line-height: 30px;
    }
    .manufacturing-page .manufacturing-1 .right .list ul li p {
      font-size: 16px;
      line-height: 30px;
    }
    .manufacturing-page .manufacturing-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .manufacturing-page .manufacturing-1 .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
    .manufacturing-page .marginTop .list ul .slick-dots li {
      width: 6px;
      height: 6px;
    }
    .manufacturing-page .manufacturing-2 {
      padding-bottom: 60px;
    }
    .manufacturing-page .manufacturing-1 .right .list ul li {
      padding: 5px;
    }
    .manufacturing-page .manufacturing-1 .right .list ul {
      margin: -5px;
    }
    .manufacturing-page .manufacturing-5 {
      padding: 40px 0;
    }
    .manufacturing-page .manufacturing-5 .list ul li {
      padding: 5px;
    }
    .manufacturing-page .manufacturing-5 .list ul {
      margin: -5px;
    }
    .manufacturing-page .manufacturing-6 .right {
      width: 100%;
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 30px;
    }
    .manufacturing-page .manufacturing-6 .left {
      width: 100%;
    }
    .manufacturing-page .manufacturing-6 .left .img {
      margin: 0;
    }
    .manufacturing-page .manufacturing-6 .right .slide {
      margin-top: 15px;
    } 
    .manufacturing-page .manufacturing-6 .right span.h4 {
      font-size: 16px;
    }
    .manufacturing-page .manufacturing-6 .right span.h4 {
      margin-bottom: .6em;
    }
    .manufacturing-page .manufacturing-6 .right a.more {
      margin-top: 1.5em;
    }
    .speech-page .left,
    .speech-page .right{
      width: 100%;
      padding: 0;
    }
    .speech-page .right{
      margin-top: 30px;
    }
    .manufacturing-page .manufacturing-3{
      background: #efefef;
    }
    .manufacturing-page .manufacturing-3 .box{
      width: 100%;
      margin-left: 0;
    }
}
@media screen and (max-width: 700px){
   .manufacturing-page .manufacturing-3 .box {
      margin-left: 0%;
    }
}
 @media screen and (max-width: 500px){
    .manufacturing-page .manufacturing-6 .right .select span {
      font-size: 14px;
    } 
    .manufacturing-page .manufacturing-6 .right .select span i {
      width: 60px;
      height: 60px;
    } 
    .manufacturing-page .manufacturing-6 .right .color span {
      font-size: 14px;
    }
    .manufacturing-page .manufacturing-7 {
      padding: 40px 0;
    }
 }

 .m-page a,.m-page span{
   display: inline-block;
   margin-right: 10px;
   width: 35px;
   height: 35px;
   border-radius: 5px;
   text-align: center;
   line-height: 35px;
   background: #222;
   color: white;
     -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
 }
 .m-page a:hover,.m-page span{
   background: var(--color);
 }
.rzgc-page .rzgc-4 .right .tab ul li:first-child {
    padding-left: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 0 27px 0 21px;
    border-right: 1px solid rgba(0, 0, 0, 0.41);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.rzgc-page .rzgc-4 .right .tab ul li:last-child {
    border-right: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li:hover, 
.rzgc-page .rzgc-4 .right .tab ul li.active {
    color: var(--color);
}
.service-page .service-1 {
  padding: 100px 0;
  position: relative;
      margin-bottom: 80px;
}
.service-page .service-1 .ui.container {
  position: static;
}
.service-page .service-1 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.service-page .service-1 .left .tab {
  display: block;
}
.service-page .service-1 .left .tab span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  text-transform: capitalize;
}
.service-page .service-1 .left .tab span:hover,
.service-page .service-1 .left .tab span.active {
  background: var(--color);
  color: white;
}
.service-page .service-1 .left .list {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}
.service-page .service-1 .left .list p {
  padding-top: 1em;
  line-height: 2;
}
.service-page .service-1 .left .list p:first-child {
  padding-top: 0;
}
.service-page .service-1 .right {
  padding-right: 2%;
  vertical-align: middle;
}
.service-page .service-1 .right .list .img {
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}
.service-page .service-1 .right .list .img .play {
  cursor: pointer;
  cursor: hand;
}
.service-page .service-1 .right .bg {
  position: absolute;
  right: 0;
  top: 11%;
  z-index: -2;
  width: 640px;
  height: 580px;
}
.service-page .service-1 .right .bg .img {
  background-size: cover;
  background-position: center center;
  width: 640px;
  height: 580px;
  display: block;
  -webkit-transition: .5s 1.5s;
  -moz-transition: .5s 1.5s;
  transition: .5s 1.5s;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .right .list .img {
    height: 400px;
  }
  .service-page .service-1 .right .bg,
  .service-page .service-1 .right .bg .img {
    width: 500px;
    height: 600px;
  }
  .service-page .service-1 {
    padding: 160px 0;
  } 
}
@media screen and (max-width: 1450px){
   .service-page .service-1 .left .tab span {
    font-size: 16px;
  }
  .service-page .service-1 .left .list {
    margin-top: 30px;
  }
  .service-page .service-1 .right .list .img {
    height: 360px;
  }
  .service-page .service-1 .right .bg,
  .service-page .service-1 .right .bg .img {
    width: 400px;
    height: 500px;
  }
  .service-page .service-1 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .left .list {
    font-size: 14px;
  }
  .service-page .service-1 .left .tab span {
    line-height: 40px;
    height: 40px;
  }
  .service-page .service-1 .right .list .img {
    height: 320px;
  }
  .service-page .service-1 .right .bg {
    display: none;
  }
  .service-page .service-1 {
    padding: 60px 0;
  } 
  .rzgc-page .rzgc-4 .left{
    width: 100%;
  }
  .rzgc-page .rzgc-4 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
   .service-page .service-1 .left {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 .right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .service-page .service-1 .right .list .img {
    height: 220px;
  }
  .service-page .service-1 .left .list {
    margin-top: 15px;
  }
  .rzgc-page .rzgc-4 .right .tab ul li{
    font-size: 18px;
  }
}


.element {
    width: 100%;
    position: relative;
    overflow: hidden
}

.element:after {
    content: '';
    background: #f8f8f8;
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.application-4 li.element:hover:after {
    -webkit-transform: rotate(0deg) translateY(-100%);
    -moz-transform: rotate(0deg) translateY(-100%);
    -ms-transform: rotate(0deg) translateY(-100%);
    transform: rotate(0deg) translateY(-100%)
}

.element .text {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 120px 0;
    border-bottom: 1px solid #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.application-4 li.element:hover .text {
    padding: 160px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.application-4 li.element:hover {
    color: #fff
}

.element .text span.meta {
    font-size: 14px
}

.element .text h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.element .text .right {
    font-size: 17px
}

.element .text .left p {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
    padding: 5px 0;
    max-width: 1200px;
    margin: auto;
}
@media screen and (max-width: 1250px){
  .element .text h2{
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){
   .element .text h2 {
        font-size: 24px
    }

    .application-4 li.element:hover .text,.element .text {
        padding: 60px 0
    }

    .application-4 li.element {
        background-size: cover!important
    }

    .application-4 li.element .text .left {
        width: 100%
    }
    
}
.oem-page .init-1 .container {
  max-width: 1740px;
}
.oem-page .init-1 .container .left {
  width: 44%;
}
.oem-page .init-1 .container .left img {
  width: 100%;
}
.oem-page .init-1 .container .right {
  width: 56%;
  padding-left: 60px;
}
.oem-page .init-1 .container .right .tipsTitle {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .init-1 .container .right .tipsDes {
  font-weight: 500;
  color: var(--color);
}
.oem-page .init-1 .container .right .content ul li .box {
  position: relative;
}
.oem-page .init-1 .container .right .content ul li .box .title {
  padding: 16px 60px 16px 30px;
  position: relative;
 font-weight: 500;
  cursor: pointer;
}
.oem-page .init-1 .container .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.oem-page .init-1 .container .right .content ul li .box .des {
  border-top: 1px solid #dedade;
  color: #666666;
  padding: 20px 50px;
  line-height: 1.8;
  background-color: #f0efeb;
  display: none;
}
.oem-page .init-1 .container .right .content ul li.active .box .title {
  background-color: #f0efeb;
}
.oem-page .init-1 .container .right .content ul li.active .box .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1000px) {
  .oem-page .init-1 .container .left {
    width: 100%;
    max-width: 400px;
  }
  .oem-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 30px 16px 16px;
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    padding: 16px;
  }
}
.product-page .sidebar-right .tagCont ul{
  margin: 0 -15px;
}
.product-page .sidebar-right .tagCont ul li {
    width: 33.33%;
    margin-top: 6px;
    padding: 0 15px;
}
.product-page .sidebar-right .tagCont ul li a {
    transition: all .5s;
    display: block;
    padding: 12px 20px;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.product-page .sidebar-right .tagCont ul li.active a,
.product-page .sidebar-right .tagCont ul li a:hover, 
.product-page .sidebar-right .tagCont ul li a.active {
    background: var(--color);
    color: #fff;
}


.product-page .sidebar-right .tagbox .flex{
  margin: 0 -15px;
}
.product-page .sidebar-right .tagbox .flex form{
  padding: 0 15px;
  position: relative;
}
.product-page .sidebar-right .tagbox .flex form input{
  width: 100%;
  transition: all .5s;
  /*border-radius: 4px;*/
  background: #f2f2f2;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
  border: none;
  height: 64px;
}
.product-page .sidebar-right .tagbox .flex form input[type="submit"]{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  box-shadow: unset;
}
.product-page .sidebar-right .tagbox .flex form.active input[type="text"],
.product-page .sidebar-right .tagbox .flex form:hover input[type="text"]{
  background: var(--color);
  color: white;
}
@media screen and (max-width:1450px){
  .seoPublic .title{
    font-size: 30px;
  }
}
@media screen and (max-width:1250px){
  .dt-01 .dt-box .right .fl,
  .dt-01 .dt-box .right .fr{
    float: unset;
    width: 100% !important;
  }
}
@media screen and (max-width:1000px){
  .lg-page ul li{
    width: 33.33%;
  }
  .dt-01 .dt-box{
    padding: 20px;
  }
  .seoPublic .Auxil-about .box .left{
    width: 100%;
  }
  .seoPublic .title{
    font-size: 24px;
  }
      table tbody {
        white-space: unset;
        word-break: normal;
    }
}
@media screen and (max-width:700px){
  .lg-page ul li{
    width: 50%;
  }
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}
@media screen and (max-width:500px){
  .lg-page ul li{
    width: 100%;
  }
}
table tbody{
  min-width: unset;
  white-space: unset;
  word-break: normal;
}