@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gilroy";
  max-width: 1920px;
  --color: #1d2087;
  font-weight: normal;
  margin: 0 auto;
}
table td, table th{
  min-width: 0
}
.ltr{
  direction: ltr
}
.rtl{
  direction: rtl
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}
div.container {
  padding: 0 100px;
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.more {
  width: 194px;
  height: 54px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2087), to(#1d2087)), -webkit-gradient(linear, left top, left bottom, from(#0055ac), to(#0055ac));
  background-image: -webkit-linear-gradient(#1d2087, #1d2087), -webkit-linear-gradient(#0055ac, #0055ac);
  background-image: -moz-linear-gradient(#1d2087, #1d2087), -moz-linear-gradient(#0055ac, #0055ac);
  background-image: linear-gradient(#1d2087, #1d2087), linear-gradient(#0055ac, #0055ac);
  background-blend-mode: normal, normal;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  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;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/jt.png) no-repeat center center / 100%;
  margin-left: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 14px;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 10px 0;
}
#header .nav {
  width: 100%;
  background: #f7f7f7;
}
#header .nav .container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .container.menu .logo {
  position: relative;
  background: #fff;
}
#header .nav .container.menu .logo div {
  background: #f7f7f7;
  padding: 17px 0 17px 100px;
  border-radius: 0 5px 5px 0;
}
#header .nav .container.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .container.menu .center {
  padding: 0 23px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*overflow: hidden;*/
}
#header .nav .container.menu .center .center-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 5px;
  height: 100%;
}
#header .nav .container.menu .center .center-box .share {
  padding-left: 60px;
  padding-right: 35px;
  border-right: solid 2px #e5e5e5;
  height: 100%;
  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;
}
#header .nav .container.menu .center .center-box .share a {
  margin-right: 25px;
}
#header .nav .container.menu .center .center-box .share a:hover {
  color: var(--color);
}
#header .nav .container.menu .menu-box {
  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: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .nav .container.menu .menu-box ul.menu > li {
  margin-right: 25px;
  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;
}
#header .nav .container.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  position: relative;
}
#header .nav .container.menu .menu-box ul.menu > li > a::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 7px solid transparent;
  border-top: 7px solid var(--color);
  position: absolute;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .container.menu .menu-box ul.menu > li > a:hover,
#header .nav .container.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
  font-weight: 500;
}
#header .nav .container.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .container.menu .menu-box ul.menu > li > a.active::before {
  opacity: 1;
}
#header .nav .container.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 .container.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 .container.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container.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 .container.menu .menu-box ul.menu > li:hover > 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 .container.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .container.menu .h-search {
  cursor: pointer;
}
#header .nav .container.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .container.menu .h-language {
  position: relative;
}
#header .nav .container.menu .h-language span {
  margin-right: 25px;
}
#header .nav .container.menu .h-language span img {
  width: 20px;
  margin-left: 11px;
}
#header .nav .container.menu .h-language span i {
  margin-right: 11px;
}
#header .nav .container.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 .container.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .container.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .container.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .container.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .container.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 .container.menu .right {
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .container.menu .chat {
  margin-right: 20px;
  width: 150px;
  font-size: 14px;
  padding-right: 4px
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav::after {
  width: 100%;
}
.text_arr {
  -webkit-text-stroke: 1px #fff;
  /* Safari, Chrome, iOS, Android, etc. */
  color: transparent;
  /* 设置为透明，以便描边可见 */
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-70 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  color: #fff;
}
#banner li .st2 {
  font-size: 120px;
}
#banner li .play {
  position: relative;
}
#banner li .play .py2 {
  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%);
}
#banner li .play .py1 {
  -webkit-animation: sc 6s linear infinite;
  -moz-animation: sc 6s linear infinite;
  animation: sc 6s linear infinite;
}
#banner li .info {
  max-width: 630px;
}
#banner .btn {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .btn > div {
  width: 60px;
  height: 61px;
  background: var(--color);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner .btn > div:hover {
  background: none;
}
#banner .btn .prev {
  margin-bottom: 12px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.col {
  color: var(--color);
}
.font-min {
  font-weight: 500;
}
.lh-2 {
  line-height: 1.2;
}
.lh-1 {
  line-height: 1;
}
.slickDots ul li {
  opacity: 0.4;
  position: relative;
  margin: 0 1em;
}
.slickDots ul li::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  border: solid 1px #1d2087;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
.slickDots ul li.slick-active,
.slickDots ul li:hover {
  background: var(--color);
  opacity: 1;
}
.slickDots ul li.slick-active::after,
.slickDots ul li:hover::after {
  opacity: 1;
}
#index-body {
  overflow: hidden;
}
#index-body .advantage li {
  padding-top: 40px;
  height: 100%;
}
#index-body .advantage li .box {
  background-color: #f7f7f7;
  border-radius: 5px;
  position: relative;
  height: 100%;
}
#index-body .advantage li .box .icon {
  width: 84px;
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2087), to(#1d2087)), -webkit-gradient(linear, left top, left bottom, from(#dc322c), to(#dc322c));
  background-image: -webkit-linear-gradient(#1d2087, #1d2087), -webkit-linear-gradient(#dc322c, #dc322c);
  background-image: -moz-linear-gradient(#1d2087, #1d2087), -moz-linear-gradient(#dc322c, #dc322c);
  background-image: linear-gradient(#1d2087, #1d2087), linear-gradient(#dc322c, #dc322c);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  position: relative;
  top: -40px;
}
#index-body .advantage li .box .icon img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage li .box::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage li .box:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .advantage li .box:hover::after {
  width: 100%;
}
#index-body .about .left {
  width: 43%;
}
#index-body .about .right {
  width: 55%;
}
#index-body .about .right .tip {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .about .right .tip .item {
  width: 190px;
  background-color: #f7f7f7;
  height: 51px;
  line-height: 51px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#index-body .about .right .tip .item.active,
#index-body .about .right .tip .item:hover {
  color: var(--color);
}
#index-body .about .right .tip .item.active::before,
#index-body .about .right .tip .item:hover::before {
  opacity: 1;
}
#index-body .about .right .tip .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .right .tip .item::after {
  content: "";
  width: 2px;
  height: 70%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #e9e9eb;
  -webkit-transform: translate(1px, -50%);
  -moz-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
}
#index-body .about .right .tip .item:last-child::after {
  display: none;
}
#index-body .about .right .cont_list {
  color: #666666;
  line-height: 1.5;
  max-width: 750px;
}
#index-body .about .right .cont_list .item {
  display: none;
  height: 6em;
  overflow-y: auto
}
#index-body .about .right .cont_list .item.active {
  display: block;
}
#index-body .product {
  background: url(../images/bg5.jpg) center top;
}
#index-body .product .top .more {
  width: 225px;
}
#index-body .product .bottom {
  padding-left: 100px;
  padding-right: 15px;
}
#index-body .product .bottom .box {
  padding: 0 26px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .box .t1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .product .bottom .box .t1 a{
  display: block;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 3em;
margin-right: 10px
}
#index-body .product .bottom .box .text {
  color: #666666;
  max-width: 240px;
  line-height: 1.3;
}
#index-body .product .bottom .box .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .box .img img {
  display: block;
  margin: 0 0 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
#index-body .product .bottom .box .more {
  position: absolute;
  bottom: 15px;
  height: 47px;
  opacity: 0;
}
#index-body .product .bottom .box .btn {
  width: 60px;
  height: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2087), to(#1d2087)), -webkit-gradient(linear, left top, left bottom, from(#0055ac), to(#0055ac));
  background-image: -webkit-linear-gradient(#1d2087, #1d2087), -webkit-linear-gradient(#0055ac, #0055ac);
  background-image: -moz-linear-gradient(#1d2087, #1d2087), -moz-linear-gradient(#0055ac, #0055ac);
  background-image: linear-gradient(#1d2087, #1d2087), linear-gradient(#0055ac, #0055ac);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  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;
  position: absolute;
  bottom: 15px;
}
#index-body .product .bottom .box:hover {
  background: -webkit-linear-gradient(311deg, #fefefe 0%, #ededed 50%, #dbdbdb 100%);
  background: -moz-linear-gradient(311deg, #fefefe 0%, #ededed 50%, #dbdbdb 100%);
  background: linear-gradient(139deg, #fefefe 0%, #ededed 50%, #dbdbdb 100%);
}
#index-body .product .bottom .box:hover .more {
  opacity: 1;
}
#index-body .product .bottom .box:hover .btn {
  opacity: 0;
}
#index-body .product .bottom .box:hover .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .services .bottom ul li .box {
  background: #f7f7f7 url(../images/bg4.png) no-repeat right top;
  position: relative;
}
#index-body .services .bottom ul li .box::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: var(--color);
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .services .bottom ul li .box .cont {
  color: #666666;
  line-height: 1.3;
  height: 5.3em;
  overflow-y: auto
}
#index-body .services .bottom ul li .box .jt {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .services .bottom ul li .box .img {
  position: relative;
}
#index-body .services .bottom ul li .box .img img {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .services .bottom ul li .box .img .num {
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  text-align: center;
  line-height: 31px;
  color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#index-body .services .bottom ul li .box:hover::after {
  width: 100%;
}
#index-body .services .bottom ul li .box:hover .img img {
  border-radius: 100px 0 0 100px;
}
#index-body .services .dates ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .services .dates ul li .num {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-text-stroke: 1px var(--color);
  /* Safari, Chrome, iOS, Android, etc. */
  color: transparent;
  /* 设置为透明，以便描边可见 */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .services .dates ul li .num:hover {
  color: var(--color);
}
#index-body .services .dates ul li p {
  color: #666666;
}
#index-body .project .top {
  color: #fff;
  background: var(--color) url(../images/bg6.jpg) no-repeat right top / 100%;
}
#index-body .project .top .more {
  background: #fff;
  color: #333333;
}
#index-body .project .top .more::after {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .project .bottom li .box {
  padding: 24px 36px;
  background-color: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .project .bottom li .box .t1 {
  color: var(--color);
}
#index-body .project .bottom li .box .left {
  margin-bottom: 43px;
}
#index-body .project .bottom li .box .right {
  position: relative;
}
#index-body .project .bottom li .box .right .more {
  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%);
  z-index: 2;
  width: 146px;
  height: 46px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .project .bottom li .box .right::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .project .bottom li .box:hover .right .more {
  opacity: 1;
}
#index-body .project .bottom li .box:hover .right::after {
  opacity: 1;
}
#index-body .project .bottom .slick-slide:nth-child(even) .box .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
  margin-top: 43px;
}
#index-body .video .img {
  position: relative;
}
#index-body .video .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer
}
#index-body .video .img .play .py4 {
  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%);
}
#index-body .video .img .play .py3 {
  -webkit-animation: sc 6s linear infinite;
  -moz-animation: sc 6s linear infinite;
  animation: sc 6s linear infinite;
}
#index-body .video .text {
  -webkit-text-stroke: 1px #000;
  /* Safari, Chrome, iOS, Android, etc. */
  color: transparent;
  /* 设置为透明，以便描边可见 */
  opacity: 0.5;
  white-space: nowrap;
  -webkit-animation: wordsloop 10s linear infinite;
  -moz-animation: wordsloop 10s linear infinite;
  animation: wordsloop 10s linear infinite;
}
#index-body .partners {
  background: url(../images/bg2.jpg) no-repeat left bottom -60px;
}
#index-body .partners .left {
  width: 45%;
}
#index-body .partners .slick-track .slick-slide > div {
  height: auto;
}
#index-body .partners .right {
  width: 55%;
}
#index-body .partners .right li {
  padding: 10px;
}
#index-body .partners .right li .img{
  position: relative
}
#index-body .partners .right li .img::before{
  content:'';
  display: block;
  width: 0;
  height: 4px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition:.5s;
}
#index-body .partners .right li .img:hover::before{
  width: 100%;
}
#index-body .partners .right ul.slick-dots li {
  padding: 0;
}
#index-body .news .bottom li .new-top {
  padding: 20px 45px;
  background: var(--color);
  color: #fff;
  border-radius: 5px;
}
#index-body .news .bottom li .new-top > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .bottom li .new-top > div img {
  margin-left: 10px;
}
#index-body .news .bottom li .new-top .new-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
  padding-left: 30px;
}
#index-body .news .bottom li .new-bottom {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 30px 45px;
  margin-top: 11px;
}
#index-body .news .bottom li .new-bottom .t1 {
  padding-bottom: 15px;
  position: relative;
  display: block;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 4.9em

}
#index-body .news .bottom li .new-bottom .t1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.2);
}
#index-body .news .bottom li .new-bottom .t1::after {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom li .new-bottom .cont {
  color: #666666;
  line-height: 1.5;
}
#index-body .news .bottom li .new-bottom .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;
}
#index-body .news .bottom li .new-bottom .btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom li .box:hover .new-bottom .t1 {
  color: var(--color);
}
#index-body .news .bottom li .box:hover .new-bottom .t1::after {
  width: 100%;
}
#index-body .news .bottom li .box:hover .new-bottom .btn img {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: var(--color);
  color: #fff;
}
#footer .f-box .line {
  border-right: 1px solid rgba(238, 238, 238, 0.2);
  position: relative;
}
#footer .f-box .line::after {
  content: "";
  display: block;
  width: 2px;
  height: 47px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(1px);
  -moz-transform: translate(1px);
  -ms-transform: translate(1px);
  transform: translate(1px);
}
#footer .f-box .f-logo {
  padding-left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
  background: url(../images/bg3.png) no-repeat right 20px center;
}
#footer .f-box .f-logo .t1 {
  opacity: 0.5;
}
#footer .f-box .f-product {
  padding-right: 59px;
  padding-left: 60px;
}
#footer .f-box .f-product li {
  margin-bottom: 0.6em;
  color: #eeeeee;
}
#footer .f-box .f-product li:hover {
  color: #fff;
}
#footer .f-box .f-nav {
  padding: 0 60px;
}
#footer .f-box .f-nav li {
  padding-left: 20px;
  position: relative;
  color: #eeeeee;
  margin-bottom: .6em
}
#footer .f-box .f-nav li .sub-menu{
  display: none
}
#footer .f-box .f-nav li::before {
  content: "";
  width: 0;
  height: 12px;
  display: block;
  background: url(../images/jt2.png) no-repeat center center / 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}
#footer .f-box .f-nav li:hover {
  color: #ffffff;
}
#footer .f-box .f-nav li:hover::before {
  width: 8px;
}
#footer .f-box .f-contact {
  max-width: 360px;
  margin-right: 64px;
  padding-left: 60px;
}
#footer .f-box .f-contact li {
  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: 0.6em;
}
#footer .f-box .f-contact li .img {
  width: 25px;
  padding-top: 0.5em;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.8;
  color: #eeeeee;
}
#footer .f-box .form {
  background-color: #070948;
  padding-left: 80px;
  padding-right: 100px;
}
#footer .f-box .form form {
  width: 278px;
}
#footer .f-box .form form input {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-box .form form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
#footer .f-box .form form input:-moz-placeholder {
  color: #fff;
  opacity: 0.4;
}
#footer .f-box .form form input::-moz-placeholder {
  color: #fff;
  opacity: 0.4;
}
#footer .f-box .form form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
#footer .f-box .form form input::placeholder {
  color: #fff;
  opacity: 0.4;
}
#footer .f-box .form form button {
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-box .form form button img {
  margin-left: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .form form button:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-box .form .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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#footer .f-box .form .bottom #ewm {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 7px solid #fff;
  border-radius: 5px;
}
#footer .f-box .form .bottom .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-box .form .bottom .share a {
  width: 24px;
  height: 24px;
  border: solid 1px #ffffff;
  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-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .form .bottom .share a .iconfont {
  font-size: 14px;
  line-height: 1
}
#footer .f-box .form .bottom .share a:hover {
  background: #fff;
}
#footer .f-box .form .bottom .share a:hover .iconfont {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  background-color: #070948;
  border-radius: 10px;
  line-height: 1.8;
  color: #fff;
  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: #fff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #fff;
}
.indexpro .slick-track{
  width: auto !important;
}
.indexpro .slick-track .slick-slide{
      width: calc(100% / 3) !important;
}


@media screen and (max-width: 1680px) {
  #header .nav .container.menu .menu-box ul.menu > li{
    margin-right: 20px
  }
  #header .nav .container.menu .center .center-box .share {
    padding: 0 25px;
  }
  #header .nav .container.menu .center .center-box .share a {
    margin-right: 15px;
  }
  #footer .f-box .f-logo {
    padding-right: 30px;
  }
  #footer .f-box .f-product {
    padding: 0 40px;
  }
  #footer .f-box .f-nav {
    padding: 0 40px;
  }
  #footer .f-box .f-contact {
    padding-left: 40px;
  }
  #index-body .about .right {
    padding-left: 50px;
  }
  #index-body .about .left .i1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #index-body .about .left .i2 {
    margin-left: 20px;
  }
  #header .nav .container.menu .logo div {
    padding-left: 50px;
  }
  #index-body .news .bottom li .new-top {
    padding: 20px;
  }
  #index-body .news .bottom li .new-bottom {
    padding: 30px 20px;
  }
  #banner li .st2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1550px) {
  div.container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .container.menu .menu-box ul.menu > li{
    margin-right: 14px
  }
  div.container {
    padding: 0 80px;
  }
  #banner li .st2 {
    font-size: 80px;
  }
  #index-body .news .bottom li .new-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .bottom li .new-top .type {
    margin-top: 6px;
  }
  #header .nav .container.menu .center .center-box .share {
    display: none;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #header .nav .container.menu .right {
    padding-left: 20px;
  }
  #header .nav .container.menu .logo div {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1280px) {
  #banner li .st2 {
    font-size: 60px;
  }
  #footer .f-box .f-logo {
    padding-left: 80px;
  }
  #footer .f-box .form {
    padding-right: 80px;
    padding-left: 40px;
  }
  #footer .f-box .f-product {
    padding: 0 20px;
  }
  #footer .f-box .f-contact {
    padding-left: 20px;
  }
  #index-body .partners {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1100px) {
  div.container {
    padding: 0 50px;
  }
  #banner li .st2 {
    font-size: 50px;
  }
  #index-body .product .bottom {
    padding-left: 50px;
  }
  #index-body .about .left .i2 {
    display: none;
  }
  #footer .f-box .f-logo {
    padding-left: 50px;
  }
  #footer .f-box .form {
    padding-right: 50px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  div.container {
    padding: 0 15px;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .about .right {
    margin-top: 40px;
  }
  #banner .btn {
    display: none;
  }
  .slickDots {
    display: none;
  }
  #index-body .partners {
    padding-bottom: 200px;
  }
  #index-body .partners .right {
    margin-top: 30px;
  }
  .project .more,
  .news .more,
  .services .top .more,
  .product .top .more {
    width: 194px !important;
    margin: 10px 0 0 auto;
  }
  #index-body .news .bottom li .new-top .new-logo {
    border: none;
    padding-left: 0;
  }
  #footer .f-box .f-logo {
    display: none;
  }
  #footer .f-box .f-logo img {
    width: 190px;
  }
  #footer .f-box .f-left {
    padding: 40px 15px !important;
  }
  #footer .f-box .form {
    padding: 0 15px !important;
  }
  #footer .f-box .f-contact {
    margin-right: 0;
    max-width: 100%;
  }
  #footer .f-box .form form {
    width: 100%;
  }
  br {
    display: none;
  }
  #footer .f-box .form .bottom {
    display: none;
  }
  #banner li .st2 {
    font-size: 30px;
  }
  #banner li .st2 img {
    zoom: 0.6;
  }
  #index-body .play {
    zoom: 0.7;
  }
  #banner .play {
    zoom: 0.7;
  }
  #banner li .info {
    max-width: 550px;
    line-height: 1.2
  }
  #banner li .text{
    transform: translateY(-50%)
  }
}
@media screen and (max-width: 700px) {
  #banner li .cont {
    display: none;
  }
  #index-body .product .bottom {
    padding-left: 15px;
  }
  #index-body .partners .right ul img {
    width: 100%;
  }
  #index-body .project {
    display: none;
  }
  #banner li .st2 {
    font-size: 25px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .partners {
    background: none;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  .font-70 {
    font-size: 25px;
  }
  #banner li .st2 {
    font-size: 22px;
  }
  #banner li .st {
    display: none;
  }
  #index-body .about .right .tip .item {
    width: 50%;
  }
  .more {
    zoom: 0.5;
  }
  .fixed-toolbar ul li {
    zoom: 0.7;
  }
  #index-body .services .dates ul li {
    width: 48%;
  }
  #index-body .advantage li .box .icon {
    zoom: 0.7;
  }
}

.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}
/*.inner-banner .ui.container {
  max-width: 1736px;
}*/
.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner .text .i-title {
  margin-top: 10px;
}
.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.inner-page {
  background: #f6f6f6;
}
.about-page .about-1 {
  padding-top: 6%;
}
.about-page .about-1 .content {
  margin-top: 53px;
}
.about-page .about-1 .content .left {
  padding-left: 20px;
}
.about-page .about-1 .content .left .i-data {
  padding-top: 120px;
}
.about-page .about-1 .content .left .i-data ul li .num {
  font-size: 40px;
  margin-left: 30px;
}
.about-page .about-1 .content .left .i-data ul li .num sub {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
.about-page .about-1 .content .left .i-data ul li .num::before {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -30px;
}
.about-page .about-1 .content .left .i-data ul li p {
  padding: 30px 0 0 30px;
  font-size: 16px;

}
.about-page .about-1 .content .right {
  padding-right: 20px;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-2 {
  padding-top: 6%;
}
.about-page .about-2 .header .des {
  max-width: 950px;
}
.about-page .about-2 .content {
  margin-top: 87px;
}
.about-page .about-2 .content ul {
  margin-right: -24px;
}
.about-page .about-2 .content ul li {
  padding-right: 24px;
}
.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-3 {
  padding-top: 6%;
}
.about-page .about-3 .header .des {
  margin-top: 30px;
}
.about-page .about-3 .content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 70px;
}
.about-page .about-3 .content .video {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
}
.about-page .about-3 .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content .video::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.about-page .about-3 .content .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
}
.about-page .about-3 .content .text .play {
  width: 100px;
  height: 100px;
  background: url(../images/icon-video.png) no-repeat center center;
  background-size: 100%;
  margin: 50px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.about-page .about-3 .content .text .play::before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border: dashed 2px #fff;
}
@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-3 .content .text .play:hover::before {
  -webkit-animation: xz linear 5s infinite;
  -moz-animation: xz linear 5s infinite;
  animation: xz linear 5s infinite;
}
.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .header .con {
  margin-top: 20px;
}
.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}
.about-page .about-4 .content .img-box {
  border-radius: 25px;
}
.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
}
.about-page .about-4 .swiper-button-prev {
  left: 43px;
}
.about-page .about-4 .swiper-button-next {
  background-image: url(../images/arrow-right.png);
  right: 43px;
}
.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.gallery-page {
  padding: 5.209% 0;
}
.gallery-page .content {
  margin-top: 40px;
}
.gallery-page .content ul {
  margin: -10px;
}
.gallery-page .content ul li {
  padding: 10px;
}
.gallery-page .content ul li .img-box {
  border-radius: 20px;
}
.markets.gallery-page .content ul li .img-box{
  display: flex;
  justify-content: center
}
.markets.gallery-page .content ul li .img-box img{
  width: auto
}
.gallery-page .content ul li .img-box img {
  width: 100%;
}
.m-page {
  text-align: center;
  padding-top: 4%;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E5E7EB;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page span {
  background: #0b183e;
  color: #fff;
}
.faq-page {
  padding: 5.209% 0;
}
.faq-page .list {
  margin-top: 40px;
}
.faq-page .list ul li {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
}
.faq-page .list ul li .tit {
  padding: 30px 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
.faq-page .list ul li .tit i {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 30px;
}
.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-page {
  padding: 6% 0;
}
.video-page .list {
  margin-top: 41px;
}
.video-page .list ul {
  margin: -10px;
}
.video-page .list ul li {
  padding: 10px;
}
.video-page .list ul li .ig {
  background-color: #fff;
  border-radius: 15px;
}
.video-page .list ul li .ig .img {
  position: relative;
}
.video-page .list ul li .ig .img::before,
.video-page .list ul li .ig .img::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-page .list ul li .ig .img::after {
  content: '';
  color: #fff;
  font-size: 0;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-clip: content-box;
  background: url("../images/icon-video.png") center center no-repeat;
  background-size: 100%;
}
.video-page .list ul li .ig .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100px;
  height: 100px;
  border: dashed 2px #fff;
  border-radius: 50%;
  z-index: 2;
}
.video-page .list ul li .ig .text {
  padding: 45px;
}
.video-page .list ul li .ig .text p {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
  line-height: 1.5;
  /*min-height: 60px;*/
  text-align: center;
}
.video-page .list ul li .ig:hover {
  background-color: #f4f9ff;
}
.video-page .list ul li .ig:hover .img::before {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  border-color: #0b183e;
}
.history-page {
  padding: 6% 0;
}
.history-page .top {
  margin-top: 40px;
}
.history-page .top ul li {
  background: #fff;
}
.history-page .top ul li .img {
  vertical-align: middle;
}
.history-page .top ul li .text {
  vertical-align: middle;
  padding: 0 85px;
}
.history-page .top ul li .text .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.history-page .top ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  margin: 29px 0;
  color: #4B4B4B;
}
.history-page .bottom {
  margin-top: 6.7%;
  position: relative;
  z-index: 2;
}
.history-page .bottom ul {
  margin-right: -100px;
}
.history-page .bottom ul li {
  text-align: center;
  padding-right: 100px;
}
.history-page .bottom ul li .time {
  font-size: 20px;
  line-height: 3;
  overflow: hidden;
  position: relative;
  padding-top: 44px;
}
.history-page .bottom ul li .time::after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #0b183e;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto auto;
}
.history-page .bottom ul li .time::before {
  content: " ";
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #0b183e;
  border-radius: 50%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.history-page .bottom ul .slick-current li .time {
  color: #0b183e;
}
.history-page .bottom ul .slick-current li .time::after {
  background: #fff;
}
.history-page .bottom ul .slick-current li .time::before {
  opacity: .5;
  -webkit-animation: ks1 1s 0.5s infinite ease-out;
  -moz-animation: ks1 1s 0.5s infinite ease-out;
  animation: ks1 1s 0.5s infinite ease-out;
}
.history-page .bottom::after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #0b183e;
  opacity: .6;
  left: 0;
  top: 22px;
}
.history-page .btn {
  text-align: center;
  margin-top: 77px;
}
.history-page .btn a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  margin-right: 12px;
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
.history-page .btn a.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0;
}
.history-page .btn a:hover {
  -webkit-filter: none;
  filter: none;
}
.partner-page {
  padding: 6% 0;
}
.partner-page .partner-1 .i-title {
  margin-bottom: 70px;
}
.partner-page .partner-1 .content {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
.partner-page .partner-1 .content .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  border-radius: 10px;
  padding-bottom: 560px;
}
.partner-page .partner-1 .content .text {
  width: 66%;
  float: right;
  text-align: left;
  background: #fff;
  min-height: 560px;
}
.partner-page .partner-1 .content .text .txtBoxNr {
  padding-left: 34%;
  padding-right: 100px;
}
.partner-page .partner-1 .content .text .txtBoxNr .title {
  font-size: 36px;
  line-height: 1.2;
  padding: 120px 0 40px;
  font-weight: 500;
}
.partner-page .partner-1 .content .text .txtBoxNr .des {
  font-size: 20px;
  color: #4B4B4B;
  line-height: 1.8;
  margin-bottom: 50px;
}
.partner-page .partner-2 {
  padding-top: 6%;
}
.partner-page .partner-2 .content {
  margin-top: 40px;
}
.partner-page .partner-2 .content ul li {
  background: #fff;
  text-align: center;
}
.partner-page .partner-2 .content ul li .img-box {
  padding: 40px 0;
  border-bottom: 1px solid #e1e5e5;
  border-right: 1px solid #e1e5e5;
}
.partner-page .partner-2 .content ul li img {
  display: inline-block;
}
.cus-page {
  padding: 6% 0;
}
.cus-page .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}
.cus-page .cus-2 {
  padding-top: 6%;
}
.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 150px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 30px;
  line-height: 1.6;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: #f4f9ff;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 18px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding-top: 6%;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #f4f9ff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-top: 6%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .cus-5 .header .con {
  color: #4B4B4B;
  line-height: 1.6;
  max-width: 800px;
}
.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px;
}
.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: #0b183e;
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: #0b183e;
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #0b183e;
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: #0b183e;
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.news-page .news-list ul li .text .tit:hover {
  color: #0b183e;
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: #0b183e;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow2.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: #0b183e;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: #0b183e;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.product-page {
  padding: 6% 0;
}
.product-page .box {
  max-width: 1700px;
  padding-right: 15px;
}
.product-page .box .left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #fff;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: #0b183e;
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 0;
  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;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #E5E7EB;
}
.product-page .box .right {
  width: 74%;
  padding-right: 62px;
}
.product-page .box .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .box .right ul {
  margin: -20px;
}
.product-page .box .right ul li {
  padding: 20px;
}
.product-page .box .right ul li .img-box {
  border-radius: 10px;
}
.product-page .box .right ul li .img-box img {
  width: 100%;
}
.product-page .box .right ul li .text {
  margin-top: 20px;
}
.product-page .box .right ul li .text .tit {
  font-size: 24px;
  font-weight: 600;
}
.product-page .box .right ul li .text .tit:hover {
  color: #0b183e;
}
.product-page .box .right ul li .text span {
  font-size: 18px;
  line-height: 32px;
  color: #4B4B4B;
}
.product-page .box .right .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #4B4B4B;
}
.product-page .know .con {
  color: #4B4B4B;
  margin-top: 20px;
}
.prodet-page {
  padding-top: 6%;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  padding: 50px 4.271% 30px 0;
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 570px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {
  margin-bottom: 30px;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 80%;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: auto;
  /*overflow: auto;
  height: 180px;*/
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .ig .btn .more {
  width: 160px;
  height: 49px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 50px;
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    padding: 6% 6%;
    background: #fff;
    margin: 6% 0;
    border-radius: 30px;
}
.prodet-page .prodet-2 .i-title{
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  background: #0b183e;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  /*padding: 50px;*/
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: #0b183e;
}
.prodet-page .prodet-4 .content ul li .text span {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.contact-page {
  padding-top: 6%;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  right: 66px;
  font-size: 38px;
  line-height: 60px;
  /*height: 60px;*/
  font-weight: 600;
  padding-right: 60px;
  width: 80%
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat #0b183e;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: #0b183e;
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@-webkit-keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes ks1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1440px) {
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 60px;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-right: 30px;
  }
  .product-page .box .right ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .product-page .box .right ul li .text span {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .content .left .i-data {
    zoom: .8;
  }
  .about-page .about-1 .content .left .i-data ul li .num {
    margin-left: 20px;
  }
  .about-page .about-1 .content .left .i-data ul li .num::before {
    left: -20px;
  }
  .about-page .about-1 .content .left .i-data ul li p {
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .content .video {
    height: 500px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 70px;
    height: 70px;
  }
  .video-page .list ul li .ig .text {
    padding: 30px 20px 21px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 18px;
  }
  .history-page .top ul li .text {
    padding: 0 30px;
  }
  .history-page .top ul li .text .title {
    font-size: 40px;
    margin-top: 30px;
  }
  .history-page .top ul li .text .title .con {
    margin: 12px 0 29px;
  }
  .partner-page .partner-1 .content .img {
    padding-bottom: 400px;
  }
  .partner-page .partner-1 .content .text {
    min-height: 420px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 40px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    padding: 40px 0;
    font-size: 32px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .des {
    font-size: 18px;
  }
  .partner-page .partner-2 .content ul li .img-box {
    padding: 20px 0;
  }
  .cus-page .tit {
    font-size: 36px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
  .product-page .box .right ul {
    margin: -10px;
  }
  .product-page .box .right ul li {
    padding: 10px;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 390px;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }
  .cpgao {
height: 300px!important;
  }
  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .content .i-data ul li {
    width: 50%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-2 .header {
    display: block;
  }
  .about-page .about-2 .header .des {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .header .des {
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content .video {
    height: 400px;
  }
  .about-page .about-4 .content {
    margin-top: 30px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 20px;
    font-size: 18px;
  }
  .faq-page .list ul li .tit i {
    left: 20px;
    top: 20px;
    font-size: 20px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 16px;
  }
  .video-page .list ul li {
    width: 50% !important;
  }
  .history-page .top ul li .img {
    width: 100%;
  }
  .history-page .top ul li .text {
    width: 100%;
  }
  .partner-page .partner-1 .i-title {
    margin-bottom: 40px;
  }
  .partner-page .partner-1 .content {
    padding-top: 0;
  }
  .partner-page .partner-1 .content .img {
    position: initial;
    width: 100%;
    padding: 0;
  }
  .partner-page .partner-1 .content .text {
    width: 100%;
    min-height: auto;
  }
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding: 0 20px;
  }
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
  .product-page .box {
    padding: 0 15px;
  }
  .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-right: 0;
  }
  .product-page #index-body .about,
  .product-page #index-body .product,
  .product-page #index-body .news,
  .product-page #index-body .know {
    display: none;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 460px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }
  .inner-banner .text .i-titleyier {
    display: none;
  }
  .about-page .about-1 .content {
    margin-top: 20px;
  }
  .about-page .about-1 .content .left {
    width: 100%;
    padding-left: 0;
 } 
 .xinwen{
   margin-top: 60px;
   height: 120px;
  }
  .about-page .about-1 .content .left .i-data ul li {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
  .gallery-page .content {
    margin-top: 20px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li .tit i {
    left: 20px;
    top: 10px;
    font-size: 16px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .video-page .list {
    margin-top: 20px;
  }
  .video-page .list ul li .ig .text {
    padding: 20px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 16px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 50px;
    height: 50px;
  }
  .history-page .bottom ul {
    margin-right: -40px;
  }
  .history-page .bottom ul li {
    padding-right: 40px;
  }
  .history-page .bottom ul li .time {
    font-size: 18px;
  }
  .history-page .btn {
    margin-top: 30px;
  }
  .partner-page .partner-1 .i-title {
    margin-bottom: 20px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    padding: 20px 0;
  }
  .partner-page .partner-2 .content {
    margin-top: 20px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
        font-size: 30px;
    }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 320px;
  }
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    /*height: 50px;*/
    line-height: 50px;
   
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .text .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .content .left .i-data {
    zoom: 1;
  }
  .jtcp {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .content .left .i-data ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .left .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-3 .content .video {
    height: 300px;
  }
  .about-page .about-3 .content .text .play {
    margin: 20px auto 0;
  }
  .video-page .list ul li {
    width: 100% !important;
  }
  .history-page .top {
    margin-top: 20px;
  }
  .history-page .top ul li .text {
    padding: 0 15px;
  }
  .history-page .bottom ul {
    margin-right: -20px;
  }
  .history-page .bottom ul li {
    padding-right: 20px;
  }
  .history-page .bottom ul li .time {
    font-size: 16px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .des {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .box .right h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .prodet-page .prodet-1 .left .box .small {
    width: 25%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 160px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 75%;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}










.service-page {
       background-color: #faf9f9;
}
.service-page .service-1 {
    padding: 6% 0;
}
.service-page .service-1 .top .left {
    width: 73%;
}
.service-page .service-1 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #030303;
    text-transform: uppercase;
}
.service-page .service-1 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: bottom;
    margin-bottom: 10px;
}
.service-page .service-1 .bottom {
    padding:  0% 30px 0  0;
}
.service-page .service-1 .bottom .grid-box {
        width: 1590px;
        padding-top: 50px;
        max-width: 100%;
}
.service-page .service-1 .bottom ul li {
    /*border-right: 1px solid #dcdcdc;*/
    /*text-align: center;*/
    padding-right: 60px;
    width: 16.6666%;
}
.service-page .service-1 .bottom ul li .ig{
    position: relative;
    padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
    font-size: 24px;
    line-height: 1.8;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: left;
}
.service-page .service-1 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faf9f9;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.service-page .service-1 .bottom ul li:hover .content {
    opacity: 1;
}
.service-page .service-1 .bottom ul li .text p {
    font-size: inherit;
    width: 100%;
    margin: 0;
}
.service-page .service-1 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
    padding-right: 0;
    width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
    display: none;
}
.service-page .service-1 .bottom ul li:hover i{
    filter: brightness(0);
}
.service-page .service-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
}
.service-page .service-2 .left {
    width: 53.646%;
}
.service-page .service-2 .right {
    width: 46.354%;
    color: #fff;
    padding: 126px 20px 0 0;
}
.service-page .service-2 .right .ig {
    max-width: 706px;
    padding-left: 57px;
}
.service-page .service-2 .right .header {
    text-align: right;
}
.service-page .service-2 .right .header .tag {
    color: #fff;
    padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
    background: #fff;
    top: 8px;
}
.service-page .service-2 .right .header .title {
    text-align: left;
    font-size:36px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 6px;
    margin-left: -132px;
}
.service-page .service-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left;
    padding-top: 20px;
}
.service-page .service-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.6;
}
.service-page .service-2 .right .list ul li .tit em {
    width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
    opacity: 0;
}
.service-page .service-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/template/en/images/about2-bg.jpg) no-repeat center ;
    border-radius: 0 0 0 50px;
}
.service-page .service-3 {
    padding: 7.2% 0;
}
.service-page .service-3 .header {
    text-align:left;
}
.service-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.service-page .service-3 .content {
    margin-top: 65px;
}
.service-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page .service-3 .content ul li {
    padding-right: 20px;
    width: 30%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 37px 35px 30px 17px;
    height: 400px;
}
.service-page .service-3 .content ul li .ig i{
    display: block;
}
.service-page .service-3 .content ul li .ig .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}
.service-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page .service-3 .content ul li.active {
    width: 40%;
}
.service-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.service-page .service-4 {
    padding: 5% 0 0 0;
    overflow: hidden;
}
.service-page .service-4 .header .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 22px;
}
.service-page .service-4 .content {
    margin-top: 51px;
}
.service-page .service-4 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -18px;
}
.service-page .service-4 .content ul li {
    padding-right: 18px;
    width: 20%;
    -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
    position: relative;
    height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.06) translateZ(0);
    -moz-transform: scale(1.06) translateZ(0);
    transform: scale(1.06) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
    background-image: linear-gradient(135deg, var(--color), var(--color2));
    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;
    padding: 34px 15px 51px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
}
.service-page .service-4 .content ul li .ig .text .tit {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    width: 54%;
    color: #fff;
}
.service-page .service-4 .content ul li .ig .text .mores {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 0 19px 38px;
    position: relative;
    z-index: 1;
    color: #fff;
    flex-shrink: 0;
    margin-left: 1em;
}
.service-page .service-4 .content ul li .ig .text .mores img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
    margin-left: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 08px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
    -webkit-transform: translateX(-86px);
    -moz-transform: translateX(-86px);
    -ms-transform: translateX(-86px);
    transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
    width: 60%;
}
.service-page .service-4 .content ul li.active .ig .img {
    height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
    opacity: 1;
}
@media screen and (max-width: 1680px) {
    .service-page .service-1 .bottom ul li{
        padding-right: 40px;
    }
    .service-page .service-4 .content ul li.active .text{
        display: block;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 36px;
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .service-page .service-1 .bottom ul li p{
        width: 90%;
    }
    .service-page .service-2 .right .header .title{
        font-size: 78px;
        margin-left: -90px;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
    .service-page .service-1 .top .left .title{
        font-size: 60px;
    }
    .service-page .service-1 .bottom{
        padding-left: 0;
    }
    .service-page .service-1 .bottom ul li p {
        width: 100%;
    }
    .service-page .service-2{
        padding: 50px 0;
    }
    .service-page .service-2 .left,
    .service-page .service-2 .right{
        vertical-align: middle;
    }
    .service-page .service-2 .right{
        padding-top: 0;
    }
    .service-page .service-2 .right .ig{
        padding-left: 30px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 62px;
        margin-left: 0px;
    }
    .service-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 .top .left .title {
        font-size: 60px;
    }
    .service-page .service-1 .bottom ul li p{
        font-size: 21px;
    }
    .service-page .service-2 .right .header .title{
        font-size: 53px;
    }
    .service-page .service-2 .right .list{
        margin-top: 40px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
    .service-page .service-4 .content ul li .ig{
        height: 400px;
    }
    .service-page .service-4 .content ul li.active .ig .img{
        height: 300px;
    }
    .service-page .service-4 .content ul li .ig .text{
        padding: 15px 8px 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .top .left,
    .service-page .service-1 .top .right{
        width: 100%;
    }
    .service-page .service-1 .top .right{
        margin-top: 20px;
    }
    .service-page .service-1 .bottom ul{
        margin-bottom: -20px;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 33.3333%;
    }
    .service-page .service-1 .bottom ul li{
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .service-page .service-2 .left{
        display: none;
    }
    .service-page .service-2 .right{
        width: 100%;
    }
    .service-page .service-2::after{
        width: 100%;
    }
    .service-page .service-3 .header .title{
        font-size: 70px;
    }
    .service-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-3 .content ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .service-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
    .service-page .service-4 .header .title{
        font-size: 66px;
    }
    .service-page .service-4 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-4 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-4 .content ul li.active{
        width: 50%;
    }
    .service-page .service-4 .content ul li:last-child{
        width: 100%;
    }
    .service-page .service-4 .content ul li:last-child.active{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .bottom ul li{
        width: 50%;
        padding-right: 20px;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 50%;
    }
    .service-page .service-1 .bottom ul li:nth-child(even){
        padding-right: 0;
    }
    .service-page .service-2 .right .list ul li .tit{
        font-size: 22px;
    }
    .service-page .service-3 .header .title {
        font-size: 53px;
    }
    .service-page .service-3 .content{
        margin-top: 20px;
    }
    .service-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
    .service-page .service-4 .header .title {
        font-size: 50px;
    }
    .service-page .service-4 .content{
        margin-top: 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit {
        font-size: 24px;
        line-height: 40px;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: .7;
    }
    .service-page .service-4 .content ul li .ig{
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .top .left .title {
        font-size: 50px;
    }
    .service-page .service-1 .top .right{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-1 .bottom ul li{
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 100%;
    }
    .service-page .service-1 .bottom ul li .ig{
        padding: 0;
    }
    .service-page .service-1 .bottom ul li .ig::after{
        display: none;
    }
    .service-page .service-2 .right{
        padding: 0 15px;
    }
    .service-page .service-2 .right .ig{
        padding-left: 0;
    }
    .service-page .service-2 .right .header .title {
        font-size: 40px;
    }
    .service-page .service-2 .right .header .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
    .service-page .service-3 .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li,
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-4 .header .title {
        font-size: 33px;
    }
    .service-page .service-4 .content ul li,
    .service-page .service-4 .content ul li.active{
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: 1;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        line-height: 1.5;
    }
    .service-page .service-4 .content ul li .ig .text{
        opacity: 1;
        display: block;
    }
}







span.tag {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #777;
  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;
  line-height: 1;
  margin-bottom: 1.7em;
}
span.tag:before {
  content: '';
  width: .6em;
  height: .6em;
  border-radius: 100%;
  margin-right: 1em;
  background-color: var(--color);
}
span.h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 1600px) {
  span.h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1450px) {
  span.h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1250px) {
  span.h2 {
    font-size: 28px;
  }
  #banner, .inner-banner{
    margin-top: 60px
  }
}

@media screen and (max-width: 1000px) {
  span.h2 {
    font-size: 24px;
    line-height: 40px;
  }
}


.inner-page span.tag {
    display: inline-flex;
}
.custom-page .custom-2 .right .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-page .custom-2 {
  background: #fff;
  padding: 100px 0;
}
.custom-page .custom-2 .left {
  width: 18.1%;
}
.custom-page .custom-2 .left span {
  max-height: 800px;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  color: #091733;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.custom-page .custom-2 .right {
  width: 81.9%;
}
.custom-page .custom-2 .right ul li {
  width: 25%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item {
  height: 600px;
  border-left: 1px solid #091733;
  padding: 107px 15px 0;
  position: relative;
  color: #091733;
}
.custom-page .custom-2 .right ul li .item .tit {
  font-size: 30px;
  letter-spacing: 1px;
  color: #091733;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
.custom-page .custom-2 .right ul li .item .text .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item span {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  display: inline-block;
  margin-top: 27px;
}
.custom-page .custom-2 .right ul li.active {
  width: 30%;
}
.custom-page .custom-2 .right ul li.active .item {
  padding: 132px 15px 0;
}
.custom-page .custom-2 .right ul li.active .item .tit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.custom-page .custom-2 .right ul li.active .item .text .con {
  opacity: 1;
}
.custom-page .custom-2 .right ul li:last-child .item {
  border-right: 1px solid #091733;
}




/* aft */
.hu_h3 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
}
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.aft02 {padding: 160px 0 120px;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%;  position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 47px;    z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0 138px; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column; }
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed var(--color);}

@keyframes img01anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes img02anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 18px;line-height: 32px;font-weight: bold;color: #666;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {       font-size: 24px; position: relative; color: #111; text-align: center; line-height: 40px; height: 52px;}
.aft02 .bot .box h5::after {content: "";position: absolute;width: 20px;height: 4px;background-color: var(--color);left: 50%;transform: translateX(-50%);bottom: 0px;}
.aft02 .bot .box p{padding:30px 15px; font-size: 16px; line-height: 30px; height: 80px; text-align: center;}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}

.aft02 .bot .box:hover {background-color: var(--color); background-image: linear-gradient(135deg, var(--color), var(--color2));}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;}
.aft03 {padding-top: 100px;position: relative;overflow: hidden;     background-color: #faf9f9;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;     padding-bottom: 100px;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;    height: 695px; border-radius: 5%;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri >ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri >ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri >ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text {}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}


@media screen and (max-width:1600px) {
    .aft01 {padding: 100px 0 90px;}
    .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
    .aft01 .box .min { width: 320px; height: 320px;}
    .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
    .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
    .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
    .aft01 .box .min img { width: 32px; }
    .aft01 .box { margin-bottom: 38px; }
    .aft02 .top p { font-size: 15px; line-height: 30px; margin-top: 8px; }
    .aft02 .top { margin-bottom: 30px;}
    .aft02 .top h4 { font-size: 24px; }
    .aft02 .top .line { height: 55px; margin: 20px 0; }
    .aft02 .bot .aft02Swiper { width: 1000px; }
    .aft02 .bot { width: 1032px; padding: 22px 0; }
    .aft02 .botF { padding: 0 13px;}
    .aft02 .botF .fa { font-size: 65px; }
    .aft02 .bot .box { padding: 43px 0 105px; box-shadow: 0 0 11px #d8d8d8;}
    .aft02 .bot .box .icon { height: 95px; width: 95px;}
    .aft02 .bot .box .icon img { width: 48px; }
    .aft02 .bot .box h4 { font-size: 26px; margin-bottom: 5px; margin-top: 44px; }
    .aft02 .bot .box h5 { width: 220px; font-size: 16px; line-height: 30px; height: 48px; }
    .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: -125px; }
    .aft02 .botF .fa-angle-left {left: -18px;}
    .aft02 .botF .fa-angle-right {right: -18px;}
    .aft02 { padding: 115px 0 90px; }
    .aft02 .bg_fix { height: 555px; }
    .aft03 .icenter2 .ri >ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
    .aft03 .icenter2 .ri >ul { margin: 16px 0 0px; }
    .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
    .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
    .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
    .aft03 dl dd .text h4 strong { font-size: 58px; }
    .aft03 dl dd .text h4::after { height: 4px;}
    .aft03 dl dd .text p { font-size: 15px; }
    .aft03 .icenter2 .le { height: 529px; }
    .aft04 { padding: 100px 0 155px; }
    .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
    .aft04 .hu_h3 { padding-left: 36px; }
    .aft04 dl { margin-top: 38px;}
    .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
    .aft04 dl dd .ri .number .t a { font-size: 30px; }
    .aft04 dl dd .ri .number .t a::after { width: 41px;}
    .aft04 dl dd .ri .number span { font-size: 16px; }
    .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
    .aft04 dl dd .bg { width: 115px; }
    .aft04 dl dd .ri .number { margin-top: 70px; }
}

@media only screen and (max-width:768px){
    .aft01 { padding: 50px 0; }
    .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
    .aft01 .box .min {        width: 192px; height: 192px; }
    .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
    .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
    .aft01 p { font-size: 16px; }
    .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
    .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
    .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
    .aft02 .top h4 { font-size: 22px; }
    .aft02 .bot { width: 110%; }
    .aft02 .top { margin-bottom: 20px; }
    .aft02 .botF { padding: 0 0px; }
    @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
    .aft02 .bot .aft02Swiper { width: 100%; }
    .aft02 .bot { width: 100%;padding: 20px; }
    .aft02 .botF .fa-angle-left { left: -8px; }
    .aft02 .botF .fa-angle-right{ right: -8px; }
    .aft02 { padding: 80px 0 40px; }
    .aft02 .bg_fix { height: 483px; }
    .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-top: 50px; }
    .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
    .aft04 .hu_h3 { padding-left: 0px; }
    .aft04 dl { margin-top: 26px; flex-flow: wrap;}
    .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
    .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
    .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
    .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
    .aft04 dl dd .ri .number { margin-top: 38px; }
    .aft04 dl dd .ri .number .t a { font-size: 24px; }
    .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
    .aft04 dl dd .ri .number span { font-size: 14px; }
    .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
    .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
}
.custom-2new .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-2new .ui .top .left {
    padding-right: 65px;
}
.custom-2new .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom-2new .ui .bottom {
    background: #fff;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
    padding-right: 80px;
}
.custom-2new .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom-2new .ui .bottom .right {
    /*padding-right: 80px;*/
}
.custom-2new .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
    margin-right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 75px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size: 18px;
        line-height: 32px;
    }
    .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
    }
    .custom-2new .ui .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .font-40 {
        font-size: 28px;
    }
    .font-20 {
        font-size: 14px;
    }
    .custom-2new .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-2new .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .top .right {
        width: 100%;
    }
    .custom-2new .ui .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 500px) {
  .font-40 {
    font-size: 20px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 40px;
  }
  .font-36 {
    font-size: 24px;
  }
}


@media screen and (max-width: 1450px) {
    .service-page .service-1 .bottom ul li p {
        font-size: 20px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 54px;
        margin-bottom: .5em;
    }
    .service-page .service-2 .right .header .con {
        font-size: 16px;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 20px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 28px;
    }
    .service-page .service-4 .content ul li .ig .text .tit {
        font-size: 24px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 60px;
    }
    .service-page .service-1 .bottom ul li {
        padding-right: 15px;
    }
}
@media screen and (max-width: 1250px) {
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 48px;
    }
    .sus-page .sus-2 .box ul li .ig .left {
        width: 100%;
    }
    .sus-page .sus-2 .box ul li .ig .right {
        width: 100%;
        margin-top: 20px;
    }
    .sus-page .sus-2 .box ul li .ig {
        flex-wrap: wrap;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 42px;
    }
    .sus-page .sus-2 .box ul li .ig .left span {
        padding-top: 4px;
        font-size: 16px;
    }
    .sus-page .sus-1 .box .con,.contact-page .contact-4 .right form input {
        font-size: 16px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 42px;
    }
    .service-page .service-2 .right .header .con {
        font-size: 14px;
        line-height: 28px;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 18px;
    }
    .service-page .service-2 .right .list ul li .con {
        font-size: 16px;
    }
    .service-page .service-2 .right .list {
        margin-top: 30px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
    }
    .service-page .service-3 .content ul li .ig .con {
        font-size: 16px;
    }
    .custom-page .custom-2 .right ul li .item .tit {
        font-size: 24px;
    }
    .custom-page .custom-2 .right ul li .item {
        padding-top: 80px;
        height: 400px;
    }
    .custom-page .custom-2 .right ul li .item .text {
        padding: 0 15px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 40px;
    }
    .service-page .service-1 .bottom ul li p {
        font-size: 16px;
    }
    .service-page .service-1 .bottom ul li i img {
        max-height: 50px;
    }
    .aft02 .bot .aft02Swiper,.aft02 .bot {
        max-width: 100%;
    }
    .aft02 .bot .box p {
        height: auto;
        font-size: 14px;
        line-height: 28px;
    }
    .aft02 .bot .box h5:after {
        display: none;
    }
    .aft02 .bot .box h5 {
        height: auto;
        width: 100%;
    }
    .aft02 .bot .box h4 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 36px;
    }
    .aft02 .bot .box {
        padding: 40px 0;
    }
    .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
    .sus-page .sus-1 .box {
        width: 100%;
        padding: 0 15px;
    }
    .sus-page .sus-1 .gd,
    .sus-page .sus-1 .imgs {
        display: none;
    }
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 32px;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 28px;
    }
    .sus-page .sus-2 .box ul li .ig .left span {
        font-size: 14px;
        line-height: 28px;
    }
    .sus-page .sus-1 .box .con,.sus-page .sus-2 .box ul li .ig .right {
        font-size: 14px;
        line-height: 28px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 20px;
    }
    .custom-page .custom-2 .right ul li.active .item .tit {
        font-size: 20px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 32px;
    }
    .service-page .service-1 .bottom ul li p {
        font-size: 14px;
    }
    .service-page .service-4 .content ul li .ig .text {
        position: static;
        opacity: 1;
    }
    .service-page .service-4 .content ul li .ig .img {
        position: static;
        height: auto !important;
    }
    .service-page .service-4 .content ul li .ig {
        height: auto;
    }
    .service-page .service-4 .content ul li .ig .img img {
        transform: scale(1);
    }
    .service-page .service-4 .content ul li .ig .text {
        flex-wrap: wrap;
    }
    .service-page .service-4 .content ul li .ig .text>div {
        width: 100%;
    }
    .service-page .service-4 .content ul li .text .mores {
        margin-left: 0;
        zoom: .7;
    }
    .custom-page .custom-2 .right ul li.active .item,
    .custom-page .custom-2 .right ul li .item {
        padding-top: 50px
    }
    .custom-page .custom-2 {
        display: none;
    }
    .aft02 .top h4 {
        font-size: 20px;
    }
    .font-20 {
        font-size: 16px;
    }
    .aft02 .bg_fix {
        height: 620px;
    }
    .aft02 .bot .box .icon {
        zoom: .7;
    }
    
}
@media screen and (max-width: 700px) {
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 24px;
        line-height: 40px;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 20px;
        line-height: 36px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 28px;
        line-height: 1.6;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 18px;
        line-height: 32px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 28px;
    }
}






.app-faq {
    padding-bottom: 6%;
}
.app-faq .header {
    max-width: 1134px;
}
.app-faq .header .title {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.app-faq .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.app-faq .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.app-faq .content ul li .tit {
    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;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.app-faq .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.app-faq .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.app-faq .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.app-faq .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.app-faq .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
    .app-faq .header .title {
        font-size: 60px;
    }
    .app-faq {
        background: transparent;
    }
}
@media screen and (max-width: 700px) {
    .app-faq .header .title {
        font-size: 45px;
    }
    .app-faq .content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 500px) {
    .app-faq .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .app-faq .content {
        margin-top: 20px;
    }
    .app-faq .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .app-faq .content ul li .tit em {
        padding-right: 20px;
    }
}






.custom3-page  {
     background-color: #faf9f9;
}
.custom3-page .custom-1 {
    padding: 90px 0;
}
.custom3-page .custom-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 95px;
}
.custom3-page .custom-1 .top .h3 {
    width: 50%;
    padding-left: 35px;
    line-height: 1.2;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-1 .top p {
    width: 50%;
    padding-left: 20px;
    line-height: 2;
}
.custom3-page .custom-1 .btm ul.list2 {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.custom3-page .custom-1 .btm ul.list2 li.item {
    margin: 0 10px;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 100%;
}
.custom3-page .custom-1 .btm ul.list2 li.item img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom3-page .custom-1 .btm ul.list2 li.item:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.custom3-page .custom-2 {
    padding:110px 0 10px;

}
.custom3-page .custom-2 .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom3-page .custom-2 .ui.container .top .left {
    padding-right: 65px;
}
.custom3-page .custom-2 .ui.container .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-2 .ui.container .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom3-page .custom-2 .ui.container .bottom {
  border-radius: 56px;
    margin-top: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
    /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
    padding: 80px 80px 115px 80px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 80px;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
    font-size: 30px;
    
}
.custom3-page .custom-2 .ui.container .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom3-page .custom-2 .ui.container .bottom .right {
    /*padding-right: 80px;*/
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
.custom3-page .custom-3 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.custom3-page .custom-3 .ui.container {
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox {
    margin-top: 55px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li {
    padding: 0 15px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
    background: #f7f7f7;
    border-radius: 5px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
    padding: 25px;
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
    line-height: 1.8;
    font-weight: 400;
    margin-top: 15px;
    max-height: 116px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size: 18px;
        line-height: 32px;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
    }
    .custom3-page .custom-2 .ui.container .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .font-40 {
        font-size: 28px;
    }
    .custom3-page .custom-1 .top .h3 {
        width: 100%;
    }
    .custom3-page .custom-1 .top p {
        width: 100%;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 100px;
        height: 100px;
    }
    .custom3-page .custom-2 .ui.container .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom3-page .custom-2 .ui.container .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .top .right {
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}

/* seo-base-css-start */
.seo_title{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#seo_about ._box{
	margin: -15px;
  margin-top: 50px
}

#seo_about ._left,
#seo_about ._right{
	padding: 15px;
	vertical-align: middle;
}

#honor_list ul{
	margin: -15px;
}

#honor_list ul li{
	padding: 15px;
}

#news_list ul{
	margin: -15px;
}

#news_list ul li{
	padding: 15px;
}

#news_list ._time span{
	display: inline-block;
	padding: 5px;
}

#news_list ._time span._cate{
	color: #FFFFFF;
	background-color: #000000;
}

#news_list ._time span._date{
	background-color: #CCCCCC;
}

#news_list ._table{
	padding: 20px;
	border: 2px solid #CCCCCC;
    min-height: 249px;
}

#seo_public_from{padding:80px 0;background:#f9f9f9;}#seo_public_from h4{font-size:24px;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#1d2087;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}


/* mobile-product-nav */
@media screen and (max-width: 1000px) {
	#seo_about ._left,
	#seo_about ._right{
		width: 100%!important;
	}
	
    #cp-Nav {
    	display: block;
    }
    #cp-Nav .nav {
    	padding: 0 15px;
    }
    #cp-Nav .nav h3.title {
    	font-size: 18px;
    	font-weight: bold;
    	padding: 8px 10px;
    	background: #c7a484;
    	border-radius: 5px;
    }
    #cp-Nav .nav i.mask {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 230;
    	background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav>ul {
    	display: none;
    }
    #cp-Nav .nav ul {
    	position: fixed;
    	top: 10%;
    	max-height: 80%;
    	left: 5%;
    	width: 90%;
    	padding: 20px;
    	border-radius: 5px;
    	background: white;
    	z-index: 300;
    	font-size: 16px;
    	overflow: auto;
    }
    #cp-Nav .nav ul ul {
    	padding: 0 10px;
    	font-size: 14px;
    	position: static;
    	max-height: none;
    	width: 100%;
    	margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
    	display: block;
    	padding: 5px 0;
    	line-height: 28px;
    }
}
/* seo-base-css-end */