@font-face {
  font-family: 'RedHatDisplay';
  src: url('fonts/RedHatDisplay-Regular.eot');
  src: local('Red Hat Display Regular'), local('RedHatDisplay-Regular'), url('fonts/RedHatDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/RedHatDisplay-Regular.woff2') format('woff2'), url('fonts/RedHatDisplay-Regular.woff') format('woff'), url('fonts/RedHatDisplay-Regular.ttf') format('truetype'), url('fonts/RedHatDisplay-Regular.svg#RedHatDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('fonts/RedHatDisplay-SemiBold.eot');
  src: local('Red Hat Display SemiBold'), local('RedHatDisplay-SemiBold'), url('fonts/RedHatDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/RedHatDisplay-SemiBold.woff2') format('woff2'), url('fonts/RedHatDisplay-SemiBold.woff') format('woff'), url('fonts/RedHatDisplay-SemiBold.ttf') format('truetype'), url('fonts/RedHatDisplay-SemiBold.svg#RedHatDisplay-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RedHatDisplay';
  src: url('fonts/RedHatDisplay-Medium.eot');
  src: local('Red Hat Display Medium'), local('RedHatDisplay-Medium'), url('fonts/RedHatDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/RedHatDisplay-Medium.woff2') format('woff2'), url('fonts/RedHatDisplay-Medium.woff') format('woff'), url('fonts/RedHatDisplay-Medium.ttf') format('truetype'), url('fonts/RedHatDisplay-Medium.svg#RedHatDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brand';
  src: url('fonts/Brand.eot');
  src: local('Brand'), url('fonts/Brand.eot?#iefix') format('embedded-opentype'), url('fonts/Brand.woff2') format('woff2'), url('fonts/Brand.woff') format('woff'), url('fonts/Brand.ttf') format('truetype'), url('fonts/Brand.svg#Brand') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}
:root {
  --fontRedHatDisplay: 'RedHatDisplay';
  --fontBrand: 'Brand';
  --color: #CC0033;
  --radius: 12px;
  font-size: 20px;
  scroll-behavior: auto !important;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 16px;
    --radius: 8px;
  }
}
body {
  font-family: var(--fontRedHatDisplay), Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  width: 800px !important;
  height: 450px !important;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }
  body {
    top: 0 !important;
  }
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.user-select {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.text-dot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.large-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.scrollbar-inner {
  touch-action: pan-y;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.scrollbar-inner::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.scrollbar-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.scrollbar-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #666;
}
.scrollbar-inner::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
h1 {
  padding: 0;
  margin: 0;
}
.space {
  padding: 125px 0;
}
@media screen and (max-width: 1399px) {
  .space {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .space {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .space {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .space {
    padding: 40px 0;
  }
}
.space-top {
  padding-top: 125px;
}
@media screen and (max-width: 1399px) {
  .space-top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .space-top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .space-top {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .space-top {
    padding-top: 40px;
  }
}
.space-bottom {
  padding-bottom: 125px;
}
@media screen and (max-width: 1399px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
.space2 {
  padding: 105px 0;
}
@media screen and (max-width: 1399px) {
  .space2 {
    padding: 85px 0;
  }
}
@media screen and (max-width: 1199px) {
  .space2 {
    padding: 65px 0;
  }
}
@media screen and (max-width: 991px) {
  .space2 {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .space2 {
    padding: 30px 0;
  }
}
.space2-top {
  padding-top: 105px;
}
@media screen and (max-width: 1399px) {
  .space2-top {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-top {
    padding-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .space2-top {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .space2-top {
    padding-top: 30px;
  }
}
.space2-bottom {
  padding-bottom: 105px;
}
@media screen and (max-width: 1399px) {
  .space2-bottom {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-bottom {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 991px) {
  .space2-bottom {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .space2-bottom {
    padding-bottom: 30px;
  }
}
.space3 {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .space3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .space3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .space3 {
    padding: 30px 0;
  }
}
.space3-top {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .space3-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .space3-top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .space3-top {
    padding-top: 30px;
  }
}
.space3-bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .space3-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .space3-bottom {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .space3-bottom {
    padding-bottom: 30px;
  }
}
.title-t1 {
  margin: 0;
  font-size: 66px;
  line-height: 1.21212121;
  color: #062624;
  font-family: var(--fontBrand);
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .title-t1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .title-t1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .title-t1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-t1 {
    font-size: 25px;
  }
}
.title-t2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.25;
  color: #062624;
  font-family: var(--fontBrand);
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .title-t2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .title-t2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .title-t2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title-t2 {
    font-size: 20px;
  }
}
.title-t3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #062624;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .title-t3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .title-t3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title-t3 {
    font-size: 18px;
  }
}
.common-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .common-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .common-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    margin-bottom: 20px;
  }
}
.common-title h2 {
  margin: 0;
  font-size: 66px;
  line-height: 1.21212121;
  color: #062624;
  font-family: var(--fontBrand);
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .common-title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .common-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2 {
    font-size: 25px;
  }
}
.common-title h4 {
  margin-top: 13px;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #062624;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .common-title h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h4 {
    font-size: 18px;
  }
}
.common-title p {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #6e7372;
}
@media screen and (max-width: 1199px) {
  .common-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common-title p {
    font-size: 14px;
  }
}
.common-more {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 56px;
  border-radius: 28px;
  border: 1px dashed #062624;
  font-size: 18px;
  color: #062624;
  text-transform: uppercase;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .common-more {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common-more {
    width: 160px;
    height: 45px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .common-more:hover {
    border-color: transparent;
  }
  .common-more:hover::before {
    opacity: 1;
  }
}
.common-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #c6f4f7, #f0eee7 60%, #f0eee7);
  background-image: -webkit-linear-gradient(45deg, #c6f4f7, #f0eee7 60%, #f0eee7);
  opacity: 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.common-more::after {
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e7b1';
  color: #0c8e96;
}
@media screen and (max-width: 767px) {
  .common-more::after {
    margin-left: 6px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-paddtop {
    padding-top: 181px;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 998;
  background-color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  header {
    position: relative;
  }
}
header .search-box button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
header .search-box button:hover::before {
  color: var(--color);
}
header .search-box button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #062624;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .search-box .form-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
header .search-box .form-box .form-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  text-align: center;
}
header .search-box .form-box .form-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
header .search-box .form-box .form-close::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61b';
  color: #fff;
  font-size: 25px;
}
header .search-box .form-box h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.35;
  color: #fff;
  text-transform: uppercase;
  -webkit-animation: zoomIn 0.8s 0s ease both;
  animation: zoomIn 0.8s 0s ease both;
}
header .search-box .form-box form {
  position: relative;
  margin-top: 50px;
  height: 60px;
}
header .search-box .form-box form input {
  display: block;
  width: 100%;
  padding: 0 50px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
header .search-box .form-box form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
}
header .search-box .form-box form button::before {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e635';
  color: #fff;
}
header .header-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.6875%;
  height: 120px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .header-info {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  header .header-info {
    padding: 0 15px;
  }
}
header .header-info .social-media {
  overflow: hidden;
  display: block;
  margin: 0 -6.5px;
  padding: 0;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  header .header-info .social-media {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 991px) {
  header .header-info .social-media {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 9999;
  }
}
header .header-info .social-media li {
  float: left;
  padding: 0 6.5px;
}
@media screen and (max-width: 1199px) {
  header .header-info .social-media li {
    padding: 0 5px;
  }
}
header .header-info .social-media a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1200px) {
  header .header-info .social-media a:hover::before {
    color: var(--color);
  }
}
header .header-info .social-media a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #062624;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  header .header-info .social-media a::before {
    color: #fff;
  }
}
header .header-info .social-media .social-insarticle a::before {
  content: '\e642';
}
header .header-info .social-media .social-youtube a::before {
  content: '\e6ca';
}
header .header-info .social-media .social-linkedin a::before {
  content: '\e890';
}
header .header-info .social-media .social-twitter a::before {
  content: '\e882';
}
header .header-info .social-media .social-facebook a::before {
  content: '\e735';
  font-size: 20px;
}
header .header-info .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 68px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .header-info .logo {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  header .header-info .logo {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
  }
}
@media screen and (max-width: 575px) {
  header .header-info .logo {
    height: 35px;
  }
}
header .header-info .logo img {
  display: block;
  height: 100%;
}
header .header-info .operation-box {
  display: flex;
  align-items: center;
}
header .header-info .operation-box .inquiry-btn {
  position: relative;
  padding-left: 32px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #6e7372;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  header .header-info .operation-box .inquiry-btn {
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-info .operation-box .inquiry-btn {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-info .operation-box .inquiry-btn:hover {
    color: var(--color);
  }
  header .header-info .operation-box .inquiry-btn:hover::before {
    color: var(--color);
  }
}
header .header-info .operation-box .inquiry-btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e73c';
  color: #062624;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
header .header-info .operation-box .inquiry-btn strong {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  header .header-info .operation-box .inquiry-btn strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-info .operation-box .google-translation {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 5px;
    z-index: 10000;
  }
}
header .header-info .operation-box .google-translation .goog-te-gadget-simple {
  border: none !important;
}
header .header-info .operation-box .search-box {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  header .header-info .operation-box .search-box {
    margin-right: 0;
  }
}
header .header-info .operation-box .nav-collapse {
  order: 5;
}
header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-top: 1px solid #f5f5f5;
}
header .header-nav .search-box {
  padding-left: 60px;
}
@media screen and (max-width: 1399px) {
  header .header-nav .search-box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-nav .search-box {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header.active .header-info {
    height: 50px;
  }
  header.active .header-info .logo {
    height: 35px;
  }
  header.active .header-nav .nav .nav-list1 > li > a {
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 45px;
  }
}
footer .footer-content {
  padding: 60px 0 90px;
  background-color: #2D3748;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content {
    padding: 50px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content {
    padding: 30px 0 15px;
  }
}
footer .footer-content .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .container {
    flex-wrap: wrap;
  }
}
footer .footer-content .item {
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item {
    margin-top: 20px;
  }
  footer .footer-content .item:first-child {
    margin-top: 0;
  }
}
footer .footer-content .item-share {
  max-width: 292px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-share {
    max-width: 100%;
    text-align: center;
  }
}
footer .footer-content .item-share .f-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-share .f-logo {
    width: 249px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-share .f-logo {
    width: 200px;
  }
}
footer .footer-content .item-share .f-logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-content .item-share .social-media {
  display: flex;
  margin: 0 -5px;
  padding: 55px 0 0;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-share .social-media {
    padding-top: 20px;
    justify-content: center;
  }
}
footer .footer-content .item-share .social-media li {
  padding: 0 5px;
}
footer .footer-content .item-share .social-media a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-share .social-media a {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .item-share .social-media a:hover {
    border-color: var(--color);
  }
  footer .footer-content .item-share .social-media a:hover::before {
    color: var(--color);
  }
}
footer .footer-content .item-share .social-media a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-share .social-media a::before {
    font-size: 16px;
  }
}
footer .footer-content .item-share .social-media .social-insarticle a::before {
  content: '\e642';
}
footer .footer-content .item-share .social-media .social-youtube a::before {
  content: '\e6ca';
}
footer .footer-content .item-share .social-media .social-linkedin a::before {
  content: '\e890';
}
footer .footer-content .item-share .social-media .social-twitter a::before {
  content: '\e882';
}
footer .footer-content .item-share .social-media .social-facebook a::before {
  content: '\e735';
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-share .social-media .social-facebook a::before {
    font-size: 13px;
  }
}
footer .footer-content .item-links {
  max-width: 622px;
  padding-left: 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  footer .footer-content .item-links {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-links {
    padding: 0 0 30px 70px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-links {
    order: 3;
    max-width: 100%;
    display: block;
    padding: 0;
  }
}
footer .footer-content .item-links .list {
  width: 47.93233083%;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-links .list {
    width: 100%;
    margin-bottom: 15px;
  }
}
footer .footer-content .item-links .list .title {
  margin: 0;
  font-size: 20px;
  color: var(--color);
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-links .list .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-links .list .title {
    font-size: 17px;
  }
}
footer .footer-content .item-links .list .inner {
  padding-top: 25px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-links .list .inner {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-links .list .inner {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer-content .item-links .list .inner li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-links .list .inner li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-links .list .inner li {
    margin-right: 30px;
  }
}
footer .footer-content .item-links .list .inner li:last-child {
  margin-bottom: 0;
}
footer .footer-content .item-links .list .inner p,
footer .footer-content .item-links .list .inner strong,
footer .footer-content .item-links .list .inner a {
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-links .list .inner p,
  footer .footer-content .item-links .list .inner strong,
  footer .footer-content .item-links .list .inner a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-links .list .inner p,
  footer .footer-content .item-links .list .inner strong,
  footer .footer-content .item-links .list .inner a {
    font-size: 14px;
  }
}
footer .footer-content .item-links .list .inner a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  footer .footer-content .item-links .list .inner a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
footer .footer-content .item-card {
  max-width: 360px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-card ul {
    display: flex;
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-card ul {
    display: block;
  }
}
footer .footer-content .item-card ul li {
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .item-card ul li {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-card ul li {
    width: 100%;
  }
}
footer .footer-content .item-card ul li:last-child {
  margin-bottom: 0;
}
footer .footer-content .item-card ul .item {
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius);
  padding: 20px;
  background-image: linear-gradient(to right, #f0fbfb, #f7f9f7);
  background-image: -webkit-linear-gradient(to right, #f0fbfb, #f7f9f7);
}
@media screen and (max-width: 767px) {
  footer .footer-content .item-card ul .item {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .item-card ul .item:hover .pic img {
    transform: scale(1.05);
  }
}
footer .footer-content .item-card ul .item .pic {
  flex-shrink: 0;
  width: 90px;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-card ul .item .pic {
    width: 80px;
  }
}
footer .footer-content .item-card ul .item .pic .img-box {
  border-radius: 50%;
}
footer .footer-content .item-card ul .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .footer-content .item-card ul .item .inner {
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  color: #062624;
}
@media screen and (max-width: 991px) {
  footer .footer-content .item-card ul .item .inner {
    font-size: 14px;
  }
}
footer .footer-copyright {
  padding: 18px;
  background-image: linear-gradient(to right, #f0fbfb, #f7f9f7);
  background-image: -webkit-linear-gradient(to right, #f0fbfb, #f7f9f7);
}
@media screen and (max-width: 1199px) {
  footer .footer-copyright {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-copyright {
    padding: 10px;
  }
}
footer .footer-copyright p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-copyright p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-copyright p {
    font-size: 14px;
  }
}
footer .footer-copyright p span,
footer .footer-copyright p a {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  footer .footer-copyright p span,
  footer .footer-copyright p a {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-copyright p a:hover {
    text-decoration: underline;
  }
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  z-index: 90;
}
@media screen and (max-width: 991px) {
  footer .footer-xsnav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav {
    height: 45px;
  }
}
footer .footer-xsnav ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  border-left: 1px solid #f5f5f5;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #444444;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav ul li a {
    height: 45px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  footer .footer-xsnav ul li a {
    text-transform: none;
  }
}
footer .footer-xsnav ul li a::before {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444444;
}
footer .footer-xsnav ul li div {
  display: none;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
footer .footer-xsnav ul li div img {
  display: block;
  width: 100%;
}
footer .footer-xsnav ul li:nth-child(1) {
  border-left: 0;
}
footer .footer-xsnav ul li.footer-xsnav-email a::before {
  content: '\e634';
}
footer .footer-xsnav ul li.footer-xsnav-tel a::before {
  content: '\e61c';
}
footer .footer-xsnav ul li.footer-xsnav-facebook a::before {
  content: '\e8e7';
}
footer .footer-xsnav ul li.footer-xsnav-whatsapp a::before {
  content: '\e621';
}
footer .footer-xsnav ul li.footer-xsnav-top a::before {
  content: '\e60f';
}
footer .aside-online {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
}
footer .aside-online .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box {
    position: absolute;
    top: 0;
    transform: translateX(300px);
  }
}
footer .aside-online .aside-box a {
  position: relative;
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  footer .aside-online .aside-box a:hover {
    background-color: var(--color);
  }
}
footer .aside-online .aside-box a::before {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a::before {
    font-size: 18px;
  }
}
footer .aside-online .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 25px;
  z-index: -99;
  color: #fff;
  background-color: rgba(35, 159, 142, 0.7);
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a div {
    padding-right: 50px;
    padding-left: 15px;
  }
}
footer .aside-online .aside-box a div p {
  line-height: 50px;
  white-space: nowrap;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a div p {
    line-height: 40px;
  }
}
footer .aside-online .aside-box .qr-code div {
  padding-left: 0;
  border-radius: 0;
  background-color: transparent;
}
footer .aside-online .aside-box .qr-code div img {
  display: block;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box .qr-code div img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer .aside-online .aside-box .qr-code div img {
    width: 90px;
  }
}
footer .aside-online .aside-box .gotop::before {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box .gotop::before {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box .gotop::before {
    font-size: 16px;
  }
}
footer .aside-online .aside-btn {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(35, 159, 142, 0.85);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .aside-online .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 46px;
  }
}
footer .aside-online .aside-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
footer .aside-online .btn-active {
  transform: rotateZ(135deg);
}
footer .asidebox-active {
  transform: translateX(-100%) !important;
}
.pagebanner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pagebanner .item {
  display: block;
}
@media (max-width: 767px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.pagebanner .item .pic {
  display: block;
  position: relative;
}
.pagebanner .item .pic img {
  width: 100%;
  height: auto !important;
}
.pagination-container {
  text-align: center;
}
.pagination-container a,
.pagination-container span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 9px;
  border-radius: 50%;
  margin-bottom: 2px;
  font-size: 16px;
  color: #6e7372;
  border: 1px dashed #12302e;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .pagination-container a,
  .pagination-container span {
    width: 40px;
    height: 40px;
    margin: 0 6px;
    font-size: 14px;
    line-height: 40px;
  }
}
.pagination-container .current.prev {
  display: none;
}
.pagination-container .current.next {
  display: none;
}
.pagination-container a,
.pagination-container .current {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pagination-container a::after,
.pagination-container .current::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #d9f5f6, #edefea);
  background-image: -webkit-linear-gradient(45deg, #d9f5f6, #edefea);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .pagination-container a:hover {
    border-color: transparent;
    color: var(--color);
  }
  .pagination-container a:hover::after {
    opacity: 1;
  }
}
.pagination-container .ellipsis {
  border: none;
  font-weight: 600;
  background-color: transparent;
}
.pagination-container .current {
  border-color: transparent;
  color: var(--color);
}
.pagination-container .current::after {
  opacity: 1;
}
.pagination-container .prev,
.pagination-container .next {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .pagination-container .prev:hover,
  .pagination-container .next:hover {
    color: #fff;
  }
}
.pagination-container .prev::before,
.pagination-container .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea66';
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .pagination-container .prev::before,
  .pagination-container .next::before {
    font-size: 12px;
  }
}
.pagination-container .prev::before {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.details-txt {
  font-size: 18px;
  line-height: 1.66666667;
  color: #6e7372;
}
.details-txt img {
  max-width: 100%;
  height: auto !important;
}
.details-txt .table-box table tr,
.details-txt .table-box table th,
.details-txt .table-box table td {
  border-color: #6e7372 !important;
  color: #6e7372;
  background-color: transparent;
}
.p-share {
  padding-top: 15px;
}
.p-share b {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #333;
}
.p-share .share-inner {
  display: inline-block;
}
.p-share .social-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.p-share .social-btn:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.p-share .social-btn.facebook {
  background-color: #3b5998;
}
.p-share .social-btn.twitter {
  background-color: #1da1f2;
}
.p-share .social-btn.linkedin {
  background-color: #0077b5;
}
.p-share .social-btn.pinterest {
  background-color: #bd081c;
}
.p-share .social-btn.whatsapp {
  background-color: #25d366;
}
.p-share .social-btn.email {
  background-color: #6c757d;
}
