@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.eot");
  src: url("../fonts/Anton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0a4a77;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 4.7%;
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.ant {
  font-family: "Anton";
}
.col{
  color: var(--color);  
}
.more {
  display: inline-block;
  color: #ffffff;
  background-color: var(--color);
  height: 56px;
  line-height: 56px;
  min-width: 180px;
  text-align: center;
  transition: 0.5s ease;
  font-size: 18px;
  transition: 0.5s;
}
.more:hover {
  background-color: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  transition: 0.5s;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 40px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  width: 162px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #ffffff;
  font-size: 18px;
  color: #ffffff;
  margin-left: 170px;
  cursor: pointer;
}
#header .nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(calc(5%) + 240px);
  background-color: var(--color);
}
#header.active {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header.active .nav {
  background: #ffffff;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .h-language span img {
  filter: invert(100);
}
.font-18 {
  line-height: 1.8;
}
.font-16 {
  line-height: 1.8;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.t_1 {
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/banner-mask.png);
}
#banner .box {
  position: absolute;
  width: 64%;
  left: 18%;
  top: 17%;
}
#banner h2 {
  margin-bottom: 20px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
}
#banner h2 span {
  display: inline-block;
  padding: 0 45px;
  background-color: var(--color);
}
#banner .cont {
  width: 65%;
  color: #faf9f9;
  line-height: 1.8;
}
#banner .small {
  position: absolute;
  left: 5%;
  top: 33%;
  width: 6%;
}
#banner .small .item {
  cursor: pointer;
}
#banner .small .item img {
  border: 8px solid transparent;
  transition: border-color 0.5s ease;
}
#banner .small .item.active img {
  border-color: #ffffff;
}
#banner .play {
  position: absolute;
  z-index: 1;
  left: 71%;
  top: 45%;
  border-radius: 50%;
  cursor: pointer;
}
#banner .play::before,
#banner .play::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.28);
  animation: ks 2s linear infinite;
  z-index: -1;
}
#banner .play::after {
  animation-delay: 1s;
}
#banner .dots {
  position: absolute;
  left: 18%;
  bottom: 8%;
}
#banner .dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
#banner .dots li::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: inherit;
  border: 3px solid transparent;
}
#banner .dots li.slick-active {
  background-color: #fe8532;
}
#banner .dots li.slick-active::before {
  border-color: #ffffff;
}
#banner .dots li + li {
  margin-left: 23px;
}
#banner .dots li button {
  display: none;
}
#index-body .advantage .container {
  padding: 0 10%;
}
#index-body .advantage .container ul {
  position: relative;
  z-index: 2;
  line-height: 1.8;
}
#index-body .advantage .container ul .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 10px;
}
#index-body .advantage .container ul li .box {
  min-height: 180px;
  padding: 15px 60px;
}
#index-body .advantage .container ul li .box .left {
  width: 280px;
  text-transform: uppercase;
}
#index-body .advantage .container ul li .box .middle {
  width: 520px;
  line-height: 2;
}
#index-body .advantage .container ul li .box .right {
  width: 220px;
}
#index-body .advantage .container ul li .box .right ul li {
  margin-bottom: 10px;
}
#index-body .advantage .container ul li .box .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .container ul li .box .right ul li .box2 {
  overflow: hidden;
  line-height: 2;
}
#index-body .advantage .container ul li .box .right ul li .box2 i {
  margin-top: -2px;
  font-size: 30px;
  line-height: 1;
  color: var(--color);
}
#index-body .advantage .container ul li .box .right ul li .box2 span {
  overflow: hidden;
}
#index-body .advantage .container ul li .box .right ul li .box2 span::before,
#index-body .advantage .container ul li .box .right ul li .box2 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: var(--black);
}
#index-body .advantage .container ul li .box .right ul li .box2 span::after {
  left: -100%;
}
#index-body .advantage .container ul li .box .right ul li .box2:hover span::before,
#index-body .advantage .container ul li .box .right ul li .box2:hover span::after {
  transform: translateX(100%);
  transition: all 0.5s;
}
#index-body .advantage .container ul li .box .right ul li .box2:hover span::after {
  transition-delay: 0.1s;
}
#index-body .advantage .container ul li.active {
  color: #ffffff;
}
#index-body .advantage .container ul li.active .box .right ul li .box2 i {
  color: #fff;
}
#index-body .advantage .container ul li.active .box .right ul li .box2 span::before,
#index-body .advantage .container ul li.active .box .right ul li .box2 span::after {
  background-color: #ffffff;
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#index-body .about {
  background-image: url(../images/comy.jpg);
  padding-bottom: 300px;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .about .container .left {
  width: 50%;
  padding-right: 80px;
}
.shouye {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}
.shouye h1 {
  display: inline;
  font: inherit;
}
#index-body .about .container .left .des {
  color: #ffffff;
  line-height: 1.8;
}
#index-body .about .container .left .more {
  background: #000000;
}
#index-body .about .container .left .more .moreImg {
  width: 16px;
  height: 16px;
}
#index-body .about .container .left .more:hover {
  background-color: var(--color);
  border: 1px solid #ffffff;
}
#index-body .about .container .left .more:hover i {
  transform: rotate(45deg);
}
#index-body .about .container .left .listCont {
  color: #ffffff;
}
#index-body .about .container .left .listCont ul li {
  padding: 0 10px;
  margin-top: 40px;
}
#index-body .about .container .left .listCont ul li .box .top {
  line-height: 1;
}
#index-body .about .container .left .listCont ul li .box .top em {
  font-family: "Anton";
}
#index-body .about .container .left .listCont ul li .box .top .sub {
  font-size: 18px;
  margin-left: 4px;
}
#index-body .about .container .right {
  width: 50%;
}
#index-body .about .container .right .play {
  width: 94px;
  height: 94px;
  cursor: pointer;
}
#index-body .about .container .right .play .ling {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: ks 3s linear infinite;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .about .container .right .play .ling:first-child {
  animation-delay: -1.5s;
}
#index-body .about .container .right .play .cont {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  color: #ffffff;
  font-size: 30px;
}
#index-body .about .container .right .play .cont i {
  margin-left: 4px;
}
#index-body .about .textAniC {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#index-body .about .textAniC .text .c {
  font-size: 170px;
  font-family: "Anton";
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 20000px;
  animation: transAni2 200s linear infinite;
}
.lh-1 {
  line-height: 1;
}
.title.dot span {
  position: relative;
  z-index: 2
}
.title.dot span::after {
  content: "";
  display: block;
  width: 145px;
  height: 34px;
  background-color: #0a4a77;
  opacity: 0.4;
  position: absolute;
  left: -33px;
  bottom: 4px;
  z-index: -1;
}
#index-body .application {
  background: #f2f2f2;
}
#index-body .application ul {
  margin: 0 -15px;
}
#index-body .application li {
  padding: 0 15px;
}
#index-body .application li .box {
  height: 414px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: #323232;
  position: relative;
  transition: 0.5s;
}
#index-body .application li .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
#index-body .application li .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .application li .box .tit {
  height: 100px;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}
#index-body .application li .box .btn,
#index-body .application li .box .icon {
  position: relative;
  z-index: 2;
}
#index-body .application li .box:hover {
  color: #ffffff;
}
#index-body .application li .box:hover .icon {
  filter: brightness(100);
}
#index-body .application li .box:hover .bg {
  opacity: 1;
}
#index-body .advantage2 {
  background: url(../images/bg1.jpg) no-repeat center top / cover;
}
#index-body .advantage2 .left .tip .item {
  padding-left: 30px;
  cursor: pointer;
}
#index-body .advantage2 .left .tip .item.active .title.dot {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 32px;
}
#index-body .advantage2 .left .tip .item.active .title.dot span {
  line-height: 1;
  border-bottom: 1px solid #111111;
}
#index-body .advantage2 .left .tip .item.active .title.dot span::after {
  opacity: 0;
}
#index-body .advantage2 .left .content .item {
  display: none;
  color: #353535;
}
#index-body .advantage2 .left .content .item.active {
  display: block;
}
#index-body .advantage2 .left .list1 li {
  display: flex;
  align-items: center;
  color: #111111;
}
#index-body .advantage2 .left .list1 li .icon {
  margin-right: 25px;
}
#index-body .advantage2 .left .list2 li {
  padding-left: 35px;
  background: url(../images/dot.png) no-repeat left center;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
#index-body .advantage2 .right {
  position: relative;
}
#index-body .advantage2 .right img {
  width: 100%;
}
#index-body .advantage2 .right .img1 {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
}
#index-body .advantage2 .right .img2 {
  width: 60%;
  margin-top: -20%;
}
#index-body .advantage2 .right .more {
  position: absolute;
  right: 75px;
  bottom: 30px;
  display: none;
}
#index-body .advantage2 .right .more.active{
  display: block;
}
#index-body .product {
  background: #f2f2f2;
}
#index-body .product li .box:hover .t1 {
  color: var(--color);
  text-decoration: underline;
}
#index-body .product li .box .t1 {
  transition: 0.5s;
}
#index-body .choose .title.dot span::after {
  z-index: -1;
  background: #95afc1;
  opacity: 1;
}
#index-body .choose .SlickImgBox {
  position: relative;
}
#index-body .choose .SlickImgBox .SlickImg {
  overflow: hidden;
  transform-origin: left top;
  height: 100%;
  width: 0;
  background-size: cover;
  background-position: center;
  transition: 1s 1s;
}
#index-body .choose .SlickImgBox li {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#index-body .choose .SlickImgBox li.on {
  z-index: 1;
}
#index-body .choose .SlickImgBox li.on .SlickImg {
  width: 100%;
  transition: 1s;
}
#index-body .choose {
  padding: 160px 0 70px;
  position: relative;
  color: white;
  z-index: 1;
}
#index-body .choose .mask-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .choose .mask-bg .SlickImgBox {
  width: 100%;
  height: 100%;
}
#index-body .choose .mask-bg .SlickImgBox .SlickImg {
  position: relative;
}
#index-body .choose .mask-bg .SlickImgBox .SlickImg:before {
  content: "";
  width: 29%;
  height: 100%;
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: skewX(-30deg);
  transform-origin: left bottom;
  background-color: var(--color);
  z-index: 1;
  transition: 0.5s;
  opacity: 0.6;
}
#index-body .choose .mask-bg .SlickImgBox .on .SlickImg:before {
  left: 4%;
}
#index-body .choose .text {
  color: inherit;
}
#index-body .choose .top .left {
  padding-left: 30px;
}
#index-body .choose .top .left span.h2 {
  margin-bottom: 0.5em;
  padding-right: 0;
}
#index-body .choose .top .left span.h2:before {
  left: -0.6em;
  right: auto;
}
#index-body .choose .top .right {
  text-align: right;
}
#index-body .choose .top .right .dotsNumber {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 2.5em;
  font-weight: bold;
}
#index-body .choose .top .right .dotsNumber em {
  font-size: 2.72727273em;
}
#index-body .choose .top .right .dots {
  font-size: 18px;
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#index-body .choose .top .right .dots span {
  display: block;
  margin: 0.5em 0;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .top .right .dots span.active {
  color: white;
  text-decoration: underline;
}
#index-body .choose .content {
  max-width: 390px;
  margin-left: 180px;
  margin-top: 13%;
  position: relative;
}
#index-body .choose .content span.h6 {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#index-body .choose .content .text {
  opacity: 0.8;
}
#index-body .choose .content .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
#index-body .choose .content .slide.active {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#index-body .choose .content .slide.active ~ div {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#index-body {
  overflow: hidden;
}
#index-body .news {
  background: #f2f2f2;
}
#index-body .news .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .news .right li {
  padding: 46px 180px 46px 27px;
  border: solid 1px #bbbbbb;
  position: relative;
  margin-bottom: 17px;
}
#index-body .news .right li:last-child {
  margin-bottom: 0;
}
#index-body .news .right li .tip {
  line-height: 1.8;
  height: 2.8em;
  cursor: pointer;
}
#index-body .news .right li .text {
  padding-top: 15px;
  display: none;
  line-height: 2;
}
#index-body .news .right li .time {
  color: #00405d;
  position: absolute;
  right: 30px;
  bottom: 16px;
  line-height: 2;
  opacity: 0;
}
#index-body .news .right li .btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 45px;
  background: none;
  transition: 0.5s;
}
#index-body .news .right li.active {
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px rgba(255, 255, 255, 0.6);
}
#index-body .news .right li.active .time {
  opacity: 1;
}
#index-body .news .right li.active .btn {
  box-shadow: 0px 0px 10px 5px #f2f2f2;
  background-color: #ffffff;
  transform: rotate(-90deg);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #120f10;
  color: #fff;
}
#footer .f-box li {
  color: #bcbcbc;
  line-height: 2.5;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  transition: 0.5s;
}
#footer .f-box li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#footer .f-box .f-contact {
  max-width: 470px;
}
#footer .f-box .f-contact li {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#footer .f-box .f-contact li .icon {
  width: 40px;
  padding-top: 10px;
}
#footer .f-box .f-contact li .txt {
  flex: 1;
  line-height: 1.8;
}
#footer .f-box .f-code #ewm {
  width: 160px;
  height: 160px;
  border: 10px solid #ffffff;
  background: #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #6b6b6b;
  color: #bcbcbc;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  transition: 0.5s;
  fill: #bcbcbc;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #bcbcbc;
}
#footer .f-top .form {
  margin-bottom: 45px;
}
#footer .f-top .form ul {
  margin: -15px;
}
#footer .f-top .form li {
  padding: 15px;
}
#footer .f-top .form li:nth-child(1) {
  width: 25%;
}
#footer .f-top .form li:nth-child(2) {
  width: 25%;
}
#footer .f-top .form li:nth-child(3) {
  width: 34%;
}
#footer .f-top .form li:nth-child(4) {
  width: 16%;
}
#footer .f-top .form input {
  font-size: 16px;
  width: 100%;
  height: 70px;
  background-color: #454545;
  border: 1px solid #666666;
  padding-left: 65px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
#footer .f-top .form input[name="name"] {
  background-image: url(../images/form-icon1.png);
}
#footer .f-top .form input[name="mail"] {
  background-image: url(../images/form-icon2.png);
}
#footer .f-top .form input[name="content"] {
  background-image: url(../images/form-icon3.png);
}
#footer .f-top .form input[type="submit"] {
  padding: 0;
  font-size: 20px;
  background-color: var(--color);
  border: none;
}
#footer .f-top .form input::placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1700px) {
  .container {
    padding: 0;
  }
  #index-body .choose .top .right .dots {
    font-size: 16px;
  }
  #index-body .choose .content {
    margin-top: 8%;
  }
  #index-body .choose .top .right .dotsNumber {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  #index-body .choose .content span.h6 {
    font-size: 24px;
  }
  #header .nav .ui.menu .chat {
    margin-left: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #index-body .advantage .container {
    padding: 0 5%;
  }
  #index-body .advantage2 .left .list1 {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 80px;
  }
}
@media screen and (max-width: 1600px) {
  #header .nav::before{
        width: 280px;
  }
}
@media screen and (max-width: 1550px) {
  #header .nav::before{
        width: 240px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #index-body .choose .top .right .dots {
    font-size: 14px;
  }
  #index-body .init-2 {
    padding: 80px 0;
  }
  #index-body .choose .content {
    margin-left: 0;
    margin-top: 5%;
  }
  #index-body .choose {
    padding: 120px 0 70px;
  }
  #index-body .choose .content span.h6 {
    font-size: 20px;
  }
  #header .nav .ui.menu .chat {
    display: none;
  }
  #index-body .about .container .left {
    padding-right: 0;
  }
  #header .nav::before {
    display: none;
  }
  #index-body .about .textAniC .text .c {
    font-size: 130px;
  }
  #banner h2 {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  #banner .small {
    display: none;
  }
  #banner .dots {
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
  }
  #banner .dots li {
    display: block;
  }
  #banner .dots li + li {
    margin-left: 0;
    margin-top: 23px;
  }
  .font-96 {
    font-size: 60px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .advantage .container ul li .box {
    padding: 15px 20px;
  }
  #index-body .about .container .left {
    padding-right: 0;
  }
  #footer .f-top .form input {
    font-size: 14px;
    height: 50px;
  }
  #footer .f-top .form input[type="submit"] {
    font-size: 16px;
  }
  #footer .f-top .form ul {
    margin: -10px;
  }
  #footer .f-top .form li {
    padding: 10px;
  }
  #index-body .about .textAniC .text .c {
    font-size: 100px;
  }
  #footer .f-box .tit {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #index-body .choose .top .right .dotsNumber {
    font-size: 16px;
  }
  #index-body .choose {
    padding: 60px 0;
  }
  .title.dot span::after {
    height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  .container {
    padding: 0 15px;
  }
  #index-body .advantage .container {
    padding: 0 15px;
  }
  #index-body .advantage2 .right {
    margin-top: 40px;
  }
  #index-body .advantage2 .right .more {
    position: static;
    margin-top: 50px;
  }
  #banner .dots {
    display: none;
  }
  #banner .box {
    left: 5%;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  #banner .play {
    display: none;
  }
  #banner h2 {
    line-height: 1.5;
  }
  #banner h2 br {
    display: none;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner .cont {
    width: 100%;
  }
  #index-body .advantage .container ul li .box .left {
    width: 100%;
  }
  #index-body .advantage .container ul li .box .middle {
    width: 100%;
    margin-top: 10px;
    line-height: 2;
  }
  #index-body .advantage .container ul li .box .right {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .about {
    padding-bottom: 40px;
  }
  #index-body .about .container .left {
    width: 100%;
  }
  #index-body .about .container .right {
    margin-top: 50px;
  }
  #index-body .about .container .right,
  #index-body .about .textAniC {
    display: none;
  }
  #index-body .choose .content span.h6 {
    font-size: 18px;
  }
  #footer .f-top .form li {
    width: 50% !important;
  }
  #index-body .news .left {
    display: none;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #index-body .news .right li .tip {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .more {
    zoom: 0.8;
  }
  .SlickImgBox .SlickImg {
    -webkit-mask-size: 300% auto;
    mask-size: 300% auto;
  }
  #index-body .choose .top .right .dotsNumber em {
    font-size: 2em;
  }
  #index-body .choose .content {
    max-width: none;
  }
  .title.dot span::after {
    height: 10px;
  }
  #index-body .advantage2 .left .list1 {
    padding-right: 0;
  }
  #index-body .news .right li {
    padding: 36px 70px 36px 20px;
  }
  #index-body .news .right li .btn {
    right: 10px;
    zoom: 0.8;
  }
  #index-body .news .right li .time {
    right: 10px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.8
  }
  #index-body .advantage2 .right .img1 {
    width: 100%;
  }
  #index-body .advantage2 .right .img2 {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .advantage2 .left .tip .item {
    margin-bottom: 10px;
  }
  #index-body .advantage2 .left .tip .item {
    padding-left: 16px;
  }
  .title.dot span::after {
    left: -15px;
    width: 80px;
  }
  #index-body .advantage2 .left .list1 li .icon {
    margin-right: 10px;
  }
  #index-body .advantage2 .left .list1 li .icon {
    width: 70px;
  }
  #footer .f-top .form li {
    width: 100% !important;
  }
  #index-body .choose {
    padding: 40px 0;
  }
  #index-body .application li .box {
    height: 300px;
  }
  .more {
    zoom: 0.7;
  }
  #footer .f-box .f-code #ewm {
    width: 120px;
    height: 120px;
    border: 6px solid #ffffff;
  }
  #footer .f-copy {
    font-size: 15px;
  }
  #footer .f-box .f-code {
    margin-top: 30px;
  }
}

/*inner*/
#innerMobileBanner {
  padding: 25px 0;
}
#innerMobileBanner .title{
  font-size: 20px;
  line-height: 36px;
  font-family: "Anton";
  
}
.inner-banner {
  padding-top: 204px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner .box {
  padding-left: 50px;
}
.inner-banner h2 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.inner-banner h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50px;
  bottom: 10%;
  width: 120px;
  height: 33%;
  background-color: var(--color);
}
.inner-banner .mbx {
  color: #FFFFFF;
  line-height: 1.8;
}
.inner-banner .mbx a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.inner-banner .mbx a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
.about-page {
  background: url(../images/inner-about-bg.jpg);
}
.about-page .about-1 {
  padding-top: 90px;
}
.about-page .about-1 .text {
  margin-top: 30px;
}
.about-page .about-1 .list {
  margin-top: 80px;
}
.about-page .about-1 .video {
  margin-top: 70px;
  height: 510px;
  background: url(/hengye/2026/02/01/ab.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.about-page .about-1 .video .play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .video .play::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-2 {
  padding: 90px 0;
}
.about-page .about-2 .list {
  margin-top: 60px;
}
.about-page .about-2 .list ul {
  margin: -15px;
}
.about-page .about-2 .list li {
  padding: 15px;
  width: 33.33%;
}
.about-page .about-2 .list li .box {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  padding: 60px 140px 60px 50px;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .icon {
  position: absolute;
  right: 34px;
  top: 84px;
  width: 83px;
  height: 83px;
  line-height: 81px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .icon img {
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .name {
  font-size: 27.08px;
  line-height: 1.6;
  font-weight: bold;
}
.about-page .about-2 .list li .box .text {
  font-size: 18.75px;
  line-height: 1.8;
  min-height: 4.5em;
}
.about-page .about-2 .list li .box:hover {
  border-color: var(--color);
  -webkit-box-shadow: 0 17px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 17px 8px rgba(0, 0, 0, 0.15);
}
.about-page .about-2 .list li .box:hover .icon {
  border-color: var(--color);
}
.about-page .about-2 .list li .box:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-3 {
  background-color: #FFFFFF;
  padding: 70px 0 110px;
}
.about-page .about-3 .list {
  margin-top: 80px;
}
.about-page .about-3 .list ul {
  margin: -30px;
}
.about-page .about-3 .list li {
  padding: 30px;
}
@media (max-width: 1800px) {
  .about-page .about-2 .list li .box .name {
    font-size: 24px;
  }
  .about-page .about-2 .list li .box .text {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .inner-banner h2 {
    font-size: 50px;
    line-height: 1.4;
  }
  .about-page .about-3 .list ul {
    margin: -15px;
  }
  .about-page .about-3 .list li {
    padding: 15px;
  }
}
@media (max-width: 1440px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list li .box {
    padding: 40px 100px 40px 20px;
  }
  .about-page .about-2 .list li .box .name {
    font-size: 20px;
  }
  .about-page .about-2 .list li .box .icon {
    right: 20px;
    top: 40px;
    width: 75px;
    height: 75px;
    line-height: 73px;
  }
}
@media (max-width: 1230px) {
  .inner-banner {
    height: 350px;
  }
  .inner-banner h2 {
    font-size: 34px;
  }
  .innerTit {
    font-size: 30px;
  }
  .about-page .about-2 .list li .box .icon {
    position: static;
    margin-bottom: 20px;
  }
  .about-page .about-2 .list li .box .name {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .about-2 .list li .box .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .list li .box {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .video .play{
    zoom: 0.7;
  }
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner h2::before {
    left: -30px;
    display: none;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .innerTit {
    font-size: 24px;
  }
  .about-page .about-1 {
    padding-top: 60px;
  }
  .about-page .about-1 .list {
    margin-top: 40px;
  }
  .about-page .about-1 .video {
    height: 300px;
    margin-top: 40px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 .list li {
    width: 50%;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .inner-banner {
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .innerTit {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .inner-banner {
    padding-top: 40px;
  }

  .about-page .about-2 .list li {
    width: 100%;
  }
}


.history-list .container .title_c {
  
  text-transform: uppercase;
  font-weight: 600;
}
.history-list .container .title_c .left {
  width: -webkit-calc(-33%);
  width: -moz-calc(-33%);
  width: calc(100% - 133px);
}
.history-list .container .title_c .left .top {
  color: var(--color);
}
.history-list .container .title_c .left .top span {
  border-bottom: 1px solid var(--color);
}
.history-list .container .title_c .left .bottom {
  line-height: 1;
  margin-top: 20px;
}
.history-list .container .title_c .right {
  vertical-align: bottom;
  width: auto;
}
.history-list .container .title_c .right .btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color);
  background-color: #fff;
  transition: .5s;
  cursor: pointer;

}

.history-list .container .title_c .right .btn .img {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 16px;
  margin: 20px auto 0;
    transition: .5s;
}
.history-list .container .title_c .right .btn:hover{
  background: var(--color)
}
.history-list .container .title_c .right .btn:hover .img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.history-list .container .title_c .right .next {
  margin-left: 10px;
}
.history-list .container .title_list {
  position: relative;
  margin-top: 50px;
}
.history-list .container .title_list .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  bottom: 14px;
  left: 0;
}
.history-list .container .title_list ul .slick-track {
  margin-left: 0;
}
.history-list .container .title_list ul li .box {
  cursor: pointer;
}
.history-list .container .title_list ul li .box .time {
  font-weight: 600;
  
  text-align: center;
  line-height: 1;
}
.history-list .container .title_list ul li .box .sub {
  width: 30px;
  height: 30px;
  background-color: rgba(245, 245, 245, 0);
  padding-top: 10px;
  margin: 20px auto 0;
}
.history-list .container .title_list ul li .box .sub div {
  background-color: rgba(218, 37, 28, 0);
  width: 10px;
  height: 10px;
  margin: auto;
  border: 1px solid var(--color);
}
.history-list .container .title_list ul li:hover .sub div {
  background-color: rgba(10,74,119, 0.2);
}
.history-list .container .title_list ul li.active .sub {
  background-color: #f5f5f5;
}
.history-list .container .title_list ul li.active .sub div {
  background-color: var(--color);
}
.history-list .container .cont_list {
  margin-top: 50px;
  color: #202020;
}
.history-list .container .cont_list .left{
  width: 65%;
}
.history-list .container .cont_list .left .more {
  margin-top: 30px;

}

.history-list .container .cont_list .right{
  width: 35%;
  margin-left: auto;
  text-align: right;
}
.history-list .container .cont_list .right .img {
  height: 70px;
  margin-left: auto;
  opacity: 0.14;
  width: 320px;
  transition: .5s;
}
.history-list .container .cont_list .right .img:hover {
  opacity: 1;
}
@media (max-width: 1000px){
  .history-list .container .cont_list .left {
    width: 100%;
  }
  .history-list .container .title_list ul li .box .time{
    font-size: 22px;
  }
  .font-48{
    font-size: 24px;
    line-height: 44px;
  }
  .history-list .container .title_c .right{
    zoom: 0.7;
    margin-top: 30px;
    justify-content: flex-end;
  }
  .history-list .container .cont_list .right{
    display: none;
  }
}
/*faq-page*/


.faq-page {
  background: url(../images/inner-about-bg.jpg);
  padding: 90px 0;
}

.faq-page .init-1 {
    text-align: center;
}

.faq-page .init-1 .tip {

    font-weight: 700;
}

.faq-page .init-1 form {
    overflow: hidden;
    height: 64px;
    border-radius: 32px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    max-width: 960px;
    background-color: #fff;
}

.faq-page .init-1 form input {
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 20px 36px;
    padding-right: 80px;
    border: none;
    background-color: rgba(0,0,0,0);
}

.faq-page .init-1 form .submit_btn {
    width: 24px;
    height: 24px;
    background-image: url(../images/search-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    right: 32px;
    top: 18px;
}

.faq-page .init-1 .des {
    margin-top: 34px;
    font-size: 16px;
    font-weight: 300;
}

.faq-page .init-2 {
    margin-top: 110px;
}

.faq-page .init-2 .baseBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-page .init-2 .left {
    width: calc(100% - 590px);
    padding-right: 56px;
}

.faq-page .init-2 .left .list {
    margin-top: 44px;
    border: 1px solid #4e4e4e;
}

.faq-page .init-2 .left .list .title {
    padding: 16px 12px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    display: flex;
    cursor: pointer;
}

.faq-page .init-2 .left .list .title .title_1 {
    margin-right: 10px;
    font-weight: 700;
    transition: all .5s;
}

.faq-page .init-2 .left .list .title.active .title_1 {
    color: var(--color)
}

.faq-page .init-2 .left .list .des {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 40px;
    display: none;
}

.faq-page .init-2 .left .list:first-child {
    margin-top: 0;
}

.faq-page .init-2 .left .m-page {
    text-align: left;
}

.faq-page .init-2 .right {
    width: 590px;
    padding: 54px 70px 40px;
    background-color: white;
}

.faq-page .init-2 .right .tip {
    font-size: 36px;
    font-weight: 700;
}

.faq-page .init-2 .right input,
.faq-page .init-2 .right textarea {
    width: 100%;
    margin-top: 22px;
    padding: 14px;
    background-color: #f7f7f7;
    font-size: 16px;
    border: none;
    color: #000;
}

.faq-page .init-2 .right input::placeholder,
.faq-page .init-2 .right textarea::placeholder {
    color: #000;
}

.faq-page .init-2 .right .submit_btn {
    margin-top: 22px;
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.m-page {
    text-align: right;
    margin-top: 80px;
}

.m-page span,.m-page a {
    display: inline-block;
    margin: 7px;
    width: 40px;
    height: 40px;
    color: white;
    background-color: #323232;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    transition: all .5s;
}

.m-page span:hover,.m-page a:hover,.m-page span.current,.m-page a.current {
    background-color: var(--color);
    color: #fff;
}


@media (max-width: 1250px) {
    .faq-page .init-2 .right {
        display: none
    }

    .faq-page .init-2 .left {
        padding-right: 0;
        width: 100%
    }

    .faq-page .init-1 .tip {
      font-size: 30px;
    }

    .faq-page .init-2 {
      margin-top: 60px;
    }
}

@media (max-width: 500px) {

    .faq-page .init-1 .tip {
        font-size: 24px
    }

    .faq-page .init-1 form {
        height: 54px;
        margin-top: 20px
    }

    .faq-page .init-1 form input {
        font-size: 14px;
        padding: 10px 20px
    }

    .faq-page .init-1 form input:first-child {
        padding-right: 32px
    }

    .faq-page .init-1 form .submit_btn {
        height: 18px;
        right: 12px;
        width: 18px
    }

    .faq-page .init-1 .des {
        line-height: 2;
        margin-top: 20px
    }

    .faq-page .init-2 {
        margin-top: 40px
    }

    .faq-page .init-2 .left .list {
        margin-top: 20px
    }

    .faq-page .init-2 .left .list .title {
        font-size: 18px;
        line-height: 32px;
    }

    .faq-page .init-2 .left .list .des {
        padding: 20px 30px;
        line-height: 30px;
    }

    .faq-page .init-2 .left .m-page {
        text-align: center
    }

}
/*news-page*/

.news-page .slideBar-left {
  width: 22%;
  margin-bottom: 75px;
}

.news-page .slideBar-left h3 {
  font-weight: 400;
  font-size: 31px;
  color: #000000;
  line-height: 1.4;
  padding-left: 33px;
  margin-bottom: 60px;
}

.news-page .slideBar-left h3.ac3 {
  margin-top: 105px;
}
.news-page .slideBar-left .slideNav > li {
  margin-bottom: 10px;
}
.news-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: rgba(222, 222, 222, 0.4);
  padding: 22px 40px;
  line-height: 30px;

}

.news-page .slideBar-left .slideNav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
height: 100%;
background: var(--color);
}
.news-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.news-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.news-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.news-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.news-page .slideBar-left .slideNav > li ul li.active a,
.news-page .slideBar-left .slideNav > li ul li:hover a {
  background: var(--color);
  color: white;
}
.news-page .slideBar-left .slideNav > li:hover > a,
.news-page .slideBar-left .slideNav > li.active > a {
  background: var(--color);
  color: white;
}
.news-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.news-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #A7D78E;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  margin-right: 15px;
}
.news-page .slideRight {
  width: 78%;
  padding-left: 49px;
}

.news-page{
  padding: 90px 0;
  background: url(../images/inner-about-bg.jpg);
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap {
  padding: 10px
}

.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 1.8;
    min-height: 5rem;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    min-height: 5rem;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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%);
}
@media screen and (max-width: 1320px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/

.newdet2-page {
    padding: 90px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 1000px){
  .newdet2-page h1{
    font-size: 26px;
  }
}

@media screen and (max-width: 500px){
    .newdet2-page h1{
    font-size: 22px;
    line-height: 40px;
  }
   .newdet2-page{
        padding: 50px 0 10px;
    }
}

.Auxil-related{
   background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
}

.application-page .des{
  max-width: 1100px;
  margin: 0 auto;
}

.application-page ul li{
  margin-bottom: 20px;
}
.application-page ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page ul li .box .title {
  font-weight: 500;
  text-align: center;

  padding: 10px 0;
}
.application-page .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page  .content ul li .box .img img {
  width: 100%;
}

/*contact-page*/

.contact-page {
  background: #f6f6f6;
}
.contact-page .contact-1 .header .i-title{
font-family: 'anton';
}
.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: 230px;
  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;
  line-height: 32px;
}
.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 var(--color);
  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: var(--color);
  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 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .i-title{
  font-family: 'anton';
}
.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;
}


@media (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .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) {
  .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 .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;
  }

  .productPublic .init-5 .container ul li .box .title{
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 500px) {
  .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;
  }
}

.product1-page .init-2 .text span{
 color: var(--color);
 font-weight: bold;
}
.product1-page .init-2 .text li{
  margin-bottom: 0.8em;
}
.product2-page .init-1 ul li{
  margin-bottom: 0.8em
}
.product2-page .init-1 ul li span{
 color: var(--color);
 font-weight: bold;
}
.product2-page .init-2 .top .left{
  line-height: 2;
}
.product2-page .init-2 .top .cont1 span{
  font-style: italic;
  color: var(--color)
}
.product2-page .init-2 .bottom .cont{
  line-height: 2
}
.product2-page .init-3 li .t1{
  text-align: center;
  background: var(--color);
  color: #ffffff;
  padding: 5px 0;
}
.product2-page .init-4 .cont{
  	max-width: 1370px;
    margin: 0 auto;
}

/*seo add*/
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 44px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 40px;
  min-height: 5.2rem;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.font-20{
  line-height: 36px;
}
.font-48{
  line-height: 1.6;
}
.mobile-menu-wrap01 .menu-item{
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 700px){
  .font-20{
    font-size: 16px;
    line-height: 1.8!important;
  }
  .font-16{
    font-size: 16px;
    line-height: 1.8!important;
  }
  .font-30{
    font-size: 20px;
    line-height: 1.8!important;
  }
  .font-18{
    font-size: 18px;
    line-height: 1.8!important;
  }
  .font-24{
    font-size: 18px;
    line-height: 32px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 32px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    line-height: 32px;
  }
  .font-60{
    line-height: 1.8;
  }
  .mt-20{
    font-size: 14px!important;
    line-height: 2!important;
  }
  .product2-page .init-1 ul li{
    font-size: 16px;
    line-height: 30px;
  }
  .seoPublic .Auxil-about .box .right .text{
    font-size: 16px!important;
    line-height: 30px!important;
  }
}
