body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: unset;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
  border:1px solid #ccc;
    width: 100%;
}
table thead th{
  border:1px solid #ccc;
}
table tr td{
  border:1px solid #ccc
}

html {
  overflow-y: scroll;
}

/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}

.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }

  .container .row {
    margin: 0 -15px;
  }

  .container .row>div {
    padding: 0 15px;
  }
}

.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.slick-dots li button {
  display: none;
}

.slick-track {
  margin-left: unset;
}

body {
  background-color: #fff;
  font-family: "Arial", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}

:root {
  scroll-behavior: unset;
}

.online {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .online {
    pointer-events: none;
    top: 60%;
    right: 0;
  }
}

.online ul .rotate {
  transform: rotate(405deg) !important;
}

.online ul .moveIn {
  pointer-events: all !important;
  right: 0px;
  z-index: 999;
}

.online ul li {
  display: block;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  width: max-content;
  height: max-content;
}

@media (max-width: 1199px) {
  .online ul li {
    pointer-events: none;
  }
}

.online ul li:nth-last-of-type(1) {
  transform: rotate(0deg);
  right: 0px;
  z-index: 999;
  display: none;
  pointer-events: all !important;
}

@media (max-width: 1199px) {
  .online ul li:nth-last-of-type(1) {
    display: block;
  }
}

@media (max-width: 1199px) {
  .online ul li {
    position: relative;
    right: -70px;
  }
}

.online ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: rgba(192, 192, 192, 0.6);
  border-radius: 50%;
  margin-bottom: 7px;
  transition: all 0.5s;
  font-size: 14px;
  color: #000;
  position: relative;
}

.online ul li a:hover {
  background-color: #006cb7;
}

.online ul li a:hover svg path {
  fill: #fff;
}

.online ul li a:hover span {
  color: #fff;
}

.online ul li a svg {
  transition: all 0.5s;
}

.online ul li a svg path {
  transition: all 0.3s;
}

.online ul li a span {
  position: absolute;
  top: 7px;
  right: 10px;
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  background-color: #be6c42;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: uppercase;
  border-radius: 50%;
}

.online ul li .detail {
  font-size: 16px;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 10px;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 55px;
  color: #fff;
}

.online ul li .detail img {
  width: 100px;
}

.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}

.box-searchbox .container p {
  width: 100%;
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}

.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  height: 60px;
  width: 90%;
}

.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}

.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}

.fiveKeys {
  z-index: 999;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006cb7;
  display: none;
}

@media (max-width: 1199px) {
  .fiveKeys {
    display: block;
  }
}

.fiveKeys ul {
  display: flex;
  height: 100%;
}

.fiveKeys ul li {
  flex: 20%;
  height: 100%;
  width: 20%;
  position: relative;
}

.fiveKeys ul li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fiveKeys ul li a i {
  display: block;
  font-size: 20px;
}

@media (min-width: 767px) {
  .fiveKeys ul li a i {
    font-size: 22px;
  }
}

.fiveKeys ul li a p {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 767px) {
  .fiveKeys ul li a p {
    font-size: 16px;
  }
}

.fiveKeys ul li .QrcodePic {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
}

.fiveKeys ul li .QrcodePic img {
  width: 100%;
  height: auto;
}

.box-newsdetailMain {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .box-newsdetailMain {
    padding: 30px 0;
  }
}

.box-newsdetailMain .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.box-newsdetailMain .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #000;
}

@media (max-width: 767px) {
  .box-newsdetailMain .title h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.box-newsdetailMain .title .time {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #006cb7;
}

@media (max-width: 767px) {
  .box-newsdetailMain .title .time {
    padding: unset;
    margin-top: 10px;
  }
}

.box-newsdetailMain .title .time svg {
  margin-right: 10px;
  transform: translateY(0px);
}

.box-newsdetailMain .title .time svg path {
  fill: #006cb7;
}

.box-newsdetailMain .title .time p {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .box-newsdetailMain .title .time p {
    font-size: 14px;
  }
}

.box-newsdetailMain .main {
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid #eee;
}

.box-newsdetailMain .main p {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .box-newsdetailMain .main p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.box-newsdetailMain .main img {
  width: 33.33%;
  height: auto;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .box-newsdetailMain .main img {
    width: 100%;
    padding: unset;
    margin-bottom: 15px;
  }

  .box-newsdetailMain .main img:nth-last-of-type(1) {
    margin-bottom: unset;
  }
}

.box-newsdetailMain .realteDetail {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
}

.box-newsdetailMain .realteDetail>div {
  display: flex;
  align-items: center;
}

.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #006cb7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}

.box-newsdetailMain .realteDetail a {
  display: inline-flex;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  align-items: center;
  transition: color 0.3s;
}

@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail a {
    font-size: 14px;
    width: 70.1042vw;
  }
}

.box-newsdetailMain .realteDetail a:hover {
  color: #006cb7;
  text-decoration: underline;
}

.box-newsdetailMain .sharegroup {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.box-newsdetailMain .sharegroup .txt {
  margin-right: 10px;
}

.nosearch {
  padding-bottom: 30px;
}

.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}

.nosearch p {
  padding: 10px;
  background-color: #006cb7;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}

.wrap-sitemap {
  padding-bottom: 40px;
}

.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}

.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #006cb7;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 30px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li {
    min-height: 38px;
    margin-top: 20px;
    padding-left: 0;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  text-transform: capitalize;
  border: 1px solid #666;
  color: #222;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 16px;
    min-width: 140px;
    padding: 4px 10px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
  color: #fff;
  background-color: #006cb7;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul {
  position: relative;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin: 0 -10px;
    margin-top: 10px;
    padding: 0;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 30px;
  color: #222;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 30px;
    min-width: auto;
    padding: 0 10px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
  text-decoration: underline;
  color: #006cb7;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul {
    padding: 0;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
  display: inline-block;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li a {
    font-size: 13px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover a {
  text-decoration: underline;
  color: #006cb7;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul:hover>a {
  text-decoration: underline;
  color: #cd0010;
}

.inquire-page {
  padding-top: 150px;
}

@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 90px;
  }
}

.inquire-page .container {
  border-bottom: 1px dashed #888888;
}

.inquire-page .car-table table {
  width: 100%;
}

.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}

@media (max-width: 767px) {

  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
    width: 17.822695%;
  }
}

.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}

.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}

@media (max-width: 991px) {

  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}

@media (max-width: 767px) {

  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}

.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}

@media (max-width: 991px) {

  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}

.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}

.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: #006cb7;
}

.inquire-page .car-table table thead tr {
  height: 55px;
}

@media (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}

.inquire-page .car-table table thead th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 767px) {
  .inquire-page .car-table table thead th {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .inquire-page .car-table table thead th {
    font-size: 12px;
  }
}

.inquire-page .car-table table thead th:nth-child(1) span {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 0;
  }
}

.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
  text-align: center;
}

.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}

.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}

@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}

.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}

.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}

@media (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}

.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: center;
}

.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: #006cb7;
    color: #fff;
  }
}

.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}

.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg {
  cursor: pointer;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
  transition: all 0.3s;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
  fill: #006cb7;
}

.inquire-page .car-table table .shopping-close {
  display: flex;
  justify-content: center;
}

.inquire-page .detailTit {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .inquire-page .detailTit {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.box_OnlineMessage {
  padding-top: 105px;
  padding-bottom: 105px;
}

@media (max-width: 1199px) {
  .box_OnlineMessage {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .box_OnlineMessage {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .box_OnlineMessage {
    padding: 40px 0;
  }
}

.box_OnlineMessage .box-tit {
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 20px;
  }
}

.box_OnlineMessage .box-tit p {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 80.952% */
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit p {
    font-size: 32px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .box_OnlineMessage .box-tit p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .box_OnlineMessage .box-tit p {
    font-size: 24px;
  }
}

.box_OnlineMessage .formbox {
  width: 100%;
}

.box_OnlineMessage .formbox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_OnlineMessage .formbox .inputGroup {
  width: 49%;
  height: 60px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .box_OnlineMessage .formbox .inputGroup {
    width: 100%;
    height: 45px;
  }
}

.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 31px;
}

.box_OnlineMessage .formbox .inputGroup textarea:focus~label,
.box_OnlineMessage .formbox .inputGroup input:focus~label,
.box_OnlineMessage .formbox .inputGroup textarea:valid~label,
.box_OnlineMessage .formbox .inputGroup input:valid~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  padding: 3px;
  background-color: #fff;
}

.box_OnlineMessage .formbox .inputGroup label {
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box_OnlineMessage .formbox .Message {
  width: 100%;
  height: 244px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .box_OnlineMessage .formbox .Message {
    height: 190px;
  }
}

.box_OnlineMessage .formbox .Message textarea {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 31px;
}

.box_OnlineMessage .formbox .Message label {
  top: 16%;
}

.box_OnlineMessage .formbox .buttonbox {
  display: flex;
  justify-content: center;
  width: 100%;
}

.box_OnlineMessage .formbox .buttonbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #006cb7;
}

@media (max-width: 1199px) {
  .box_OnlineMessage .formbox .buttonbox button {
    width: 100%;
    height: 45px;
  }
}

.box_OnlineMessage .formbox .buttonbox button span {
  color: #fff;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.icon {
  line-height: 1;
}

.icon i {
  line-height: 1;
}

.slick-slide {
  font-size: 0;
  border: unset !important;
}

@media (max-width: 1199px) {
  .fancybox-slide>* {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-slide .item {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .item>a {
  overflow: hidden;
  display: block;
}

.banner .swiper-slide img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 52px;
}

@media (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 5%;
  }
}

.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #006cb7;
}

.banner #video-id_fluid_controls_container {
  display: none;
}

.banner .banner-video-box {
  display: block;
  padding-bottom: 50%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.banner .banner-video-box .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-video-box .fluid_initial_play {
  background-color: #006cb7 !important;
}

.banner .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner .mobile-video {
  display: block;
  position: relative;
}

.banner .mobile-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner .mobile-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e628';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.header .header_top {
  height: 50px;
  background-color: #006cb7;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .header .header_top {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .header .header_top {
    padding: 0 12px;
  }
}

@media (max-width: 1199px) {
  .header .header_top .menu {
    display: none;
  }
}

.header .header_top .menu>ul {
  display: flex;
  align-items: center;
}

.header .header_top .menu>ul>li {
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
}

.header .header_top .menu>ul>li>a span {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  margin-right: 5px;
}

.header .header_top .menu>ul>li>a i {
  color: #fff;
  font-size: 12px;
  transition: all 0.5s;
}

.header .header_top .menu>ul>li .slide {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
}

.header .header_top .menu>ul>li .slide ul li a {
  display: block;
  white-space: nowrap;
  padding: 13px 20px;
  color: #000;
  transition: all 0.5s;
}

.header .header_top .menu>ul>li .slide ul li a:hover {
  background-color: #f1f9ff;
  color: #006cb7;
}

.header .header_top .menu>ul>li:hover>a span,
.header .header_top .menu>ul>li:hover>a i {
  color: #74C2F8;
}

.header .header_top .menu>ul>li:hover .slide {
  opacity: 1;
  pointer-events: initial;
}

.header .header_top .language {
  padding: 5px 20px;
  position: relative;
}

.header .header_top .language .head {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .header_top .language .head span {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.header .header_top .language .head i {
  color: #fff;
  font-size: 12px;
}

.header .header_top .language .slide {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
}

.header .header_top .language .slide ul li a {
  display: block;
  white-space: nowrap;
  padding: 13px 20px;
  color: #000;
  transition: all 0.5s;
}

.header .header_top .language .slide ul li a:hover {
  background-color: #f1f9ff;
  color: #006cb7;
}

.header .header_top .language:hover .slide {
  opacity: 1;
  pointer-events: initial;
}

.header .header_top .jet_auth {
  margin: 2px 2px 2px 2px;
  padding: 3px 5px 3px 5px;
  background-color: #0E82D3;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
}

.header .header_top .jet_auth span {
  color: #fff;
  font-size: 14px;
}

.header .header_top .jet_auth .login {
  padding-right: 5px;
}

.header .header_top .jet_auth .login i {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.header .header_top .jet_auth .register {
  padding-left: 10px;
  position: relative;
}

.header .header_top .jet_auth .register::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: 70px;
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .header .header_bottom {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .header .header_bottom {
    padding: 0 12px;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_l .logo a img {
    height: 60px !important;
  }
}

.header .header_bottom .header_b_r {
  height: inherit;
  display: flex;
  align-items: center;
}

.header .header_bottom .header_b_r .menu {
  height: inherit;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #006cb7;
    display: none;
    overflow-y: auto;
  }
}

.header .header_bottom .header_b_r .menu .menu_list {
  height: inherit;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list {
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    padding: 20px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li {
  height: inherit;
  margin: 0 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    align-items: flex-start;
    padding: 0 2px;
    padding: 5px;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .menutit {
    width: 70%;
    margin-bottom: 20px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .menutit a {
  color: #54595f;
  font-size: 16px;
  margin-right: 5px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .menutit a {
    color: #fff;
    font-size: 22px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .menutit i {
  color: #54595f;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .menutit i {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .switch2,
.header .header_bottom .header_b_r .menu .menu_list>li .switch1 {
  width: 30%;
  display: none;
  cursor: pointer;
}

@media (max-width: 1199px) {

  .header .header_bottom .header_b_r .menu .menu_list>li .switch2,
  .header .header_bottom .header_b_r .menu .menu_list>li .switch1 {
    display: flex;
    justify-content: flex-end;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .switch2>div,
.header .header_bottom .header_b_r .menu .menu_list>li .switch1>div {
  width: 20px;
  height: 20px;
  position: relative;
}

.header .header_bottom .header_b_r .menu .menu_list>li .switch2>div span,
.header .header_bottom .header_b_r .menu .menu_list>li .switch1>div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s;
}

.header .header_bottom .header_b_r .menu .menu_list>li .switch2>div span:last-child,
.header .header_bottom .header_b_r .menu .menu_list>li .switch1>div span:last-child {
  transform: translate(-50%, -50%) rotate(270deg);
}

.header .header_bottom .header_b_r .menu .menu_list>li .switchOn>div span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide {
  min-height: 50vh;
  margin: 0px 0px 0px 0px;
  padding: 2% 2% 2% 2%;
  position: fixed;
  top: 120px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2) !important;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide {
    position: unset;
    padding: unset;
    background: unset !important;
    opacity: 1;
    pointer-events: inherit;
    transition: unset !important;
    backdrop-filter: unset;
    box-shadow: unset;
    min-height: unset;
    box-shadow: unset !important;
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide>.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide>.list li {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide>.list li {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom ul li:not(:last-child) {
  margin-bottom: 3px;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom ul li a {
  display: block;
  width: 100%;
  color: #7a7a7a;
  font-size: 14px;
  transition: all 0.5s;
  border: 2px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 4px 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom ul li a {
    color: #fff !important;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom ul li a:hover {
  color: #000;
  border-color: #0E82D3;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide .bottom ul li a:hover {
    border-color: #fff;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product {
  width: 100%;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product>.list {
  width: 100%;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product>.list>li {
  width: 20%;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product>.list>li {
    width: 100%;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top {
    background: unset !important;
    padding: 3px;
    margin-bottom: 5px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #006cb7;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top::before {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .l {
  width: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .l {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .l img {
  width: 100%;
  height: auto;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r .tit,
.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r .subtit {
  color: #006cb7;
  font-size: 16px;
}

@media (max-width: 1199px) {

  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r .tit,
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r .subtit {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r .subtit {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top:hover {
  background-color: #f1f9ff;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_product .item .top:hover::before {
  opacity: 0;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li {
  width: 25%;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li {
    width: 100%;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  backdrop-filter: blur(20px);
  background-color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top {
    background: unset !important;
    padding: 3px;
    margin-bottom: 5px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #006cb7;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .l {
  width: 72px;
  margin-right: 15px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .l {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .l img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .r .tit,
.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .r .subtit {
  color: #006cb7;
  font-size: 16px;
}

@media (max-width: 1199px) {

  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .r .tit,
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top .r .subtit {
    color: #fff;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top:hover {
  background-color: #f1f9ff;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_application>.list>li .item .top:hover::before {
  opacity: 0;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list>li {
  width: 20%;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list>li {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit {
    display: none;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit a {
  display: flex;
  align-items: center;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit a span {
  font-size: 20px;
  font-weight: bold;
  color: #006cb7;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit a span {
    color: #fff;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit i {
  color: #006cb7;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox>.list .firstTit i {
    color: #fff;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: #FFFFFF75;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top {
    background: unset !important;
    padding: 3px;
    margin-bottom: 5px;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #006cb7;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .l {
  width: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .l img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .r .tit,
.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .r .subtit {
  color: #006cb7;
  font-size: 16px;
}

@media (max-width: 1199px) {

  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .r .tit,
  .header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top .r .subtit {
    color: #fff;
  }
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top:hover {
  background-color: #f1f9ff;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_linkbox .top:hover::before {
  opacity: 0;
}

.header .header_bottom .header_b_r .menu .menu_list>li .slide_special .bottom {
  display: block;
}

.header .header_bottom .header_b_r .menu .menu_list>li:hover .slide {
  opacity: 1;
  pointer-events: initial;
}

.header .header_bottom .header_b_r .search {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .search {
    display: none;
  }
}

.header .header_bottom .header_b_r .search i {
  transition: all 0.5s;
  color: #54595f;
  font-size: 18px;
}

.header .header_bottom .header_b_r .search:hover i {
  color: #006cb7;
}

.header .header_bottom .header_b_r .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
}

@media (max-width: 1199px) {
  .header .header_bottom .header_b_r .mobilenavBTN {
    display: block;
  }
}

.header .header_bottom .header_b_r .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header .header_bottom .header_b_r .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}

.header .header_bottom .header_b_r .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}

.header .header_bottom .header_b_r .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #222;
}

.header .header_bottom .header_b_r .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}

.header .header_bottom .header_b_r .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}

.header .header_bottom .header_b_r .mobilenavBTN .active span:nth-child(2) {
  display: none;
}

main .index_banner {
  margin-top: 120px;
}

@media (max-width: 1199px) {
  main .index_banner {
    margin-top: 100px;
  }
}

main .index_banner .slick_index_banner {
  height: 800px;
  position: relative;
}

@media (max-width: 767px) {
  main .index_banner .slick_index_banner {
    width: 100%;
    height: 30vh;
  }
}

main .index_banner .slick_index_banner .slick-list {
  height: 100%;
}

main .index_banner .slick_index_banner .slick-track {
  height: 100%;
}

main .index_banner .slick_index_banner .slick-track>div {
  height: 100%;
}

main .index_banner .slick_index_banner .slick-track>div>div {
  height: 100%;
}

main .index_banner .slick_index_banner .slick-track>div>div>div {
  height: 100%;
}

main .index_banner .slick_index_banner .item {
  position: relative;
  height: inherit;
  width: 100%;
  height: 100%;
}

main .index_banner .slick_index_banner .item .zzh_ban_imgbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

main .index_banner .slick_index_banner .item .banner_pc_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

main .index_banner .slick_index_banner .item .banner_mobile_img {
  display: none;
}

main .index_banner .slick_index_banner .item .banner_video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .index_banner .slick_index_banner .item .iosPlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 21;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5;
}

main .index_banner .slick_index_banner .item .more {
  position: absolute;
  top: 40%;
  right: 15%;
  z-index: 30;
}

@media (max-width: 1199px) {
  main .index_banner .slick_index_banner .item .more {
    top: unset;
    bottom: 20%;
    right: 10%;
  }
}

main .index_banner .slick_index_banner .item .more a {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  main .index_banner .slick_index_banner .item .more a {
    padding-bottom: 8px;
  }
}

main .index_banner .slick_index_banner .item .more a span {
  font-size: 20px;
  color: #fff;
  margin-right: 30px;
}

@media (max-width: 767px) {
  main .index_banner .slick_index_banner .item .more a span {
    margin-right: 10px;
    font-size: 12px;
  }
}

main .index_banner .slick_index_banner .item .more a i {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  main .index_banner .slick_index_banner .item .more a i {
    font-size: 10px;
  }
}

main .index_banner .slick_index_banner .item .more a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 50%;
  border-radius: 10px;
  height: 2px;
  background-color: #bf0000;
}

main .index_banner .slick_index_banner .item .more a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}

main .index_banner {
  position: relative;
  overflow: hidden;
}

main .index_banner .slick_index_banner {
  position: relative;
}

main .index_banner .slick_index_banner .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

main .index_banner .slick_index_banner .slick-arrow::before {
  content: '';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
}

main .index_banner .slick_index_banner .slick-prev {
  left: 0px;
}

main .index_banner .slick_index_banner .slick-prev::before {
  content: '\e628';
}

main .index_banner .slick_index_banner .slick-next {
  right: 0;
}

main .index_banner .slick_index_banner .slick-next::before {
  content: '\e603';
}

main .index_banner .slick_index_banner .slick-dots {
  position: absolute;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}

main .index_banner .slick_index_banner .slick-dots li {
  width: 20%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

main .index_banner .slick_index_banner .slick-dots li::before {
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 108, 183, 0.3);
  top: 0;
  transition: all 4s;
}

main .index_banner .slick_index_banner .slick-dots .slick-active::before {
  transform: translateX(0);
}

main .index_banner .quick_nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav {
    position: relative;
    width: 100%;
  }
}

main .index_banner .quick_nav ul {
  height: 100%;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav ul {
    display: flex;
    width: 100%;
  }
}

main .index_banner .quick_nav ul li {
  height: 33.333%;
  margin: 1px 0;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav ul li {
    height: 100%;
    width: 100%;
  }
}

main .index_banner .quick_nav ul li .item {
  width: 100%;
  height: 100%;
}

main .index_banner .quick_nav ul li .item:hover .tit {
  display: none;
}

main .index_banner .quick_nav ul li .item a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: flex;
  align-content: flex-end;
  justify-content: center;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav ul li .item a {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {
  main .index_banner .quick_nav ul li .item a {
    padding: 20px 10px;
  }
}

main .index_banner .quick_nav ul li .item .bg {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav ul li .item .bg {
    opacity: 1;
  }
}

main .index_banner .quick_nav ul li .item .bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  main .index_banner .quick_nav ul li .item .bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
  }
}

main .index_banner .quick_nav ul li .item .tit {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: flex-end;
}

main .index_banner .quick_nav ul li .item .tit p,
main .index_banner .quick_nav ul li .item .tit span {
  text-align: center;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 25px;
  color: #fff;
}

@media (max-width: 767px) {

  main .index_banner .quick_nav ul li .item .tit p,
  main .index_banner .quick_nav ul li .item .tit span {
    font-size: 18px;
  }
}

main .index_banner .quick_nav ul li .item:hover .bg {
  opacity: 1;
}

main .index_box {
  padding: 50px 0;
}

main .index_box .head {
  margin-bottom: 30px;
}

main .index_box .head .l .tit {
  color: #0077bf;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

main .index_box .head .l .subtit {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.5em;
  letter-spacing: 0px;
}

main .index_box .head .r .intro p {
  font-size: 16px;
  color: #545454;
}

main .index_box .main .CategoryList {
  display: flex;
}

main .index_box .main .item {
  overflow: hidden;
  border-radius: 30px 0px 30px 0px;
  padding: 0px 0px 20px 30px;
  position: relative;
}

main .index_box .main .item .bg {
  position: absolute;
}

main .index_box {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  main .index_box {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  main .index_box {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  main .index_box {
    padding: 30px 0;
  }
}

main .index_application {
  position: relative;
  overflow: hidden;
  background-image: url(../images/contact-bg-top.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

main .index_application::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 100%;
  background-image: url(../images/home-section02-leftdeco.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

main .index_application::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 100%;
  background-image: url(../images/home-section02-leftdeco.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

main .index_application .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  main .index_application .head {
    margin-bottom: 20px;
  }
}

main .index_application .head .tit {
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .index_application .head .tit {
    font-size: 32px;
  }
}

main .index_application .head .subtit {
  font-size: 32px;
  color: #54595f;
}

@media (max-width: 1199px) {
  main .index_application .head .subtit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

main .index_application .head .intro {
  font-size: 16px;
  color: #54595f;
}

main .index_application .category_box {
  display: flex;
}

@media (max-width: 767px) {
  main .index_application .category_box {
    flex-wrap: wrap;
  }
}

main .index_application .category_box>div {
  width: 50%;
}

@media (max-width: 767px) {
  main .index_application .category_box>div {
    width: 100%;
  }
}

main .index_application .category_box .item {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  padding: 0 0 20px 30px;
  display: flex;
  transition: all 0.5s;
  height: 100%;
}

@media (max-width: 767px) {
  main .index_application .category_box .item {
    padding: 0 0 10px 10px;
    border-radius: 20px;
  }
}

main .index_application .category_box .item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

main .index_application .category_box .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 90;
  pointer-events: none;
  transition: all 0.5s;
}

main .index_application .category_box .item .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  pointer-events: none;
}

main .index_application .category_box .item .info {
  position: relative;
  z-index: 99;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  main .index_application .category_box .item .info {
    margin-bottom: 10px;
  }
}

main .index_application .category_box .item .info .tit {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  main .index_application .category_box .item .info .tit {
    padding-bottom: 10px;
  }
}

main .index_application .category_box .item .info .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #F3BF00;
}

main .index_application .category_box .item .info .icon {
  width: 50px;
  height: auto;
}

main .index_application .category_box .item .info .icon img {
  width: 100%;
}

main .index_application .category_box .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

main .index_application .category_box .item:hover .bg {
  transform: translate(-50%, -40%);
}

main .index_application .category_box .item:hover::before {
  opacity: 0;
}

main .index_application .category_box .item:hover .info {
  transform: translateY(-20px);
}

main .index_application .category_box .l {
  display: flex;
}

main .index_application .category_box .l>div {
  width: 50%;
  margin: 0 5px;
}

main .index_application .category_box .l>div:nth-child(1) .item::before {
  content: '';
  background-color: #2185C9BD;
}

main .index_application .category_box .l>div:nth-child(2) .item::before {
  content: '';
  background-color: #8862BBC9;
}

main .index_application .category_box .l .item {
  height: 480px;
}

@media (max-width: 1199px) {
  main .index_application .category_box .l .item {
    height: 250px;
  }
}

main .index_application .category_box .r {
  height: 480px;
  padding: 0px 5px;
}

@media (max-width: 1199px) {
  main .index_application .category_box .r {
    height: 250px;
    display: flex;
    padding: 0;
  }
}

main .index_application .category_box .r .itembox {
  height: 50%;
  padding: 5px 0;
}

@media (max-width: 1199px) {
  main .index_application .category_box .r .itembox {
    height: 100%;
    margin: 0 5px;
  }
}

@media (max-width: 1199px) {
  main .index_application .category_box .r>div {
    width: 50%;
    padding: 0 5px;
  }
}

main .index_application .category_box .r>div:nth-child(1) .item::before {
  content: '';
  background-color: #2185C9BD;
}

main .index_application .category_box .r>div:nth-child(2) .item::before {
  content: '';
  background-color: #8862BBC9;
}

main .index_product .head .tit {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .index_product .head .tit {
    font-size: 32px;
  }
}

main .index_product .head .subtit {
  text-align: center;
  font-size: 32px;
  color: #54595f;
}

@media (max-width: 1199px) {
  main .index_product .head .subtit {
    font-size: 24px;
  }
}

main .index_product .productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1199px) {
  main .index_product .productList {
    flex-wrap: wrap;
  }
}

main .index_product .productList>div {
  width: 18%;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  main .index_product .productList>div {
    padding: 0 10px;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  main .index_product .productList>div {
    width: 50%;
    padding: 0 40px;
  }
}

main .index_product .productList>div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

main .index_product .productList>div a .pro_pic {
  position: relative;
  width: 180px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  main .index_product .productList>div a .pro_pic {
    width: 100%;
  }
}

@media (max-width: 767px) {
  main .index_product .productList>div a .pro_pic {
    margin-bottom: 10px;
  }
}

main .index_product .productList>div a .pro_pic img {
  width: 100%;
}

main .index_product .productList>div a .pro_pic .normal {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

main .index_product .productList>div a .pro_pic .hover {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

main .index_product .productList>div a .tit p {
  font-size: 22px;
  font-weight: bold;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  main .index_product .productList>div a .tit p {
    font-size: 18px;
  }
}

main .index_product .productList>div a .subtit p {
  font-size: 18px;
  color: #54595f;
}

@media (max-width: 767px) {
  main .index_product .productList>div a .subtit p {
    font-size: 14px;
  }
}

main .index_product .productList>div a:hover .hover {
  opacity: 0;
}

main .index_product .productList>div a:hover .normal {
  opacity: 1;
}

main .index_product .productList>div a:hover .tit p {
  color: #006cb7;
}

main .index_product .productList>div a:hover .subtit p {
  color: #006cb7;
}

main .index_product .video {
  width: 100%;
  margin-bottom: 10px;
}

main .index_product .video video {
  width: 100%;
  height: auto;
}

main .index_product .download {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

@media (max-width: 767px) {
  main .index_product .download {
    padding: 20px 0;
  }
}

main .index_product .download a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(80deg, #1AADF5 0%, #006CB7 100%);
  padding: 15px 40px;
  border-radius: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

main .index_product .download a span {
  margin-right: 20px;
}

main .index_product .download a:hover {
  background-image: linear-gradient(80deg, #7FD5FF 0%, #3A96D6 100%);
}

main .index_product .bottom_pic {
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  main .index_product .bottom_pic {
    margin-top: -10px;
  }
}

main .index_product .bottom_pic img {
  width: 100%;
}

main .index_news {
  background-image: url(../images/index_newsbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

main .index_news .box_news {
  box-shadow: 90px 0px 40px -110px #000;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  main .index_news .box_news {
    padding-right: unset;
    margin-bottom: 30px;
  }
}

main .index_news .more {
  padding-top: 50px;
}

main .index_news .more a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 2px solid #006cb7;
  width: max-content;
}

main .index_news .more a span {
  margin-right: 10px;
  color: #006cb7;
  font-size: 16px;
}

main .index_news .more a i {
  color: #006cb7;
  font-size: 18px;
}

main .index_news .head .tit {
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .index_news .head .tit {
    font-size: 32px;
  }
}

main .index_news .head .subtit {
  font-size: 32px;
  color: #54595f;
}

main .index_news .tabControl {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  main .index_news .tabControl {
    margin-bottom: 20px;
  }
}

main .index_news .tabControl>ul {
  display: flex;
}

main .index_news .tabControl>ul li:not(:last-child) {
  margin-right: 10px;
}

main .index_news .tabControl>ul li .item {
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid #006cb7;
  color: #006cb7;
  font-size: 16px;
}

main .index_news .tabControl>ul li .item:hover {
  background-color: #006cb7;
  color: #fff;
}

main .index_news .tabControl>ul .active .item {
  background-color: #006cb7;
  color: #fff;
}

main .index_news .tabList>ul>li {
  display: none;
}

main .index_news .tabList>ul>li .newsList {
  height: 300px;
  overflow: auto;
}

main .index_news .tabList>ul>li .newsList a .item {
  padding: 15px 0 24px;
  border-bottom: 1px solid #CECECE;
}

main .index_news .tabList>ul>li .newsList a .item .time {
  font-size: 20px;
  color: #006cb7;
  margin-bottom: 10px;
}

main .index_news .tabList>ul>li .newsList a .item .newstit {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

main .index_news .tabList>ul>li .newsList a .item .intro {
  color: #3a3a3a;
  font-size: 15px;
}

main .index_news .tabList>ul .active {
  display: block;
}

main .index_news .box_exhibition {
  padding-left: 80px;
}

@media (max-width: 1199px) {
  main .index_news .box_exhibition {
    padding-left: unset;
  }
}

main .index_news .box_exhibition .slick_indexExhibition {
  position: relative;
}

main .index_news .box_exhibition .slick_indexExhibition .img-box {
  padding-bottom: 50%;
}

main .index_news .box_exhibition .slick_indexExhibition .info {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  main .index_news .box_exhibition .slick_indexExhibition .info {
    padding: 10px;
  }
}

main .index_news .box_exhibition .slick_indexExhibition .info .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  main .index_news .box_exhibition .slick_indexExhibition .info .title {
    font-size: 18px;
  }
}

main .index_news .box_exhibition .slick_indexExhibition .info .time {
  color: #006cb7;
  font-size: 14px;
}

main .index_news .box_exhibition .slick_indexExhibition .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border: 4px;
  background-color: #006cb7;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .index_news .box_exhibition .slick_indexExhibition .slick-arrow::before {
  font-family: "iconfont";
  color: #fff;
  font-size: 16px;
}

main .index_news .box_exhibition .slick_indexExhibition .slick-next {
  left: 0;
}

main .index_news .box_exhibition .slick_indexExhibition .slick-next::before {
  content: '\e628';
}

main .index_news .box_exhibition .slick_indexExhibition .slick-prev {
  right: 0;
}

main .index_news .box_exhibition .slick_indexExhibition .slick-prev::before {
  content: '\e603';
}

main .index_about {
  background-image: url(../images/index_about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  main .index_about {
    background-size: auto 100%;
    background-position: top center;
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  main .index_about {
    padding-top: 0px;
  }
}

main .index_about .top {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  main .index_about .top {
    flex-direction: column;
  }
}

main .index_about .top .left {
  width: 55%;
}

@media (max-width: 1199px) {
  main .index_about .top .left {
    width: 90%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  main .index_about .top .left {
    width: 95%;
  }
}

main .index_about .top .left .img-box {
  padding-bottom: 57.97516714%;
  border-radius: 0px 50px 0px 0px;
}

@media (max-width: 1199px) {
  main .index_about .top .left .img-box {
    border-radius: 50px;
  }
}

main .index_about .top .right {
  width: 45%;
  position: relative;
  z-index: 30;
  box-shadow: 10px 10px 15px 0px rgba(1, 97, 163, 0.43);
  background-color: #fff;
  margin: 0% 0% 0% -5%;
  padding: 60px 50px 40px 60px;
  border-radius: 30px 0px 30px 0px;
}

@media (max-width: 1199px) {
  main .index_about .top .right {
    width: 80%;
    margin: -20% 0 0 0;
  }
}

@media (max-width: 767px) {
  main .index_about .top .right {
    width: 90%;
    padding: 10px 20px;
  }
}

main .index_about .top .right .more {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0;
}

@media (max-width: 767px) {
  main .index_about .top .right .more {
    padding: 20px 0;
    justify-content: center;
  }
}

main .index_about .top .right .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(80deg, #1AADF5 0%, #006CB7 100%);
  padding: 15px 40px;
  border-radius: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

main .index_about .top .right .more a span {
  margin-right: 20px;
}

main .index_about .top .right .more a:hover {
  background-image: linear-gradient(80deg, #7FD5FF 0%, #3A96D6 100%);
}

main .index_about .top .right .tit {
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .index_about .top .right .tit {
    font-size: 32px;
  }
}

main .index_about .top .right .subtit {
  margin-bottom: 20px;
  font-size: 32px;
  color: #54595f;
}

@media (max-width: 1199px) {
  main .index_about .top .right .subtit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

main .index_about .top .right .intro {
  font-size: 16px;
  line-height: 1.8;
  color: #545454;
}

main .index_about .lightpic {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

main .index_about .lightpic img {
  width: 95%;
  height: auto;
  animation: opacity1 2s infinite alternate-reverse;
}

@keyframes opacity1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main .index_investment {
  position: relative;
}

main .index_investment::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/index_invesment_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  main .index_investment::before {
    background-position: top center;
    background-size: auto 100%;
  }
}

main .index_investment .tit {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  main .index_investment .tit {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_investment .tit {
    margin-bottom: 10px;
  }
}

main .index_investment .subtit {
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  main .index_investment .row>div {
    margin-bottom: 20px;
  }
}

main .index_investment .item {
  box-shadow: 0px 10px 20px 0px #0161A3;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

main .index_investment .item .pic .img-box {
  padding-bottom: 44.44444444%;
}

main .index_investment .item .infobox {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
}

@media (max-width: 1199px) {
  main .index_investment .item .infobox {
    min-height: max-content;
  }
}

@media (max-width: 767px) {
  main .index_investment .item .infobox {
    padding: 10px;
  }
}

main .index_investment .item .priceBox .name {
  margin-bottom: 15px;
  font-size: 27px;
  color: #4b4b4b;
}

@media (max-width: 767px) {
  main .index_investment .item .priceBox .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

main .index_investment .item .priceBox .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  main .index_investment .item .priceBox .price {
    margin-bottom: 10px;
  }
}

main .index_investment .item .priceBox .price .l {
  color: #0a0a0a;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  main .index_investment .item .priceBox .price .l {
    font-size: 32px;
  }
}

main .index_investment .item .priceBox .price .l span {
  font-size: 18px;
}

@media (max-width: 767px) {
  main .index_investment .item .priceBox .price .l span {
    font-size: 16px;
  }
}

main .index_investment .item .priceBox .price .r {
  color: #00ab5e;
  font-size: 26px;
  display: flex;
  align-items: center;
}

main .index_investment .item .priceBox .price .r i {
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  main .index_investment .item .priceBox .price .r i {
    font-size: 18px;
  }
}

main .index_investment .item .priceBox .price .red {
  color: red;
}

main .index_investment .item .priceBox .price .red i {
  display: block;
  color: red;
  transform: rotate(180deg);
}

main .index_investment .item .priceBox .time {
  color: #4b4b4b;
  font-size: 17px;
  margin-bottom: 10px;
}

main .index_investment .item .priceBox .high-low-price {
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 10px;
}

main .index_investment .item .priceBox .high-low-price span:not(:last-child) {
  margin-right: 10px;
}

main .index_investment .item .normalbox {
  height: 100%;
}

main .index_investment .item .normalbox .tit {
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  main .index_investment .item .normalbox .tit {
    font-size: 24px;
  }
}

main .index_investment .item .normalbox .subtit {
  text-align: left;
  font-size: 30px;
  color: #000;
}

@media (max-width: 767px) {
  main .index_investment .item .normalbox .subtit {
    font-size: 16px;
  }
}

main .index_investment .item .more a {
  color: #006cb7;
  font-size: 16px;
  border-bottom: 1px solid #006cb7;
  padding: 0 10px;
  display: flex;
  width: max-content;
}

main .index_contact {
  background-image: url(../images/index_contact_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

main .index_contact::before {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background-image: url(../images/index_contact_bottom_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

main .index_contact .head .tit {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .index_contact .head .tit {
    font-size: 32px;
  }
}

main .index_contact .head .subtit {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  color: #54595f;
}

@media (max-width: 767px) {
  main .index_contact .head .subtit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

main .index_contact .head .intro {
  margin: 0 auto;
  width: 980px;
  max-width: 100%;
  color: #54595f;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}

@media (max-width: 767px) {
  main .index_contact .head .intro {
       font-size: 16px;
    line-height: 1.5;
  }
}

main .index_contact .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  main .index_contact .more {
    padding: 0px 0 20px;
    margin-bottom: 10px;
  }
}

main .index_contact .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(80deg, #1AADF5 0%, #006CB7 100%);
  padding: 15px 40px;
  border-radius: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

main .index_contact .more a span {
  margin-right: 20px;
}

main .index_contact .more a:hover {
  background-image: linear-gradient(80deg, #7FD5FF 0%, #3A96D6 100%);
}

main .index_contact .linkbox {
  position: relative;
  z-index: 23;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main .index_contact .linkbox {
    margin-bottom: 50px;
  }
}

main .index_contact .linkbox>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

main .index_contact .linkbox>ul>li {
  padding: 0 40px;
}

@media (max-width: 767px) {
  main .index_contact .linkbox>ul>li {
    padding: 0 20px;
  }
}

main .index_contact .linkbox>ul>li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .index_contact .linkbox>ul>li .item .pic {
  width: 145px;
  position: relative;
  margin-bottom: 10px;
}

main .index_contact .linkbox>ul>li .item .pic img {
  width: 100%;
}

main .index_contact .linkbox>ul>li .item .pic .normal {
  opacity: 1;
  transition: all 0.5s;
}

main .index_contact .linkbox>ul>li .item .pic .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 100%;
  height: auto;
  opacity: 0;
}

main .index_contact .linkbox>ul>li .item:hover .normal {
  opacity: 0;
}

main .index_contact .linkbox>ul>li .item:hover .hover {
  opacity: 1;
}

main .index_contact .linkbox>ul>li .item .tit {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

main .about_companyProfile {
  margin-top: 120px;
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

main .about_companyProfile .head {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 30px;
}

main .about_companyProfile .head img {
  width: 100%;
}

main .ABOUT_head_tit_box .tit {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #006cb7;
}

@media (max-width: 1199px) {
  main .ABOUT_head_tit_box .tit {
    font-size: 32px;
  }
}

main .ABOUT_head_tit_box .subtit {
  text-align: center;
  font-size: 30px;
  color: #54595f;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 8px;
}

main .ABOUT_head_tit_box .subtit::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #F3BF00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

main .ABOUT_head_tit_box .intro {
  width: 1100px;
  max-width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 auto;
  font-size: 16px;
}

main .about_history .about_history_slickbox .slick-slide {
  padding: 0 15px;
  display: flex;
  height: 100%;
}

main .about_history .about_history_slickbox .slick-slide>div {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

main .about_history .about_history_slickbox .slick-bot_box .slick-slide>div {
  align-items: flex-start;
}

main .about_history .about_history_slickbox .slick-list {
  margin: 0 -15px;
}

main .about_history .about_history_slickbox .slick-top_box .item {
  padding: 20px 15px 30px;
  color: #EFEFEF;
  border-radius: 5px;
  background-image: url(../images/about_history_item_bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 15px 30px 15px;
  background-color: #EFEFEF;
  text-align: center;
}

main .about_history .about_history_slickbox .slick-top_box .item .pic {
  width: 100%;
  margin-bottom: 20px;
}

main .about_history .about_history_slickbox .slick-top_box .item .pic img {
  width: 100%;
  height: auto;
}

main .about_history .about_history_slickbox .slick-top_box .item .tit {
  font-size: 14px;
  color: #006CB7;
}

main .about_history .about_history_slickbox .slick-top_box .time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006cb7;
  font-size: 20px;
}

main .about_history .about_history_slickbox .slick-top_box .time span {
  font-size: 30px;
  color: #006cb7;
  text-align: center;
}

footer .footer {
  background-color: #006CB7;
  padding: 60px 0;
  position: relative;
}

footer .footer::before {
  content: '';
  position: absolute;
  top: 0;
  height: 20px;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}

footer .footer .top_menu {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

footer .footer .top_menu>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}

footer .footer .top_menu>ul>li {
  padding: 0 10px;
  /*width: 20%;*/
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  footer .footer .top_menu>ul>li {
    width: 50%;
    margin-bottom: 5px;
  }
}

footer .footer .top_menu>ul>li>.item .tit {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  footer .footer .top_menu>ul>li>.item .tit {
    margin-bottom: 5px;
  }
}

footer .footer .top_menu>ul>li>.item .tit a {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1199px) {
  footer .footer .top_menu>ul>li>.item>ul {
    display: none;
  }
}

footer .footer .top_menu>ul>li>.item>ul>li:not(:last-child) {
  margin-bottom: 5px;
}

footer .footer .top_menu>ul>li>.item>ul>li a {
  color: #fff;
}

footer .footer .top_menu>ul>li>.item>ul>li a i {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

footer .footer .bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  footer .footer .bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
}

footer .footer .bottom .l .t {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .footer .bottom .l .t .logo {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  footer .footer .bottom .l .t .logo {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  footer .footer .bottom .l .t {
    flex-direction: column;
    align-items: flex-start;
  }
}

footer .footer .bottom .l .t .copyright {
  color: #fff;
  font-size: 13px;
}

@media (max-width: 1199px) {
  footer .footer .bottom .l .b {
    margin-bottom: 10px;
  }
}

footer .footer .bottom .l .b a {
  color: #fff;
  font-size: 14px;
}

footer .footer .bottom .r {
  color: #fff;
}

@media (max-width: 1199px) {
  footer .footer .bottom .r {
    width: 100%;
  }
}

footer .footer .bottom .r>ul {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  footer .footer .bottom .r>ul {
    align-items: flex-start;
  }
}

footer .footer .bottom .r>ul>li:not(:first-child) {
  padding-left: 15px;
}

footer .footer .bottom .r>ul>li:not(:last-child) {
  padding-right: 15px;
  position: relative;
}

footer .footer .bottom .r>ul>li:not(:last-child)::before {
  content: '';
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 80%;
}

footer .footer .bottom .r>ul>li a {
  color: #fff;
  font-size: 14px;
}

.box-PrivacyPolicy {
  padding: 50px 0;
}

.box-PrivacyPolicy .box-PrivacyPolicy-tit {
  margin-bottom: 20px;
}

.box-PrivacyPolicy .box-PrivacyPolicy-tit p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.box-PrivacyPolicy .main p,
.box-PrivacyPolicy .main li {
  color: #000;
  font-size: 16px;
}

.box-PrivacyPolicy .main ul,
.box-PrivacyPolicy .main li,
.box-PrivacyPolicy .main ol {
  list-style: initial;
}

.box-PrivacyPolicy .main li {
  margin-left: 1em;
}

.header .header_bottom .header_b_l .logo a img {
  height: 60px !important;
}
.searchnew{
    display: none;
}
.appshow{
    display: none !important;
}
@media (max-width: 767px) {
    main .index_application .category_box .item .info .tit {
    
    font-size: 18px;
  
}

main .ABOUT_head_tit_box .tit {
    font-size: 26px;
    margin-bottom: 5px;
}
main .index_banner .slick_index_banner .slick-dots li {
   
    height: 5px;
   
}

main .index_about .top .right .more a {
   padding: 10px 15px;
}
main .index_about .top .right .subtit {
    font-size: 18px;
    margin-top: 10px;
   
}

main .index_about .top .right .tit {
    font-size: 26px;
}
main .ABOUT_head_tit_box .subtit {
   font-size: 19px;
}
main .index_banner {
    height: 90vw!important;
    
    /* height: calc(100vh - 120px); */
}
main .index_product .head .tit {
 
    font-weight: 600;
}
main .index_application .category_box .l .item {
    height: 200px;
    padding: 10px;
}
main .index_application .category_box .item {
  
    height: 200px !important;

}
main .index_product .download a {
   padding: 10px 25px;
}
main .index_contact .more a {
  
 padding: 10px 15px;
}
main .index_contact .linkbox>ul>li .item .tit {
    font-size: 19px;
}
footer .footer .top_menu>ul>li>.item .tit a {
    font-size: 16px;
    color: #fff;
}
footer .footer {
 padding: 60px 0 50px 0;
}
main .index_contact .linkbox>ul>li .item .pic {
  
    text-align: center;
}
main .index_contact .linkbox>ul>li .item .pic img {
    width: auto;
    height: 50px;
}
main .index_news .head .subtit {
   font-size: 20px;
   
}
main .index_contact .head .tit {
    font-size: 26px;
}
main .index_news .tabList>ul>li .newsList a .item {
  padding: 15px 0;
}
main .index_news .tabList>ul>li .newsList {
    height: 100%;
    overflow: auto;
}
main .index_news .tabList>ul>li .newsList a .item .newstit {
    font-size: 19px;
  
}
main .index_news .box_news {
box-shadow: none;

}
main .index_news .more a span {
 
    font-size: 13px;
}
main .index_product .productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
main .index_news .more {
   padding-top: 10px;
}
main .index_product .productList>div {
    width: 50%;
    padding: 20px;
}
main .index_product .head .subtit {
    font-size: 20px;
}
.fs-5 {
    font-size: 18px!important;
}
main .index_news .head .tit {
    font-size: 28px;
    font-weight: 600;
}
.searchnew{
    background: pink;
    width: 100%;
 
  
    display: block;
}
.searchnew .fromnew {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    z-index: 10;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    justify-content: space-between;
}
.searchnew .fromnew input {
    border-bottom: 2px solid #DADADA;
    padding: 5px 10px;
    font-size: 18px;
    width: 98%;
    margin: 0 6px;
    border-radius: 5px;
    background: #fff;
}
.searchnew .fromnew form{
    width: 98%;
    margin: 0 auto;
}
.searchnew .icon-fa-search:before{
    color: #fff;
}
.newapphead{
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-size: 22px;
}
.newapphead a{
    color: #fff;
}
.header .header_bottom .header_b_l .logo a img {
    height: 60px !important;
    width: auto;
    object-fit: cover;
}
.appshow{
    display: flex !important;
}
/*.searchnew .search {*/
/*    display: block !important;*/
/*}*/
/*.searchnew .search .fromnew {*/
/*    opacity: 1 !important;*/
/*    visibility: visible !important;*/
/*    width: 100%;*/
/*}*/
/*.searchnew .search i{*/
/*    display: none;*/
/*}*/
}
