@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyRegular.eot");
  src: url("../fonts/RanyRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RanyRegular.woff2") format("woff2"), url("../fonts/RanyRegular.woff") format("woff"), url("../fonts/RanyRegular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyMedium.eot");
  src: url("../fonts/RanyMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RanyMedium.woff2") format("woff2"), url("../fonts/RanyMedium.woff") format("woff"), url("../fonts/RanyMedium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyBold.eot");
  src: url("../fonts/RanyBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RanyBold.woff2") format("woff2"), url("../fonts/RanyBold.woff") format("woff"), url("../fonts/RanyBold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Rany";
  max-width: 1920px;
  --color: #cc0b0b;
  font-weight: normal;
  margin: 0 auto;
  color: #353333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.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;
}
.container {
  position: relative;
  padding: 0 15px;
  max-width: 1720px;
  margin: auto;
}
.baseBtn{

  position: relative;
   transition: .5s;
}
.baseBtn > span:first-of-type {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: #ffffff;
  color: var(--color);
  border: solid 1px #cc0b0b;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0);
  transition: .5s;
  z-index: 2
}
.baseBtn > span:last-of-type {
  min-width: 10em;
  height: 3em;
  line-height: 3em;
  background-color: var(--color);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    padding-left: 5em;
    padding-right: 2em;
    transition: .5s;
}
.baseBtn:hover > span:first-of-type {
  left: 100%;
  transform: translate(-100%);
}
.baseBtn:hover > span:last-of-type {
    padding-left: 2em;
    padding-right: 5em;
}
.baseBtn:hover > span:last-of-type::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
 
}
.baseArrow span.arrow {
  width: 3em;
  height: 3em;
  background-color: #ffffff;
  cursor: pointer;
}
.baseArrow span.arrow.arrow_r {
  background-color: var(--color);
  color: #ffffff;
}
.baseTit {
  position: relative;
}
.baseTit .Tit {
  line-height: 1.22222222;
}
.baseTit .Tit span {
  color: var(--color);
}
.page-header02{
  background: #ffffff;
}
.page-header02 .menu-btn{
  color: #ffffff;
  background: var(--color);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 8px 0;
  width: 100%;
  background: #fff;
}
#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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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-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: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
#header .nav .ui.menu .h-search::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #333333;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(1px, -50%);
  -moz-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 29px;
}
#header .nav .ui.menu .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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-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;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu 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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#header .nav .ui.menu .chat i {
  margin-left: 28px;
}
#header .nav .ui.menu .chat:hover {
  background: #000000;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
@-webkit-keyframes InUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes InUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes InUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
#banner {
  overflow: hidden;
  margin-top: 75px;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
}
#banner .hide{
  display: none;
}
#banner .video video{
  width: 100%;
  display: block;
}
#banner .bg {
  height: 853px;
  width: 100%;
}
#banner .content {
  position: absolute;
  left: 6%;
  top: 0;
  width: 50%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 40px;
}
#banner .content h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#banner .content .baseBtn {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#banner .content .left {
  height: 100%;
}
#banner .main .slick-active h2 {
  -webkit-animation: InUp 0.5s 0.5s 1 linear forwards;
  -moz-animation: InUp 0.5s 0.5s 1 linear forwards;
  animation: InUp 0.5s 0.5s 1 linear forwards;
}
#banner .main .slick-active .baseBtn {
  -webkit-animation: InUp 0.7s 0.5s 1 linear forwards;
  -moz-animation: InUp 0.7s 0.5s 1 linear forwards;
  animation: InUp 0.7s 0.5s 1 linear forwards;
}
#banner h2 {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.33333333;
  font-weight: bold;
}
#banner span.arrow {
  margin-left: -1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
#banner span.arrow.arrow_r {
  color: #ffffff;
}
#banner span.arrow.arrow_l {
  background-color: #ffffff;
}
#banner .bottom {
  right: 0;
  bottom: 0;
}
#banner .bottom .text {
  color: #ffffff;
  line-height: 1.55555556;
}
#banner .bottom .right {
  background-color: var(--color);
  color: #ffffff;
}
#banner .bottom .right > div {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#banner .bottom .right > div.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.col {
  color: var(--color);
}
.font-w-500 {
  font-weight: 500;
}
.tit_line {
  position: relative;
}
.tit_line::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.1em;
  width: 4px;
  height: 28px;
  background: var(--color);
}
#index-body .product {
  position: relative;
  background: #f8f8f8;
}
#index-body .product .box {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
#index-body .product .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #dcdcdc;
}
#index-body .product .left > div {
  padding: 0.6em 0.6em 0.6em 0.45em;
  position: relative;
}
#index-body .product .left > div::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.7em;
  width: 4px;
  height: 28px;
  background: var(--color);
}
#index-body .product .left .text {
  color: #353333;
  line-height: 1.55555556;
}
#index-body .product .right .mml-text {
  position: relative;
  border: solid 1px #cccccc;
  height: 100%;
}
#index-body .product .right .mml-text > i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
}
#index-body .product .right .mml-text > i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .product .right .mml-text > i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .product .right .mml-text > i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .product .right .mml-text > i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .product .right .mml-text:hover > i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .product .right .mml-text:hover > i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .product .right .mml-text:hover > i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .product .right .mml-text:hover > i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .product .right .mml-text:hover .text .name {
  color: var(--color);
  text-decoration: underline;
}
#index-body .product .right .mml-text:hover a.btn {
  opacity: 1;
}
#index-body .product .right .mml-text .img {
  background: #ffffff;
}
#index-body .product .right .mml-text .text .name {
  line-height: 1.5;
  min-height: 3em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  font-weight: 500;
}
#index-body .product .right .mml-text .text p {
  color: #353333;
  line-height: 1.625;
}
#index-body .product .right .mml-text a.btn {
  width: 3em;
  height: 3em;
  background-color: var(--color);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .about {
  background-color: var(--color);
  background-image: url(../images/home3-bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
#index-body .about .img {
  right: 0;
  top: 0;
  width: 67%;
  height: 100%;
}
#index-body .about .img * {
  height: 100%;
}
#index-body .about .img .bg {
  background-position: right center;
}
#index-body .about .baseBtn > span:first-of-type {
  border: 1px solid var(--color);
}
#index-body .about .left > div {
  background-color: #f8f8f8;
}
#index-body .about .left .text {
  line-height: 1.55555556;
  color: #353333;
}
#index-body .about .left .text span {
  border-bottom: 1px solid currentColor;
}
#index-body .about .right ul {
  height: 100%;
}
#index-body .about .right li > div {
  height: 100%;
  background-color: #f8f8f8;
}
#index-body .about .right li .icon {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
#index-body .about .right li .icon::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #ff8484;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform-origin: 28px 28px;
  -moz-transform-origin: 28px 28px;
  -ms-transform-origin: 28px 28px;
  transform-origin: 28px 28px;
  -webkit-animation: sc 7s linear infinite;
  -moz-animation: sc 7s linear infinite;
  animation: sc 7s linear infinite;
}
#index-body .about .right li:nth-child(2) .icon::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .about .right li:nth-child(3) .icon::after {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#index-body .about .right li:nth-child(4) .icon::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#index-body .about .right li .num {
  color: var(--color);
  line-height: 1.22222222;
}
#index-body .choose {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
#index-body .choose .container {
  padding-right: 0;
}
#index-body .choose .line_box {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#index-body .choose .box {
  position: relative;
}
#index-body .choose .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 180%;
  border-right: 1px solid #dcdcdc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .choose .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30.5%;
  height: 180%;
  border-right: 1px solid #dcdcdc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .choose .left {
  width: 30.5%;
}
#index-body .choose .left > div {
  padding: 0.5em 1.1em 0.5em 0.45em;
}
#index-body .choose .left > div::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.6em;
  width: 4px;
  height: 28px;
  background: var(--color);
}
#index-body .choose .left .text {
  color: #353333;
  line-height: 1.5;
  min-height: 6em;
}
#index-body .choose .right li {
  position: relative;
  z-index: 2;
}
#index-body .choose .right li::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .right li:hover::before {
  opacity: 1;
}
#index-body .choose .right li + li::after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .choose .right li > div {
  min-height: 1.6em;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#index-body .choose .right li:hover > div .mask {
  opacity: 1;
}
#index-body .choose .right li:hover> div .icon {
  background-color: #ffffff;
}
#index-body .choose .right li:hover > div .icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .choose .right li:hover > div .name {
  color: #ffffff;
}
#index-body .choose .right li:hover > div .text {
  color: #ffffff;
}
#index-body .choose .right li:hover > div .btns {
  opacity: 1;
}
#index-body .choose .right li .mask {
  width: 15%;
  right: 15%;
  top: 15%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .choose .right li .mask img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .choose .right li .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35) inset;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .choose .right li .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .choose .right li .name {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .choose .right li .text {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .choose .right li .btns {
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px solid #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .choose .right li .btns span {
  width: 1em;
}
#index-body .custom .box {
  border-left: 1px solid #dcdcdc;
}
#index-body .custom .box .top {
  padding-left: 0.45em;
  position: relative;
}
#index-body .custom .box .top::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.1em;
  width: 4px;
  height: 28px;
  background: var(--color);
}
#index-body .custom .box .top .right .tit {
  font-weight: 500;
}
#index-body .custom .box .baseBtn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  z-index: 3;
}
#index-body .custom .box .list {
  position: relative;
}
#index-body .custom .box .list .slickBtn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#index-body .custom .box .list .slickBtn > div {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
}
#index-body .custom .box .list .slickBtn > div i {
  font-size: 26px;
}
#index-body .custom .box .list .slickBtn > div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .custom .box .list .slickBtn .next {
  background: var(--color);
  color: #ffffff;
}
#index-body .custom .box .list .slickBtn .next:hover {
  background-color: #ffffff;
  color: #000000;
}
#index-body .news {
  overflow: hidden;
  background: #f8f8f8;
}
#index-body .news .box {
  border-left: 1px solid #dcdcdc;
}
#index-body .news .box .left {
  padding-left: 0.45em;
  position: relative;
}
#index-body .news .box .left::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.1em;
  width: 4px;
  height: 28px;
  background: var(--color);
}
#index-body .news .box .left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  height: 180%;
  border-right: 1px solid #dcdcdc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .box .left .cont {
  max-width: 280px;
}
#index-body .news .box .left .slickBtn > div {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
}
#index-body .news .box .left .slickBtn > div i {
  font-size: 26px;
}
#index-body .news .box .left .slickBtn > div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .box .left .slickBtn .next {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .box .left .slickBtn .next:hover {
  background-color: #ffffff;
  color: #000000;
}
#index-body .news .box .right .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .news .box .right ul {
  margin: -20px -24px;
}
#index-body .news .box .right ul li {
  padding: 20px 24px;
}
#index-body .news .box .right .mml-text {
  position: relative;
  border: solid 1px #cccccc;
  height: 100%;
  background: #ffffff;
}
#index-body .news .box .right .mml-text > i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
}
#index-body .news .box .right .mml-text > i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .news .box .right .mml-text > i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .news .box .right .mml-text > i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .news .box .right .mml-text > i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .news .box .right .mml-text:hover > i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .news .box .right .mml-text:hover > i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .news .box .right .mml-text:hover > i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .news .box .right .mml-text:hover > i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .news .box .right .mml-text:hover .text .name {
  color: var(--color);
  text-decoration: underline;
}
#index-body .news .box .right .mml-text:hover a.btn {
  opacity: 1;
}
#index-body .news .box .right .mml-text .text .name {
  line-height: 1.5;
  min-height: 3em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  font-weight: 500;
}
#index-body .news .box .right .mml-text .text p {
  color: #353333;
  line-height: 1.625;
}
#index-body .news .box .right .mml-text a.btn {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--color);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
strong {
  font-weight: bold;
}
#footer .box {
  border-left: 1px solid #dcdcdc;
}
#footer .left {
  padding: .8em 0em .5em ;
}
#footer .left > div {
  padding-left: .45em;
}
#footer .left li {
  line-height: 1.75;
}
#footer .left li img {
  vertical-align: text-top;
}
#footer .left .f-contact {
  max-width: 430px;
}
#footer .left .f-contact li i {
  width: 17px;
}
#footer .left .f-contact li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#footer .right {
  border-left: 1px solid #dcdcdc;
  padding: .8em 0 .5em;
}
#footer .right > div {
  padding-left: .45em;
}
#footer .right .form li {
  width: 100%;
  margin-bottom: 45px;
}
#footer .right .form li:last-child {
  margin-bottom: 0;
}
#footer .right .form .i1 {
  width: 40%;
}
#footer .right .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  line-height: 1.75;
  padding: 0 9px;
}
#footer .right .form input[type="submit"] {
  line-height: 1.5;
  height: 50px;
  padding: 0;
  border: 0;
  background-color: var(--color);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .right .form p {
  color: #bebebe;
}
#footer .right .form p em {
  color: var(--color);
}
#footer .map {
  height: 250px;
  background-color: #efefef;
}
#footer .bottom {
  padding: .2em 0em .22em .45em;
}
#footer .bottom p {
  color: #949494;
}
#footer .bottom p a {
  border-bottom: 1px solid currentColor;
}
#footer .bottom svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 27px;
  fill: #949494;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .bottom svg text {
  fill: #949494;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .bottom img.svg {
  height: 26px;
}
#footer .bottom .social-links a {
  width: 22px;
  height: 22px;
  background-color: var(--color);
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
#footer .bottom #goback {
  width: 3em;
  height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 36px;
    font-size: 18px;
  }
  #index-body .about .img {
    width: 66%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 15px;
  }
  #banner .bg {
    height: 700px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .bg {
    height: 650px;
  }
  #index-body .product .box,
  #index-body .about .box,
  #index-body .choose .box {
    margin-top: 0;
  }
  #index-body .product .left {
    width: 50%;
  }
  #index-body .product .right {
    width: 50%;
  }
  #index-body .about .img > div {
    width: 55%;
  }
  #index-body .about .left {
    width: 45%;
  }
  #index-body .about .right {
    width: 45%;
  }
  #index-body .choose .right li .content > div {
    width: 100%;
  }
  #index-body .choose::after {
    left: 50%;
  }
  #index-body .choose .box::after {
    left: 50%;
  }
  #index-body .choose .left {
    width: 50%;
  }
  #index-body .choose .right {
    width: 50%;
  }
  #footer .left > div {
    padding: .5em .5em .5em .7em;
  }
  #footer .right > div {
    padding: .5em;
  }
  #index-body .news .box .right ul {
    margin: -10px -15px;
  }
  #index-body .news .box .right ul li {
    padding: 10px 15px;
  }
  #index-body .news .box .left {
    width: 38%;
  }
  #index-body .news .box .right {
    width: 62%;
  }
  #footer .right .form .i1 {
    width: 48%;
  }
  #index-body .choose .right li .icon {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  .font-45 {
    font-size: 26px;
  }
  .font-30{
    font-size: 18px;
  }
  #banner .bottom {
    display: none;
  }
  #banner .content {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    height: auto;
    padding: 0;
  }
  #index-body .product::before {
    display: none;
  }
  #index-body .product .box {
    border: 0;
  }
  #index-body .product .left > div {
    padding: 0.5em 0;
  }
  #index-body .product .right .mml-text {
    border: 1px solid #dcdcdc;
  }
  #index-body .product .box::before {
    display: none;
  }
  #index-body .product .left > div::after {
    display: none;
  }
  #index-body .news .right .mml-text {
    border: 1px solid #dcdcdc;
  }
  #index-body .about .img {
    display: none;
  }
  #index-body .about .box {
    padding-left: 5%;
    padding-right: 5%;
  }
  #index-body .choose .box {
    border: 0;
  }
  #index-body .choose .box::after,
  #index-body .choose .box::before,
  #index-body .choose .left > div::after {
    display: none;
  }
  #index-body .choose::after {
    display: none;
  }
  #index-body .choose .left .text {
    min-height: auto;
  }
  #index-body .choose .left > div {
    padding: 0.5em 0;
  }
  #index-body .choose .right li::before {
    width: 100%;
  }
  #index-body .choose .right li + li::after {
    width: 100%;
  }
  #index-body .choose .right {
    border-top: 1px solid #dcdcdc;
  }
  #index-body .choose .right li .btns {
    display: none;
  }
  #index-body .choose .right li .icon {
    zoom: 0.65;
  }
  #index-body .choose .right li .content > div {
    width: 100%;
  }
  #index-body .custom .box .top::after {
    display: none;
  }
  #index-body .custom .box .top {
    padding-left: 0;
  }
  #index-body .custom .box {
    border-left: none;
  }
  #index-body .news .box .left {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }
  #index-body .news .box .left::before {
    display: none;
  }
  #index-body .news .box .left::after {
    display: none;
  }
  #index-body .news .box {
    border: none;
  }
  #index-body .news .box .right {
    width: 100%;
  }
  #footer::before {
    display: none;
  }
  #footer .box {
    padding-top: 40px;
    border: none;
  }
  #footer .right {
    border: 0;
  }
  #footer .left > div {
    padding: .5em 0;
  }
  #footer .right > div {
    padding: .5em 0;
  }
  #footer .bottom {
    padding: .2em 0;
  }
  .slickBtn {
    zoom: 0.9;
  }
  #footer .bottom #goback {
    zoom: 0.8;
  }
  #footer .right .form input[type="submit"] {
    font-size: 18px;
  }
  .tit_line::after {
    display: none;
  }
 
}
@media screen and (max-width: 700px) {
  #banner .content .left .hide-1000{
    display: none;
  }
   .more{
    zoom: 0.85;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 25%;
    zoom: 0.75;
  }
  #index-body .about .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .about .right li > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #banner .bg {
    height: 480px;
  }
  .font-60 {
    font-size: 25px;
  }
  .font-45 {
    font-size: 24px;
  }
  .slickBtn {
    zoom: 0.65;
  }
  #footer .bottom #goback {
    zoom: 0.7;
  }
  #index-body .custom .box .list .slickBtn {
    left: 10px;
    bottom: 10px;
  }
  #footer .right .form .i1 {
    width: 100%;
  }
  #footer .right .form input[type="submit"] {
    height: 40px;
    font-size: 16px;
  }
  #footer .bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .baseBtn {
    zoom: 0.8;
  }
  #footer .bottom #goback {
    zoom: 0.6;
  }
  #banner h2{
    font-size: 20px;
  }
  #banner .content .left .flex{
    margin-top: 15px;
  }
}


/*inner js*/

@-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);
  }
}

@-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);
  }
}

.inner-page .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;
  font-size: 18px;
}
.inner-page .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);
}
 @media screen and (max-width: 1000px) {
.inner-page .tag{
  font-size: 16px;
}
 }
  @media screen and (max-width: 700px) {
.inner-page .tag{
  font-size: 14px;
}
 }
.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;
}
 
 @media screen and (max-width: 1000px) {
   h2 br{
     display: none
   }
 }
.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 .baseBtn > span:last-of-type{
  background: #ffffff;
  color: #000000;
}
.about-page .about-2 .bottom .baseBtn > span:first-of-type{
  background: var(--color);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.about-page .about-2 .bottom .baseBtn:hover > span:last-of-type{
  color: #ffffff
}
.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{
  background: #f8f8f8;
}
.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 {
   font-size: 16px;
  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;
  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-2 .right_box .content {
    padding-left: 0;
  }
  .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 .right .content ul li .tit{
    font-size: 26px;
  }
  .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%;
  }
}



.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;
    font-size: 16px;
}

.m-page span {
    background: #222

}



.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 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 h6{
    font-size: 16px;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .service-page .service-3 .content{
    font-size: 16px;
  }
  .service-page .service-new .box ul li{
    width: 50%;
  }
  .service-page .service-2 .list ul li .left h4, .service-page .service-new .box ul h4{
    font-size: 22px;
  }
  .service-page .service-new .box ul li .box2{
    padding: 20px;
  }
}
@media screen and (max-width: 700px){
    .service-page .service-3 .content{
    font-size: 14px;
  }
   .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{
  border-bottom: 1px solid #dcdcdc;
}
.contact-page h2{
    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) {
}

@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-bottom: 40px;
  }
}




.video-page .init-1 {
  padding-top: 30px;
}
.video-page .init-1 .container .list {
  margin-top: 70px;
}
.video-page .init-1 .list:nth-child(2n){
  background: #fafafa;
}
.video-page .init-1 .list:nth-child(2n) .wrap{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.video-page .init-1 .list .left{
  width: 60%;
} 
.video-page .init-1 .list:nth-child(2n-1) .right{
  padding-left: 60px;
}
.video-page .init-1 .list:nth-child(2n) .right{
  padding-right: 60px;
}
.video-page .init-1 .list .left ul li.active{
  display: block;
}
.video-page .init-1 .list .left ul li iframe{
  width: 100%;
  height: 600px;
}
.video-page .init-1 .list .right{
  width: 40%;
}
.video-page .init-1 .list .right ul li .box{
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 10px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
.video-page .init-1 .list .right ul li.active .box,
.video-page .init-1 .list .right ul .slick-current li .box{
  border-color: var(--color);
}
.video-page .init-1 .list .right ul li a{
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 25px;
  background: var(--color);
  color: white;
  border-radius: 100px 0 0 100px; 
  padding: 8px;
  padding-left: 20px;
}
.video-page .init-1 .list .right ul li a i{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color);
}
.video-page .init-1 .list .right .title{
  position: relative;
  line-height: 1;
  padding-left: 15px;
}
.video-page .init-1 .list .right .title::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background: var(--color);
}
.video-page .init-2{
  background: url(../images/bg-2.jpg) no-repeat;
  color: white;
}
.video-page .init-2 .line{
  width: 64px;
  height: 6px;
  background: var(--color);
  margin: 0 auto 75px;
}
.video-page .init-2 ul li p{
  color: black;

}
.video-page .init-2 ul li .box{
  border-radius: 10px;
  border: 3px solid white;
}
.video-page .init-2 ul li .play{
  cursor: pointer;
}
.video-page .init-2 ul li .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;
}
@media screen and (max-width:1000px){
  .video-page .init-1 .list .left ul li iframe{
    height: 470px;
  }
  .video-page .init-1 .list .left{
    width: 100%;
  }
  .video-page .init-1 .list .right{
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
  .video-page .init-1 .list .right ul li .box > img{
    width: 100%;
  }
}
.gallery-page{
  border-bottom: 1px solid #dcdcdc;
}
.faq-page{
  border-bottom: 1px solid #dcdcdc;
}
.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 {
  flex: 1;
}
.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;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title{
    font-size: 17px;
  }
}
@media (max-width: 700px) {
 .faq-page .init-1 .container .content ul li .box .titleC .num{
   width: 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;
  }
}


.bt_col{
  background: #f8f8f8;
}
.bt_bor{
  border: 1px solid #dcdcdc;
}

.projects-page .app-1 .btn{
      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;
}
.projects-page .app-1 .btn:hover{
  background: #000000;
}



.project_det-page .prodet-1 .right .des,
.case-det-page ul li .des{
  color: var(--color);
}
.project_det-page .prodet-1 .right .text{
  max-height: 260px;
  overflow: auto;
}
.project_det-page .prodet-3 ul li h3{
  min-height: 90px;
}
.project_det-page .prodet-3 .img-box{
  border: 1px solid #efefef;
}
.project_det-page .prodet-1 .right .share li{
  position: relative;
}
.project_det-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;
}
.project_det-page .prodet-1 .right .share li .img img{
  width: 100%;
}
.project_det-page .prodet-1 .right .share li:hover .img{
   -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media (max-width: 1000px) {
   .project_det-page .prodet-1 .left{
    width: 100%;
  }
  .project_det-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .project_det-page .init-2{
    margin-top: 40px;
  }
}




.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%;
    }
}

.product-page .pro_box .left{
  position: sticky;
  top: 110px;
}
.product-page .pro_box .left .sidebar>div{
    padding: 27px 30px 30px;
    background-color: var(--noile-white3, #F7F7F7);
    margin-bottom: 30px;
    font-size: 16px;
}
.product-page .pro_box .left .sidebar .sidebar-search form{
  position: relative;
}
.product-page .pro_box .left .sidebar .sidebar-search .input{
    border: 0;
    outline: 0;
    padding: 10px 10px 10px 19px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    padding-right: 60px;
}
.product-page .pro_box .left .sidebar .sidebar-search .search-btn{
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  background-color:#1d1d1d;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.product-page .pro_box .left .sidebar .sidebar-search .search-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--color);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}
.product-page .pro_box .left .sidebar .sidebar-search .search-btn:hover::after {
  width: 350px;
}

.product-page .pro_box .left .sidebar .sidebar_navlist .nav> li{
  margin-bottom: 10px;
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav li ul{
  display: none;
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav li.active > ul{
  display: block;
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav a{
  display: block;
  font-size: 16px;
  padding: 7px 20px;
   transition: .5s;
} 
.product-page .pro_box .left .sidebar .sidebar_navlist .nav ul li.active > a,
.product-page .pro_box .left .sidebar .sidebar_navlist .nav ul li:hover > a{
  color: var(--color);
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav>li>a{
  padding: 10px 20px;
  display: block; 
  font-weight: 400;
  color: #A0A1A6;
  line-height: 1.875;
  background-color: #ffffff;
  text-transform: capitalize;
  transition: .5s;
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav >li>a.active,
.product-page .pro_box .left .sidebar .sidebar_navlist .nav >li>a:hover {
  color: #ffffff;
  background-color: var(--color);
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav 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;
}
.product-page .pro_box .left .sidebar .sidebar_navlist .nav i.active,
.product-page .pro_box .left .sidebar .sidebar_navlist li.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);
}

.product-page .pro_box .left .sidebar .sidebar_contact{
  color: #ffffff;
}
.product-page .pro_box .right .list ul{
  margin: -10px
}
.product-page .pro_box .right .list ul li{
  padding: 10px;
}
.product-page .pro_box .right .list ul li .ig{
  border: 1px solid #efefef;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-page .pro_box .right .list ul li .ig .text{
  padding: 25px 20px 30px;
  flex: 1;
   height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-page .pro_box .right .list ul li .ig .text .tit{
  font-size: 20px;
  flex: 1;
  margin: 10px 0 15px;
}
.product-page .pro_box .right .list ul li .ig .text .tit:hover{
  color: var(--color);
}
.product-page .pro_box .right .list ul li .ig .text .tp{
  font-size: 14px;
  padding: 7px 15px;
  background: #000000;
  color: #ffffff;
  transition: .5s;
}
.product-page .pro_box .right .list ul li .ig .text .tp:hover{
  background: var(--color);
}

@media (max-width: 1250px){
  .product-page .pro_box .left{
    display: none;
  }
  .product-page .pro_box .right{
    width: 100%;
  }
  .product-page .pro_box .right .list ul li .ig .text .tit{
    font-size: 18px;
  }
}

.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);
  min-height: 800px;
}
.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);
}
@media screen and (max-width:1250px){
  .seo_about .left{
    padding-left: 2%;
  }
}
@media screen and (max-width:1000px){
  .seo_about .rights{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    border: none;
  }
  .seo_about .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;
  }
  
   
}
@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;
  }

}
@media screen and (max-width:500px){
   .seo_about .left ul li:last-child{
    width: 100%;
  }
}


.prodet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
/*.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below -15% linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .prodet-1 .right h1 {
  line-height: 1.2;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: .8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  border: 1px solid var(--color);
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-2 .top span img{
  filter: invert(1)
}
.prodet-page .prodet-2 .top span.active,.prodet-page .prodet-2 .top span:hover{
 background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top span.active img,.prodet-page .prodet-2 .top span:hover img{
  filter: none;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.prodet-page .prodet-2 .content table {
  color: black;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}

.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top: 1px solid #dcdcdc;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.prodet-page .prodet-2 .list .box .text.font-16 {
    line-height: 1.8;
}


.prodet2-1 .slick-vertical .slick-slide {
    border: 0;
}

.prodet2-1 .play {
    font-size: 20px;
    width: 3em;
    height: 3em;
    border-radius: 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;
    color: #fff;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}


.prodet2-1 .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.prodet2-1 .play:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}



.prodet2-1 .big {
    width: 40%;
   margin: 0 auto;
}

.prodet2-1 .small {
    width: 10%;
    top: 50%;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
}

.prodet2-1 .small ul {
    margin: -8px;
}

.prodet2-1 .small li {
    padding: 8px;
}

.prodet2-1 .small li .img-box {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}

.prodet2-1 .small span.arrow {
  position: absolute;
  left: calc(50% - 1em);
  transform: rotate(90deg);
  font-size: 14px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;;
}

.prodet2-1 .small span.arrow.arrow_l {
  bottom: 102%;
}

.prodet2-1 .small span.arrow.arrow_r {
  top: 102%;
}

.prodet2-1 .cate {
    left: 15%;
    top: 15%;
    font-size: 8.17vw;
    line-height: 1;
    width: 70%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #9b9b9b;
    opacity: .18;
}

.prodet2-2 {
    margin-top: -1em;
}

.prodet2-2 .box {
    border-top: 1px solid rgba(163,163,163,.25);
    border-bottom: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .left > div {
    height: 100%;
}

.prodet2-2 .left .cate {
    color: var(--color);
}

.prodet2-2 .left .name {
    line-height: 1.1;
}

.prodet2-2 .left .msgbtn {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
    transition: .5s ease;
}

.prodet2-2 .left .msgbtn:hover {
  background-color: #000000;
  color: #ffffff;
}

.prodet2-2 .right {
    border-left: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .right > div + div {
    border-top: 1px solid rgba(163,163,163,.25);
}


.prodet2-2 .right .social-links a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.prodet2-3 .tag a {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
}

.prodet2-3 .tag a.active {
    color: #a4a4a4;
    background-color: #dedede;
}

.prodet2-3 .bar .left ul {
    margin: -5px;
}

.prodet2-3 .bar .left li {
    padding: 5px;
}

.prodet2-3 .bar .left li .plus {
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 50%;
    opacity: 0;
}

.prodet2-3 .bar .left li.active .plus {
    opacity: 1;
}

@media screen and (max-width: 1000px){
  .prodet2-2 .box .left>div{
    padding:30px 20px;
  }
    .prodet2-2 .box .right>div{
       padding:30px 20px;
    }
    .prodet-page .prodet-2 .top span img{
      zoom: 0.7
    }
    .prodet2-1 .small ul {
    margin: -4px;
}

.prodet2-1 .small li {
    padding: 4px;
}
.prodet2-1 .big{
    width: 75%
  }
  .prodet2-1 .small{
    width: 15%;
  }
}
@media screen and (max-width: 700px){
  .prodet2-1 .play{
    zoom: 0.7
  }
  
  
}

/*news-page*/
.news-page{
  border-bottom: 1px solid #dcdcdc;
}
.news-page .sideBox .right .info form {
  width: 100%;
  height: 38px;
  margin-bottom: 3rem;
}

.news-page .sideBox .right .info form input[type="text"] {
  width: 78.31%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 22px;
  font-size: 16px;
}

.news-page .sideBox .right .info form input[type="submit"] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/search.png) no-repeat center center #fff;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.news-page .sideBox .right .info ul li span {
  padding-right: 10px;
}

.news-page .sideBox .right .info ul li span img {
  border: none;
  padding: 0;
}

.news-page .sideBox .right .info ul li time {
  font-size: 14px;
  line-height: 2;
  color: var(--color);
}

.news-page .sideBox .right .info ul li h4 {
  font-size: calc(0.2085vw + 14px);
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .sideBox .right .info ul li h4:hover {
  color: var(--color);
}

.news-page .nlist li {
  padding: calc(0.8345vw + 14px) 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .nlist li:first-child {
  padding-top: 0;
}

.news-page .nlist li .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .img a {
  display: block;
}

.news-page .nlist li .img img {
  border-radius: 20px;
  width: 100%;
}

.news-page .nlist li .text {
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .text span {
  text-transform: uppercase;
}

.news-page .nlist li .text span a {
  font-size: 14px;
  line-height: 1;
}

.news-page .nlist li .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.news-page .nlist li .text h3 {

  font-weight: bold;
  line-height: 2;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .nlist li .text h3:hover {
  color: var(--color);
}

.news-page .nlist li .text p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page .nlist li .text .share {
  margin-top: 15px;
}

.news-page .nlist li .text .share li {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.news-page .nlist li .text .share li:nth-child(2) {
  background: #a7e987;
}

.news-page .nlist li .text .share li:nth-child(3) {
  background: #e16ab7;
}

.news-page .nlist li .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}

.news-page .nlist li .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.news-page .nlist li:nth-child(even) .img {
  left: 40%;
  padding-left: 20px;
  padding-right: 0;
}

.news-page .nlist li:nth-child(even) .text {
  left: 0%;
  padding-left: 0;
}

.news-page .nlist li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .left {
    padding-right: 0;
  }

  .news-page .nlist li .img {
    width: 100%;
    padding-right: 0;
  }

  .news-page .nlist li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .news-page .nlist li:nth-child(even) .img {
    left: 0;
  }

  .news-page .nlist li:nth-child(even) .text {
    left: 0;
  }
}

.inner-page .sideBox .left {
  width: 75%;
  padding-right: 20px;
}

.inner-page .sideBox .left .top {
  vertical-align: middle;
}

.inner-page .sideBox .left .top .title {
  font-size: calc(0.8345vw + 14px);
  color: #282828;
  line-height: 1.6;
}

.inner-page .sideBox .left .top .category {
  vertical-align: middle;
  position: relative;
}

.inner-page .sideBox .left .top .category h4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 293px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  margin: 0 0 0 auto;
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category h4 i {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: calc(0.315vw + 14px);
}

.inner-page .sideBox .left .top .category ul {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
  list-style: none;
  max-width: 293px;
  max-height: 320px;
  margin: 0;
  margin-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #282828;
  background-color: #fff;
  -webkit-transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  transition: 400ms ease all;
  z-index: 20;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  border-radius: 10px;
}

.inner-page .sideBox .left .top .category ul li {
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category ul li a {
  display: block;
  width: 100%;
  padding: 4px 14px;
}

.inner-page .sideBox .left .top .category ul li a.active {
  background-color: #ccc;
}

.inner-page .sideBox .left .list {
  margin-top: 1.5rem;
}

.inner-page .sideBox .left .list ul {
  margin: 0 -15px;
}

.inner-page .sideBox .left .list ul li {
  padding: 0 15px;
  margin-bottom: 2rem;
}

.inner-page .sideBox .left .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  padding-bottom: 20px;
  /*min-height: 482px;*/

}

.inner-page .sideBox .left .list ul li .box .text {
  margin: 15px 0 0;
  color: #282828;
}

.inner-page .sideBox .left .list ul li .box .text span {
  text-transform: uppercase;
}

.inner-page .sideBox .left .list ul li .box .text span a {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
}

.inner-page .sideBox .left .list ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -8px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.inner-page .sideBox .left .list ul li .box .text h3 {
  font-size: calc(0.315vw + 14px);
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: bold;
  min-height: 120px;
  line-height: 2;
  padding: 0 3px;
}

.inner-page .sideBox .left .list ul li .box .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

.inner-page .sideBox .left .list ul li .box .text .more {
  display: inline-block;
  margin-top: 15px;
  border-radius: 50px;
  padding: 11px 29.5px;
  font-size: 14px;
  background-color: var(--color);
  color: white;
}

.inner-page .sideBox .left .list ul li .box:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.inner-page .sideBox .left .list ul li .box:hover .text h3 {
  color: var(--color);
}

.inner-page .sideBox .right {
  width: 25%;
  padding-left: 20px;
  position: sticky;
  top: 110px;
  z-index: 9;
}

.inner-page .sideBox .right h3 {
  line-height: 1;
  color: #282828;
  margin-bottom: 1.35rem;
  font-weight: bold;
  
}

.inner-page .sideBox .right .info ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .sideBox .right .info ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  padding-right: 15px;
}

.inner-page .sideBox .right .info ul li span img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
}

.inner-page .sideBox .right .info ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  font-size: calc(0.1055vw + 14px);
  color: #282828;
}

.inner-page .sideBox .right .info ul li .text h5 {
  font-size: 19px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sideBox .right .info ul li .text h5:hover {
  color: var(--color);
}

.inner-page .sideBox .right .info ul li .text p {
  font-size: 14px;
}

.inner-page .sideBox .right .navs {
  margin-top: 3rem;
}

.inner-page .sideBox .right .navs ul li a {
  font-size: 15px;
  color: #282828;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.inner-page .sideBox .right .navs ul li li a {
  padding-left: 20px;
}

.inner-page .sideBox .right .navs ul li.active>a,
.inner-page .sideBox .right .navs ul li a:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro {
  margin-top: 30px;
}

.inner-page .sideBox .right .related-pro ul li .img-box {
  vertical-align: middle;
}

.inner-page .sideBox .right .related-pro ul li .rights {
  vertical-align: middle;
  padding-left: 12px;
}

.inner-page .sideBox .right .related-pro ul li .rights h5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: calc(0.1055vw + 14px);
}

.inner-page .sideBox .right .related-pro ul li .rights .more {
  font-size: calc(0.1055vw + 14px);
}

.inner-page .sideBox .right .related-pro ul li .rights .more:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro ul li:hover .rights h5 {
  color: var(--color);
}
.inner-page .sideBox .right h3 {
  line-height: 2
}

.inner-page .sideBox .right .related-pro ul li .rights h5 {
  line-height: 1.6
}

.inner-page .sideBox .right .related-pro ul li .rights .more {
  line-height: 2
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left {
    width: 100%;
  }

  .inner-page .sideBox .left .top {
    margin-top: 20px;
  }

  .inner-page .sideBox .right {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .inner-page .sideBox .left .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sideBox .left .list ul li {
    width: 100%;
  }
}
/*newdet-page*/
.newdet-page{
  border-bottom: 1px solid #dcdcdc;
}
.newdet-page .header span {
  text-transform: uppercase;
}

.newdet-page .header span a {
  font-size: 14px;
  line-height: 1;
}

.newdet-page .header span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -6px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.newdet-page .header h1 {
  font-size: 35px;
  
  line-height: 1.6;
  font-weight: bold;
  margin-top: 15px;
}

.newdet-page .content {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}

.newdet-page .content img {
  width: 100%;
}

.newdet-page .text {
  margin-top: 15px;
}

.newdet-page .text dl {
  width: 320px;
  font-size: 16px;
  line-height: 2;
}

.newdet-page .text dl dt {
  /*min-width: 49%;*/
  padding-right: 1rem;
  display: inline-block;
  font-weight: bold;
}

.newdet-page .text dl dd {
  min-width: 49%;
  display: inline-block;
}

.newdet-page .text .share {
  margin-top: 1rem;
}

.newdet-page .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .text .share li:nth-child(2) {
  background: #a7e987;
}

.newdet-page .text .share li:nth-child(3) {
  background: #e16ab7;
}

.newdet-page .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}

.newdet-page .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.newdet-page .form {
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 81%;
}

.newdet-page .form .desc h3 {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.newdet-page .form .desc p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  margin-bottom: 15px;
}

.newdet-page .form form {
  width: 600px;
  text-align: center;
}

.newdet-page .form form ul {
  text-align: left;
}

.newdet-page .form form li {
  margin-bottom: 15px;
}

.newdet-page .form form li label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}

.newdet-page .form form li textarea,
.newdet-page .form form li input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 22px;
  font-size: 15px;
}

.newdet-page .form form li textarea {
  padding: 15px 22px;
  height: 248px;
  border-radius: 20px;
}

.newdet-page .form form li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .form form li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
}

.newdet-page .form form input[type="submit"] {
  padding: 10px 26px 9px;
  font-size: 15px;
  background-color: var(--color);
  border-radius: 50px;
  border: none;
  margin-top: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .form form input[type="submit"]:hover {
  box-shadow: 0 0 0 4em var(--color) inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
}

.newdet-page .m-link {
  margin: 30px 0 calc(4.479vw + 14px) 0;
  border-bottom: 1px solid #dcdcdc;
}

.newdet-page .m-link i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.newdet-page .m-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(0.1055vw + 14px);
  font-weight: bold;
  margin: 20px 10px 20px;
  max-width: 60%;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .m-link span em {
  color: var(--color);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

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

.newdet-page .m-link span:hover em {
  color: #fff;
}

.newdet-page .m-link span:hover {
  color: #fff;
}

.newdet-page .m-link .prev {
  text-align: left;
}

.newdet-page .m-link .next {
  text-align: right;
}

.newdet-page .ui.container .content p {
  font-size: 18px !important;
  color: #666 !important;
  text-align: left !important;
  line-height: 2 !important;
  height: auto !important;
}

.newdet-page .ui.container .content ul li {
  padding: 5px 10px !important;
  line-height: 2;
  font-size: calc(0.1055vw + 14px);
  color: #666 !important;
}

.newdet-page .ui.container .content h3 {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  padding: 10px 5px;
}

.newdet-page .ui.container .content h2 {
  font-size: calc(0.315vw + 14px);
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #e16ab7;
}

.newdet-page .ui.container .content ol li,
.newdet-page .ui.container .content ul li {
  list-style: disc;
  list-style-position: inside;
}
.newdet-page .m-link span {
  line-height: 1.8
}


@media screen and (max-width: 700px) {
  .newdet-page .content{
    font-size: 16px;
  }
  .newdet-page .ui.container .content p {
  font-size: 16px !important;
  }
  .newdet-page .text .share {
    display: none;
  }

  .newdet-page .form {
    width: 100%;
  }

  .newdet-page .form form {
    width: 100%;
  }

  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    width: 100%;
    text-align: left;
  }

  .newdet-page .m-link .text {
    margin-top: 15px;
  }
}

ul>p{
  padding: 20px;
}