@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma.eot");
  src: url("../fonts/Tahoma.eot?#iefix") format("embedded-opentype"), url("../fonts/Tahoma.woff2") format("woff2"), url("../fonts/Tahoma.woff") format("woff"), url("../fonts/Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma-Bold.eot");
  src: url("../fonts/Tahoma-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff"), url("../fonts/Tahoma-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.f-mon {
  font-family: "Montserrat";
  font-weight: 300;
}
body {
  font-family: "Tahoma";
  max-width: 1920px;
  --color: #0071bd;
  font-weight: normal;
  margin: 0 auto;
  direction: rtl;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
input{
  direction: ltr;
  text-align: right
}
.pr {
    position: relative;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 26px;
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.more {
  width: 230px;
  height: 50px;
  background-color: #0071bd;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more.m1 {
  width: 200px;
  height: 56px;
}
.more:hover {
  color: var(--color);
  background: none;
}
#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;
}
#header .h-top {
  padding: 10px 0 16px;
  font-size: 14px;
  color: #000418;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .info {
  margin: 0 0 0 auto;
}
#header .h-top .ui.menu .info ul li {
  display: inline-block;
  padding-left: 55px;
}
#header .h-top .ui.menu .info ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
#header .h-top .h-language {
  position: relative;
}
#header .h-top .h-language span img {
  width: 25px;
  margin-left: 14px;
}
#header .h-top .h-language span i {
  margin-right: 11px;
}
#header .h-top .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%;
  left: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .h-language ul.sub-menu li a {
  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: 0 20px;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .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 .h-top .h-search {
  cursor: pointer;
}
#header .h-top .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .share {
  font-size: 16px;
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .share a {
  margin: 0 6px;
}
#header .nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 78px;
}
#header .nav .ui.menu .logo {
  position: relative;
  margin-left: 65px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  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;
  opacity: 0
}
#header.active {
  top: -50px;
}
#header.active .nav .ui.menu {
  padding: 10px 78px;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .logo {
  -webkit-filter: brightness(100) invert(100);
  filter: brightness(100) invert(100);
}
#header.active .nav::after {
  opacity: 1
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner video{
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  width: 100%
}
#banner .video{
  position: relative
}
#banner .video::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
 width: 100%;
 height: 100%;
 border-radius: 50px;
   background: linear-gradient(to bottom,rgba(0, 0, 0,0.5) 20%,rgba(0, 0, 0,0));
}
#banner ul li .text {
  z-index: 3;
  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;
  padding-right: 110px;
}
#banner ul li .text .box {
  max-width: 800px;
  text-align: right;
  margin: 0 0 0 auto;
}
#banner ul li .text .box .t1 {
  position: relative;
}
#banner ul li .text .box .t1::after {
  content: "";
  display: block;
  width: 673px;
  height: 13px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#banner ul li .text .box .more {
  margin: 0 0 0 auto;
}
.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;
}
.col {
  color: var(--color);
}
a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.lh-1 {
  line-height: 1;
}
#index-body {
  overflow: hidden;
}
#index-body .type {
  background: url(../images/bg1.png) no-repeat left 100px top 60px;
  padding-top: 270px;
}
#index-body .type .left {
  width: 37%;
  text-align: right;
}
#index-body .type .left .t1 {
  display: block;
}
#index-body .type .left .cont {
  color: #777777;
  line-height: 2;
}
#index-body .type .left .more {
  margin: 0 0 0 auto;
}
#index-body .type .right {
  width: 55%;
}
#index-body .type .right li img {
  margin: 0 0 0 auto;
}
#index-body .type .btn {
  position: absolute;
  right: 110px;
  bottom: 60px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .type .btn > div {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .type .btn > div:hover {
  color: var(--color);
}
#index-body .type .btn .next {
  margin-left: 45px;
}
#index-body .product ul {
  margin-right: -30px;
}
#index-body .product ul li {
  padding-right: 30px;
}
#index-body .product ul .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product ul .slick-active {
  -webkit-transform: scale(0.9) translateX(-5%);
  -moz-transform: scale(0.9) translateX(-5%);
  -ms-transform: scale(0.9) translateX(-5%);
  transform: scale(0.9) translateX(-5%);
}
#index-body .product ul .slick-active + .slick-active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#index-body .product ul .slick-center.slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .product ul .slick-center + .slick-active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#index-body .product ul .slick-center + .slick-active + .slick-active {
  -webkit-transform: scale(0.9) translateX(5%);
  -moz-transform: scale(0.9) translateX(5%);
  -ms-transform: scale(0.9) translateX(5%);
  transform: scale(0.9) translateX(5%);
}
#index-body .product li {
  padding-bottom: 30px;
}
#index-body .product li .img-box {
  /*background-color: #f7f7f7;*/
  border: 1px solid #f7f7f7;

  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;
  /*padding: 60px 0 45px;*/
  border-radius: 20px 20px 0 0;
}
#index-body .product li .img-box img {
  /*width: auto;*/
  width: 100%;
}
#index-body .product li .text {
  background: #383838;
  color: #fff;
  padding: 25px 35px 60px;
  text-align: right;
  position: relative;
  border-radius: 0 0 20px 20px ;
}
#index-body .product li .text .cont {
  color: #cccccc;
  line-height: 2;
}
#index-body .product li .text .font-20{
  height: 3em
}
#index-body .product li .text .font-20:hover {
  color: var(--color);
}
#index-body .product li .text .btn {
  width: 52px;
  height: 52px;
  background-color: #0071bd;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product li .text .btn:hover {
  -webkit-transform: translate(-45%, 50%);
  -moz-transform: translate(-45%, 50%);
  -ms-transform: translate(-45%, 50%);
  transform: translate(-45%, 50%);
}
#index-body .about {
  background: url(../images/comy.jpg) no-repeat center center / cover;
}
#index-body .about .box {
  max-width: 1600px;
  padding: 120px 0 80px;
  margin: 0 auto;
}
#index-body .about .box .left {
  width: 36%;
  color: #fff;
}
#index-body .about .box .left .play-btn {
  position: static;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .about .box .left .play-btn i {
  border: none;
}
#index-body .about .box .right {
  width: 35%;
  color: #fff;
}
#index-body .about .box .right .text {
  width: 225px;
  height: 225px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: right;
  line-height: 1;
  direction: rtl;
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .box .right .text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
#index-body .about .box .right .text:nth-of-type(even) {
  margin-bottom: 0;
  margin-top: 60px;
}
#index-body .about .box .right .text .num {
  margin: 20px 0 10px;
}
#index-body .about .box .right .text img {
  -webkit-filter: grayscale(100) brightness(100);
  filter: grayscale(100) brightness(100);
}
#index-body .about .box .right .text:hover {
  color: var(--color);
}
#index-body .about .box .right .text:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .application ul {
  margin-right: -30px;
}
#index-body .application ul li {
  padding-right: 30px;
}
#index-body .application ul .box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#index-body .application ul .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--color);
  text-align: center;
  padding: 12px 0 15px;
  color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 0 20px 20px;
}
#index-body .application ul .box:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .application ul .img-box img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .application ul .slick-track .slick-slide > 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 .application ul .slick-active + .slick-active .img-box img {
  height: 310px;
}
#index-body .application ul .slick-center.slick-active .img-box img {
  height: 420px;
}
#index-body .application ul .slick-center + .slick-active + .slick-active .img-box img {
  height: 420px;
}
#index-body .honor .honor-box {
  background: url(../images/honor_bg.jpg) no-repeat center center / cover;
  border-radius: 20px;
}
#index-body .honor .box {
  max-width: 1400px;
  margin: 0 auto;
}
#index-body .honor .box .left {
  color: #fff;
  width: 40%;
}
#index-body .honor .box .left .cont {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 95%;
}
#index-body .honor .box .right {
  width: 50%;
}
#index-body .honor .box .right .swiper {
  overflow: hidden;
}
#index-body .honor .box .right .swiper img {
  display: block;
  margin: 0 auto;
}
#index-body .news .box {
  max-width: 1400px;
  margin: 0 auto;
}
#index-body .news .top .cont {
  color: #777777;
}
#index-body .news .top .right {
  text-align: left;
}
#index-body .news .top .right .more {
  margin: 0 auto  0 0;
}
#index-body .news .bottom {
  text-align: right;
}
#index-body .news .bottom .left ul {
  margin-right: -30px;
}
#index-body .news .bottom .left ul li {
  padding-right: 30px;
}
#index-body .news .bottom a {
  display: block;
}
#index-body .news .bottom .time {
  color: #777777;
}
#index-body .news .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 .btn span {
  margin-right: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.1;
}
#index-body .news .bottom .img-box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .news .bottom .left {
  width: 55%;
}
#index-body .news .bottom .right {
  width: 42%;
}
#index-body .news .bottom .right .img-box img {
  width: 100%;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #171717;
  color: #fff;
}
#footer .f-box .f-nav li .sub-menu{
  display: none
}
#footer .f-box .f-contact {
  max-width: 330px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
#footer .f-box .f-contact li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  line-height: 1.8;
  direction: ltr;
  color: var(--color);
}
#footer .f-box .f-contact li .text span {
  border-bottom: 1px solid var(--color);
}
#footer .f-box .f-contact li .img {
  padding-top: .6em;
}
#footer .f-box .f-contact .address {
  margin: 10px 0;
}
#footer .f-box .f-contact .address .text {
  color: #fff;
}
#footer .f-box .f-contact .address .text span {
  border-bottom: none;
}
#footer .f-box .f-form {
  max-width: 445px;
}
#footer .f-box .f-form .cont {
  color: #929292;
  max-width: 360px;
  margin: 0 0 0 auto;
}
#footer .f-box .f-form form li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-box .f-form form li input {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
}
#footer .f-box .f-form form li input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-box .f-form form li input:-moz-placeholder {
  color: #fff;
}
#footer .f-box .f-form form li input::-moz-placeholder {
  color: #fff;
}
#footer .f-box .f-form form li input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-box .f-form form li input::placeholder {
  color: #fff;
}
#footer .f-box .f-form form .i2 {
  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;
}
#footer .f-box .f-form form .i2 input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-form form .i2 i {
  font-size: 18px;
  color: var(--color);
  cursor: pointer;
}
#footer .f-box .f-nav li:hover,
#footer .f-box .f-product li:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#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: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
div.container {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  #banner ul li .text .box .t1:after {
    top: 90%;
  }
}
@media screen and (max-width: 1440px) {
  div.container {
    padding: 0 50px;
  }
  #index-body .about .box .right {
    width: 38%;
  }
  #index-body .about .box .left {
    max-width: 40%;
  }
  #index-body .application ul .slick-active .img-box img {
    height: 310px;
  }
  #index-body .honor .box {
    padding: 0 30px;
  }
  #index-body .honor .box .right {
    width: 55%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .box .right {
    width: 45%;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #mobile .mobile-logo img,
  #mobile .menu-content .menu-logo img {
    -webkit-filter: brightness(100) invert(100);
    filter: brightness(100) invert(100);
  }
}
@media screen and (max-width: 1100px) {
  #index-body .about .box .right {
    width: 50%;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #banner .slickDots {
    display: none;
  }
  #banner ul li .text .box .t1::after {
    display: none;
  }
  #index-body .type {
    padding-top: 170px;
    background: none;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  div.container {
    padding: 0 15px ;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .type {
    padding-top: 70px;
  }
  #index-body .type .left {
    margin-bottom: 40px;
  }
  #index-body .about .box .left {
    max-width: 100%;
    margin-bottom: 45px;
  }
  #index-body .honor {
    display: none;
  }
  #index-body .news .bottom .right {
    display: none;
  }
  #index-body .news .top .right {
    margin-top: 20px;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-form {
    max-width: 46%;
  }
  #index-body .application ul {
    margin-right: -10px;
  }
  #index-body .application ul li {
    padding-right: 10px;
  }
  #index-body .application ul .slick-active .img-box img {
    height: 280px;
  }
  #index-body .application ul .slick-active + .slick-active .img-box img {
    height: 280px;
  }
  #index-body .application ul .slick-center.slick-active .img-box img {
    height: 350px;
  }
  #banner ul li .text {
    padding-right: 60px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #index-body .product {
    padding: 0 15px ;
  }
  #index-body .application {
    display: none;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-form {
    max-width: 100%;
  }
  #footer .f-box .f-contact {
    margin-bottom: 30px;
  }
  .more {
    zoom: 0.8;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .box .right .text {
    width: 48%;
    height: 180px;
  }
  #banner ul li .text {
    padding: 0 20px;
  }
  .more {
    zoom: 0.6;
  }
  #banner ul li .text .box .t1 {
    margin-bottom: 20px;
    line-height: 1.1;
  }
  #index-body .type .box {
    padding: 0;
  }
  .font-70 {
    font-size: 25px;
  }
  #footer .f-box {
    padding: 30px 0;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}

/*inner*/
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}
.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: #0b183e;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}
.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}

@media screen and (max-width: 1280px) {
 
}

@media screen and (max-width: 1100px) {
 
  .i-data ul li .num {
    font-size: 60px;
  }
  .i-data ul li p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  

  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }
  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }
  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
}

.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 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-left: 20px;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;

}
.about-page .about-1 .content .right .img img{
  width: 100%
}
.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;
}
.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;
  right: 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;
}
.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/arrow.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-left: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 90px;
  padding-left: 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;
  left: 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%;
  padding-left: 3%
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  /*padding: 30px 0 30px 0;*/
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 620px;
  overflow: hidden;
  /*margin: 10px 0;*/
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {
  padding:  10px 0;
  border-radius: 10px;
  height: 100%;

}
.prodet-page .prodet-1 .left .box .small .swiper .img-box img{
  height: 100%;
  object-fit: cover;
  width: auto;
  display: block;
  margin: 0 auto
}
/*.prodet-page .prodet-1 .left .box .small .swiper-button-disabled{
  display: none
}*/
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0;
  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%;
  padding-right: 50px
}
.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 .font-50{
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-2 .form {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .form ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .form ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .form ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .form ul li button {
  border: none;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  grid-column: span 2;
}
.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;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.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: #0071bd;
  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-right: 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-left: 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) {
   .prodet-page .prodet-2 .form ul li.wid-100 {
    grid-column: unset;
  }
  .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 {
    right: 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-left: 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 .tit {
    left: 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-right: 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 {
    right: 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;
    height: 10px;
  }
  .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;
  }
}





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

@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-left: 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: 1250px) {
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,
    .custom-page .custom-2 .left span,.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;
    }
   
    .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;
    }
  
    .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,
    .custom-page .custom-2 .left span,.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;
    }
    
    .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;
    }
   
    .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,
    .custom-page .custom-2 .left span,.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;
    }
   
    .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;
}

#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:#222;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 */


.history-page {
  background-image: url("../images/history-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  margin-top: 6%;
}
.history-page .right {
  width: 62%;
  overflow: hidden
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: #0071bd;
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  color: #0071bd;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("../images/icon-history.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1450px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px){
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .story-page .story-4 .ui.container .left,
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .story-page .story-4 .ui.container .flex,
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px){
   .history-page .right .swiper {
    margin-right: 0;
  }
}


.service-page .service-1 .text {
  max-width: 1080px;
  margin: 1em auto;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.service-page .service-2 .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}
.service-page .service-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .mask i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;

}
.service-page .service-2 .box .content .swiper {
  overflow: hidden
}

.service-page .service-2 .box .content span.tag {
  display: block;
  color: #0071bd;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 100px 3%;
  border-radius: 250px;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}

@media screen and (max-width: 1450px) {
   .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
   .service-page .service-2 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px){
   .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 1000px){
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 150px;
  }
}
@media screen and (max-width: 700px){
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 500px){
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 100px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: right;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #23519e;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 500px) {
   .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
}

.inner-page .container,#seo_index .container{
  max-width: 1600px
}
@media screen and (max-width: 1680px) {
  .inner-page .container,#seo_index .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-page .container,#seo_index .container {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .container,#seo_index .container {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .container,#seo_index .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  
}

