@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  color: #000;
}
@font-face {
  font-family: 'Plat-Nomor';
  src: url('fonts/PlatNomor.eot');
  src: local('Plat Nomor'), local('PlatNomor'), url('fonts/PlatNomor.eot?#iefix') format('embedded-opentype'), url('fonts/PlatNomor.woff2') format('woff2'), url('fonts/PlatNomor.woff') format('woff'), url('fonts/PlatNomor.ttf') format('truetype'), url('fonts/PlatNomor.svg#PlatNomor') 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');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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%;
}
*[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;
}
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;
}
.header-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.4s;
}
header h1 {
  margin: 0;
  font-size: 0;
}
header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32.03125%;
  background-color: #f2f2f2;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  header::before {
    width: 34%;
  }
}
@media screen and (max-width: 1199px) {
  header::before {
    width: 36%;
  }
}
@media screen and (max-width: 991px) {
  header::before {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  header::before {
    display: none;
  }
}
header .logo {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  margin: 16px 0;
  height: 68px;
}
@media screen and (max-width: 1199px) {
  header .logo {
    height: 60px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    height: 35px;
  }
}
header .logo img {
  height: 100%;
  width: auto;
}
header .lan-switch > a {
  display: block;
  padding-left: 4px;
  font-size: 14px;
  color: #000;
  line-height: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .lan-switch > a {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  header .lan-switch > a {
    font-size: 0;
  }
}
@media screen and (min-width: 992px) {
  header .lan-switch > a:hover {
    text-decoration: underline;
  }
}
header .lan-switch  a::before {
  display: inline-block;
  margin-right: 9px;
  content: '';
  width: 23px;
  height: 16px;
  transform: translateY(3px);
  background: url(../images/common/lan.jpg) no-repeat;
  background-position: -48px;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  header .lan-switch > a::before {
    margin-right: 0;
  }
}
header .lan-switch {
  float: right;
  position: relative;
  margin-top: 33px;
  padding-bottom: 10px;
  width: 11.06382979%;
}
@media screen and (max-width: 1199px) {
  header .lan-switch {
    margin-top: 25px;
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  header .lan-switch {
    margin-top: 20px;
    margin-right: 15px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  header .lan-switch {
    margin-right: 30px;
    margin-top: 10px;
  }
}
header .lan-switch span {
  display: none;
  margin-left: 3px;
  transform: translateY(2px);
  cursor: pointer;
  font-size: 20px;
  transition: all 0.4s;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 1199px) {
  header .lan-switch span {
    display: inline-block;
  }
}
header .lan-switch .active {
  transform: translateY(2px) rotateX(180deg);
}
header .lan-switch ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-left: 4px;
  padding-top: 2.4px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1439px) {
  header .lan-switch ul {
    width: 130%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  header .lan-switch ul {
    width: 100%;
  }
}
header .lan-switch ul li a {
  display: block;
  font-size: 14px;
  color: #9b9696;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  header .lan-switch ul li a {
    font-size: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  header .lan-switch ul li a:hover {
    text-decoration: underline;
  }
}
header .lan-switch ul li a::before {
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 23px;
  height: 16px;
  transform: translateY(3px);
  background: url(../images/common/lan.jpg) no-repeat;
  /*background-position: -24px;*/
  background-size: cover;
}
@media screen and (max-width: 991px) {
  header .lan-switch ul li a::before {
    margin-right: 0;
  }
}
header .lan-switch ul li:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 11px;
}
header .lan-switch .cn::before {
  background-position: 0;
}
header .lan-switch .ru::before {
  background-position: -24px;
}
header .lan-switch .en::before {
  background-position: -48px;
}
header .top-tel {
  float: right;
  margin-top: 29px;
  margin-right: 40px;
}
@media screen and (max-width: 1439px) {
  header .top-tel {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .top-tel {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .top-tel {
    display: none;
    position: fixed;
    top: 0;
    left: 26px;
    z-index: 9999;
  }
}
header .top-tel a,
header .top-tel span {
  display: block;
  font-size: 16px;
  line-height: 1.5625;
  color: #1d2087;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  header .top-tel a,
  header .top-tel span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
}
header .top-tel a {
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  header .top-tel a {
    font-size: 14px;
  }
}
header .top-tel a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1d2087;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  header .top-tel a:hover::before {
    width: 100%;
  }
}
header .nav-btn {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 20px;
  display: none;
  float: right;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    display: block;
    top: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn {
    top: 5px;
    right: 12px;
  }
}
header .nav-btn .btn-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b3b3b3;
}
header .nav-btn .btn-line:nth-child(3),
header .nav-btn .btn-line:nth-child(1) {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #b3b3b3;
}
header .nav-btn .btn-line:nth-child(1) {
  top: 35%;
}
header .nav-btn .btn-line:nth-child(2) {
  top: 50%;
}
header .nav-btn .btn-line:nth-child(3) {
  top: 65%;
}
header .navbtn-actvie {
  position: fixed !important;
  z-index: 999999 !important;
}
header .navbtn-actvie .btn-line {
  width: 30px;
  height: 2px;
  background-color: #fff !important;
}
header .navbtn-actvie .btn-line:nth-child(1) {
  transform: translateY(2px) rotateZ(45deg) !important;
}
header .navbtn-actvie .btn-line:nth-child(2) {
  display: none !important;
}
header .navbtn-actvie .btn-line:nth-child(3) {
  transform: translateY(-10px) rotateZ(-45deg) !important;
}
header .nav {
  float: right;
  padding-right: 20px;
}
@media screen and (max-width: 1700px) {
  header .nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1649px) {
  header .nav {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 26px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    text-align: left;
    background: #fff;
    background-color: #000;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .xs-nav {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
header .nav .nav-box > li {
  float: left;
}
@media screen and (max-width: 1199px) {
  header .nav .nav-box > li {
    float: none;
    width: 100%;
  }
}
header .nav .nav-box > li > a {
  position: relative;
  display: inline-block;
  padding: 37.2px 23px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  header .nav .nav-box > li > a {
    padding: 37.2px 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .nav-box > li > a {
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .nav .nav-box > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  header .nav .nav-box > li > a:hover {
    color: #2d53d1;
  }
  header .nav .nav-box > li > a:hover::before {
    border-bottom-width: 5px;
  }
}
header .nav .nav-box > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 0 10px;
  border-color: transparent transparent #2d53d1 transparent;
  transition: all 0.4s;
}
header .nav .nav-box > li > a:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  header .nav .nav-box > li > a:last-child {
    padding: 10px 0;
  }
}
header .nav .nav-first {
  position: relative;
  z-index: 99;
}
header .nav .nav-first span {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  header .nav .nav-first span {
    display: block;
  }
}
header .nav .nav-first .item-first {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 88;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header .nav .nav-first .item-first {
    position: static;
    transform: translateX(0);
    background-color: transparent;
    width: 100%;
    text-align: left;
  }
}
header .nav .nav-first .item-first li {
  float: none;
  padding: 0;
}
header .nav .nav-first .item-first li a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  header .nav .nav-first .item-first li a:hover {
    transform: translateX(5px);
    color: #2d53d1;
  }
  header .nav .nav-first .item-first li a:hover::before {
    border-width: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .nav-first .item-first li a {
    color: #fff;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .nav .nav-first .item-first li a {
    font-size: 12px;
  }
}
footer {
  position: relative;
  background-color: #000;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  footer {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 45px;
  }
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/index_footer_bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.15;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  footer::before {
    background: url(../images/common/index_footer_bg.jpg) no-repeat center;
    background-size: cover;
  }
}
footer .foot-box {
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
}
footer .foot-box li {
  float: left;
}
footer .foot-box li:nth-child(1) {
  width: 17.0212766%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(1) {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(1) {
    width: 100%;
  }
}
footer .foot-box li:nth-child(1) a {
  display: inline-block;
  height: 76px;
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(1) a {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(1) a {
    height: 45px;
  }
}
footer .foot-box li:nth-child(1) a img {
  width: auto;
  height: 100%;
}
footer .foot-box li:nth-child(1) p {
  margin: 20px 0 15px 0;
  font-size: 20px;
  line-height: 1;
  color: #f2efef;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(1) p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(1) p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(1) p {
    font-size: 14px;
  }
}
footer .foot-box li:nth-child(1) form {
  padding-bottom: 10px;
  border-bottom: 1px solid #aba8a8;
}
footer .foot-box li:nth-child(1) form input {
  float: left;
  width: 68.75%;
  padding: 1.5px 0;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(1) form input {
    width: 60%;
  }
}
footer .foot-box li:nth-child(1) form input::-webkit-input-placeholder,
footer .foot-box li:nth-child(1) form textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}
footer .foot-box li:nth-child(1) form input:-o-placeholder,
footer .foot-box li:nth-child(1) form textarea:-o-placeholder {
  color: #8a8a8a;
}
footer .foot-box li:nth-child(1) form input::-moz-placeholder,
footer .foot-box li:nth-child(1) form textarea::-moz-placeholder {
  color: #8a8a8a;
}
footer .foot-box li:nth-child(1) form input:-ms-input-placeholder,
footer .foot-box li:nth-child(1) form textarea:-ms-input-placeholder {
  color: #8a8a8a;
}
footer .foot-box li:nth-child(1) form input:focus::-webkit-input-placeholder,
footer .foot-box li:nth-child(1) form textarea:focus::-webkit-input-placeholder {
  color: #504e4e;
}
footer .foot-box li:nth-child(1) form input:focus::-o-placeholder,
footer .foot-box li:nth-child(1) form textarea:focus::-o-placeholder {
  color: #504e4e;
}
footer .foot-box li:nth-child(1) form input:focus::-moz-placeholder,
footer .foot-box li:nth-child(1) form textarea:focus::-moz-placeholder {
  color: #504e4e;
}
footer .foot-box li:nth-child(1) form input:focus::-ms-input-placeholder,
footer .foot-box li:nth-child(1) form textarea:focus::-ms-input-placeholder {
  color: #504e4e;
}
footer .foot-box li:nth-child(1) form button {
  float: right;
  padding: 2px 13.5px;
  border-radius: 12.5px;
  font-size: 14px;
  color: #f1f4fc;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(1) form button {
    padding: 2 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  footer .foot-box li:nth-child(1) form button:hover {
    background-color: #000;
  }
}
footer .foot-box li:nth-child(1) form button::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(1) form button::after {
    font-size: 12px;
  }
}
footer .foot-box li:nth-child(2) h2,
footer .foot-box li:nth-child(3) h2,
footer .foot-box li:nth-child(4) h2 {
  margin: 0;
  padding: 0;
  padding-top: 23px;
  padding-bottom: 5px;
  line-height: 1;
  font-size: 16px;
  color: #f2efef;
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(2) h2,
  footer .foot-box li:nth-child(3) h2,
  footer .foot-box li:nth-child(4) h2 {
    font-size: 14px;
  }
}
footer .foot-box li:nth-child(2) {
  width: 40.42553191%;
  padding-left: 90px;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(2) {
    width: 35%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
footer .foot-box li:nth-child(2) p {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #ffffff;
}
footer .foot-box li:nth-child(2) p a {
  color: #aba8a8;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  footer .foot-box li:nth-child(2) p a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
footer .foot-box li:nth-child(2) p::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d53d1;
}
footer .foot-box li:nth-child(3) {
  width: 25.53191489%;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(3) {
    width: 21%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(3) {
    width: 100%;
  }
}
footer .foot-box li:nth-child(3) a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #aba8a8;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  footer .foot-box li:nth-child(3) a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
footer .foot-box li:nth-child(3) a::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d53d1;
}
footer .foot-box li:nth-child(4) {
  width: 17.0212766%;
}
@media screen and (max-width: 1199px) {
  footer .foot-box li:nth-child(4) {
    width: 24%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li:nth-child(4) {
    width: 100%;
  }
}
footer .foot-box li:nth-child(4) h2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(4) h2 {
    font-size: 14px;
  }
}
footer .foot-box li:nth-child(4) form input,
footer .foot-box li:nth-child(4) form textarea {
  padding: 5.5px 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #494949;
  font-size: 14px;
  line-height: 1;
  color: #aba8a8;
}
footer .foot-box li:nth-child(4) form textarea {
  max-height: 60px;
}
footer .foot-box li:nth-child(4) form input::-webkit-input-placeholder,
footer .foot-box li:nth-child(4) form textarea::-webkit-input-placeholder {
  color: #aba8a8;
}
footer .foot-box li:nth-child(4) form input:-o-placeholder,
footer .foot-box li:nth-child(4) form textarea:-o-placeholder {
  color: #aba8a8;
}
footer .foot-box li:nth-child(4) form input::-moz-placeholder,
footer .foot-box li:nth-child(4) form textarea::-moz-placeholder {
  color: #aba8a8;
}
footer .foot-box li:nth-child(4) form input:-ms-input-placeholder,
footer .foot-box li:nth-child(4) form textarea:-ms-input-placeholder {
  color: #aba8a8;
}
footer .foot-box li:nth-child(4) form input:focus::-webkit-input-placeholder,
footer .foot-box li:nth-child(4) form textarea:focus::-webkit-input-placeholder {
  color: #858484;
}
footer .foot-box li:nth-child(4) form input:focus::-o-placeholder,
footer .foot-box li:nth-child(4) form textarea:focus::-o-placeholder {
  color: #858484;
}
footer .foot-box li:nth-child(4) form input:focus::-moz-placeholder,
footer .foot-box li:nth-child(4) form textarea:focus::-moz-placeholder {
  color: #858484;
}
footer .foot-box li:nth-child(4) form input:focus::-ms-input-placeholder,
footer .foot-box li:nth-child(4) form textarea:focus::-ms-input-placeholder {
  color: #858484;
}
footer .foot-box li:nth-child(4) form button {
  padding: 5px 17px;
  border-radius: 15px;
  font-size: 12px;
  color: #f1f4fc;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(4) form button {
    padding: 3px 10px;
  }
}
@media screen and (min-width: 992px) {
  footer .foot-box li:nth-child(4) form button:hover {
    background-color: #494949;
  }
}
footer .foot-box li:nth-child(4) form button::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  display: inline-block;
  margin-left: 3px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .foot-box li:nth-child(4) form button::after {
    font-size: 12px;
  }
}
footer .foot-box li h2 {
  position: relative;
}
footer .foot-box li h2::before {
  display: none;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  position: absolute;
  top: 23px;
  right: 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  footer .foot-box li h2::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-box li h2::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-box li .li-box {
    display: none;
    padding-top: 10px;
  }
}
footer .foot-box li .active::before {
  transform: rotateZ(45deg);
}
footer .footer-end {
  position: relative;
  z-index: 2;
  text-align: center;
  border-top: 1px solid #f9f8f6;
  padding: 23px 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-end {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-end {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-end {
    padding: 10px 0;
  }
}
footer .footer-end p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-end p {
    line-height: 1.3;
  }
}
footer .footer-end p a {
  display: inline-block;
  margin-left: 13px;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  footer .footer-end p a {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-end p a:hover {
    text-decoration: underline;
  }
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #2d53d1;
  z-index: 99997;
}
@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 #fff;
}
footer .footer-xsnav ul li a {
  font-size: 14px;
  display: block;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 350px) {
  footer .footer-xsnav ul li a {
    font-size: 12px;
  }
}
footer .footer-xsnav ul li a::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c2';
  display: block;
  font-size: 16px;
}
footer .footer-xsnav ul li .item {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
  text-align: center;
}
footer .footer-xsnav ul li .item img {
  max-width: 100%;
  height: auto;
}
footer .footer-xsnav ul li:nth-child(1) {
  border-left: 0;
}
footer .footer-xsnav ul li:nth-child(2) a::before {
  content: '\e604';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
  content: '\e62c';
}
footer .footer-xsnav ul li:nth-child(4) a::before {
  content: '\e826';
}
footer .footer-xsnav ul li:nth-child(5) a::before {
  content: '\e60f';
}
.aside {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1620px) {
  .aside {
    right: 0;
  }
}
.aside .aside-box {
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  .aside .aside-box {
    position: absolute;
    right: 0;
    transform: translateX(300px);
  }
}
.aside .aside-box a {
  position: relative;
  display: block;
  width: 57px;
  height: 57px;
  background-color: rgba(119, 117, 116, 0.8);
  border-radius: 3px;
  margin-bottom: 6px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .aside .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aside .aside-box a:hover {
    background-color: rgba(45, 83, 209, 0.8);
  }
}
.aside .aside-box a::before {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .aside .aside-box a::before {
    font-size: 20px;
  }
}
.aside .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 70px;
  padding-left: 25px;
  z-index: -99;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(45, 83, 209, 0.8);
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .aside .aside-box a div {
    padding-right: 50px;
    padding-left: 10px;
  }
}
.aside .aside-box a div p {
  line-height: 57px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .aside .aside-box a div p {
    line-height: 40px;
  }
}
.aside .aside-box a .weixin-box {
  width: 100px;
  height: 100px;
  right: 150%;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a .weixin-box {
    left: 130%;
  }
}
.aside .aside-box a .weixin-box img {
  height: 100%;
  width: 100%;
}
.aside .aside-box a:nth-child(1)::before {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a:nth-child(1)::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .aside .aside-box a:nth-child(1)::before {
    font-size: 16px;
  }
}
.aside .aside-box a:nth-child(3) div {
  width: 100px;
  height: 100px;
  right: 150%;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .aside .aside-box a:nth-child(3) div {
    right: 130%;
  }
}
.aside .aside-box a:nth-child(3) div img {
  height: 100%;
  width: 100%;
}
.aside .aside-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .aside .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .aside .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 46px;
  }
}
.aside .aside-btn::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside .btn-active::before {
  transform: rotateZ(135deg);
}
.asidebox-active {
  transform: translateX(0) !important;
}
.pagebanner {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .pagebanner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .pagebanner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pagebanner {
    padding-top: 55px;
  }
}
.pagebanner .img-box {
  padding-bottom: 23.4375%;
}
.page {
  text-align: center;
}
.page .page-box {
  display: inline-block;
  margin: 0 -6px;
}
.page .page-box li {
  float: left;
  padding: 0 6px;
  margin: 0 !important;
}
.page .page-box li a {
  display: inline-block;
  font-size: 18px;
  color: #424242;
  font-weight: 700;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #e5e5e5;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .page .page-box li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}
.page .page-box li a:hover {
  background-color: #2d53d1;
  color: #fff;
}
.page .page-box li a:hover::before {
  color: #fff;
}
.page .page-box .page-dot {
  display: block !important;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  width: auto;
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  transition: all 0.6s;
}
.page .page-box .active a {
  background-color: #2d53d1;
  color: #fff;
}
.page .page-box .prev a,
.page .page-box .next a {
  border-radius: 5px;
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #000;
}
.page .page-box .next a::before {
  content: '\e72f';
}

#newBridge{
  z-index: 999 !important;
}