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,
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;
}

.clearfix {
  *zoom: 1;
}

.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}

.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Poppins';
  overflow-x: hidden;
  top: unset !important;
}

@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }

  .container .row {
    margin: 0 -15px;
  }

  .container .row>div {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    height: 30%;
  }
}

.fszero {
  font-size: 0;
  display: none;
}

.titleh1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
}

@media (max-width: 1199px) {
  .titleh1 {
    font-size: 24px;
  }
}

.titleh5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
}

.titleh3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 1199px) {
  .titleh3 {
    font-size: 16px;
  }
}

.titleh2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.titleh2 h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.titleh4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}

button {
  text-transform: capitalize;
}

@keyframes homePlay02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.slick-dots {
  display: flex;
}

.slick-dots .slick-active {
  width: 38px;
  background: #366EE0;
  opacity: 1;
}

.slick-dots li {
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s;
  width: 20px;
  height: 6px;
  background: #999999;
  opacity: 0.2;
  border-radius: 30px;
}

.slick-dots li button {
  display: none;
}

.header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header .pc-subNav {
  background-color: #0044d7;
}

@media (max-width: 1199px) {
  .header .pc-subNav {
    display: none;
  }
}

.header .pc-subNav .container {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .pc-subNav .email {
  padding-left: 120px;
  display: flex;
  align-items: center;
}

.header .pc-subNav .email svg {
  margin-right: 11px;
}

.header .pc-subNav .email a {
  color: #d2e0f1;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.3s;
}

.header .pc-subNav .email a:hover {
  color: #fff;
  text-decoration: underline;
}

.header .pc-subNav .share ul {
  display: flex;
  align-items: center;
}

.header .pc-subNav .share ul li {
  margin-left: 10px;
}

.header .pc-subNav .share ul li a {
  display: flex;
  align-items: center;
}

.header .pc-subNav .share ul li a svg {
  transition: all 0.3s;
}

.header .pc-subNav .share ul li a:hover svg {
  transform: translateY(-5px);
}

.header .mainNav {
  height: 88px;
  background-color: #Fff;
}

@media (max-width: 1199px) {
  .header .mainNav {
    height: 60px;
  }
}

.header .mainNav .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header .mainNav .logo {
  height: 100%;
}

.header .mainNav .logo a {
  z-index: 10;
  position: relative;
  display: inline-block;
  margin-top: -15px;
}

@media (max-width: 1199px) {
  .header .mainNav .logo a {
    height: 100%;
    margin-top: unset;
  }

  .header .mainNav .logo a img {
    height: 90%;
  }
}

.header .mainNav .logo a::before {
  z-index: -1;
  content: '';
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .header .mainNav .logo a::before {
    content: none !important;
  }
}

.header .mainNav .header-r {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .mainNav .header-r .pc-nav {
    display: none;
  }
}

.header .mainNav .header-r .pc-nav ul {
  display: flex;
  align-items: center;
}

.header .mainNav .header-r .pc-nav ul li {
  margin-right: 60px;
  position: relative;
}

.header .mainNav .header-r .pc-nav ul li .firstnav {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 88px;
  transition: all 0.3s;
}

.header .mainNav .header-r .pc-nav ul li .firstnav:hover {
  color: #0044d7;
}

.header .mainNav .header-r .pc-nav ul li .downnav {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.header .mainNav .header-r .pc-nav ul li .downnav .secondnav {
  width: max-content;
}

.header .mainNav .header-r .pc-nav ul li .downnav .secondnav a {
  transition: all 0.3s;
  font-size: 16px;
  line-height: 2;
}

.header .mainNav .header-r .pc-nav ul li .downnav .secondnav a:hover {
  color: #366EE0;
}

.header .mainNav .header-r .functionBar {
  display: flex;
  align-items: center;
}

.header .mainNav .header-r .functionBar .searchbtn {
  padding-left: 20px;
  padding-right: 32px;
  cursor: pointer;
}

.header .mainNav .header-r .functionBar .mobile-header {
  padding-left: 10px;
}

.banner {
  margin-top: 128px;
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 70px;
  }
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}

.banner .Banner-swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
}

.banner .Banner-swiper .swiper-pagination {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 147px;
  left: 256px;
}

@media (max-width: 1199px) {
  .banner .Banner-swiper .swiper-pagination {
    bottom: 10%;
    left: 10%;
  }
}

.banner .Banner-swiper .swiper-pagination span {
  transform: translateY(2px);
  display: flex;
  align-items: center;
  width: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1 !important;
  color: #FFFFFF;
  vertical-align: middle;
}

.banner .Banner-swiper .pagination-line {
  margin: 0 16px;
  width: 133px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  display: flex;
}

@keyframes wid100 {
  form {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.banner .Banner-swiper .pagination-line::before {
  animation: wid100 5s linear;
  animation-fill-mode: forwards;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}

.banner .Banner-swiper .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner .Banner-swiper .item>a {
  display: block;
  overflow: hidden;
}

.banner .Banner-swiper .item>a>img {
  position: relative;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-product {
  padding: 120px 0 120px 0;
  display: flex;
  width: 100%;
}

@media (max-width: 1199px) {
  .index-product {
    padding: 25px 0;
    flex-direction: column;
  }
}

.index-product .product-l {
  position: relative;
  z-index: 199;
  flex-shrink: 0;
  width: 480px;
  padding-left: 255px;
  box-sizing: content-box;
}

@media (max-width: 1679px) {
  .index-product .product-l {
    padding-left: 100px;
  }
}

@media (max-width: 1199px) {
  .index-product .product-l {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
}

.index-product .title {
  margin-bottom: 24px;
  color: #333333;
}

@media (max-width: 1199px) {
  .index-product .title {
    margin-bottom: 10px;
  }
}

.index-product .detail {
  color: #666666;
  margin-bottom: 41px;
}

@media (max-width: 1199px) {
  .index-product .detail {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .index-product .tabcontrl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.index-product .tabcontrl ul .active {
  background-color: #366EE0;
  color: #fff;
}

.index-product .tabcontrl ul .active::after,
.index-product .tabcontrl ul .active::before {
  opacity: 1;
}

.index-product .tabcontrl ul li {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: rgba(217, 217, 217, 0.3);
  display: flex;
  align-items: center;
  padding-left: 68px;
  margin-bottom: 13px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .index-product .tabcontrl ul li {
    width: 49%;
  }
}

@media (max-width: 1199px) {
  .index-product .tabcontrl ul li {
    width: 100%;
    height: 40px;
  }
}

.index-product .tabcontrl ul li:hover {
  background-color: #366EE0;
  color: #fff;
}

.index-product .tabcontrl ul li:hover::after,
.index-product .tabcontrl ul li:hover::before {
  opacity: 1;
}

.index-product .tabcontrl ul li::after {
  transition: all 0.3s;
  opacity: 0;
  left: 30px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}

.index-product .tabcontrl ul li::before {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 24px;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.index-product .tabitems {
  padding: 0 15px 0 0px;
  margin-left: 120px;
  width: 1185px;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 1679px) {
  .index-product .tabitems {
    margin-left: 80px;
  }
}

@media (max-width: 1199px) {
  .index-product .tabitems {
    margin-left: 7px;
    width: 100%;
  }
}

.index-product .tabitems .tabitem {
  width: 690px;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
  overflow-x: visible;
}

@media (max-width: 1199px) {
  .index-product .tabitems .tabitem {
    width: 100%;
  }
}

.index-product .tabitems .tabitem .swiper {
  overflow: visible;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .index-product .tabitems .tabitem .swiper {
    margin-top: 10px;
  }
}

.index-product .tabitems .tabitem .swiper .swiper-slide:nth-of-type(2n) {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .index-product .tabitems .tabitem .swiper .swiper-slide:nth-of-type(2n) {
    margin-top: unset;
  }
}

.index-product .tabitems .tabitem .swiper .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.04);
  padding: 35px 0 0;
}

.index-product .tabitems .tabitem .swiper .item .tit {
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #333333;
  opacity: 0.05;
  text-align: center;
}

.index-product .tabitems .tabitem .swiper .item .pic {
  padding: 0 15px;
  margin-bottom: 65px;
}

.index-product .tabitems .tabitem .swiper .item .pic:hover .img-box img {
  transform: scale(1.1);
}

.index-product .tabitems .tabitem .swiper .item .pic .img-box {
  padding-bottom: 104%;
}

.index-product .tabitems .tabitem .swiper .item .pic .img-box img {
  transition: all 0.5s;
}

.index-product .tabitems .tabitem .swiper .item .name {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  color: #333;
  line-height: 1;
  transition: all 0.3s;
}

.index-product .tabitems .tabitem .swiper .item .name svg {
  transition: all 0.5s;
  width: 0;
  margin-left: 0;
}

.index-product .tabitems .tabitem .swiper .item .name:hover {
  background-color: #366EE0;
  color: #fff;
}

.index-product .tabitems .tabitem .swiper .item .name:hover svg {
  margin-left: 15px;
  width: 20px;
}

.index-product .tabitems .tabitem .swiper .swiper-button-next,
.index-product .tabitems .tabitem .swiper .swiper-button-prev {
  z-index: 999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #366EE0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-content: center;
}

.index-product .tabitems .tabitem .swiper .swiper-button-next::after,
.index-product .tabitems .tabitem .swiper .swiper-button-prev::after {
  content: '';
}

.index-product .tabitems .tabitem .swiper .swiper-button-next {
  right: 0px;
}

.index-product .tabitems .tabitem .swiper .swiper-button-prev {
  left: 0px;
}

.index-product .tabitems .active {
  visibility: visible;
  position: unset;
  z-index: 1;
  height: unset;
}

.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 {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  margin-bottom: 30px;
  width: 90%;
}

.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}

.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}

.index-aboutUs {
  background: url(../images/indexAboutUSbg.jpg) no-repeat;
  height: 860px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media (max-width: 1199px) {
  .index-aboutUs {
    background-size: auto 100%;
    background-position: center center;
  }
}

@media (max-width: 1399px) {
  .index-aboutUs {
    height: 700px;
  }
}

@media (max-width: 1199px) {
  .index-aboutUs {
    height: 500px;
  }
}

.index-aboutUs .container {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.index-aboutUs .video {
  cursor: pointer;
  position: absolute;
  top: 18%;
  width: max-content;
  height: max-content;
  left: 36px;
}

@media (max-width: 1199px) {
  .index-aboutUs .video {
    left: 21px;
  }
}

@media (max-width: 950px) {
  .index-aboutUs .video {
    top: 5%;
  }
}

.index-aboutUs .video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  content: '';
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.09) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}

@media (max-width: 1199px) {
  .index-aboutUs .video::before {
    width: 60px;
    height: 60px;
  }
}

.index-aboutUs .video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.5;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

@media (max-width: 1199px) {
  .index-aboutUs .video::after {
    width: 60px;
    height: 60px;
  }
}

.index-aboutUs .video .icon {
  position: relative;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

@media (max-width: 1199px) {
  .index-aboutUs .video .icon {
    width: 45px;
    height: 45px;
  }
}

.index-aboutUs .video .icon svg {
  transform: translateX(2px);
}

.index-aboutUs .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 9px;
}

@media (max-width: 950px) {
  .index-aboutUs .info {
    flex-direction: column;
    padding: unset;
  }
}

.index-aboutUs .info .detail {
  width: 50%;
}

@media (max-width: 767px) {
  .index-aboutUs .info .detail {
    width: 100%;
  }
}

.index-aboutUs .info .detail .tit {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.index-aboutUs .info .detail .tit span {
  display: flex;
  width: 21px;
  height: 0px;
  margin-right: 13px;
  border: 2px solid #FFFFFF;
}

.index-aboutUs .info .detail .conpanyName {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .index-aboutUs .info .detail .conpanyName {
    font-size: 24px;
  }
}

.index-aboutUs .info .achievement {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .index-aboutUs .info .achievement {
    width: 100%;
    margin-top: 10px;
  }
}

.index-aboutUs .info .achievement ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index-aboutUs .info .achievement ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}

@media (max-width: 767px) {
  .index-aboutUs .info .achievement ul li {
    justify-content: flex-start;
  }
}

.index-aboutUs .info .achievement ul li svg {
  margin-bottom: 21px;
}

@media (max-width: 1199px) {
  .index-aboutUs .info .achievement ul li svg {
    width: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .index-aboutUs .info .achievement ul li svg {
    height: 45px;
  }
}

.index-aboutUs .info .achievement ul li .number {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .index-aboutUs .info .achievement ul li .number {
    font-size: 16px;
  }
}

.index-aboutUs .info .achievement ul li .number span {
  font-style: normal;
  font-size: 48px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .index-aboutUs .info .achievement ul li .number span {
    font-size: 24px;
  }
}

.index-aboutUs .info .achievement ul li .tit {
  color: #fff;
}

@media (max-width: 767px) {
  .index-aboutUs .info .achievement ul li .tit {
    text-align: center;
    font-size: 14px;
  }
}

.index-message {
  background: #FAFAFA;
  padding-bottom: 107px;
}

@media (max-width: 1199px) {
  .index-message {
    padding-bottom: 25px;
  }
}

.index-message .btngroup {
  position: relative;
  z-index: 99;
  width: 100%;
  margin-top: -99px;
}

@media (max-width: 1199px) {
  .index-message .btngroup {
    margin-top: -50px;
  }
}

.index-message .btngroup ul {
  display: flex;
}

.index-message .btngroup ul li .active {
  background-color: #366EE0;
}

.index-message .btngroup ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 99px;
  background: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: all 0.3s;
}

.index-message .btngroup ul li a svg {
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .index-message .btngroup ul li a svg {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .index-message .btngroup ul li a svg {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .index-message .btngroup ul li a {
    height: 50px;
  }
}

@media (max-width: 950px) {
  .index-message .btngroup ul li a {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .index-message .btngroup ul li a {
    width: max-content;
    padding: 0 10px;
  }
}

.index-message .btngroup ul li a:hover {
  background-color: #366EE0;
}

.index-message .message {
  background-color: #fff;
  padding: 70px 52px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .index-message .message {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}

@media (max-width: 1199px) {
  .index-message .message {
    padding: 10px;
  }
}

.index-message .message .message-l {
  width: 63%;
}

@media (max-width: 1199px) {
  .index-message .message .message-l {
    width: 100%;
  }
}

.index-message .message .message-l .tit {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 22px;
}

@media (max-width: 1199px) {
  .index-message .message .message-l .tit {
    margin-bottom: 10px;
  }
}

.index-message .message .message-l form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-message .message .message-l form .inputGroup {
  width: 400px;
  max-width: 400px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1439px) {
  .index-message .message .message-l form .inputGroup {
    width: 49%;
  }
}

@media (max-width: 1199px) {
  .index-message .message .message-l form .inputGroup {
    width: 100%;
    max-width: 100%;
  }
}

.index-message .message .message-l form .inputGroup :is(input:focus, input:valid) {
  border-color: #0044d7;
}

.index-message .message .message-l form .inputGroup :is(input:focus, input:valid)~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  padding: 0.4em;
  background-color: #fff;
  color: #0044d7;
}

.index-message .message .message-l form .inputGroup input,
.index-message .message .message-l form .inputGroup textarea {
  transition: all 0.5s;
  font-size: 100%;
  padding: 16px 23px;
  outline: none;
  border: 2px solid #c8c8c8;
  background-color: transparent;
  width: 100%;
  height: 60px;
}

@media (max-width: 767px) {

  .index-message .message .message-l form .inputGroup input,
  .index-message .message .message-l form .inputGroup textarea {
    height: 40px;
  }
}

.index-message .message .message-l form .inputGroup label {
  font-size: 100%;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #999;
}

.index-message .message .message-l form .inputGroup:nth-of-type(5) {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .index-message .message .message-l form .inputGroup:nth-of-type(5) {
    margin-bottom: 10px;
  }
}

.index-message .message .message-l form .inputGroup:nth-of-type(5) textarea {
  width: 100%;
  height: 244px;
}

@media (max-width: 1199px) {
  .index-message .message .message-l form .inputGroup:nth-of-type(5) textarea {
    height: 200px;
  }
}

.index-message .message .message-l form .inputGroup:nth-of-type(5) label {
  top: 15%;
}

.index-message .message .message-l form .inputGroup:nth-of-type(5) :is(textarea:focus, textarea:valid) {
  border-color: #0044d7;
}

.index-message .message .message-l form .inputGroup:nth-of-type(5) :is(textarea:focus, textarea:valid)~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  padding: 0.4em;
  background-color: #fff;
  color: #0044d7;
}

.index-message .message .message-l form button {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  width: 100%;
  height: 50px;
  background: #366EE0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .index-message .message .message-l form button {
    margin: 0 auto;
  }
}

.index-message .message .message-l form button:hover p {
  top: -50%;
}

.index-message .message .message-l form button:hover svg {
  top: 50%;
}

.index-message .message .message-l form button p {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-message .message .message-l form button svg {
  transition: all 0.3s;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-message .message .map {
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .index-message .message .map {
    padding-left: 25px;
  }
}

@media (max-width: 1199px) {
  .index-message .message .map {
    width: 100%;
    padding-left: unset;
    margin-top: 15px;
    height: 200px;
    overflow: hidden;
  }
}

.index-message .message .map img {
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .index-message .message .map img {
    width: 100%;
    height: auto;
  }
}

.index-message .message .map:hover img {
  transform: scale(1.1);
}

.index-advantage {
  padding: 92px 0 125px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .index-advantage {
    padding: 25px 0;
  }
}

.index-advantage .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .index-advantage .container {
    flex-direction: column;
  }
}

.index-advantage .advantage-l {
  width: 40%;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l {
    width: 100%;
  }
}

.index-advantage .advantage-l .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 17px;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.index-advantage .advantage-l .detail {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #333333;
  margin-bottom: 55px;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .detail {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.index-advantage .advantage-l .slick-advantage .item ul li {
  margin-bottom: 58px;
  cursor: context-menu;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .slick-advantage .item ul li {
    margin-bottom: 10px;
  }
}

.index-advantage .advantage-l .slick-advantage .item ul li:nth-last-child(1) {
  margin-bottom: 50px;
}

.index-advantage .advantage-l .slick-advantage .item ul li:hover .tit {
  color: #366EE0;
}

.index-advantage .advantage-l .slick-advantage .item ul li:hover .tit svg path {
  fill: #366EE0;
}

.index-advantage .advantage-l .slick-advantage .item ul li .tit {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 12px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .slick-advantage .item ul li .tit {
    font-size: 16px;
  }
}

.index-advantage .advantage-l .slick-advantage .item ul li .tit svg {
  margin-right: 23px;
}

.index-advantage .advantage-l .slick-advantage .item ul li .tit svg path {
  transition: all 0.3s;
}

.index-advantage .advantage-l .slick-advantage .item ul li p {
  width: 69%;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #666666;
}

@media (max-width: 1399px) {
  .index-advantage .advantage-l .slick-advantage .item ul li p {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .slick-advantage .item ul li p {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .index-advantage .advantage-l .slick-advantage .slick-dots {
    justify-content: center;
  }
}

.index-advantage .advantage-r {
  width: 60%;
  background: url(../images/advantagebg.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  background-position: center;
}

@media (max-width: 1199px) {
  .index-advantage .advantage-r {
    width: 100%;
    height: 500px;
    background-size: 60% auto;
  }
}

@media (max-width: 950px) {
  .index-advantage .advantage-r {
    height: 300px;
    margin-top: 30px;
    background-position: left;
  }
}

.index-advantage .advantage-r .icon {
  z-index: 100;
  position: absolute;
  left: 38%;
  top: 12%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #366EE0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004e90;
}

@media (max-width: 1439px) {
  .index-advantage .advantage-r .icon {
    left: 41%;
    top: 16%;
  }
}

@media (max-width: 1199px) {
  .index-advantage .advantage-r .icon {
    display: none;
  }
}

.index-advantage .advantage-r .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #366EE0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  animation: homePlay02 2.1s linear infinite both;
}

.index-advantage .advantage-r .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}

.index-advantage .advantage-r .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}

.index-advantage .advantage-r .icon i {
  display: block;
  transform: translateX(2px);
  font-size: 24px;
}

.index-advantage .advantage-r .slick-advantage-r {
  position: absolute;
  top: 15%;
  left: 41%;
  width: 181px;
  height: 256px;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px 7px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 20px 20px 25px 20px;
}

@media (max-width: 1439px) {
  .index-advantage .advantage-r .slick-advantage-r {
    top: 18%;
    left: 44%;
  }
}

@media (max-width: 1199px) {
  .index-advantage .advantage-r .slick-advantage-r {
    top: 50%;
    right: 5%;
    left: unset;
    transform: translateY(-50%);
  }
}

.index-advantage .advantage-r .slick-advantage-r .item .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.index-advantage .advantage-r .slick-advantage-r .item .model {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
  margin-bottom: 31px;
}

.index-advantage .advantage-r .slick-advantage-r .item .pic {
  margin-bottom: 14px;
}

.index-advantage .advantage-r .slick-advantage-r .item .pic .img-box {
  padding-bottom: 48.27%;
}

.index-advantage .advantage-r .slick-advantage-r .item .more {
  margin-bottom: 15px;
}

.index-advantage .advantage-r .slick-advantage-r .item .more a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #0047D7;
}

.index-news {
  padding: 90px 0 111px;
  background-color: #F9F9F9;
}

@media (max-width: 1199px) {
  .index-news {
    padding: 25px 0;
  }
}

.index-news .title {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .index-news .title {
    margin-bottom: 20px;
  }
}

.index-news .title h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.055em;
  color: #333333;
  text-align: center;
}

@media (max-width: 1199px) {
  .index-news .title h3 {
    font-size: 24px;
  }
}

.index-news .slick-news {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .index-news .slick-news {
    margin: 0 -7px;
  }
}

.index-news .slick-news .item {
  position: relative;
  width: max-content;
}

.index-news .slick-news .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DEDEDE;
}

.index-news .slick-news .item::before {
  z-index: 10;
  transition: all 0.8s ease-in-out;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0047D7;
}

.index-news .slick-news .item:hover .pic .img-box img {
  transform: scale(1.1);
}

.index-news .slick-news .item:hover .tit a {
  color: #366EE0;
}

.index-news .slick-news .item:hover::before {
  width: 100%;
}

.index-news .slick-news .item .pic {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .index-news .slick-news .item .pic {
    margin-bottom: 20px;
  }
}

.index-news .slick-news .item .pic:hover .img-box img {
  transform: scale(1.1);
}

.index-news .slick-news .item .pic .img-box {
  padding-bottom: 55.56%;
}

.index-news .slick-news .item .pic .img-box img {
  transition: all 0.5s;
}

.index-news .slick-news .item .tit {
  width: 90%;
  margin-bottom: 30px;
}

.index-news .slick-news .item .tit a {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .index-news .slick-news .item .tit a {
    font-size: 16px;
  }
}

.index-news .slick-news .item .tit a:hover {
  color: #366EE0;
}

@media (max-width: 1199px) {
  .index-news .slick-news .item .tit {
    margin-bottom: 15px;
  }
}

.index-news .slick-news .item .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  margin-bottom: 11px;
}

.index-news .slick-news .slick-slide {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .index-news .slick-news .slick-slide {
    padding: 0 7px;
  }
}

.index-news .slick-news .slick-dots {
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .index-news .slick-news .slick-dots {
    margin-top: 20px;
  }
}

.footer {
  background: url(../images/footerbg.jpg) no-repeat;
  width: 100%;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer footer {
  padding: 37px 0 94px;
}

@media (max-width: 1199px) {
  .footer footer {
    padding: 25px 0;
  }
}

.footer footer .container {
  display: flex;
}

@media (max-width: 1199px) {
  .footer footer .container {
    flex-direction: column;
  }
}

.footer .subscribe {
  width: 58%;
}

@media (max-width: 1199px) {
  .footer .subscribe {
    width: 100%;
  }
}

.footer .subscribe .top {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}

.footer .subscribe .top .logo {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .footer .subscribe .top .logo {
    height: 100px;
  }

  .footer .subscribe .top .logo img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .footer .subscribe .top .logo {
    margin-right: 0px;
  }
}

.footer .subscribe .top .share .tit {
  font-weight: 600;
  font-size: 36px;
  line-height: 175%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .footer .subscribe .top .share .tit {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.footer .subscribe .top .share ul {
  display: flex;
}

.footer .subscribe .top .share ul li {
  margin-right: 10px;
}

.footer .subscribe .top .share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}

.footer .subscribe .top .share ul li a svg path {
  transition: all 0.5s;
}

.footer .subscribe .top .share ul li a:hover {
  background-color: #fff;
  border-color: #fff;
}

.footer .subscribe .top .share ul li a:hover svg path {
  fill: #063CB0;
}

.footer .subscribe form {
  width: 570px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .footer .subscribe form {
    width: 100%;
  }
}

.footer .subscribe form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  padding-left: 23px;
  height: 100%;
}

.footer .subscribe form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #CFD6E5;
}

.footer .subscribe form button {
  transform: translateX(2px);
  transition: all 0.5s;
  flex-shrink: 0;
  width: 150px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  text-transform: capitalize;
  color: #134BC4;
}

.footer .subscribe form button svg {
  margin-right: 10px;
}

.footer .subscribe form button svg path {
  transition: all 0.3s;
}

.footer .subscribe form button:hover {
  color: #fff;
  background-color: #0047D7;
}

.footer .subscribe form button:hover svg path {
  fill: #fff;
}

.footer .contact {
  width: 24%;
  margin-right: 106px;
}

@media (max-width: 1199px) {
  .footer .contact {
    width: 100%;
    margin-right: unset;
  }
}

.footer .lis .tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 175%;
  color: #FFFFFF;
  margin-bottom: 13px;
}

@media (max-width: 1199px) {
  .footer .lis .tit {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  .footer .lis ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer .lis ul li {
  display: flex;
  align-items: self-start;
  margin-bottom: 9px;
}

@media (max-width: 1199px) {
  .footer .lis ul li {
    padding-right: 15px;
  }
}

.footer .lis ul li svg {
  flex-shrink: 0;
  margin-right: 13px;
  margin-top: 5px;
}

.footer .lis ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #D7DFEE;
}

.footer .lis ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .copyright {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #8FA2CC;
  text-align: center;
}

.footer .copyright p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #8FA2CC;
  transition: all 0.5s;
  margin: 0 5px;
  transition: all 0.3s;
}

.footer .copyright p a:hover {
  color: #fff;
}

.footer .copyright p img {
  vertical-align: middle;
  margin: 0 5px;
}

.publicBanner {
  margin-top: 128px;
  width: 100%;
  position: relative;
  margin-bottom: unset;
}

@media (max-width: 1199px) {
  .publicBanner {
    margin-top: 60px;
  }
}

.publicBanner .pic {
  position: relative;
  width: 100%;
}

.publicBanner .pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .publicBanner .pic {
    height: 200px;
  }

  .publicBanner .pic img {
    width: 100%;
    height: 100%;
  }
}

.publicBanner .pic .title {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.publicBanner .pic .title h3 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .publicBanner .pic .title h3 {
    font-size: 24px;
  }
}

.publicBanner .crumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.publicBanner .crumb nav {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 11px;
}

@media (max-width: 1199px) {
  .publicBanner .crumb nav {
    padding: 0;
  }
}

.publicBanner .crumb nav ul {
  display: flex;
  align-items: center;
}

.publicBanner .crumb nav ul svg {
  margin-right: 9px;
}

.publicBanner .crumb nav ul li {
  display: flex;
  align-items: center;
  transform: translateY(2px);
}

.publicBanner .crumb nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1 !important;
  color: #FFFFFF;
  transition: all 0.3s;
}

.publicBanner .crumb nav ul li a:hover {
  text-decoration: underline;
}

.publicBanner .crumb nav ul span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  padding: 0 8px;
}

.publicBanner .btngroup {
  margin-top: 48px;
}

@media (max-width: 1199px) {
  .publicBanner .btngroup {
    margin-top: 20px;
  }
}

.publicBanner .btngroup ul {
  display: flex;
}

.publicBanner .btngroup ul li .active {
  background-color: #366EE0;
  color: #fff;
}

.publicBanner .btngroup ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 11px;
  width: 180px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #366EE0;
  border-radius: 57px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-transform: capitalize;
  color: #366EE0;
  transition: all 0.3s;
  margin: 0 15px;
}

@media (max-width: 1199px) {
  .publicBanner .btngroup ul li a {
    width: 150px;
    font-size: 14px;
    height: 40px;
  }
}

.publicBanner .btngroup ul li a:hover {
  background-color: #366EE0;
  color: #fff;
}

.box-conpanyprofile {
  padding: 109px 0 92px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile {
    padding: 25px 0;
  }
}

.box-conpanyprofile .title h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.box-conpanyprofile .detail {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .detail {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.box-conpanyprofile .number ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .number ul {
    flex-wrap: wrap;
  }
}

.box-conpanyprofile .number ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .number ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}

.box-conpanyprofile .number ul li .icon {
  margin-bottom: 23px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .number ul li .icon {
    margin-bottom: 10px;
  }

  .box-conpanyprofile .number ul li .icon svg {
    height: 30px;
  }
}

.box-conpanyprofile .number ul li .num {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #366EE0;
  margin-bottom: 3px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .number ul li .num {
    font-size: 14px;
    line-height: 1;
  }
}

.box-conpanyprofile .number ul li .num span {
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 1199px) {
  .box-conpanyprofile .number ul li .num span {
    font-size: 24px;
    line-height: 1;
  }
}

.box-conpanyprofile .number ul li .tit {
  color: #366EE0;
}

.box-video .video-swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
}

.box-video .video-swiper .swiper-slide .item {
  position: relative;
}

.box-video .video-swiper .swiper-slide .videobtn {
  cursor: pointer;
  position: absolute;
  top: 18%;
  width: max-content;
  height: max-content;
  left: 275px;
}

@media (max-width: 1199px) {
  .box-video .video-swiper .swiper-slide .videobtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.box-video .video-swiper .swiper-slide .videobtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  content: '';
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.09) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}

@media (max-width: 1199px) {
  .box-video .video-swiper .swiper-slide .videobtn::before {
    width: 60px;
    height: 60px;
  }
}

.box-video .video-swiper .swiper-slide .videobtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.5;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

@media (max-width: 1199px) {
  .box-video .video-swiper .swiper-slide .videobtn::after {
    width: 60px;
    height: 60px;
  }
}

.box-video .video-swiper .swiper-slide .videobtn .icon {
  position: relative;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

@media (max-width: 1199px) {
  .box-video .video-swiper .swiper-slide .videobtn .icon {
    width: 40px;
    height: 40px;
  }
}

.box-video .video-swiper .swiper-slide .videobtn .icon svg {
  transform: translateX(2px);
}

.box-video .video-swiper .swiper-pagination {
  position: absolute;
  bottom: 50px;
}

@media (max-width: 1199px) {
  .box-video .video-swiper .swiper-pagination {
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .box-video .video-swiper .swiper-pagination {
    bottom: 10px;
  }
}

.box-video .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  margin: 0 8.5px;
  background-color: #fff;
  opacity: unset;
}

.box-video .video-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0;
  transition: all 0.5s;
}

.box-video .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.box-video .video-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1 !important;
}

.box-video .video-swiper .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.box-video .video-swiper .item>a {
  display: block;
  overflow: hidden;
}

.box-video .video-swiper .item>a>img {
  position: relative;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-certificate {
  padding: 136px 0;
  background-color: #FAFAFA;
}

@media (max-width: 1199px) {
  .box-certificate {
    padding: 25px 0;
  }
}

.box-certificate .title {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .box-certificate .title {
    margin-bottom: 20px;
  }
}

.box-certificate .title h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}

@media (max-width: 1199px) {
  .box-certificate .title h3 {
    font-size: 24px;
  }
}

.box-certificate .slick-certificate-l {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .box-certificate .slick-certificate-l {
    margin-bottom: 10px;
  }
}

.box-certificate .slick-certificate-l .item {
  padding: 0 15px;
  cursor: pointer;
}

.box-certificate .slick-certificate-l .pic {
  padding: 38px 22px;
  background-color: #fff;
}

.box-certificate .slick-certificate-l .pic:hover .img-box {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.box-certificate .slick-certificate-l .pic .img-box {
  padding-bottom: 140%;
  transition: all 0.5s;
}

.box-certificate .slick-certificateName {
  padding: 45px 45px 31px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .box-certificate .slick-certificateName {
    padding: 20px;
  }
}

.box-certificate .slick-certificateName .slick-current {
  border-top: 1px solid rgba(169, 169, 169, 0.2);
}

.box-certificate .slick-certificateName .slick-current .item .name {
  color: #0047D7;
}

.box-certificate .slick-certificateName .slick-dots {
  padding-left: 50px;
  margin-top: 34px;
}

.box-certificate .slick-certificateName .slick-dots .slick-active {
  background-color: #fff;
  border: 2px solid #0047D7;
}

.box-certificate .slick-certificateName .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  background-color: rgba(0, 0, 0, 0);
}

.box-certificate .slick-certificateName .slick-slide {
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
}

.box-certificate .slick-certificateName .item {
  display: flex !important;
  justify-content: space-between;
  padding: 17px 50px 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .box-certificate .slick-certificateName .item {
    padding: 10px;
  }
}

.box-certificate .slick-certificateName .item:hover .name {
  color: #0047D7;
}

.box-certificate .slick-certificateName .item .name {
  transition: all 0.3s;
  color: #333333;
}

.box-certificate .slick-certificateName .item .time {
  color: #999999;
}

.rotate180 {
  transform: rotate(180deg);
}

.productList {
  padding: 34px 18px 0;
  background: rgba(54, 110, 224, 0.1);
}

.productList .tit {
  margin-bottom: 31px;
}

.productList .tit h3 {
  color: #333333;
  text-align: center;
}

.productList .firstLis {
  padding-bottom: 14px;
  transition: all 0.5s;
}

.productList .firstLis .classify1 {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #366EE0;
  padding: 10px 20px 6px 15px;
  align-items: center;
  cursor: pointer;
}

.productList .firstLis .classify1 p {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}

.productList .firstLis .classify1 svg {
  transition: all 0.5s;
}

.productList .firstLis .secondLis {
  padding: 25px 0 0;
  display: none;
}

.productList .firstLis .secondLis li {
  margin-right: 15px;
}

.productList .firstLis .secondLis li:nth-of-type(n+2) a {
  padding-top: 18px;
}

.productList .firstLis .secondLis li .active {
  color: #366EE0;
}

.productList .firstLis .secondLis li a {
  display: flex;
  padding-bottom: 13px;
  padding-left: 15px;
  color: #666666;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productList .firstLis .secondLis li a:hover {
  color: #366EE0;
}

.productList .paddingB {
  padding-bottom: 25px;
}

.box-productCenter {
  padding: 83px 0 110px;
}

@media (max-width: 1199px) {
  .box-productCenter {
    padding: 25px 0;
  }
}

@media (max-width: 1199px) {
  .box-productCenter .container .row>div:nth-child(1) {
    display: none;
  }
}

.box-productCenter .List .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.04);
  padding: 35px 0 0;
}

.box-productCenter .List .item .tit {
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #333333;
  opacity: 0.05;
  text-align: center;
}

@media (max-width: 767px) {
  .box-productCenter .List .item .tit {
    font-size: 24px;
    line-height: 40px;
  }
}

.box-productCenter .List .item .pic {
  padding: 0 15px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .box-productCenter .List .item .pic {
    margin-bottom: 15px;
  }
}

.box-productCenter .List .item .pic:hover .img-box img {
  transform: scale(1.1);
}

.box-productCenter .List .item .pic .img-box {
  padding-bottom: 104%;
}

.box-productCenter .List .item .pic .img-box img {
  transition: all 0.5s;
}

.box-productCenter .List .item .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  color: #333;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s;
  margin-bottom: 30px;
  padding: 0 5px;
}

.box-productCenter .List .item .name span {
  display: inline-block;
  width: 50%;
  flex-shrink: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .box-productCenter .List .item .name {
    margin-bottom: 15px;
  }
}

.box-productCenter .List .item .name svg {
  transition: all 0.5s;
  width: 0;
  margin-left: 0;
}

.box-productCenter .List .item .name:hover {
  background-color: #366EE0;
  color: #fff;
}

.box-productCenter .List .item .name:hover svg {
  width: 20px;
}

.box-productCenter .mask {
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}

.box-productCenter .mask .swiper-hotproduct {
  width: 690px !important;
  margin: 0;
  overflow: visible;
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide {
  padding: 22px;
  width: 690px !important;
  display: flex;
  align-items: center;
  background: rgba(54, 110, 224, 0.1);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.04);
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide .pic {
  width: 250px;
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide .info {
  transition: all 0.3s;
  opacity: 0;
  padding-left: 43px;
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide .info .tit {
  margin-bottom: 20px;
  color: #333333;
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide .info .productname {
  margin-bottom: 74px;
  color: #333;
}

.box-productCenter .mask .swiper-hotproduct .swiper-slide-active .info {
  opacity: 1;
}

.box-productCenter .mask .swiper-hotproduct .swiper-button-next,
.box-productCenter .mask .swiper-hotproduct .swiper-button-prev {
  z-index: 999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #366EE0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-content: center;
}

.box-productCenter .mask .swiper-hotproduct .swiper-button-next::after,
.box-productCenter .mask .swiper-hotproduct .swiper-button-prev::after {
  content: '';
}

.box-productCenter .mask .swiper-hotproduct .swiper-button-next {
  right: 0px;
}

.box-productCenter .mask .swiper-hotproduct .swiper-button-prev {
  left: 0px;
}

.sorter {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .sorter {
    margin-top: 20px;
  }
}

.sorter nav ul {
  display: flex;
  justify-content: center;
}

.sorter nav ul li {
  margin: 0 7px;
}

.sorter nav ul li:nth-of-type(1) {
  margin-right: 40px;
}

@media (max-width: 414px) {
  .sorter nav ul li:nth-of-type(1) {
    margin-right: 10px;
  }
}

.sorter nav ul li:nth-last-of-type(1) {
  margin-left: 40px;
}

@media (max-width: 414px) {
  .sorter nav ul li:nth-last-of-type(1) {
    margin-left: 10px;
  }
}

.sorter nav ul li .active {
  background-color: #366EE0;
  color: #fff;
}

.sorter nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.5s;
}

.sorter nav ul li a:hover {
  background-color: #366EE0;
  color: #fff;
}

.sorter nav ul li a:hover svg path {
  stroke: #fff;
}

.box-newsCenter {
  padding: 110px 0;
}

@media (max-width: 1199px) {
  .box-newsCenter {
    padding: 25px 0;
  }
}

.box-newsCenter .item {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .box-newsCenter .item {
    margin-bottom: 15px;
  }
}

.box-newsCenter .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DEDEDE;
}

.box-newsCenter .item::before {
  z-index: 10;
  transition: all 0.8s ease-in-out;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0047D7;
}

.box-newsCenter .item:hover::before {
  width: 100%;
}

.box-newsCenter .item .pic {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .box-newsCenter .item .pic {
    margin-bottom: 15px;
  }
}

.box-newsCenter .item .pic:hover .img-box img {
  transform: scale(1.1);
}

.box-newsCenter .item .pic .img-box {
  padding-bottom: 55.56%;
}

.box-newsCenter .item .pic .img-box img {
  transition: all 0.5s;
}

.box-newsCenter .item .tit {
  width: 90%;
  padding-left: 12px;
  margin-bottom: 30px;
}

.box-newsCenter .item .tit a {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .box-newsCenter .item .tit a {
    font-size: 16px;
  }
}

.box-newsCenter .item .tit a:hover {
  color: #366EE0;
}

@media (max-width: 1199px) {
  .box-newsCenter .item .tit {
    margin-bottom: 15px;
  }
}

.box-newsCenter .item .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  padding-bottom: 11px;
  padding-left: 12px;
}

.box-contactus {
  margin-top: 128px;
  padding-bottom: 125px;
  padding-top: 101px;
  background-color: #FAFAFA;
}

@media (max-width: 1199px) {
  .box-contactus {
    margin-top: 60px;
    padding: 25px 0;
  }
}

.box-contactus .item .tit {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #333333;
  margin-bottom: 29px;
}

@media (max-width: 1199px) {
  .box-contactus .item .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.box-contactus .contactUs .lis ul li {
  width: 65%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box-contactus .contactUs .lis ul li:hover .way {
  color: #366EE0;
}

.box-contactus .contactUs .lis ul li:hover .way svg path {
  fill: #366EE0;
}

.box-contactus .contactUs .lis ul li:hover a {
  color: #366EE0;
}

@media (max-width: 1199px) {
  .box-contactus .contactUs .lis ul li {
    width: 100%;
  }
}

.box-contactus .contactUs .lis ul li .way {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 38px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .box-contactus .contactUs .lis ul li .way {
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.box-contactus .contactUs .lis ul li .way svg {
  margin-right: 13px;
}

.box-contactus .contactUs .lis ul li .way svg path {
  transition: all 0.3s;
}

.box-contactus .contactUs .lis ul li .detail {
  margin-bottom: 30px;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  .box-contactus .contactUs .lis ul li .detail {
    margin-bottom: 10px;
  }
}

.box-contactus .contactUs .lis ul li .detail a {
  padding-right: 10px;
  transition: all 0.3s;
}

.box-contactus .contactUs .lis ul li .detail a:hover {
  text-decoration: underline;
}

.box-contactus .onlineMessage {
  padding-left: 90px;
}

@media (max-width: 1199px) {
  .box-contactus .onlineMessage {
    padding-left: unset;
    padding-top: 15px;
  }
}

.box-contactus .onlineMessage form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-contactus .onlineMessage form .inputGroup {
  width: 49%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .box-contactus .onlineMessage form .inputGroup {
    width: 100%;
  }
}

.box-contactus .onlineMessage form .inputGroup:nth-of-type(1) {
  width: 100%;
}

.box-contactus .onlineMessage form .inputGroup:nth-of-type(6) {
  width: 100%;
}

/*.box-contactus .onlineMessage form .inputGroup:nth-last-of-type(1) {
  width: 100%;
}
*/
.box-contactus .onlineMessage form .inputGroup label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 8px;
}

.box-contactus .onlineMessage form .inputGroup input,
.box-contactus .onlineMessage form .inputGroup textarea {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 17px;
  padding-left: 10px;
  color: #333;
  transition: all 0.3s;
}

@media (max-width: 1199px) {

  .box-contactus .onlineMessage form .inputGroup input,
  .box-contactus .onlineMessage form .inputGroup textarea {
    margin-bottom: 10px;
  }
}

.box-contactus .onlineMessage form .inputGroup input:focus,
.box-contactus .onlineMessage form .inputGroup textarea:focus {
  border-color: #366EE0;
}

.box-contactus .onlineMessage form .inputGroup textarea {
  margin-bottom: 23px;
  height: 116px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .box-contactus .onlineMessage form .inputGroup textarea {
    margin-bottom: 10px;
  }
}

.box-contactus .onlineMessage form button {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  width: 254px;
  height: 50px;
  background: #366EE0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .box-contactus .onlineMessage form button {
    margin: 0 auto;
  }
}

.box-contactus .onlineMessage form button:hover p {
  top: -50%;
}

.box-contactus .onlineMessage form button:hover svg {
  top: 50%;
}

.box-contactus .onlineMessage form button p {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-contactus .onlineMessage form button svg {
  transition: all 0.3s;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-map .map .map-content {
  height: 430px;
}

@media (max-width: 1199px) {
  .box-map .map .map-content {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .box-map .map .map-content {
    height: 200px;
  }
}

.box-productDetail {
  padding: 88px 0 110px;
}

@media (max-width: 1199px) {
  .box-productDetail {
    padding: 25px 0;
  }
}

@media (max-width: 1199px) {
  .box-productDetail .container .row .col-xl-3:nth-child(1) {
    display: none;
  }
}

.box-productDetail .carousel-wrap {
  width: 45%;
}

@media (max-width: 1199px) {
  .box-productDetail .carousel-wrap {
    padding: unset;
    width: 95%;
    margin: 0 auto;
  }
}

.box-productDetail .pro-details-topslick {
  margin-bottom: 4px;
}

.box-productDetail .pro-details-topslick .slick-slide {
  overflow: hidden;
  font-size: 0;
}

.box-productDetail .pro-details-topslick .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-productDetail .pro-details-topslick .item .img-box {
  padding-bottom: 100%;
}

.box-productDetail .pro-details-topslick .cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  transform: translate(-50%, -50%);
  background: rgba(69, 204, 201, 0.4);
  pointer-events: none;
}

.box-productDetail .pro-details-topslick .imgbox_big {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 1px solid #0044d7;
  overflow: hidden;
}

.box-productDetail .pro-details-topslick .imgbox_big img {
  position: relative;
  max-width: none;
}

.box-productDetail .pro-details-topslick .magnifyingglassbox {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -99;
  background-color: rgba(0, 0, 0, 0);
  line-height: 1;
  font-size: 0;
}

.box-productDetail .pro-details-topslick .slick-track {
  font-size: 0;
}

.box-productDetail .pro-details-thumbslick {
  margin: 0 -5px;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .box-productDetail .pro-details-thumbslick {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .box-productDetail .pro-details-thumbslick {
    margin: 0;
  }
}

.box-productDetail .pro-details-thumbslick .slick-slide {
  margin: 0 5px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .box-productDetail .pro-details-thumbslick .slick-slide {
    margin: 0 5px;
  }
}

.box-productDetail .pro-details-thumbslick .slick-active {
  padding-bottom: unset;
}

.box-productDetail .pro-details-thumbslick .item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-productDetail .pro-details-thumbslick .item .img-box {
  padding-bottom: 100%;
}

.box-productDetail .pro-details-thumbslick .item .mask {
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-productDetail .productdetail {
  width: 55%;
}

@media (max-width: 1199px) {
  .box-productDetail .productdetail {
    width: 100%;
  }
}

.box-productDetail .productdetail .productName {
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .box-productDetail .productdetail .productName {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.box-productDetail .productdetail .detail {
  width: 84%;
  margin-bottom: 100px;
}
.box-productDetail .productdetail .detail table td:nth-child(1){
  white-space: nowrap;
}
.box-productDetail .productdetail .detail table td {
  /* border: 1px solid #666; */
  font-size: 18px;
  /* padding: 3px; */
  font-weight: 500;
}

@media (max-width: 1199px) {
  .box-productDetail .productdetail .detail {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.box-productDetail .productdetail .btnGroup {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .box-productDetail .productdetail .btnGroup {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .box-productDetail .productdetail .btnGroup {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-productDetail .productdetail .btnGroup .inquirybtn {
    margin-right: unset;
    margin-bottom: 15px;
  }
}

.box-productDetail .Specification .tit {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .box-productDetail .Specification .tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.box-productDetail .Specification .main {
  width: 100%;
  min-height: 480px;
  min-height: auto !important;
  overflow-x: scroll;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 15px;
}

.box-productDetail .Specification .main table {
  width: max-content;
}

@media (max-width: 1199px) {
  .box-productDetail .Specification .main {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .box-productDetail .Specification .main {
    min-height: 200px;
  }
}

.box-productDetail .Specification .main p {
  color: #222;
}

.box-productDetail .Specification .main img {
  max-width: 100%;
  height: auto !important;
}

.box-productDetail .Specification .main .table-box {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.box-productDetail .Specification .main .table-box table {
  font-size: 16px;
  line-height: 1.2;
  line-height: 30px;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}

@media (max-width: 767px) {
  .box-productDetail .Specification .main .table-box table {
    font-size: 14px;
    line-height: 24px;
  }

  .box-productDetail .Specification .main .table-box table tr,
  .box-productDetail .Specification .main .table-box table th,
  .box-productDetail .Specification .main .table-box table td {
    width: auto !important;
    height: auto !important;
  }

  .box-productDetail .Specification .main .table-box table tr:nth-child(odd) {
    background-color: #fff;
  }

  .box-productDetail .Specification .main .table-box table tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .box-productDetail .Specification .main .table-box table td,
  .box-productDetail .Specification .main .table-box table th {
    font-weight: normal;
    padding: 10px 5% !important;
    border: 1px solid #c1c1c1;
  }

  .box-productDetail .Specification .main .table-box table tr p,
  .box-productDetail .Specification .main .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
  }

  .box-productDetail .Specification .main .table-box table th {
    text-align: center;
  }
}

@media (max-width: 767px) and (max-width: 480px) {

  .box-productDetail .Specification .main .table-box table td,
  .box-productDetail .Specification .main .table-box table th {
    padding: 8px !important;
  }
}

.box-productDetail .Inquirybox .tit {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 30px;
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .box-productDetail .Inquirybox .tit {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.box-productDetail .Inquirybox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-productDetail .Inquirybox form .inputGroup {
  height: max-content;
  width: 49%;
  margin-bottom: 14px;
  position: relative;
}

@media (max-width: 1199px) {
  .box-productDetail .Inquirybox form .inputGroup {
    width: 100%;
  }
}

.box-productDetail .Inquirybox form .inputGroup label {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  color: #999999;
  transition: all 0.3s;
}

.box-productDetail .Inquirybox form .inputGroup input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .box-productDetail .Inquirybox form .inputGroup input {
    height: 50px;
  }
}

.box-productDetail .Inquirybox form .inputGroup input:focus,
.box-productDetail .Inquirybox form .inputGroup input:valid {
  border: 1px solid #366EE0;
}

.box-productDetail .Inquirybox form .inputGroup input:focus~label,
.box-productDetail .Inquirybox form .inputGroup input:valid~label {
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  color: #366EE0;
  padding: 0 5px;
}

/*.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1),
.box-productDetail .Inquirybox form .inputGroup:nth-last-of-type(1) {
  width: 100%;
}*/

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1),
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) {
  width: 100%;
}

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) input,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) input {
  background-color: #366EE0;
  color: #fff;
}

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 230px;
  border-radius: 6px;
  padding-left: 35px;
  padding-top: 20px;
  transition: all 0.5s;
  margin-bottom: 14px;
}

@media (max-width: 1199px) {

  .box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea,
  .box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea {
    height: 150px;
    margin-bottom: 0;
  }
}

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea:focus,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea:focus,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea:valid,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea:valid {
  border: 1px solid #366EE0;
}

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea:focus~label,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea:focus~label,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) textarea:valid~label,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) textarea:valid~label {
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  color: #366EE0;
  padding: 0 5px;
}

.box-productDetail .Inquirybox form .inputGroup:nth-of-type(1) label,
.box-productDetail .Inquirybox form .inputGroup:nth-of-type(6) label {
  top: 20px;
  transform: translateY(0);
}

.box-productDetail .Inquirybox form button {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  width: 330px;
  height: 60px;
  background: #366EE0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

@media (max-width: 1199px) {
  .box-productDetail .Inquirybox form button {
    margin: 0 auto;
  }
}

.box-productDetail .Inquirybox form button:hover p {
  top: -50%;
}

.box-productDetail .Inquirybox form button:hover svg {
  top: 50%;
}

.box-productDetail .Inquirybox form button p {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-productDetail .Inquirybox form button svg {
  transition: all 0.3s;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-productDetail .RelatedProducts .tit {
  padding-top: 60px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
}

@media (max-width: 1199px) {
  .box-productDetail .RelatedProducts .tit {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.box-productDetail .RelatedProducts .slick-RelatedProducts {
  margin: 0 -15px;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .slick-slide {
  padding: 0 15px;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .item .pic {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .item .pic .img-box {
  padding-bottom: 100%;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .item .productName a {
  display: flex;
  justify-content: center;
  color: #333333;
  text-align: center;
  padding: 24px 0;
  transition: all 0.5s;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .item:hover .productName a {
  background-color: #366EE0;
  color: #fff;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .slick-dots {
  margin-top: 8px;
  justify-content: center;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .slick-dots .slick-active {
  border-color: #366EE0;
}

.box-productDetail .RelatedProducts .slick-RelatedProducts .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.inquirybtn {
  margin-right: 39px;
}

.inquirybtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 40px;
  background: #FFC700;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
}

.inquirybtn a svg {
  margin-right: 18px;
}

.box-newsdetailMain {
  padding: 90px 0 100px;
}

@media (max-width: 1199px) {
  .box-newsdetailMain {
    padding: 25px 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: #366EE0;
}

@media (max-width: 767px) {
  .box-newsdetailMain .title .time {
    padding: unset;
  }
}

.box-newsdetailMain .title .time svg {
  margin-right: 10px;
  transform: translateY(-3px);
}

.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 {
  padding-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .box-newsdetailMain .main p {
    font-size: 14px;
  }
}

.box-newsdetailMain .main .btnGroup {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .box-newsdetailMain .main .btnGroup {
    margin-top: 20px;
  }
}

.box-newsdetailMain .main .btnGroup .share {
  color: #848484;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.box-newsdetailMain .main .btnGroup .a2a_kit a {
  line-height: 1;
  border-radius: 50% !important;
}

.box-newsdetailMain .realteDetail {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
}

.box-newsdetailMain .realteDetail>div {
  display: flex;
  align-items: center;
}

.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #366EE0;
  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: #366EE0;
  text-decoration: underline;
}

.box-sitmapMain {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .box-sitmapMain {
    padding-top: 30px;
  }
}

.box-sitmapMain .list1 li .lis1 a {
  display: block;
  height: 50px;
  color: #fff;
  padding-left: 30px;
  width: 260px;
  background-color: #366EE0;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 18px;
}

.box-sitmapMain .list1 li .lis1 a:hover {
  text-decoration: underline;
}

.box-sitmapMain .list1 li .lis2 {
  box-sizing: border-box;
}

.box-sitmapMain .list1 li .lis2 a {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 30px;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-family: 'Public Sans Blod';
  transition: color 0.5s;
}

.box-sitmapMain .list1 li .lis2 a:hover {
  color: #366EE0;
  text-decoration: underline;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

.fiveKeys {
  z-index: 999;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #366EE0;
  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;
}

.online {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .online {
    top: 60%;
    right: 0;
  }
}

.online ul .rotate {
  transform: rotate(405deg) !important;
}

.online ul .move {
  right: 0px;
  z-index: 999;
}

.online ul li {
  display: block;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  width: max-content;
  height: max-content;
}

.online ul li:nth-last-of-type(1) {
  transform: rotate(0deg);
  right: 0px;
  z-index: 999;
  display: none;
}

@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;
  width: 50px;
  height: 50px;
  background: rgba(190, 208, 249, 0.5);
  border-radius: 4px;
  margin-bottom: 7px;
  transition: all 0.5s;
}

.online ul li a:hover {
  background-color: #366EE0;
}

.online ul li a .icon-dianhua {
  font-size: 20px;
}

.online ul li a i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.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;
}

.mobile-header {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
}

.xs-nav {
  display: none;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .xs-nav {
    display: block;
  }
}

.xs-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.xs-nav ul li .active {
  color: #366EE0;
}

.xs-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 15px;
  font-weight: bold;
}

.searchtitle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .searchtitle h3 {
    padding-left: unset;
    margin-bottom: 10px;
  }
}

.searchtitle input {
  width: 100%;
  height: 60px;
  border: unset;
  outline: unset;
  color: #000;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .searchtitle input {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    height: 50px;
  }
}