@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot") format("eot"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("eot"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyBold.eot");
  src: url("../fonts/RanyBold.eot") format("eot"), url("../fonts/RanyBold.woff2") format("woff2"), url("../fonts/RanyBold.woff") format("woff"), url("../fonts/RanyBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #0087c1;
  font-weight: 300;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.font-bold,
.title {
  font-family: "Rany";
  font-weight: bold;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  background-color: #0087c1;
  border-radius: 16px;
  display: inline-block;
  padding: 0 27px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 86px;
  font-size: 24px;
  font-family: "Rany";
  font-weight: bold;
  z-index: 2;
}
.more div::after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 20px;
}
.more div::before {
  content: "\f0da";
  font: normal normal normal 14px / 1 FontAwesome;
  color: var(--color);
  position: absolute;
  font-size: 18px;
  right: 16px;
  line-height: 1;
}
.more::after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: var(--color);
}
.more:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page-header01{
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #000000;
}
.page-header01.active{
  background: #ffffff;
}
table tr:nth-child(even){
  color: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#header .nav {
  padding: 20px;
  width: 100%;
}
#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;
  filter: brightness(0) invert(1);
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 23px;
  color: #ffffff;
  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: 18px;
}
#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: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../images/t_down.png) no-repeat center center;
  margin-left: 4px;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../images/t_tip.png) no-repeat center center;
  position: absolute;
  right: 3px;
  top: 14px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  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 .menu-box ul.menu > li:nth-child(2) > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) > a::after {
  opacity: 1;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 40px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 24px;
}
#header .nav .ui.menu .h-language span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 26px;
  margin-right: 11px;
}
#header .nav .ui.menu .h-language span i {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 8px;
}
#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;
}
#header.active {
  background: #111111;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
}
#header.active2 {
  background: #ffffff;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
}
#header.active2 .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header.active2 .nav .ui.menu .menu-box ul.menu > li > a::before,
#header.active2 .nav .ui.menu .menu-box ul.menu > li > a::after,
#header.active2 .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active2 .nav .ui.menu .h-language span {
  color: #000000;
}
#header.active2 .nav .ui.menu .logo img,#header.active .nav .ui.menu .logo img {
  filter: none;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}
#banner ul li .video{
  position: relative;
}

#banner ul li .video::after{
  content: '';
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top,#111212 40% ,transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  bottom: 120px;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
#banner ul li .text .ui {
  position: static;
}
#banner ul li .text .left {
  width: 58%;
  padding: 50px 0;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner ul li .text .left .cont {
  font-weight: 500;
  line-height: 2;
}
#banner ul li .text .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner ul .slick-active .text .left {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .slick-active .text .right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.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);
  }
}
.lh-1 {
  line-height: 1;
}
#index-body {
  background: #111212;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#index-body.active {
  background: #ffffff;
  color: #000000;
}
#index-body .about {
  background: url(../images/a_bg.jpg) no-repeat center bottom / 1920px;
  position: relative;
  z-index: 2;
}
#index-body .about .top .left {
  width: 73%;
}
#index-body .about .top .left .title {
  background: -webkit-linear-gradient(330deg, #bebebe 6%, #ffffff 10%, #ffffff 80%, #bebebe 93%);
  background: -moz-linear-gradient(330deg, #bebebe 6%, #ffffff 10%, #ffffff 80%, #bebebe 93%);
  background: linear-gradient(120deg, #bebebe 6%, #ffffff 10%, #ffffff 80%, #bebebe 93%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .about .top .left .cont {
  line-height: 2;
}
#index-body .about .top .left .btn {
  font-size: 18px;
  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;
  color: var(--color);
}
#index-body .about .top .left .btn span {
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color);
}
#index-body .about .top .left .btn img {
  margin-left: 20px;
}
#index-body .about .top .right {
  text-align: right;
}
#index-body .about .top .right .txt {
  display: inline;
  font-family: Anton;
  font-size: 115px;
  line-height: 1.1;
}
#index-body .about .top .right .txt .p1 {
  background: -webkit-linear-gradient(325deg, #0087c1 35%, #a5d5e9 50%, #a5d5e9 70%, #0087c1 80%);
  background: -moz-linear-gradient(325deg, #0087c1 35%, #a5d5e9 50%, #a5d5e9 70%, #0087c1 80%);
  background: linear-gradient(125deg, #0087c1 35%, #a5d5e9 50%, #a5d5e9 70%, #0087c1 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .about .top .right .txt .p2 {
  background: -webkit-linear-gradient(325deg, #0087c1 25%, #a5d5e9 40%, #a5d5e9 60%, #0087c1 70%);
  background: -moz-linear-gradient(325deg, #0087c1 25%, #a5d5e9 40%, #a5d5e9 60%, #0087c1 70%);
  background: linear-gradient(125deg, #0087c1 25%, #a5d5e9 40%, #a5d5e9 60%, #0087c1 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .about .bottom .box {
  max-width: 1250px;
  margin: 0 auto;
}
#index-body .about .bottom .box .tip{
  padding: 0 150px;
}
#index-body .about .bottom .box .tip .rg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 35px;
  line-height: 2;
}
#index-body .about .bottom .box .tip .icon {
  margin-right: 35px;
}
#index-body .about .bottom .box .img {
  text-align: center;
  position: relative;
}
#index-body .about .bottom .box .img .play-btn {
  background: #000000;
}
#index-body .product {
  overflow: hidden;
  margin-top: -50px;
  background: #000000;
}
#index-body .product .tip{
  position: relative;
  z-index: 5;
}
#index-body .product .tip .cont {
  /*color: #f5f5f5;*/
  line-height: 2;
}
#index-body .product .tip .title {
  background: -webkit-linear-gradient(330deg, #bebebe 20%, #ffffff 25%, #ffffff 70%, #bebebe 80%);
  background: -moz-linear-gradient(330deg, #bebebe 20%, #ffffff 25%, #ffffff 70%, #bebebe 80%);
  background: linear-gradient(120deg, #bebebe 20%, #ffffff 25%, #ffffff 70%, #bebebe 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .product .top ul {
  margin: -25px;
}
#index-body .product .top li {
  padding: 25px;
}
#index-body .product .top li.active .ig,
#index-body .product .top li:hover .ig {
  background: var(--color);
}
#index-body .product .top li .ig {
  height: 80px;
  border-radius: 17px;
  border: solid 2px #dedede;
  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;
  min-width: 375px;
  padding: 0 30px 0 25px;
  background: #575757;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .top li .ig .icon {
  margin-right: 20px;
}
#index-body .product .bottom .swiper {
  overflow: hidden;
  padding: 0 30px;
}
#index-body .product .bottom ul {
  margin: -10px;
}
#index-body .product .bottom ul li {
  padding: 10px;
}
#index-body .product .bottom .item .img {
  position: relative;
  padding: 30px;
}
#index-body .product .bottom .item .img > img {
  width: 100%;
}
#index-body .product .bottom .item .img .more {
  position: absolute;
  width: 100%;
  height: 70px;
  border-radius: 0;
  zoom: 1;
  top: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  z-index: 3;
}
#index-body .product .bottom .item .img .more div {
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  padding-left: 10px;
}
#index-body .product .bottom .item .img .txt {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .item .img .txt .cont {
  color: #e6e6e6;
  text-align: center;
  max-height: 7em;
  overflow-y: auto;
}
#index-body .product .bottom .item .tit {
  padding: 0 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .item:hover .img .more {
  opacity: 1;
}
#index-body .product .bottom .item:hover .img .txt {
  opacity: 1;
}
#index-body .product .bottom .item:hover .tit {
  opacity: 0;
}
#index-body .product .bottom .list {
  position: relative;
}
#index-body .product .bottom .list .slickBtn div {
  width: 61px;
  height: 61px;
  background-color: #7d7d7d;
  border-radius: 0;
  position: absolute;
}
#index-body .product .bottom .list .slickBtn div:hover {
  background: var(--color);
}
#index-body .product .bottom .list .slickBtn .prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .product .bottom .list .slickBtn .next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  margin-left: 0;
}
#index-body .solution {
  padding: 200px 0 670px;
  background: url(../images/adv.jpg) no-repeat top center / cover;
}
#index-body .solution .title {
  display: inline-block;
  background: -webkit-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 60%, #bebebe 70%);
  background: -moz-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 60%, #bebebe 70%);
  background: linear-gradient(120deg, #bebebe 20%, #ffffff 26%, #ffffff 60%, #bebebe 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .solution .box {
  max-width: 890px;
  margin: 0 auto;
}
#index-body .solution .box .btn {
  display: inline-block;
  height: 44px;
  background-color: #333333;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  padding: 0 48px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solution .box .btn:hover {
  background: var(--color);
}
#index-body .industries .tip {
  max-width: 640px;
}
#index-body .industries .tip .title {
  background: -webkit-linear-gradient(330deg, #bebebe 20%, #ffffff 25%, #ffffff 75%, #bebebe 85%);
  background: -moz-linear-gradient(330deg, #bebebe 20%, #ffffff 25%, #ffffff 75%, #bebebe 85%);
  background: linear-gradient(120deg, #bebebe 20%, #ffffff 25%, #ffffff 75%, #bebebe 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .industries .tip .cont {
  line-height: 2;
  color: #f5f5f5;
}
#index-body .industries .bottom {
  position: relative;
}
#index-body .industries .bottom .ig {
  position: relative;
}
#index-body .industries .bottom .ig > img {
  width: 100%;
}
#index-body .industries .bottom .ig .tp {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding: 10px 0;
  width: 100%;
  left: 0;
  top: 0;
  border-left: 15px solid rgba(248, 248, 248, 0.4);
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .industries .bottom .ig .tit {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding: 10px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 35px;
}
#index-body .industries .bottom .ig:hover .tp {
  border-left: 15px solid var(--color);
}
#index-body .industries .bottom .slickBtn div {
  width: 61px;
  height: 61px;
  background-color: #7d7d7d;
  border-radius: 0;
  position: absolute;
}
#index-body .industries .bottom .slickBtn div:hover {
  background: var(--color);
}
#index-body .industries .bottom .slickBtn .prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .industries .bottom .slickBtn .next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  margin-left: 0;
}
#index-body .capabilities .tip .title {
  display: inline-block;
  background: -webkit-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 70%, #bebebe 80%);
  background: -moz-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 70%, #bebebe 80%);
  background: linear-gradient(120deg, #bebebe 20%, #ffffff 26%, #ffffff 70%, #bebebe 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .capabilities .bottom {
  background: #ffffff;
  color: #303030;
  padding: 1px 80px 0;
}
#index-body .capabilities .bottom .center {
  margin-top: -70px;
}
#index-body .capabilities .bottom .center .left {
  width: 44%;
}
#index-body .capabilities .bottom .center .left img {
  width: 100%;
}
#index-body .capabilities .bottom .center .right {
  width: 56%;
  padding-top: 70px;
}
#index-body .capabilities .bottom .center .cont {
  line-height: 2;
}
#index-body .capabilities .bottom .data_list {
  background-color: #303030;
  color: #ffffff;
  padding: 76px 45px;
}
#index-body .capabilities .bottom .data_list .txt {
  width: 23%;
}
#index-body .capabilities .bottom .data_list .data {
  width: 77%;
}
#index-body .capabilities .bottom .data_list .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#index-body .capabilities .bottom .data_list .data ul li {
  width: 20%;
  text-align: center;
  padding: 0 20px;
}
#index-body .capabilities .bottom .data_list .num {
  font-family: Anton;
  line-height: 1;
  margin-bottom: 18px;
}
#index-body .capabilities .bottom .bot .left {
  width: 45%;
}
#index-body .capabilities .bottom .bot .left img {
  width: 100%;
}
#index-body .capabilities .bottom .bot .right {
  width: 55%;
}
#index-body .capabilities .bottom .bot .cont {
  line-height: 2;
}
#index-body .news .tip .title {
  display: inline-block;
  background: -webkit-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 75%, #bebebe 85%);
  background: -moz-linear-gradient(330deg, #bebebe 20%, #ffffff 26%, #ffffff 75%, #bebebe 85%);
  background: linear-gradient(120deg, #bebebe 20%, #ffffff 26%, #ffffff 75%, #bebebe 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#index-body .news .tip .con {
  max-width: 630px;
}
#index-body .news .tip .right {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .news .tip .right .btn1 {
  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;
}
#index-body .news .tip .right .btn1 div {
  width: 44px;
  height: 44px;
  background-color: #333333;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .news .tip .right .btn1 div:hover {
  background: var(--color);
}
#index-body .news .tip .right .btn1 .next {
  margin-left: 10px;
}
#index-body .news .tip .right .btns {
  height: 44px;
  background-color: #333333;
  border-radius: 22px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 44px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 35px;
}
#index-body .news .tip .right .btns:hover {
  background: var(--color);
}
#index-body .news .bottom ul {
  margin: -5px;
}
#index-body .news .bottom ul li {
  padding: 5px;
}
#index-body .news .bottom .ig {
  border: solid 2px #3d3d3d;
  padding: 65px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
#index-body .news .bottom .ig::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/line.png) no-repeat center right / 790px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/line3.png) no-repeat center left / 790px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig .time {
  width: 54px;
  background-color: #333333;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
#index-body .news .bottom .ig .time .dot {
  margin: 5px 0;
}
#index-body .news .bottom .ig .time .dot img {
  margin: 0 auto;
}
#index-body .news .bottom .ig .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 28px;
}
#index-body .news .bottom .ig .text .t1 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig .text .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .ig .text .conts {
  color: #666666;
  font-size: 16px;
}
#index-body .news .bottom .ig .text .more_btn {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig:hover::before {
  opacity: 1;
}
#index-body .news .bottom .ig:hover::after {
  opacity: 1;
}
#index-body .news .bottom .ig:hover .time {
  background: var(--color);
}
#index-body .news .bottom .ig:hover .more_btn {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .f-box .left {
  width: 28%;
}
#footer .f-box .left .btns {
  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;
}
#footer .f-box .left .btns .jt {
  width: 56px;
  height: 56px;
  background-color: #0087c1;
  border-radius: 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;
  margin-right: 14px;
}
#footer .f-box .right {
  width: 72%;
}
#footer .f-box .right .rg-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-box .right .rg-box .tit {
  font-size: 26px;
  line-height: 1;
}
#footer .f-box .right .rg-box li {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 0.5em;
}
#footer .f-box .right .rg-box li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .right .rg-box li a:hover {
  color: #ffffff;
}
#footer .f-box .right .rg-box .f-contact {
  max-width: 480px;
}
#footer .f-box .right .rg-box .f-contact .add {
  width: 90%;
}
#footer .f-box .right .rg-box .f-contact .mail span {
  white-space: nowrap;
}
#footer .f-box .right .rg-box .f-form {
  width: 325px;
}
#footer .f-box .right .rg-box .f-form li {
  margin-bottom: 25px;
}
#footer .f-box .right .rg-box .f-form li input {
  width: 100%;
  height: 36px;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding-right: 30px;
  line-height: 1;
}
#footer .f-box .right .rg-box .f-form li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-box .right .rg-box .f-form li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-box .right .rg-box .f-form li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-box .right .rg-box .f-form li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-box .right .rg-box .f-form li input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-box .right .rg-box .f-form .i1 input {
  background: url(../images/f-icon.png) no-repeat right center;
}
#footer .f-box .right .rg-box .f-form .i2 input {
  background: url(../images/f-icon2.png) no-repeat right center;
}
#footer .f-box .right .rg-box .f-form .submit {
  display: inline-block;
  margin-bottom: 0;
}
#footer .f-box .right .rg-box .f-form .submit input {
  height: 21px;
  line-height: 1;
  padding: 0;
  color: var(--color);
  border-bottom: 1px solid var(--color);
  font-weight: bold;
}
#footer .f-box .right .bott .share {
  width: 45%;
  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;
}
#footer .f-box .right .bott .share 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;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #ffffff;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 9px;
}
#footer .f-box .right .bott .share a i {
  font-size: 20px;
  margin-right: 5px;
}
#footer .f-copy {
  width: 54%;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 18px 0 17px;
  position: relative;
  font-weight: 500;
}
#footer .f-copy .ui {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
#footer .f-copy .bq,
#footer .f-copy .zdy {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover,
#footer .f-copy .zdy:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 25px;
  fill: #ffffff;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #footer .f-box .right .rg-box .f-contact {
    max-width: 380px;
  }
  #footer .f-box .right .rg-box .f-contact .add {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .product .bottom .item .img {
  padding: 20px;
}
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
    margin-right: 14px;
  }
  #header .nav .ui.menu .h-search,
  #header .nav .ui.menu .h-language {
    margin-left: 20px;
  }
  #banner ul li .text .left .title {
    zoom: 0.9;
  }
  #index-body .capabilities .bottom .data_list .data {
    padding-left: 20px;
  }
  #index-body .product .top ul {
    margin: -10px;
  }
  #index-body .product .top li {
    padding: 10px;
  }
  #index-body .product .top li .ig {
    padding: 0 20px;
  }
  #index-body .solution {
    padding: 180px 0 450px;
  }
  #index-body .capabilities .bottom .data_list .data ul {
    margin: 0 -10px;
  }
  #index-body .capabilities .bottom .data_list .data ul li {
    padding: 0 10px;
  }
  #index-body .capabilities .bottom .data_list {
    padding: 45px 25px;
  }
  #footer .f-box .right .rg-box .f-contact {
    max-width: 300px;
  }
  #footer .f-box .right .rg-box .f-form {
    max-width: 300px;
  }
  #footer .f-box .right .rg-box .tit {
    font-size: 22px;
  }
  #index-body .news .bottom .ig {
    padding: 35px 20px;
  }
  #index-body .about .top .right .txt {
    font-size: 100px;
  }
  #index-body .capabilities .bottom {
    padding: 1px 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .about .bottom .box .tip{
    padding: 0 100px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner ul li .text .left {
    padding: 30px 0;
  }
  #banner ul li .text .right {
    width: 30%;
  }
  #banner ul li .text .left {
    width: 70%;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .capabilities .bottom .data_list .txt {
    width: 100%;
  }
  #index-body .capabilities .bottom .data_list .data {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-box .right .rg-box .f-nav {
    display: none;
  }
  #footer .f-box .right .bott .share {
    width: 100%;
  }
  #footer .f-copy {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .bottom .box .tip{
    padding: 0 ;
  }
  #index-body .product .top li .ig {
    min-width: 320px;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .right {
    display: none;
  }
  #banner ul.slick-dots {
    zoom: 0.7;
  }
  #index-body .about .top .right {
    display: none;
  }
  #index-body .about .bottom .box .tip .rg {
    margin-left: 0;
    margin-top: 25px;
  }
  #index-body .capabilities .bottom .center {
    margin-top: 0;
  }
  #index-body .capabilities .bottom .center .right {
    padding-top: 0;
  }
  #index-body .capabilities .bottom {
    padding: 30px 0;
  }
  #index-body .capabilities {
    background: #ffffff;
    padding-top: 40px;
  }
  #index-body .capabilities .tip .title {
    background: -webkit-linear-gradient(330deg, #bebebe 20%, #000000 26%, #000000 70%, #bebebe 80%);
    background: -moz-linear-gradient(330deg, #bebebe 20%, #000000 26%, #000000 70%, #bebebe 80%);
    background: linear-gradient(120deg, #bebebe 20%, #000000 26%, #000000 70%, #bebebe 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  #footer .f-box .right .rg-box .f-contact {
    max-width: 100%;
    margin-top: 30px;
  }
  #footer .f-box .right .rg-box .f-form {
    max-width: 100%;
    margin-top: 30px;
  }
  #index-body .product .bottom .list .slickBtn div,
  #index-body .industries .bottom .slickBtn div {
    zoom: 0.8;
  }
  #banner ul li .text {
    bottom: 50px;
  }
  #banner .slickDots {
    display: none;
  }
  .font-28 {
    font-size: 20px;
  }
  #index-body .news .tip .right {
    margin-top: 20px;
  }
  #footer .f-box .right .rg-box {
    padding-left: 0;
    border-left: none;
  }
  #footer .f-box .right .rg-box .tit {
    font-size: 20px;
  }
  #index-body .capabilities .bottom .bot .right {
    margin: 25px 0;
  }
  #index-body .news .bottom .ig .text .t1 {
    font-size: 18px;
  }
  #index-body .news .bottom .ig .time {
    font-size: 16px;
  }
  #index-body .news .bottom .ig .text {
    padding-left: 12px;
  }
  #index-body .news .bottom .ig {
    padding: 25px 15px;
  }
  #index-body .product{
    margin-top: 0;
  }
   #index-body .product .bottom .item .img {
  padding: 10px;
}
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 30%;
    zoom: 0.75;
  }
  #banner ul li .text .left {
    padding: 0;
  }
  #banner ul li .text .left .cont {
    display: none;
  }
  .font-50 {
    font-size: 26px;
  }
  .font-48,.font-56 {
    font-size: 24px;
  }
  .font-40,.font-36 {
    font-size: 22px;
  }
  #index-body .capabilities .bottom .data_list .data ul li {
    width: 33%;
    margin-bottom: 20px;
  }
  #index-body .capabilities .bottom .data_list .data ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  #index-body .solution {
    padding: 150px 0 250px;
  }
  #index-body .product .bottom .list .slickBtn div,
  #index-body .industries .bottom .slickBtn div {
    display: none;
  }
  #index-body .about .bottom .box .tip .icon {
    zoom: 0.7;
  }
  #index-body .news .tip .right {
    zoom: 0.8;
  }
  #footer .f-box .right .bott .share {
    display: none;
  }
  #index-body .capabilities .bottom .data_list {
    padding: 30px 15px;
  }
  #index-body .news .bottom .ig .text .t1 {
    font-size: 16px;
  }
  #index-body .news .bottom .ig .time {
    font-size: 14px;
  }
  #index-body .news .bottom .ig .text .conts {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .font-48,.font-56 {
    font-size: 22px;
  }
  .font-40,.font-36 {
    font-size: 21px;
  }
  #banner ul li > img,#banner ul li video {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .capabilities .bottom .data_list .data ul li {
    width: 50%;
  }
}


/*inner*/
.body-overflow-box.inners{
  background: #363636;
  color: #ffffff;
}
.inner-banner {
  position: relative;
  padding-top: 220px;
  height: 368px;
}
.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.inner-banner .mbx h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: uppercase;
      font-family: "Rany";
    font-weight: bold;
}
.inner-banner .mbx h2 em {
  color: var(--color);
}
.inner-banner .mbx p {
  font-size: 18px;
  opacity: 0.8;
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .left {
  margin-top: -15px;
}
.about-page .about-1 .img_box {
  position: relative;
  z-index: 2
}
.about-page .about-1 .img_box .img {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.about-page .about-1 .img_box .text {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  width: 50%;
  z-index: -1
}
.about-page .about-2 {
  padding: 120px 0;
}
.about-page .about-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li:nth-child(even) {
  -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;
}
.about-page .about-2 ul li:nth-child(even) .left {
  padding-right: 0;
  padding-left: 55px;
}
.about-page .about-2 ul li .left {
  padding-right: 55px;
}
.about-page .about-2 ul li .left p {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-2 ul li .left p em {
  color: white;
}
.about-page .about-2 ul li .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.about-page .about-2 ul li .left .list_box .list:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.about-page .about-2 ul li .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}



.about-page .about-2 ul li .right {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-3 {
  background: url(/cn-hawks/2026/05/21/about4.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 150px;
}

.inner-page .fixed-left{
  width: 25% !important;
  position: sticky;
  top: 120px;
  padding-right: 60px;
}
.inner-page .fixed-left .inner-cat {
  margin-bottom: 40px;
}
.inner-page .fixed-left .inner-cat ul li {
  padding: 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .fixed-left .inner-cat ul li.active > a,
.inner-page .fixed-left .inner-cat ul li.active > a span {
  color: var(--color);
}
.inner-page .fixed-left .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .fixed-left .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .fixed-left .inner-cat ul li a {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .fixed-left .inner-cat > ul > li > a {
  width: calc(100% - 20px);
    display: block;
}
.inner-page .fixed-left .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .fixed-left .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .fixed-left .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .fixed-left .inner-cat ul li .item_cont{
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-bottom: 10px;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  max-height: 2000px;
}
.inner-page .fixed-left .inner-cat ul li{
  position: relative;
}
.inner-page .fixed-left .inner-cat ul li i{
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: absolute;
  right: 0;
  top:-2px;
  transition: all 0.5s;
  cursor: pointer;
  transform: rotate(-90deg)
}
.inner-page .fixed-left .inner-cat ul li.active i{
  transform: rotate(90deg);
}
.inner-page .scroll-right{
  width: 75% !important;
}

.inner-page ul.nav {
  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;*/
  /*background-color: #dcdcdc;*/
  border-radius: 10px;
  margin-bottom: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page ul.nav li {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px 100px;
    transform: skewX(30deg);
    transform-origin: left top; 
}
.inner-page ul.nav li a {
  font-size: 24px;
  font-weight: bold;
  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  z-index: 2;
  color: var(--color);
  transform: skewX(-30deg);
      
}
.inner-page ul.nav li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page ul.nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.inner-page ul.nav li:hover a,
.inner-page ul.nav li.active a {
  color: white;
}
.inner-page ul.nav li:hover a::before,
.inner-page ul.nav li.active a::before {
  opacity: 1;
}
.inner-page ul.nav li:hover a::after,
.inner-page ul.nav li.active a::after {
  width: 100%;
}
.inner-page ul.nav li:hover::after,
.inner-page ul.nav li.active::after {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .img_box .text {
    max-width: 50%;
  }
   .inner-page ul.nav li {
    padding: 20px 70px;
  }
}
@media screen and (max-width: 1250px) {
    .inner-page .fixed-left{
    display: none;
    width: 100% !important;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
    .inner-page .scroll-right{
    width: 100% !important;
  }
    .inner-page ul.nav li {
    padding: 12px 30px;
  }
  .inner-page ul.nav li a {
    font-size: 20px;
  }
  .inner-banner .mbx h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .about-page{
    padding-top: 100px;
  }
  .about-page .about-1 {
    padding-top: 0;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page ul.nav {
    display: none;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  table tbody {
    min-width: initial;
  }
  .about-page .about-2 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-2 ul li .left {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .about-page .about-2 ul li .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-2 ul li:nth-child(even) .left {
    padding-right: 0;
    padding-left: 0;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-bottom: 60px;
  }
    .design-page .design-1 .right{
    width: 100%;
    padding-left: 0;
  }
  .design-page .design-1 .left{
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .right p {
    width: 100%;
    margin: 15px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .inner-banner {
    height: auto;
    padding: 60px 0;
  }
  .inner-banner .bg {
    -o-object-position: top;
    object-position: top;
  }
 
}
#cp-Nav .nav ul{
  color: black;
}

.gallery-page ul{
  margin: -10px;
}
.gallery-page ul li{
  padding: 10px;
}

/*news*/

.news-page {
  padding-top: 20px;
  padding-bottom: 85px;
}
/*.news-page .nav_list_top ul.top{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}*/
.news-page .gallery-page{
  position: sticky;
  top: 109px;
  z-index: 11;

}
.news-page h1 {
  text-align: center;
  
  margin-bottom: 60px;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  display: block;
    backdrop-filter: blur(10px);
    border: 1px solid #000000;
    background: linear-gradient(to top,rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.1));
}
.news-page .list ul li .box .h4 {
  font-size: 30px;
  z-index: 2;
  position: relative;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.news-page .list ul li .box .text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  height: 90px;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom .time {
  font-size: 18px;
  font-weight: 300;
}
.news-page .list ul li .box .bottom .time span {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}
.news-page .list ul li .box .bottom .mores {
  font-size: 18px;
  color: #fff;
}
.news-page .list ul li .box .bottom .mores i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-block;
  font-size: 20px;
}
/*.news-page .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #545454;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
opacity: 1;
}
.news-page .list ul li .box::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
}*/
.news-page .list ul li .box:hover {
  /*background-color: var(--color);
  color: white;*/
  border-bottom: 1px solid #3c47d4;
}
/*.news-page .list ul li .box:hover .h4 {
  color: white;
}
.news-page .list ul li .box:hover .text {
  color: white;
}
.news-page .list ul li .box:hover .bottom .time span {
  color: white;
}
.news-page .list ul li .box:hover .bottom .mores {
  color: white;
}
.news-page .list ul li .box:hover::before {
  opacity: 1;
}
.news-page .list ul li .box:hover::after {
  opacity: 0;
}*/
.newdet-page {
  padding: 120px 0;
}
.newdet-page .sideBar .box {

  border-radius: 10px;
}
  
  .newdet-page .sideBar .sideleft {
    width: 100%;
    padding-right: 0;
  }
.newdet-page .sideBar .sideleft .box {
  padding: 65px 90px;
  background-color: #545454;
}
.newdet-page .sideBar .sideleft .box h1 {
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.newdet-page .sideBar .sideleft .box .time {
  font-size: 18px;
  color: var(--color);
  font-style: italic;
  margin: 25px 0 32px;
}
.newdet-page .sideBar .sideleft .box .content {
  font-size: 18px;
  line-height: 1.7;
  color: white;
  border-top: 1px solid #e7e7e7;
  padding-top: 58px;
}
.newdet-page .sideBar .sideleft .box .m-link{
  display: none;
}
.newdet-page .sideBar .sideright .box {
  padding: 20px 60px;
}
.newdet-page .sideBar .sideright .box1 {
  margin-bottom: 30px;
  background-color: #545454;
}
.newdet-page .sideBar .sideright .box1 .title {
  font-size: 24px;
  color: var(--color);

  position: relative;
  margin-bottom: 40px;
}
.newdet-page .sideBar .sideright .box1 .title::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
}
.newdet-page .sideBar .sideright .box1 ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 44px;
}
.newdet-page .sideBar .sideright .box1 ul li .h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.newdet-page .sideBar .sideright .box1 ul li .time {
  font-size: 18px;
  color: var(--color);

  margin: 12px 0 19px;
 
}
.newdet-page .sideBar .sideright .box1 ul li:hover .h5 {
  color: var(--color);
}
.newdet-page .sideBar .sideright .box2 {
  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;
  background-color: #545454;
}
.newdet-page .sideBar .sideright .box2 a {
  text-align: center;
}
.newdet-page .sideBar .sideright .box2 a .icon {
  width: 65px;
  height: 65px;
  background-color: var(--color);
  border-radius: 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;
  margin-bottom: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBar .sideright .box2 a span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.newdet-page .sideBar .sideright .box2 a.prev .icon img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newdet-page .sideBar .sideright .box2 a:hover .icon {
  background-color: var(--color);
}
.newdet-page .sideBar .sideleft .box .content h2 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;

}

.newdet-page .sideBar .sideleft .box .content h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #008DFF;

}
.newdet-page .sideBar .sideleft .box .content h4 {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;

}

.inner-page .sideBar .sideleft {
  width: 71%;
  padding-right: 35px;
}
.inner-page .sideBar .sideright {
  width: 29%;
  position: sticky;
    top: 110px;
}

.nav_list_top ul.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: sticky;
  top: 84px;
  z-index: 10;
  width: 100%;
  margin: 0 -50px;
}
.nav_list_top ul.top li {
  position: relative;
  padding: 0 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6
}
.nav_list_top ul.top li a {
  display: block;
  font-size: 24px;

  position: relative;
  padding: 16px 0;
  color: #fff;
}
.prodet-page .nav_list_top ul.top li a:before{
  left: 0;
}
.nav_list_top ul.top li:first-child {
  margin-left: 0;
  z-index: 6;
}
.nav_list_top ul.top li:nth-child(2) {
  z-index: 5;
}
.nav_list_top ul.top li:nth-child(3) {
  z-index: 4;
}
.nav_list_top ul.top li:nth-child(4) {
  z-index: 3;
}
.nav_list_top ul.top li:nth-child(5) {
  z-index: 2;
}
.nav_list_top ul.top li:nth-child(6) {
  z-index: 1;
}
.nav_list_top ul.top li.active a,
.nav_list_top ul.top li:hover a,
.nav_list_top ul.top li.active,
.nav_list_top ul.top li:hover {
  opacity: 1;
}
@media screen and (max-width: 1450px){
  .prodet-page .nav_list_top ul.top li a:before{
    left: -15px;
  }
  .nav_list_top ul.top{
    top: 74px;
  }
   .newdet-page .sideBar .sideright .box {
    padding: 20px 30px;
  }
  .newdet-page .sideBar .sideright .box1 .title{
    font-size: 21px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .box .h4 {
    font-size: 24px;
    color: #fff;
  }
  .news-page .list ul li .box {
    padding: 30px 15px;
  }
  .news-page .gallery-page{
    top: 40px;
  }
    .nav_list_top ul.top li a{
    font-size: 18px;
  }
  .newdet-page .sideBar .sideright {
    display: none;
  }
  .newdet-page .sideBar .sideleft{
    width: 100%;
  }
  .newdet-page .sideBar .sideleft .box .m-link{
    display: block;
  }
  .inner-page .sideBar .sideleft{
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
   .news-page .list ul li {
    width: 50% !important;
  }
  .news-page {
    padding-top: 60px;
  }
 .nav_list_top {
    display: none;
  }
    .nav_list_top ul.top li a {
    font-size: 18px;
  }
  .newdet-page .sideBar .sideleft .box {
    padding: 65px 40px;
    background-color: #545454;
}
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBar .sideleft .box {
    padding: 60px 30px;
  }
  .newdet-page {
    padding: 60px 0;
  }
}

@media screen and (max-width: 500px) {
   .newdet-page .sideBar .sideleft .box .content {
    padding-top: 25px;
    font-size: 16px;
  }
     .news-page .list ul li {
    width: 100% !important;
  }
}


.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  font-size: 16px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.contact-page .contact-1 {

  padding-top: 70px;
}
.contact-page .contact-1 .top {
  margin-bottom: 60px;
}
.contact-page .contact-1 .top .column {
  vertical-align: middle;
}
.contact-page .contact-1 .top .text {
  font-size: 18px;
  line-height: 30px;
}
.contact-page .contact-1 .box {
  background-color: #545454;
  padding: 50px 85px;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: auto;
  border-radius: 10px;
  color: #fff;
}
.contact-page .contact-1 .box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}
.contact-page .contact-1 .box p em {
  color: red;
}
.contact-page .contact-1 .box form ul {
  margin: -9px;
  color: #000;
}
.contact-page .contact-1 .box form ul li {
  padding: 9px;
}
.contact-page .contact-1 .box form ul li .button_wrap{
  color: white;
}
.contact-page .contact-1 .box form ul li input,
.contact-page .contact-1 .box form ul li textarea {
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  font-size: 20px;
  height: 70px;
  border-radius: 5px;
  padding: 0 15px;
}
.contact-page .contact-1 .box form ul li textarea {
  height: 175px;
  padding: 15px;
}
.contact-page .contact-1 .box form ul li input[type="submit"] {
  width: auto;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-1 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 {
  padding: 120px 0;
}
.contact-page .contact-2 ul {
  margin: -25px;
}
.contact-page .contact-2 ul li {
  padding: 25px;
}
.contact-page .contact-2 ul li .box {
  background-color: #545454;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 24px 28px;
  position: relative;
  min-height: 300px;
}
.contact-page .contact-2 ul li .box span{
  position: absolute;
  bottom: 9px;
}
.contact-page .contact-2 ul li .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;

}
.contact-page .contact-2 ul li .box .top .icon {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.contact-page .contact-2 ul li .box .top .icon i{
  font-size: 30px;
  position: relative;
  left: -2px;
  top: 1px;
}
.contact-page .contact-2 ul li .box p {
  font-size: 24px;
  font-weight: 300;
  color: white;
  min-height: 63px;
  margin-top: 70px;
}
.contact-page .contact-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 ul li:hover .box .icon{
  background: white;
  color: var(--color);
}
.contact-page .contact-2 ul li:hover .box p{
  color: white;
}
.contact-page .map img{
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-2 ul li .box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {

  .contact-page .contact-2 ul li .box p {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1250px) {
  
  .contact-page .contact-1 .box {
    width: 100%;
  }
  .contact-page .contact-2 ul li .box {
    padding: 40px 15px;
  }
  .contact-page .contact-2 ul li {
    padding: 12px;
  }
  .contact-page .contact-2 ul {
    margin: -12px;
  }
  .contact-page .contact-2 ul li .box .top {
    font-size: 20px;
  }
  .contact-page .contact-2 ul li .box p {
    font-size: 18px;
  }
  .contact-page .contact-2 ul li .box .top .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  
  .contact-page .contact-1 .top .column {
    width: 100%;
  }
  .contact-page .contact-1 .top {
    margin-bottom: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 50px 45px;
  }
  .contact-page .contact-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 ul li:last-child {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p {
    min-height: unset;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 40px 18px;
  }
  .contact-page .contact-1 .box form ul li input,
  .contact-page .contact-1 .box form ul li textarea {
    font-size: 17px;
    height: 53px;
  }
  .contact-page .contact-1 .box form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 ul li {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p{
    margin-top: 25px;
  }
  .contact-page .contact-2 ul li .box span{
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .top .text {
    font-size: 16px;
    margin-top: 15px;
  }
  .contact-page .contact-1 .box p{
    font-size: 16px;
  }
}


.product-page .product-1 {
  padding-top: 120px;
  padding-bottom: 100px;
}
.product-page .product-1 h1 {
  /*font-size: 26px;*/
  line-height: 1.4; 
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
}
.product-page .product-1 .top-nav {
  margin-bottom: 110px;
  padding: 0 90px;
}
.product-page .product-1 .top-nav ul.nav li {
  padding: 18px 70px;
}
.product-page .product-1 .item{
  padding-top: 110px;
}
.product-page .product-1 ul.list {
  margin: -20px;
}
.product-page .product-1 ul.list li {
  padding: 20px;
}
.product-page .product-1 ul.list li .box {
  /*background-color: rgba(255,255,255,0.2);*/
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
  padding: 18px;
  /*box-shadow: 0 0 17px 16px rgba(255, 255, 255, 0.2);
  background: url(../images/p_bgs.png) no-repeat center center / 100% 100%;*/
  background: linear-gradient(to top,rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.1)  );
  overflow: hidden;
}
.product-page .product-1 ul.list li .box::after{
  content: '';
  display: block;
  width: 290px;
  height: 200px;
  background: url(../images/p_bg2.png) no-repeat left bottom;
  position: absolute;
  left: -2px;
  bottom: -2px;
  z-index: -1;
  transform: translate(-50%,50%);
  opacity: 0;
  transition: .5s;

}
.product-page .product-1 ul.list li .box:hover{
   border-bottom: 1px solid #3c47d4;
}
.product-page .product-1 ul.list li .box:hover::after{
   transform: translate(0);
   opacity: 1;
}
.product-page .product-1 ul.list li .box .img {
  border-radius: 10px;
  /*border: 1px solid #dcdcdc;*/
  overflow: hidden;
  /*background-color: white;*/
  width: 42%;
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content {
  padding-left: 40px;
  width: 58%;
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 34px;
}
.product-page .product-1 ul.list li .box .content .arrow img{
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content .h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color);
}
.product-page .product-1 ul.list li .box .content .des {
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  margin: 25px 0 28px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.product-page .product-1 ul.list li .box .content .des li{
  padding: 0;
}
@media screen and (max-width: 1700px) {
    .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 55px;
  }
}
@media screen and (max-width: 1450px) {
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 45px;
  }
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: 30px;
  }
   .product-page .product-1 .top-nav ul.nav li a {
    font-size: 20px;
  }
  .product-page .product-1 ul.list li {
    padding: 20px;
  }
  .product-page .product-1 ul.list {
    margin: -20px;
  }
  .product-page .product-1 ul.list li .box .content {
    padding-left: 20px;
  }
  .product-page .product-1 ul.list li .box .content .des {
    margin: 13px 0 18px;
  }
}
@media screen and (max-width: 1250px) {
   .product-page .product-1 .top-nav {
    padding: 0;
    margin-bottom: 65px;
  }
  .product-page .product-1 .top-nav ul.nav {
    margin-bottom: 0;
  }
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 25px;
  }
  .product-page .product-1 {
    padding-top: 75px;
  }
  
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 ul.list li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
   .product-page .product-1 .item{
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  
  .product-page .product-1 ul.list li .box .img {
    width: 100%;
  }
  .product-page .product-1 ul.list li .box .content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-1 ul.list li .box::after{
    display: none;
  }
}

.seoPublic>div:nth-child(odd) {
    background: #363636;
}
.seoPublic .Auxil-about .box .left .img img{
  width: 100%;
}
.seoPublic .Auxil-about .box .right .text{
  color: #ffffff;
}
.seoPublic .tit{
      font-family: "Rany";
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .seoPublic .Auxil-about .box .left,.seoPublic .Auxil-about .box .right{
    width: 100%;
    padding-left: 0;
  }
  .seoPublic .Auxil-about .box{
    flex-wrap: wrap;
  }
}

/*prodet*/

.prodet-page .prodet-1 {
  padding: 110px 0 80px;
}
.prodet-page .prodet-1 .left {
  padding-right: 80px;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
  border-radius: 10px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 60px;
}
.prodet-page .prodet-1 .right h1.Auxil-h1.font-48.font-bold{
   color: var(--color);
 }
 .prodet-page .prodet-1 .right .content ul li{
   position: relative;
   padding-left: 60px;
 }
.prodet-page .prodet-1 .right .content ul li img {
  vertical-align: text-top;
  width: 35px;
  position: absolute;
  left: 0;
  top: -2px;
}
.prodet-page .prodet-1 .right .partner ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: -15px;
}
.prodet-page .prodet-1 .right .partner ul li {
  /*width: 95px;
  height: 95px;*/
  padding: 4px;
  
  margin-bottom: 12px;
  
}
.prodet-page .prodet-1 .right .partner ul li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  border-radius: 10px; 
}
.prodet-page .prodet-2 .gallery-page {
  padding: 0;
  position: sticky;
  top: 83px;
  background: white;
  z-index: 5;
}
.prodet-page .prodet-2 ul.top {
  margin-bottom: 0;
}
.prodet-page .prodet-2 ul.top li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 0px 0 35px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item{
  padding: 85px 0px;
}
.prodet-page .prodet-2 .content-box .item .ui.container{
  padding: 0 90px;
}
/*.prodet-page .prodet-2 .content-box .item:nth-child(2n-1) {
  background-color: #f7f7f7;
}*/
.prodet-page .prodet-2 .content-box .item2{
  box-shadow:0 42px 17px -38px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item4{
  box-shadow:0px -12px 17px -8px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item h2{
  font-size: 42px;
  color: var(--color);
  font-weight: bold;
  
}
.prodet-page .prodet-2 .content-box .item1 h2{
  border-bottom: 1px solid #e6e6e6; 
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content-box .item h2 img {
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.prodet-page .prodet-2 .content-box .item strong{
  font-weight: bold;
}
.prodet-page .prodet-2 .content-box .item1 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;*/
}
.prodet-page .prodet-2 .content-box .item1 ul li{
  text-align: center !important;
  font-size: 18px;
  font-weight: 500;
  width: 22%;
}
.prodet-page .prodet-2 .content-box .item1 ul li br{
  display: none;
}
.prodet-page .prodet-2 .content-box .item1 ul li img{
  display: block;
  margin: 0 auto 12px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto !important;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui,
.prodet-page .prodet-2 .content-box .item1 .box{
  margin: -15px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
.prodet-page .prodet-2 .content-box .item1 .box .column{
  vertical-align: middle;
  padding: 15px;
  width: 50%;
}
.prodet-page .prodet-2 .content-box .item2 .box{
  margin: -20px;
}
.prodet-page .prodet-2 .content-box .item3 h2,
.prodet-page .prodet-2 .content-box .item2 h2{
  border-bottom: none;
}
.prodet-page .prodet-2 .content-box .item2 .box .column{
  padding: 20px;
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item3 ul.top{
  margin: -15px;
  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;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li{
  padding: 15px;
  width: 25%;
  flex: unset;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a{ 
  color: #505050;
  height: 126px;
  /*background: #f3f3f3;
  border: 1px solid #cbcbcb;*/
  box-shadow:0 0 5px 1px #ebebeb;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    margin-bottom: 5px;
    filter: brightness(0) opacity(0.7);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a::after{
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color);
   -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  color: white;
  text-align: center;
  line-height: 24px;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a{
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a::after,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a::after{
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  -moz-transform: translate(-50%, 50%) rotate(90deg);
  -ms-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a img,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a img{
  filter: brightness(1) opacity(1);
}
.prodet-page .prodet-2 .content-box .item3 .box {
  /*background: #f7f7f7;*/
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-2 .content-box .item3 .box .left{
  padding-right: 50px;
  width: 50%;
  /*padding-bottom: 180px;*/
}
.prodet-page .prodet-2 .content-box .item3 .box .left.wid-100{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li video{
  display: block;
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li{
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 25%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li img{
  display: block;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box{
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 0;
  box-shadow: 0 0 16px 8px #dddddd;
}
.prodet-page .prodet-2 .content-box .item4 .box h2{
  color: white;
  margin-bottom: 40px;
}
.prodet-page .prodet-2 .content-box .item4 .box strong{
  margin: 0 !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin: -20px -40px;*/
}
.prodet-page .prodet-2 .content-box .item4 .box ul li{
  font-size: 18px;
  /*padding: 20px 40px;*/
  width: 45%;
  padding: 0 3%;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li strong{
  font-size: 22px;
  margin: 0 10px;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li img{
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item4 .box ol{
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  width: 50%;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  /*text-align: center !important;*/
  padding-left: 70px;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li{
  width: 100%;
  font-size: 18px;
  padding: 0 3%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  /*min-height: 54px;*/
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child strong img{
  top: 18px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  text-wrap: nowrap;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li img{
  vertical-align: middle;
  margin-right: 10px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong img{
  position: absolute;
  left: 0;
  top: 0;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong{
  display: block;
  margin-bottom: 20px !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) > img{
  max-width: 56px;
}
.prodet-page .prodet-2 .content-box .item5 .box{
  position: relative;
  /*padding-left: 42%;*/
  min-height: 590px;
  /*padding-top: 40px;*/
  max-width: 1260px;
  margin: auto;
  /*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-top: 76px;
}
.prodet-page .prodet-2 .content-box .item5 .box .left{
  padding-right: 50px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item5 .box .right{
  padding-top: 35px;
}
.prodet-page .prodet-2 .content-box .item5 .box img{
      box-shadow: 0 0 5px 2px #dadada;
    border-radius: 10px;
    padding: 10px 0;
    background: #fff;
}
/*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  width: 40%;
}*/
.prodet-page .prodet-2 .content-box .item5 .box p{
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
  background: #f2f3f5;
  border-radius: 27px;
  padding: 5px 20px;
  margin: 20px 0;
  box-shadow: 5px 5px 5px 0px #adadad;
}
.prodet-page .prodet-2 .content-box .item6 ul{
  margin: -17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li{
  padding: 17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box{
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box img{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item6 ul li p{
  font-size: 20px;
    margin-top: 15px;
    padding-right: 30px;
    position: relative;
}
.prodet-page .prodet-2 .content-box .item6 ul li p img{
  position: absolute;
    right: 0;
    top: 0;
}
.prodet-page .prodet-1 .right h1.Auxil-h1 {
    color: var(--color);
    line-height: 1.3;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 22px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 19px;
  }
  .prodet-page .prodet-2 .gallery-page{
    top: 74px;
  }

  .prodet-page .prodet-2 .content-box .item5 .box .right{
    padding-top: 0;
  }
  .prodet-page .prodet-1 .right .partner ul li a{
    padding: 12px 0;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 70px;
  }
  
}
@media screen and (max-width: 1250px) {
  
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-top: 55px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 90%;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 17px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-left: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%; 
  }
  .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 95%;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.8;
  }*/
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 32px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
  .prodet-page .prodet-2 .content-box .item1 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item2 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .img{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item .ui.container{
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  
  .prodet-page .prodet-1 {
    padding: 60px 0 54px;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.5;
  }*/
  .prodet-page .prodet-2 .content-box .item3 ul.top,
  .prodet-page .prodet-2 .content-box .item1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top{
     -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li{
    width: 50%;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 100%;
  }
  .prodet-page .prodet-1 .right .partner .slick-prev{
    left: -55px;
  }
  .prodet-page .prodet-1 .right .partner .slick-next{
    right: -55px;
  }
  .prodet-page .prodet-1 .right .content{
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    padding: 10px;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 45px;
  }
  .prodet-page strong span{
    font-size: 23px !important;
  }
  .prodet-page .prodet-2 .content-box .item{
    padding: 40px 0;
  }
  .slick-arrow{
    zoom: 0.6;
  }
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 23px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 15px;
    height: 66px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    padding: 8px 5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top {
    margin: -8px -5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top + br + br,
  .prodet-page .prodet-2 .content-box .item3 ul.top + br{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li span,
  .prodet-page .prodet-2 .content-box .item3 .box .left ul>li span{
    font-size: 15px !important;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li img{
    width: 80px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
    width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:first-child,
  .prodet-page .prodet-2 .content-box .item4 .box ol li{
    padding-left: 45px;
    font-size: 15px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1)>img{
    max-width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item1 p span,
  .prodet-page .prodet-2 .content-box .item2 .box .column p span{
    font-size: 16px !important;
  }
  .prodet-page .prodet-2 .content-box .item6 ul li p{
    font-size: 15px;
  }
}
.seoPublic .Auxil-related .list ul li{
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.seoPublic .Auxil-related .list ul li .box .content{
  flex: 1;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
    align-items: center;
}
.seoPublic .Auxil-related .list ul li .box .content h3{
  flex: 1;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  background-color: #0087c1;
  border-radius: 16px;
  display: inline-block;
  padding: 0 27px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.seoPublic .Auxil-related .list ul li .box .content a.more div{
  height: 65px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover{
  color: var(--color)
}

.seoPublic .Auxil-related .list ul li .box .content p{
  height: auto;
}


.rd-page .i-title {
  /*color: #01302b;*/
  line-height: 1.2;
}
.rd-page .rd-1 {
  padding: 0px 0 20px;
  max-width: 1920px;
  margin: auto;
}

.rd-page .rd-1 .left {
  padding-right: 30px;
  vertical-align: middle;
}
.rd-page .rd-1 .left .content {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
.rd-page .rd-1 .right {
  /*background: #f7f7f7;*/
  text-align: center;
  padding: 90px 15px;
  border-radius: 10px;
  vertical-align: middle;
}
.rd-page .rd-2 {
  background-color: #202020;
  padding: 95px 0 85px;
}
.rd-page .rd-2 .left {
  vertical-align: middle;
}
.rd-page .rd-2 .right {
  vertical-align: middle;
  padding-left: 70px;
}
.rd-page .rd-2 .right .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.rd-page .rd-3 {
  padding: 80px 0 70px;
}
.rd-page .rd-3 .ui.container {
  max-width: 100%;
  padding-left: 0;
  /*padding-right: 7%;*/
}
.rd-page .rd-3 .i-title {
  margin-bottom: 35px;
}
.rd-page .rd-3 .left {
  /*background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  padding: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.rd-page .rd-3 .right {
  width: 45%;
  padding-left: 60px;
  vertical-align: middle;
}
.rd-page .rd-3 .right ul li {
  margin-bottom: 50px;
}
.rd-page .rd-3 .right ul li:last-child {
  margin-bottom: 0;
}
.rd-page .rd-3 .right .h4 {
  font-size: 36px;
  font-weight: bold;
  color: #01302b;
}
.rd-page .rd-3 .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.rd-page .rd-4 {
  padding-bottom: 110px;
}
.rd-page .rd-4 .i-title {
  margin-bottom: 40px;
  color: #505050;
}
.rd-page .rd-4 ul {
  padding: 0 200px;
  margin: -50px;
  position: relative;
}
.rd-page .rd-4 ul li {
  padding: 100px;
  text-align: center;
}
.rd-page .rd-4 ul li .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.rd-page .rd-4 ul li p {
  font-size: 24px;
  color: #01302b;
  margin-top: 10px;
}
.rd-page .rd-4 ul .icon{
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
      width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #007412;
    text-align: center;
    line-height: 200px;
}
.rd-page .rd-4 ul .icon img{
  vertical-align: middle;
}
.rd-page .rd-4 ul .icon::after{
    content: "";
    position: absolute;
    left: -28px;
    top: -25px;
    background: rgb(236 241 237 / 37%);
    border-radius: 50%;
    z-index: -1;
    width: 250px;
    height: 250px;
    border: 1px solid #d7d7d7;
}
.rd-page .rd-video video{
  display: block;
  width: 100%;
}
.rd-page .rd-video .img{
  position: relative;
}
.rd-page .rd-video .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;
}
.rd-page .rd-video .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: var(--color);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.rd-page .rd-video .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: var(--color);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.rd-page .rd-5 {
  padding: 110px 0;
  background-color: #202020;
}
.rd-page .rd-5 .ui.container {
  padding: 0 90px;
}
.rd-page .rd-5 .content {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  margin-top: 15px;
}
.rd-page .rd-5 ul {
  margin: -40px;
}
.rd-page .rd-5 ul li {
  text-align: center;
  padding: 40px;
}
.rd-page .rd-5 ul li .icon {
  width: 125px;
  height: 125px;
  border-radius: 10px;
  /*border: 2px solid var(--color);*/
  text-align: center;
  line-height: 125px;
  margin: auto;
}
.rd-page .rd-5 ul li .icon img {
  vertical-align: middle;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.rd-page .rd-5 ul li p {
  font-size: 18px;
  line-height: 1.7;

  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
/*.rd-page .rd-5 ul li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}*/
.rd-page .rd-6 {
  /*background: url(../images/history-bg.jpg) no-repeat;*/
  background-size: cover;
  padding: 60px 0 0px;
  /*color: white;*/
}
.rd-page .rd-6 .top {
  /*margin-bottom: 85px;*/
}
.rd-page .rd-6 .top .left {
  width: 35%;
}
.rd-page .rd-6 .top .left .i-title {
  color: white;
}
.rd-page .rd-6 .top .left p {
  font-size: 18px;
}
.rd-page .rd-6 .top .right {
  width: 100%;
  padding-left: 0;
}
.rd-page .rd-6 .top .right .text {
  font-size: 18px;
  line-height: 30px;
}
.rd-page .rd-6 .list {
  position: relative;
  padding: 0 90px;
}
.rd-page .rd-6 .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(41, 125, 63, 1);
}
.rd-page .rd-6 ul li {
  position: relative;
  padding-left: 25px;
  height: 210px;
}
.rd-page .rd-6 ul li .line {
  width: 1px;
  height: 153px;
  background-color: var(--color);
  position: absolute;
  left: 0;
}
.rd-page .rd-6 ul li .line::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-left: 15px solid var(--color);
}
.rd-page .rd-6 ul li .year {
  font-size: 28px;
  font-weight: 500;
  color: #505050;
}
.rd-page .rd-6 ul li .des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.rd-page .rd-6 ul li .des img{
  width: 224px;
}
.rd-page .rd-6 ul .slick-slide {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line {
  bottom: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line::after {
  left: -5px;
  bottom: -9px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding-top: 40px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line {
  top: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line::after {
  left: -5px;
  top: -8px;
}
.rd-page .rd-7 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.rd-page .rd-7 .i-title {
  margin-bottom: 50px;
}
.rd-page .rd-7 ul.cat {
  margin:0 -7px;
  padding: 0 50px;
}
.rd-page .rd-7 ul.cat li {
  padding:0 7px;
}
.rd-page .rd-7 ul.cat li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  background-color: white;
  color: #6f6f6f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
 
  height: 93px;
  border-radius: 10px;
  -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;
}
.rd-page .rd-7 ul.cat li.active a,
.rd-page .rd-7 ul.cat li:hover a,
.rd-page .rd-7 ul.cat .slick-current li a {
  color: white;
  box-shadow: unset;
  background-color: var(--color);
}
.rd-page .rd-7 ul.cat .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: var(--color);*/
  /*border: none;*/
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0.24;*/
  color: var(--color);
  border: 2px solid var(--color);
  font-weight: bold;
}
.rd-page .rd-7 ul.cat .slick-arrow:hover {
  opacity: 1;
  background: var(--color);
  color: white;
}
.rd-page .rd-7 ul.cat .slick-prev {
  left: 0;
}
.rd-page .rd-7 ul.cat .slick-prev::after {
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.cat .slick-next {
  right: 0;
}
.rd-page .rd-7 ul.cat .slick-next::after {
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.list {
  margin: 0 -10px;
  margin-top: 66px;
}
.rd-page .rd-7 ul.list .slick-list {
  padding: 10px 0;
}
.rd-page .rd-7 ul.list li {
  padding: 0 10px;
  line-height: 1;
}
.rd-page .rd-7 ul.list li .left {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  width: 45%;
}
.rd-page .rd-7 ul.list li .left img {
  width: 100%;
}
.rd-page .rd-7 ul.list li .right {
  padding-left: 55px;
  vertical-align: middle;
  width: 55%;
}
.rd-page .rd-7 ul.list li .right .h3 {
  color: #fff;
  
}
.rd-page .rd-7 ul.list li .right .text {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 27px;
}
.rd-page .rd-7 ul.list li .right .text ul li{
  position: relative;
  padding-left: 50px;
}
/*.rd-page .rd-7 ul.list li .right .text ul li:first-child{
  padding-left: 0;
}*/
.rd-page .rd-7 ul.list li .right .text ul li img{
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  position: absolute;
  left: 0;
  top: -5px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.rd-page .rd-7 ul.list li .right .more span img {
  display: inline-block;
}
.rd-page .rd-7 ul.list li .right .more:hover span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

 .rd-page .rd-1 .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.rd-page .rd-1 .left .list_box .list:last-child {
  margin-bottom: 0;
}
.rd-page .rd-1 .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.rd-page .rd-1 .list .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}

.rd-page .rd-1 .left .list_box .list p {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
}

.rd-page .rd-1 .left p {
    color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1450px) {
  
  .rd-page .rd-6 ul li .des {
    font-size: 18px;
    max-height: 95px;
    overflow: auto;
  }
  .rd-page .rd-6 ul .slick-slide {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  /*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
    left: 0;
  }*/
  .rd-page .rd-7 ul.cat li a{
    font-size: 20px;
  }
   .rd-page .rd-6 ul li .year {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  
  .rd-page .rd-3 .right .h4 {
    font-size: 28px;
    line-height: 1.2;
  }
 
  .rd-page .rd-7 ul.cat li a {
    font-size: 20px;
  }
  .rd-page .rd-5 ul li {
    padding: 10px;
  }
  .rd-page .rd-5 ul {
    margin: -10px;
  }
  .rd-page .rd-4 ul li {
    padding: 20px;
  }
  .rd-page .rd-4 ul {
    margin: -20px;
  }
  .rd-page .rd-6 ul li .des img{
    width: auto;
  }
  .rd-page .rd-6 ul li .des{
    max-height: unset;
  }
  .rd-page .rd-4 ul .icon{
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .rd-page .rd-4 ul .icon:after{
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 1000px) {
  
  .rd-page .rd-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .rd-page .rd-1 .right {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
  }
  .rd-page .rd-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 30px;
  }
  .rd-page .rd-2 .left {
    width: 100%;
  }
  .rd-page .rd-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-3 .left {
    width: 100%;
  }
  .rd-page .rd-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-4 ul {
    padding: 0 30px;
  }
  .rd-page .rd-5 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-6 .top .left {
    width: 100%;
  }
  .rd-page .rd-6 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .rd-page .rd-6 .list {
    padding: 0 10px;
  }
  .rd-page .rd-6 {
    padding: 60px 0;
  }
  .rd-page .rd-7 ul.list li .left {
    width: 100%;
  }
  .rd-page .rd-7 ul.list li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  
  .rd-page .rd-7 ul.cat li a{
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-2 {
    padding-bottom: 50px;
  }
  .rd-page .rd-3 {
    padding-top: 45px;
  }
  .rd-page .rd-3 .left {
    padding: 55px 10px;
  }
  .font-36 {
    font-size: 24px;
  }
  .rd-page .rd-4 {
    padding-bottom: 45px;
  }
  .rd-page .rd-4 ul li p {
    font-size: 18px;
  }
  .rd-page .rd-5 {
    padding: 50px 0;
  }
  .rd-page .rd-7 ul.list {
    margin-top: 35px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-size: 16px;
  }
  .rd-page .rd-4 ul .icon{
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
   .rd-page .rd-6 .list::after {
    bottom: 10px;
    top: auto;
  }
  .rd-page .rd-6 ul .slick-list {
    padding-bottom: 10px;
  }
  .rd-page .rd-6 .list .slick-arrow{
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(26%);
    -moz-transform: translateY(26%);
    -ms-transform: translateY(26%);
    transform: translateY(26%);
  }
  .rd-page .rd-7 ul.cat li a {
      padding: 0 35px 0 15px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-weight: 300;
    font-size: 16px;
    height: 60px;
  }
  .rd-page .rd-7 ul.cat{
    padding: 0 30px;
  }
  .rd-page .rd-7 ul.list li .right .text{
    font-size: 16px;
  }
  .rd-page .rd-7{
    padding-bottom: 40px;
  }
  .rd-page .rd-7 ul.list li .left{
    box-shadow: unset;
  }
  .rd-page .rd-7 ul.list li .left img{
    height: 155px;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    display: block;
    border-radius: 10px;
  }
}


.faq-page {
  /*background-color: #f0f0f0;*/
}
.faq-page .left {
  position: sticky;
  top: 110px;
}
.faq-page .right {
  /*background-color: white;*/
  padding: 2% 4.5% 4%;
  color: #ffffff
}
.faq-page .right span.h6 i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .6;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.faq-page .right .text {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
}
.faq-page .right li {
  border-bottom: 1px solid #efeded;
  transition: .5s
}
.faq-page .right li.active {
  border-bottom-color: transparent;
}
.faq-page .right li.active span.h6 i {
  transform: rotateX(180deg);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .faq-page .left {
    position: static;
  }
  .faq-page .right {
    padding: 3% !important;
  }
}


.technology-page .technology-1 {
  color: white;
}
.technology-page .technology-1 .right span.h6 {
  line-height: 1;
  font-weight: 900;
  color: #7090c7;
}
.technology-page .technology-1 .right span.h6 em {
  line-height: .7;
}
.technology-page .technology-1 .right p {
  color: #cfcfcf;
}
.technology-page .technology-3 img{
  width: 100%;
}
@media screen and (max-width: 1450px) {
   .technology-page .technology-1 .right span.h6 i {
    zoom: .8;
  }
  .technology-page .technology-3 .top .right img {
    max-height: 50px;
  }
}
@media screen and (max-width: 700px) {
   .technology-page .technology-1 .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .technology-page .technology-1 .right ul sub {
    vertical-align: baseline;
  }
  .technology-page .technology-1 .right span.h6 i {
    zoom: .6;
  }
  	.technology-page .technology-1 .right span.h6{
		display: inline-block;
	}
}
@media screen and (max-width: 500px) {
   .technology-page .technology-3 .top .right img {
    max-height: 30px;
  }
}


.case-page {
  color: white;
}
.case-page .text {
  line-height: 2;
  color: #e9e4e4;
}
.case-page .inner-banner {
  background-color: transparent;
}
.case-page .inner-banner .text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.case-page .case-1 .content {
  max-width: 500px;
  margin-left: auto;
  height: 65%;
}
.case-page .case-1 .left {
  position: relative;
}
.case-page .case-1 .left .options {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  background-color: #7e7f81;
}
.case-page .case-1 .left .options span {
  min-width: 11.25em;
  height: 3em;
  padding: 0 1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .left .options span.active {
  background-color: #758ec7;
}

.case-page .case-1.wap {
  display: none;
}
.case-page .case-1.pc .box .right {
  height: 100vh;
  position: sticky;
  top: 0;
}
.case-page .case-1.pc .box .right .slide {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.case-page .case-1.pc .box .right .slide.active {
  z-index: 1;
  opacity: 1;
}
.case-page .case-1.pc .box .right .slide .content {
  max-height: 400px;
}

@media screen and (max-width: 1250px) {
   .case-page .case-1 .content {
    height: 90%;
  }
}
@media screen and (max-width: 1000px) {
   .case-page .case-1 .content {
    height: auto;
    max-width: none;
    padding: 0 15px;
  }
  .case-page .case-1 .content span.h2 {
    font-size: 18px;
    margin-bottom: .5em;
  }
   .case-page .case-1.wap {
    display: block;
  }
  .case-page .case-1.pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {}
@media screen and (max-width: 500px) {
   .case-page .case-1 .left .options {
    zoom: .7;
  }
}
.nav_list ul{
  margin: 0 -50px;
}
.nav_list li{
  padding: 0 50px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: .5s;
}
.nav_list li:hover,.nav_list li.active{
  color: #ffffff;
}

ul>p{
  padding: 30px;
}
table td, table th{
  min-width: 120px;
}