@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot-HTF-B16-Bold-Ital.eot");
  src: url("../fonts/Didot-HTF-B16-Bold-Ital.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot-HTF-B16-Bold-Ital.woff2") format("woff2"), url("../fonts/Didot-HTF-B16-Bold-Ital.woff") format("woff"), url("../fonts/Didot-HTF-B16-Bold-Ital.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  --color: #38bbbc;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile3 .m-logo{
  background: #ffffff;
}
#mobile3 .m-btn i{
  background: #000000;
}
#wap-bottom{
  z-index: 110;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.w-pd {
  padding: 0 50px;
}
.did {
  font-family: "Didot";
  font-weight: bold;
}
.more {
  min-width: 144px;
  height: 44px;
  line-height: 44px;
  background-color: #38bbbc;
  border-radius: 22px;
  padding: 0 30px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  text-align: center;
}
.more:hover {
  background: #000000;
}
.more.m2 {
  background: #000000;
}
.more.m2:hover {
  background: var(--color);
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 115px;
  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: right;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#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: 35px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 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 {
  right: 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-left: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form #s {
  width: 160px;
  height: 34px;
  font-size: 16px;
  padding-left: 26px;
  border: none;
  background: none;
  border-bottom: 1px solid #000000;
}
#header .nav .ui.menu .h-search form .submit {
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center center / 100%;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  border: none;
}
#header .nav .ui.menu .h-language {
  margin-right: 40px;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  min-width: 144px;
  height: 44px;
  background-color: #38bbbc;
  border-radius: 22px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  color: #ffffff;
}
#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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 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-left: 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-right: 50px;
}
#header.active {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.title {
  font-weight: bold;
  line-height: 1.2;
}
.title i {
  color: var(--color);
}
.col {
  color: var(--color);
}
@-webkit-keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes ban_box {
  0% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-moz-keyframes ban_box2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
#banner .list {
  position: relative;
}
#banner .list .slickBtn div {
  width: 45px;
  height: 73px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 73px;
  position: absolute;
  border-radius: 0;
  top: 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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .list .slickBtn div:hover {
  background: var(--color);
}
#banner .list .slickBtn .prev {
  right: 20px;
}
#banner .list .slickBtn .next {
  left: 20px;
}
#banner li {
  overflow: hidden;
  position: relative;
}
#banner li > img {
  width: 100%;
}
#banner li .text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
}
#banner li .text .box {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;*/
  /*-webkit-animation: ban_box2 1s 1 forwards linear;
  -moz-animation: ban_box2 1s 1 forwards linear;
  animation: ban_box2 1s 1 forwards linear;*/
}
#banner li .text ul {
  line-height: 2;
}
#banner li .text ul li {
  padding-right: 28px;
}
#banner li .text ul li::after {
  content: "\f058";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  color: var(--color);
}
#banner .slick-active .text .box {
  
  -webkit-animation: ban_box 1s 0.5s 1 forwards linear;
  -moz-animation: ban_box 1s 0.5s 1 forwards linear;
  animation: ban_box 1s 0.5s 1 forwards linear;
}
.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.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
#index-body .product .top .cont {
  color: #666666;
}
#index-body .product .list {
  overflow: hidden;
}
#index-body .product .list ul {
  margin: -9px;
}
#index-body .product .list ul li {
  padding: 9px;
}
#index-body .product .list .ig {
  padding-bottom: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .product .list .ig .img-box {
  padding: 5px 40px;
  position: relative;
  border: solid 1px #c9c9c9;
  display: block;
}
#index-body .product .list .ig .img-box .dot {
  width: 63px;
  height: 63px;
  background-color: #38bbbc;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 20px;
}
#index-body .product .list .ig .tit {
  font-size: 18px;
  color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .product .list .ig .tit:hover {
  color: var(--color);
}
#index-body .product .list .ig .txt {
  font-size: 16px;
  line-height: 1.5;
  height: 3.1em;
  color: rgba(51, 51, 51, 0.3);
  padding: 0 38px 0 14px;
  background: url(../images/p_icon.png) no-repeat left top 2px;
}
#index-body .product .list .ig .more {
  width: 48%;
  height: 47px;
  line-height: 47px;
  border-radius: 23px;
}
#index-body .about {
  padding: 60px 0;
  background: #e6f2fa;
}
#index-body .about .top .left {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .about .top .left span {
  font-weight: 400;
}
#index-body .about .center .btn:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#index-body .about .img {
  position: relative;
  border: 10px solid var(--color);
  border-radius: 24px;
  overflow: hidden;
}
#index-body .about .img .play-btn {
  width: 80px;
  height: 80px;
}
#index-body .about .data li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .about .data li .icon {
  margin-left: 20px;
  padding-bottom: 15px;
}
#index-body .about .data li .num {
  line-height: 1;
}
#index-body .about .data li .num em {
  font-weight: bold;
}
#index-body .about .data li .num span {
  margin-right: 14px;
}
#index-body .about .data li p {
  margin-top: 10px;
  padding-top: 15px;
  line-height: 1.2;
  border-top: 2px solid var(--color);
}
#index-body .customized {
  padding-bottom: 280px;
}
#index-body .customized .cus-box {
  background: #e9f4fa url(../images/cus_bg.jpg) no-repeat right top;
}
#index-body .customized .box .top .left li {
  width: 25%;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
#index-body .customized .box .top .left li::after{
  content: '';
  display: block;
  	width: 70px;
	height: 1px;
	background-color: #afc9db;
	opacity: 0.57;
  position: absolute;
  left: 0;
  top: 50px;
  transform: translate(50%);
}
#index-body .customized .box .top .left li:last-child::after{
  display: none;
}
#index-body .customized .box .top .left li .icon {
  width: 88px;
  height: 88px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.17);
  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: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .customized .box .top .left li .txt {
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}
#index-body .customized .box .top .left li.active .icon,
#index-body .customized .box .top .left li:hover .icon {
  -webkit-box-shadow: 0px 3px 29px 0px rgba(56, 187, 188, 0.57);
  box-shadow: 0px 3px 29px 0px rgba(56, 187, 188, 0.57);
}
#index-body .customized .box .top .right .cont {
  color: #989898;
}
#index-body .customized .box .bottom .left .cont {
  color: #989898;
  opacity: 0.8;
}
#index-body .customized .box .bottom .right {
  margin-bottom: -110px;
}
#index-body .customized .box .bottom .right .card-container {
  height: 500px;
  position: relative;
}
#index-body .customized .box .bottom .right .card {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .customized .box .bottom .right .card .name {
  width: 90%;
  right: 5%;
  bottom: 3%;
  color: #ffffff;
  text-align: center;
}
#index-body .customized .box .bottom .right .card .name span {
  font-family: "Poppins";
}
#index-body .customized .box .bottom .right .card.card_1 {
  -webkit-transform: translateX(-0.0); translateZ(0);
  -moz-transform: translateX(-0.0); translateZ(0);
  transform: translateX(-0.0); translateZ(0);
  z-index: 100;
}
#index-body .customized .box .bottom .right .card.card_2 {
  -webkit-transform: translate(25.0px,25px);
  -moz-transform: translate(25.0px,25px);
  -ms-transform: translate(25.0px,25px);
  transform: translate(25.0px,25px);
  z-index: 90;
  opacity: 0.6;
}
#index-body .customized .box .bottom .right .card.card_3 {
  -webkit-transform: translate(50.0px,50px);
  -moz-transform: translate(50.0px,50px);
  -ms-transform: translate(50.0px,50px);
  transform: translate(50.0px,50px);
  z-index: 80;
  opacity: 0.4;
}
#index-body .customized .box .bottom .right .card.card_4 {
  -webkit-transform: translate(75.0px,75px);
  -moz-transform: translate(75.0px,75px);
  -ms-transform: translate(75.0px,75px);
  transform: translate(75.0px,75px);
  z-index: 70;
  opacity: 0.2;
}
#index-body .advantage .top .cont {
  color: #666666;
}
#index-body .advantage .list ul {
  margin: -20px;
}
#index-body .advantage .list ul li {
  padding: 20px;
}
#index-body .advantage .list .ig {
  padding: 35px 54px 35px 38px;
  border-radius: 13px;
  border: solid 1px #e6f2fa;
}
#index-body .advantage .list .ig .tip {
  padding: 6px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .advantage .list .ig .tip .icon {
  width: 66px;
  height: 66px;
  background-color: #38bbbc;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .ig .tip .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .ig .tip .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  font-weight: 500;
}
#index-body .advantage .list .ig .text {
  display: none;
}
#index-body .advantage .list .ig .text .cont2 {
  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;
}
#index-body .advantage .list .ig .text .cont2 p {
  margin: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  border-radius: 15px;
  background: #ffffff;
  color: var(--color);
}
#index-body .advantage .list .ig.active {
  background: var(--color);
  color: #ffffff;
}
#index-body .advantage .list .ig.active .tip {
  padding: 0;
}
#index-body .advantage .list .ig.active .tip .icon {
  background: #ffffff;
}
#index-body .advantage .list .ig.active .tip .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .advantage .list .ig.active .tip .btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .our-app {
  padding-top: 45px;
  background: #f0f7fc;
}
#index-body .our-app .list {
  padding: 30px 0 50px;
  display: none;
}
#index-body .our-app .list ul {
  margin: -8px;
}
#index-body .our-app .list ul li {
  padding: 8px;
}
#index-body .our-app .list .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
#index-body .our-app .list .cont {
  font-size: 14px;
}
#index-body .our-app .divpos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .our-app .imgBj {
  background: no-repeat center;
  background-size: cover;
}
#index-body .our-app .imgBj.pos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .our-app li {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#index-body .our-app .ipjt-lt {
  width: 50%;
  float: right;
}
#index-body .our-app .ipjt-a {
  position: relative;
  overflow: hidden;
}
#index-body .our-app .ipjt-a > i {
  background: rgba(14, 93, 152, 0.6);
  z-index: 3;
}
#index-body .our-app .ipjt-b {
  height: 120px;
  background: #f2f2f2;
  text-align: center;
  padding-top: 45px;
  opacity: 0;
}
#index-body .our-app .ipjt-b1 {
  font-size: 24px;
  color: #bebdbd;
  text-align: right;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
#index-body .our-app .ipjt-b1 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .our-app .ipjt-b1 .page {
  font-size: 16px;
  margin-left: 18px;
  font-weight: bold;
}
#index-body .our-app .ipjt-rt {
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
#index-body .our-app .ipjt-cf {
  position: relative;
  overflow: hidden;
}
#index-body .our-app .ipjt-cfct {
  padding: 120px 75px 80px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: 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;
}
#index-body .our-app .ipjt-cfct img {
  display: inline-block;
}
#index-body .our-app .ipjt-d {
  font-size: 17px;
  line-height: 2;
  margin: 25px 0;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
#index-body .our-app .ipjt-c {
  margin-right: 50px;
}
#index-body .our-app .ipjt-f {
  margin: 0 auto 0 50px;
}
#index-body .our-app .ipjt-jk {
  height: 120px;
  overflow: hidden;
}
#index-body .our-app .ipjt-jk > div {
  width: 50%;
  height: 100%;
  float: right;
  cursor: pointer;
}
#index-body .our-app .ipjt-j {
  background: #38bbbc url(../images/app-left.png) no-repeat center;
}
#index-body .our-app .ipjt-k {
  background: #0e5d98 url(../images/app-right.png) no-repeat center;
}
#index-body .our-app .slick-active .ipjt-rt {
  opacity: 1;
}
#index-body .our-app .slick-active .ipjt-b {
  opacity: 1;
}
#index-body .our-app .slick-active .ipjt-a > i {
  opacity: 0;
}
#index-body .news .list {
  margin-top: 30px;
}
#index-body .news .list ul {
  margin: -23px;
}
#index-body .news .list ul li {
  padding: 23px;
}
#index-body .news .list .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  overflow: hidden;
}
#index-body .news .list .ig .text {
  padding: 25px 25px 65px;
  font-size: 18px;
}
#index-body .news .list .ig .text .tit {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .list .ig .text .tit:hover {
  color: var(--color);
}
#index-body .news .list .ig .text .cont {
  color: #0a0a0a;
  font-weight: 300;
}
strong {
  font-weight: bold;
}
#footer {
  background: #f1f5f8;
  color: #666666;
}
#footer .f-top {
  background: #ffffff;
}
#footer .f-top .box {
  background: url(../images/conact.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#footer .f-top .more {
  height: 73px;
  line-height: 73px;
  border-radius: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}
#footer .f-top .more span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #f8f8f8;
  border-radius: 50%;
  margin-left: 10px;
}
#footer .f-tip {
  border-bottom: 3px solid rgba(102, 102, 102, 0.2);
}
#footer .f-tip .f-logo .t {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  line-height: 1.4;
  max-width: 310px;
}
#footer .f-tip .f-logo .t::before {
  content: ">";
}
#footer .f-tip .f-logo .t::after {
  content: "<";
}
#footer .f-tip .share {
  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-tip .share a {
  width: 48px;
  height: 48px;
  background-color: #38bbbc;
  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;
  color: #ffffff;
  font-size: 24px;
  margin-right: 23px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-tip .share a:hover {
  background: #000000;
}
#footer .f-box {
  line-height: 2;
}
#footer .f-box .f-about li ul{
  display: none;
}
#footer .f-box .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  line-height: 1.4;
}
#footer .f-box .f-contact {
  max-width: 410px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
#footer .f-box .f-contact li .icon {
  margin-left: 16px;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-map {
  width: 275px;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #333333;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.2);
  padding: 28px 0;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(255, 255, 255, 0.2);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.2);
  -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: 1800px) {
  .our-app .ipjt-d {
    font-size: 18px;
  }
  .our-app .ipjt-b1 {
    font-size: 18px;
  }
  .our-app .ipjt-b {
    height: 80px;
    padding-top: 25px;
  }
  .our-app .ipjt-jk {
    height: 80px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 100px;
  }
  .container {
    max-width: 1520px;
  }
  #banner li .text .box {
    width: 50%;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 70px;
  }
  .container {
    max-width: 1250px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 55px;
  }
  #footer .f-box .f-contact {
    max-width: 370px;
  }
  #index-body .customized .box .top .left li::after{
    width: 50px;
  }
  #index-body .product .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #index-body .customized .box .top .left li .txt {
    white-space: wrap;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 30px;
    font-size: 18px;
  }
  .w-pd {
    padding: 0 35px;
  }
  .container {
    max-width: 1100px;
  }
  #footer .f-box .f-about {
    display: none;
  }
  #banner li .text .box {
    width: 55%;
  }
    #index-body .customized .box .top .left li::after{
    width: 30px;
  }
}
@media screen and (max-width: 1250px) {
    #index-body .customized .box .top .left li::after{
    display: none;
  }
  .our-app .ipjt-cfct {
    padding: 30px;
  }
  .our-app .ipjt-d {
    font-size: 16px;
  }
  #banner .list .slickBtn {
    display: none;
  }
  #index-body .product .list .ig .more {
    padding: 0 8px;
  }
  #footer .f-box .f-news {
    display: none;
  }
  #index-body .customized .box .bottom .right .card-container {
    height: 400px;
  }
  #index-body .our-app .ipjt-cfct {
    padding: 100px 45px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .our-app .ipjt-lt {
    width: 100%;
  }
  .our-app .ipjt-lt:nth-child(2n + 0) {
    display: none;
  }
  .our-app .ipjt-rt {
    width: 100%;
    height: 100%;
    top: initial;
    bottom: 0;
  }
  #banner li .text .box {
    width: 100%;
  }
  #banner li > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .about .data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .data ul li {
    width: 45%;
    margin-bottom: 30px;
  }
  #index-body .advantage .list .ig {
    padding: 35px 24px 35px 20px;
  }
  #index-body .advantage .list ul li {
    width: 100%;
  }
  #index-body .about .top .right,
  #index-body .customized .top .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  #footer .f-tip .share {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  .w-pd {
    padding: 0 20px;
  }
  .container {
    padding: 0 20px;
  }
  #index-body .advantage .list .ig .tip {
    padding: 0;
  }
  #index-body .customized .box .bottom .right {
    margin-top: 50px;
  }
  #index-body .customized .box .bottom .right .card.card_2 {
    -webkit-transform: translate(15.0px,15px);
    -moz-transform: translate(15.0px,15px);
    -ms-transform: translate(15.0px,15px);
    transform: translate(15.0px,15px);
  }
  #index-body .customized .box .bottom .right .card.card_3 {
    -webkit-transform: translate(30.0px,30px);
    -moz-transform: translate(30.0px,30px);
    -ms-transform: translate(30.0px,30px);
    transform: translate(30.0px,30px);
  }
  #index-body .customized .box .bottom .right .card.card_4 {
    -webkit-transform: translate(45.0px,45px);
    -moz-transform: translate(45.0px,45px);
    -ms-transform: translate(45.0px,45px);
    transform: translate(45.0px,45px);
  }
  #index-body .our-app .ipjt-cfct {
    padding: 50px 25px 30px;
  }
  #index-body .our-app .ipjt-b {
    padding-top: 20px;
  }
  #index-body .our-app .ipjt-b1 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    left: 10px;
    bottom: 28%;
    zoom: 0.75;
  }
  #index-body .our-app .ipjt-swiper {
    display: none;
  }
  #index-body .our-app .list {
    display: block;
  }
  #index-body .our-app .list li {
    border: none;
  }
  .font-48 {
    font-size: 26px;
  }
   .font-40 {
    font-size: 22px;
  }
  .font-30 {
    font-size: 18px;
  }
  #index-body .news .list .ig .text {
    padding: 20px 20px 40px;
    font-size: 16px;
  }
  #footer .f-top .more {
    padding: 0 30px;
  }
  .more {
    zoom: 0.85;
  }
  #index-body .customized .box .top .left li .icon {
    zoom: 0.85;
  }
  #index-body .product .list .ig .img-box .dot {
    zoom: 0.85;
  }
  #index-body .product .list .ig .m2 {
    display: none;
  }
  #index-body .about .img .play-btn {
    zoom: 0.8;
  }
  #footer .f-tip .f-logo > a {
    width: 100%;
  }
  #footer .f-tip .f-logo .t {
    margin-right: 0;
    margin-top: 25px;
  }
  #footer .f-box .f-map{
    display: none;
  }
  #banner li .text .box{
    animation: none !important;
    opacity: 1;
    transition: .5s;
    transform: translate(0);
  }
  #index-body .advantage .list .ig .tip .icon {
    zoom: 0.85;
  }
  #index-body .advantage .list .ig .tip .btn {
    zoom: 0.85;
  }
  #index-body .advantage .list .ig .tip .tit {
    margin: 0 15px;
  }
  #index-body .about .center .a-lg {
    zoom: 0.85;
  }
}
@media screen and (max-width: 500px) {
  #index-body .customized .box .bottom .right .card {
    -webkit-transform: translate(0); !important;
    -moz-transform: translate(0); !important;
    -ms-transform: translate(0); !important;
    transform: translate(0); !important;
  }
  #index-body .customized {
    padding-bottom: 200px;
  }
  #index-body .product .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .about .data ul li {
    width: 100%;
  }
  #index-body .customized .box .top .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .customized .box .top .left ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  #index-body .advantage .list .ig {
    padding: 30px 15px;
  }
  #index-body .about .center .a-lg {
    zoom: 0.7;
  }
  #footer .f-tip .f-logo > a {
    zoom: 0.8;
  }
  #footer .f-copy {
    font-size: 14px;
  }
}


/*inner css*/
.inner-banner{
  margin-top: 90px;
}
.inner-banner .box{
  height: 520px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-banner .box{
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box{
    height: 300px;
  }
}
/*contact-page*/

.contact-page {
  padding: 60px 0;
}
.contact-page .contact-1 {
  padding-top: 60px;
}
.contact-page .contact-1 .left {
  vertical-align: middle;
}

.contact-page .contact-1 .left span.tag {
  margin: 15px 0;
  display: block;
}
.contact-page .contact-1 .left .list {
  margin: 25px 0 50px;
}
.contact-page .contact-1 .left .list ul {
  margin: -10px;
}
.contact-page .contact-1 .left .list ul li {
  padding: 10px;
}
.contact-page .contact-1 .left .list ul li i.fa {
  font-size: 24px;
  color: var(--color);
}
.contact-page .contact-1 .left .list ul li h6 {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  display: block;
  margin: 10px 0;
}
.contact-page .contact-1 .left .list ul li p {
  font-size: 16px;
  font-weight: 300;
  color: #444;
  line-height: 1.6;
}
.contact-page .contact-1 .left .list ul li p i{
  width: 22px;
  display: inline-block;
}
.contact-page .contact-1 .left .list ul li p a {
  display: block;
}
.contact-page .contact-1 .left .list ul li p a i.fa {
  font-size: 14px;
  width: 12px;
  text-align: center;
  margin-left: 10px;
}
.contact-page .contact-1 .left .list2 {
  max-width: 90%;
}
.contact-page .contact-1 .left .list2 ul {
  margin: 0 -30px;
}
.contact-page .contact-1 .left .list2 ul li {
  padding: 0 30px;
  border-right: 1px solid var(--color);
}
.contact-page .contact-1 .left .list2 ul li:first-child {
  border-right: none;
}
.contact-page .contact-1 .left .list2 ul li p {
  font-size: 16px;
  font-weight: 300;
  color: var(--color);
  line-height: 1.2;
}
.contact-page .contact-1 .left .list2 ul li h6 {
  display: block;
  font-size: 20px;
  color: var(--color);
  font-weight: bold;
  line-height: 36px;
}
.contact-page .contact-1 .left .list2 ul li h6 i.fa {
  color: var(--color);
  margin-left: 10px;
}
.contact-page .contact-1 .right {
  padding-right: 5%;
  vertical-align: middle;
}
.contact-page .contact-1 .right .form {
  padding: 50px;
  background: #f3f3f3;
}
.contact-page .contact-1 .right .form h3 {
  font-weight: bold;
  color: var(--color);
}
.contact-page .contact-1 .right .form span.tag {
  margin-top: 15px;
  line-height: 1.2;
  display: block;
}
.contact-page .contact-1 .right .form ul {
  margin-top: 40px;
}
.contact-page .contact-1 .right .form ul li {
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 5px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  width: 100%;
  padding: 12px;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 300;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .form ul li input:focus,
.contact-page .contact-1 .right .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .right .form ul li textarea {
  height: 120px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"] {
  background: var(--color);
  color: white;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"]:hover {
  background: #333;
}
.contact-page .contact-1 .right .form ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
   .contact-page .contact-1 .left .list ul li p,
  .product-page .productList ul li .content p {
    font-size: 14px;
    line-height: 28px;
  }
  .contact-page .contact-1 .right .form {
    padding: 20px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .right {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
}
/*product-page*/
.product-page .productList ul {
  margin: -10px;
}
.product-page .productList ul li {
  padding: 10px;
}
.product-page .productList ul li .box{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-page .productList ul li a.img-box {
  display: block;
  background-color: #f5f5f5;
}
.product-page .productList ul li a.img-box img {
  width: 100%;
}
.product-page .productList ul li .content {
  border: 1px solid #eee;
  padding: 15px 10px;
  margin: 0;
  flex: 1;
   display: flex;
  flex-direction: column;
}
.product-page .productList ul li .content span {
  font-size: 14px;
  font-weight: bold;
  color: var(--color);
  line-height: 28px;
  display: block;
  text-transform: uppercase;

  }
.product-page .productList ul li .content span {
    font-size: 14px;
    line-height: 28px;
  
}
.product-page .productList ul li .content h3 {
  font-size: 18px;
  line-height: 32px!important;
  font-weight: bold;
  color: var(--color);
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  flex: 1;
}
.product-page .productList ul li .content h3:hover {
  color: var(--color);
}
.product-page .productList ul li .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.product-page .productList ul li .content a.more {
  display: block;
 
}

.prodet-page .prodet-1 .img {
  padding-left: 0px;
  vertical-align: top;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
      border: 1px solid #eeeeee;
      background-color: #f5f5f5;
}
.prodet-page .prodet-1 .small img{
border: 1px solid #eeeeee;
      background-color: #f5f5f5;
}
.prodet-page .prodet-1 .small ul{
  margin: -5px;
}
.prodet-page .prodet-1 .small ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .text {
  padding-right: 15px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color);
}
.prodet-page .prodet-1 .text .content {
  max-height: 280px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .text .link {
  line-height: 2;
  font-weight: 300;
}
.prodet-page .prodet-1 .text .link a {
  display: block;
}
.prodet-page .prodet-1 .text .link a:hover {
  text-decoration: underline;
}
.prodet-page .prodet-1 .text .btn {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.prodet-page .prodet-1 .text .share {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.prodet-page .prodet-1 .text .share h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.inner-page .sideBarLeft {
  width: 70%;
}
.inner-page .sideBarRight {
  width: 30%;
  padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
.inner-page .sideBarRight .search {
  position: relative;
  margin-bottom: 50px;
}
.inner-page .sideBarRight .search input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 1px solid #eee;
  padding-right: 15px;
  padding-left: 55px;
  font-size: 14px;
}
.inner-page .sideBarRight .search input[type="submit"] {
  width: 40px;
  background: white url("../images/icon-search-black.png") center center no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border: none;
  border-right: 1px solid #eee;
}
.inner-page .sideBarRight h3.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  display: block;
}
.inner-page .sideBarRight .nav {
  margin-bottom: 40px;
}
.inner-page .sideBarRight .nav ul li a {
  font-size: 16px;
  margin-bottom: 10px;
  transition: .5s;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.inner-page .sideBarRight .nav ul li:hover> a {
  color: var(--color);
}
.inner-page .sideBarRight .list .img img{
  height: 90px;
  width: auto;
}
.inner-page .sideBarRight .list {
  font-weight: bold;
}
.inner-page .sideBarRight .list .tp{
  font-size: 16px;
  color: var(--color);
}
.inner-page .sideBarRight .list h6{
  font-size: 16px;
}
.inner-page .sideBarRight .list h6:hover{
  color: var(--color);
}

.inner-page .sideBarRight #ewm2{
  max-width: 120px;
}
.inner-page .sideBarLeft .form h3.title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.inner-page .sideBarLeft .form p {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 28px;
}
.inner-page .sideBarLeft .form input,
.inner-page .sideBarLeft .form textarea {
  width: 100%;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.inner-page .sideBarLeft .form textarea {
  height: 120px;
}
.inner-page .sideBarLeft .form button {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inner-page .sideBarLeft .form button i{
  margin-left: 6px;
}
.inner-page .sideBarLeft .share {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.inner-page .sideBarLeft .share ul li a{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  font-size: 18px;
  color: white;
 display: block;
 border-radius: 50%;
}
.inner-page .sideBarLeft .share ul li:nth-child(1) a {
  background: #3b5998;
}
.inner-page .sideBarLeft .share ul li:nth-child(2) a {
  background: #1da1f2;
}
.inner-page .sideBarLeft .share ul li:nth-child(3) a {
  background: #007bb5;
}
.inner-page .sideBarLeft .share ul li:nth-child(4) a {
  background: #25d366;
}
.inner-page .sideBarLeft .share ul li:nth-child(5) a {
  background: #673ab7;
}
.inner-page .sideBarLeft .share ul li:nth-child(6) a {
  background: #ff9800;
}

.inner-page .m-page {
  margin-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}

@media screen and (max-width: 1250px) {
.inner-page .sideBarRight{
  display: none;
}
.inner-page .sideBarLeft{
  width: 100%;
}
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .text{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .small{
    order: -1;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/*news-page*/


.news-page .page-right .news-list-li li {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news-page .page-right .news-list-li li .blog-button {
  margin-top: 20px;
}

.news-page .blog .rs-blog .blog-item {
  margin-bottom: 70px;
  background: #fff;
  border-radius: 5px;
}
.news-page .blog-all-titles {
  display: flex;
  justify-content: left;
  padding-bottom: 25px;
  padding-top: 8px;
  align-items: baseline;
}
.news-page .blog-all-titles .blog-title {
  margin: 0 0 7px;
}
.news-page .blog-all-titles .blog-title a {
  font-size: 25px;
  font-weight: 600;
}
.news-page .blog-all-titles .full-date {
  text-align: center;
  line-height: 1.5em;
  padding: 6px 20px;
  font-size: 16px;
}
.news-page .blog-all-titles .get_date_format {
  background: var(--color);
  border-radius: 4px;
  margin-left: 25px;
  position: relative;
}
.news-page .blog-all-titles .get_date_format .blog-date {
  font-size: 18px;
  color: #fff;
  padding: 12px 22px 10px;
  line-height: 1.5em;
}
.news-page .blog-all-titles .get_date_format .blog-date .date {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.news-page .blog-all-titles .btm-cate {
  padding: 0;
  margin: 0;
}
.news-page .blog-item.no-thumbs .blog-all-titles {
  display: block;
}
.news-page .rs-blog .blog-item .blog-desc {
  margin: 0 0 15px;
  clear: both;
}
.news-page .blog-desc p {
  line-height: 28px;
  font-size: 15px;
}
.news-page .sidebar{
      position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
.news-page .sidebar .hot-list .img-box{
  border: 1px solid #eeeeee;
}
.news-page .sidebar ul.darklinks {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
.news-page .sidebar ul.darklinks li a {
  color: #323232;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  padding-right: 20px;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  transition: .5s;
}
.news-page .sidebar ul.darklinks li a:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 20px;
}
.news-page .sidebar ul.darklinks li a:hover {
  color: var(--color);
}
.news-page .sidebar ul.darklinks li .children li a {
  padding-right: 40px;
}
.news-page .sidebar ul.darklinks li .children li a:after {
  content: '>';
  position: absolute;
  right: 20px;
}
.news-page .full-blog-content {
  background: #FFFFFF;
  position: relative;
  padding: 3%;
}
@media screen and (max-width:1000px){
  .news-page .sidebar{
    display: none;
  }
 .news-page .page-right{
    width: 100%;
    padding-right: 0;
  }
  .news-page .blog-all-titles .blog-title a{
    font-size: 20px;
  }
}
.newdet-page .newdet-1 .tip .time{
    font-size: 18px;
    color: #fff;
    padding: 12px 22px 10px;
    font-weight: bold;
    border-radius: 4px;
    background: var(--color);
    text-align: center;
    margin-left: 20px;
}
.newdet-page .newdet-1 .tip .time day{
  font-size: 24px;
}
.newdet-page .newdet-1 .tip h1{
  flex: 1;
}
.newdet-page .newdet-1 .content_det{
  border-bottom: 1px solid #eeeeee;
}
.newdet-page .newdet-1 .link a:last-child{
  text-align: left;
}
.newdet-page .newdet-1 .link a{
  transition: .5s;
}
.newdet-page .newdet-1 .link a:hover{
  color: var(--color);
}
.Auxil-related .img-box{
  border: 1px solid #eeeeee;
}
.Auxil-related .h3:hover{
  color: var(--color);
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 .tip .time{
    zoom: 0.8;
  }
}

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

.faq-page .faq-list li{
  background: #000000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: .5s;
}
.faq-page .faq-list li .tip{
 padding: 10px 30px;
 color: #fff;
 font-size: 24px;
 font-weight: bold;
 display: flex;
 align-items: center;
 cursor: pointer;
}
.faq-page .faq-list li .tip span{
  flex: 1;
  margin-left: 10px;
}
.faq-page .faq-list li .tip i{
  font-size: 30px;
  transition: .5s;
}
.faq-page .faq-list li .cont{
  background: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 25px;
  display: none;
}
.faq-page .faq-list li.active{
  background: var(--color);
}
.faq-page .faq-list li.active .tip i{
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-list li .tip{
 padding: 6px 10px;
 font-size: 20px;
}
.faq-page .faq-list li .cont{
  padding: 15px;
  font-size: 14px;
}
.faq-page .faq-list li .tip i{
  font-size: 24px;
}
}
.solutions-page .list li{
  margin-top: 50px;
   transition: .5s;
}
.solutions-page .list .left{
  overflow: hidden;
}
.solutions-page .list .left img{
 width: 100%;
 transition: .5s;
}
.solutions-page .list .right .cont{
  max-height: 200px;
  overflow-y: auto;
}
.solutions-page .list .right {
  padding: 50px 100px;
}
.solutions-page .list li:nth-child(even) .right{
  order: -1;
}
.solutions-page .list li:hover{
  color: #ffffff;
  background: var(--color);
}
.solutions-page .list li:hover .left img{
  transform: scale(1.1);
}
@media screen and (max-width: 1250px) {
  .solutions-page .list .right {
    padding: 40px 50px;
}
}
@media screen and (max-width: 1000px) {
  .solutions-page .list .right {
    padding: 30px;
}
}
@media screen and (max-width: 700px) {
  .solutions-page .list .left{
      width: 100%;
    }
    .solutions-page .list .right{
      width: 100%;
      padding: 30px 20px;
    }
    .solutions-page .list li:nth-child(even) .right{
  order: 0;
}
}
.about-page {
      background-color: #f3f3f3;
}
.about-page .about-1{
      background: url(../images/ico08.png) no-repeat center bottom;
    background-size: 100% auto;
}
.about-page .about-2{
  position: relative;
}
.about-page .about-2 img{
  width: 100%;
}
.about-page .about-2 .play{
  width: 120px;
  height: 120px;
  font-size: 30px;
}

.about-page .about-3 .list li{
  margin-top: 40px;
   transition: .5s;
}
.about-page .about-3 .list .left{
  overflow: hidden;
}
.about-page .about-3 .list .left img{
 width: 100%;
 transition: .5s;
}
.about-page .about-3 .list .right .cont{
  max-height: 200px;
  overflow-y: auto;
}
.about-page .about-3 .list .right {
  padding: 50px 100px;
}
.about-page .about-3 .list li:nth-child(even) .right{
  order: -1;
}
.about-page .about-3 .list li:hover{
  color: #ffffff;
  background: var(--color);
}
.about-page .about-3 .list li:hover .left img{
  transform: scale(1.1);
}

 .about-page .about-4{
    color: #ffffff;
    padding: 400px 0 120px;
    background: url(/qjinglab/2026/09/02/laboratory-equipment-with-blue-liquid-for-scientif-2026-03-25-09-28-49-utc.jpg) no-repeat center center / cover;
  }
   .about-page .about-4 .icon{
     height: 55px;
     display: flex;
     justify-content: center;
     align-items: flex-end;
   }
  .about-page .about-4 em{
    font-weight: bold;
  }
@media screen and (max-width: 1250px) {
.about-page .about-3 .list .right {
    padding: 40px 50px;
}

}
@media screen and (max-width: 1000px) {
.about-page .about-3 .list .right {
    padding: 30px;
}
.about-page .about-2 .play{
  zoom: 0.8;
}
}
@media screen and (max-width: 700px) {
.about-page .about-3 .list .left{
      width: 100%;
    }
  .about-page .about-3 .list .right{
      width: 100%;
      padding: 30px 20px;
    }
  .about-page .about-3 .list li:nth-child(even) .right{
  order: 0;
}
.about-page .about-2 .play{
  zoom: 0.6;
}
.about-page .about-4 li{
  width: 48%;
  margin-top: 20px;
}
.about-page .about-4{
  padding: 250px 0 80px
}
}