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: 'Public Sans', 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: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

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

input,
textarea,
select,
button {
  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;
}

@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Regular.eot');
  src: local('Public Sans Regular'), local('PublicSans-Regular'), url('../fonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Regular.woff2') format('woff2'), url('../fonts/PublicSans-Regular.woff') format('woff'), url('../fonts/PublicSans-Regular.ttf') format('truetype'), url('../fonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans Blod';
  src: url('../fonts/PublicSans-Bold.eot');
  src: local('Public Sans Bold'), local('PublicSans-Bold'), url('../fonts/PublicSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Bold.woff2') format('woff2'), url('../fonts/PublicSans-Bold.woff') format('woff'), url('../fonts/PublicSans-Bold.ttf') format('truetype'), url('../fonts/PublicSans-Bold.svg#PublicSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans Black';
  src: url('../fonts/PublicSans-Black.eot');
  src: local('Public Sans Black'), local('PublicSans-Black'), url('../fonts/PublicSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Black.woff2') format('woff2'), url('../fonts/PublicSans-Black.woff') format('woff'), url('../fonts/PublicSans-Black.ttf') format('truetype'), url('../fonts/PublicSans-Black.svg#PublicSans-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Swis721 BT';
  src: url('../fonts/Swiss721BT-Roman.eot');
  src: local('Swiss 721 BT'), local('Swiss721BT-Roman'), url('../fonts/Swiss721BT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Roman.woff2') format('woff2'), url('../fonts/Swiss721BT-Roman.woff') format('woff'), url('../fonts/Swiss721BT-Roman.ttf') format('truetype'), url('../fonts/Swiss721BT-Roman.svg#Swiss721BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Swis721 BlkCn BT';
  src: url('../fonts/Swiss721BT-BlackCondensed.eot');
  src: local('Swiss 721 Black Condensed BT'), local('Swiss721BT-BlackCondensed'), url('../fonts/Swiss721BT-BlackCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-BlackCondensed.woff2') format('woff2'), url('../fonts/Swiss721BT-BlackCondensed.woff') format('woff'), url('../fonts/Swiss721BT-BlackCondensed.ttf') format('truetype'), url('../fonts/Swiss721BT-BlackCondensed.svg#Swiss721BT-BlackCondensed') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

.box {
  padding: 4.1667vw 0;
}

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

.fz20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    height: 50%;
  }
}

header {
  background-color: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px #dcdcdc;
  width: 100vw;
  height: 100px;
}

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

header .container {
  height: 100%;
  align-items: center;
}

header .container .logo {
  display: inline-block;
  height: 100px;
}

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

header .container .logo img {
  height: 100%;
}

header .container .header-r {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
}

header .container .header-r nav {
  display: inline-block;
  box-sizing: border-box;
}

header .container .header-r nav .list1 {
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}

header .container .header-r nav .list1 .list1items {
  box-sizing: border-box;
  height: 100%;
  padding: 0 2.0833vw;
  display: inline-block;
  position: relative;
}

header .container .header-r nav .list1 .list1items .active {
  color: #00317F;
}

header .container .header-r nav .list1 .list1items:nth-last-of-type(1) {
  padding-right: 2.9688vw;
}

header .container .header-r nav .list1 .list1items:hover a:after,
header .container .header-r nav .list1 .list1items .active a:after {
  width: 100%;
}

header .container .header-r nav .list1 .list1items .list2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  top: 100px;
  width: 300px;
  height: max-content;
  box-shadow: 0 0 10px #dcdcdc;
}

header .container .header-r nav .list1 .list1items .list2 a {
  display: block;
  width: 300px;
  white-space: nowrap;
  height: max-content;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  background-color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
}

header .container .header-r nav .list1 .list1items .list2 a:after {
  content: unset;
}

header .container .header-r nav .list1 .list1items .list2 a:hover {
  color: #0b3d8d;
  text-decoration: underline;
}

header .container .header-r nav .list1 .list1items .list2 .list3 {
  width: 150px;
  position: absolute;
  right: -150px;
  top: 0;
  height: 100%;
}

header .container .header-r nav .list1 .list1items .list2 .list3 a {
  width: 150px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

header .container .header-r nav .list1 .list1items .list2 .list3 a:nth-last-of-type(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

header .container .header-r nav .list1 .list1items a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 100px;
  transition: color 0.3s;
  position: relative;
}

header .container .header-r nav .list1 .list1items a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #00317F;
  transition: width 0.3s;
}

header .container .header-r .language-box {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

header .container .header-r .language-box:hover .earth {
  color: #00317F;
}

header .container .header-r .language-box:hover .en {
  color: #00317F;
}

header .container .header-r .language-box .earth {
  display: inline-block;
  transition: color 0.3s;
  margin-right: 14px;
  padding-left: 47px;
  border-left: 1px solid #CDCDCD;
  font-size: 0.9896vw;
}

@media (max-width: 1199px) {
  header .container .header-r .language-box .earth {
    font-size: 20px;
  }
}

header .container .header-r .language-box .en {
  display: inline-block;
  white-space: nowrap;
  transition: color 0.3s;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  margin-right: 2.7604vw;
}

header .container .header-r .language-box .search {
  cursor: pointer;
  display: inline-flex;
  width: 45px;
  height: 45px;
  background: #13489D;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

header .container .header-r .language-box .search i {
  color: #fff;
  font-size: 19px;
}

header .container .header-r .language-box .SearchBox {
  position: absolute;
  bottom: -60px;
}

header .container .header-r .language-box .SearchBox form {
  padding: 10px 0;
  border-radius: 30px;
  border: 1px solid #00317F;
  display: flex;
  align-items: center;
  background-color: #fff;
}

header .container .header-r .language-box .SearchBox form input {
  border: unset;
  outline: unset;
  display: block;
  width: 100%;
  background: none;
  font-size: 15px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
}

header .container .header-r .language-box .SearchBox form button {
  display: flex;
  z-index: 2;
  padding: 3px 15px;
  font-size: 20px;
  background: none;
  font-weight: bold;
  border: unset;
}

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

@media (max-width: 1199px) {
  .sidebar {
    transform: unset;
    top: unset;
    bottom: 20%;
  }
}

.sidebar ul .active {
  transform: translateX(0px);
}

.sidebar ul .unfold {
  transform: translateX(0) !important;
  display: none;
}

@media (max-width: 767px) {
  .sidebar ul .unfold {
    display: block;
  }
}

.sidebar ul li {
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .sidebar ul li {
    transform: translateX(70px);
  }
}

.sidebar ul li .current {
  transform: rotate(225deg);
}

.sidebar ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 50%;
  margin-bottom: 4px;
  transition: all 0.5s;
  font-size: 28px;
  color: #ffffff;
  position: relative;
}

.sidebar ul li a:hover {
  background: #13489D;
}

.sidebar ul li a .show-num {
  background-color: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  border-radius: 27px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 54px;
  font-size: 0.6em;
}

.sidebar ul li a .show-num p {
  background-color: #d9bb78;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

.sidebar ul li a .Qrcode {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
  width: 110px;
  height: 110px;
  transition: opacity 0.3s;
}

.sidebar ul li a .Qrcode img {
  width: 100%;
}

.banner {
  width: 100%;
  margin-top: 100px;
  height: 44.7917vw;
  position: relative;
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}

.banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper .swiper-wrapper .swiper-slide .pic {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper .swiper-wrapper .swiper-slide .pic img {
  height: 100%;
}

.banner .swiper .swiper-wrapper .swiper-slide .button {
  width: 200px;
  height: 60px;
  z-index: 999;
  position: absolute;
  top: 18.5938vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .button {
    width: 26.0417vw;
    height: 7.8125vw;
  }
}

.banner .swiper .swiper-wrapper .swiper-slide .button a .img-box {
  padding-bottom: 30%;
}

.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11.875vw;
  font-family: unset;
  font-size: unset;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

@media (max-width: 767px) {

  .banner .swiper .swiper-button-prev,
  .banner .swiper .swiper-button-next {
    left: 18px;
  }
}

.banner .swiper .swiper-button-prev i,
.banner .swiper .swiper-button-next i {
  font-size: 70px;
  color: #fff;
}

@media (max-width: 768px) {

  .banner .swiper .swiper-button-prev i,
  .banner .swiper .swiper-button-next i {
    font-size: 9.1146vw;
  }
}

.banner .swiper .swiper-button-prev::after,
.banner .swiper .swiper-button-next::after {
  content: unset;
}

.banner .swiper .swiper-button-next {
  right: 11.875vw;
  left: unset;
}

@media (max-width: 767px) {
  .banner .swiper .swiper-button-next {
    right: 18px;
  }
}

.banner .swiper .swiper-button-next i {
  transform: rotate(180deg);
}

.banner .swiper-pagination-banner {
  position: absolute;
  bottom: 2.3438vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
}

.banner .swiper-pagination-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.banner .swiper-pagination-banner .swiper-pagination-bullet-active {
  opacity: 1;
}

#container .language-box {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

#container .language-box:hover .earth {
  color: #00317F;
}

#container .language-box:hover .en {
  color: #00317F;
}

#container .language-box .earth {
  display: inline-block;
  transition: color 0.3s;
  margin-right: 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  #container .language-box .earth {
    font-size: 20px;
    margin-right: 20px;
  }
}

#container .language-box .en {
  display: inline-block;
  white-space: nowrap;
  transition: color 0.3s;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  #container .language-box .en {
    font-size: 20px;
    margin-right: 20px;
  }
}

#container .language-box .search {
  cursor: pointer;
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #13489D;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

@media (min-width: 768px) {
  #container .language-box .search {
    font-size: 20px;
    margin-right: 20px;
  }
}

#container .language-box .search i {
  color: #fff;
  font-size: 14px;
}

#container .language-box .SearchBox {
  position: absolute;
  bottom: -50px;
}

#container .language-box .SearchBox form {
  padding: 10px 0;
  border-radius: 30px;
  border: 1px solid #00317F;
  display: flex;
  align-items: center;
  background-color: #fff;
}

#container .language-box .SearchBox form input {
  border: unset;
  outline: unset;
  display: block;
  width: 100%;
  background: none;
  font-size: 15px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1199px) {
  #container .language-box .SearchBox form input {
    padding: 5px 10px;
  }
}

#container .language-box .SearchBox form button {
  display: flex;
  z-index: 2;
  padding: 3px 15px;
  font-size: 20px;
  background: none;
  font-weight: bold;
  border: unset;
}

.category {
  width: 100%;
  height: max-content;
}

.category .container {
  height: max-content;
}

.category .container .title {
  padding-top: 4.4271vw;
  padding-bottom: 4.8958vw;
}

.category .container .title h3 {
  font-family: 'Public Sans Black';
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #13489D;
  line-height: 60px;
}

@media (max-width: 1199px) {
  .category .container .title h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .category .container .title h3 {
    font-size: 28px;
  }
}

.category .container .slick-category {
  margin: 0 -15px;
  overflow-x: hidden;
}

.category .container .slick-category .slick-list {
  overflow: visible;
}

.category .container .slick-category .slick-slide {
  padding: 0 15px;
  overflow-y: visible;
}

.category .container .slick-category .slick-slide:nth-of-type(2n) {
  transform: translateY(20px);
}

.category .container .slick-category .item {
  position: relative;
}

.category .container .slick-category .item:hover .pic .img-box img {
  transform: scale(1.1);
}

.category .container .slick-category .item .pic .img-box {
  padding-bottom: 222.22%;
}

.category .container .slick-category .item .pic .img-box img {
  transition: all 0.5s;
}

.category .container .slick-category .item .icon {
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
}

.category .container .slick-category .item .icon i {
  font-size: 34px;
  color: #00317f;
}

.category .container .slick-category .item .productName {
  z-index: 10;
  position: absolute;
  top: 282px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  padding: 15px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0, 49, 127, 0.9);
  text-transform: uppercase;
}


.about {
  width: 100%;
  overflow: hidden;
  height: max-content;
  position: relative;
}

.about .title {
  padding-top: 1.0417vw;
  padding-bottom: 3.125vw;
}

.about .title h3 {
  text-align: start;
  font-size: 60px;
  font-family: 'Public Sans Black';
  color: #13489D;
  line-height: 60px;
}

@media (max-width: 767px) {
  .about .title h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

.about .title h3 span {
  color: #222;
}

.about .main {
  width: 100%;
  height: max-content;
  position: relative;
  background: url(../images/AboutUsBg.jpg) no-repeat;
  background-size: 100% 100%;
}

.about .main .container {
  position: relative;
}

.about .main .container .left {
  width: 40.9896vw;
  height: 100%;
}

@media (max-width: 1199px) {
  .about .main .container .left {
    width: 100%;
  }
}

.about .main .container .left .txt {
  padding-top: 4.0104vw;
  padding-bottom: 2.2917vw;
}

.about .main .container .left .txt p {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}

@media (max-width: 767px) {
  .about .main .container .left .txt p {
    font-size: 14px;
  }
}

.about .main .container .left .readMore {
  padding-bottom: 4.0104vw;
}

.about .main .container .left .readMore a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
}

.about .main .container .left .readMore a:hover {
  text-decoration: underline;
}

.about .main .container .left .num ul {
  margin-bottom: 4.375vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.about .main .container .left .num ul li {
  text-align: center;
  display: inline-block;
  width: 33%;
  display: inline-flex;
  justify-content: center;
  height: max-content;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.about .main .container .left .num ul li:nth-of-type(1) {
  text-align: start;
  justify-content: flex-start;
}

.about .main .container .left .num ul li:nth-last-of-type(1) {
  justify-content: flex-end;
  border: unset;
}

.about .main .container .left .num ul li .l {
  display: inline-block;
  margin-right: 10px;
}

.about .main .container .left .num ul li .l p {
  font-size: 60px;
  font-family: 'Swis721 BlkCn BT';
  color: #FFFFFF;
  line-height: 60px;
}

@media (max-width: 1630px) {
  .about .main .container .left .num ul li .l p {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .about .main .container .left .num ul li .l p {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .about .main .container .left .num ul li .l p {
    font-size: 25px;
    line-height: 40px;
  }
}

.about .main .container .left .num ul li .r {
  display: inline-block;
  width: max-content;
}

.about .main .container .left .num ul li .r p {
  width: max-content;
  font-size: 12px;
  white-space: nowrap;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

@media (max-width: 767px) {
  .about .main .container .left .num ul li .r p {
    line-height: 18px;
  }
}

.about .main .container .left .num ul li .r p:nth-child(2) {
  font-weight: 400;
}

.about .right {
  height: 100%;
  width: 26.5625vw;
  cursor: pointer;
  position: absolute;
  right: 13.2813vw;
  bottom: 0;
  overflow: hidden;
}

.about .right .pic {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .about .right {
    position: relative;
    width: 100%;
    height: 300px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .about .right .pic {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .about .right .pic img {
    width: 100%;
  }
}

.about .right:hover .pic img {
  transform: scale(1.1);
}

.about .right img {
  transition: all 0.3s;
}

.about .right .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .right .icon i {
  color: #000;
  font-size: 43px;
}

.WhyChooseUs {
  width: 100%;
  height: max-content;
  padding-bottom: 6.8229vw;
}

.WhyChooseUs .title {
  padding-top: 5.8854vw;
}

.WhyChooseUs .title h3 {
  text-align: center;
  font-size: 48px;
  font-family: 'Public Sans Black';
  color: #13489D;
  line-height: 48px;
  padding-bottom: 1.5625vw;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .WhyChooseUs .title h3 {
    font-size: 28px;
  }
}

.WhyChooseUs .title h3 span {
  color: #222;
}

.WhyChooseUs .title p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #AAAAAA;
  line-height: 22px;
}

@media (max-width: 767px) {
  .WhyChooseUs .title p {
    font-size: 14px;
    line-height: 16px;
  }
}

.WhyChooseUs .main ul {
  font-size: 0;
}

.WhyChooseUs .main ul li {
  float: unset;
  padding-top: 4.8438vw;
  display: inline-flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}

.WhyChooseUs .main ul li:hover .icon i {
  transform: rotate(360deg);
}

.WhyChooseUs .main ul li .icon {
  width: 70px;
  height: 70px;
  background: #13489D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.WhyChooseUs .main ul li .icon i {
  transition: all 1s;
  color: #fff;
  font-size: 26px;
}

.WhyChooseUs .main ul li h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.WhyChooseUs .main ul li h3:nth-of-type(1) {
  padding-top: 23px;
}

@media (max-width: 767px) {
  .WhyChooseUs .main ul li h3:nth-of-type(1) {
    padding-top: 13px;
  }
}

.WhyChooseUs .main ul li h3:nth-last-of-type(1) {
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  .WhyChooseUs .main ul li h3:nth-last-of-type(1) {
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .WhyChooseUs .main ul li h3 {
    font-size: 14px;
    line-height: 16px;
  }
}

.WhyChooseUs .main ul li p {
  text-align: center;
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

@media (max-width: 767px) {
  .WhyChooseUs .main ul li p {
    line-height: 16px;
  }
}

.marketingNetwork {
  width: 100%;
  height: max-content;
  position: relative;
}

@media (max-width: 1199px) {
  .marketingNetwork {
    height: max-content;
  }
}

.marketingNetwork .pic {
  z-index: -99;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketingNetwork .pic img {
  width: 100%;
  height: 100%;
}

.marketingNetwork .title {
  height: 100%;
  z-index: 100;
}

.marketingNetwork .title h3 {
  padding-top: 5.625vw;
  text-align: center;
  font-size: 48px;
  font-family: 'Public Sans Black';
  color: #FFFFFF;
  line-height: 48px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .marketingNetwork .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

.marketingNetwork .title p {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  padding-top: 27px;
}

@media (max-width: 767px) {
  .marketingNetwork .title p {
    font-size: 14px;
    line-height: 18px;
  }
}

.marketingNetwork .pic2 {
  margin-top: 4.1667vw;
  position: relative;
  height: max-content;
  margin-bottom: 100px;
}

.marketingNetwork .pic2 .img-box {
  padding-bottom: 44.28%;
}

.marketingNetwork .pic2 li {
  z-index: 99;
  position: absolute;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  font-size: 0.8333vw;
  line-height: 0.8333vw;
  padding: 0.9896vw 1.5625vw;
  background-color: #e7e7e7;
  border-radius: 10px;
  width: max-content;
}

.marketingNetwork .pic2 li::before {
  content: '';
  border-top: 10px solid #e7e7e7;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.marketingNetwork .pic2 .Europe {
  top: 4.0104vw;
  left: 9.375vw;
}

.marketingNetwork .pic2 .Africa {
  top: 13.1771vw;
  left: 1.7188vw;
}

.marketingNetwork .pic2 .Asia {
  top: 8.9583vw;
  left: 22.3958vw;
}

.marketingNetwork .pic2 .North-America {
  top: 5.7813vw;
  right: 11.9271vw;
}

.marketingNetwork .pic2 .Latin-America {
  top: 18.125vw;
  right: 0.3646vw;
}

.Know {
  width: 100%;
  height: max-content;
}

.Know .title {
  padding-top: 4.1146vw;
  padding-bottom: 37px;
}

.Know .title h3 {
  font-size: 48px;
  font-family: 'Public Sans Black';
  color: #000000;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767px) {
  .Know .title h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

.Know .title h3 span {
  color: #13489D;
}

.Know .title p {
  text-align: center;
  padding-top: 1.5625vw;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}

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

.Know .main {
  width: 100%;
  position: relative;
}

.Know .main .swiper {
  width: 100%;
}

.Know .main .swiper .swiper-wrapper {
  width: 100%;
}

.Know .main .swiper .swiper-wrapper .swiper-slide {
  width: 450px;
}

@media (max-width: 767px) {
  .Know .main .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic {
  cursor: pointer;
  width: 100%;
  height: max-content;
  position: relative;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic:hover .img-box img {
  transform: scale(1.1);
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic .img-box {
  z-index: 0;
  padding-bottom: 62.22%;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic .img-box img {
  transition: all 0.5s;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic:hover .mask {
  opacity: 1;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic .mask {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic .mask .icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #327EBF;
  border-radius: 30px;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .pic .mask .icon i {
  color: #fff;
  font-size: 17.7px;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail {
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  background: #F9F9F9;
  padding-left: 27px;
}

@media (max-width: 767px) {
  .Know .main .swiper .swiper-wrapper .swiper-slide .detail {
    padding-right: 20px;
    height: max-content;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .time {
  padding-top: 29px;
  font-size: 14px;
  font-weight: bold;
  color: #13489D;
  line-height: 14px;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail h3 {
  display: block;
  padding-top: 20px;
  padding-bottom: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  transition: color 0.3s;
}

@media (max-width: 768px) {
  .Know .main .swiper .swiper-wrapper .swiper-slide .detail h3 {
    width: unset;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail h3:hover {
  color: #00317F;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .particulars {
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  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) {
  .Know .main .swiper .swiper-wrapper .swiper-slide .detail .particulars {
    width: 100%;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom {
  padding-top: 2.3958vw;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom {
    padding-bottom: 10px;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom .l i {
  font-size: 12px;
  color: #AAAAAA;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom .r {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom .r {
    margin-right: 0;
  }
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom .r a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  transition: color 0.3s;
}

.Know .main .swiper .swiper-wrapper .swiper-slide .detail .bottom .r a:hover {
  color: #00317F;
}

.Know .main .swiper-button-next,
.Know .main .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: -132px;
  transform: translateX(-50%);
  font-family: unset;
  font-size: unset;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  width: 59px;
  height: 59px;
  box-sizing: border-box;
  border: 1px solid #BBB;
  border-radius: 50%;
  transition: all 0.3s;
}

@media (max-width: 1650px) {

  .Know .main .swiper-button-next,
  .Know .main .swiper-button-prev {
    display: none;
  }
}

.Know .main .swiper-button-next:hover,
.Know .main .swiper-button-prev:hover {
  border: unset;
  background: #13489D;
}

.Know .main .swiper-button-next:hover i,
.Know .main .swiper-button-prev:hover i {
  color: #fff;
}

.Know .main .swiper-button-next i,
.Know .main .swiper-button-prev i {
  color: #BBB;
  font-size: 0.15px;
  transform: rotate(180deg);
}

.Know .main .swiper-button-next::after,
.Know .main .swiper-button-prev::after {
  content: unset;
}

.Know .main .swiper-button-prev {
  left: -73px;
}

.Know .main .swiper-button-prev i {
  transform: rotate(0deg);
}

.Know .viewMoreNews a {
  display: block;
  margin-top: 3.0729vw;
  margin-bottom: 4.5313vw;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #13489D;
  line-height: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.Know .viewMoreNews a:hover {
  color: #000;
}

footer {
  overflow: hidden;
  width: 100%;
  height: max-content;
  background: #111111;
  font-family: Arial;
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 45px;
  }
}

footer .footer-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3.6458vw 0 4.6875vw;
  font-size: 0;
}

footer .footer-row .footer-lis {
  float: none;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0;
  padding-top: 20px;
}

footer .footer-row .footer-lis ul li {
  margin-top: 20px;
  line-height: 1.5;
}

footer .footer-row .footer-lis ul li:nth-of-type(1) {
  margin-top: 0;
}

footer .footer-row .footer-lis ul li .tit {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}

footer .footer-row .footer-lis ul li p,
footer .footer-row .footer-lis ul li a {
  color: #aaa;
  font-size: 14px;
  transition: all 0.3s;
}

footer .footer-row .footer-lis ul li p i,
footer .footer-row .footer-lis ul li a i {
  margin-right: 15px;
  font-size: 24px;
}

footer .footer-row .footer-lis ul li a:hover {
  color: #fff;
}

footer .footer-row .footer-lis .f-nav {
  font-family: 'Public Sans Blod';
  text-transform: uppercase;
  margin: 0 0 1.5625vw;
  color: #fff;
}

@media (min-width: 1199px) {
  footer .footer-row .footer-contact {
    width: 347px;
  }
}

footer .footer-row .footer-form {
  overflow: hidden;
}

@media (max-width: 1470px) {
  footer .footer-row .footer-form {
    width: 200px;
  }
}

@media (max-width: 997px) {
  footer .footer-row .footer-form {
    width: unset;
  }
}

@media (max-width: 767px) {
  footer .footer-row .footer-form {
    width: 100%;
  }
}

footer .footer-row .footer-form form {
  display: flex;
  flex-direction: column;
  width: 300px;
}

@media (max-width: 767px) {
  footer .footer-row .footer-form form {
    width: 100%;
  }
}

footer .footer-row .footer-form form input {
  box-sizing: border-box;
  display: block;
  border: unset;
  outline: unset;
  width: 100%;
  height: 35px;
  background: #333333;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

footer .footer-row .footer-form form textarea {
  box-sizing: border-box;
  padding-top: 14px;
  resize: none;
  border: unset;
  outline: unset;
  width: 100%;
  height: 75px;
  background: #333333;
  padding-left: 25px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

footer .footer-row .footer-form form button {
  border: unset;
  cursor: pointer;
  width: 120px;
  height: 35px;
  background: #13489D;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 10px;
  text-transform: uppercase;
}

footer .footer-row .footer-form form button i {
  color: #fff;
  margin-left: 15px;
}

@media (max-width: 767px) {
  footer .footer-row .footer-media ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

footer .footer-row .footer-media ul li {
  margin-top: 0px;
}

@media (max-width: 767px) {
  footer .footer-row .footer-media ul li {
    margin-top: unset;
    margin-right: 20px;
  }
}

footer .footer-row .footer-products {
  padding-left: 40px;
}

@media (max-width: 768px) {
  footer .footer-row .footer-products {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  footer .footer-row .footer-products ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

footer .footer-row .footer-products ul li {
  margin-top: 12px;
}

@media (max-width: 767px) {
  footer .footer-row .footer-products ul li {
    margin-top: unset;
    margin-right: 20px;
  }
}

footer .copyright {
  padding: 1.875vw 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copyright .info {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}

footer .copyright .info .cnzz {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

footer .copyright .info a {
  color: #FFFFFF;
}

footer .copyright .info a:hover {
  text-decoration: underline;
}

footer .copyright .sitemap i {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
}

footer .copyright .sitemap a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'ArialMT';
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  line-height: 14px;
}

.mobileFooterBar {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #FFF;
}

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

.mobileFooterBar ul a {
  display: inline-block;
  width: 20%;
  padding: unset;
  box-sizing: border-box;
  position: relative;
}

.mobileFooterBar ul a:nth-last-of-type(1) {
  border: unset;
}

.mobileFooterBar ul a .Qrcode {
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
}

.mobileFooterBar ul a .Qrcode .img-box {
  padding-bottom: 100%;
}

.mobileFooterBar ul a li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.publicbanner {
  margin-top: 100px;
  position: relative;
  height: max-content;
}

@media (max-width: 1199px) {
  .publicbanner {
    margin-top: 60px;
  }
}

.publicbanner .pic .img-box {
  padding-bottom: 13.5%;
}

@media (max-width: 1199px) {
  .publicbanner .pic .img-box {
    padding-bottom: 20%;
  }
}

@media (max-width: 767px) {
  .publicbanner .pic .img-box {
    padding-bottom: 30%;
  }
}

.publicbanner .title {
  height: max-content;
  z-index: 99;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.publicbanner .title h3 {
  font-family: 'Swis721 BlkCn BT';
  font-size: 72px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .publicbanner .title h3 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .publicbanner .title h3 {
    font-size: 40px;
  }
}

.publicbanner .title p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .publicbanner .title p {
    font-size: 12px;
  }
}

.News-wrap .row .lis {
  margin-bottom: 30px;
}

.News-wrap .row .lis .pic {
  cursor: pointer;
  width: 100%;
  height: max-content;
  position: relative;
}

.News-wrap .row .lis .pic:hover .img-box img {
  transform: scale(1.1);
}

.News-wrap .row .lis .pic .img-box {
  z-index: 0;
  padding-bottom: 62.22%;
}

.News-wrap .row .lis .pic .img-box img {
  transition: all 0.5s;
}

.News-wrap .row .lis .pic:hover .mask {
  opacity: 1;
}

.News-wrap .row .lis .pic .mask {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.News-wrap .row .lis .pic .mask .icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #327EBF;
  border-radius: 30px;
}

.News-wrap .row .lis .pic .mask .icon i {
  color: #fff;
  font-size: 17.7px;
}

.News-wrap .row .lis .detail {
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  background: #F9F9F9;
  padding-left: 1.4063vw;
}

@media (max-width: 767px) {
  .News-wrap .row .lis .detail {
    height: max-content;
    padding-bottom: 20px;
  }
}

.News-wrap .row .lis .detail .time {
  padding-top: 29px;
  font-size: 14px;
  font-weight: bold;
  color: #13489D;
  line-height: 14px;
}

.News-wrap .row .lis .detail h3 {
  display: block;
  padding-top: 20px;
  padding-bottom: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  transition: color 0.3s;
}

.News-wrap .row .lis .detail h3:hover {
  color: #00317F;
}

.News-wrap .row .lis .detail .particulars {
  width: 100%;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.News-wrap .row .lis .detail .bottom {
  padding-top: 2.3958vw;
  display: flex;
  justify-content: space-between;
}

.News-wrap .row .lis .detail .bottom .l i {
  font-size: 12px;
  color: #AAAAAA;
}

.News-wrap .row .lis .detail .bottom .r {
  margin-right: 45px;
}

.News-wrap .row .lis .detail .bottom .r a {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  transition: color 0.3s;
}

.News-wrap .row .lis .detail .bottom .r a:hover {
  color: #00317F;
}

.News-wrap nav {
  padding-top: 45px;
}

@media (max-width: 767px) {
  .News-wrap nav {
    padding-top: 0px;
  }
}

.News-wrap nav .pagination {
  display: flex;
  justify-content: center;
}

.News-wrap nav .pagination li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.3s;
}

.News-wrap nav .pagination li:hover {
  background-color: #222;
  color: #fff;
}

.News-wrap nav .pagination .active {
  background-color: #222;
  color: #fff;
}

.News-wrap nav .pagination .prev,
.News-wrap nav .pagination .next {
  background-color: #f3f3f3;
}

.News-wrap nav .pagination .next i {
  transform: rotate(180deg);
}

.contactsInfo {
  width: 100%;
  height: max-content;
  padding-bottom: 3.6458vw;
  position: relative;
}

.contactsInfo .info {
  padding-left: 13.2813vw;
  padding-top: 3.9063vw;
  width: 630px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .contactsInfo .info {
    width: 100%;
    padding: 40px 100px 0;
  }
}

@media (max-width: 767px) {
  .contactsInfo .info {
    padding: 20px 20px 0;
  }
}

.contactsInfo .info li {
  padding-bottom: 22px;
}

.contactsInfo .info li .tit {
  font-family: 'Public Sans';
  font-weight: bold;
  font-size: 18px;
  color: #13489d;
}

.contactsInfo .info li a:hover {
  text-decoration: underline;
}

.contactsInfo .info li a,
.contactsInfo .info li p {
  font-family: 'Public Sans Blod';
  display: block;
  width: 32.8125vw;
  font-size: 15px;
  color: #000;
  line-height: 26px;
}

@media (max-width: 1262px) {

  .contactsInfo .info li a,
  .contactsInfo .info li p {
    width: 100%;
  }
}

.contactsInfo .map {
  float: right;
  display: inline-block;
  text-align: right;
  width: 50vw;
  height: 620px;
}

@media (max-width: 1262px) {
  .contactsInfo .map {
    width: 100%;
    height: 300px;
  }
}

.contactsInfo .map .map-content {
  width: 100%;
  height: 100%;
}

.Message .title {
  text-align: center;
}

.Message .title h3 {
  font-size: 36px;
  line-height: 82px;
  font-family: 'Public Sans Black';
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .Message .title h3 {
    font-size: 28px;
    line-height: 50px;
  }
}

.Message .title p {
  color: #999;
  font-size: 14px;
  line-height: 23.88px;
}

@media (max-width: 767px) {
  .Message .title p {
    font-size: 12px;
    line-height: 16px;
  }
}

.Message form {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .Message form {
    margin-top: 15px;
  }
}

.Message form input {
  padding-left: 20px;
  width: 100%;
  border: unset;
  outline: unset;
  height: 55.5px;
  background-color: #f6f6f6;
  margin-bottom: 12px;
}

.Message form textarea {
  padding-top: 25px;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  border: unset;
  outline: unset;
  resize: none;
  height: 270px;
  background-color: #f6f6f6;
}

@media (max-width: 767px) {
  .Message form textarea {
    height: 150px;
  }
}

.Message form .button {
  display: flex;
  justify-content: center;
}

.Message form button {
  margin-top: 25px;
  margin-bottom: 65px;
  width: 165px;
  height: 50px;
  border-radius: 25px;
  background-color: #13489d;
  border: unset;
  outline: unset;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .Message form button {
    margin: 10px 0 30px 0;
  }
}

.productList {
  padding-top: 4.8438vw;
  background-color: #f9f9f9;
}

.productList .xs-product-nav {
  line-height: 1.8;
  margin: 1.0417vw 0px 0;
  text-transform: capitalize;
}

.productList .xs-product-nav .title h3 {
  padding: 0 15px;
  font-family: 'Public Sans Blod';
  font-size: 28px;
  color: #000;
  padding-bottom: 1.5625vw;
  text-transform: uppercase;
}

.productList .xs-product-nav ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}

.productList .xs-product-nav ul li a {
  display: block;
  padding: 0 8px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .productList .list-l {
    width: 100%;
    margin-bottom: 30px;
  }
}

.productList .list-l .firstGrade {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991px) {
  .productList .list-l .firstGrade {
    width: 100%;
  }
}

.productList .list-l .firstGrade i {
  transition: all 0.3s;
  float: right;
  transform: rotate(180deg);
  margin-right: 20px;
}

.productList .list-l .firstGrade .firstGradeTitle {
  border-bottom: 1px solid #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  display: block;
  color: #fff;
  background-color: #13489d;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}

.productList .list-l .firstGrade .firstGradeTitle span {
  display: block;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.productList .list-l .firstGrade .seacondGrade {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}

.productList .list-l .firstGrade .seacondGrade:nth-of-type(n+2) {
  padding-top: unset;
}

.productList .list-l .firstGrade .seacondGrade .active {
  color: #13489d !important;
}

.productList .list-l .firstGrade .seacondGrade .seacondGradeTitle {
  font-size: 16px;
  padding-left: 30px;
  display: block;
  width: 100%;
  color: #333;
  font-weight: bold;
}

.productList .list-l .firstGrade .seacondGrade .thirdGrade {
  font-weight: bold;
  padding-left: 40px;
}

.productList .list-l .firstGrade .seacondGrade .thirdGrade .active {
  color: #13489d;
}

.productList .list-l .firstGrade .seacondGrade .thirdGrade a {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.productList .container-r .row a {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .productList .container-r .row a {
    padding: 0 7px;
  }
}

.productList .container-r .row a:hover .img-box img {
  transform: scale(1.1);
}

.productList .container-r .row a:hover .img-box .mask {
  opacity: 1;
}

.productList .container-r .row a .img-box {
  padding-bottom: 100%;
  margin-bottom: 5px;
}

.productList .container-r .row a .img-box img {
  transition: all 0.3s;
}

.productList .container-r .row a .img-box .mask {
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
}

.productList .container-r .row a .img-box .mask .icon {
  width: 60px;
  height: 60px;
  background-color: #327ebf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productList .container-r .row a .img-box .mask .icon i {
  color: #fff;
  font-size: 24px;
}

.productList .container-r .row a p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  height: 51px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 51px;

}

.productList .container-r nav {
  float: right;
}

.productList .container-r nav ul {
  margin: 40px 0 95px 0;
}

.productList .container-r nav ul a li {
  margin: 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.productList .container-r nav ul a li:hover {
  background-color: #222222;
  color: #FFF;
}

.productList .container-r nav ul a .active {
  background-color: #222222;
  color: #FFF;
}

.productList .container-r nav ul a .next i {
  transform: rotate(180deg);
}

.searchtitle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  padding-left: 15px;
}

.searchtitle input {
  width: 100%;
  height: 60px;
  border: unset;
  outline: unset;
  color: #000;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.CompanyProfile {
  padding-top: 4.1667vw;
}

.CompanyProfile .title h3 {
  font-size: 36px;
  color: #222;
  text-transform: uppercase;
  font-family: 'Public Sans Black';
  line-height: 36px;
  padding-bottom: 1.8229vw;
}

@media (max-width: 767px) {
  .CompanyProfile .title h3 {
    font-size: 28px;
  }
}

.CompanyProfile .detail {
  padding-bottom: 3.6458vw;
}

.CompanyProfile .detail p {
  font-size: 16px;
  line-height: 29px;
  color: #666666;
}

@media (max-width: 767px) {
  .CompanyProfile .detail p {
    line-height: 18px;
    font-size: 14px;
  }
}

.CompanyProfile .lis {
  margin-bottom: 6.5625vw;
}

.CompanyProfile .lis .items {
  transition: all 0.5s;
  position: relative;
  width: 330px;
  height: max-content;
  margin: 0 15px;
  padding: unset;
  background-color: #00317F;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-height: 360px;
}

.CompanyProfile .lis .items:hover {
  transform: translateY(-10px);
}

@media (max-width: 1467px) {
  .CompanyProfile .lis .items {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .CompanyProfile .lis .items {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.CompanyProfile .lis .items:nth-child(2n) {
  background-color: #eeeeee;
}

.CompanyProfile .lis .items:nth-child(2n)::before {
  width: 100%;
  display: block;
  content: '';
  background: url(../images/img2.png) no-repeat;
  background-position: bottom;
  opacity: 1;
  background-size: 100%;
}

.CompanyProfile .lis .items:nth-child(2n) .icon {
  background-color: #0b3d8d;
}

.CompanyProfile .lis .items:nth-child(2n) h3 {
  color: #222;
}

.CompanyProfile .lis .items:nth-child(2n) P {
  color: #222;
}

.CompanyProfile .lis .items::before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: '';
  background: url(../images/img1.png) no-repeat;
  background-position: bottom;
  opacity: 1;
  background-size: 100%;
}

@media (max-width: 767px) {
  .CompanyProfile .lis .items {
    height: max-content;
    min-height: max-content;
    padding-bottom: 30px;
  }
}

.CompanyProfile .lis .items .icon {
  margin-top: 60px;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #366cc3;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .CompanyProfile .lis .items .icon {
    margin-top: 25px;
  }
}

.CompanyProfile .lis .items .icon i {
  font-size: 26px;
  color: #fff;
}

.CompanyProfile .lis .items h3 {
  text-transform: uppercase;
  z-index: 10;
  padding-top: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .CompanyProfile .lis .items h3 {
    padding-top: 10px;
  }
}

.CompanyProfile .lis .items p {
  z-index: 10;
  padding-top: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .CompanyProfile .lis .items p {
    width: 80%;
    padding-top: 10px;
  }
}

.conpanyShow {
  width: 100%;
  height: max-content;
  background: url(../images/showbg.jpg) no-repeat;
  position: relative;
  background-size: 100% 100%;
}

.conpanyShow .title h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Public Sans Black';
  color: #fff;
  line-height: 140px;
}

@media (max-width: 767px) {
  .conpanyShow .title h3 {
    font-size: 28px;
    line-height: 100px;
  }
}

.conpanyShow .swiper {
  width: 100%;
  height: 512px;
}

@media (max-width: 991px) {
  .conpanyShow .swiper {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .conpanyShow .swiper {
    height: max-content;
  }
}

.conpanyShow .swiper .swiper-wrapper {
  width: 100%;
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide {
  width: max-content;
  height: calc((100% - 30px) / 2);
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide:hover .img-box .mask {
  opacity: 1;
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide .img-box {
  padding-bottom: 72.7%;
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide .img-box .mask {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #327ebf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conpanyShow .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon i {
  color: #fff;
  font-size: 24px;
}

.conpanyShow .swiper-button-next,
.conpanyShow .swiper-button-prev {
  position: absolute;
  top: 390px;
  width: 58.62px;
  height: 58.62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FFF;
  transition: all 0.3s;
}

@media (max-width: 1199px) {

  .conpanyShow .swiper-button-next,
  .conpanyShow .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 1850px) {

  .conpanyShow .swiper-button-next,
  .conpanyShow .swiper-button-prev {
    bottom: 2.6042vw;
    top: unset;
  }
}

.conpanyShow .swiper-button-next:hover,
.conpanyShow .swiper-button-prev:hover {
  background-color: #fff;
}

.conpanyShow .swiper-button-next:hover i,
.conpanyShow .swiper-button-prev:hover i {
  color: #0b3d8d;
}

.conpanyShow .swiper-button-next i,
.conpanyShow .swiper-button-prev i {
  font-size: 15px;
  color: #fff;
}

.conpanyShow .swiper-button-next::after,
.conpanyShow .swiper-button-prev::after {
  content: unset;
}

.conpanyShow .swiper-button-next {
  right: 150px;
}

.conpanyShow .swiper-button-next i {
  transform: rotate(180deg);
}

.conpanyShow .swiper-button-prev {
  left: 150px;
}

.conpanyShow .swiper-pagination {
  position: unset;
  padding: 2.6042vw 0 3.2292vw 0;
}

.conpanyShow .swiper-pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 1;
}

.conpanyShow .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

@media (max-width: 767px) {
  .conpanyShow .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}

.conpanyShow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #366cc3;
  color: #fff;
}

.exhibition {
  width: 100%;
  height: max-content;
  background-color: #fff;
  position: relative;
}

.exhibition .title h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Public Sans Black';
  color: #000;
  line-height: 140px;
}

@media (max-width: 767px) {
  .exhibition .title h3 {
    font-size: 28px;
    line-height: 100px;
  }
}

.exhibition .swiper {
  width: 100%;
  height: max-content;
}

@media (max-width: 767px) {}

.exhibition .swiper .swiper-wrapper {
  height: 100%;
}

.exhibition .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.exhibition .swiper .swiper-wrapper .swiper-slide:hover .img-box .mask {
  opacity: 1;
}

.exhibition .swiper .swiper-wrapper .swiper-slide .img-box {
  padding-bottom: 75.22%;
}

.exhibition .swiper .swiper-wrapper .swiper-slide .img-box .mask {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.exhibition .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #327ebf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exhibition .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon i {
  color: #fff;
  font-size: 24px;
}

.exhibition .swiper-button-next-exhibition,
.exhibition .swiper-button-prev-exhibition {
  position: absolute;
  top: 250px;
  width: 58.62px;
  height: 58.62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  transition: all 0.3s;
}

@media (max-width: 1199px) {

  .exhibition .swiper-button-next-exhibition,
  .exhibition .swiper-button-prev-exhibition {
    display: none;
  }
}

@media (max-width: 1850px) {

  .exhibition .swiper-button-next-exhibition,
  .exhibition .swiper-button-prev-exhibition {
    bottom: 2.6042vw;
    top: unset;
  }
}

.exhibition .swiper-button-next-exhibition:hover,
.exhibition .swiper-button-prev-exhibition:hover {
  background-color: #0b3d8d;
}

.exhibition .swiper-button-next-exhibition:hover i,
.exhibition .swiper-button-prev-exhibition:hover i {
  color: #fff;
}

.exhibition .swiper-button-next-exhibition i,
.exhibition .swiper-button-prev-exhibition i {
  font-size: 15px;
  color: #d3d3d3;
}

.exhibition .swiper-button-next-exhibition::after,
.exhibition .swiper-button-prev-exhibition::after {
  content: unset;
}

.exhibition .swiper-button-next-exhibition {
  right: 150px;
}

.exhibition .swiper-button-next-exhibition i {
  transform: rotate(180deg);
}

.exhibition .swiper-button-prev-exhibition {
  left: 150px;
}

.exhibition .swiper-pagination-exhibition {
  box-sizing: border-box;
  position: unset;
  padding: 2.6042vw 0 3.2292vw 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.exhibition .swiper-pagination-exhibition span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 1;
}

.exhibition .swiper-pagination-exhibition .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

@media (max-width: 767px) {
  .exhibition .swiper-pagination-exhibition .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}

.exhibition .swiper-pagination-exhibition .swiper-pagination-bullet-active {
  background-color: #222;
  color: #fff;
}

.honor {
  width: 100%;
  height: max-content;
  background-color: #f6f6f6;
  position: relative;
}

.honor .title h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Public Sans Black';
  color: #000;
  line-height: 140px;
}

@media (max-width: 767px) {
  .honor .title h3 {
    font-size: 28px;
    line-height: 100px;
  }
}

.honor .swiper {
  width: 100%;
  height: max-content;
}

.honor .swiper .swiper-wrapper {
  height: 100%;
}

.honor .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.honor .swiper .swiper-wrapper .swiper-slide:hover .img-box .mask {
  opacity: 1;
}

.honor .swiper .swiper-wrapper .swiper-slide .img-box {
  padding-bottom: 75.22%;
}

.honor .swiper .swiper-wrapper .swiper-slide .img-box .mask {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.honor .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #327ebf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.honor .swiper .swiper-wrapper .swiper-slide .img-box .mask .icon i {
  color: #fff;
  font-size: 24px;
}

.honor .swiper-button-next-honor,
.honor .swiper-button-prev-honor {
  position: absolute;
  top: 250px;
  width: 58.62px;
  height: 58.62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  transition: all 0.3s;
}

@media (max-width: 1850px) {

  .honor .swiper-button-next-honor,
  .honor .swiper-button-prev-honor {
    bottom: 2.6042vw;
    top: unset;
  }
}

@media (max-width: 1200px) {

  .honor .swiper-button-next-honor,
  .honor .swiper-button-prev-honor {
    display: none;
  }
}

.honor .swiper-button-next-honor:hover,
.honor .swiper-button-prev-honor:hover {
  background-color: #0b3d8d;
}

.honor .swiper-button-next-honor:hover i,
.honor .swiper-button-prev-honor:hover i {
  color: #fff;
}

.honor .swiper-button-next-honor i,
.honor .swiper-button-prev-honor i {
  font-size: 15px;
  color: #d3d3d3;
}

.honor .swiper-button-next-honor::after,
.honor .swiper-button-prev-honor::after {
  content: unset;
}

.honor .swiper-button-next-honor {
  right: 150px;
}

.honor .swiper-button-next-honor i {
  transform: rotate(180deg);
}

.honor .swiper-button-prev-honor {
  left: 150px;
}

.honor .swiper-pagination-honor {
  box-sizing: border-box;
  position: unset;
  padding: 2.6042vw 0 3.2292vw 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.honor .swiper-pagination-honor span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 1;
}

.honor .swiper-pagination-honor .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

@media (max-width: 767px) {
  .honor .swiper-pagination-honor .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}

.honor .swiper-pagination-honor .swiper-pagination-bullet-active {
  background-color: #222;
  color: #fff;
}

.productParticulars {
  background-color: #f9f9f9;
  padding-top: 4.8438vw;
}

.productParticulars .xs-product-nav {
  line-height: 1.8;
  margin: 1.0417vw 0px 0;
  text-transform: capitalize;
}

.productParticulars .xs-product-nav .title h3 {
  padding: 0 15px;
  font-family: 'Public Sans Blod';
  font-size: 28px;
  color: #000;
  padding-bottom: 1.5625vw;
  text-transform: uppercase;
}

.productParticulars .xs-product-nav ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}

.productParticulars .xs-product-nav ul li a {
  display: block;
  padding: 0 8px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .productParticulars .list-l {
    width: 100%;
    margin-bottom: 30px;
  }
}

.productParticulars .list-l .firstGrade {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991px) {
  .productParticulars .list-l .firstGrade {
    width: 100%;
  }
}

.productParticulars .list-l .firstGrade i {
  transition: all 0.3s;
  float: right;
  transform: rotate(180deg);
  margin-right: 20px;
}

.productParticulars .list-l .firstGrade .firstGradeTitle {
  border-bottom: 1px solid #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  display: block;
  color: #fff;
  background-color: #13489d;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}

.productParticulars .list-l .firstGrade .firstGradeTitle span {
  display: block;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.productParticulars .list-l .firstGrade .seacondGrade {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}

.productParticulars .list-l .firstGrade .seacondGrade:nth-of-type(n+2) {
  padding-top: unset;
}

.productParticulars .list-l .firstGrade .seacondGrade .active {
  color: #13489d !important;
}

.productParticulars .list-l .firstGrade .seacondGrade .seacondGradeTitle {
  font-size: 16px;
  padding-left: 30px;
  display: block;
  width: 100%;
  color: #333;
  font-weight: bold;
}

.productParticulars .list-l .firstGrade .seacondGrade .thirdGrade {
  font-weight: bold;
  padding-left: 40px;
}

.productParticulars .list-l .firstGrade .seacondGrade .thirdGrade .active {
  color: #13489d;
}

.productParticulars .list-l .firstGrade .seacondGrade .thirdGrade a {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.productParticulars .container-r {
  padding: unset;
}

.productParticulars .container-r .row {
  margin: unset;
}

.productParticulars .container-r .topswiper {
  width: 100%;
  height: max-content;
  margin-bottom: 15px;
}

.productParticulars .container-r .topswiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}

.productParticulars .container-r .topswiper .swiper-slide .img-box {
  padding-bottom: 100%;
}

.productParticulars .container-r .topswiper .swiper-slide .img-box:hover .mask {
  opacity: 1;
}

.productParticulars .container-r .topswiper .swiper-slide .img-box .mask {
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productParticulars .container-r .topswiper .swiper-slide .img-box .mask i {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 32px;
}

.productParticulars .container-r .topswiper .swiper-button-next-topswiper,
.productParticulars .container-r .topswiper .swiper-button-prev-topswiper {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #13489d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productParticulars .container-r .topswiper .swiper-button-next-topswiper i,
.productParticulars .container-r .topswiper .swiper-button-prev-topswiper i {
  transform: rotate(180deg);
  font-size: 13px;
  color: #fff;
}

.productParticulars .container-r .topswiper .swiper-button-prev-topswiper {
  right: 70px;
  background-color: #eeeeee;
}

.productParticulars .container-r .topswiper .swiper-button-prev-topswiper i {
  color: #13489d;
}

.productParticulars .container-r .bottomSwiper {
  width: 100%;
}

@media (max-width: 992px) {
  .productParticulars .container-r .bottomSwiper {
    margin-bottom: 30px;
  }
}

.productParticulars .container-r .bottomSwiper .swiper-slide {
  position: relative;
}

.productParticulars .container-r .bottomSwiper .swiper-slide .img-box {
  padding-bottom: 100%;
}

.productParticulars .container-r .bottomSwiper .swiper-slide .mask {
  cursor: pointer;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productParticulars .container-r .bottomSwiper .swiper-slide .mask i {
  color: #fff;
  font-size: 24px;
}

.productParticulars .container-r .productName {
  height: 70px;
}

.productParticulars .container-r .productName h1 {
  background-color: #000;
  font-size: 18px;
  color: #FFF;
  font-family: 'Public Sans Blod';
  padding-left: 32px;
  line-height: 70px;
}

.productParticulars .container-r .describe {
  padding: 10px 0 2.0833vw 25px;
}

@media (max-width: 767px) {
  .productParticulars .container-r .describe {
    padding-left: 10px;
  }
}

.productParticulars .container-r .describe p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.productParticulars .container-r .downLoad {
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.productParticulars .container-r .downLoad i {
  font-size: 27px;
  color: #ff7800;
  margin-right: 13px;
}

.productParticulars .container-r .downLoad a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}

.productParticulars .container-r .buttonGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.2083vw;
  margin-left: 25px;
}

@media (max-width: 1470px) {
  .productParticulars .container-r .buttonGroup {
    flex-direction: column;
    align-items: flex-start;
  }
}

.productParticulars .container-r .buttonGroup .inquireNowbutton {
  cursor: pointer;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background-color: #13489d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

@media (max-width: 1470px) {
  .productParticulars .container-r .buttonGroup .inquireNowbutton {
    margin-bottom: 30px;
  }
}

.productParticulars .container-r .buttonGroup .btnright {
  display: flex;
  align-items: center;
}

.productParticulars .container-r .buttonGroup .btnright .share {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-right: 21px;
}

.productParticulars .container-r .buttonGroup .btnright .addthis_inline_share_toolbox a {
  border-radius: 50%;
}

.productParticulars .container-r .detail {
  padding: unset;
  margin: 3.6458vw 15px 0;
  background-color: #fff;
  padding-bottom: 7.8125vw;
}

.productParticulars .container-r .detail .title {
  width: 100%;
  line-height: 32px;
  background-color: #f9f9f9;
  padding-bottom: 25px;
  font-family: 'Public Sans Blod';
  font-size: 24px;
  color: #222;
}

.productParticulars .container-r .detail .txt {
  padding: 30px 30px 0;
}

.productParticulars .container-r .detail .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  /* padding-bottom: 4.1667vw; */
  padding-bottom: 10px;
}

.productParticulars .container-r .detail .pic {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.productParticulars .container-r .detail .pic img {
  max-width: 100%;
  height: auto !important;
}

.productParticulars .container-r .inquireNow {
  padding: unset;
  margin: 2.6042vw 15px 0;
}

.productParticulars .container-r .inquireNow .title {
  font-family: 'Public Sans Blod';
  font-size: 24px;
}

.productParticulars .container-r .inquireNow .title p {
  font-size: 14px;
  font-family: "Public Sans";
  color: #999999;
  padding: 20px 0 17px 0;
}

.productParticulars .container-r .inquireNow .inquireform {
  width: 100%;
  margin: 0;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.productParticulars .container-r .inquireNow .inquireform .productName {
  font-family: 'Public Sans Blod';
  font-size: 18px;
  color: #fff;
  flex: 100%;
  width: 100%;
  background-color: #000;
  margin-bottom: 1.25vw;
}

.productParticulars .container-r .inquireNow .inquireform input {
  padding: none;
  outline: unset;
  border: unset;
  height: 55.43px;
  background-color: #fff;
  width: 250px;
  padding-left: 27px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .productParticulars .container-r .inquireNow .inquireform input {
    flex: 50%;
  }
}

.productParticulars .container-r .inquireNow .inquireform textarea {
  padding: 25px 0 0 25px;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 270px;
  color: #666;
}

.productParticulars .container-r .inquireNow .inquireform button {
  margin-top: 28px;
  margin-bottom: 3.2813vw;
  width: 165px;
  height: 50px;
  border-radius: 50px;
  background-color: #13489d;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.Newsmain .title {
  padding-top: 4.1667vw;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

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

@media (max-width: 767px) {
  .Newsmain .title h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.Newsmain .title .time {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #13489d;
}

.Newsmain .title .time i {
  font-size: 28px;
  margin-right: 15px;
}

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

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

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

.Newsmain .main p {
  padding-bottom: 10px;
}

.Newsmain .main .btnGroup {
  margin-top: 30px;
  display: flex;
}

.Newsmain .main .btnGroup .share {
  font-size: 24px;
  margin-right: 15px;
  color: #848484;
}

.Newsmain .realteDetail {
  padding: 30px 0;
}

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

.Newsmain .realteDetail a:hover {
  color: #13489d;
  text-decoration: underline;
}

.Newsmain .realteDetail a i {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #0b3d8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}

.sitmapMain .list1 li .lis1 a {
  display: block;
  height: 50px;
  color: #fff;
  padding-left: 30px;
  width: 260px;
  background-color: #0b3d8d;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 18px;
}

.sitmapMain .list1 li .lis1 a:hover {
  text-decoration: underline;
}

.sitmapMain .list1 li .lis2 {
  box-sizing: border-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;
}

.sitmapMain .list1 li .lis2 a:hover {
  color: #00317F;
  text-decoration: underline;
}