@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), 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;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #0aa1f2;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
.osw {
  font-family: "Oswald";
}
.more {
  width: 211px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  display: block;
  font-family: "Poppins";
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #a6a6a6;
  position: relative;
}
.more.m1{
      border: solid 1px #0aa1f2;
}
.more::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0aa1f2 url(../images/jt.png) no-repeat center center / 22px 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(60%, -50%);
  -moz-transform: translate(60%, -50%);
  -ms-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
}
.more:hover::after {
  -webkit-transform: translate(60%, -50%) rotate(45deg);
  -moz-transform: translate(60%, -50%) rotate(45deg);
  -ms-transform: translate(60%, -50%) rotate(45deg);
  transform: translate(60%, -50%) rotate(45deg);
}
#mobile3 .m-logo{
    background: #ffffff;
}
#mobile3 .m-btn i{
    background: #000000;
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  width: 211px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #0aa1f2;
  display: block;
  font-family: "Poppins";
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #a6a6a6;
  position: relative;
  margin: 0 auto;

}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}
#header .nav {
  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;
  position: static;
}
#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 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 35px;
  color: #000000;
  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;
  padding: 40px 0;
}
#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-left: 26px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -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;
}
#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 > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  width: 76px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #000000;
  line-height: 40px;
  color: #000000;
  text-align: center;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
}
#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: block;
}
#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 .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: 0;
   -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
/*#header.active .nav::after {
  width: 100%;
}*/


#header .nav .ui.menu .menu-box ul.menu > li:hover > .h-nav_box{
  max-height: 700px;
  padding-top: 35px;
  padding-bottom: 55px;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box{
  display: block;
  position: absolute;
  left:0;
  top:100%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box.h-pro_box  li ul li{
    color: #615f5f;
    margin-top: 1rem;
    font-size: 16px;
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box li{
    transition: .5s;
    font-size: 18px
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box li:hover>a{
color: var(--color);
}
.h-nav_box {
  background-color: white;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top:100%;
}
.h-nav_box a{
  color: #000;
}
.h-nav_box .top .img {
  width: 35.8%;
}
.h-nav_box .top .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.h-nav_box .top .text {
  padding-top: 40px;
  width: 64.2%;
  padding-left: 65px;
}
.h-nav_box .top .text h4 {
  font-family: 'Montserrat-SemiBold';
  color: var(--color);
  text-transform: uppercase;
}
.h-nav_box .top .text .con {
  line-height: 2;
  color: black;
}
.h-nav_box a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  max-width: 200px;
}
.h-nav_box a.btn span {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
.h-nav_box a.btn i {
  font-size: 20px;
}
.h-nav_box .bottom ul {
  margin: 25px -44px 0;
  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;
}
.h-nav_box .bottom ul li {
  padding: 23px 44px;
}
.h-nav_box .bottom ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.h-nav_box .bottom ul li a:hover {
  color: var(--color);
  border-color: var(--color);
}
.h-nav_box .bottom ul li a span {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
.h-nav_box .bottom ul li a i {
  font-size: 20px;
}
.h-nav_box .bottom ul li ol {
  margin-top: 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.h-nav_box .bottom ul li:hover ol{
  max-height: 300px;
}
.h-nav_box .bottom ul li ol li {
  padding: 0;
  margin-bottom: 15px;
}
.h-nav_box .bottom ul li ol li:last-child {
  margin-bottom: 0;
}
.h-nav_box .bottom ul li ol li a {
  font-size: 14px;
  font-family: 'Montserrat-Medium';
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 5px;
}
.h-nav_box .pro-nav ul {
  margin: 0 -12px;
}
.h-nav_box .pro-nav ul li {
  padding: 0 12px;
}
.h-nav_box .pro-nav ul li .img {
  width: 100%;
  height: 200px;
  display: block;
}
.h-nav_box .pro-nav ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 99px;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li > img {
  border-radius: 0px 0px 80px 80px;
  width: 100%;
}
#banner li .text {
  position: absolute;
  top: 65%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 100%;
}
#banner li .text .left {
  width: 50%;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner li .text .left .title {
  font-weight: bold;
  line-height: 1.4;
}
#banner li .text .left .title span {
  color: var(--color);
}
#banner li .text .left .cont {
  line-height: 2;
  letter-spacing: -1px;
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner li .text .left .more{
    border: 1px solid #fff;
    color: #fff;
}
#banner li .text .right {
  width: 50%;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 1.5s 1s;
  -moz-transition: 1.5s 1s;
  transition: 1.5s 1s;
}
#banner li .text .right img {
  margin: 0 0 0 auto;
}
#banner .slick-active .text .left {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner .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;
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
.upper{
    text-transform: uppercase;
}
@-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);
  }
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body {
  overflow: hidden;
}
#index-body .title {
  line-height: 1;
  font-weight: bold;
}
#index-body .title span {
  color: var(--color);
}


#index-body .products .title span {
  display: block;
}
#index-body .products .top .left .cont {
  color: #525252;
  opacity: 0.82;
}
#index-body .products .top .right .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .products .top .right .btn .prev,
#index-body .products .top .right .btn .next {
  width: 67px;
  height: 67px;
  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;
  background-color: #0fa5f3;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .top .right .btn .prev:hover,
#index-body .products .top .right .btn .next:hover {
  background: #000000;
}
#index-body .products .bottom {
  background: url(../images/pro_bg.png) no-repeat center top 50px;
}
#index-body .products .bottom ul {
  margin: 0 -20px;
}
#index-body .products .bottom ul li {
  padding: 0 20px;
}
#index-body .products .bottom .box {
  text-align: center;
}
#index-body .products .bottom .box .img-box {
  padding: 20px;
}
#index-body .products .bottom .box .img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
}
#index-body .products .bottom .box .img-box:hover img {
      transform: scale(1.4);
}
#index-body .products .bottom .box .t1 {
  display: block;
}
#index-body .products .bottom .box .t1:hover {
  color: var(--color);
}
#index-body .products .bottom .box .btn {
  font-weight: 300;
  line-height: 1;
}
#index-body .products .bottom .box .btn:hover {
  color: var(--color);
}
#index-body .about .left {
  width: 50%;
}
#index-body .about .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .right {
  width: 50%;
  background: #151515 url(../images/about_bg.png) no-repeat right bottom 60px;
  color: #ffffff;
}
#index-body .about .right .t1 {
  line-height: 1;
}
#index-body .about .right .t1 span {
  color: var(--color);
}
#index-body .about .right .t2 {
  letter-spacing: 5px;
  color: #0aa1f2;
}
#index-body .about .right .dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .right .dates li {
  text-align: center;
}
#index-body .about .right .dates .num span {
  font-family: "Poppins";
  margin-left: 10px;
}
#index-body .about .right .dates p {
  font-family: "Poppins";
}
#index-body .apart .top .cont {
  color: #7c7c7c;
  font-weight: 500;
}
#index-body .apart .top .right .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .apart .top .right .btn .prev,
#index-body .apart .top .right .btn .next {
  width: 67px;
  height: 67px;
  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;
  background-color: #0fa5f3;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .apart .top .right .btn .prev:hover,
#index-body .apart .top .right .btn .next:hover {
  background: #000000;
}
#index-body .apart .bottom ul {
  margin: 0 -80px;
}
#index-body .apart .bottom ul li {
  padding: 0 30px;
}
#index-body .apart .bottom .box {
  padding-top: 30px;
}
#index-body .apart .bottom .box .cont {
  line-height: 1.8;
  color: #737373;
}
#index-body .apart .bottom .box .img {
  height: 95px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
}
#index-body .apart .bottom .box .img img {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .apart .bottom .box .img::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0aa1f2;
  opacity: 0.83;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  -moz-transform: translate(30%, -20%);
  -ms-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
}
#index-body .apart .bottom .box:hover .img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#index-body .application ul li .box {
  position: relative;
}
#index-body .application ul li .box img {
  width: 100%;
}
#index-body .application ul li .box .text {
  transition: .5s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
  background: rgba(10, 161, 242, 0.7);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
}
#index-body .application ul li .box .text .t1 {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
}
#index-body .application ul li .box:hover .text {
  opacity: 1;
}
#index-body .application .app-box .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
#index-body .application .app-box .btn >div{
    width: 50px;
    height: 50px;
    background-color: var(--color);
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    cursor: pointer;
    transition: .5s;
}
#index-body .application .app-box .btn >div:hover{
    background: #000000;
}
#index-body .application .app-box .btn .next{
    margin-left: 20px;
}
#index-body .news {
  border-radius: 0px 0px 60px 60px;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
#index-body .news .tip .cont {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
}
#index-body .news ul li .box {
  border-top: 3px solid #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .box .t1 {
  display: block;
  line-height: 1.4;
}
#index-body .news ul li .box .t1:hover {
  color: var(--color);
}
#index-body .news ul li .box .cont {
  opacity: 0.53;
}
#index-body .news ul li .box:hover {
  border-top: 3px solid var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1b1b1b;
  color: #fff;
  margin-top: -60px;
  padding-top: 60px;
}
#footer.inner {
  padding-top: 0;
  margin-top: 0;
}
#footer .f-top 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: 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;
}
#footer .f-top ul li input {
  width: 100%;
  height: 77px;
  background-color: rgba(166, 168, 172, 0.15);
  border-radius: 10px;
  border: none;
  padding: 0 16px;
}
#footer .f-top ul li input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-top ul li input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-top ul li input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-top ul li input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-top ul li input::placeholder {
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-top ul .i1 {
  width: 14%;
}
#footer .f-top ul .i2 {
  width: 38%;
}
#footer .f-top ul .submit {
  width: 15%;
  font-weight: bold;
}
#footer .f-top ul .submit input {
  background-color: #0fa5f3;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top ul .submit input:hover {
  background: #ffffff;
  color: #000000;
}
#footer .f-box .tit {
  font-weight: 500;
}
#footer .f-box .line {
  width: 196px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
}
#footer .f-box .line .dot {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .f-box .f-contact {
  max-width: 450px;
}
#footer .f-box .f-contact .line {
  width: 228px;
}
#footer .f-box .f-contact .contact-box {
  font-weight: 300;
}
#footer .f-box .f-contact .contact-box li {
  margin-bottom: 0.8em;
}
#footer .f-box .f-contact .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .f-contact .share a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  opacity: 0.6;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-right: 10px;
}
#footer .f-box .f-contact .share a:hover {
  opacity: 1;
  background: var(--color);
  border: solid 1px var(--color);
}
#footer .f-box .f-products li,
#footer .f-box .f-about li,
#footer .f-box .f-news li {
  margin-bottom: 0.4em;
  opacity: 0.55;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-about li ul{
  display: none;
}
#footer .f-box .f-products li:hover,
#footer .f-box .f-about li:hover,
#footer .f-box .f-news li:hover {
  opacity: 1;
}
#footer .f-box .f-code #ewm {
  width: 190px;
  height: 190px;
  border: 10px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
.inner-banner{
    margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  #footer .f-box .f-contact {
    max-width: 310px;
  }
  #index-body .products .bottom {
    background-size: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #footer .f-box .f-about {
    display: none;
  }
  #banner li .text {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  #index-body .apart .bottom ul {
    margin: 0 -30px;
  }
  #index-body .apart .bottom ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .text .right {
    display: none;
  }
  #banner li .text .left {
    width: 100%;
  }
  #footer .f-box .f-news {
    display: none;
  }
  #footer .f-top ul .i1 {
    width: 30%;
    margin-bottom: 15px;
  }
  #footer .f-top ul .i2 {
    width: 65%;
  }
  #footer .f-top ul .submit {
    width: 25%;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  #footer .f-box .tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  .pl-100 {
    padding-left: 0;
  }
  .pr-100 {
    padding-right: 0;
  }
  #index-body .products .bottom ul {
    margin: 0 -10px;
  }
  #index-body .products .bottom ul li {
    padding: 0 10px;
  }
  #index-body .products .title span {
    display: inline;
  }
  #index-body .products .top .right {
    display: none;
  }
  #index-body .about .right {
    padding: 50px 15px !important;
  }
  #index-body .apart .top .right {
    display: none;
  }
  #footer .f-box .f-products {
    display: none;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-top ul .i1 {
    width: 100%;
  }
  #footer .f-top ul .i2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-top ul .submit {
    width: 100%;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .more {
    zoom: 0.8;
  }
  #banner li > img {
    border-radius: 0px 0px 40px 40px;
 
  }
  #banner li .text{
      top: 77%;
  }
  #index-body .news {
    border-radius: 0px 0px 30px 30px;
  }
  #footer {
    margin-top: -40px;
  }
  #banner li .text .left .title {
    font-size: 22px;
  }
  .font-50{
      font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  #banner li .text .left .cont {
    display: none;
  }
  #banner li .text .left .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #index-body .apart .bottom .box .img {
    zoom: 0.7;
  }
  .font-56 {
    font-size: 20px;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .about .right .dates li {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .about .right {
    background: #151515;
  }
  #banner li .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer .f-top ul li input {
    height: 55px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 24%;
    zoom: 0.7;
  }
}

#mobile3 .m-search form input[type=submit]{
    background-image:url(../images/icon-search-white.png);
}
#innerMobileBanner{
    padding-top: 80px
}
#innerMobileBanner .title{
    font-size: 18px;
}
/*inner*/
.t_1 {
    transition: .5s;
}
.inner-banner {
  color: white;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page span.tag {
  color: var(--color);
}
.inner-page .text {

  line-height: 2;
}

.about-page .about-1 .left .icon {
  position: absolute;
  left: -10%;
  bottom: 11%;
  padding: 3% 7%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0172ae), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #0172ae, var(--color));
  background-image: -moz-linear-gradient(bottom, #0172ae, var(--color));
  background-image: linear-gradient(to top, #0172ae, var(--color));
}
.about-page .about-2 {
  background-color: #f4f4f4;
}
.about-page .about-2 .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  color: white;
}
.about-page .about-3 span.h2 {
  max-width: 50%;
}
.about-page .about-3 .list {
  margin: 1em 0;
}
.about-page .about-3 .list ul li {
  background-color: white;
  color: black;
  padding: 3% 3.5% 5%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li:after {
  content: '';
  width: 100%;
  height: -webkit-calc(100% + 2em);
  height: -moz-calc(100% + 2em);
  height: calc(100% + 2em);
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0187ce), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #0187ce, var(--color));
  background-image: -moz-linear-gradient(bottom, #0187ce, var(--color));
  background-image: linear-gradient(to top, #0187ce, var(--color));
  top: -1em;
  left: 0;
  z-index: -1;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-3 .list ul li:before {
  content: '';
  width: 1px;
  height: 63%;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: #dedede;
}
.about-page .about-3 .list ul li i {
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .list ul li i img{
    position: relative;
    z-index: 3;
    transition: .5s;
}
.about-page .about-3 .list ul li i::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0aa1f2;
  opacity: 0.83;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  -moz-transform: translate(30%, -20%);
  -ms-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
}
.about-page .about-3 .list ul li:hover i img{
        -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-page .about-3 .list ul li span.h6 {
  line-height: 1.4;
}
.about-page .about-3 .list ul li:hover {
  color: white;
}
.about-page .about-3 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li:hover .text {
  color: inherit;
}
.about-page .about-3 .list ul li:hover:after {
  opacity: 1;
}
.about-page .about-3 .list ul li:first-child:before {
  display: none;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}
.prodet-page .prodet-1 .smallImg .slick-track {
    width: 100% !important;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -0.5em;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: .5em;
      
}
.prodet-page .prodet-1 .smallImg ul li img{
background: #f6f6f6;

}
.prodet-page .prodet-1 .big img{
    width: 100%;
    background: #f6f6f6;
}
.prodet-page .prodet-1 .right .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .btn .m2{
margin-right: 55px
}

.prodet-page .prodet-2 .prodet-box {
  background-color: #f6f6f6;
  color: #7b7b7b;
}
.prodet-page .prodet-2 i {
  mix-blend-mode: darken;
}
.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page .prodet-3 .options span::after{
    display: none
}
.prodet-page .prodet-3 .options span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0172ae), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #0172ae, var(--color));
  background-image: -moz-linear-gradient(bottom, #0172ae, var(--color));
  background-image: linear-gradient(to top, #0172ae, var(--color));
  color: #ffffff;
}
.prodet-page .prodet-3 .ret .slide {
  display: none;
}
.prodet-page .prodet-3 .ret span.h6 {
  padding: .5em 1em;
  background-color: #f5f5f5;
}
.prodet-page .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
  content: '';
  width: .5em;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0172ae), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #0172ae, var(--color));
  background-image: -moz-linear-gradient(bottom, #0172ae, var(--color));
  background-image: linear-gradient(to top, #0172ae, var(--color));
}
.prodet-page .prodet-3 .ret span.h6.active i: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-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0172ae), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #0172ae, var(--color));
  background-image: -moz-linear-gradient(bottom, #0172ae, var(--color));
  background-image: linear-gradient(to top, #0172ae, var(--color));
}
.prodet-page .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: .8em 1.4em;
  color: black;
}
.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page .prodet-3 .ret .form ul li .text {
  color: inherit;
}
.prodet-page .prodet-3 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 i {
    zoom: .7;
  }
  .prodet-page .prodet-2 span{
      font-size: 16px;
  }
  .about-page .about-1 .left .icon {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .list ul li {
    padding: 3%;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .right .btn{
        margin-bottom: 20px;
    }
  .prodet-page .prodet-2 ul li {
    width: 32.5%;
  }
  .prodet-page .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cp-Nav .nav div.title{
    margin-top: -20px!important;
    margin-bottom: -30px!important;
    line-height: 32px!important;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:after {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .about-page .about-1 .left .icon {
    left: 0;
    max-width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .font-35 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-3 .options {
    display: none;
  }
  .prodet-page .prodet-3 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page .prodet-3 .ret .slide:first-child {
    margin-top: 0;

  }
  .prodet-page .prodet-3 .ret .form {
    padding: 5%;
  }
  .prodet-page .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 span.h2 {
    max-width: none;
  }
  .about-page .about-3 .list ul li:before {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }

  .prodet-page .prodet-2 ul li {
    width: 49%;
  }
  .prodet-page .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: #bf0000;
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
    width: 230px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
.m-page .wp-pagenavi {
    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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
    background-color:#0aa1f2;
    color: #fff;
    border: 1px solid #0aa1f2;
}
.m-page .wp-pagenavi .current {
    background-color: #0aa1f2;
    border: 1px solid #0aa1f2;
    color: #fff;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }
}
.product-page .init-1 .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
    display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
    margin-top: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
    color: #bf0000;
}
.product-page .init-2 .container .fl-list {
    display: inline-block;
    position: relative;
    width: 370px;
    border: solid 1px #474747;
    text-align: left;
    padding: 20px 40px 20px 28px;
    cursor: pointer;
    color: #474747;
    font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
    display: block;
    position: relative;
}
.product-page .init-2 .container .fl-list span em {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: -4px;
    right: -20px;
}
.product-page .init-2 .container .fl-list ul {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -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 #0aa1f2;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
    font-size: 16px;
    padding: 10px;
    line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
    display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
    color: #0aa1f2;
}
.product-page .init-2 .container .fl-list:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
    margin-left: 50px;
    border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
    height: 64px;
    width: 365px;
    position: relative;
    font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
    padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
    width: 75px;
    background-color: #0aa1f2;
    border: none;
    border-radius: 0;
    -o-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
    background-color: #0aa1f2;
}
.product-page .init-3 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
}
.product-page .init-3 .container .des{
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
}
.product-page .init-3 .container .des table{
    border: none;
}
.product-page .init-3 .container .des table tr{
    background: #fff;
}
.product-page .init-3 .container .des table tr td{
    border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
    background: #f6f6f6;
    min-width: 100px;
}
.product-page .init-3 .container .cat_des{
    max-height: 320px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 2;
    padding-right: 4px;
    overflow-y: auto;
    font-weight: 500;
}
.product-page .init-3 .container .content {
    margin-top: -40px;
}
.product-page .init-3 .container .content ul{
    margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
    padding: 0 22px;
    margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
    display: block;
    background: #f6f6f6;
}
.product-page .init-3 .container .content ul li .box .img img {
    width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
    margin-top: 20px;
    font-weight: 600;
    line-height: 40px;
    min-height: 2.5em;
}
.product-page .init-3 .container .content ul li .box .title:hover{
    color: #bf0000;
}
.product-page .init-3 .container .content ul li .box .title2{
    color: #5f5f5f;
    margin-top: 10px;
    font-weight: 500;
    line-height: 2;
    overflow-y: auto;
    max-height: 172px;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .box .slick-track{
    margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
    margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
    padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-left: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: #bf0000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
    transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}

@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td{
        min-width: 120px;
    }
    .product-page .init-3 .container .des table tbody>tr>td:first-child{
        min-width: 120px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}
@media (max-width: 1250px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;

    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
     }
     .wdcp{
         height: 180px;
     }
     #innerMobileBanner .banner1 .mbx{
         line-height: 2;
    }
    #innerMobileBanner .banner1 .imgC .text{
        line-height: 44px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }
    .product-page .init-1 {
        display: none;
    }
    .product-page .init-2 {
        display: none;
    }
}
@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-right: 10px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 500px) {
    .product-page .init-3 .container .content {
        margin-top: 0;
    }
    .product-page .init-3 .container .content ul{
        margin: 0;
    }
    .product-page .init-3 .container .content ul li {
        padding: 0;
        margin-top: 30px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}
.gallery-page .init-1 .container .cont{
    border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
    margin-right: 50px;
}
.gallery-page .init-1 .container .cont li:last-child{
    margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery-page .init-2 {
    padding-top: 30px;
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.contact-page {
    padding-top: 100px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    border: none;
}
.contact-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #0aa1f2;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    text-align: center;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media (max-width: 1000px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
     }
     .seoPublic .Auxil-about .box .right div.h3,
     .seoPublic .Auxil-news .list ul li .content div.h6
      {
         line-height: 2;
     }
     #cp-Nav .nav div.title {
         line-height: 32px;
         margin-top: -20px;
         margin-bottom: -30px;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.solution-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.newsTab {
    padding-top: 50px;
}
.newsTab .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #767676;
}
.newsTab .container .list {
    margin-top: 10px;
    color: #767676;
    position: relative;
    width: 290px;
    text-align: center;
    padding: 0 10px;
}
.newsTab .container .list::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
    color: var(--color);
    font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
    color: #767676;
}
.newsTab .container .list:last-child::before {
    display: none;
}

.news-page .init-1 .container ul li {
    margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    border-radius: 20px;
    height: 100%;
    transition: .5s;
}
.news-page .init-1 .container ul li .box .cont .title{
    transition: 0s
}
.news-page .init-1 .container ul li .box:hover{
    background: var(--color);
    color: #ffffff;
}
.news-page .init-1 .container ul li .box:hover .time .date,.news-page .init-1 .container ul li .box:hover .time{
    color: #ffffff;
}
.news-page .init-1 .container ul li .box:hover .cont .des{
    color: #ffffff;
}
.news-page .init-1 .container ul li .box:hover .more{
    border: solid 1px #ffffff;
    color: #000000;
    background: #ffffff;
}
.news-page .init-1 .container ul li .box:hover .more::after{
    background-color: #000000;
}
.news-page .init-1 .container ul li .box .time {
    width: 140px;
    color: #666666;
    transition: .5s
}
.news-page .init-1 .container ul li .box .time .date {
    color: #000;
    transition: .5s
}
.news-page .init-1 .container ul li .box .imgC {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 32%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
    width: 100%;
}
.news-page .init-1 .container ul li .box .cont {

    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
/*.news-page .init-1 .container ul li .box .cont .title:hover {
    color: var(--color);
}*/
.news-page .init-1 .container ul li .box .cont .des {
    color: #767676;
    margin-top: 16px;
    transition: .5s;
}
.news-page .init-1 .container ul li .box .sub {
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
    opacity: 1;
}
.newdet-page .container .left {
    width: 75%;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    padding: 70px;
}
.newdet-page .container .left .title {
    text-align: center;
    font-weight:bold;
}
.newdet-page .container .left .time {
    color: #666666;
    margin-top: 26px;
    text-align: center;
}
.newdet-page .container .left .des {
    margin-top: 40px;
    color: #666666;
}
.newdet-page .container .left .m-link {
    margin-top: 50px;
    border-top: 1px solid #666666;
    padding-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
    margin: 5px 0;
    color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
    color: var(--color);
}
.newdet-page .container .right {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    width: 25%;
    padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
    border-bottom: 1px solid #767676;
    padding-bottom: 12px;
    font-weight:bold;
}
.newdet-page .container .right ul li {
    margin-top: 26px;
}
.newdet-page .container .right ul li .box {
    position: relative;
}
.newdet-page .container .right ul li .box .boxC {
    padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
    color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
    color: var(--color);
}
.newdet-page .container .right ul li .box .time {
    color: #767676;
    margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
    color: #000;
}
.newdet-page .container .right ul li .box .more {
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 24px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
    width: 50px;
    height: 1px;
    margin-top: 16px;
    background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
    width: 100%;
    background-color: var(--color);
}
@media (max-width: 1250px) {
    .newsTab {
        display: none;
    }
   
    .newdet-page .container .left {
        width: 100%;
    }
    .newdet-page .container .right {
        display: none;
    }
}
@media (max-width: 1000px) {
    .news-page .init-1 .container ul li .box {
        padding: 20px 12px;
    }
    .news-page .init-1 .container ul li .box .sub {
        width: 100%;
        height: 100%;
    }
    .news-page .init-1 .container ul li .box .time {
        width: 100%;
    }
    .news-page .init-1 .container ul li .box .imgC {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .init-1 .container ul li .box .cont {
        width: 100%;
    }
    .newdet-page .container .left {
        padding: 40px 16px;
    }
    .news-page .init-1 .container ul li{
        margin-top: 0
    }
    .news-page .init-1 .container ul {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .newdet-page .container .left .time {
        margin-top: 10px;
    }
    .newdet-page .container .left .des {
        margin-top: 20px;
    }
    .newdet-page .container .left .m-link {
        margin-top: 30px;
    }
}

.faq-page {
    padding: 20px 0 140px;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    display: block;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color);
    opacity: 0.32;
    position: absolute;
    left: 29px;
    z-index: -1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.faq-page .list ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    background-image: linear-gradient(to top,#009df1,var(--color));
    opacity: 0;
    transition: .5s;
}
.faq-page .list ul li:hover .content {
    color: white;
}
.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
    color: inherit;
}
.faq-page .list ul li:hover .content:before {
    opacity: 1;
}
.faq-page .list ul li .content span.h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
    color: var(--color);
    margin-bottom: 0.5em;
    display: block;
}
.faq-page .list ul li .content .text {
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    .faq-page {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .list ul li .content {
        padding: 20px;
    }
    .faq-page .list ul li i {
        width: 50px;
    }
    .faq-page .list:before {
        left: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page {
        padding: 50px 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
}

.quality-page {
    padding-top: 90px;
}
/*.quality-page .ui.container {
  max-width: 1230px;
}*/
.quality-page .mbx .ui.container {
    max-width: none;
}
.quality-page span.h2 {
    font-weight: normal;
}
.quality-page .text {
    font-weight: 300;
}
.quality-page span.h3 {
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 1em;
    color: var(--color);
}
.quality-page .quality-1 {
    padding: 0 0 60px;
    text-align: center;
}
.quality-page .quality-1 .text {
    margin-top: 2em;
}
.quality-page .quality-2 .slide {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quality-page .quality-2 .slide .left {
    padding-right: 7%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide .left * {
    height: 100%;
}
.quality-page .quality-2 .slide .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    /*border: 1px solid #c9cfd2;*/
}
.quality-page .quality-2 .slide .right {
    padding: 20px 0;
    padding-left: 3%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide:nth-child(even) {
    direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
    padding-left: 7%;
    padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
    padding-left: 0;
    padding-right: 3%;
    direction: ltr;
}
.quality-page .quality-3 {
    padding: 70px 0 90px;
    background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.quality-page .quality-3 .box .left {
    width: 60%;
}
.quality-page .quality-3 .box .right {
    padding-left: 10%;
    width: 40%;
}
.quality-page .quality-3 .list {
    margin-top: 60px;
}
.quality-page .quality-3 .list ul {
    margin: -7px;
}
.quality-page .quality-3 .list ul li {
    padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
    display: block;
}
.quality-page .quality-4 .list ul {
    margin: -10px;
}
.quality-page .quality-4 .list ul li {
    padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
    width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
    font-size: 18px;
    font-weight: 500;
    /*color: var(--color);*/
    display: block;
    margin-top: 0.6em;
    text-align: center;
}
.quality-page .quality-4 .btn {
    font-size: 20px;
}
.quality-page .quality-4 .btn div {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: white;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
    right: 103%;
}
.quality-page .quality-4 .btn div.next {
    left: 103%;
}
.quality-page .quality-4 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.quality-page .quality-5 {
    padding: 110px 0;
}
.quality-page .quality-5 .box .left {
    vertical-align: middle;
    padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
    margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
    font-size: 16px;
    padding: 1em 0;
    border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
    transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
    margin-top: 1em;
    display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
    color: var(--color);
}
.quality-page .quality-5 .box .right {
    padding-left: 7%;
    vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick1 {
    position: relative;
}
.quality-page .quality-5 .box .right .slick1 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick1 img.active {
    opacity: 1;
    position: static;
    z-index: 1;
}
.quality-page .quality-7 {
    padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
    margin-top: 60px;
}
.quality-page .quality-7 .box .left {
    width: 66%;
    padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
    font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
    margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
    font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
    font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
    font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
    color: var(--color);
}
.quality-page .quality-7 .box .right {
    width: 34%;
}
@media screen and (max-width: 1600px) {
    .quality-page {
        padding-top: 70px;
    }
    .quality-page .quality-1 {
        padding: 50px 0;
    }
    .quality-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page span.h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .quality-page .quality-2 .slide .left,
    .quality-page .quality-3 .box .left {
        padding: 0 !important;
        width: 100%;
    }
    .quality-page .quality-2 .slide .right,
    .quality-page .quality-3 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }
    .quality-page .quality-2 .slide,
    .quality-page .quality-3 .box {
        direction: ltr !important;
        display: block;
    }
    .quality-page .quality-2 .slide .left .img {
        height: 240px;
    }
    .quality-page .quality-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .quality-page {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page .quality-4 .btn div.prev {
        left: 0;
        right: auto;
    }
    .quality-page .quality-4 .btn div.next {
        right: 0;
        left: auto;
    }
    .quality-page .quality-7 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .quality-page .quality-7 .box .right {
        display: none;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {


  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  margin-right: 40px;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 95%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, #0172ae, var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .support-page .init-5{
      margin-top: -120px;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}


.text-hide-2
{
    -webkit-line-clamp: initial;
    overflow: unset;
    }

.seoPublic .Auxil-about .box .right div.h3
{
   line-height: 44px;
    }
.seoPublic .Auxil-about .box .right .text{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content div.h6
{
   line-height: 2;
   min-height: 4.1em;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    }
.seoPublic .Auxil-news .list ul li .content time{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content p
{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content a.link{
   line-height: 2;
    }
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea{
   line-height: 2;
    }



@media (max-width: 700px) {
    .font-14, .font-16{
   line-height: 2;
    }
    .font-24{
   line-height: 44px;
    }
    .mobile-menu-wrap01 .menu-item
{
font-size: 16px;
line-height: 30px;
    }
    .mobile-menu-wrap01 .lang-panel .lang-switch{
font-size: 16px;
line-height: 30px;
    }
    .yuy ul{
    line-height: 2;
    }
}
.calculators-page .calculators-1 .box .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.calculators-page .calculators-1 .box .item .lf{
    width: 38%
}
.calculators-page .calculators-1 .box .item .rg{
    width: 55%;
    position: relative;
}
.calculators-page .calculators-1 .box .item .rg .tip{
    width: 70%;
    position: relative
}
.calculators-page .calculators-1 .box .item .rg .tip input{
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 20px;
    background: #ffffff;
     border: 1px solid rgba(0, 0, 0, .5);
}
.calculators-page .calculators-1 .box .item .rg .tip i{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.calculators-page .calculators-1 .box .item .rg.opt .tip .bottom{
     max-height: 0;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;

    background: #ffffff;
}
.calculators-page .calculators-1 .box .item .rg.opt .tip ul{
      max-height: 250px;
      overflow: auto;
     border: 1px solid rgba(0, 0, 0, .5);
}
.calculators-page .calculators-1 .box .item .rg.opt .tip ul li{
    padding: 5px 15px;
    cursor: pointer;
}
.calculators-page .calculators-1 .box .item .rg.opt .tip ul li:hover{
    background: var(--color);
    color: #ffffff;
}
/*.calculators-page .calculators-1 .box .item .rg.opt .tip ul*/
.calculators-page .calculators-1 .box .item .rg.opt .tip:hover .bottom{
     max-height: 250px;
}

.calculators-page .calculators-1 .box .item .rg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculators-page .calculators-1 .box .item .rg .dw{
    width: 28%;
}
.calculators-page .calculators-1 .box .item .rg .dw input{
    width: 100%;
    height: 40px;
    padding-left: 5px;
    padding-right: 10px;
    background: #ffffff;
     border: 1px solid rgba(0, 0, 0, .5);
}
.calculators-page .calculators-1 .box .item .rg .dw{
    position: relative;
}
 .calculators-page .calculators-1 .box .item .rg .dw i{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.calculators-page .calculators-1 .box .item .rg .dw .bottom2{
     max-height: 0;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;

    background: #ffffff;
}
 .calculators-page .calculators-1 .box .item .rg .dw .bottom2 ul{
      max-height: 250px;
      overflow: auto;
     border: 1px solid rgba(0, 0, 0, .5);
}
 .calculators-page .calculators-1 .box .item .rg .dw .bottom2 ul li{
     padding: 5px;
 }
 .calculators-page .calculators-1 .box .item .rg .dw:hover .bottom2{
     max-height: 250px;
}
.calculators-page .calculators-1 .box .item .rg .dw .bottom2 ul li{
    cursor: pointer;
}
.calculators-page .calculators-1 .box .item .rg .dw .bottom2 ul li:hover{
    background: var(--color);
    color: #ffffff;
}

.calculators-page .calculators-1 .box .item .lf input{
    width: 100%;
      height: 40px;
      padding: 0 10px;
}

.calculators-page .calculators-1 .box .btn .calculate{
    background: #ec971f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 6px;
    cursor: pointer;
}
.calculators-page .calculators-1 .box .btn {
    display: flex;
    align-items: center;
}
.calculators-page .calculators-1 .box .btn .calculate i{
    margin-right: 5px;
}
.calculators-page .calculators-1 .box .btn button{
    background: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 6px;
    border: none;
}
.calculators-page .calculators-1 .box .btn button i{
    margin-right: 5px;
}
.calculators-page .calculators-1 .box .t2{
    font-style: italic;
}
.calculators-page .calculators-1 .box .left{
    width: 50%
}
.calculators-page .calculators-1 .box .right{
    width: 40%
}
.calculators-page .calculators-1 .box .right img{
    width: auto;
    display: block;
    margin:  0 0 0 auto;
}
.calculators-2 .item{
    border: 1px solid #ddd;
    padding: 20px 30px;
    transition: .5s;
}
.calculators-2 .item:hover{
   border: 1px solid var(--color);
}

@media (max-width: 700px) {
    .calculators-page .calculators-1 .box .item .lf{
        width: 100%;
        margin-bottom: 10px;
    }
    .calculators-page .calculators-1 .box .item .rg{
        width: 100%
    }
       .calculators-page .calculators-1 .box{
           padding-left: 0;
           padding-right: 0;
       }
}
.application-page .application-2 .item .list ul li .img-box{
    background: #f2f1f1;
    text-align: center;
    padding: 20px 30px;
}
.application-page .application-2 .item .list ul li .title:hover{
    color: var(--color)
}

.application-page .application-1 {

    color: #000;
}
.application-page .application-1 .top ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.application-page .application-1 .top ul li {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 30px;
  cursor: pointer;
  border-radius: 30px;
  width: 23%;
  color: #000000;
}
.application-page .application-1 .top ul li p {
  font-size: 15px;
  margin-top: 12px;
}
.application-page .application-1 .top ul li:hover ,.application-page .application-1 .top ul li.active{
  background: #f47c40;
  color: white;
}
.application-page .application-1 .top ul li:hover img,.application-page .application-1 .top ul li.active img {
  -webkit-filter: invert(1);
  filter:invert(1);
}
.application-page .application-1 .h3 {
  text-align: center;
  color: white;
  margin: 100px 0 30px;
}
.application-page .application-1 .left {
  vertical-align: middle;
  padding-right: 150px;
  padding-left: 40px;
}
.application-page .application-1 .left .cont {
  font-size: 16px !important;
  line-height: 32px;
  color:#4e4b4b!important;
  background: transparent !important;
}
.application-page .application-1 .right {
  vertical-align: middle;
}
.application-1 .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.application-1 .list .item{
  width: 33%;
  padding: 20px;
    border-radius: 30px;
 

}

.application-1 .list .item {

  margin-top: 20px;
      color: #ffffff
}
.application-1 .list .item .icon {
  width: 76px;
  height: 76px;
  background-color:#0aa1f2;
  border-radius: 50%;
  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;
  margin-bottom: 15px;
    color: #585353;
}
.application-1 .list .item .icon img{filter: invert(1); width: 60%;}
.application-1 .list .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.application-1 .list .item .text .t1{
       color: #585353;
       line-height: 1.2;
       margin-bottom: 20px;
}
.application-1 .list .item .text .cont {
  line-height: 1.8;
      color: #585353

}

.application-1 .care-box.active {
    display: block;
}
.application-1 .care-box .img-list .ig .img{
    border: 1px solid #eeeeee;
}
.application-1 .care-box {
    /*display: none;*/
}
@media screen and (max-width: 1250px){
     .application-1  .list .item{
    width: 49%
  }

}
@media screen and (max-width: 1000px){
        .application-1 .care .right {
        display: none;
    }
}
@media screen and (max-width: 700px){
        .application-1  .list .item{
    width: 100%
  }
      .application-page .application-1 .top ul li {
        width: 48%;
        padding: 10px;
        margin-bottom: 20px;
    }
}


.service-page .service-1 {
  padding: 88px 0 70px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {

 
  text-align: center;
  
  color: #fff;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
      font-kerning: none;
      color: #000000;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-page .service-2 .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;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3,.service-page .service-2 .bottom .text h3 {
  font-size: 43px;
      font-kerning: none;
 
 
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .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;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.8;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
      font-kerning: none;

  margin-bottom: 45px;
  line-height: 2;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .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: 100%;
  -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);
  border: none;
  background: white;
  color:var(--color);
}
.service-page .service-3 ul .slick-prev{
  left: -50px;
}
.service-page .service-3 ul .slick-next{
  right: -50px;
}
.service-page .service-3 ul .slick-next #text{
    display: none
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
    width: 50px;
  height: 50px;
  line-height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    
}
.service-page .service-3 ul .slick-next::after{
  content: "\f105";
}
.service-page .service-4 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
      font-kerning: none;

  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4  .box {
  position: relative;
  padding-bottom: 100px;
}
.service-page .service-4  .box .column{
  vertical-align: middle;
}
.service-page .service-4  .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 .box .content h4 {
  font-size: 20px;
      font-kerning: none;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4  .box .content .text p{
  margin-bottom: 8px;
}
.service-page .service-4 .honor ul{
  margin: -15px;
}
.service-page .service-4 .honor ul li{
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: #b72022;
}
@media screen and (max-width: 1400px){
      .service-page .service-2 .top .text h3,.service-page .service-2 .bottom .text h3 {
    font-size: 34px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1200px){
      .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1000px){
     .service-page .service-1 ul li .box {
    padding: 20px 20px;
  }
      .service-page .service-2 .top .text h3,.service-page .service-2 .bottom .text h3 {
    padding-top: 0;
  }
  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
}
@media screen and (max-width: 700px){
    .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3,.service-page .service-2 .bottom .text h3 {
    font-size: 24px;
    line-height: 2;
  }
  .service-page .service-4 ul li .box{
      padding-bottom: 40px;
  }
  .service-page .service-4 ul li .box .column{
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img{
    width: 100%;
  }
  .service-page .service-4 ul li .box .content{
    padding: 30px 0;
  }
  .service-page .service-2{
      padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px){
     .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text{
      line-height: 2
  }
   .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content{
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
  }
}

.caldet-page  .caldet-1{
    font-size: 18px;
}
.caldet-page  .caldet-1 table tr{
    transition: .5s;
    text-align: center;
}
.caldet-page  .caldet-1 table tr:hover{
    background: rgba(15,165,243,0.5)
}
@media screen and (max-width: 700px){
    .caldet-page  .caldet-1 table{
        overflow-x: auto;
    }
.caldet-page  .caldet-1 table tbody{
    width: 700px
}
}

.seoPublic .Auxil-related .list ul li .box .content div.h3{
    min-height: 2.4em;
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
    zoom: 0.8;
    margin-top: 20px;
}

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