@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') 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;
}
body {
  font-family: "Roboto Regular", 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(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/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;
  }
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .flex-row {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .flex-row {
    margin: 0 -7.5px;
  }
}
.flex-row [class*=flex-col-] {
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .flex-row [class*=flex-col-] {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .flex-row [class*=flex-col-] {
    padding: 0 7.5px;
  }
}
.flex-row .flex-col-xs-12 {
  width: 100%;
}
.flex-row .flex-col-xs-11 {
  width: 91.66666667%;
}
.flex-row .flex-col-xs-10 {
  width: 83.33333333%;
}
.flex-row .flex-col-xs-9 {
  width: 75%;
}
.flex-row .flex-col-xs-8 {
  width: 66.66666667%;
}
.flex-row .flex-col-xs-7 {
  width: 58.33333333%;
}
.flex-row .flex-col-xs-6 {
  width: 50%;
}
.flex-row .flex-col-xs-5 {
  width: 41.66666667%;
}
.flex-row .flex-col-xs-4 {
  width: 33.33333333%;
}
.flex-row .flex-col-xs-3 {
  width: 25%;
}
.flex-row .flex-col-xs-2 {
  width: 16.66666667%;
}
.flex-row .flex-col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 576px) {
  .flex-row .flex-col-xxs-12 {
    width: 100%;
  }
  .flex-row .flex-col-xxs-11 {
    width: 91.66666667%;
  }
  .flex-row .flex-col-xxs-10 {
    width: 83.33333333%;
  }
  .flex-row .flex-col-xxs-9 {
    width: 75%;
  }
  .flex-row .flex-col-xxs-8 {
    width: 66.66666667%;
  }
  .flex-row .flex-col-xxs-7 {
    width: 58.33333333%;
  }
  .flex-row .flex-col-xxs-6 {
    width: 50%;
  }
  .flex-row .flex-col-xxs-5 {
    width: 41.66666667%;
  }
  .flex-row .flex-col-xxs-4 {
    width: 33.33333333%;
  }
  .flex-row .flex-col-xxs-3 {
    width: 25%;
  }
  .flex-row .flex-col-xxs-2 {
    width: 16.66666667%;
  }
  .flex-row .flex-col-xxs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .flex-row .flex-col-sm-12 {
    width: 100%;
  }
  .flex-row .flex-col-sm-11 {
    width: 91.66666667%;
  }
  .flex-row .flex-col-sm-10 {
    width: 83.33333333%;
  }
  .flex-row .flex-col-sm-9 {
    width: 75%;
  }
  .flex-row .flex-col-sm-8 {
    width: 66.66666667%;
  }
  .flex-row .flex-col-sm-7 {
    width: 58.33333333%;
  }
  .flex-row .flex-col-sm-6 {
    width: 50%;
  }
  .flex-row .flex-col-sm-5 {
    width: 41.66666667%;
  }
  .flex-row .flex-col-sm-4 {
    width: 33.33333333%;
  }
  .flex-row .flex-col-sm-3 {
    width: 25%;
  }
  .flex-row .flex-col-sm-2 {
    width: 16.66666667%;
  }
  .flex-row .flex-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-col-md-12 {
    width: 100%;
  }
  .flex-row .flex-col-md-11 {
    width: 91.66666667%;
  }
  .flex-row .flex-col-md-10 {
    width: 83.33333333%;
  }
  .flex-row .flex-col-md-9 {
    width: 75%;
  }
  .flex-row .flex-col-md-8 {
    width: 66.66666667%;
  }
  .flex-row .flex-col-md-7 {
    width: 58.33333333%;
  }
  .flex-row .flex-col-md-6 {
    width: 50%;
  }
  .flex-row .flex-col-md-5 {
    width: 41.66666667%;
  }
  .flex-row .flex-col-md-4 {
    width: 33.33333333%;
  }
  .flex-row .flex-col-md-3 {
    width: 25%;
  }
  .flex-row .flex-col-md-2 {
    width: 16.66666667%;
  }
  .flex-row .flex-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .flex-row .flex-col-lg-12 {
    width: 100%;
  }
  .flex-row .flex-col-lg-11 {
    width: 91.66666667%;
  }
  .flex-row .flex-col-lg-10 {
    width: 83.33333333%;
  }
  .flex-row .flex-col-lg-9 {
    width: 75%;
  }
  .flex-row .flex-col-lg-8 {
    width: 66.66666667%;
  }
  .flex-row .flex-col-lg-7 {
    width: 58.33333333%;
  }
  .flex-row .flex-col-lg-6 {
    width: 50%;
  }
  .flex-row .flex-col-lg-5 {
    width: 41.66666667%;
  }
  .flex-row .flex-col-lg-4 {
    width: 33.33333333%;
  }
  .flex-row .flex-col-lg-3 {
    width: 25%;
  }
  .flex-row .flex-col-lg-2 {
    width: 16.66666667%;
  }
  .flex-row .flex-col-lg-1 {
    width: 8.33333333%;
  }
}
.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;
}
.space {
  padding: 90px 0;
}
@media screen and (max-width: 1439px) {
  .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: 100px;
}
@media screen and (max-width: 1439px) {
  .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: 100px;
}
@media screen and (max-width: 1439px) {
  .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: 70px 0;
}
@media screen and (max-width: 1199px) {
  .space2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space2 {
    padding: 30px 0;
  }
}
.space2-top {
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .space2-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-top {
    padding-top: 30px;
  }
}
.space2-bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .space2-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-bottom {
    padding-bottom: 30px;
  }
}
.title-t1 {
  margin: 0;
  font-size: 46px;
  line-height: 0.97826087;
  color: #222222;
  text-transform: uppercase;
  font-family: "Roboto Bold";
}
@media screen and (max-width: 1439px) {
  .title-t1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .title-t1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .title-t1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-t1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .title-t1 {
    font-size: 20px;
  }
}
.common-title {
  text-align: center;
  padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .common-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    padding-bottom: 20px;
  }
}
.common-title h2 {
  position: relative;
  padding-top: 35px;
  margin: 0;
  font-size: 46px;
  line-height: 0.97826087;
  color: #222222;
  text-transform: uppercase;
  font-family: "Roboto Bold";
}
@media screen and (max-width: 1439px) {
  .common-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .common-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2 {
    padding-top: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .common-title h2 {
    font-size: 20px;
  }
}
.common-title h2::before,
.common-title h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #025ab8;
}
@media screen and (max-width: 767px) {
  .common-title h2::before,
  .common-title h2::after {
    width: 10px;
    height: 10px;
  }
}
.common-title h2::before {
  transform: translate(-70%, 0);
}
.common-title h2::after {
  background-color: #47a834;
}
.common-title p {
  font-size: 18px;
  line-height: 1.38888889;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .common-title p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .common-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common-title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .common-title p {
    font-size: 14px;
  }
}
header {
  position: relative;
  z-index: 999;
  left: 0;
  width: 100%;
  background-color: #fff;
}
header .content {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1199px) {
  header .content > .nav-collapse {
    margin-top: 15px;
  }
}
header .content .logo {
  margin-top: 12px;
  display: block;
  float: left;
  height: 85px;
}
@media screen and (max-width: 1199px) {
  header .content .logo {
    margin-top: 10px;
    height: 50px;
  }
}
header .content .logo img {
  display: block;
  height: 100%;
  width: auto;
}
header .content .lan-box {
  float: right;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  header .content .lan-box {
    padding: 15px 0;
  }
}
header .content .lan-box li {
  display: block;
}
header .content .lan-box li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  height: auto;
  border-radius: 25px;
  padding: 4px;
  padding-right: 17px;
  border: 1px solid #666666;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  header .content .lan-box li a {
    width: 80px;
    border-radius: 20px;
    padding: 3px;
    padding-right: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .content .lan-box li a:hover {
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.5) inset;
  }
}
header .content .lan-box li a::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/lan.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
  header .content .lan-box li a::before {
    width: 34px;
    height: 34px;
  }
}
header .content .lan-box li .ru::before {
  background-position: 100% 0;
}
header .content .add-desktop {
  position: relative;
  float: right;
  margin-right: 30px;
}
@media screen and (min-width: 1200px) {
  header .content .add-desktop:hover .info-box {
    display: block !important;
    animation: boxFadeUp 0.8s 0s;
    -webkit-animation: boxFadeUp 0.8s 0s;
  }
}
header .content .add-desktop .desktop-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 110px;
  color: #222222;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  header .content .add-desktop .desktop-btn:hover {
    color: #025ab8;
  }
}
header .content .add-desktop .desktop-btn::before {
  margin-right: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  font-size: 22px;
  line-height: 1;
  color: #025ab8;
}
header .content .add-desktop .info-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -15px);
  width: 260px;
  height: auto;
}
header .content .add-desktop .info-box .inner {
  padding: 24px 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header .content .add-desktop .info-box img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
header .content .add-desktop .info-box h2 {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #1f2129;
  text-transform: capitalize;
  text-align: center;
}
header .content .add-desktop .info-box h6 {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.57142857;
  color: #606370;
}
header .content .add-desktop .info-box .addto {
  display: block;
  width: 100%;
  margin-top: 24px;
  height: 36px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  background-color: #025ab8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  header .content .add-desktop .info-box .addto:hover {
    opacity: 0.9;
  }
}
@keyframes boxFadeUp {
  0% {
    top: 150%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes boxFadeUp {
  0% {
    top: 150%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
header .content .add-desktop .info-box.active {
  display: block !important;
  animation: boxFadeUp 0.8s 0s;
  -webkit-animation: boxFadeUp 0.8s 0s;
}
header .content .search-box {
  float: right;
  margin: 30px 0;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  header .content .search-box {
    margin: 15px 0;
  }
}
header .content .search-box > button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  header .content .search-box > button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  header .content .search-box > button:hover::before {
    color: #025ab8;
  }
}
header .content .search-box > button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eafe';
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  header .content .search-box > button::before {
    font-size: 30px;
  }
}
header .content .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 .content .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 .content .search-box .form-box .form-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
header .content .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 .content .search-box .form-box .form-close::before {
    font-size: 20px;
  }
}
header .content .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 .content .search-box .form-box h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .content .search-box .form-box h2 {
    font-size: 15px;
  }
}
header .content .search-box .form-box form {
  position: relative;
  margin-top: 50px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  header .content .search-box .form-box form {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  header .content .search-box .form-box form {
    margin-top: 15px;
    height: 40px;
  }
}
header .content .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 .content .search-box .form-box form input {
    font-size: 14px;
    padding: 0 40px;
  }
}
header .content .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 .content .search-box .form-box form button {
    width: 40px;
  }
}
header .content .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 .content .search-box .form-box form button::before {
    font-size: 18px;
  }
}
header.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer {
  background-color: #313131;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 45px;
  }
}
footer .footer-content {
  width: 100%;
  overflow: hidden;
}
footer .footer-content .left-operation {
  float: left;
  width: 34.04255319%;
  padding-top: 90px;
  padding-bottom: 30px;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .left-operation {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .left-operation {
    float: none;
    width: 100%;
    padding: 30px 0 0;
  }
}
footer .footer-content .right-info {
  float: left;
  width: 65.95744681%;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info {
    float: none;
    width: 100%;
  }
}
footer .footer-content .left-operation {
  position: relative;
  z-index: 1;
}
footer .footer-content .left-operation::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 99999999%;
  height: 99999999%;
  background-color: #1b1b1b;
}
@media screen and (max-width: 991px) {
  footer .footer-content .left-operation::before {
    display: none;
  }
}
footer .footer-content .left-operation .foot-logo {
  display: block;
  width: 100%;
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .foot-logo {
    max-width: 100px;
  }
}
footer .footer-content .left-operation .foot-logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-content .left-operation .subscribe {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .subscribe {
    padding-top: 15px;
  }
}
footer .footer-content .left-operation .subscribe h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  font-family: "Roboto Bold";
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .left-operation .subscribe h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .left-operation .subscribe h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .subscribe h3 {
    font-size: 18px;
  }
}
footer .footer-content .left-operation .subscribe form {
  margin-top: 10px;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 42px;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .subscribe form {
    height: 40px;
    padding: 2px;
  }
}
footer .footer-content .left-operation .subscribe form input {
  display: block;
  float: left;
  padding: 0 15px;
  width: calc(100% - 90px);
  height: 100%;
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .subscribe form input {
    padding: 0 10px;
    width: calc(100% - 70px);
    font-size: 13px;
  }
}
footer .footer-content .left-operation .subscribe form input::-webkit-input-placeholder,
footer .footer-content .left-operation .subscribe form textarea::-webkit-input-placeholder {
  color: #999999;
}
footer .footer-content .left-operation .subscribe form input:-o-placeholder,
footer .footer-content .left-operation .subscribe form textarea:-o-placeholder {
  color: #999999;
}
footer .footer-content .left-operation .subscribe form input::-moz-placeholder,
footer .footer-content .left-operation .subscribe form textarea::-moz-placeholder {
  color: #999999;
}
footer .footer-content .left-operation .subscribe form input:-ms-input-placeholder,
footer .footer-content .left-operation .subscribe form textarea:-ms-input-placeholder {
  color: #999999;
}
footer .footer-content .left-operation .subscribe form input:focus::-webkit-input-placeholder,
footer .footer-content .left-operation .subscribe form textarea:focus::-webkit-input-placeholder {
  color: #cecece;
}
footer .footer-content .left-operation .subscribe form input:focus::-o-placeholder,
footer .footer-content .left-operation .subscribe form textarea:focus::-o-placeholder {
  color: #cecece;
}
footer .footer-content .left-operation .subscribe form input:focus::-moz-placeholder,
footer .footer-content .left-operation .subscribe form textarea:focus::-moz-placeholder {
  color: #cecece;
}
footer .footer-content .left-operation .subscribe form input:focus::-ms-input-placeholder,
footer .footer-content .left-operation .subscribe form textarea:focus::-ms-input-placeholder {
  color: #cecece;
}
footer .footer-content .left-operation .subscribe form button {
  float: left;
  display: block;
  width: 90px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: #025ab8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation .subscribe form button {
    width: 70px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .left-operation .subscribe form button:hover {
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
  }
}
footer .footer-content .left-operation ul {
  padding-top: 40px;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .left-operation ul {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .left-operation ul {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-operation ul {
    padding-top: 15px;
  }
}
footer .footer-content .left-operation ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-content .left-operation ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (min-width: 1200px) {
  footer .footer-content .left-operation ul a:hover {
    background-color: #025ab8;
  }
  footer .footer-content .left-operation ul a:hover::before {
    color: #fff;
  }
}
footer .footer-content .left-operation ul a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 20px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
footer .footer-content .left-operation ul .follow-linkedin a::before {
  content: '\eb37';
}
footer .footer-content .left-operation ul .follow-facebook a::before {
  content: '\e8e7';
}
footer .footer-content .left-operation ul .follow-youtube a::before {
  content: '\e87d';
}
footer .footer-content .left-operation ul .follow-twitter a::before {
  content: '\e882';
}
footer .footer-content .left-operation ul .follow-insarticle a::before {
  content: '\e642';
}
footer .footer-content .left-operation ul .follow-tiktok a::before {
  content: '\e612';
}
footer .footer-content .right-info .items {
  display: flex;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .items {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items .title {
    position: relative;
    padding-top: 0;
    padding-right: 30px;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
footer .footer-content .right-info .items .title::before,
footer .footer-content .right-info .items .title::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items .title::before,
  footer .footer-content .right-info .items .title::after {
    display: block;
  }
}
footer .footer-content .right-info .items .title::after {
  transform: translateY(-50%) rotateZ(90deg);
}
footer .footer-content .right-info .items .title h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Roboto Bold";
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .items .title h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info .items .title h3 {
    font-size: 18px;
  }
}
footer .footer-content .right-info .items .active::after {
  top: 60%;
  opacity: 0;
}
footer .footer-content .right-info .items .inner {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items .inner {
    display: none;
    padding-top: 10px;
  }
}
footer .footer-content .right-info .items .inner p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .items .inner p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info .items .inner p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .right-info .items .inner p a:hover {
    color: #025ab8;
    text-decoration: underline;
  }
}
footer .footer-content .right-info .items > li {
  padding-left: 17.20430108%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .items > li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items > li {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-content .right-info .items > li:nth-child(1) {
    width: 56.4516129%;
  }
}
footer .footer-content .right-info .items > li:nth-child(1) ol {
  padding: 0;
}
footer .footer-content .right-info .items > li:nth-child(1) ol li {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .items > li:nth-child(1) ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items > li:nth-child(1) ol li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info .items > li:nth-child(1) ol li {
    font-size: 14px;
  }
}
footer .footer-content .right-info .items > li:nth-child(1) ol li:last-child {
  margin-bottom: 0;
}
footer .footer-content .right-info .items > li:nth-child(1) ol strong {
  display: block;
  margin-right: 5px;
  flex-shrink: 0;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  footer .footer-content .right-info .items > li:nth-child(2) {
    width: 43.01075269%;
  }
}
footer .footer-content .right-info .items > li:nth-child(2) .inner p {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .items > li:nth-child(2) .inner p {
    margin-bottom: 10px;
  }
}
footer .footer-content .right-info .items > li:nth-child(2) .inner p:last-child {
  margin-bottom: 0;
}
footer .footer-content .right-info .items > li:last-child {
  margin-bottom: 0;
}
footer .footer-content .right-info .copyright {
  position: relative;
  z-index: 1;
  background-color: #292929;
}
footer .footer-content .right-info .copyright::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 999999999%;
  height: 100%;
  background-color: #292929;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info .copyright::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .footer-content .right-info .copyright p {
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info .copyright p {
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info .copyright p {
    padding: 5px;
    font-size: 12px;
  }
}
footer .footer-content .right-info .copyright p a,
footer .footer-content .right-info .copyright p span {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-content .right-info .copyright p .sitemap {
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  footer .footer-content .right-info .copyright p a:hover {
    color: #025ab8;
    text-decoration: underline;
  }
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #025ab8;
  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 #0263ca;
  border-left: 1px solid #014d9e;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  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%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  font-size: 20px;
}
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-message a::before {
  content: '\e826';
}
footer .footer-xsnav ul li.footer-xsnav-contact a::before {
  content: '\e62f';
}
footer .footer-xsnav ul li.footer-xsnav-whatsapp a::before {
  content: '\e6d0';
}
footer .footer-xsnav ul li.footer-xsnav-top a::before {
  content: '\e60f';
}
footer .aside-online {
  position: fixed;
  top: 35%;
  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;
  z-index: 10;
  display: block;
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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: #025ab8;
  }
  footer .aside-online .aside-box a:hover::before {
    color: #fff;
  }
}
footer .aside-online .aside-box a::before {
  display: inline-block;
  font-size: 30px;
  color: #000000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@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: #025ab8;
}
@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: #fff;
}
@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-btn {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(2, 90, 184, 0.7);
  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;
}
@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: #025ab8;
    background-color: #025ab8;
  }
  .pagination-container a:hover::before {
    color: #fff;
  }
}
.pagination-container .ellipsis {
  border: none;
  font-weight: 700;
}
.pagination-container .current {
  color: #fff;
  background-color: #025ab8;
  border-color: #025ab8;
}
.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';
}
