@font-face {
  font-family: 'FuturaLT-Light';
  src: url(../fonts/FuturaLT-Light.ttf) format('truetype'), url(../fonts/FuturaLT-Light.eot) format('eot'), url(../fonts/FuturaLT-Light.woff) format('woff'), url(../fonts/FuturaLT-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Linearicons-Free.';
  src: url(../fonts/Linearicons-Free.ttf) format('truetype'), url(../fonts/Linearicons-Free..eot) format('eot'), url(../fonts/Linearicons-Free..woff) format('woff'), url(../fonts/Linearicons-Free..woff2) format('woff2');
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .kunliweld ,.klghide, .junhide {
    display: none !important;
  }
}
strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: bold;
}
.tianjianr1 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #e60012;
}
.tianjianr1 h3 {
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 1.8!important;
    color: #525252;
}
.tianjianr1 strong {
    color: #5C5C5C;
}
.tianjianr1 {
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
}
.tianjianr1 ol li,.tianjianr1 ul li {
    padding: 0 0 0 10px;
    list-style: disc;
    list-style-position: inside;
}
:root {
  --fontB: 'Poppins-Bold';
  --fontR: 'Poppins-Regular';
  --fontSB: 'Poppins-SemiBold';
  --base-color: #e60012;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-family: "Poppins-Light";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 73%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top .menu .language {
  float: right;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
    line-height: 2;
}
#header .h-top .menu  .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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 #a40002;
  display: none;
  z-index: 888;
}
#header .h-top .menu  .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .h-top .menu  .language ul.lang 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;
  font-size: 14px;
}
#header .h-top .menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .h-top .menu  .language ul.lang li:hover {
  background: #222;
}
#header .h-top .menu  .language ul.lang li:hover > a {
  color: white;
}

#header .nav {
  display: inline-block;
  width: 100%;
  background: #252525;
  padding: 20px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size:16px;
  line-height: 2;
  color: white;
  font-family: var(--fontR);
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--base-color);
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}*/
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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 #e60012;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li: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 #header .nav .ui.menu .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 60;
  text-align: left;
  z-index: 101;
}
#header .nav .ui.menu #header .nav .ui.menu .language .sub-menu li {
  line-height: normal;
  background: #27264d;
  -webkit-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  transition: all 0.3s ;
}
#header .nav .ui.menu #header .nav .ui.menu .language .sub-menu li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #e11f29;
}
#header .nav .ui.menu #header .nav .ui.menu .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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;
  display: none!important;
}
#banner .slick-arrow:hover {
  background-color: #e60012;
}
#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: 42px;
  height: 3px;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #FFF;
  -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(--base-color);
  background-color: var(--base-color);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin: 20px 0;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #e60012;
}
#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: #e60012 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e60012;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e60012;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btnbox a.more {
  font-size: 18px;
  line-height: 1.8;
  height: 60px;
  padding: 15px 15px;
  border: 1px solid  #fff;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.btnbox a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  background: transparent;
}
#banner .bannerbox ul li {
  position: relative;
}
#banner .bannerbox ul li .textbox {
  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%);
  text-align: center;
  color: #fff;
}
#banner .bannerbox ul li .textbox h2 {
  font-size: 28px;
  line-height: 2;
}
#banner .bannerbox ul li .textbox h4 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 40px ;
}
#banner .bannerbox ul li .textbox p {
  font-size: 20px;
  line-height: 2;
  opacity: 0.63;
}
#banner .bannerbox ul li .textbox .btnbox {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

}
#banner .bannerbox ul li .textbox .btnbox button.play{
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: right;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 2rem;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
#index-body p {
  font-size: 16px;
  opacity: 0.65;
  line-height: 2;
  max-width: 1200px;
}
#index-body h2 {
  font-family: "FuturaLT-Light";
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  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;
}

#index-body h3 {
  font-family: "FuturaLT-Light";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#index-body h1 span {
  margin: 0 10px;
}
#index-body h2 span {
  margin: 0 10px;
}
#index-body .i-about {
  background: url(../images/aboutbj.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#index-body .i-about .ui.container {
  text-align: center;
}
#index-body .i-about .ui.container h2 {
  color: #fff;
}
#index-body .i-about .ui.container > p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  margin-top: 60px;
  margin: 0 auto;
}
#index-body .i-about .ui.container ul {
  margin-top: 80px;
}
#index-body .i-about .ui.container ul li span {
  position: relative;
  line-height: 2;
  padding-top: 0;
  display: inline-block;
  font-family: "Oswald-Bold";
  font-size: 54px;
  color: #fff;
}
#index-body .i-about .ui.container ul li span::before {
  content: "";
  width: 81px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-about .ui.container ul li span em {
  position: relative;
  bottom: 8px;
  font-size: 85px;
  line-height: 1.5;
}
#index-body .i-about .ui.container ul li p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
#index-body .ball {
  width: 100%;
  height: 26px;
  display: block;
}
#index-body .red {
  background-color: var(--base-color);
}
#index-body .i-product {
  padding-top: 120px;
  padding-bottom: 80px;
}
#index-body .i-product .ui.container {
  text-align: center;
}
#index-body .i-product .ui.container h2 {
  color: #1b1b1b;
}
#index-body .i-product .ui.container p {
  color: #6b6b6b;
  margin-top: 15px;
  margin-bottom: 40px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#index-body .i-product .ui.container .product-box ul {
  margin: 0 -6px;
}
#index-body .i-product .ui.container .product-box ul li {
  padding: 6px 20px;
}
#index-body .i-product .ui.container .product-box ul li .item {
  position: relative;
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
}
#index-body .i-product .ui.container .product-box ul li .item .imgbox{
  overflow: hidden;
  border: 1px solid #eee;
}
#index-body .i-product .ui.container .product-box ul li .item .textbox {
  padding: 20px;
  background: #fff;
}
#index-body .i-product .ui.container .product-box ul li .item .textbox h3 {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
   color: #000;
}
#index-body .i-product .ui.container .product-box ul li .item .hoverbox {
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  transition: 0.8s ease;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 30px 46px 35px;
  bottom: -450px;
  left: 0;
  width: 100%;
  text-align: left;
}
#index-body .i-product .ui.container .product-box ul li .item .hoverbox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 2;
  font-style: italic;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-product .ui.container .product-box ul li .item .hoverbox h3 {
  font-size: 26px;
  line-height: 3;
  color: #2b2b2b;
}
#index-body .i-product .ui.container .product-box ul li .item .hoverbox p {
  font-size: 16px;
  color: #959595;
  line-height: 1.8em;
  height: 150px;
}
#index-body .i-product .ui.container .product-box ul li .item .hoverbox .btnbox {
  margin-bottom: 40px;
  text-align: left;
}
#index-body .i-product .ui.container .product-box ul li .item  a.more2 {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 2;
  background: var(--base-color);
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-product .ui.container .product-box ul li .item a.more2 i {
  margin-left: 10px;
}
#index-body .i-product .ui.container .product-box ul li .item  a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #333;
}
#index-body .i-product .ui.container .product-box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-product .ui.container .product-box ul li:hover .item .hoverbox {
  bottom: 0;
}
#index-body .i-product .ui.container .slick-dots {
  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;
  margin-top: 40px!important;
}
#index-body .i-product .ui.container .slick-dots li {
  width: 41px;
  height: 3px;
  border: none;
  display: block;
  color: transparent;
  background: #eeeeee;
  padding: 0!important;
}
#index-body .i-product .ui.container .slick-dots li.slick-active {
  background: var(--base-color);
}
#index-body .i-product .ui.container .slick-dots li button {
  display: none;
}
#index-body .i-product .mt100 {
  margin-top: 100px;
}
#index-body .i-product .btnbox a.more {
  color: #404040;
  border: solid 1px #707070;
}
#index-body .i-product .btnbox a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  background: transparent;
}
#index-body .i-video {
  height: 345px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/videobj.jpg) center center no-repeat;
  background-size: cover;
}
#index-body .i-video .ui.container {
  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;
}
#index-body .i-video .ui.container h6 {
  font-size: 53px;
  list-style: 1.8;
  color: #fff;
  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;
}
#index-body .i-video .ui.container h6 a {
  width: 108px;
  height: 108px;
  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;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 15px;
  width: auto;
  border: none;
}
#index-body .i-network {
  padding-top: 150px;
  padding-bottom: 100px;
  background: url(../images/bg3.jpg) center center no-repeat;
 
}
#index-body .i-network .ui.container {
  text-align: center;
}
#index-body .i-network .ui.container h2 {
  color: #fff;
}
#index-body .i-network .ui.container i.heng {
  width: 70px;
  position: relative;
  margin: 0 auto;
  height: 2px;
  display: block;
  background: var(--base-color);
}
#index-body .i-network .ui.container i.heng:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  top: -6px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--base-color);
  left: 27px;
}
#index-body .i-network .ui.container p {
  max-width: 815px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#index-body .i-network .ui.container .map {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
#index-body .i-network .ui.container .map ul li {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  width: 70px;
  height: 70px;
  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;
  border-radius: 100%;
}
#index-body .i-network .ui.container .map ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-network .ui.container .map ul li span {
  color: #b81111;
  font-size: 15px;
  font-weight: bold;
}
#index-body .i-network .ui.container .map ul li:nth-child(1) {
  top: 33%;
  left: 81%;
  background: rgba(184, 17, 17, 0.6);
}
#index-body .i-network .ui.container .map ul li:nth-child(1) span {
  color: #fff;
}
#index-body .i-network .ui.container .map ul li:nth-child(1)::before {
  background: rgba(184, 17, 17, 0.6);
}
#index-body .i-network .ui.container .map ul li:nth-child(2) {
  top: 37%;
  left: 53%;
}
#index-body .i-network .ui.container .map ul li:nth-child(3) {
  top: 41%;
  left: 18%;
}
#index-body .i-network .ui.container .map ul li:nth-child(4) {
  top: 67%;
  left: 30%;
}
#index-body .i-network .ui.container .map ul li:nth-child(5) {
  top: 67%;
  left: 52%;
}
#index-body .i-network .ui.container .map ul li:nth-child(6) {
  top: 73% ;
  left: 82%;
}
#index-body .i-network .ui.container .lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#index-body .i-network .ui.container .advbox {
  margin-top: 3rem;
}
#index-body .i-network .ui.container .advbox ul.advlist li {
  color: #fff;
  padding: 2rem 5%;
}
#index-body .i-network .ui.container .advbox ul.advlist li span.icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  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;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
#index-body .i-network .ui.container .advbox ul.advlist li span.icon i {
  color: var(--base-color);
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#index-body .i-network .ui.container .advbox ul.advlist li span.icon:hover {
  background: var(--base-color);
}
#index-body .i-network .ui.container .advbox ul.advlist li span.icon:hover i {
  color: #fff;
}
#index-body .i-network .ui.container .advbox ul.advlist li h4 {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin: 2rem;
}
#index-body .i-network .ui.container .advbox ul.advlist li p {
  color: #fff;
  opacity: 1;
  height: 96px;
}
#index-body .i-network .ui.container .advbox ul.advlist li .btnbox a.more {
  color: #fff;
  background: var(--base-color);
  border: 1px solid var(--base-color);
  font-size: 14px;
  padding: 10px 20px;
}
#index-body .i-network .ui.container .advbox ul.advlist li .btnbox a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  background: transparent;
}
#index-body .i-news {
  background: #313131;
  padding: 110px 0 70px;
}
#index-body .i-news .ui.container {
  text-align: center;
}
#index-body .i-news .ui.container h2 {
  color: #fff;
}
#index-body .i-news .ui.container p {
  color: #fff;
  max-width: 815px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#index-body .i-news .ui.container p.news{
      color: #333;
    max-width: unset;
    margin-bottom: 15px;
}
#index-body .i-news .ui.container .newsbox ul {
  margin: 0 -12px;
}
#index-body .i-news .ui.container .newsbox ul li {
  padding: 0 12px;
}
#index-body .i-news .ui.container .newsbox ul li .item {
  border-bottom: 7px solid var(--base-color);
}
#index-body .i-news .ui.container .newsbox ul li .item .imgbox {
  overflow: hidden;
  height: 280px;
}
#index-body .i-news .ui.container .newsbox ul li .item .imgbox img{
  width: 100%;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox {
  padding: 20px 25px;
  background: #fff;
  text-align: left;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .top .date {
  font-size: 16px;
  line-height: 1.8;
  color: #9499b0;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .top .cat {
  font-size: 16px;
  line-height: 1.8;
  color: #9499b0;
  padding-left: 40px;
  position: relative;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .top .cat::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #9499b0;
  position: absolute;
  top: 50%;
  left: 0;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox h5 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  height: 4em;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox h5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .btnbox a.more3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .btnbox a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body .i-news .ui.container .newsbox ul li .item .textbox .btnbox a.more3 i {
  font-size: 24px;
  margin-left: 10px;
}
#index-body .i-news .ui.container .btnbox a.more {
  color: #fff;
  background: var(--base-color);
  border: 1px solid var(--base-color);
}
#index-body .i-news .ui.container .btnbox a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  background: transparent;
}
#index-body .i-partner {
  padding: 140px 0;
}
#index-body .i-partner .ui.container {
  text-align: center;
}
#index-body .i-partner .ui.container p {
  max-width: 815px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#index-body .i-partner .ui.container .partnerbox ul li {
  padding: 30px;
  border: 1px dashed #dbdbdb;
}
#footer {
  background: url(../images/bottombj.jpg) center center no-repeat #000;
  background-size: cover;
  color: #fff;
}
#footer .footer-main {
  padding-top: 90px;
  padding-bottom: 60px;
}
#footer .footer-main .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;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
}
#footer .footer-main .ui.container .logo {
  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;
  margin-top: 40px;
}
#footer .footer-main .ui.container h4 {
  font-size: 18px;
  line-height: 1.8;
  font-family: var(--fontB);
  margin-bottom: 15px;
}
#footer .footer-main .ui.container .link ul li {
      font-size: 16px;
    line-height: 2;
    padding-bottom: 10px;
  opacity: .7;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .link.links1 ul li:hover,
#footer .footer-main .ui.container .link.links2 ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .ui.container .link.info ul li {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-main .ui.container .link.info ul li i {
  min-width: 23px;
  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;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
#footer .footer-main .ui.container .link.info ul li p {
  max-width: 370px;
}
#footer .footer-main .ui.container .ewmbox {
  text-align: center;
}
#footer .footer-main .ui.container .ewmbox .ewm {
  max-width: 158px;
  margin: 0 auto;
}
#footer .btm {
  position: relative;
  padding: 0px 0;
}
#footer .btm::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--base-color);
}
#footer .btm .ui.container {
  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;
  padding: 2px 0;
}
#footer .btm .ui.container .contactbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .btm .ui.container .contactbox h5 {
  font-family: var(--fontB);
  color: #e8e8e8;
  font-size: 14px;
    line-height: 2;
  width: 38%;
  text-align: left;
}
#footer .btm .ui.container .contactbox .form {
  width: 60%;
  padding:2px 10px;
  background: #fff;
  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;
}
#footer .btm .ui.container .contactbox .form input {
  width: 90%;
  border: none;
      font-size: 14px;
    line-height: 2;
}
#footer .btm .ui.container .contactbox .form button {
  width: 10%;
  min-width: 40px;
  background: none;
  border: none;
}
#footer .btm .ui.container .contactbox .form button i {
  color: #000;
  font-size: 16px;
}
#footer .btm .ui.container .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .btm .ui.container .share ul li {
  width: 48px;
  height: 48px;
  margin-left: 5px;
  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;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
#footer .btm .ui.container .share ul li i {
  font-size: 24px;
  color: var(--base-color);
}
#footer .footer-bottom {
  background: transparent;
  padding: 10px 0;
}
#footer .footer-bottom .ui.container {
  width: 90%;
  color: #fff;
  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;
  max-width: 1500px;
  opacity: 1;
}
#footer .footer-bottom .ui.container .sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
}
#footer .footer-bottom .ui.container .sharelist li {
  margin-left: 20px;
}
#footer .footer-bottom p {
      font-size: 16px;
    line-height: 2;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #FFF;
  position: relative;
  left: 10px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
#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;
  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;
}
@media screen and (max-width: 1800px) {
  #index-body .i-news .ui.container .newsbox ul li .item .textbox h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 85%;
  }
  #banner .bannerbox ul li .textbox {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
    font-size: 24px;
  }
  #banner .bannerbox ul li .textbox h4 {
    font-size: 60px;
  }
  #banner .bannerbox ul li .textbox h2 {
    font-size: 32px;
  }
  .btnbox a.more {
    font-size: 22px;
  }
  #index-body .i-news .ui.container .newsbox ul li .item .textbox h5 {
    font-size: 16px;
  }
  #index-body .i-about .ui.container > p {
    font-size: 16px;
  }
  #footer .btm .ui.container .contactbox h5 {
    font-size: 16px;
  }
  #footer .footer-main .ui.container .link ul li {
    font-size: 14px;
  }
  #footer .footer-main .ui.container .link.info ul li p {
    max-width: 270px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 20px;
  }
  #index-body .i-about .ui.container > p {
    font-size: 14px;
  }
  #index-body p {
    font-size: 14px;
  }
  #index-body .i-about .ui.container ul li span em {
    font-size: 60px;
  }
  #index-body .i-video .ui.container h6 {
    font-size: 38px;
  }
  #footer .btm .ui.container .contactbox h5 {
    font-size: 14px;
  }
  #footer .footer-main .ui.container .link.links2 {
    /*display: none;*/
  }
  #footer .footer-main .ui.container .ewmbox {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .bannerbox ul li .textbox h4 {
    font-size: 40px;
  }
  #banner .bannerbox ul li .textbox p {
    display: none;
  }
  #banner .bannerbox ul li .textbox h2 {
    font-size: 28px;
  }
  #index-body .i-about .ui.container ul li {
    margin-top: 20px;
  }
  #index-body .i-video .ui.container h6 {
    font-size: 32px;
  }
  #index-body .i-partner {
    display: none;
  }
  #footer .footer-main .ui.container .link.links1 {
    display: none;
  }
  #index-body h2 {
    font-size: 32px;
  }  
  #index-body h3{
    font-size: 30px;
  }
  #index-body .i-product .ui.container .product-box ul li .item .hoverbox {
    display: none;
  }
  #footer .btm .ui.container .contactbox h5 {
    width: 100%;
  }
  #footer .btm .ui.container .contactbox .form {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  #banner .bannerbox ul li .textbox h2 {
    display: none;
  }
  .btnbox a.more {
    font-size: 16px;
  }
  #index-body .i-news .ui.container .newsbox ul li .item .textbox h5 {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-network {
    display: none;
  }
  #index-body .i-video .ui.container h6 {
    font-size: 20px;
  }
  #footer .footer-main .ui.container .link.info ul li p {
    max-width: none;
        font-size: 16px;
    line-height: 2;
  }
  #banner .bannerbox ul li .textbox h4 {
    font-size: 42px;
  }
   #footer .footer-main .ui.container .link.links2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .ui.container {
    width: 95%;
  }
  #banner .bannerbox ul li .textbox {
    display: none;
  }
  #index-body h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body h1，
  #index-body h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .i-about .ui.container > p {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .i-about .ui.container ul li span em {
    font-size: 40px;
  }
  #index-body p {
       font-size: 14px;
    line-height: 2;
  }
  #footer .footer-main .ui.container .link ul li {
    font-size: 12px;
  }
  #index-body .i-video .ui.container h6 em {
    display: none;
  }
  #index-body .i-about {
    padding: 40px 0;
  }
  #index-body .i-about .ui.container ul {
    margin-top: 20px;
  }
  #footer .footer-main .ui.container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-main {
    padding-top: 0;
  }
  #index-body .i-news {
    background: #313131;
    padding: 40px 0 30px;
  }
  #footer .btm .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .btm::before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--base-color);
  }
  #footer .btm .ui.container .share ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  #footer .footer-bottom p {
        font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
    position: relative;
    top: 3px;
  }
  #footer .btm .ui.container .share ul li {
    width: 40px;
    height: 40px;
  }
  #footer .btm .ui.container .share ul li i {
    font-size: 28px;
  }
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  background-color: #e60012;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}

#pups_from{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}#pups_from h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position: absolute;left: 0;width: 100%;top: 0;padding: 15px 20px;background: #f5f5f5;-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);-o-box-shadow: 0 0 5px rgba(0,0,0,.1);box-shadow: 0 0 5px rgba(0,0,0,.1);}#pups_from form {margin-top: 40px;}#pups_from i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}#pups_from i.close:after,#pups_from i.close:before{content:"";-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#pups_from i.close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#pups_from i.close:hover{background: var(--base-color);}#pups_from i.close:hover:after,#pups_from i.close:hover:before{background: white;}#pups_from form ul li{margin-bottom:10px;position:relative}#pups_from form ul li label{font-size:14px;margin-bottom: 10px;display: block;}#pups_from form ul li label em{color:red;margin-right:2px}#pups_from form ul li input,#pups_from form ul li textarea{width:100%;line-height:2;padding:6px 15px;border:1px solid #eee;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;font-size:16px}#pups_from form ul li input:focus,#pups_from form ul li textarea:focus{border-color:var(--base-color)}#pups_from form ul li textarea{height:80px}#pups_from form ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:var(--base-color);color:white;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}#pups_from form ul li input[type="submit"]:hover{opacity: .7}#pups_from form ul li:last-child{margin-bottom:0}#Pop_UpsBtn{width: 60px;height: 60px;line-height: 60px;text-align: center;position: fixed;border-radius: 100%;background: var(--base-color);color:white;right: 2%;bottom: 5%;font-size: 24px;-moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);-o-box-shadow: 0 2px 7px rgba(0,0,0,.3);box-shadow: 0 2px 7px rgba(0,0,0,.3);cursor: pointer;cursor: hand;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}#Pop_UpsBtn:hover{background: #889aff;}
#pups_from i.close:after, #pups_from i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#pups_from i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#pups_from i.close:hover {
    background: var(--base-color);
}
#pups_from i.close:hover:after, #pups_from i.close:hover:before {
    background: white;
}
*::-webkit-scrollbar-thumb{
  background-color: var(--base-color)!important;
}


/* 内页区域 Start */
.inner-banner {
  position: relative;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
      text-shadow: 1px 1px 1px #000;
}
.inner-banner .text .ui.container {
  max-width: 1140px;
}
.inner-banner .text .grid-box .left {
  vertical-align: middle;
}
.inner-banner .text .grid-box .left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
  text-shadow: 2px 2px 2px #000000;
}
.inner-banner .text .grid-box .right {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;

}
.inner-banner .text .grid-box .right a {
  color: #ffffff
  text-shadow: 1px 1px 1px #000;
}
.inner-banner .text .grid-box .right a:hover {
  color: #e60012;
}
.inner-page h3,
.inner-page h4 {
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.2;
}
.inner-page .ui.container {
  max-width: 1470px;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 38px;
  width: 35px;
  line-height: 38px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #e60012;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
  width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
  display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
  color: #e60012;
}
@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about-page .abt-1 {
  padding: 6rem 0 4.5rem;
}
.about-page .abt-1 .grid-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .abt-1 .grid-box .left {
  padding-right: 0rem;
  width: 100%;
}
.about-page .abt-1 .grid-box .left .img {
  position: relative;
  width: 100%;
}
.about-page .abt-1 .grid-box .left .img::after {
  background-color: #e60012;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}
.about-page .abt-1 .grid-box .right {
  width: 100%;
}
.about-page .abt-1 .grid-box .prori {
  width: 48%;
}
.about-page .abt-1 .grid-box .prole {
  width: 50%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
  font-size: 22px;
  line-height: 2;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #e60012;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
  font-size: 24px;   
  font-weight: 700;
  line-height: 2;
  color: #000;
  margin-bottom: 5px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
  padding: 1.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
  width: 38%;
  padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
  background: url(../images/bg-dot.png);
  background-repeat: repeat;
  padding: 20px;
  max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
  display: block;
  font-size: 80px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1;
  color: #e60012;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
  width: 100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
  font-size: 18px;
  line-height: 2;
  color: #1e1e1e;
  width:100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
  margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
  padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
  margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
  font-size: 16px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
  display: inline-block;
  outline: none;
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #e60012;
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-right: 6px solid #000;
  transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
  color: #000;
}
.about-page .abt-2 {
  background-color: #1f1f1f;
  margin-top: 4rem;
  padding-bottom: 4.5rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
  position: relative;
  top: -4rem;
  background-color: #c9c9c9;
  padding: 20px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
  padding: 15px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
  position: relative;
  padding-left: 70px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 100%;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
  display: inline-block;
  line-height: 1.2;
   

}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
  width: 42%;
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
  color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
  position: relative;
  font-size: 22px;
  line-height: 2;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
   
  text-transform: uppercase;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #e60012;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
  font-size: 16px;
  line-height: 2;
    
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
  width: 58%;
  vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
  position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
  min-height: 250px;
  object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: #e60012;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .9s;
  z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .6s;
  z-index: 1;
}
.about-page .abt-3 {
  padding: 4rem 0;
}
.about-page .abt-3 .title{
  margin-bottom: 30px;
}
.about-page .abt-3 .title h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .abt-3 .title h3:after{
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 110px;
  height: 8px;
  background-color: #e60012;
}
.about-page .abt-3 .title h4 {
  font-size: 1.1rem;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.2;
  color: #525252;
  margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
  text-align: right;
}
.about-page .abt-3 .bg-title span {
  font-family: 'Poppins';
  font-size: 4rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 700;
  color: #f4f4f4;
  position: relative;
  bottom: -20px;
  right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
  padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .img{
  position: relative;
}
/*.about-page .abt-3 .abt-3-box ul li .img::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.about-page .abt-3 .abt-3-box ul li .ig {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #1f1f1f;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
  border-bottom: 1px solid #424242;
  padding-bottom: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
  vertical-align: middle;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
  margin-left: auto;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
  font-size: 24px;
  line-height: 44px;
   
  font-weight: 700;
  color: #e60012;
  margin-bottom: 5px;
  width: 50%;
  vertical-align: middle;
  text-transform: uppercase;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4::before{
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #464646;
  margin-bottom: 40px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #e60012;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
  padding-top: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
  margin-bottom: 30px;
  font-family: 'Poppins';
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 600;
  line-height: 2;
  min-height: 168px;
  height: 270px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #e60012;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  padding: 0;
  background: #000;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
  display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
  border: 2px solid #000;
  background-color: #fff;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.about-page .abt-4 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
  width: 55%;
  vertical-align: middle;
  margin-left: -5%;
  background-color: #c9c9c9;
  padding: 4rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
  max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
  font-size: 26px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #e60012;
}
.about-page .abt-4 .grid-box .right .title{
  position: relative;
  margin-bottom: 35px;
}
.about-page .abt-4 .grid-box .right .title:after{
  content: "";
  display: block;
  width: 110px;
  height: 8px;
  background-color: #000;
}
.about-page .abt-4 .grid-box .right .title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  margin-bottom: 10px;
}
.about-page .abt-4 .grid-box .right .content p{
  font-size: 18px;
  line-height: 1.8;
}
.about-page .abt-4 .grid-box .right ul {
  margin-top: 2.5rem;
}
.about-page .abt-4 .grid-box .right ul li {
  margin-bottom: 1rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  background-color: #e60012;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
  width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
  width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .about-page .abt-1 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .left .img img {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 50%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: auto;
    margin: 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    max-width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 100%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .abt-3 .title {
    width: 100%;
  }
  .about-page .abt-3 .bg-title {
    display: none;
  }
}
/* 图片展示 Start */
.lg-page {
  padding: 4rem 0;
  background: #eee;
}
.lg-page .lg-1 {
  margin-bottom: 23px;
}
.lg-page .lg-1 .title {
  text-align: center;
}
.lg-page .lg-1 .title h4 {
  font-size: 32px;
  line-height: 2;
  color: #e60012;
  margin-bottom: 5px;
}
.lg-page .lg-1 .title h3 {
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
}
.lg-page .lg-1 .title ul {
  margin-top: 22px;
}
.lg-page .lg-1 .title ul li {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1c1c1c;
  padding: 9px 17px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page .lg-1 .title ul li:hover {
  color: #e60012;
}
.lg-page .lg-2 .prodes {
  font-size: 16px;
  line-height: 2;
}
.lg-page .lg-2 .prodes h2 {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
}
.lg-page .lg-2 ul {
  font-size: 16px;
}
.lg-page .lg-2 ul li {
  /*width: 25%;*/
  padding: 5px 15px;
}
.lg-page .lg-2 ul li .ig {
  position: relative;
  display: block;
  /*height: 330px;*/
  overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-2 ul.five li .ig::after{
  display: none;
}
.lg-page .lg-2 ul li .ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-2 ul li .ig .text span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #e60012;
}
.lg-page .lg-2 ul li .ig .text h4 {
  font-size: 20px;
  line-height: 1.8;
   
  font-weight: 700;
  color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
  opacity: 0;
}
.lg-page .lg-2 ul li .ig:hover .text {
  opacity: 0;
  bottom: -15px;
}
.lg-page .lg-2 ul li {
  width: 100%;
}
/*.lg-page .lg-2 ul li:nth-child(4n+1) {
  width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) {
  width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) .ig {
  height: 150px;
}
.lg-page .lg-2 ul li:nth-child(4n+3),
.lg-page .lg-2 ul li:nth-child(4n+4) {
  width: 25%;
}
.lg-page .lg-2 ul li:nth-child(4n+3) .ig,
.lg-page .lg-2 ul li:nth-child(4n+4) .ig {
  height: 150px;
}
.lg-page .lg-2 ul li:nth-child(8n+5) {
  position: relative;
  left: 50%;
}
.lg-page .lg-2 ul li:nth-child(8n+6),
.lg-page .lg-2 ul li:nth-child(8n+7),
.lg-page .lg-2 ul li:nth-child(8n+8) {
  position: relative;
  left: -50%;
}*/
@media screen and (max-width: 992px) {
  .lg-page .lg-2 ul li .ig .text span {
    font-size: 14px;
    line-height: 28px;
  }
  .lg-page .lg-2 ul li .ig .text h4 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  .lg-page .lg-2 ul li:nth-child(4n+1),
  .lg-page .lg-2 ul li:nth-child(4n+2),
  .lg-page .lg-2 ul li:nth-child(4n+3),
  .lg-page .lg-2 ul li:nth-child(4n+4) {
    width: 100%;
  }
  .lg-page .lg-2 ul li:nth-child(4n+1) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+2) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+3) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+4) .ig {
    height: auto;
  }
  .lg-page .lg-2 ul li:nth-child(8n+5) {
    left: 0;
  }
  .lg-page .lg-2 ul li:nth-child(8n+6),
  .lg-page .lg-2 ul li:nth-child(8n+7),
  .lg-page .lg-2 ul li:nth-child(8n+8) {
    left: 0;
  }
}
/* 图片展示 End */
/* 产品列表 Start */
.product-page {
  padding: 4rem 0;
}
.product-page .grid-box .sidebar {
  width: 25%;
  padding: 0 15px;
}
.product-page .grid-box .sidebar .pro-search form {
  position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin-bottom: 0;
  padding: 0 56px 0 20px;
  font-weight: 400;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background-color: #1C1C1C;
  cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
  font-size: 24px;
  line-height: 64px;
   
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
  color: #e60012;
}
.product-page .grid-box .sidebar .pro-category ul li {
      font-size: 16px;
    line-height: 2;
  font-weight: 700;
  font-family: 'Poppins';
  padding: 5px 0;
}
.product-page .grid-box .sidebar .pro-best {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
  font-size: 24px;
  line-height: 64px;
   
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
  color: #e60012;
}
.product-page .grid-box .sidebar .pro-best ul li {
  margin: 14px 0 23px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
  position: relative;
  padding-left: 90px;
  display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border: 2px solid #d6d6d6;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
  padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #1c1c1c;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
  font-size: 18px;
  color: #e60012;
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
  border-color: #e60012;
}
.product-page .grid-box .right-box {
  width: 75%;
  padding: 0 15px;
}
.product-page .grid-box .right-box .top-list {
  text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
  position: relative;
  display: inline-block;
  text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
  position: relative;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 300px;
  max-width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0 35px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  background: #ffffff;
  cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #333;
  background-color: #fff;
  display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
  color: #fff;
  background-color: #e60012;
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
  display: block;
}
.product-page .grid-box .right-box .bot-box {
  margin-top: 30px;
}
.product-page .grid-box .right-box .bot-box ul {
  margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
  display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h3 {
  font-size: 16px;
  line-height: 2;
  min-height: 5rem;
   
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
  border-color: #e60012;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
  opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
  color: #e60012;
}
@media screen and (max-width: 992px) {
  .product-page .grid-box .right-box .top-list,
  .product-page .grid-box .sidebar {
    display: none;
  }
  .product-page .grid-box .right-box {
    width: 100%;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .right-box .bot-box ul li {
    width: 100%;
    padding: 0 5px;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 14px;
  }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
  padding: 4rem 0;
}
.faq-page .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.faq-page .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: #e60012;
  margin-bottom: 5px;
}
.faq-page .title h3 {
  font-size: 34px;
  line-height: 64px;
   
  font-weight: 700;
}
.faq-page ul li {
  padding: 0 15px;
  margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
  cursor: pointer;
}
.faq-page ul li .ig h4 {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  font-family: 'Poppins';
  font-weight: 700;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  color: #1c1c1c;
  padding: 0 1.5rem 1rem 0;
}
.faq-page ul li .ig h4 i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  color: #e60012;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.faq-page ul li .ig .con {
  display: none;
  font-size: 16px!important;
  line-height: 30px;
  color: #616161!important;
  margin-top: 1.1rem;
  font-family: "Poppins-Light"!important;

}
.faq-page ul li .ig .con span,.faq-page ul li .ig .con p{

  font-size: 16px!important;
  line-height: 2;
  color: #616161!important;
  margin-top: 1.1rem;
  font-family: "Poppins-Light"!important;

}
.faq-page ul li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .faq-page ul.grid-box li.column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page ul li .ig h4 {
    font-size: 16px;
    line-height: 2;
  }
  .faq-page ul li .ig .con span{

  font-size: 16px!important;
  line-height:2;
  color: #616161!important;
  margin-top: 1.1rem;
  font-family: "Poppins-Light"!important;

}
}
/* 常见问答 End */
/* 应用领域 Start */
.application-page {
  padding: 4rem 0;
}
.application-page .app-1 .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.application-page .app-1 .title h4 {
  font-size: 18px;
  color: #e60012;
  margin-bottom: 5px;
}
.application-page .app-1 .title h3 {
  font-size: 2.4rem;
  font-family: 'Poppins';
  font-weight: 700;
}
.application-page .app-1 .title p {
  font-size: 16px;
  color: #616161;
}
.application-page .app-1 .app-1-box {
  margin-top: 2rem;
}
.application-page .app-1 .app-1-box ul {
  margin: 0 -15px;
}
.application-page .app-1 .app-1-box ul li {
  padding: 15px;
}
.application-page .app-1 .app-1-box ul li .ig {
  text-align: center;
  background-color: #F7F7F7;
  padding: 1.9rem 0 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.application-page .app-1 .app-1-box ul li .ig .img {
  height: 65px;
}
.application-page .app-1 .app-1-box ul li .ig .img img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.application-page .app-1 .app-1-box ul li .ig h4 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1c1c1c;
  margin: 0.9rem 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-1 .app-1-box ul li .ig:hover {
  background-color: #e60012;
}
.application-page .app-1 .app-1-box ul li .ig:hover h4 {
  color: #fff;
}
.application-page .app-1 .app-1-box .more {
  text-align: center;
  margin-top: 2.5rem;
}
.application-page .app-1 .app-1-box .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  border: 2px solid #e60012;
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 0.8rem 2.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-1 .app-1-box .more a:hover {
  color: #fff;
  background-color: #e60012;
}
.application-page .app-2 {
  color: #fff;
  background-color: #e60012;
  padding: 3.5rem 0;
  margin-top: 7rem;
}
.application-page .app-2 .grid-box .left {
  width: 65%;
  vertical-align: middle;
}
.application-page .app-2 .grid-box .left h4 {
  font-size: 1.8rem;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1;
}
.application-page .app-2 .grid-box .left p {
  font-size: 16px;
  margin-top: 5px;
}
.application-page .app-2 .grid-box .right {
  width: 35%;
  text-align: right;
  vertical-align: middle;
}
.application-page .app-2 .grid-box .right .more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 1;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1rem 1.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-2 .grid-box .right .more a:hover {
  color: #fff;
  background-color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .application-page .app-1 .app-1-box ul li {
    width: 25%;
  }
  .application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .app-1 .app-1-box ul li {
    width: 50%;
    padding: 8px;
  }
  .application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 15px;
  }
  .application-page .app-2 .grid-box .left {
    width: 100%;
    text-align: center;
  }
  .application-page .app-2 .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
/* 应用领域 End */
/* 产品详情 Start */
.prodet-page {
  padding: 0rem 0;
}
.prodet-page .det-1 {
  padding: 2rem 0;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
  /*padding: 2rem;*/
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;

}
.prodet-page .det-1 .grid-box .left .gallery {
  margin-top: 10px;
  text-align: left;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.chanpin{
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e60012;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
    line-height: 2;
  color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .more {
  position: relative;
  /*left: 53%;*/
  bottom: 0;
  /*width: 47%;*/
  border-top: 1px solid #e1e1e1;
  padding-top: 2rem;
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #e60012;
  vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins';
  font-weight: 700;
  border: 2px solid #e60012;
  color: #1c1c1c;
  padding: 11px 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: #e60012;
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #e60012;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #e60012;
  font-size: 28px;
  line-height: 50px;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 1.9rem;
}
.prodet-page .det-2 .related ul li {
  display: none;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 2;
  color: #616161;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
   
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #e60012;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 18px;
  line-height: 1.8;
  min-height: 4rem;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #e60012;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #e60012;
}
@media screen and (max-width: 992px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
    min-height: 9rem;
  }
}
/* 产品详情 End */

/* 新闻列表&详细 Start */
.news-page {
  padding: 4rem 0;
}
.news-page .news-box ul {
  margin: 0 -0.75rem 0 -1rem;
}
.news-page .news-box ul li {
  padding: 0 0.75rem 0 1rem;
  margin-bottom: 2rem;
}
.news-page .news-box ul li .ig{
  background-color: #000;
  color: #fff;
  background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat;
  padding: 30px;
}
.news-page .news-box ul li .ig .img {
  position: relative;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link {
  position: relative;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate {
  position: absolute;
  left: -2rem;
  top: .5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #858585;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate:hover {
  background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover .img-link::before {
  opacity: 1;
}
.news-page .news-box ul li .ig .text {
  margin-top: 0.75rem;
}
.news-page .news-box ul li .ig .text .date {
  font-size: 16px;
  line-height: 2;
  color: #9E9E9E;
  padding-bottom: 1.5rem;
  text-align: right;
}
.news-page .news-box ul li .ig .text h3 {
  font-size: 18px;   
  font-weight: 700;
  line-height: 2;
  margin-bottom: .5rem;
  transition: .5s;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.news-page .news-box ul li .ig .text h3:hover {
  color: #e60012;
}
.news-page .news-box ul li .ig .text p{
  font-size: 14px;
  line-height: 2;
  margin-bottom: 3rem;
}
.news-page .news-box ul li .ig .text .more a {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins';
  font-weight: 700;
  color: #e60012;
}
@media screen and (max-width: 992px) {
  .news-page .news-box ul li.column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-box ul li .ig .img a.news-cate {
    font-size: 12px;
  }
  .news-page .news-box ul li .ig .text .date {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .news-box ul li .ig .text h4 {
    font-size: 18px;
  }
  .news-page .news-box ul li .ig .text .more a {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .news-page .news-box ul li.column {
    width: 100%;
  }
}
.newdet-page {
  padding: 2.5rem 0;
}
.newdet-page .grid-box .main {
  width: 75%;
  padding-right: 1rem;
}
.newdet-page .grid-box .main .text .con {
  color: #616161;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .grid-box .main .text .con ul{
list-style-type: unset;
}
.newdet-page .grid-box .main .text .con ul li{
    list-style-type: unset;
}
.newdet-page .grid-box .main .text .con ol li,
.newdet-page .grid-box .main .text .con ul li {
    padding: 0 0 0 10px;
    /*list-style: square;*/
    list-style-position: inside;
}
.newdet-page .grid-box .main .text .con h2 {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}
.newdet-page .grid-box .main .text .con h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.newdet-page .grid-box .main .text .prev-next {
  border-bottom: 1px solid #ccc;
  padding: 5rem 0 1rem;
}
.newdet-page .grid-box .main .text .prev-next a {
  font-size: 16px;
  line-height: 2;
}

.prodet-page .prev-next {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.prodet-page .prev-next a {
  font-size: 16px;
  line-height: 2;
}

.newdet-page .grid-box .main .text .share {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #1c1c1c;
  padding: 1rem 0;
}
.newdet-page .grid-box .main .text .share span {
  margin-right: 6px;
}
.newdet-page .grid-box .main .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}
.newdet-page .grid-box .sidebar {
  width: 25%;
  padding-left: 1rem;
}
.newdet-page .grid-box .sidebar .list {
  color: #1c1c1c;
  width: 270px;
}
.newdet-page .grid-box .sidebar .list h3 {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Poppins';
  font-weight: 700;
  margin-bottom: 1rem;
}
.newdet-page .grid-box .sidebar .list h3 span {
  color: #e60012;
}
.newdet-page .grid-box .sidebar .list ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .grid-box .sidebar .newdet-help {
  text-align: center;
  color: #fff;
  background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
  padding: 2rem 1rem 3rem;
  margin-top: 2.4rem;
}
.newdet-page .grid-box .sidebar .newdet-help h3 {
  font-size: 24px;
  line-height: 1.3;
   
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #e60012;
  padding: 6px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .grid-box .sidebar .newdet-help a:hover {
  color: #1c1c1c;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .newdet-page .grid-box .main {
    width: 100%;
  }
  .newdet-page .grid-box .sidebar {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .grid-box .main .text .con {
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .grid-box .main .text .prev-next a {
    font-size: 14px;
    line-height: 28px;
  }
}
/* 新闻列表&详细 End */

/* 联系我们我们 Start */
.contact-page {
  padding: 4rem 0 0;
}
.contact-page .contact-1 {
  overflow: hidden;
}
.contact-page .contact-1 .grid-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  text-align: center;
}
.contact-page .contact-1 .grid-box .column {
  padding: 30px 0.75rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  color: #fff;
  background-color: #000;
  padding: 50px 1.5rem 28px;
  overflow: hidden;
  max-width: 350px;
  margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
  content: '01';
  z-index: -1;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: #666;
  font-size: 5rem;
   font-weight:700;
  line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
  font-size: 40px;
  color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
  font-size: 24px;
  line-height: 44px;
   font-weight:700;
  margin-top: 1.2rem;
}
.contact-page .contact-1 .grid-box .column .text p {
  font-size: 16px;
  line-height: 2;
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
  color: #fff;
  background: url(/template/en/images/newdet-sidebar.jpg) center center / cover no-repeat;
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
  content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
  color: #fff;
 background-size: cover;
 background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
  content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
  color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
  color: #eee;
}
.contact-page .contact-1 {
  padding: 5rem 0;
}
.contact-page .contact-2 .title {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-page .contact-2 .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
   font-weight:700;
  text-transform: uppercase;
  color: #666;
  margin: 0px 0px 5px 0px;
}
.contact-page .contact-2 .title h3 {
  font-size: 24px;
   font-weight:700;
  line-height: 52px;
  color: #1c1c1c;
}
.contact-page .contact-2 .form ul {
  font-size: 0;
}
.contact-page .contact-2 .form ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
  height: auto;
  padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  width: auto;
   font-weight:700;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 0 1.7rem;
  margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
  width: 50%;
  padding-left: 0.75rem;
}
.contact-page .contact-3 {
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }

  .inner-banner{
    
  }
}
@media screen and (max-width: 700px) {

   .inner-banner{
      height: 200px;
    }
    .inner-banner>img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li:nth-child(1),
  .contact-page .contact-2 .form ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  table{
    display: block;
    overflow: auto;
    white-space: nowrap;
  }

  #footer .f-menu .grid-box .right dl dd {
    font-size: 16px;
    line-height: 30px;
    color: #a7a7a7;
  }
  #footer .f-menu .grid-box .right dl dd p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .news-page .news-box ul li.column{
    width: 100%;
  }
}
/* 联系我们我们 End */
/* 内页区域 End */

.info-middle img{
  width: 100%;
}


@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .grid-box .left .logo img{
    width: 250px;
  }

  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 15px;
  }
}

.fenlei{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
   
  font-weight: 700;
  color: #1c1c1c;
}
.xinwen{
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 10px;
}
.shijian{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.shouye{
  font-size: 26px;
  font-family: 'Arial';
  line-height: 50px;
  text-shadow: 2px 2px 2px #00000047;
  text-align: center;
  margin-left: 10px;
}
.huhu{
  display: block;
  max-width: 390px;
  text-align: left;
  margin-left: auto;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #a7a7a7;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
 
@media screen and (max-width: 700px) {
.inner-banner .text .grid-box .left h2{
   font-size: 16px;
   line-height: 2;
 }
 .inner-banner .text .grid-box .right{
   font-size: 14px!important;
   line-height: 2!important;
 }
}


@media screen and (max-width: 500px) {
  .shouye{
  font-size: 18px;
  line-height: 32px;
  }
 #index-body .product .fp-tableCell, #index-body .application .fp-tableCell{
   padding-top: 50px;
 }
 #index-body .application .grid-box .right .box h3{
   font-size: 28px;
   line-height: 50px;
 }
 #index-body .application .grid-box .right .box ul li .ig h4{
   font-size: 20px;
   line-height: 36px;
 }
 #index-body .product .title h3{
   font-size: 28px;
   line-height: 50px;
 }
 #index-body .news .grid-box .right ul li .text span{
   font-size: 16px;
   line-height: 30px;
 }
 #footer .f-menu .grid-box .left .text h3{
   font-size: 22px;
   line-height: 40px;
 }
 .huhu{
   display: none!important;
 }
 .fenlei{
   display: none!important;
 }
 .miaoshu{
   display: none!important;
 }
 .inner-banner .text .grid-box .left h2{
   font-size: 16px;
   line-height: 2;
 }
 .inner-banner .text .grid-box .right{
   font-size: 14px!important;
   line-height: 2!important;
 }
 .chanpin{
   font-size: 20px;
   line-height: 44px;
 }
 .about-page .abt-1 .grid-box .right .text .title h3{
   font-size: 18px;
   line-height: 2;
 }
 .about-page .abt-1 .grid-box .right .text .title h4{
   font-size: 24px;
   line-height: 2;
 }
 .xiangqing{
   font-size: 16px!important;
   line-height: 30px!important;
   margin-top: -20px!important;
 }
 .prodet-page .det-3 .title h3{
   font-size: 24px;
   line-height: 44px;
 }
 .about-page .abt-3 .title h3{
   font-size: 24px;
   line-height: 44px;
 }
 .about-page .abt-3 .abt-3-box ul li .ig .top h4{
   font-size: 22px;
   line-height: 40px; 
 }
 .about-page .abt-4 .grid-box .right .title h4{
   font-size: 24px;
   line-height: 44px;
 }
 .lg-page .lg-1 .title h3{
   font-size: 24px;
   line-height: 50px;
 }
 .faq-page .title h3{
   font-size: 24px;
   line-height: 50px;
 }
 .xinwen{
   font-size: 20px;
   line-height: 1.8;
 }


 #Pop_UpsBtn{
   bottom:100px;
 }
}
.info-middle img {
    width: 40%!important;
    display: block;
}

#footer .footer-main .ui.container .link.news ul li a{
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: inline-block;
}
#index-body .i-news.product{
  background: unset;
    padding: 20px 0 70px;
}
#index-body .i-news.product .ui.container h2{
  color: unset;
}
.kunliweld h1 {
    font-size: 24px;
    line-height: 2;
    font-weight: 900;
}
.kunliweld {
    font-size: 18px;
    line-height: 2;
}
.kunl {
    color: #fff;
    font-size: 16px;
    opacity: .65;
    line-height: 2;
    max-width: 1200px;
}
#index-body .kunl h1 {
    display: inline;
}

#footer .footer-bottom p a.klghide{
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    display: inline-block;
}

