﻿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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
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;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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%;
}
.pro-details-thumbslick .img-box img{
    position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .slick-list {
    height: auto !important; /* 取消固定高度，让子元素 .img-box 决定高度 */
}
.pic .img-box img,
.itembox .img-box img{
  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;
}
body {
  font-family: 'Oxygen', 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: 57%;
  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;
  }
  .pic .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
  }
  .itembox .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
  }
}
.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: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 7px;
  transition: all 0.5s;
  font-size: 14px;
  color: #000;
}
.online ul li a:hover {
  background-color: #002678;
}
.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 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  transition: all 0.5s;
}
.online ul li .detail {
  font-size: 16px;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 10px;
  line-height: 50px;
  white-space: nowrap;
  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 {
  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 {
  outline: unset;
  border:none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  width: 90%;
  height:50px
}
.box-searchbox .container form input::placeholder {
  color: #fff;
}
.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: #002678;
  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: #002678;
}
@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 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;
  display: flex;
    justify-content: space-between;
}

.pc{
    display: block;
     object-fit: cover;
    object-position: center;
  }
 .wap{
    display: none;
  }

@media (max-width: 767px) {
    .pc{
    display: none;
  }
   .banner .slick-list .img-box {
        height: 400px;
    }
   .wap{
    display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
  }
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
  .banner .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    width: 100%;
    height: 622px;
    object-fit: cover;
  }
}
.box-newsdetailMain .realteDetail > div {
  display: flex;
  align-items: center;
}
.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #002678;
  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: #002678;
  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: #0174ee;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .mobilenavBTN {
    display: flex;
    align-items: center;
  }
}
.mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
.mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
.mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #000;
}
.mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
.mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobilenavBTN .active span:nth-child(2) {
  display: none;
}
.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .header_top {
    height: 60px;
  }

}
.header .header_top::before {
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, #F0F0F0 32.27%, #F0F0F0 67.72%, rgba(255, 255, 255, 0.5) 100%);
}
.header .header_top .logo {
  padding: 11px 0;
}
@media (max-width: 767px) {
  .header .header_top .logo {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .header_top .logo a img {
    width: 90%;
    height: auto;
  }
}
.header .header_top .func {
  display: flex;
}
.header .header_top .func > div {
  margin-left: 10px;
  cursor: pointer;
}
.header .header_top .func > div:hover .icon i {
  transform: rotateY(180deg);
}
.header .header_top .func .language .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #DEE1E8;
  background: #FFF;
}
.header .header_top .func .language .icon i {
  transition: all 0.5s;
  font-size: 30px;
  color: #222;
}
.searchbtn .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #FFF;
  margin-top: 8px;
}
 .searchbtn .icon i {
  transition: all 0.5s;
  font-size: 28px;
  color: #222;
}

.mobilesearchbtn{
  display:none;
}
@media (max-width: 767px) {
  .mobilesearchbtn{
    display:block;

    border: 1px solid #DEE1E8;
  }
  .mobilesearchbtn .icon{
     margin-top: 0px;
     height: 38px;
  }
  .menu .searchbtn{
    display:none;
  }
}
.header .header_top .func .inquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #002678;
  color: #FFF;
  font-family: Oxygen;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header .header_top .func .inquiry a {
    width: 60px;
  }
}
.header .header_top .func .inquiry a .icon {
  margin-right: 7px;
}
.header .header_top .func .inquiry a .icon i {
  transition: all 0.5s;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .header .header_top .func .inquiry a p {
    display: none;
  }
}
.header .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    height: calc(100vh - 120px);
    background-color: #000;
    transition: all 1s;
  }
}
.header .header_bottom .menu > ul {
  display: flex;
  height: 54px;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul {
    height: max-content;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
}
.header .header_bottom .menu > ul > li {
  height: inherit;
  margin-right: 4.0104vw;
  position: relative;
  perspective: 500;
  -webkit-perspective: 500;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li {
    margin-right: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.header .header_bottom .menu > ul > li .switch {
  display: none;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li .switch {
    width: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .header_bottom .menu > ul > li .switch div {
  width: 20px;
  height: 20px;
  position: relative;
}
.header .header_bottom .menu > ul > li .switch div span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.header .header_bottom .menu > ul > li .switch div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .header_bottom .menu > ul > li .switchactive div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(270deg);
  opacity: 0;
}
.header .header_bottom .menu > ul > li .switchactive div span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(180deg);
}
.header .header_bottom .menu > ul > li > a {
  height: inherit;
  display: flex;
  align-items: center;
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li > a {
    color: #fff;
    padding: 5px 0;
    width: 90%;
  }
}
.header .header_bottom .menu > ul > li > a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0%;
  height: 2px;
  background: #002678;
  transition: all 0.5s;
}
.header .header_bottom .menu > ul > li > a:hover {
  color: #002678;
}
.header .header_bottom .menu > ul > li > a:hover::before {
  width: 100%;
}
.header .header_bottom .menu > ul > li ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%) rotateX(-90deg);
  transform-origin: center top;
  opacity: 0;
  width: max-content;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 5px 0;
  transition: all 0.5s ease-in-out;
  max-height: 10px;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li ul {
    transform: unset;
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    opacity: 1;
    background-color: #000;
    display: none;
    transition: unset;
  }
  .header .header_bottom .menu > ul > li ul::before {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
  }
}
.header .header_bottom .menu > ul > li ul li {
  padding: 3px 10px;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li ul li {
    padding: 0 20px;
  }
}
.header .header_bottom .menu > ul > li ul li a {
  display: block;
  font-size: 15px;
  color: #222;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li ul li a {
    color: #fff;
  }
}
.header .header_bottom .menu > ul > li ul li a:hover {
  transform: translateX(5px);
  color: #002678;
}
.header .header_bottom .menu > ul > li:hover ul {
  transform: translateY(100%) translateX(-50%) rotateX(0deg);
  opacity: 1;
  max-height: 500px;
}
@media (max-width: 1199px) {
  .header .header_bottom .menu > ul > li:hover ul {
    transform: unset;
    opacity: 1;
  }
}
.header .header_bottom .menuactive {
  transform: translateX(0%);
}
@media (max-width: 1199px) {
  .header .header_bottom .translate {
    display: none;
  }
}
.banner {
  margin-top: 135px;
  height: 570px;
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}
.banner .slickbanner .img-box {
  padding-bottom: 49.4375%;
}
.banner .slick-list {
  position: relative;


}
.banner .slick-list .item .video-box {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 42.96875%;
}
.banner .slick-list .item .video-box .fluid_video_wrapper {
  position: absolute !important;
}
.banner .slick-list .item .video-box .fluid_video_wrapper video {
  object-fit: cover;
}
.banner .slick-list .img-box {
  position: relative;
   width: 100%;
    height: 571px;
    padding-bottom: 0;
    overflow: hidden;
    display: block;
}
.banner .slick-list .item {
  position: relative;
}
 .Bannertxt {
  z-index: 30;
  position: absolute;
  bottom: 5%;
  left: 14.3438vw;
  width: 80%;
}
 .Bannertxtb {
  z-index: 30;
  position: absolute;
  top: 34%;
  left: 14.3438vw;
  width: 80%;
}
@media (max-width: 1199px) {
  .Bannertxt,.Bannertxtb {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.Bannertxt .tit,.Bannertxtb .tit {
  margin-bottom: 9px;
}
.Bannertxt .tit p,.Bannertxtb .tit p {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 1200;
  line-height: 1.1667;
  /* 166.667% */
}
.Bannertxt .detail,.Bannertxtb .detail {
  width: 70%;
  padding-bottom:15px;
}
.Bannertxt .detail p,.Bannertxtb .detail p {
  color: #FFF;
  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 1700;
  line-height: 1.5;
  /* 150% */
}
@media (max-width: 1199px) {
  .Bannertxt .detail,.Bannertxtb .detail {
    width: 100%;
  }
  .Bannertxt .tit p {
    font-size: 40px;
  }
  .Bannertxt .detail p,.Bannertxtb .detail p {
    font-size: 18px;
  }
}

.banner .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 47px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .banner .slick-dots {
    bottom: 10%;
  }
}
.banner .slick-dots li {
  position: relative;
  margin: 0 17px;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .slick-dots li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots .slick-active {
  opacity: 1;
}
.banner #my-video_fluid_controls_container {
  display: none !important;
}
.index_hotProduct {
  background-color: #F5F5F5;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .index_hotProduct {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .index_hotProduct {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .index_hotProduct {
    padding: 40px 0;
  }
}
.index_hotProduct .box_tit {
  margin-bottom: 43px;
}
@media (max-width: 1199px) {
  .index_hotProduct .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index_hotProduct .box_tit {
    margin-bottom: 25px;
  }
}
.index_hotProduct .box_tit p {
  text-align: center;
  color: #222;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index_hotProduct .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .index_hotProduct .box_tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .index_hotProduct .box_tit p {
    font-size: 24px;
  }
}
.index_hotProduct .slick-hotproduct-box {
  padding: 0 5.6771vw;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item {
  position: relative;
  overflow: hidden;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0%;
  height: 1px;
  background: #002678;
  transition: all 0.5s;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .pic {
  margin-bottom: 18px;
  position: relative;
  transition: all 0.5s;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .pic .addcart {
  z-index: 30;
  position: absolute;
  bottom: 1.2443vw;
  right: 1.2443vw;
  transform: scale(0);
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .pic .addcart {
    transform: scale(1) !important;
  }
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .pic .addcart .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #002678;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .pic .addcart .icon i {
  color: #fff;
  font-size: 22px;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .category p {
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
@media (max-width: 767px) {
  .index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .category p {
    font-size: 14px;
  }
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .productName {
  padding-bottom: 18px;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .productName a {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3889;
  /* 138.889% */
}
@media (max-width: 767px) {
  .index_hotProduct .slick-hotproduct-box .slick-hotproduct .item .productName a {
    font-size: 16px;
  }
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item:hover:after {
  width: 100%;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item:hover .pic {
  background: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item:hover .pic .addcart {
  transform: scale(1);
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .item:hover .productName a {
  color: #002678;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .slick-slide {
  padding: 0 15px;
}
.index_hotProduct .slick-hotproduct-box .slick-hotproduct .slick-list {
  margin: 0 -15px;
}
.index_hotProduct .slick-hotproduct-box .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 57px;
}
@media (max-width: 1199px) {
  .index_hotProduct .slick-hotproduct-box .slick-dots {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .index_hotProduct .slick-hotproduct-box .slick-dots {
    padding-top: 25px;
  }
}
.index_hotProduct .slick-hotproduct-box .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D1D1D1;
  margin: 0 12px;
  transition: all 0.5s;
}
.index_hotProduct .slick-hotproduct-box .slick-dots li button {
  display: none;
}
.index_hotProduct .slick-hotproduct-box .slick-dots .slick-active {
  background-color: #002678;
}
.index_about {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index_about {
    flex-direction: column-reverse;
  }
}
.index_about .pic {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .index_about .pic {
    width: 100%;
  }
}
.index_about .pic img {
  width: 100%;
}
@media (max-width: 767px) {
  .index_about .pic img {
    height: auto;
  }
}
.index_about .pic .videobtn {
  position: absolute;
  bottom: 50%;
  right: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .index_about .pic .videobtn {
    position: absolute;
    bottom: 40%;
    right: 43%;
    cursor: pointer;
  }
}


@keyframes homePlay02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.index_about .pic .videobtn .icon {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .index_about .pic .videobtn .icon {
    width: 40px;
    height: 40px;
  }
}
.index_about .pic .videobtn .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  animation: homePlay02 2.1s linear infinite both;
}
.index_about .pic .videobtn .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}
.index_about .pic .videobtn .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}
.index_about .pic .videobtn .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
  font-size: 54px;
  color: #fff;
}
@media (max-width: 1199px) {
  .index_about .pic .videobtn .icon i {
    font-size: 40px;
  }
}
.index_about .infobox {
  width: 50%;
  padding-left: 93px;
  padding-top: 108px;
}
@media (max-width: 767px) {
  .index_about .infobox {
    width: 100%;
    padding: 30px 12px;
  }
}
.index_about .infobox .founded {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.index_about .infobox .founded p {
  margin-right: 15px;
  color: #002678;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .index_about .infobox .founded p {
    font-size: 18px;
  }
}
.index_about .infobox .founded span {
  width: 50px;
  height: 2px;
  flex-shrink: 0;
  background: #002678;
}
.index_about .infobox .tit {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .index_about .infobox .tit {
    margin-bottom: 20px;
  }
}
.index_about .infobox .tit p {
  width: 50%;
  color: #222;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  /* 125% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index_about .infobox .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .index_about .infobox .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .index_about .infobox .tit p {
    width: 100%;
    font-size: 24px;
  }
}
.index_about .infobox .intro {
  width: 73%;
  margin-bottom: 4.7917vw;
}
@media (max-width: 767px) {
  .index_about .infobox .intro {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index_about .infobox .intro p {
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .index_about .infobox .intro p {
    font-size: 15px;
  }
}
.index_about .infobox .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background: #002678;
  width: 218px;
  height: 55px;
  flex-shrink: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index_about .infobox .more a {
    width: 100%;
    height: 50px;
  }
}
.index_about .infobox .more a span {
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 187.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.index_about .infobox .more a .icon {
  width: 0px;
  height: 21px;
  margin-left: 0px;
  transition: all 0.5s;
  overflow: hidden;
}
.index_about .infobox .more a .icon i {
  font-size: 21px;
  color: #fff;
  line-height: 1;
}
.index_about .infobox .more a:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.index_about .infobox .more a:hover .icon {
  width: 21px;
  margin-left: 6px;
}
.index_numList {
  padding-top: 52px;
  padding-bottom: 47px;
  background: url(../image/index_numListbg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .index_numList {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .index_numList {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .index_numList {
    padding: 40px 0;
  }
}
.index_numList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index_numList ul li {
    margin-bottom: 20px;
    width: 50%;
  }
}
.index_numList ul li .item .num {
  margin-bottom: 28px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.6;
  /* 60% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .index_numList ul li .item .num {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.index_numList ul li .tag p {
  color: #FFF;
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .index_numList ul li .tag p {
    font-size: 16px;
  }
}
.index_advatage {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .index_advatage {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .index_advatage {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .index_advatage {
    padding-top: 40px;
  }
}
.index_advatage .tit {
  margin-bottom: 6px;
}
.index_advatage .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 120% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index_advatage .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .index_advatage .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .index_advatage .tit p {
    font-size: 24px;
  }
}
.index_advatage .subtit {
  margin-bottom: 72px;
}
@media (max-width: 1199px) {
  .index_advatage .subtit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .index_advatage .subtit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .index_advatage .subtit {
    margin-bottom: 20px;
  }
}
.index_advatage .subtit p {
  color: #222;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index_advatage .subtit p {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .index_advatage .subtit p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .index_advatage .subtit p {
    font-size: 20px;
  }
}
.index_advatage .subtit p span {
  color: #002678;
}
.index_advatage .advatageList ul {
  display: flex;
  flex-wrap: wrap;
}
.index_advatage .advatageList ul li {
  width: 50%;
  height: auto;
}
@media (max-width: 1199px) {
  .index_advatage .advatageList ul li {
    width: 100%;
    height: max-content;
  }
}
.index_advatage .advatageList ul li .item {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  height: 100%;
  margin-bottom: 71px;
  perspective: 500;
}
@media (max-width: 1199px) {
  .index_advatage .advatageList ul li .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .index_advatage .advatageList ul li .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .index_advatage .advatageList ul li .item {
    margin-bottom: 24px;
  }
}
.index_advatage .advatageList ul li .item .icon {
  margin-right: 30px;
  transition: all 0.5s;
}
.index_advatage .advatageList ul li .item .icon i {
  font-size: 44px;
  color: #222222;
  line-height: 1;
  transition: all 0.5s;
}
.index_advatage .advatageList ul li .item .icon .icon-fuwu {
  font-size: 50px;
}
.index_advatage .advatageList ul li .item .intro {
  padding-top: 6px;
}
.index_advatage .advatageList ul li .item .intro .introtit {
  margin-bottom: 18px;
}
.index_advatage .advatageList ul li .item .intro .introtit p {
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 120% */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index_advatage .advatageList ul li .item .intro .introtit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index_advatage .advatageList ul li .item .intro .introtit p {
    font-size: 16px;
  }
}
.index_advatage .advatageList ul li .item .intro .introtxt p {
  width: 90%;
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
@media (max-width: 991px) {
  .index_advatage .advatageList ul li .item .intro .introtxt p {
    font-size: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index_advatage .advatageList ul li .item .intro .introtxt p {
    font-size: 14px;
  }
}
.index_advatage .advatageList ul li .item:hover .icon {
  transform: rotateY(180deg);
}
.index_advatage .advatageList ul li .item:hover .icon i {
  color: #002678;
}
.index_advatage .advatageList ul li .item:hover .intro .introtit p {
  color: #002678;
}
.index_news {
  padding-top: 77px;
  padding-bottom: 109px;
}
@media (max-width: 1199px) {
  .index_news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .index_news {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .index_news {
    padding: 40px 0;
  }
}
.index_news .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}
@media (max-width: 1199px) {
  .index_news .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .index_news .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .index_news .tit {
    margin-bottom: 20px;
  }
}
.index_news .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.48;
  /* 48% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index_news .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .index_news .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .index_news .tit p {
    font-size: 24px;
  }
}
.index_news .slick-indexnews-btn {
  display: flex;
}
.index_news .slick-indexnews-btn > div {
  cursor: pointer;
}
.index_news .slick-indexnews-btn .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #002678;
  margin-left: 20px;
  transition: all 0.5s;
}
.index_news .slick-indexnews-btn .icon i {
  color: #002678;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
}
.index_news .slick-indexnews-btn .icon:hover {
  background-color: #002678;
}
.index_news .slick-indexnews-btn .icon:hover i {
  color: #fff;
}
.index_news .slick-indexnews .item .pic {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .item .pic {
    margin-bottom: 18px;
  }
}
.index_news .slick-indexnews .item .pic .img-box {
  padding-bottom: 64.44444444%;
}
.index_news .slick-indexnews .item .pic .maskTime {
  z-index: 30;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 5px 18px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.index_news .slick-indexnews .item .pic .maskTime span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
}
.index_news .slick-indexnews .item .newstit {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .item .newstit {
    margin-bottom: 10px;
  }
}
.index_news .slick-indexnews .item .newstit a {
  display: block;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5556;
  /* 155.556% */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .item .newstit a {
    font-size: 16px;
  }
}
.index_news .slick-indexnews .item .newsintro p {
  color: #666;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625;
  /* 156.25% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .item .newsintro p {
    font-size: 14px;
  }
}
.index_news .slick-indexnews .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.index_news .slick-indexnews .item:hover .pic .maskTime {
  background: #002678;
}
.index_news .slick-indexnews .item:hover .newstit a {
  color: #002678;
  text-decoration: underline;
}
.index_news .slick-indexnews .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .slick-slide {
    padding: 0;
  }
}
.index_news .slick-indexnews .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .index_news .slick-indexnews .slick-list {
    margin: 0;
  }
}
.footer {
  background: #17181A;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .footer {

  }
}
.footer .subscribe {
  padding-top: 59px;
  padding-bottom: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .footer .subscribe {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer .subscribe {
    padding: 20px 0;
    align-items: flex-start;
  }
}
.footer .subscribe::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991px) {
  .footer .subscribe .titbox {
    margin-bottom: 10px;
  }
}
.footer .subscribe .titbox .tit {
  margin-bottom: 21px;
}
.footer .subscribe .titbox .tit p {
  color: #F5F5F5;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 78.125% */
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer .subscribe .titbox .tit p {
    font-size: 24px;
  }
}
.footer .subscribe .titbox .subtit p {
  color: #C3C3C3;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer .subscribe .formbox {
  width: max-content;
}
.footer .subscribe .formbox form {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .subscribe .formbox form {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .subscribe .formbox form input {
  width: 471px;
  height: 50px;
  flex-shrink: 0;
  padding-left: 20px;
  margin-right: 11px;
}
@media (max-width: 991px) {
  .footer .subscribe .formbox form input {
    width: 70%;
  }
}
.footer .subscribe .formbox form input::placeholder {
  color: #666;
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .subscribe .formbox form button {
  width: 139px;
  height: 50px;
  flex-shrink: 0;
  background: #002678;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .footer .subscribe .formbox form button {
    width: 25%;
  }
}
.footer .subscribe .formbox form button span {
  color: #FFF;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
.footer .subscribe .formbox form button .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  color: #fff;
  transition: all 0.8s;
}
.footer .subscribe .formbox form button .icon i {
  font-size: 24px;
}
.footer .subscribe .formbox form button:hover span {
  opacity: 0;
}
.footer .subscribe .formbox form button:hover .icon {
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footerListTit {
  margin-bottom: 33px;
}
.footer .footerListTit p {
  color: #F5F5F5;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
  text-transform: uppercase;
}
.footer .footerList {
  padding-top: 66px;
  padding-bottom: 29px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .footerList {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer .footerList {
    padding: 20px 0;
  }
}
.footer .footerList .contact {
  width: 310px;
}
@media (max-width: 767px) {
  .footer .footerList .contact {
    width: 100%;
  }
}
.footer .footerList .contact .contactinfoItem {
  margin-bottom: 16px;
}
.footer .footerList .contact .contactinfoItem .tag {
  color: #999;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 2.13;
  /* 213.333% */
  text-transform: capitalize;
}
.footer .footerList .contact .contactinfoItem a {
  display: block;
  color: #C3C3C3;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  transition: all 0.5s;
}
.footer .footerList .contact .contactinfoItem a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footerList .product {
  width: 400px;
}
@media (max-width: 767px) {
  .footer .footerList .product {
    width: 100%;
  }
}
.footer .footerList .product .productList {
  display: flex;
}
@media (max-width: 767px) {
  .footer .footerList .product .productList {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.footer .footerList .product .productList > div {
  padding-right: 100px;
}
.footer .footerList .product .productList > div:last-child {
  padding-right: unset;
}
@media (max-width: 767px) {
  .footer .footerList .product .productList > div {
    padding-right: unset !important;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .footerList .product .productList a {
  display: flex;
  align-items: center;
  color: #C3C3C3;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .footer .footerList .product .productList a {
    padding-right: 10px;
  }
}
.footer .footerList .product .productList a span {
  display: block;
  width: 0px;
  height: 1px;
  margin-right: px;
  background-color: #fff;
  transition: all 0.5s;
}
.footer .footerList .product .productList a:hover {
  color: #fff;
}
.footer .footerList .product .productList a:hover span {
  margin-right: 5px;
  width: 5px;
}
.footer .footerList .Follow .mediaList a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footerList .Follow .mediaList a .icon {
  margin-right: 20px;
}
.footer .footerList .Follow .mediaList a .icon i {
  color: #C3C3C3;
  font-size: 20px;
  transition: all 0.5s;
}
.footer .footerList .Follow .mediaList a span {
  color: #C3C3C3;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625;
  /* 156.25% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.footer .footerList .Follow .mediaList a:hover span {
  color: #fff;
}
.footer .footerList .Follow .mediaList a:hover .icon i {
  color: #fff;
}
.footer .copyRight {
  display: flex;
  justify-content: center;
  padding-bottom: 18px;
}
.footer .copyRight p {
  text-align: center;
  color: #787878;
  font-family: Oxygen;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1333;
  /* 213.333% */
  text-transform: capitalize;
}
.footer .copyRight p a {
  color: #787878;
  font-family: Oxygen;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1333;
  /* 213.333% */
  text-transform: capitalize;
  transition: all 0.5s;
  padding: 0 8px;
}
.footer .copyRight p a:hover {
  color: #fff;
}
.insidePageBanner {
  margin-top: 133px;
  position: relative;
}
@media (max-width: 1199px) {
  .insidePageBanner {
    margin-top: 60px;
  }
}
.insidePageBanner .pic {
  width: 100%;
}
.insidePageBanner .pic img {
  width: 100%;
  height: auto;
}
.about_companyprofile {
  padding-top: 91px;
}
@media (max-width: 1199px) {
  .about_companyprofile {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .about_companyprofile {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .about_companyprofile {
    padding-top: 40px;
  }
}
.about_companyprofile .tit {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .about_companyprofile .tit {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .about_companyprofile .tit {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.about_companyprofile .tit::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 43px;
  height: 4px;
  flex-shrink: 0;
  background: #002678;
}
.about_companyprofile .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about_companyprofile .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about_companyprofile .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about_companyprofile .tit p {
    font-size: 24px;
  }
}
.about_companyprofile .detail {
  margin-bottom: 76px;
}
@media (max-width: 1199px) {
  .about_companyprofile .detail {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about_companyprofile .detail {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about_companyprofile .detail {
    margin-bottom: 40px;
  }
}
.about_companyprofile .detail p {
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}
@media (max-width: 991px) {
  .about_companyprofile .detail p {
    font-size: 15px;
    line-height: 1.56;
  }
}
.about_companyprofile .video {
  position: relative;
  height: 613px;
  background: url(xxx) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .about_companyprofile .video {
    height: max-content;
  }
}
.about_companyprofile .video .videobtn {
  cursor: pointer;
  padding-top: 186px;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .videobtn {
    padding-top: 50px;
  }
}
@keyframes homePlay02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.about_companyprofile .video .videobtn .icon {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .videobtn .icon {
    width: 40px;
    height: 40px;
  }
}
.about_companyprofile .video .videobtn .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #002678;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  animation: homePlay02 2.1s linear infinite both;
}
.about_companyprofile .video .videobtn .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}
.about_companyprofile .video .videobtn .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}
.about_companyprofile .video .videobtn .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
  font-size: 54px;
  color: #002678;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .videobtn .icon i {
    font-size: 40px;
  }
}
.about_companyprofile .video .numberList {
  padding-top: 185px;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .numberList {
    padding-top: 50px;
  }
}
.about_companyprofile .video .numberList ul {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 41px 0;
  border-radius: 5px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .numberList ul {
    padding: 20px 0;
  }
}
.about_companyprofile .video .numberList ul li {
  width: 25%;
  padding: 0 71px;
  position: relative;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .numberList ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.about_companyprofile .video .numberList ul li:last-child::before {
  content: unset;
}
.about_companyprofile .video .numberList ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50.52%, rgba(255, 255, 255, 0) 100%);
}
.about_companyprofile .video .numberList ul li .itembox .num {
  margin-bottom: 14px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75;
  /* 75% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .about_companyprofile .video .numberList ul li .itembox .num {
    font-size: 24px;
  }
}
.about_companyprofile .video .numberList ul li .itembox .tag p {
  color: #FFF;
  font-family: Oxygen;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6667;
  /* 166.667% */
  text-transform: capitalize;
}
.about_chooseUs {
  padding-top: 103px;
  padding-bottom: 125px;
}
@media (max-width: 1199px) {
  .about_chooseUs {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about_chooseUs {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .about_chooseUs {
    padding: 40px 0;
  }
}
.about_chooseUs .boxtit {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .about_chooseUs .boxtit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about_chooseUs .boxtit {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about_chooseUs .boxtit {
    margin-bottom: 30px;
  }
}
.about_chooseUs .boxtit .tit p {
  text-align: center;
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.83333;
  /* 83.333% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about_chooseUs .boxtit .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about_chooseUs .boxtit .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about_chooseUs .boxtit .tit p {
    font-size: 24px;
  }
}
.about_chooseUs .boxtit .masktit {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.about_chooseUs .boxtit .masktit p {
  text-align: center;
  color: rgba(0, 38, 120, 0.05);
  font-family: Montserrat;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3;
  /* 30% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about_chooseUs .boxtit .masktit p {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .about_chooseUs .boxtit .masktit p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about_chooseUs .boxtit .masktit p {
    font-size: 30px;
  }
}
.about_chooseUs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  perspective: 500;
}
@media (max-width: 1199px) {
  .about_chooseUs .item {
    margin-bottom: 20px;
  }
}
.about_chooseUs .item .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #002678;
  margin-bottom: 19px;
  transition: all 0.5s;
}
.about_chooseUs .item .icon i {
  font-size: 30px;
  color: #002678;
  transition: all 0.5s;
}
.about_chooseUs .item .tit {
  margin-bottom: 8px;
}
.about_chooseUs .item .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about_chooseUs .item .tit p {
    font-size: 16px;
  }
}
.about_chooseUs .item .intro {
  width: 90%;
}
@media (max-width: 767px) {
  .about_chooseUs .item .intro {
    width: 100%;
  }
}
.about_chooseUs .item .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 767px) {
  .about_chooseUs .item .intro p {
    font-size: 14px;
  }
}
.about_chooseUs .item:hover .icon {
  background-color: #002678;
  transform: rotateY(180deg);
}
.about_chooseUs .item:hover .icon i {
  color: #fff;
}
.about_certificate {
  padding-top: 69px;
  padding-bottom: 69px;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .about_certificate {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about_certificate {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .about_certificate {
    padding: 40px 0;
  }
}
.about_certificate .tit {
  margin-bottom: 59px;
}
@media (max-width: 1199px) {
  .about_certificate .tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about_certificate .tit {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about_certificate .tit {
    margin-bottom: 40px;
  }
}
.about_certificate .tit p {
  text-align: center;
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.83;
  /* 83.333% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about_certificate .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about_certificate .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about_certificate .tit p {
    font-size: 24px;
  }
}
.about_certificate .slick-certificate .item {
  padding: 18px;
  background-color: #fff;
  border: 2px solid #fff;
  transition: all 0.5s;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
}
.about_certificate .slick-certificate .item .pic {
  cursor: pointer;
}
.about_certificate .slick-certificate .item .pic .img-box {
  padding-bottom: 141.37931034%;
}
.about_certificate .slick-certificate .item:hover {
  border-color: #002678;
}
.about_certificate .slick-certificate .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.about_certificate .slick-certificate .slick-slide {
  padding: 0 15px;
  padding-bottom: 46px;
}
.about_certificate .slick-certificate .slick-list {
  margin: 0 -15px;
}
.about_certificate .slick-certificate .slick-dots {
  display: flex;
  justify-content: center;
}
.about_certificate .slick-certificate .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D1D1D1;
  margin: 0 12px;
  transition: all 0.5s;
}
.about_certificate .slick-certificate .slick-dots li button {
  display: none;
}
.about_certificate .slick-certificate .slick-dots .slick-active {
  background-color: #002678;
}
.about_factory {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .about_factory {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about_factory {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .about_factory {
    padding: 40px 0;
  }
}
.about_factory .tit {
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .about_factory .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about_factory .tit {
    margin-bottom: 30px;
  }
}
.about_factory .tit p {
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 83.333% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .about_factory .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about_factory .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about_factory .tit p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about_factory .row {
    margin: 0 -7px;
  }
}
.about_factory .row > div:nth-of-type(n+7) {
  display: none;
}
@media (max-width: 767px) {
  .about_factory .row > div {
    padding: 0 7px;
  }
}
.about_factory .pic {
  cursor: pointer;
  margin-bottom: 30px;
}
.about_factory .pic .img-box {
  padding-bottom: 68.88888889%;
}
.about_factory .pic:hover .img-box img {
  transform: scale(1.1);
}
.about_factory .clickmore {
  display: flex;
  justify-content: center;
  padding-top: 27px;
}
.about_factory .clickmore > div {
  width: 230px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 25px;
  border: 1px solid #002678;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.about_factory .clickmore > div span {
  color: #002678;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 187.5% */
  margin-right: 10px;
}
.about_factory .clickmore > div .icon {
  line-height: 1;
  transition: all 0.5s;
}
.about_factory .clickmore > div .icon i {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.about_factory .clickmore > div:hover .icon {
  transform: rotate(90deg);
}
.categoryList {
  width: 24.82269504%;
}
.categoryList > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.categoryList > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 27px;
  background-color: #002678;
  transition: all 0.5s;
}
.categoryList > ul > li > a:hover, .categoryList > ul > li > a.active, .categoryList > ul > li > a.on {
  background-color: #0656c1;
}
.categoryList > ul > li > a span {
  color: #FFF;
  font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.categoryList > ul > li > a > .switch div, .categoryList > ul > li > a > .switchb div {
  position: relative;
  width: 16px;
  height: 16px;
}
.categoryList > ul > li > a > .switchb div span:nth-child(1) {
  opacity: 0;
}
.categoryList > ul > li > a > .switch div span, .categoryList > ul > li > a > .switchb div span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.categoryList > ul > li > a > .switch div span:nth-child(1), .categoryList > ul > li > a > .switchb div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.categoryList > ul > li ul {
  width: 100%;
  padding: 26px 27px;
  display: none;
}
.categoryList > ul > li ul li {
  padding-bottom: 16px;
}
.categoryList > ul > li ul li:nth-last-of-type(1) {
  padding-bottom: unset;
}
.categoryList > ul > li ul li a {
  display: flex;
  align-items: flex-start;
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
}
.categoryList > ul > li ul li a span {
  margin-top: 10px;
  display: block;
  width: 0px;
  height: 2px;
  background-color: #002678;
  margin-right: 0px;
  transition: all 0.5s;
}
.categoryList > ul > li ul li a:hover {
  color: #002678;
  text-decoration: underline;
}
.categoryList > ul > li ul li a:hover span {
  width: 5px;
  margin-right: 5px;
}
.categoryList > ul .active, .categoryList > ul .on {
  background-color: #002678;
}
.categoryList > ul .active > .switch div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(180deg);
}
.categoryList > ul .active > .switch div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

.box_productCenter {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .box_productCenter {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_productCenter {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_productCenter {
    padding: 40px 0;
  }
}
.box_productCenter .container {
  display: flex;
}
.box_productCenter .productList {
  width: 75.17730496%;
  padding-left: 49px;
}
.box_productCenter .productList2 {
  width: 100%;
  padding: 49px;
  padding-top:0
}
@media (max-width: 1199px) {
  .box_productCenter .productList {
    width: 100%;
    padding-left: unset;
    padding:0
  }
}
@media (max-width: 767px) {
  .box_productCenter .productList .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .box_productCenter .productList .row > div {
    padding: 0 7px;
    width:100%
  }
}
.box_productCenter .productList .item {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .box_productCenter .productList .item {
    margin-bottom: 15px;
  }
}
.box_productCenter .productList .item .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
  transition: all 0.5s;
}
.box_productCenter .productList .item .pic .addcart {
  z-index: 30;
  position: absolute;
  width: 100%;
  background-color: #002678;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  transform: translateY(100%);
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .box_productCenter .productList .item .pic .addcart {
    transform: translateY(0%) !important;
    padding: 5px 0;
  }
}
.box_productCenter .productList .item .pic .addcart span {
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 7px;
}
@media (max-width: 1199px) {
  .box_productCenter .productList .item .pic .addcart span {
    font-size: 14px;
  }
}
.box_productCenter .productList .item .pic .addcart .icon i {
  color: #fff;
  font-size: 18px;
}
.box_productCenter .productList .item .productName {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .box_productCenter .productList .item .productName {
    padding: 0;
  }
}
.box_productCenter .productList .item .productName a {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .box_productCenter .productList .item .productName a {
    font-size: 14px;
  }
}
.box_productCenter .productList .item:hover .pic {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
}
.box_productCenter .productList .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.box_productCenter .productList .item:hover .pic .addcart {
  transform: translateY(0%);
}
.box_productCenter .productList .item:hover .productName a {
  color: #0656c1;
}
.box_productCenter .sorter {
  padding-top: 23px;
}
.box_productCenter .sorter ul {
  justify-content: center;
}
.box_productDetil {
  padding-top: 62px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .box_productDetil {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_productDetil {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_productDetil {
    padding: 40px 0;
  }
}
.box_productDetil .container {
  display: flex;
}
.box_productDetil .productinfobox {
  width: 76.17730496%;
  padding-left: 49px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox {
    width: 100%;
    padding-left: unset;
  }
}
.box_productDetil .productinfobox .prodictItemInfo {
  display: flex;
  margin-bottom: 57px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo {
    flex-wrap: wrap;
  }
}
.box_productDetil .productinfobox .prodictItemInfo .info {
  padding-left: 50px;
  width: 50%;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo .info {
    padding-left: unset;
  }
}
.box_productDetil .productinfobox .prodictItemInfo .info .productName {
  margin-bottom: 16px;
}
.box_productDetil .productinfobox .prodictItemInfo .info .productName p {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.box_productDetil .productinfobox .prodictItemInfo .info .Introduction .tit p {
  color: #002678;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875;
  /* 187.5% */
}
.box_productDetil .productinfobox .prodictItemInfo .info .Introduction .detail {
  margin-bottom: 74px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo .info .Introduction .detail {
    margin-bottom: 30px;
  }
}
.box_productDetil .productinfobox .prodictItemInfo .info .Introduction .detail p {
  color: #000;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo .info .Introduction .detail p {
    font-size: 14px;
  }
}
.box_productDetil .productinfobox .prodictItemInfo .info .share {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px 0;
}
.box_productDetil .productinfobox .prodictItemInfo .info .share p {
  color: #000;
  font-family: Oxygen;
  font-size: 14 px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo .info .btnGroup {
    flex-wrap: wrap;
  }
}

.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div {
  width: 48%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div {
    width: 100%;
    margin-bottom: 5px;
  }
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div::before {
  z-index: 29;
  content: '';
  width: 100%;
  height: inherit;
  background-color: #002678;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div .icon {
  position: relative;
  z-index: 30;
  margin-right: 11px;
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div .icon i {
  color: #fff;
  font-size: 18px;
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div span {
  position: relative;
  z-index: 30;
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
}
.box_productDetil .productinfobox .prodictItemInfo .info .btnGroup > div:hover::before {
  transform: translateY(0%);
}
.box_productDetil .productinfobox .carousel-wrap {
  width: 54.95049505%;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .carousel-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box_productDetil .productinfobox .carousel-wrap > div {
  display: flex;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .carousel-wrap > div {
    flex-wrap: wrap;
  }
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-topslick {
  width: 78.63963964%;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  font-size: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .carousel-wrap .pro-details-topslick {
    width: 100%;
  }
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-topslick .img-box {
  padding-bottom: 104.54545455%;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-topslick .slick-slide {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick {
  width: 22.36036036%;
  padding-left: 11px;
  padding-right: 11px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick {
    width: 100%;
    padding: unset;
  }
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-list {
  margin: -5px 0;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-slide {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  padding: 5px 0;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-slide .item {
  position: relative;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-slide .item .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-slide .item .mask .icon i {
  color: #fff;
  font-size: 42px;
  color: #002678;
}
.box_productDetil .productinfobox .carousel-wrap .pro-details-thumbslick .slick-slide .item .img-box {
  padding-bottom: 104.54545455%;
}
.box_productDetil .productinfobox .box-tit {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .box-tit {
    margin-bottom: 20px;
  }
}
.box_productDetil .productinfobox .box-tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  text-transform: capitalize;
}
.box_productDetil .productinfobox .productdetails {
  padding-bottom: 56px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .productdetails {
    padding-bottom: 30px;
  }
}
.box_productDetil .productinfobox .productdetails .main p {
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .productdetails .main p {
    font-size: 15px;
  }
}
.box_productDetil .productinfobox .productdetails .main img {
  padding-top: 30px;
  max-width: 100%;
  height: auto;
}
.box_productDetil .productinfobox .productdetails .main {
  width: 100%;
  overflow-x: auto;
}

.box_productDetil .productinfobox .Tableparameters {
  padding-bottom: 58px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .Tableparameters {
    padding-bottom: 30px;
  }
}
.box_productDetil .productinfobox .Tableparameters .tablebox  {
  width: 100%;
  background-color: #fff;
  overflow-x: auto;
  padding: 20px;
}.box_productDetil .productinfobox .Tableparameters .tablebox table{
  width: max-content;
}
.box_productDetil .productinfobox .Tableparameters .tablebox table tr th,.box_productDetil .productinfobox .Tableparameters .tablebox table tr td {
  border: 1px solid #999;
  text-align: center;
  font-size: 15px;
  padding: 4px 0;
}
.tablebox img{
  width: 100%;
  padding-bottom:40px
}
.box_productDetil .productinfobox .relatedProduct {
  padding-bottom: 58px;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .relatedProduct {
    padding-bottom: 30px;
  }
}
.box_productDetil .productinfobox .relatedProduct .box-tit {
  display: flex;
  justify-content: space-between;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn {
  display: flex;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn > div {
  cursor: pointer;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #002678;
  margin-left: 20px;
  transition: all 0.5s;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn .icon i {
  color: #002678;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn .icon:hover {
  background-color: #002678;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct-btn .icon:hover i {
  color: #fff;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item {
  margin-bottom: 30px;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
  transition: all 0.5s;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .pic .addcart {
  z-index: 30;
  position: absolute;
  width: 100%;
  background-color: #002678;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  transform: translateY(100%);
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .pic .addcart {
    transform: translateY(0) !important;
  }
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .pic .addcart span {
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 7px;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .pic .addcart .icon i {
  color: #fff;
  font-size: 18px;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .productName {
  padding: 0 10px;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item .productName a {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item:hover .pic {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item:hover .pic .addcart {
  transform: translateY(0%);
}
.box_productDetil .productinfobox .relatedProduct .slick-relatedProduct .item:hover .productName a {
  color: #002678;
}
.box_productDetil .productinfobox .relatedProduct .slick-slide {
  padding: 0 13.5px;
}
@media (max-width: 767px) {
  .box_productDetil .productinfobox .relatedProduct .slick-slide {
    padding: 0;
  }
}
.box_productDetil .productinfobox .relatedProduct .slick-list {
  margin: 0 -13.5px;
}
@media (max-width: 767px) {
  .box_productDetil .productinfobox .relatedProduct .slick-list {
    margin: 0;
  }
}
.inquiryform .formbox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.inquiryform .formbox .productName {
  width: 100%;
  height: 51px;
  margin-bottom: 15px;
}
.inquiryform .formbox .productName input {
  color: #fff;
  padding-left: 19px;
  width: inherit;
  height: inherit;
  background: #002678;
  text-transform: capitalize;
}
.inquiryform .formbox .inputGroup {
  width: 49%;
  height: 51px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .inquiryform .formbox .inputGroup {
    width: 100%;
  }
}
.inquiryform .formbox .inputGroup textarea,
.inquiryform .formbox .inputGroup input {
  width: 100%;
  height: inherit;
  padding-left: 19px;
}
.inquiryform .formbox .Message {
  width: 100%;
  height: 176px;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .inquiryform .formbox .Message {
    height: 130px;
  }
}
.inquiryform .formbox .Message textarea {
  padding: 20px;
}
.inquiryform .formbox .Message label {
  top: 30px;
}
.inquiryform .formbox .buttonbox {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.inquiryform .formbox .buttonbox button {
  width: 176.555px;
  height: 48px;
  flex-shrink: 0;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiryform .formbox .buttonbox button {
    width: 100%;
    height: 40px;
  }
}
.inquiryform .formbox .buttonbox button span {
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .inquiryform .formbox .buttonbox button span {
    font-size: 14px;
  }
}
.inquiryform .formbox .buttonbox button .icon {
  height: 17px;
  overflow: hidden;
  transition: all 0.5s;
  width: 0;
  margin-left: 0;
  transform: scale(0);
}
.inquiryform .formbox .buttonbox button .icon i {
  color: #fff;
  font-size: 17px;
}
.inquiryform .formbox .buttonbox button:hover .icon {
  margin-left: 5px;
  width: 17px;
  transform: scale(1);
}
.crumbs {
  background: #F5F5F5;
  border-bottom: 1px solid #D8D8D8;
}
.crumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.crumbs ul .icon {
  margin-right: 11px;
}
.crumbs ul .icon i {
  font-size: 18px;
  color: #002678;
}
.crumbs ul li a {
  color: #666;
  font-family: Oxygen;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6667;
  /* 166.667% */
  transition: all 0.5s;
}
.crumbs ul li a:hover {
  color: #002678;
}
.crumbs ul li .active {
  color: #002678;
}
.supportNav {
  width: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.supportNav ul {
  display: flex;
  margin: 0 -3.6458vw;
  padding: 14px 0;
}
.supportNav ul li {
  padding: 0 3.6458vw;
  position: relative;
}
.supportNav ul li:last-child::before {
  content: unset;
}
.supportNav ul li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 12px;
  flex-shrink: 0;
  background: #D1D1D1;
}
.supportNav ul li a {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 156.25% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.supportNav ul li a:hover {
  color: #002678;
}
.supportNav ul li .active {
  color: #002678;
}
.support_production {
  padding-top: 85px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .support_production {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_production {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_production {
    padding: 40px 0;
  }
}
.support_production .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .support_production .tit {
    margin-bottom: 15px;
  }
}
.support_production .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  font-variant: small-caps;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_production .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_production .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_production .tit p {
    font-size: 24px;
  }
}
.support_production .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_production .intro {
    margin-bottom: 25px;
  }
}
.support_production .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .support_production .intro p {
    font-size: 15px;
  }
}
.support_production .slick-productionbox {
  position: relative;
}
.support_production .slick-productionbox .slick-production-btn-next,
.support_production .slick-productionbox .slick-production-btn-prev {
  position: absolute;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .support_production .slick-productionbox .slick-production-btn-next,
  .support_production .slick-productionbox .slick-production-btn-prev {
    display: none !important;
  }
}
.support_production .slick-productionbox .slick-production-btn-next .icon,
.support_production .slick-productionbox .slick-production-btn-prev .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #222;
  transition: all 0.5s;
}
.support_production .slick-productionbox .slick-production-btn-next .icon i,
.support_production .slick-productionbox .slick-production-btn-prev .icon i {
  color: #fff;
  font-size: 20px;
}
.support_production .slick-productionbox .slick-production-btn-next .icon:hover,
.support_production .slick-productionbox .slick-production-btn-prev .icon:hover {
  background-color: #002678;
}
.support_production .slick-production-btn-prev {
  left: -87px;
}
.support_production .slick-production-btn-next {
  right: -87px;
}
.support_production .slick-production .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .support_production .slick-production .slick-slide {
    padding: 0;
  }
}
.support_production .slick-production .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .support_production .slick-production .slick-list {
    margin: 0;
  }
}
.support_production .slick-production .pic .img-box {
  padding-bottom: 64.44444444%;
}
.support_quality {
  padding-top: 66px;
  padding-bottom: 35px;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .support_quality {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_quality {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_quality {
    padding: 40px 0;
  }
}
.support_quality .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .support_quality .tit {
    margin-bottom: 15px;
  }
}
.support_quality .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  font-variant: small-caps;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_quality .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_quality .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_quality .tit p {
    font-size: 24px;
  }
}
.support_quality .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_quality .intro {
    margin-bottom: 25px;
  }
}
.support_quality .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
.support_quality .item {
  cursor: pointer;
  margin-bottom: 30px;
}
.support_quality .item .pic .img-box {
  padding-bottom: 64.44444444%;
}
.support_quality .item .picName {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.support_quality .item .picName::before {
  z-index: 20;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: #002678;
  transition: all 0.5s;
}
.support_quality .item .picName p {
  position: relative;
  z-index: 30;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  /* 187.5% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.support_quality .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.support_quality .item:hover .picName::before {
  transform: translateY(50%);
  bottom: 50%;
}
.support_quality .item:hover .picName p {
  color: #fff;
}
.support_Testing {
  padding-top: 85px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .support_Testing {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_Testing {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_Testing {
    padding: 40px 0;
  }
}
.support_Testing .tit {
  margin-bottom: 22px;
}
.support_Testing .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  font-variant: small-caps;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_Testing .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_Testing .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_Testing .tit p {
    font-size: 24px;
  }
}
.support_Testing .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_Testing .intro {
    margin-bottom: 25px;
  }
}
.support_Testing .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .support_Testing .intro p {
    font-size: 15px;
  }
}
.support_Testing .slick-Testingbox {
  position: relative;
}
.support_Testing .slick-Testingbox .slick-Testing-btn-next,
.support_Testing .slick-Testingbox .slick-Testing-btn-prev {
  position: absolute;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .support_Testing .slick-Testingbox .slick-Testing-btn-next,
  .support_Testing .slick-Testingbox .slick-Testing-btn-prev {
    display: none !important;
  }
}
.support_Testing .slick-Testingbox .slick-Testing-btn-next .icon,
.support_Testing .slick-Testingbox .slick-Testing-btn-prev .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #222;
  transition: all 0.5s;
}
.support_Testing .slick-Testingbox .slick-Testing-btn-next .icon i,
.support_Testing .slick-Testingbox .slick-Testing-btn-prev .icon i {
  color: #fff;
  font-size: 20px;
}
.support_Testing .slick-Testingbox .slick-Testing-btn-next .icon:hover,
.support_Testing .slick-Testingbox .slick-Testing-btn-prev .icon:hover {
  background-color: #002678;
}
.support_Testing .slick-Testing-btn-prev {
  left: -87px;
}
.support_Testing .slick-Testing-btn-next {
  right: -87px;
}
.support_Testing .slick-Testing .item {
  cursor: pointer;
}
.support_Testing .slick-Testing .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.support_Testing .slick-Testing .item:hover .tagName p {
  color: #002678;
}
.support_Testing .slick-Testing .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .support_Testing .slick-Testing .slick-slide {
    padding: 0;
  }
}
.support_Testing .slick-Testing .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .support_Testing .slick-Testing .slick-list {
    margin: 0;
  }
}
.support_Testing .slick-Testing .pic .img-box {
  padding-bottom: 64.44444444%;
}
.support_Testing .slick-Testing .tagName {
  margin-top: 17px;
}
.support_Testing .slick-Testing .tagName p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.support_customerGuarantee {
  padding-top: 66px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .support_customerGuarantee {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_customerGuarantee {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_customerGuarantee {
    padding: 40px 0;
  }
}
.support_customerGuarantee .tit {
  margin-bottom: 22px;
}
.support_customerGuarantee .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  font-variant: small-caps;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_customerGuarantee .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_customerGuarantee .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_customerGuarantee .tit p {
    font-size: 24px;
  }
}
.support_customerGuarantee .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_customerGuarantee .intro {
    margin-bottom: 25px;
  }
}
.support_customerGuarantee .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .support_customerGuarantee .intro p {
    font-size: 15px;
  }
}
.support_customerGuarantee .item {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .support_customerGuarantee .item {
    margin-bottom: 15px;
  }
}
.support_customerGuarantee .item .pic {
  margin-bottom: 14px;
}
.support_customerGuarantee .item .pic .img-box {
  padding-bottom: 69.6969697%;
}
.support_customerGuarantee .item .picName p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.support_customerGuarantee .item .info {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
.support_customerGuarantee .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.support_customerGuarantee .item:hover .picName p {
  color: #002678;
  text-decoration: underline;
}
.support_Download {
  padding-top: 85px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .support_Download {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_Download {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_Download {
    padding: 40px 0;
  }
}
.support_Download .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .support_Download .tit {
    margin-bottom: 15px;
  }
}
.support_Download .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_Download .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_Download .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_Download .tit p {
    font-size: 24px;
  }
}
.support_Download .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_Download .intro {
    margin-bottom: 25px;
  }
}
.support_Download .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .support_Download .intro p {
    font-size: 15px;
  }
}
.support_Download .item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .support_Download .item {
    margin-bottom: 15px;
  }
}
.support_Download .item .pic .img-box {
  padding-bottom: 103.03030303%;
}
.support_Download .item .infobox {
  position: relative;
  z-index: 30;
  width: 287px;
  height: 92px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  margin-top: -46px;
  padding: 16px 19px;
  transition: all 0.5s;
}
.support_Download .item .infobox .fileName a {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.support_Download .item .infobox .fileinfo {
  display: flex;
  flex-wrap: wrap;
}
.support_Download .item .infobox .fileinfo > div {
  margin-right: 20px;
}
.support_Download .item .infobox .fileinfo > div p {
  color: #666;
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.support_Download .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.support_Download .item:hover .infobox {
  background-color: #002678;
}
.support_Download .item:hover .infobox .fileName a {
  color: #fff;
  text-decoration: underline;
}
.support_Download .item:hover .infobox .fileinfo > div p {
  color: #fff;
}
.support_Download .sorter {
  padding-top: 30px;
}
.support_Download .sorter ul {
  justify-content: center;
}
.support_Download .sorter ul li a {
  background-color: #F5F5F5;
}
.support_video {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .support_video {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .support_video {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .support_video {
    padding: 40px 0;
  }
}
.support_video .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .support_video .tit {
    margin-bottom: 15px;
  }
}
.support_video .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  font-variant: small-caps;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_video .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .support_video .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .support_video .tit p {
    font-size: 24px;
  }
}
.support_video .intro {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .support_video .intro {
    margin-bottom: 25px;
  }
}
.support_video .intro p {
  color: #222;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .support_video .intro p {
    font-size: 15px;
  }
}
.support_video .item {
  cursor: pointer;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .support_video .item {
    margin-bottom: 20px;
  }
}
.support_video .item .pic {
  position: relative;
}
.support_video .item .pic .img-box {
  padding-bottom: 66.66666667%;
}
.support_video .item .pic .mask {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.support_video .item .pic .mask::before {
  z-index: 29;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.8s;
}
.support_video .item .pic .mask .icon {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004e90;
  width: 42px;
  height: 42px;
}
.support_video .item .pic .mask .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}
.support_video .item .pic .mask .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0.8;
}
.support_video .item .pic .mask .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0.5;
}
.support_video .item .pic .mask .icon i {
  display: block;
  font-size: 42px;
  color: #fff;
}
.support_video .item .videoName {
  width: 100%;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  transition: all 0.5s;
}
.support_video .item .videoName p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  /* 187.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.support_video .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.support_video .item:hover .pic .mask::before {
  transform: translate(-50%, -50%) scale(1);
}
.support_video .item:hover .pic .mask .icon span {
  animation: homePlay02 2.1s linear infinite both;
}
.support_video .item:hover .pic .mask .icon span:nth-child(2) {
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}
.support_video .item:hover .pic .mask .icon span:nth-child(3) {
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}
.support_video .item:hover .videoName {
  background-color: #002678;
}
.support_video .item:hover .videoName p {
  color: #fff;
}
.support_video .sorter {
  padding-top: 30px;
}
.support_video .sorter ul {
  justify-content: center;
}
.support_video .sorter ul li a {
  background-color: #F5F5F5;
}
.sorter ul {
  display: flex;
}
.sorter ul li {
  padding: 0 6.5px;
}
.sorter ul li .active {
  background-color: #002678 !important;
  color: #fff !important;
}
.sorter ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  transition: all 0.5s;
}
.sorter ul li a:hover {
  background-color: #002678;
  color: #fff;
}
.box_customization {
  padding-top: 100px;

}
@media (max-width: 1199px) {
  .box_customization {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_customization {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_customization {
    padding: 40px 0;
  }
}
.box_customization .mainbox {
  display: flex;
  padding-bottom: 30px;
}
.box_customization .mainbox .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .pic {
    display: none;
  }
}
.box_customization .mainbox .pic img {
  width: 100%;
  height: auto;
}
.box_customization .mainbox .infobox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 89px;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox {
    width: 100%;
    padding-left: unset;
  }
}
.box_customization .mainbox .infobox .tit {
  padding-bottom: 39px;
  position: relative;
  margin-bottom: 29px;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox .tit {
    padding-bottom: 29px;
    margin-bottom: 19px;
  }
}
.box_customization .mainbox .infobox .tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 38px;
  height: 4px;
  flex-shrink: 0;
  background: #002678;
}
.box_customization .mainbox .infobox .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox .tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .box_customization .mainbox .infobox .tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .box_customization .mainbox .infobox .tit p {
    font-size: 24px;
  }
}
.box_customization .mainbox .infobox .detail {
  margin-bottom: 112px;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox .detail {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox .detail {
    margin-bottom: 30px;
  }
}
.box_customization .mainbox .infobox .detail p {
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .box_customization .mainbox .infobox .detail p {
    font-size: 15px;
  }
}
.box_customization .mainbox .infobox .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  flex-shrink: 0;
  background: #002678;
}
@media (max-width: 1199px) {
  .box_customization .mainbox .infobox .more a {
    width: 100%;
    height: 40px;
  }
}
.box_customization .mainbox .infobox .more a span {
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  text-transform: capitalize;
}
.box_customization .mainbox .infobox .more a .icon {
  width: 0px;
  margin-left: 0px;
  height: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
.box_customization .mainbox .infobox .more a .icon i {
  color: #fff;
  font-size: 20px;
}
.box_customization .mainbox .infobox .more a:hover .icon {
  width: 20px;
  margin-left: 6px;
}
.box_customization .picList .pic {
  cursor: pointer;
}
@media (max-width: 991px) {
  .box_customization .picList .pic {
    margin-bottom: 30px;
  }
}
.box_customization .picList .pic .img-box {
  padding-bottom: 64.44444444%;
}
.box_customization .picList .pic:hover img {
  transform: scale(1.1);
}
.box_news {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .box_news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_news {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_news {
    padding: 40px 0;
  }
}
.box_news ul li:nth-child(2n) .item {
  flex-direction: row-reverse;
}
.box_news ul li:nth-child(2n) .item .newsinfo {
  padding-left: 70px;
}
.box_news ul li:nth-child(2n) .item .newsinfo::before {
  right: unset;
  left: 0;
}
.box_news ul li .item {
  display: flex;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .box_news ul li .item {
    flex-direction: column !important;
  }
}
.box_news ul li .item .pic {
  width: 59.57446809%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .box_news ul li .item .pic {
    width: 100%;
  }
}
.box_news ul li .item .pic .img-box {
  padding-bottom: 65.47619048%;
}
.box_news ul li .item .newsinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 3.6458vw;
}
@media (max-width: 767px) {
  .box_news ul li .item .newsinfo {
    padding: unset !important;
  }
}
.box_news ul li .item .newsinfo::before {
  z-index: 30;
  content: '';
  width: 110%;
  height: 90%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .box_news ul li .item .newsinfo::before {
    content: unset;
  }
}
.box_news ul li .item .newsinfo .time {
  position: relative;
  z-index: 40;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.box_news ul li .item .newsinfo .time span {
  display: block;
  width: 34px;
  height: 3px;
  flex-shrink: 0;
  background: #002678;
  margin-right: 9px;
}
.box_news ul li .item .newsinfo .time p {
  color: #222;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
@media (max-width: 991px) {
  .box_news ul li .item .newsinfo .time p {
    font-size: 15px;
  }
}
.box_news ul li .item .newsinfo .tit {
  margin-bottom: 23px;
  position: relative;
  z-index: 40;
}
@media (max-width: 991px) {
  .box_news ul li .item .newsinfo .tit {
    margin-bottom: 15px;
  }
}
.box_news ul li .item .newsinfo .tit a {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .box_news ul li .item .newsinfo .tit a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .box_news ul li .item .newsinfo .tit a {
    font-size: 16px;
  }
}
.box_news ul li .item .newsinfo .intro {
  margin-bottom: 6.3542vw;
  position: relative;
  z-index: 40;
}
@media (max-width: 991px) {
  .box_news ul li .item .newsinfo .intro {
    margin-bottom: 15px;
  }
}
.box_news ul li .item .newsinfo .intro p {
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .box_news ul li .item .newsinfo .intro p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.box_news ul li .item .newsinfo .more {
  position: relative;
  z-index: 40;
}
.box_news ul li .item .newsinfo .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 70px;
  background: #222;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .box_news ul li .item .newsinfo .more a {
    width: 180px;
    height: 40px;
  }
}
.box_news ul li .item .newsinfo .more a span {
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  text-transform: capitalize;
}
.box_news ul li .item .newsinfo .more a .icon {
  width: 0;
  margin-left: 0;
  height: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
.box_news ul li .item .newsinfo .more a .icon i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.box_news ul li .item .newsinfo .more a:hover {
  background-color: #002678;
}
.box_news ul li .item .newsinfo .more a:hover .icon {
  width: 20px;
  margin-left: 10px;
}
.box_news ul li .item .newsinfo:hover::before {
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.08);
}
.box_news ul li .item .newsinfo:hover .tit a {
  color: #002678;
  text-decoration: underline;
}
.box_news .sorter {
  padding-top: 14px;
}
.box_news .sorter ul {
  justify-content: center;
}
.box_contact {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .box_contact {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_contact {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_contact {
    padding: 40px 0;
  }
}
.box_contact .box-tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .box_contact .box-tit {
    margin-bottom: 20px;
  }
}
.box_contact .box-tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
  /* 69.444% */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .box_contact .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .box_contact .box-tit p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .box_contact .box-tit p {
    font-size: 24px;
  }
}
.box_contact .contactinfo .infoList .item {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .box_contact .contactinfo .infoList .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .box_contact .contactinfo .infoList .item {
    margin-bottom: 20px;
  }
}
.box_contact .contactinfo .infoList .item .icon {
  width: 8%;
  align-items: flex-start;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 2px;
}
.box_contact .contactinfo .infoList .item .icon i {
  color: #002678;
  font-size: 22px;
}
.box_contact .contactinfo .infoList .item .icon .icon-gongsi {
  font-size: 24px;
}
.box_contact .contactinfo .infoList .item .icon .icon-youxiang1 {
  font-size: 16px;
}
.box_contact .contactinfo .infoList .item .icon .icon-daohangdizhi {
  font-size: 20px;
}
.box_contact .contactinfo .infoList .item .infobox {
  width: 90%;
}
.box_contact .contactinfo .infoList .item .infobox .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 200% */
  text-transform: capitalize;
  transition: all 0.5s;
}
.box_contact .contactinfo .infoList .item .infobox a {
  width: 86%;
  display: block;
  color: #222;
  font-family: Oxygen;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.778;
  /* 177.778% */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .box_contact .contactinfo .infoList .item .infobox a {
    font-size: 14px;
  }
}
.box_contact .contactinfo .infoList .item .infobox a:hover {
  color: #002678;
  text-decoration: underline;
}
.box_contact .contactinfo .infoList .item:hover .infobox .tit p {
  color: #002678;
}
.box_contact .onlineMessage {
  padding-left: 60px;
}
.box_contact .onlineMessage .box-tit {
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .box_contact .onlineMessage {
    padding-left: unset;
  }
}
.box_contact .onlineMessage .subtit {
  margin-bottom: 37px;
}
@media (max-width: 1199px) {
  .box_contact .onlineMessage .subtit {
    margin-bottom: 15px;
  }
}
.box_contact .onlineMessage .subtit p {
  color: #666;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 1199px) {
  .box_contact .onlineMessage .subtit p {
    font-size: 14px;
  }
}
.box_contact .onlineMessage .formbox form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.box_contact .onlineMessage .formbox form .inputGroup {
  width: 48%;
  height: 52px;
  background: #F5F5F5;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .box_contact .onlineMessage .formbox form .inputGroup {
    width: 100%;
    height: 45px;
  }
}
.box_contact .onlineMessage .formbox form .inputGroup textarea,
.box_contact .onlineMessage .formbox form .inputGroup input {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
}
.inputGroup textarea:focus ~ label,
.inputGroup textarea:not(:placeholder-shown) ~ label,
.inputGroup input:focus ~ label,
.inputGroup input:not(:placeholder-shown) ~ label {
  top: 0px;
  display: none;
  transform: translateY(-50%) scale(0.9);
}
.inputGroup label {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-family: Oxygen;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.666;
  /* 166.667% */
}
.box_contact .onlineMessage .formbox form .Message {
  width: 100%;
  height: 176px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .box_contact .onlineMessage .formbox form .Message {
    height: 140px;
  }
}
.box_contact .onlineMessage .formbox form .Message textarea {
  padding: 20px;
}
.box_contact .onlineMessage .formbox form .Message label {
  top: 30px;
}
.box_contact .onlineMessage .formbox form button {
  width: 156px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002678;
}
@media (max-width: 991px) {
  .box_contact .onlineMessage .formbox form button {
    width: 100%;
    height: 45px;
  }
}
.box_contact .onlineMessage .formbox form button span {
  color: #F5F5F5;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  text-transform: uppercase;
}
.box_contact .onlineMessage .formbox form button .icon {
  width: 0px;
  height: 20px;
  margin-left: 0px;
  transition: all 0.5s;
  overflow: hidden;
}
.box_contact .onlineMessage .formbox form button .icon i {
  color: #fff;
  font-size: 17px;
}
.box_contact .onlineMessage .formbox form button:hover .icon {
  width: 20px;
  margin-left: 3px;
}
.box_map .map-content {
  height: 425px;
}
.xs-nav {
  display: none;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .xs-nav {
    display: none;
  }
}
.xs-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-nav ul li {
  padding-right: 10px;
}
.xs-nav ul li a {
  font-size: 16px;
  color: #222;
  transition: all 0.5s;
  font-weight: bold;
}
.xs-nav ul li a:hover {
  color: #002678;
}
.xs-nav ul li .active {
  color: #002678;
}
.wrap-sitemap {
  padding-bottom: 40px;
}
.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}
.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #222;
  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 #eaeaea;
}
@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: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul {
  position: relative;
  padding: 10px 0;
}

.btn_contact{
  width:auto;
}
.contact_img{
  width:auto
}
@media (max-width: 767px) {
  .btn_contact{
    width:40%;

  }
  .contact_img{
    width:30%
  }
  .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;
}
@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: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul:hover > a {
  text-decoration: underline;
  color: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li {
  display: inline-block;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
    font-size: 13px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li:hover a {
  text-decoration: underline;
  color: #002678;
}
.inquire-page {
  padding-top: 50px;
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 20px;
  }
}
.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: #002678;
}
.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: #002678;
    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: #002678;
}
.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;
  }
}
.inquire-page .detailMessage {
  margin-bottom: 60px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .inquire-page .detailMessage {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.inquire-page .detailMessage form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquire-page .detailMessage form .productName {
  width: 100% !important;
  background-color: #fff !important;
  border: unset !important;
}
.inquire-page .detailMessage form input,
.inquire-page .detailMessage form textarea {
  width: 24.5%;
  height: 50px;
  font-size: 16px;
  color: #444444;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #999999;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .inquire-page .detailMessage form input,
  .inquire-page .detailMessage form textarea {
    width: 100%;
    height: 40px;
  }
}
.inquire-page .detailMessage form input::placeholder,
.inquire-page .detailMessage form textarea::placeholder {
  transition: all 0.3s;
}
.inquire-page .detailMessage form input:focus,
.inquire-page .detailMessage form textarea:focus,
.inquire-page .detailMessage form input:valid,
.inquire-page .detailMessage form textarea:valid {
  border-color: #008b22;
}
.inquire-page .detailMessage form input:focus::placeholder,
.inquire-page .detailMessage form textarea:focus::placeholder,
.inquire-page .detailMessage form input:valid::placeholder,
.inquire-page .detailMessage form textarea:valid::placeholder {
  opacity: 0.5;
}
.inquire-page .detailMessage form textarea {
  padding-top: 16px;
  width: 100%;
  height: 200px;
}
.inquire-page .detailMessage form button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #75c01d;
}
.inquire-page .detailMessage form button svg {
  margin-left: 9px;
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.inquire-page .detailMessage form button:hover svg {
  animation: flay infinite 1s alternate;
}
.inquire-page .shopping-close {
  display: flex;
  justify-content: center;
}
.Cartinquire {
  background-color: #f5f5f5;
  padding-bottom: 50px;
}
.Cartinquire .box-tit p {
  font-size: 24px;
  color: #222;
  padding: 20px 0;
  font-family: 'Oxygen';
}
.nosearch {
  padding-bottom: 30px;
}
.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}
.nosearch p {
  padding: 10px;
  background-color: #002678;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}



.common-main{
	max-width: 1920px;
	padding-bottom:0 ;
    position: relative
}

.common-main>.l-wrap {
    padding: 60px 15px 0
}

.l-wrap, section .container {
    max-width: 1500px;
}
.l-wrap {
    max-width: 1440px;
    margin: 0px auto;
}

@media (max-width:560px){
.l-wrap,section .container{max-width:1500px}
}
@media (max-width:1700px){
.l-wrap,.wmkc-me-content,.wmkc-about-content,.wmkc-logo-content,.wmkc-stand-content,.wmkc-pro-bor,.wmkc-ques-content,section .container{max-width:1300px}
}
@media (max-width:1500px){.l-wrap,section .container{max-width:1200px}}

.news-list {
    display: flex;
    flex-wrap: wrap
}

.news-list li {
    position: relative;
    margin-bottom: 30px
}

.news-list li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #00479d;
    transition: all .2s linear
}

.news-list li:hover::after {
    height: 2px
}

.news-list li:hover .news-img img {
    transform: scale(1.1)
}

.news-list li .news-img {
    width: 100%
}

.news-list li .news-img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news-list li .news-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2 linear
}

.news-list li .news-info {
    padding: 10px 10px 20px
}

.news-list li .news-info .title {
    color:#111;
    font-size: 18px;
    font-weight:700
}

.news-list li .news-info .date {
    font-size: 14px;
    color:#00479d;
    padding: 10px 0px
}

.news-list li .news-info .text {
    color:#555555;
    font-size: 14px
}

.news-list.list0 li {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding: 15px
}

.news-list.list0 li .news-img {
    width: 200px
}

.news-list.list0 li .news-info {
    flex: 1;
    padding-left: 30px
}

.news-list.list1 li {
    width: 32%;
    margin-right: 2%
}

.news-list.list1 li:nth-child(3n) {
    margin-right: 0px
}

.news-list.list1 li .pro-info .icon {
    opacity: 1
}

.common-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px

}

.common-page a,.common-page span {
    min-width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fontcolor);
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    transition: all .1s linear
}

.common-page .ctxt,.common-page a:hover {
    color: #DFDFDF;
    background: var(--color);
    border-color: var(--color)
}


.page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.page-container .page-main {
    flex: 1;
    padding-right: 60px;
    width: calc(100% - 400px)
}

@media (min-width:1025px){.page-container{flex-direction:row-reverse;flex-wrap:nowrap}
.page-container .page-main{padding-right:0;padding-left:60px;flex:inherit;width:calc(100% - 320px)}}

@media (min-width:1025px){.sidebar{width:320px}}

@media(max-width:1024px){
  .page-container .page-main {
    flex: 1;
    padding-right: 0px;
}
.news-list.list0 li .news-img {
    width: 100px
}
}

.line3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}
.sidebar-item {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 15px;
    margin-bottom: 30px
}

.sidebar-item .sub-menu {
    padding-left: 10px
}

.sidebar-item .sidebar-title {
    font-size: 24px;
    font-weight:500px;
    color:#111;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px
}

.sidebar-item .sidebar-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background:#00479d
}

.sidebar-item .search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px
}

.sidebar-item .search-input input {
    background: #F9F9F9;
    flex: 1;
    height: 100%;
    padding: 0px 10px;
    border: 1px solid #F9F9F9;
    transition: all .2s linear
}

.sidebar-item .search-input input:focus {
    border-color: #00479d
}

.sidebar-item .search-input .search-btn {
    width: 90px;
    height: 100%;
    background:#00479d;
    color: #F8F8F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s linear
}

.sidebar-item .search-input .search-btn:hover {
    opacity: .9
}

.sidebar-item.latest-news ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.sidebar-item.latest-news ul li a:nth-child(1) {
    width: 120px;
    height: auto;
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid #EEEEEE
}

.sidebar-item.latest-news ul li a:nth-child(1) img {
    width: 100%;
    height: 100%;
    transition: all .1s linear;
    object-fit: cover
}

.sidebar-item.latest-news ul li a:nth-child(2) {
    flex: 1;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    line-height: 26px
}

.sidebar-item.latest-news ul li:hover img {
    transform: scale(1.05)
}

.sidebar-item.latest-news ul li:hover a {
    color: #00479d
}



.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.column {
    flex-direction: column;
}
.product .video {
  flex: 1;
}
.product .video .down{
    width: auto;
}
.product .video .seach {
  gap: 0.2rem;
  align-items: stretch;
  margin-bottom: 0.6rem;
}
.product .video .seach .input {
  border: 1px solid #BCBDC0;
  border-radius: 0.1rem;
  overflow: hidden;
  flex: 1;
}
.product .video .seach .input span {
  padding: 0 0.2rem;
  font-family: Medium;
  line-height: 1;
  border-right: 1px solid #D9E3EF;
}
.product .video .seach .input input {
  margin: 0 0.2rem;
  flex: 1;
}
.product .video .seach .input input::placeholder {
  color: #CDCDCD;
}
.product .video .seach .gobtn {
  height: 0.6rem;
  width: 1.4rem;
  background: var(--themeColor1);
  border-radius: 0.1rem;
  color: #fff;
  gap: 0.1rem;
}
.product .video .seach .gobtn span {
  font-family: Medium;
}
.product .video .videolist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:2rem
}
.product .video .videolist .videoitem {
  gap: 0.2rem;
  justify-content: flex-start;
}
.product .video .videolist .videoitem:hover .img::before {
  background: rgba(0, 0, 0, 0.2);
}
.product .video .videolist .videoitem:hover .image {
  scale: 1.1;
}
.product .video .videolist .videoitem:hover h2 {
  color: var(--themeColor);
}
.product .video .videolist .videoitem .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/1.2;
}
.product .video .videolist .videoitem .img::before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
  pointer-events: none;
}
.product .video .videolist .videoitem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.product .video .videolist .videoitem .img .btn {
  position: absolute;
  z-index: 12;
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0532B;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .video .videolist .videoitem h2{
  line-height: 1;
  color: #727171;
  font-size:16px;
}
.product .video .videolist .videoitem p {
  line-height: 1.5;
  color: #727171;
  font-size:14px;
}
.product .video .videolist .videoitem h2 {
  color: #333;
  font-family: Medium;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product .video .textlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.product .video .textlist .textitem {
  height: 1rem;
  padding: 0 0.25rem;
  padding-right: 0;
  color: var(--themeColor1);
  background: #FBFBFB;
  border: 1px solid #BCBDC0;
  border-radius: 0.1rem;
  transition: 0.3s;
}
.product .video .textlist .textitem:hover {
  color: var(--themeColor);
}
.product .video .textlist .textitem .pdf {
  gap: 0.2rem;
}
.product .video .textlist .textitem .pdf span {
  color: var(--themeColor1);
  font-family: Medium;
}
.product .video .textlist .textitem .down {
  padding: 0 0.35rem;
  position: relative;
}
.product .video .textlist .textitem .down::before {
  content: "";
  height: 0.25rem;
  width: 1px;
  background: #bcbdc0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.fs-20 {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
   .product .video .seach .gobtn {
    height: 1rem;
    width: 1rem;
  }
  .product .video .seach .gobtn span {
    display: none;
  }
  .product .video .videolist {
    grid-template-columns: 1fr;
  }
  .product .video .textlist {
    grid-template-columns: 1fr;
  }
  .product .video .textlist .textitem {
    height: auto;
  }
  .product .video .textlist .textitem .down {
    display: block;
    flex-shrink: 0;
  }
  .product .video .textlist .textitem .pdf {
    flex: 1;
  }
  .product .video .textlist .textitem .pdf .iconfont {
    flex-shrink: 0;
  }
  .product .video .textlist .textitem .pdf span {
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}


.video-delog {
  display: none;
}
.video-box{
  max-width:800px;
      margin: auto;
    overflow: hidden;
}
@media screen and (max-width: 765px) {
  .video-box{
    max-width:100%;
  }
}
.video-delog .video-title{
  padding:0 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.video-delog .video-desc{
  padding:0 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.video-delog .video-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-delog .video-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.video-delog .video-video video {
  display: block;
  min-height: 50vh;
  max-width:800px;
  object-fit: contain;
  max-height: 80vh;
}


 .qr-wrapper {
    position: relative;
    display: inline-block;
  }

  .qr-popup {
    display: none;
    position: absolute;
    top: -120px;
    left: 20px;
    border: 1px solid #333;
    padding: 5px;
    background-color: #fff;
    width: 120px;
    z-index: 999;
  }
  .qr-popup2 {
    display: none;
    position: absolute;
    top: -120px;
    left: -50px;
    border: 1px solid #333;
    padding: 5px;
    background-color: #fff;
    width: 120px;
    z-index: 999;
  }
  .qr-popup img,.qr-popup2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 鼠标悬停时显示二维码 */
  .qr-wrapper:hover .qr-popup {
    display: block;
  }
  .qr-wrapper:hover .qr-popup2{
    display: block;
  }

  .subtitle{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    width:100%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .subdescription{
    font-size: 22px;
    color: #727171;
    width:100%;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .downico{

    padding-top: 60px;
    gap:20px;
    display: flex;
  }
  @media screen and (max-width: 765px) {
    .downico{
      width: 100%;
      padding: 30px;
    }
  }

.pt-0_text-center {
  padding-top: 0 !important;
  text-align: center !important;
  max-width:1440px;
  margin:auto
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin:auto;
    margin-bottom: 5px;
    list-style: none;
    width:fit-content;
    justify-content: space-between;
}
.nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin:auto;
    margin-bottom: 30px;
    list-style: none;
    width:fit-content;
    justify-content: space-between;
}
@media screen and (max-width: 765px) {

  .nav{
    width:100%;
  }
}

ul.product-tab li {
    display: inline-block;
    margin-right: 10px;
}
ul.product-tab li a{
  color:#fff
}
ul.product-tab li a:link {
    background-color: #002678;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

ul.product-tab li a.active, ul.product-tab li a:hover {
    background-color: #0656c1;
    color: #fff;
}

@media screen and (max-width: 765px) {
  ul.product-tab li{
    width:100%;
  }
}


.search-div {
    background-color: #fff;
    padding: 5px;
    padding-top:8px;
    padding-bottom: 3px;
    color:#0656c1;
    display: inline-block;
    margin: 10px;
    border:1px solid #0656c1;
}

.search-div input[type="text"] {
    float: left;
    border: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.search-div button[type="submit"] {
    float: right;
    border: 0;
    background-color: transparent;
    width: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    color:#0656c1;
    font-size: 20px;
    font-weight: bold;
}
.search-div button[type="submit"] .iconfont{
  font-size: 22px;
}
