/*@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.eot');
  src: url('../fonts/Unbounded-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Bold.woff2') format('woff2'), url('../fonts/Unbounded-Bold.woff') format('woff'), url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.eot');
  src: url('../fonts/Unbounded-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Light.woff2') format('woff2'), url('../fonts/Unbounded-Light.woff') format('woff'), url('../fonts/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.eot');
  src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff'), url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}*/

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('../fonts/HarmonyOS_Sans_Bold.eot');
    src: url('../fonts/HarmonyOS_Sans_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmonyOS_Sans_Bold.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_Bold.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_Bold.ttf') format('truetype');
    font-weight: bold; 
    font-display: swap;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('../fonts/HarmonyOS_Sans_Light.eot');
    src: url('../fonts/HarmonyOS_Sans_Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmonyOS_Sans_Light.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_Light.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_Light.ttf') format('truetype');
    font-weight: 300; 
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('../fonts/HarmonyOS_Sans.eot');
    src: url('../fonts/HarmonyOS_Sans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmonyOS_Sans.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans.ttf') format('truetype');
    font-weight: normal; 
    font-display: swap;
}
body {
  font-family: "HarmonyOS Sans";
  max-width: 1920px; 
  font-weight: 300;
  margin: 0 auto;
  --color: #c30d23; 
}
.container {
  width: 1460px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
 
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: #c30d23;
  color: white;
  font-size: 14px;
  padding: 15px 0;
}
#header .h-top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top ul {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top ul li {
  padding-right: 20px;
  position: relative; 
}
#header .h-top ul li i {
  margin-right: 10px;
  font-size: 16px;
}
#header .h-top ul li:first-child {
  margin-right: 20px;
}
#header .h-top ul li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: white;
}
#header .h-top .search form {
  position: relative;
  width: 160px;
}
#header .h-top .search form input {
  width: 100%;
  height: 25px;
  border-radius: 5px;
  border: none;
  padding: 0 10px;
}
#header .h-top .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  padding: 0;
  background: url(../images/search.png) no-repeat center;
}
#header .nav {
  background-color: white;
  padding: 17px 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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 > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin: 0 20px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/nav-icon.png) no-repeat center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 38px;
  height: 30px;
  z-index: -1;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0; 
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  margin: 0 30px;
}
#header .nav .ui.menu .yuy span i {
  font-size: 28px;
}
#header .nav .ui.menu .inquiry {
  background-color: var(--color);
  color: white;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
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: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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: var(--color);
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
.tag {
  display: inline-block;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 5px;
  padding: 5px 15px;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
}
.tag::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color);
}
.more {
  font-size: 16px;
  color: white;
  background-color: var(--color);
  height: 44px;
  line-height: 43px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px;
  display: inline-block;
  font-weight: normal;
}
.more:hover {
  background-color: black;
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.3;
  }
}
@-moz-keyframes arrowDown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.3;
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.3;
  }
}
@-webkit-keyframes playRorate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes playRorate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes playRorate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 133px;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  right: 0;
}
#banner ul li .content .tag {
  color: white;
}
#banner ul li .content h2 {
  line-height: 1.3;
}
#banner ul li .content .more {
  border: 1px solid var(--color);
}
#banner ul li .content .more:hover {
  background-color: transparent;
}
#banner ul li .img {
  position: absolute;
  right: 10%;
  top: -133px;
}
#banner .arrow-shape {
  position: absolute;
  left: 53%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
#banner .arrow-shape .shape1,
#banner .arrow-shape .shape2,
#banner .arrow-shape .shape3 {
  margin-top: -25px;
  -webkit-animation: arrowDown 1.5s infinite ease-in-out;
  -moz-animation: arrowDown 1.5s infinite ease-in-out;
  animation: arrowDown 1.5s infinite ease-in-out;
}
#banner .arrow-shape .shape1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
#banner .arrow-shape .shape2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#banner .arrow-shape .shape3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#banner .swiper-pagination {
  text-align: left;
  left: 15px;
  bottom: 20px;
}
#banner .swiper-pagination span {
  width: 27px;
  height: 6px;
  border-radius: 3px;
  background-color: white;
  opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .i-category {
  text-align: center;
  background-color: #fafafa;
}
#index-body .i-category ul li .box {
  position: relative;
  background-color: white;
  border-bottom: 6px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li .box .img-box {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
#index-body .i-category ul li .box .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background: url(../images/category-bg.png) no-repeat center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
#index-body .i-category ul li .box .h4 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
#index-body .i-category ul li .box .more {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 5px 5px 0 0;
}
#index-body .i-category ul li .box .more i {
  margin-left: 10px;
}
#index-body .i-category ul li:hover .box .img-box::after {
  opacity: 1;
}
#index-body .i-category ul li:hover .box .h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .i-category ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-category .slickBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#index-body .i-category .slickBtn div {
  border-radius: 0;
}
#index-body .i-category .slickBtn div:hover {
  background-color: black;
}
#index-body .i-category .bottom {
  z-index: 2;
}
#index-body .i-category .bottom .icon {
  margin-top: 10px;
}
#index-body .i-category .bottom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  left: 120px;
  background-color: #c3c3c3;
  height: 1px;
  z-index: -1;
}
#index-body .i-about .left {
  width: 50%;
}
#index-body .i-about .left ul {
  background-color: #fafafa;
  padding: 45px 0;
}
#index-body .i-about .left ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .left ul li p {
  font-weight: normal;
  color: #666666;
}
#index-body .i-about .left ul li:hover {
  color: var(--color);
}
#index-body .i-about .left ul li:hover p {
  color: var(--color);
}
#index-body .i-about .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .i-about .left .play::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  background: url(../images/play_text.png) no-repeat center;
  z-index: -1;
  background-size: contain;
  -webkit-animation: playRorate 20s infinite linear;
  -moz-animation: playRorate 20s infinite linear;
  animation: playRorate 20s infinite linear;
}
#index-body .i-about .right {
  width: 50%;
}
#index-body .i-about .right h2 {
  width: 100%;
  line-height: 1.3;
}
#index-body .i-about .right .content {
  line-height: 28px;
  color: #666666;
}
#index-body .i-honor .left {
  width: 50%;
}
#index-body .i-honor .left h2 {
  line-height: 1.25;
}
#index-body .i-honor .left .content {
  color: #666666;
  line-height: 1.8;
}
#index-body .i-honor .right_box {
  width: 50%;
}
#index-body .i-honor .right_box .img {
  border-radius: 10px;
}
#index-body .i-advantage {
  background: url(../images/why-bg.png) no-repeat top right #1d1d1d;
}
#index-body .i-advantage .left {
  width: 50%;
}
#index-body .i-advantage .right_box {
  width: 50%;
  color: white;
  padding-right: 12.5%;
}
#index-body .i-advantage .right_box .top .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-advantage .right_box ul .slick-track {
  padding-top: 20px;
}
#index-body .i-advantage .right_box ul li .h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}
#index-body .i-advantage .right_box ul li .h4 .icon {
  position: relative;
  margin-right: 20px;
}
#index-body .i-advantage .right_box ul li .h4 .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--color);
  z-index: -1;
  left: 0;
  top: 0px;
  -webkit-transform: translate(-15px, -15px);
  -moz-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
#index-body .i-advantage .right_box ul li .content {
  line-height: 25px;
  color: #eeeeee;
}
#index-body .i-advantage .right_box ul li .more {
  border: 1px solid var(--color);
}
#index-body .i-advantage .right_box ul li .more:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .i-advantage .right_box .slickBtn {
  position: absolute;
  right: 0;
  top: 20px;
}
#index-body .i-advantage .right_box .slickBtn div {
  border-radius: 5px;
  background-color: #8e8e8e;
}
#index-body .i-advantage .right_box .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-advantage .right_box .page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-weight: normal;
}
#index-body .i-advantage .right_box .page span.current {
  font-size: 18px;
  color: white;
}
#index-body .i-advantage .right_box .page span.total {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}
#index-body .i-partner {
  background: url(../images/partner-bg.jpg);
  text-align: center;
  padding: 30px 0;
  background-size: cover;
}
#index-body .i-partner ul li img {
  margin: auto;
}
#index-body .i-industry {
  text-align: center;
}
#index-body .i-industry ul {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-industry ul li .box {
  position: relative;
}
#index-body .i-industry ul li .box .content {
  left: 40px;
  top: 35px;
  right: 40px;
  bottom: 35px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 65px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-industry ul li .box .content .more {
  border: 1px solid var(--color);
}
#index-body .i-industry ul li .box .content .more:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .i-industry ul li:hover .box .content {
  opacity: 1;
}
#index-body .i-industry .slickBtn .prev {
  left: 0;
}
#index-body .i-industry .slickBtn .next {
  right: 0;
  left: auto;
}
#index-body .i-industry .slickBtn div {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .i-industry .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-news {
  background: url(../images/news-bg.png) no-repeat #fafafa;
}
#index-body .i-news .top .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-news ul li .time {
  background-color: var(--color);
  color: white;
  border-radius: 5px;
  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;
  padding: 18px 25px;
}
#index-body .i-news ul li .time span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#index-body .i-news ul li .time span i {
  font-size: 18px;
  margin-right: 6px;
}
#index-body .i-news ul li .box {
  background-color: white;
  border-radius: 5px;
  padding: 20px 40px;
  position: relative;
}
#index-body .i-news ul li .box .h4 {
  font-weight: normal;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;  
}
#index-body .i-news ul li .box .line {
  position: relative;
  height: 2px;
  background-color: #ececec;
}
#index-body .i-news ul li .box .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box .des {
  line-height: 21px;
  color: #666666;
}
#index-body .i-news ul li .box .mores {
  font-weight: normal;
  font-size: 14px;
}
#index-body .i-news ul li .box .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news ul li .box .mores:hover {
  color: var(--color);
}
#index-body .i-news ul li:hover .box .line::after {
  width: 100%;
}
#index-body .i-news ul li:hover .box .mores {
  color: var(--color);
}
#index-body .i-news ul li:hover .box .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .i-search {
  background: url(../images/search-bg.png) no-repeat right bottom var(--color);
  color: white;
}
#index-body .i-search .left {
  width: -webkit-calc(50% - 100px);
  width: -moz-calc(50% - 100px);
  width: calc(50% - 100px);
}
#index-body .i-search .left .tag {
  color: white;
  border-color: white;
}
#index-body .i-search .left .tag::after {
  background-color: white;
}
#index-body .i-search .right_box {
  width: -webkit-calc(50% + 100px);
  width: -moz-calc(50% + 100px);
  width: calc(50% + 100px);
}
#index-body .i-search .right_box ul {
  margin: -10px;
  height: 134px;
  overflow: auto;
}
#index-body .i-search .right_box ul li {
  padding: 10px;
  width: 20%;
}
#index-body .i-search .right_box ul li form,
#index-body .i-search .right_box ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid white;
  border-radius: 5px;
  -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: 14px;
  font-weight: normal;
  padding: 12px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-search .right_box ul li form input{
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  text-align: center;
}
#index-body .i-search .right_box ul li form input[type="submit"],
#index-body .i-search .right_box ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: url(../images/search-3.png) no-repeat var(--color);
  width: 23px;
  height: 21px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-search .right_box ul li:hover form input[type="submit"],
#index-body .i-search .right_box ul li:hover a::after {
  opacity: 1;
}
#index-body .i-search .right_box ul li form input::-webkit-input-placeholder { 
  color: #fff;
}
#index-body .i-search .right_box ul li form input::-moz-placeholder { 
  color:#fff; 
}
#index-body .i-search .right_box ul li form input:-ms-input-placeholder { 
  color:#fff; 
}
#index-body .i-search .right_box ul li form input:-moz-placeholder { 
  color:#fff; 
}
#footer {
  background-color: #1d1d1d;
}
#footer .top {
  color: white;
}
#footer .top form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  position: relative;
  height: 73px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
#footer .top form input {
  width: 25%;
  font-size: 14px;
  padding: 0 15px;
  border: none;
  border-right: 1px solid #eee;
  color: black;
}
#footer .top form input[name="content"] {
  width: 35%;
}
#footer .top form input[type="submit"] {
  width: 15%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: var(--color);
  color: white;
  border: none;
}
#footer .wrap {
  color: white;
}
#footer .wrap .one {
  max-width: 400px;
}
#footer .wrap .one p {
  line-height: 20px;
  font-weight: 300;
}
#footer .wrap .one #ewm {
  width: 90px;
  height: 90px;
  border: 5px solid white;
  border-radius: 5px;
}
#footer .wrap .two ul li,
#footer .wrap .three ul li {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-bottom: 15px;
}
#footer .wrap .two ul li a,
#footer .wrap .three ul li a {
  position: relative;
}
#footer .wrap .two ul li::after,
#footer .wrap .three ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap .two ul li:hover,
#footer .wrap .three ul li:hover {
  color: var(--color);
  padding-left: 10px;
}
#footer .wrap .two ul li:hover::after,
#footer .wrap .three ul li:hover::after {
  width: 4px;
}
#footer .wrap .four {
  max-width: 390px;
}
#footer .wrap .four ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 24px;
}
#footer .wrap .four ul li .icon {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  color: white;
  text-align: center;
  line-height: 34px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 7px;
}
#footer .wrap .four ul li .icon i {
  font-size: 22px;
}
#footer .wrap .four ul li span {
  font-size: 16px;
  font-weight: normal;
}
#footer .wrap .four ul li p {
  font-size: 14px;
  margin-top: 2px; 
}
#footer .f-copy {
  font-size: 14px;
  color: white;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
#sidebar ul li .child {
  background-color: var(--color);
  color: white;
}
#sidebar ul li .child::before {
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  border-left-color: var(--color);
}
@media screen and (max-width: 1700px) {
  #banner ul li .img {
    max-width: 325px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 12px;
  }
  #header .nav .ui.menu .yuy {
    margin: 0 15px;
  }
  #banner ul li .img {
    max-width: 285px;
  }
  .font-60 {
    font-size: 40px;
  }
  #index-body .i-advantage .right_box {
    padding-right: 4.5%;
  }
  #index-body .i-industry ul li .box .content {
    padding: 40px;
  }
  #index-body .i-news ul li .time span.logo {
    display: none;
  }
  #footer .wrap .one {
    max-width: 310px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #banner .arrow-shape {
    zoom: 0.6;
  }
  #banner ul li .img {
    max-width: 220px;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-advantage .right_box .top .more {
    position: relative;
    margin-bottom: 20px;
  }
  #index-body .i-advantage .left ul .slick-list,
  #index-body .i-advantage .left ul .slick-list .slick-track,
  #index-body .i-advantage .left ul .slick-slide,
  #index-body .i-advantage .left ul .slick-slide > div,
  #index-body .i-advantage .left ul li,
  #index-body .i-advantage .left ul {
    height: 100%;
  }
  #index-body .i-advantage .left ul li img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-industry ul li .box .content h4 {
    margin-top: 14px;
  }
  #index-body .i-industry ul li .box .content .des {
    margin-bottom: 10px;
  }
  #index-body .i-industry ul li .box .content {
    padding: 20px;
  }
  #index-body .i-news ul li .time {
    padding: 12px;
  }
  #index-body .i-news ul li .box {
    padding: 20px 15px;
  }
  #footer .wrap .four {
    max-width: 280px;
  }
  #footer .wrap .one {
    max-width: 205px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .img {
    right: 3%;
    max-width: 180px;
  }
  .font-60 {
    font-size: 23px;
  }
  #banner .arrow-shape {
    zoom: 0.4;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .i-honor .left {
    width: 100%;
  }
  #index-body .i-honor .right_box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .i-advantage .right_box .slickBtn {
    top: 0;
  }
  #index-body .i-search .right_box ul li {
    width: 25%;
  }
  #footer .wrap .one {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li > img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-60 {
    font-size: 18px;
  }
  #banner ul li .img {
    max-width: 140px;
  }
  #index-body .i-category .slickBtn {
    position: relative;
    top: 20px;
  }
  #index-body .i-advantage .left {
    display: none;
  }
  #index-body .i-advantage .right_box {
    width: 100%;
  }
  #index-body .i-news .top .more {
    position: relative;
    margin-top: 20px;
  }
  #index-body .i-search .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-search .right_box {
    width: 100%;
    margin-top: 30px;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
  #footer .wrap .four {
    max-width: 100%;
  }
  #footer .top form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    height: auto;
  }
  #footer .top form input {
    width: 100%;
    background-color: white;
    border: none;
    margin-bottom: 12px;
    height: 45px;
  }
  #footer .top form input[name="content"] {
    width: 100%;
  }
  #footer .top form input[type="submit"] {
    position: relative;
    height: 45px;
    width: auto;
    padding: 0 20px;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.inner-banner {
  position: relative;
  margin-top: 133px;
  overflow: hidden;
}
.inner-banner .ui.container {
  z-index: 3;
}
.inner-banner h2 {
  line-height: 1.3;
}
.inner-banner .mbx {
  position: relative;
  border-bottom: 1px solid #999999;
}
.inner-banner .scroll_text {
  font-size: 302px;
  font-weight: bold;
  opacity: 0.05;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  line-height: 0.8;
}
.inner-banner .scroll_text .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-animation: move 70s linear infinite;
  -moz-animation: move 70s linear infinite;
  animation: move 70s linear infinite;
}
.inner-banner .scroll_text .scroll span {
  margin: 0 20px;
}
 
.about-page .about-1 .right_box {
  line-height: 28px;
  color: #666666;
}
.about-page .about-1 ul li {
  text-align: center;
}
.about-page .about-1 ul li .h3 {
  color: var(--color);
}
.about-page .about-1 ul li .h3 span {
  font-size: 15px;
}
.about-page .about-1 ul li p {
  color: #666666;
}
.about-page .about-2 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-2 .play::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  background: url(../images/play_text.png) no-repeat center;
  z-index: -1;
  background-size: contain;
  -webkit-animation: playRorate 20s infinite linear;
  -moz-animation: playRorate 20s infinite linear;
  animation: playRorate 20s infinite linear;
}
.about-page .about-2 .bottom {
  background-color: var(--color);
  color: white;
}
.about-page .about-2 .bottom h2 {
  width: 70%;
}
.about-page .about-2 .bottom .more {
  background-color: white;
  color: var(--color);
  border: 1px solid white;
}
.about-page .about-2 .bottom .more:hover {
  background-color: transparent;
  color: white;
}
.about-page .about-3 .right {
  background: url(../images/honor-bg.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 40px;
}
.about-page .about-3 .right ul {
  padding: 0 100px;
}
.about-page .about-3 .right ul .slick-list {
  padding: 40px 0 !important;
}
.about-page .about-3 .right ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-3 .right ul li img {
  width: 100%;
}
.about-page .about-3 .right ul .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
}
.about-page .about-4 p {
  line-height: 28px;
  color: #666666;
}
.about-page .about-4 ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-6 {
  padding: 2% 0 6.407%;
}
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding-right: 100px;
}
.about-page .about-6 .left .t1 {
  font-weight: bold;
}
.about-page .about-6 .left .content {
  font-size: 20px;
  line-height: 2;
}
.about-page .about-6 .left span {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.about-page .about-6 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-6 .left .title {
  font-size: 80px;
  /*color: #007aff;*/
  line-height: 1;
  font-weight: bold;
  margin-top: 21px;
}
.about-page .about-6 .left .title em {
  display: block;
}
.about-page .about-6 .right {
  padding-left: 101px;
  position: relative;
}
.about-page .about-6 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: none;
}
.about-page .about-6 .right .tag::after {
  content: none;
}
.about-page .about-6 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-6 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-6 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-6 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-6 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-6 .right .tag ul li.current a {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.about-page .about-6 .right .content ul li {
  background: #f7f7f7;
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
  border-radius: 0px;
}
.about-page .about-6 .right .content ul li .tit {
  font-size: 55px;
  line-height: 1;
  color: #030303;
  font-weight: bold;
}
.about-page .about-6 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-6 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-6 .right .content ul li.active {
  background: var(--color);
  border-radius: 0px;
}
.about-page .about-6 .right .content ul li.active .tit {
  color: #fff;
}
.about-page .about-6 .right .content ul li.active .con {
  color: #fff;
}
.why-page .why-1 .content h2 {
  line-height: 1.2;
}
.why-page .why-1 .content .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-2 .left h2 {
  line-height: 1.2;
}
.why-page .why-2 .left .img {
  border-radius: 10px;
  overflow: hidden;
}
.why-page .why-2 .right_box h2 em {
  color: var(--color);
}
.why-page .why-2 .right_box ul {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.why-page .why-2 .right_box ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.why-page .why-2 .right_box ul li p {
  color: #666666;
}
.why-page .why-2 .right_box ul li:hover {
  color: var(--color);
}
.why-page .why-2 .right_box ul li:hover p {
  color: var(--color);
}
.why-page .why-3 {
  text-align: center;
  background-color: #fafafa;
}
.why-page .why-3 ul {
  margin: -20px -10px;
}
.why-page .why-3 ul li {
  padding: 20px 10px;
  overflow: hidden;
}
.why-page .why-3 ul li:nth-child(1){
  order: 1;
}
.why-page .why-3 ul li:nth-child(2){
  order: 2;
}
.why-page .why-3 ul li:nth-child(3){
  order: 3;
}
.why-page .why-3 ul li:nth-child(4){
  order: 4;
}
.why-page .why-3 ul li:nth-child(5){
  order: 8;
}
.why-page .why-3 ul li:nth-child(6){
  order: 7;
}
.why-page .why-3 ul li:nth-child(7){
  order: 6;
}
.why-page .why-3 ul li:nth-child(8){
  order: 5;
}
.why-page .why-3 ul li:nth-child(9){
  order: 9;
}
.why-page .why-3 ul li:nth-child(10){
  order: 10;
}
.why-page .why-3 ul li .num{
  font-size: 20px;
  color: var(--color);
  margin-bottom: 10px;
  position: relative;

}

.why-page .why-3 ul li .line{
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color);
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.why-page .why-3 ul li .line::before{
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 200px;
  height: 1px;
  background: var(--color);
}
.why-page .why-3 ul li .line::after{
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 200px;
  height: 1px;
  background: var(--color);
}
/*.why-page .why-3 ul .slick-slide:first-child li .line::before{
  content: none;
}
.why-page .why-3 ul .slick-slide:last-child li .line::after{
  content: none;
}*/
.why-page .why-3 ul li .icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  background-color: var(--color);
  margin: auto;
}
.why-page .why-3 ul li .icon img {
  vertical-align: middle;
}
.why-page .why-3 ul li p {
  margin-top: 12px;
}
.why-page .why-4 .left h2 em {
  color: var(--color);
}
.why-page .why-4 .left .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-4 .img img {
  border-radius: 10px;
}
.why-page .why-6 .left img {
  border-radius: 10px;
}
.why-page .why-6 .right_box h2 {
  line-height: 1.2;
}
.why-page .why-6 .right_box h2 em {
  color: var(--color);
}
.why-page .why-6 .right_box .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-7 .left {
  width: 70%;
}
.why-page .why-7 .left ul li {
  margin-bottom: 25px;
}
.why-page .why-7 .left ul li .box {
  background-color: #f9f9f9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  height: 180px;
  padding: 40px 20px;
}
.why-page .why-7 .left ul li .box .num {
  line-height: 1;
}
.why-page .why-7 .left ul li .box .content {
  padding-left: 15px;
}
.why-page .why-7 .left ul li .box .content .des {
  margin-top: 10px;
}
.why-page .why-7 .left ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.why-page .why-7 .right_box {
  width: 30%;
}
.why-page .why-7 .right_box .box {
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
}
.why-page .why-7 .right_box .box form input,
.why-page .why-7 .right_box .box form textarea {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  color: black;
  margin-bottom: 20px;
}
.why-page .why-7 .right_box .box form textarea {
  height: 90px;
}
.why-page .why-7 .right_box .box form button {
  border: none;
  background-color: white;
  color: var(--color);
}
.why-page .why-7 .right_box .box form button:hover {
  background-color: #222;
  color: white;
}
@media screen and (max-width: 1700px) {
  .about-page .about-6 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .scroll_text {
    font-size: 200px;
  }
  .about-page .about-6 .left .title {
    font-size: 66px;
  }
  .why-page .why-7 .left {
    width: 65%;
  }
  .why-page .why-7 .right_box {
    width: 35%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .scroll_text {
    font-size: 170px;
  }
  .about-page .about-6 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 .left .title {
    font-size: 53px;
  }
  .about-page .about-6 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-6 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-6 .right .content ul li .con {
    margin-top: 10px;
  }
  .about-page .about-6 .left {
    position: initial;
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .why-page .why-7 .left {
    width: 100%;
  }
  .why-page .why-7 .right_box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .scroll_text {
    font-size: 130px;
  }
  .about-page .about-6 .left .title {
    font-size: 46px;
  }
  .about-page .about-1 .right_box {
    width: 100%;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 ul li {
    width: 50%;
  }
  .about-page .about-6 .right .content ul li .con {
    font-size: 16px;
  }
  .about-page .about-6 .right .content ul li .tit {
    font-size: 30px;
  }
  .about-page .about-2 .bottom h2 {
    width: 100%;
  }
  .why-page .why-1 ul li > div {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .why-page .why-2 .left {
    width: 100%;
    padding: 0;
  }
  .why-page .why-2 .right_box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .why-page .why-3 ul li .icon {
    zoom: 0.6;
  }
  .why-page .why-6 .flex-2 > *,
  .why-page .why-4 .flex-2 > * {
    width: 100%;
    padding: 0;
    margin: 12px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .left .title {
    font-size: 32px;
    line-height: 1.6;
  }
  .about-page .about-6 .right {
    padding-left: 0;
  }
  .about-page .about-6 .right .tag {
    display: none;
  }
  .about-page .about-6 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-6 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .right ul .slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-3 .right ul {
    padding: 0;
  }
  .why-page .why-7 .left ul li {
    width: 100%;
  }
  .why-page .why-3 ul li {
    width: 33.33%;
  }
}




.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px; 
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0; 
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #bf0000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #bf0000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: #bf0000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-left: 10px;
  color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600; 
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #bf0000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/project.jpg) no-repeat center center;
  padding: 100px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px; 
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2{
  font-weight: 700; 
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #bf0000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover{
  background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img{
  transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: #bf0000;
}
.news-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px; 
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  font-weight: 600; 
  margin-top: 20px;
  font-size: 24px;
  min-height: 5.5em;
}
.news-page .news-list ul li .box .content .title:hover {
  color: #bf0000;
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #bf0000;
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}

.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff; 
  background: #bf0000;
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0; 
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0,0,0,.5);
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  /*padding: 28px 0;*/
  border-top: 1px solid #d1d0c8;
  /*border-bottom: 1px solid #d1d0c8;*/
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: #bf0000;
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: #bf0000;
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600; 
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 0 auto;
}
@media (max-width: 1250px){
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .news-page .news-list ul li .box .content .title{
    min-height: auto!important;
  }
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
 



.pd1 .Cit h2 {
    max-width: 960px
}

.pd1 {
    padding: 62px 0 30px
}

.pd1 .ev {
    display: block;
    padding: 83px 0 0;
    position: relative;
    margin-bottom: 123px
}

.pd1 .ev:nth-of-type(even) .wrap {
    flex-direction: row-reverse
}

.pd1 .ev:nth-of-type(even) .intr {
    padding-left: 5%;
    padding-right: 0
}

.pd1 .ev:nth-of-type(even):after {
    left: auto;
    right: 0
}

.pd1-wrap {
    padding: 40px 0 0
}

.pd1 .ev:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 74%;
    height: 100%;
    background: #f8f8f8;
    z-index: -1;
    transition: all ease .8s;
    border-radius: 40px
}

.pd1 .ev:hover:after {
    width: 88%;
    background: #eaeaea
}

.pd1 .ev:nth-of-type(even):after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pd1 .ev:nth-of-type(odd):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pd1 .ev .intr {
    width: 37%;
    padding-right: 5%
}
.pd1 .ev .intr .text{
   font-size: 16px;
   line-height: 30px;
}
.pd1 .ev .pic {
    width: 50%
}

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

.pd1 .ev h2 {
    font-size: 30px;
    line-height: 1.4;
    color: var(--color); 
}

.pd1 .ev h2:after {
    content: '';
    display: block;
    width: 37px;
    height: 6px;
    background: #d5d5d5;
    margin: 15px 0 20px
}

.pd1 .ev p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    /*text-align: justify*/
}
@media screen and (max-width: 1700px){
   .pd1 .ev {
        padding: 83px 0;
    }
}
@media screen and (max-width: 1450px) {

    .pd1 .ev .intr .text{
        max-height: 300px;
        overflow-y: auto;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1000px){
   .pd1 .ev .wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .pd1 .ev .intr{
        width: 70%;
        margin-bottom: 30px;
    }
    .pd1 .ev .pic{
         width: 100%;
    }
    .pd1 .ev p {
        font-size: 14px;
    }
    .pd1 .ev .intr .text {
        max-height: unset;
        overflow-y: unset;
        padding-right: 0;
    }
}


.product-page {
  /*padding: 100px 0 0;*/
}
.product-page .product-1 {
  position: relative;
}
.product-page .product-1:after {
  content: "";
  display: block;
  background-color: var(--color);
  width: 100%;
  height: 365px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-page .product-1 .content {
  position: relative;
  z-index: 10;
  padding-bottom: 85px;
}
.product-page .product-1 .content .text {
  color: white;
  max-width: 65%;
  margin: 60px auto 0;
}
.product-page .product-2 {
  margin: 80px 0 110px;
}
/*.product-page .product-2 .more {
  margin: auto;
  display: block;
  padding: 15px 40px 15px;
}
.product-page .product-2 .more:hover {
  background-color: var(--color);
}*/
.product-page .product-2 .list{
    margin-top: 80px;
}
.product-page .product-2 .list ul {
  margin: 0 -25px;
}
.product-page .product-2 .list ul li {
  padding: 40px 25px 0;
  position: relative;
}
.product-page .product-2 .list ul li:hover .btn {
  opacity: 1;
}
.product-page .product-2 .list ul li:hover .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-page .product-2 .list ul li .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .product-2 .list ul li .btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 28px;
}
.product-page .product-2 .list ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.product-page .product-2 .list ul li .box .img-box {
  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;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  height: 400px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px;
}
.product-page .product-2 .list ul li .box .text {
  height: 280px;
  color: white;
  padding: 25px 25px 0;
  background-color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .product-2 .list ul li .box .text h4 {
  font-size: 18px; 
  line-height: 32px;
  min-height: 5.4em;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.product-page .product-2 .list ul li .box .text h4:hover{
    color: var(--color);
}
.product-page .product-2 .list ul li .box .text .con {
  font-size: 16px;
  line-height: 30px;
}
.product-page .product-2 .list .content {
  margin-top: 95px;
  padding: 80px 70px;
  background-color: #f6f6f6;
}
@media (max-width: 1250px) {
   .product-page .product-1 .content .img{
        width: 60%;
        margin: auto;
    }
    .product-page .product-2 .list ul li{
        width: 33.33333%;
    }
}
@media screen and (max-width: 1000px){
   .product-page .product-1:after{
        display: none;
    }
    .product-page .product-2 .list ul li .box .text h4{
        min-height: 0px;
    }
    .product-page .product-2 .list ul li .box .text{
        height: 290px;
    }
    .product-page .product-1 .content .text {
        color: black;
        max-width: 100%;
        font-size: 16px;
        line-height: 30px;
    }
    .product-page .product-2 .list ul li .box .text h4{
        min-height: 0!important;
    }
     .product-page .product-2 .list ul li {
        width: 50%;
    }
     .product-page .product-2 .list ul li .box .text h4{
        min-height: 0!important;
    }
     .product-page .product-2 .list .content {
        padding: 80px 30px;
        font-size: 16px;
    }
}
@media (max-width: 700px) {
    .product-page .product-2 .list ul{
        margin: 0 -10px;
    }
    .product-page .product-2 .list ul li {
        padding: 40px 10px 0;
    }
     

}
@media (max-width: 500px){
   .product-page .product-2 .list ul li {
        width: 100%;
    }
    .product-page .product-1 .content .img {
        width:auto;
        margin-top: 30px;
    }
     .product-page .product-1 .content {
        padding-bottom: 30px;
    }
    .product-page .product-1 .content .text {
        max-width: 100%;
    }
}



.prodet-page {
  padding: 100px 0 0;
}
.prodet-page .prodet-1 .container {
  padding: 0 115px;
}
.prodet-page .prodet-1 .container .left {
  padding-right: 90px;
  position: sticky;
  top: 180px;
  padding-top: 60px;
}
.prodet-page .prodet-1 .container .left h1 {
  font-size: 44px;
  line-height: 1.2;
}
.prodet-page .prodet-1 .container .left h2 {
  font-size: 44px;
  line-height: 1.2;
}
.prodet-page .prodet-1 .container .left .con {
  margin: 25px 0 35px;
  /*max-height: 150px;*/
  /*overflow: auto;*/
  /*padding-right: 60px;*/
}
 
.prodet-page .prodet-1 .container .left .btns .video-more {
  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;
}
.prodet-page .prodet-1 .container .left .btns .video-more span:first-child {
  font-size: 16px;
  border-bottom: 1px solid black;
  margin-right: 15px;
  line-height: 30px;
  font-weight: bold;
}
.prodet-page .prodet-1 .container .left .btns .video-more span:last-child {
  position: relative;
  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;
}
.prodet-page .prodet-1 .container .left .btns .video-more span:last-child img {
  position: relative;
  z-index: 5;
}
.prodet-page .prodet-1 .container .left .btns .video-more span:last-child:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 51, 51, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.prodet-page .prodet-1 .container .left .sb-img {
  margin: 60px 0 33px;
}
.prodet-page .prodet-1 .container .left .small ul {
  margin: 0 -10px 35px;
}
.prodet-page .prodet-1 .container .left .small ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .container .left .small ul li {
  padding: 0 10px;
}
.prodet-page .prodet-1 .container .left .small ul li .img {
  padding: 10px;
}
.prodet-page .prodet-1 .container .right {
  position: sticky;
  top: 160px;
}
.prodet-page .prodet-1 .container .right img{
    /*border: 2px solid var(--color);*/
}
.prodet-page .prodet-2{
    margin-top: 85px;
}
.prodet-page .prodet-2 .container {
  padding: 0 115px;
}
.prodet-page .prodet-2 .container ul li {
  margin-bottom: 60px;
}
.prodet-page .prodet-2 .container ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .container ul li .title {
  height: 70px;
  background-color: #000;
  color: white;
  margin-bottom: 60px;
}
.prodet-page .prodet-2 .container ul li .title .btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
}
.prodet-page .prodet-2 .container ul li .title .btn span {
  display: block;
  width: 15px;
  height: 4px;
  background-color: white;
  position: relative;
}
.prodet-page .prodet-2 .container ul li .title .btn span:before {
  content: "";
  width: 4px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: white;
  transition: all 0.5s;
}
.prodet-page .prodet-2 .container ul li.active .title .btn span:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(0deg);
}
.prodet-page .prodet-2 .container ul li .content {
  background-color: #f7f7f7;
  padding:0 30px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .container ul li .content table{
    table-layout: fixed;
    width: 100% !important;
}
.prodet-page .prodet-2 .container ul li .box {
  padding: 0 70px !important;
  position: relative;
  overflow: unset !important;
}
.prodet-page .prodet-2 .container ul li .box,
.prodet-page .prodet-2 .container ul li .content,
.prodet-page .prodet-2 .container ul li .list{
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-2 .container ul li.active .box,
.prodet-page .prodet-2 .container ul li.active .content,
.prodet-page .prodet-2 .container ul li.active .list{
  max-height:fit-content;
  padding: 0;
}

.prodet-page .prodet-2 .container ul li .list form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prodet-page .prodet-2 .container ul li .list form input,
.prodet-page .prodet-2 .container ul li .list form textarea {
    display: block;
    width: 49%;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 20px;
}
.prodet-page .prodet-2 .container ul li .list form textarea {
    height: 200px;
    width: 100%;
}
.prodet-page .prodet-2 .container ul li .list form textarea {
    height: 100px;
}

.prodet-page .prodet-2 .container ul li .list form input:focus,
.prodet-page .prodet-2 .container ul li .list form textarea:focus {
    border-color: var(--color);
}

.prodet-page .prodet-2 .container ul li .list form input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
    margin-bottom: 0;
}

.prodet-page .prodet-2 .container ul li .list form input[type="submit"]:hover {
    background: #222;
}
.prodet-page .prodet-2 .container ul li.active .content{
  max-height:fit-content;
  padding: 30px;
}
.prodet-page .prodet-2 .container ul li .box .related-application .slick-arrow.prev{
    left: -20px;
}
.prodet-page .prodet-2 .container ul li .box .related-application .slick-arrow.next{
    right: -20px;
}
.prodet-page .prodet-2 .container ul li .box ol {
  margin: 0 -25px;
}
.prodet-page .prodet-2 .container ul li .box ol li {
  padding: 0 25px;
  margin-bottom: 0;
}
.prodet-page .prodet-2 .container ul li .box ol li .img-box {
  display: block;
  width: 100%;
}
.prodet-page .prodet-2 .container ul li .box ol li .img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-2 .container ul li .list ol {
  margin: 20px -10px;
}
.prodet-page .prodet-2 .container ul li .list ol li {
  padding: 0 15px;
}
.prodet-page .prodet-2 .container ul li .list ol li .list_box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.prodet-page .prodet-2 .container ul li .list ol li .list_box .img-box {
  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;
  height: 355px;
}
.prodet-page .prodet-2 .container ul li .list ol li .list_box .text {
  height: 240px;
  width: 100%;
  padding: 0 15px;
  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;
  background-color: #383838;
}
.prodet-page .prodet-2 .container ul li .list ol li .list_box .text h4 {
  color: white;
}
.prodet-page .prodet-2 .container ul li .list ol li .list_box .text h4:hover {
  color: var(--color);
}
.prodet-form {
  margin: 120px 0 110px;
  padding: 54px 0 54px;
  background-color: var(--color);
  text-align: center;
}
.prodet-form h2 {
  font-size: 40px;
  font-family: var(--color);
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
.prodet-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.prodet-form form input[type='text'] {
  width: 20%;
  height: 80px;
  font-size: 18px;
  line-height: 32px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 0 30px;
}
.prodet-form form input[name='content'] {
   
  width: 38%;
}
.prodet-form form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.prodet-form form input[type='submit'] {
  width: 275px;
  height: 80px;
  background-color: black;
  font-size: 20px;
  font-family: var(--font);
  color: white;
  border: none;
  border-radius: 10px;
}
@media (max-width: 1600px){
   .prodet-page .prodet-1 .container .left h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .prodet-page .prodet-1 .container .left h2 {
    font-size: 30px;
    line-height: 1.4;
  }
   .prodet-form form input[type='text']{
    width: calc((100% - 350px)/3);
  }
   .prodet-form h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .container ul li .list form input,
    .prodet-page .prodet-2 .container ul li .list form textarea{
        font-size: 14px;
    }
     .prodet-page .prodet-1 .container .left {
        padding-right: 30px;
        padding-top: 0;
    }
    .prodet-page .prodet-1 .container .left h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    prodet-page .prodet-1 .container .left h1 {
        font-size: 24px;
        line-height: 44px;
    }
    .prodet-page .prodet-1 .container,
    .prodet-page .prodet-2 .container {
        padding: 0 15px;
    }

}
@media (max-width: 1250px){
    .prodet-page .prodet-1 .container .left .btns .video-more {
        margin-left: 0;
        margin-top: 30px;
    }
     .prodet-form h2 {
        font-size: 36px;
    }
     .prodet-form form input[type='text'] {
        width: 49%;
        margin-bottom: 20px;
    }
    .prodet-form form input[name='content'] {
        width: 100%;
    }
    .prodet-form form input[type='submit'] {
        margin:0 auto;
    }
}
@media screen and (max-width: 1000px){
   .prodet-page .prodet-2 .container ul li .list form input{
        width: 100%;
    }
    .prodet-page .prodet-1 .container .left{
        width:100%;
        padding-right: 0;
        margin-bottom: 60px; 
        position: unset;
        top: unset;
    }
    .prodet-page .prodet-1 .container .right{
        width:100%;
    }
    .prodet-page .prodet-1 .container .left .con {
        max-height: unset;
        overflow: unset;
        padding-right: 0;
    }
    .prodet-page .prodet-2 .container ul li .list ol li {
       width:50%;
    }
    .prodet-page .prodet-1 .container .left .btns .video-more {
        margin-left: 30px;
        margin-top: 0;
    }
    .prodet-page .prodet-2 .container ul li .box {
        padding: 0;
    }
    .prodet-page .prodet-2 .container ul li .content{
        width:100%;
        overflow-x: auto;
    }
    .prodet-page .prodet-2 .container ul li .content table {
        table-layout: unset;
    }
    .prodet-page .prodet-2 .container ul li .content table td{
        min-width: 240px;
    }
    .prodet-page .prodet-2 .container ul li .list ol li .list_box .img-box {
        height: auto;
    }
     .prodet-form form input[type='text'] {
        width: 100%;
    }
}
@media (max-width: 700px){
  .prodet-page .prodet-1 .container .left .btns .video-more {
        margin-left: 0;
        margin-top:30px;
    }
    .prodet-page .prodet-2 .container ul li .list ol li {
        width: 100%;
    }
     .prodet-form h2 {
        font-size: 28px;
        line-height: 1.6;
    }
}

.service-page .service-1 {
  padding: 80px 0 60px;
}
 
.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: 60px;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid #c70020;
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: #c70020;
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
    counter-increment: number;
    font-weight: 400;
    color: #cdcdcd;
    display: block;
    line-height: 1;
    font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
      font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #c70020;
    margin: 10px 0 25px;
    display: block;
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: #c70020;
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #c70020;
  color: white;
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  margin-top: 60px;
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li label {
  font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #525252;
}
.service-page div.formBox ul li input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  width: 10%;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 5px;
  background: #c70020;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
    font-size: 18px;
}
.service-page .service-new .box ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
    padding: 30px;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    /*border: 1px solid #e3e3e3;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: #c70020;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #c70020;
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
      padding: 90px 0 150px;
    background-color: #f9f9f9;
    margin-top: 80px;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: #c70020;
}
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 18px;
  /*font-weight: 300;*/
  border-bottom: 2px solid #efefef;
  /*text-transform: uppercase;*/
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #c70020;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: 300;
  color: #c70020;
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .list .slide:first-child {
  padding-right: 2%;
}
.service-page .service-3 .list .slide:last-child {
  padding-left: 2%;
}
.service-page .service-3 .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  border-radius: 5px;
  background: #c70020;
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
@media screen and (max-width: 1700px){
   .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
  }
  .service-page .service-1 h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px){
   .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: 40px;
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px){
   .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
   .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }
   .service-page .service-2 .list ul li .left h4, .service-page .service-new .box ul h4 {
    font-size: 24px;
  }
  .service-page .service-new .box ul li {
    width: 100%;
  }
  .service-page .service-2 .list ul li .left p, .service-page .service-new .box ul p {
    font-size: 14px;
  }
  .service-page .service-new .box ul li .box2 {
    padding: 0;
  }
  .service-page div.formBox {
    padding: 20px;
  }
  .service-page div.formBox ul li {
    width: 100%;
  }
  .service-page div.formBox ul li input[type=submit] {
    width: 50%;
  }
}

.contact-page{
  padding: 120px 0;
}
.contact-page h2{
      font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
     color: var(--color);
}
.contact-page h2::after{
      content: "";
    width: 57px;
    height: 4px;
    display: block;
    margin-top: 15px;
}
.contact-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}
.contact-page .left {
  padding-left: 0%;
  width: 50%;
}
.contact-page .left .info {
  margin: 10px 0 80px;
  /*max-width: 500px;*/
}
.contact-page .left .info ul li {
  margin-bottom: 15px;
  font-size: 18px;
  color: rgb(0 0 0);
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0; 
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
  margin-top: 20px;
}
.contact-page .left .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #cbcbcb;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: var(--color);
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-right: 5%;
  width: 50%;
}
.contact-page .right .form {
  margin-top: 10px;
}
.contact-page .right .form textarea,
.contact-page .right .form input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  height: 50px;
  margin-bottom: 12px;
} 
.contact-page .right .form textarea{
  height: 120px;
}
.contact-page .right .form button{
  border: none;
}
@media screen and (max-width:1200px) {
  .contact-page h2{
    font-size: 30px;
  }
}

@media screen and (max-width:1000px) {
  .contact-page .left{
    width: 100%!important;
    padding: 0;
  }

  .contact-page .right{
    width: 100%!important;
    padding: 0;
  }

  .contact-page .left .info{
    margin: 40px 0;
    max-width: 100%;
  }

  .contact-page .right{
    margin-top: 40px;
  }
}

.video-page .init-1 {
  padding-top: 30px;
}
.video-page .init-1 .container .list {
  margin-top: 70px;
}
.video-page .init-1 .container .list .titleC {
  border-bottom: 1px solid #666666;
  padding-bottom: 16px;
}
.video-page .init-1 .container .list .titleC .btnC {
  margin-left: auto;
}
.video-page .init-1 .container .list .titleC .btnC .btn {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
}
.video-page .init-1 .container .list .titleC .btnC .btn .img {
  width: 12px;
  height: 12px;
}
.video-page .init-1 .container .list .titleC .btnC .btn:hover {
  background-color: #3854b8;
}
.video-page .init-1 .container .list .content ul li {
  width: 33.33%;
  margin-top: 40px;
}
.video-page .init-1 .container .list .content ul li .box .videoC {
  position: relative;
}
.video-page .init-1 .container .list .content ul li .box .videoC .img {
  width: 100%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 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%);
  cursor: pointer;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .img2 {
  width: 34px;
  position: relative;
  z-index: 2;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(195, 13, 35,0.5);
  border-radius: 50%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.video-page .init-1 .container .list .content ul li .box .text {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 700px) {
  .video-page .init-1 .container .list .titleC .title {
    width: 100%;
  }
  .video-page .init-1 .container .list .titleC .btnC {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .video-page .init-1 .container .list {
    margin-top: 40px;
  }
  .video-page .init-1 .container .list .content ul li {
    margin-top: 10px;
  }
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  font-weight: 400;
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.prodet2-page .prodet-1 .right .des,
.case-det-page ul li .des{
  color: var(--color);
}
.prodet2-page .prodet-1 .right .text{
  max-height: 260px;
  overflow: auto;
}
.prodet2-page .prodet-3 ul li h3{
  min-height: 90px;
}
.prodet2-page .prodet-1 .right .share li{
  position: relative;
}
.prodet2-page .prodet-1 .right .share li .img{
  position: absolute;
  left: 0;
  top: 100%;
  width: 120px;
  height: 120px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
   -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.prodet2-page .prodet-1 .right .share li .img img{
  width: 100%;
}
.prodet2-page .prodet-1 .right .share li:hover .img{
   -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#sidebar ul li .child a{
  color: white;
}
.page-sidebar__service-item i{
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.page-sidebar__service-item i.active,
.page-sidebar__service-item.active i{
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.page-sidebar__service-item ul{
  margin-top: 15px;
  display: none;
}
.page-sidebar__service-item ul li a{
  display: block;
  font-size: 16px;
  padding: 7px 20px;
} 
.page-sidebar__service-item ul li.active > a,
.page-sidebar__service-item ul li:hover > a{
  color: var(--color);
}
.page-sidebar__service-item ul.sanji li a{
  padding-left: 40px;
}
.page-sidebar__service-item.active > ul{
  display: block;
}
.page-sidebar__service-item > ul > li.active ul{
  display: block;
}
.prodet3-page .prodet-1 .left .big{
  border: 1px solid #b2b2b2;
  display: block;
  border-radius: 10px;
}
.prodet3-page .prodet-1 .left .small a{
  border: 1px solid #b2b2b2;
  display: block;
  border-radius: 10px;
}
.prodet3-page .prodet-1 .left .big .slickBtn{
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.prodet3-page .prodet-1 .left .big .slickBtn div{
  border-radius: 0;
}
.prodet3-page .prodet-1 .left .big .slickBtn div:hover{
  background: #222;
}
.prodet3-page .prodet-1 .right table tbody{
  min-width: unset;
}
.prodet3-page .prodet-1 .right table tr:nth-child(even){
  background: transparent;
}
.prodet3-page .prodet-1 .right table tr{
  border-top: 1px solid #888; 
}
.prodet3-page .prodet-1 .right table tr td{
  border: none;
}
.prodet3-page .prodet-1 .right table tr:last-child{
  border-bottom: 1px solid #888;
}
.prodet3-page .prodet-1 .right .h4{
  color: #333333;
}
.prodet3-page .prodet-1 .right .text{
  color: #666666;
  line-height: 1.8;
}
.prodet3-page .prodet-1 .right .m-link{
  border-top: 1px solid #b2b2b2;
  color: #b2b2b2;
}
.prodet3-page .prodet-1 .right .m-link a:hover{
  color: black;
}
.prodet3-page .prodet-1 .right ul.options li{
  position: relative;
  padding-right: 40px;
  height: 35px;
}
.prodet3-page .prodet-1 .right ul.options li .inp{
  width: calc(100% - 45px);
  margin-right: 10px;
}
.prodet3-page .prodet-1 .right ul.options li .inp input{
  width: 100%;
  height: 100%;
  border: 1px solid var(--color);
  border-radius: 5px;
  padding: 0 15px 0 15px;
}
.prodet3-page .prodet-1 .right ul.options li .inp i{
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color);
  font-size: 16px;
}
.prodet3-page .prodet-1 .right ul.options li .inp .select{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  border: 1px solid #ddd;
  display: none;
  z-index: 3;
}
.prodet3-page .prodet-1 .right ul.options li .inp .select p{
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
}
.prodet3-page .prodet-1 .right ul.options li .inp .select p:hover{
  background: #f5f7fa;
}
.prodet3-page .prodet-1 .right ul.options li .img{
  height: 100%;
  width: 35px;
  background: black;
}
.prodet3-page .prodet-1 .right ul.options li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.prodet3-page .prodet-2{
  background: #fafafa;
}
.prodet3-page .prodet-2 .des{
  color: #000;
  line-height: 2;
}
.prodet3-page .prodet-2 .des.det2{
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet3-page .prodet-2 .des.det2 p{
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.prodet3-page .prodet-2 .des.det2 p img{
  position: absolute;
  left: 0;
  top: 0;
}
.prodet3-page #index-body .i-category ul li .box .img-box{
  padding: 0;
}

.seo_about{
  background: #1d1d1d;
}
.seo_about .ui.container{
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.seo_about .left{
  color: white;
  padding-left: 12%;
  padding-right: 165px;
  position: relative;
  border-right: 6px solid var(--color);
}
.seo_about .rights{
  border-left: 6px solid var(--color);
}
.seo_about .rights img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo_about .left ul{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  z-index: 4;
  
}
.seo_about .left ul li{
  background: white;
  border-radius: 5px;
  text-align: center;
  color: black;
  padding: 30px 25px;
}
.seo_about .left ul li:hover{
  color: var(--color);
}


.custom-form{
  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;
}
.custom-form 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);
}
.custom-form 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;
}
.custom-form i.close:after, .custom-form 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);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}

@media screen and (max-width:1250px){
  .prodet3-page .prodet-1 .right .btn .more{
    margin-bottom: 15px;
  }
  .seo_about .left{
    padding-left: 2%;
  }
}
@media screen and (max-width:1000px){
  .seo_about .rights,
  .prodet3-page .prodet-2 .right,
  .prodet3-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    border: none;
  }
  .seo_about .left,
  .prodet3-page .prodet-2 .left,
  .prodet3-page .prodet-1 .left{
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .seo_about .left ul{
    position: relative;
        -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: 0;
    margin-top: 30px;
    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;
  }
  .seo_about .left ul li{
    width: 32%;
    margin-bottom: 0;
  }
  .case-det-page ul li{
    width: 50%;
  }
  .prodet2-page .prodet-1 .left{
    width: 100%;
  }
  .prodet2-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .indus-page .init-2 .flex .column,
  .indus-page .init-1 .flex .column{
    width: 100%;
    padding: 0;
  }
  #footer{
    padding-bottom: 56px;
  }
   
}
@media screen and (max-width:700px){
  .seo_about .left{
    padding: 30px 15px;
  }
  .seo_about .left ul{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seo_about .left ul li{
    width: 48%;
    margin-bottom: 15px;
  }
  .case-det-page ul li{
    width: 100%;
  }
  #sidebar ul li{
    width: 1.5em;
    height: 1.5em;
  }
  #sidebar ul li i{
    font-size: 15px;
  }
}
@media screen and (max-width:500px){
   .seo_about .left ul li:last-child{
    width: 100%;
  }
}
.fancybox-can-zoomIn .fancybox-content img,
.fancybox-can-zoomIn .fancybox-content{
  background: white;
}

.shop-product__img-box::after{
  display: none;
}

.page-sidebar__social ul li .img{
  width: 30%;
}
.page-sidebar__social ul li  .title{
  width: 70%;
}
.page-sidebar__contact{
  padding: 60px 30px 80px !important;
}


.news-page .init-1 ul {
  padding-top: 40px;
}
.news-page .init-1 ul li {
  margin-top: 40px;
}
.news-page .init-1 ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 ul li .box .time .date {
  color: #000;
}
.news-page .init-1 ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 ul li .box .cont .title:hover {
  color: #3854b8;
}
.news-page .init-1 ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 ul li .box .cont .more:hover .moreCir {
  background-color: #3854b8;
}
.news-page .init-1 ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 ul li:hover .sub {
  opacity: 1;
}
.sideLeft.pro-1-left{
  position: sticky;
  top: 150px;
}
@media (max-width: 1250px) {
   .news-page .init-1 ul li .box .cont {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  } 
  .sideLeft.pro-1-left{
    display: none;
  }
  .product-page .pro-1-right{
    width: 100%;
  }
}
.m-page span,.m-page a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--color);
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

.m-page span {
    background: #222
}