@font-face {
  font-family: 'Roboto Black';
  src: url('../font/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../font/Roboto-Black.eot') format('embedded-opentype'), url('../font/Roboto-Black.woff2') format('woff2'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.ttf') format('truetype'), url('../font/Roboto-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../font/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../font/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/Roboto-Medium.eot') format('embedded-opentype'), url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') 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 {
  --fontRobotoBlack: 'Roboto Black';
  --fontRobotoBold: 'Roboto Bold';
  --fontRobotoMedium: 'Roboto Medium';
  --fontRoboto: 'Roboto';
  --color: #1c3077;
  --colordeep: #1d2d66;
  --color2: #e3860a;
  font-size: 20px;
  scroll-behavior: auto !important;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 16px;
  }
}
body {
  font-family: var(--fontRoboto), 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;
}
img[data-lazy] {
  background: url(../image/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../image/ajax-loader.gif) no-repeat center;
}
.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: 700px !important;
  height: 350px !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);
}
.space {
  padding: 90px 0;
}
@media screen and (max-width: 1399px) {
  .space {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .space {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space {
    padding: 30px 0;
  }
}
.space-top {
  padding-top: 90px;
}
@media screen and (max-width: 1399px) {
  .space-top {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .space-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-top {
    padding-top: 30px;
  }
}
.space-bottom {
  padding-bottom: 90px;
}
@media screen and (max-width: 1399px) {
  .space-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.space2 {
  padding: 110px 0;
}
@media screen and (max-width: 1399px) {
  .space2 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1199px) {
  .space2 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .space2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space2 {
    padding: 30px 0;
  }
}
.space2-top {
  padding-top: 110px;
}
@media screen and (max-width: 1399px) {
  .space2-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-top {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .space2-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-top {
    padding-top: 30px;
  }
}
.space2-bottom {
  padding-bottom: 110px;
}
@media screen and (max-width: 1399px) {
  .space2-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .space2-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-bottom {
    padding-bottom: 30px;
  }
}
.space3 {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) {
  .space3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space3 {
    padding: 30px 0;
  }
}
.space3-top {
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .space3-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space3-top {
    padding-top: 30px;
  }
}
.space3-bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .space3-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space3-bottom {
    padding-bottom: 30px;
  }
}
.title-t1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.2037037;
  text-transform: uppercase;
  color: var(--colordeep);
  font-family: var(--fontRobotoBlack);
}
@media screen and (max-width: 1399px) {
  .title-t1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .title-t1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .title-t1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .title-t1 {
    font-size: 20px;
  }
}
.title-t1.white-txt {
  color: #fff;
}
.title-t2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.18421053;
  color: #222222;
  text-transform: uppercase;
  font-family: var(--fontRobotoBlack);
}
@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;
  }
}
header {
  position: relative;
  left: 0;
  width: 100% !important;
  z-index: 999;
  background-color: var(--colordeep);
}
header .container > .nav-collapse {
  margin-top: 15px;
  margin-left: 20px;
}
header .container > .nav-collapse span {
  background-color: #fff;
}
header .logo {
  margin: 20px 0;
  display: block;
  float: left;
  height: 80px;
}
@media screen and (max-width: 1199px) {
  header .logo {
    margin: 10px 0;
    height: 50px;
  }
}
header .logo img {
  display: block;
  height: 100%;
  width: auto;
}
header .lan-switch {
  margin-top: 40px;
  position: relative;
  float: right;
  width: 93px;
  height: 40px;
}
@media screen and (max-width: 1199px) {
  header .lan-switch {
    margin-top: 15px;
  }
}
header .lan-switch .inner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: var(--colordeep);
}
header .lan-switch .inner a {
  display: flex;
  align-items: center;
  min-width: 82px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--fontRobotoMedium);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  header .lan-switch .inner a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .lan-switch .inner a:hover {
    color: var(--color2);
  }
}
header .lan-switch .inner a::before {
  content: '';
  display: block;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  background-image: url(../image/lan.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
  header .lan-switch .inner a::before {
    margin-right: 5px;
  }
}
header .lan-switch .inner .es::before {
  background-position: 100% 0;
}
header .lan-switch .inner .cn::before {
  background-position: 0 0;
}
header .lan-switch .inner .ru::before {
  background-position: 33% 0;
}
header .lan-switch .inner .en::before {
  background-position: 66% 0;
}
header .lan-switch .inner .select-box {
  position: relative;
}
header .lan-switch .inner .select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #7781a3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  header .lan-switch .inner .select-box::before {
    display: none;
  }
}
header .lan-switch .inner .select-box .lan-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
  width: 25px;
  height: 100%;
  background-color: transparent;
}
header .lan-switch .inner .select-box .lan-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #7781a3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .lan-switch .inner .select-box .lan-toggle.active::before {
  transform: translate(-50%, -50%) rotateX(180deg);
  color: #fff;
}
header .lan-switch .inner .select-box.active::before {
  transform: translateY(-50%) rotateX(180deg);
  color: #fff;
}
header .lan-switch .inner ul {
  display: none;
}
header .lan-switch .inner ul li {
  margin-top: 10px;
}
header .search-box {
  position: relative;
  float: right;
  font-size: 0;
  padding-left: 40px;
  padding-right: 25px;
}
@media screen and (max-width: 1199px) {
  header .search-box {
    padding-left: 0;
    padding-right: 5px;
  }
}
header .search-box::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header .search-box::before {
    display: none;
  }
}
header .search-box > button {
  display: block;
  margin: 35px 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  header .search-box > button {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  header .search-box > button:hover::before {
    color: var(--color2);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
header .search-box > button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eafe';
  color: #fff;
  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-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61b';
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  header .search-box .form-box .form-close::before {
    font-size: 20px;
  }
}
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;
}
@media screen and (max-width: 1199px) {
  header .search-box .form-box h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .search-box .form-box h2 {
    font-size: 15px;
  }
}
header .search-box .form-box form {
  position: relative;
  margin-top: 50px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  header .search-box .form-box form {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  header .search-box .form-box form {
    margin-top: 15px;
    height: 40px;
  }
}
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;
}
@media screen and (max-width: 767px) {
  header .search-box .form-box form input {
    font-size: 14px;
    padding: 0 40px;
  }
}
header .search-box .form-box form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  header .search-box .form-box form button {
    width: 40px;
  }
}
header .search-box .form-box form button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e635';
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .search-box .form-box form button::before {
    font-size: 18px;
  }
}
footer {
  background-color: #222222;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 45px;
  }
}
footer .content {
  display: flex;
  justify-content: space-between;
  padding: 85px 0;
}
@media screen and (max-width: 1399px) {
  footer .content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  footer .content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .content {
    padding: 30px 0;
  }
}
footer .content h6,
footer .content p {
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  footer .content h6,
  footer .content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .content h6,
  footer .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .content h6,
  footer .content p {
    font-size: 13px;
  }
}
footer .content h6 a,
footer .content p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  footer .content h6 a:hover,
  footer .content p a:hover {
    color: var(--color2);
    text-decoration: underline;
  }
}
footer .content .copyright {
  width: 465px;
  padding-top: 20px;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 1399px) {
  footer .content .copyright {
    margin-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  footer .content .copyright {
    margin-top: 15px;
    margin-right: 0;
    padding-top: 15px;
  }
}
footer .content .copyright .links {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .content .copyright .links {
    padding-top: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
footer .content .copyright .links .sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1399px) {
  footer .content .copyright .links .sitemap {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .content .copyright .links .sitemap {
    width: 130px;
    height: 40px;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  footer .content .copyright .links .sitemap:hover {
    border-color: var(--color2);
    background-color: var(--color2);
  }
}
footer .content .copyright .links .sitemap::before {
  margin-right: 13px;
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  footer .content .copyright .links .sitemap::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  footer .content .copyright .links .sitemap::before {
    font-size: 20px;
  }
}
footer .content .copyright .links .social-media {
  display: flex;
  margin: 0 -5px;
  padding: 0;
}
footer .content .copyright .links .social-media li {
  padding: 0 5px;
}
footer .content .copyright .links .social-media a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer .content .copyright .links .social-media a {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  footer .content .copyright .links .social-media a:hover {
    background-color: var(--color2);
  }
}
footer .content .copyright .links .social-media a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .content .copyright .links .social-media a::before {
    font-size: 16px;
  }
}
footer .content .copyright .links .social-media .social-linkedin a::before {
  content: '\e6f0';
}
footer .content .copyright .links .social-media .social-facebook a::before {
  content: '\e615';
}
footer .content .copyright .links .social-media .social-youtube a::before {
  content: '\e6d7';
}
footer .content .copyright .links .social-media .social-twitter a::before {
  content: '\e882';
}
footer .content .copyright .links .social-media .social-insarticle a::before {
  content: '\e642';
}
footer .content .info {
  width: 600px;
}
@media screen and (max-width: 1399px) {
  footer .content .info {
    width: 500px;
  }
}
@media screen and (max-width: 1399px) {
  footer .content .info {
    width: 100%;
  }
}
footer .content .info ul {
  display: grid;
  grid-template-columns: 46.66666667% 53.33333333%;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-column-gap: 20px;
}
footer .content .info h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--fontRobotoMedium);
}
footer .content .info li:nth-child(5) h6 {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  footer .content .info li:nth-child(5) h6 {
    padding-top: 10px;
  }
}
footer .footer-copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1199px) {
  footer .footer-copyright {
    padding: 10px 0;
  }
}
footer .footer-copyright p {
  font-size: 14px;
  line-height: 1.78571429;
  color: #afb2e2;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-copyright p {
    font-size: 13px;
  }
}
footer .footer-copyright p a,
footer .footer-copyright p span {
  display: inline-block;
}
footer .footer-copyright p a {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-copyright p a {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-copyright p a:hover {
    color: #fff;
    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-whatsapp a::before {
  content: '\e6d0';
}
footer .footer-xsnav ul li.footer-xsnav-skype a::before {
  content: '\e616';
}
footer .footer-xsnav ul li.footer-xsnav-contact a::before {
  content: '\e62f';
}
footer .footer-xsnav ul li.footer-xsnav-wechat a::before {
  content: '\e604';
}
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: 5px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.088);
  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(--color2);
  }
  footer .aside-online .aside-box a:hover::before {
    color: #fff;
  }
}
footer .aside-online .aside-box a::before {
  display: inline-block;
  font-size: 27px;
  color: #000000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a::before {
    font-size: 20px;
  }
}
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: 10px;
  z-index: -99;
  color: #fff;
  background-color: rgba(227, 134, 10, 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: 150px;
  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(28, 48, 119, 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 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.pagebanner .item .pic {
  display: block;
}
.pagebanner .item .pic img {
  width: 100%;
  height: auto !important;
}
.pagination-container {
  text-align: center;
}
.pagination-container a,
.pagination-container span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 7px;
  margin-bottom: 2px;
  border: 1px solid #888888;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination-container a,
  .pagination-container span {
    margin: 0 3px;
    margin-bottom: 2px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pagination-container .current.prev {
  display: none;
}
.pagination-container .current.next {
  display: none;
}
.pagination-container a {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .pagination-container a:hover {
    color: #fff;
    border-color: #162c7a;
    background-color: #162c7a;
  }
  .pagination-container a:hover::before {
    color: #fff;
  }
}
.pagination-container .ellipsis {
  border: none;
  font-weight: 700;
}
.pagination-container .current {
  color: #fff;
  background-color: #162c7a;
  border-color: #162c7a;
}
.pagination-container .prev,
.pagination-container .next {
  position: relative;
  margin-left: 9px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .pagination-container .prev,
  .pagination-container .next {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.pagination-container .prev::before,
.pagination-container .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\e9b5';
}
@media screen and (max-width: 767px) {
  .pagination-container .prev::before,
  .pagination-container .next::before {
    font-size: 16px;
  }
}
.pagination-container .next::before {
  content: '\e72f';
}
.page-bar {
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 1199px) {
  .page-bar {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-bar {
    margin-bottom: 20px;
  }
}
.page-bar li {
  display: inline-block;
}
.page-bar li a {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  white-space: nowrap;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .page-bar li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-bar li a:hover {
    color: var(--color);
  }
}
.page-bar li a::before {
  margin-right: 4px;
  content: '>';
  font-family: Arial;
}
.page-bar li:nth-child(-n+2) a {
  text-transform: uppercase;
}
.page-bar li:nth-child(1) a {
  position: relative;
  padding-left: 25px;
}
.page-bar li:nth-child(1) a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c8';
}
.details-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .details-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .details-txt {
    font-size: 14px;
  }
}
.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: #666666 !important;
  color: #666666;
  background-color: transparent;
}
