@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  margin: 0;
  color: #696969;
}

html, body {
  height: 100%;
}

html, body *{
    font-family: "SourceHanSanssubset", "思源黑体",  "Arial", "sans-serif", "PingFang SC","Helvetica Neue";
}
@font-face {
    /* src: url('/assets/fonts2/SourceHanSansSC-Normal-2.otf') format('truetype'); */
    /* src: url('/assets/fonts2/SourceHanSans-Regular-subset.otf') format('truetype'); */
    font-family: "SourceHanSanssubset";
    src: url('/assets/fonts2/SourceHanSans-Regular-subset.otf') format('truetype');
}


.wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}

.footer-footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif; */
  margin: 0px;
  padding: 0px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: #282828;
  font-weight: 700;
}

p {
  font-size: 14px;
  margin: 0 0 1.75em;
  color: #696969;
  line-height: 1.8;
}

a {
  color: #696969;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #002e92;
}

img {
  max-width: 100%;
}

/**
 * 4.0 - Forms
 */
input {
  line-height: normal;
}

/*button,
button[disabled]:hover,
button[disabled]:focus,*/
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  background-color: #f99f1c;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* 
button:hover,
button:focus,*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #00b2b7;
}

/*button:focus,*/
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #696969;
}

::-moz-placeholder {
  color: #696969;
}

:-ms-input-placeholder {
  color: #696969;
}

:-moz-placeholder {
  color: #696969;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form> :last-child {
  margin-bottom: 0;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

.nav-menu {
  color: #fff;
  padding: 20px 0px;
}

.nav-menu a {
  float: left;
}

.nav-menu .menu-list {
  float: right;
}

.nav-menu .menu-list ul {
  overflow: hidden;
  display: inline-block;
}

.nav-menu .menu-list ul li {
  float: left;
  margin-right: 40px;
}

.nav-menu .menu-list ul li a {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu .menu-list ul .shop-cart {
  float: left;
}

.nav-menu .menu-list ul .side-toggle {
  float: left;
  margin-left: 20px;
}

.nav-menu .menu-list ul li:last-child {
  margin-right: 0px;
}

.nav-menu .menu-list i {
  color: #282828;
  font-size: 25px;
}

.wrapper.mm-open {
  position: relative;
}

.wrapper.mm-open .wrapper-mask{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.header-top {
  background-color: #282828;
  overflow: hidden;
}

.header-top .header-top-left {
  float: left;
}

.header-top .header-top-left ul li {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin-right: 22px;
  padding: 11px 0px;
}

.header-top .header-top-left ul li i {
  font-size: 16px;
  margin-right: 5px;
  margin-top: 5px;
}

.header-top .header-top-left ul li a,
.header-top .header-top-left ul li p {
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.header-top .header-top-right {
  float: right;
  background-color: #f99f1c;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 20px;
}

.header-top .header-top-right i {
  font-size: 16px;
  margin-right: 5px;
  margin-top: 5px;
}

.header-top .header-top-right a {
  float: right;
  margin-top: 3px;
  display: inline-block;
  color: #fff;
}

.main-menu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 100 !important;
}

.main-menu .desktop-menu {
  position: relative;
  padding-top: 10px;
}

@media (max-width: 990px) {
  .main-menu .desktop-menu {
    display: none;
  }
}

.main-menu .menu-logo {
  /* display: inline-block; */
  max-width: 240px;
  padding: 15px 0px 10px 0;
  color: #002e92;
  float: left;
}

.main-menu .menu-logo img {
  width: 100%;
  /* height: 34px; */
}

.main-menu .menu-logo .contactUs-en {
  width: 220px;
  /* height: 50px; */
}

.main-menu .menu-logo .menu-logo-title {
  margin-top: 10px;
  font-weight: 500;
}

.main-menu .menu-list-right {
  float: right;
}

.main-menu .menu-list-left {
  float: left;
  margin-right: 20px;
}

.main-menu .menu-list ul {
  float: left;
}

.main-menu .menu-list ul li {
  list-style: none;
  display: inline-block;
}

.main-menu .menu-list ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold !important;
  color: #666;
  padding: 32px 8px 47px 8px;
  text-transform: capitalize;
}
.main-menu .menu-list ul li a.menu00022222 {
  text-transform: none;
}
.main-menu .menu-list ul li a:hover,
.main-menu .menu-list ul li a:focus {
  color: #000;
  background: #f0f0f0;
}

/* .main-menu .menu-list ul li:first-child a {
  padding-left: 0px;
} */

.main-menu .menu-list ul .sub-menu {
  position: absolute;
  min-width: 230px;
  left: 0;
  top: 100%;
  background-color: #fff;
  z-index: 10;
  border-top: 1px solid #f1f0f0;
  display: none;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
}

.sub-menu-padding {
  padding: 20px 30px;
}

.nav-sub-title-text {
  font-size: 16px;
  color: #221714;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}

.nav-sub-title-text i {
  font-size: 20px;
}

.na-sub-title-point {
  cursor: pointer;
}

.nav-sub-value a {
  display: inline-block;
  font-size: 14px;
  color: #7f7f80 !important;
  padding: 0 0 0 22px !important;
  text-transform: capitalize;
  margin-bottom: 2px;
  width: 100%;
}

.nav-sub-value a:hover, .na-sub-title-point:hover,
.nav-sub-value a:focus, .na-sub-title-point:focus {
  background-color: #f0f0f0 !important;
  color: #002e92 !important;
}

.main-menu .menu-list ul .mega-menu ul li a:hover,
.main-menu .menu-list ul .mega-menu ul li a:focus {
  background-color: transparent;
  color: #282828;
}

.main-menu .menu-list ul .sub-menu-width {
  width: max-content;
}

.nav-sub-value-html {
  padding: 0 !important;
}

.main-menu .menu-list ul .sub-menu li {
  display: block;
  border-bottom: 1px solid #f1f0f0;
}

.main-menu .menu-list ul .sub-menu-width li {
  /* float: left; */
  min-width: 120px;
}

.main-menu .menu-list ul .sub-menu li:last-child {
  border: none;
}

.main-menu .menu-list ul .sub-menu li a {
  display: block;
  padding: 20px 30px;
}

.main-menu .menu-list ul .sub-menu li a:hover,
.main-menu .menu-list ul .sub-menu li a:focus {
  background-color: #f0f0f0;
  color: #002e92;
}

.main-menu .menu-list ul .sub-menu li .sub-menu {
  left: 100%;
  top: -1px;
  display: none;
}

.main-menu .menu-list ul .has-sub-menu {
  position: relative;
  cursor: pointer;
}

.main-menu .menu-list ul .has-sub-menu > a {
  /* pointer-events: none; */
  cursor: pointer;
}

.main-menu .menu-list ul .has-sub-menu .menu-active {
  color: #002e92;
}

.main-menu .menu-list ul .has-sub-menu:hover>.sub-menu {
  display: block;
}

.main-menu .menu-list ul .has-mega-menu .sub-menu {
  width: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .menu-list ul .has-mega-menu:hover .sub-menu {
  display: block;
}

.main-menu .menu-list ul .mega-menu {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.main-menu .menu-list ul .mega-menu ul li {
  border: none;
}

.main-menu .menu-list ul .mega-menu ul li:nth-child(even) {
  background-color: #fafafa;
}

.main-menu .menu-list ul .mega-menu ul li a i {
  color: #f99f1c;
  margin-right: 5px;
}

.main-menu .menu-list ul .mega-menu ul li a:hover,
.main-menu .menu-list ul .mega-menu ul li a:focus {
  background-color: transparent;
  color: #282828;
}

.main-menu .menu-list ul .mega-menu .mg-image {
  position: absolute;
  right: 0;
  top: 15px;
}

.menu-search {
  float: right;
}

.main-menu .search-icon {
  display: inline-block;
  color: #282828;
  width: 90px;
  padding: 5px 10px;
  margin-left: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eeeeef;
  vertical-align: middle;
  overflow: hidden;
}

.main-menu .search-icon span {
  font-size: 14px;
  color: #696969;
  font-weight: bold;
}

.main-menu .search-icon i {
  font-size: 17px;
  float: right;
}



.main-menu .search-icon input {
  width: 80px;
  background-color: #eeeeef;
  color: #696969;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 7px 15px;
  float: left;
}

.main-menu .search-icon i {
  color: #004097;
}


.main-menu .select-language {
  display: inline-block;
  cursor: pointer;
  padding: 30px 0 44px 0;
  position: relative;
}

.menu-cart .select-option {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100px;
  padding: 10px 10px 0 10px;
  display: none;
  z-index: 10;
}

.menu-cart .select-option li {
  display: block !important;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 500;
}

.menu-cart .select-option li:hover {
  color: #f99f1c;
  background-color: #fafafa;
  cursor: pointer;
}

.select-language:hover .select-option {
  display: block;
}

.main-menu .select-language img {
  width: 25px;
  height: 25px;
  vertical-align: -7px;
}

.main-menu .select-language i {
  color: #868686;
}

.main-menu .select-language .select-language-text {
  display: inline-block;
  width: 50px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.select-language-menu {
  display: none;
}

.main-menu .mobile-menu {
  display: none;
  position: relative;
  z-index: 21;
  background: #fff;
}

@media (max-width: 990px) {
  .main-menu .mobile-menu {
    display: block;
  }
}

.main-menu .mobile-menu .menu-header {
  overflow: hidden;
}

.main-menu .mobile-menu .menu-header .menu-logo {
  float: left;
}

.main-menu .mobile-menu .menu-header .menu-icon {
  float: right;
  font-size: 30px;
  padding: 23px 0px;
  color: #282828;
  cursor: pointer;
}

.main-menu .mobile-menu .mob-menu-content {
  position: absolute;
  top: 78px;
  right: -100%;
  max-height: calc(100vh - 78px);
  width: 300px;
  background-color: #fff;
  z-index: 20000;
  overflow-x: hidden;
  border-bottom: 5px solid rgb(44, 167, 224);
  /* padding-top: 50px; */
  /* -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.main-menu .mobile-menu .mob-menu-content .mob-menu-close {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
}

.main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar {
  display: inline-block;
  height: 2px;
  width: 32px;
  background-color: #282828;
}

.main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:first-child {
  -ms-transform: rotate(45deg) translateY(0px) translateX(0px);
  /* IE 9 */
  -webkit-transform: rotate(45deg) translateY(0px) translateX(0px);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg) translateY(0px) translateX(0px);
}

.main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:last-child {
  -ms-transform: rotate(-45deg) translateY(-14px) translateX(14px);
  /* IE 9 */
  -webkit-transform: rotate(-45deg) translateY(-14px) translateX(14px);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg) translateY(-14px) translateX(14px);
}

.main-menu .mobile-menu .mob-menu-content.open {
  right: 0;
}

.main-menu .mobile-menu ul li a {
  display: block;
  border-bottom: 1px solid #f1f0f0;
  font-size: 14px;
  padding: 15px;
  color: #282828;
}

.main-menu .mobile-menu ul li a:hover,
.main-menu .mobile-menu ul li a:focus {
  color: #f99f1c;
}

.main-menu .mobile-menu ul li:last-child a {
  border: none;
}

.main-menu .mobile-menu ul .has-sub-menu>a {
  position: relative;
  pointer-events: none;
  cursor: default;
}

.main-menu .mobile-menu ul .has-sub-menu>a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.main-menu .mobile-menu ul .sub-menu {
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.main-menu .mobile-menu ul .sub-menu li a {
  padding: 10px 0px;
  margin-left: 30px;
  text-transform: capitalize;
}

.main-menu .mobile-menu ul .sub-menu li:last-child a {
  border: none;
}

.main-menu .mobile-menu ul li.open .sub-menu {
  display: block;
}

.menu-fixed {
  position: fixed;
  background-color: #ffffff;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 20;
  -webkit-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -moz-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.menu-cart {
  display: inline-block;
}

.page-header-section {
  text-align: center;
  color: #fff;
}

.page-header-section .overlay {
  background-color: rgba(133, 196, 67, 0.9);
}

.page-header-section h1 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-header-section h1 {
    font-size: 36px;
  }
}

.page-header-section ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.page-header-section ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.button,
button {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #f99f1c;
  color: #282828;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.button:hover,
button:hover {
  background-color: #f99f1c;
  color: #fff;
}

.button-lg {
  padding: 13px 30px;
  font-weight: 600;
}

.button-sm {
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-sm:hover {
  background-color: #f99f1c;
  color: #fff;
}

.banner-list {
  width: 100%;
  /* height: 400px; */
  height: auto;
}

.banner-list-item {
  width: 100%;
  /* height: 400px; */
  height: auto;
}

.banner-list-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.button-height {
  margin-top: 40px;
}

.banner-section .banner-section-img {
  width: 100%;
}

.banner-section .banner-section-content {
  margin: 60px 0;
}

.banner-section .banner-section-content .banner-section-label {
  font-size: 32px;
  margin-bottom: 20px;
  color: #7f7f80;
}

.banner-section .banner-section-content .banner-section-value {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /* border-radius: 0; */
  background-color: transparent;
  border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 30px;
}

#section-video {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

#section-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.section-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  cursor: pointer;
  z-index: 10;
}

.video-section .video-section-img {
  width: 100%;
}

.video-section .video-section-content {
  margin: 30px 0 50px 0;
}

.video-section .video-section-content .video-section-text {
  text-align: center;
  color: #003e79;
  font-size: 22px;
}

.video-section .video-section-content .video-section-text span {
  margin: 0 10px;
}

.used-section  {
  margin-bottom: 100px;
}

.used-section .used-section-h4 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #7f7f80;
  text-transform: capitalize;
}
.used-section .used-section-h42 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #7f7f80;
}

.index-img-box {
  position: relative;
  margin-bottom: 20px;
}

.index-img-box .index-img-box-left {
  width: 49%;
  padding-right: 10px;
}

.index-img-box .index-img-box-left img {
  width: 100%;
}

.index-img-box .index-img-box-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 100%;
}

.index-img-box .index-img-box-right img {
  width: 100%;
  height: 100%;
}

.used-section h4 {
  color: #003e79;
  margin-bottom: 30px;
}

.rf-right {
  text-align: right;
}

.used-section .used-sectio-text {
  line-height: 1.6;
  font-size: 14px;
  /* max-width: 350px; */
}

.used-section .used-sectio-left {
  margin-right: 80px;
}

.used-section .used-sectio-right {
  margin-left: 80px;
}

.used-section .used-sectio-learn-more a {
  color: #003e79;
  margin-bottom: 20px;
}

.footer-top {
  background-image: linear-gradient(to bottom, #fff, #dcdcdc);
} 

.footer-top .footer-top-title {
  font-size: 20px;
  color: #7f7f80;
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
  margin-bottom: 10px;
  text-transform:capitalize;
  overflow: hidden;    /*   超出容器的部分影响  */
  white-space: nowrap;   /*  文本不换行   */
  text-overflow: ellipsis;   /*  超出容器的文本显示省略号  */
}

.footer-top .footer-top-headline {
  color: #003e79;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-top .footer-top-headline a {
  color: #003e79;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-top .footer-top-headline .index-news:hover {
  color: #007acc !important;
}

.footer-top .footer-top-text {
  margin-bottom: 10px;
  color: #040000;
}

.footer-top-content {
  margin-bottom: 10px;
  color: #7f7f80;
}

.footer-top .footer-top-more a {
  color: #003e79;
  margin-bottom: 20px;
}

.footer-top .footer-top-tab {
  margin: 20px 0;
}

.footer-top .footer-top-tab span {
  margin-right: 15px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
}

.footer-bottom {
  background-color: rgb(0 ,64, 151);
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}

.footer-bottom .footer-bottom-content-left {
  display: inline-block;
  margin-right: 40px;
}

.footer-bottom .footer-bottom-about {
  text-align: right;
}

.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.social-link-list li,
.social-footer-list li {
  display: inline-block;
  padding: 0 5px;
}

.social-link-list li i,
.social-footer-list li i {
  color: #fff;
}

.social-link-list a {
  width: 24px;
  display: inline-block;
  padding: 0 5px;
}

.social-link-list i {
  color: #fff;
}

.footer-bottom-img {
  width: 24px;
  vertical-align: -5px;
}

.footer-bottom-icon {
  width: 15px;
}

.social-footer-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.icon-wechat{
  position:relative;color:#7bc549;border-color:#7bc549;
}
/* .icon-wechat:hover{
  background:#7bc549;
} */
.icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
.icon-wechat .wechat-qrcode.bottom {
  top:40px;
  left:-84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display:none;
}
.icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
.icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
.icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
.icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
.icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.icon-wechat:hover .wechat-qrcode{display: block;}

.scroll-top {
  display: inline-block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  z-index: 9;
}

.scroll-top.open {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}


/*================================
           Box Style
==================================*/
.wrapper .all-content {
  background-color: #fff;
}

.boxed .wrapper .all-content {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

.boxed .wrapper .menu-fixed {
  max-width: 1240px;
}

.banner-section-talent {
  margin-bottom: 50px;
  width: 100%;
}

.widgets_common_pages_7 {
  border-bottom: 1px solid #333;
  line-height: 30px;
  padding: 10px 0;
}

.widgets_common_pages_7 .left {
  float: left;
  font-size: 14px;
  color: #333;
  width: 45%;
}

.widgets_common_pages_7 .right {
  float: right;
  font-weight: normal;
  width: 45%;
  text-align: right;
}

.intro {
  font-size: 14px;
  color: #333;
  display: inline-block;
}

.widgets_common_pages_7 .right .page_box {
  display: inline-block;
  margin-left: 30px;
}

.yzm-box {
  margin-bottom: 50px;
}

.page_box .page-icon {
  font-size: 20px;
  vertical-align: -1px;
}

.page_box .page-icon-w {
  font-size: 14px;
}

.yzm-box-left {
  float: left;
  margin-top: 20px;
}

.yzm-box-left input {
  border: 1px solid #d5d5d5;
  line-height: 50px;
  height: 50px;
  width: 30%;
}

.yzm-box-left img {
  width: 120px;
  height: 50px;
  margin-right: 10px;
}

.yzm-box-left .change {
  vertical-align: bottom;
  color: #40535a;
  font-size: 14px;
}

.yzm-box-right {
  float: right;
  margin-top: 20px;
  width: max-content;
}

.yzm-box-right-on {
  background-color: #0245ae;
  margin-right: 40px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.yzm-box-right-reset {
  background-color: #f9f9f9;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.clear {
  clear: both;
}


/* 移动端样式 */
.mobile-banner-content {
  display: none;
  padding: 20px;
  background: rgb(247, 247, 247);
  margin: 20px 0;
  font-size: 14px;
  color: #000;
}

.mobile-wrapper-content {
  display: none;
}

@media (max-width: 990px) {
  .all-content {
    overflow: hidden;
  }
  .main-menu .desktop-menu {
    display: none;
  }
  .mobile-wrapper-content {
    display: block;
  }
  .main-menu .mobile-menu .menu-header {
    margin-left: 15px;
  }
  .mobile-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-content {
    display: none;
  }
  .mobile-banner-content {
    display: block;
  }
  #section-video {
    height: 220px;
  }
  .section-video-btn {
    width: 100px;
    height: 100px;
    margin-left: -40px;
    margin-top: -50px;
  }
  .video-section .video-section-content .video-section-text {
    padding: 10px 0;
    background: rgb(247, 247, 247);
  }
  .footer-top {
    display: none;
  }
  .mobile-section-img {
    width: 100%;
    height: auto;
  }
  .footer-footer {
    display: none;
  }
  .main-menu .menu-list ul .has-sub-menu>a {
    pointer-events: none;
  }
  .yzm-box-left {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .yzm-box-right-on {
    width: 120px;
  }
  .us-box-list {
    height: 200px !important;
    padding-top: 30px !important;
  }
  .us-box-item {
    margin-left: 0 !important;
    text-align: center;
  }
  .us-box-title {
    padding: 0 30px !important;
  }
  .longitudinal-in {
    color: #000  !important;
    width: 100% !important;
  }
  .about-info {
    display: none;
  }
  .companyTab {
    display: none;
  }
  .longitudinal-value {
    border-left: 1px solid #7f7f80;
    padding-right: 15px;
  }
  .longitudinal-value::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
  }
  .longitudinal-label {
    font-size: 18px !important;
    margin-left: 15px;
    margin-right: 0 !important;
    margin-top: 5px;
  }
  .new-box-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .social-link-list a {
    width: 40px !important;
  }
}

.main-menu .menu-logo .mobile-menu-img {
  width: 150px;
  height: auto;
}

.mobile-right {
  float: right;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.mobile-right img {
  width: 35px;
  height: 35px;
}

.mobile-right i {
  font-size: 24px;
  margin-left: 5px;
}

.mobile-right-btn {
  margin-left: 20px;
  padding: 18px 0!important;
  background: rgb(44, 167, 224);
  width: 80px;
  text-align: center;
}

.mobile-right-btn i {
  color: #fff;
}

.mobile-banner-content-text {

}

.mobile-h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0245ae;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.mobile-section-img {
  width: 100%;
  margin-bottom: 30px;
}

.mobile-section-text {
  text-align: center;
  padding: 10px 0;
  background: rgb(247, 247, 247);
  margin-bottom: 30px;
}

.mobile-section-text-h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.mobile-section-text-p {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.mobile-section-text-h6 {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}

.mobile-section-text-box {
  padding: 15px;
}

.mobile-section-img1 {
  width: 100%;
  height: 100%;
}

.mobile-news {
  padding: 20px 30px;
  background: rgb(247, 247, 247);
  margin-bottom: 30px;
}

.mobile-news-title {
  font-weight: bold;
  padding: 5px 10px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
}

.mobile-news-p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  text-align: justify;
  word-wrap: break-word;
}

.mobile-news-b {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  text-align: right;
}

.mobile-news-img {
  width: 100%;
  height: 150px;
}

.mobile-news-flex {
  display: flex;
  margin: 0 60px;
}

.mobile-news-1 {
  flex: 1;
  margin-right: 10px;
  max-width: 33.33%;
}

.mobile-news-1:last-child {
  margin-right: 0;
}

.mobile-news-img {
  width: 100%;
  height: auto;
}

.mobile-new-btn {
  margin: 10px 45px 30px 45px;
  padding: 5px;
  background: #0245ae;
  text-align: center;
  color: #fff;
}

.mobile-section-box {
  padding: 20px 30px;
  background: rgb(247, 247, 247);
  margin-bottom: 30px;
}

.mobile-news-value {
  font-size: 14px;
  margin-bottom: 20px;
}

.mobile-list-flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.mobile-news-item {
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  color: #ddd;
  background: #0245ae;
}

.mobile-interactive {
  position: relative;
}

.mobile-interactive-box {
  position: absolute;
  top: 40px;
  left: 20px;
}

.mobile-interactive-box li {
  margin-bottom: 10px;
}

.mobile-interactive-box li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.mobile-interactive-more {
  font-size: 12px;
  color: #dcdcdc;
  margin-top: 40px;
  text-decoration: underline;
  display: inline-block;
}

.mobile-footer {
  background: rgb(0 ,64, 151);
  padding: 20px 20px 5px 20px;
  color: #fff;
}

.mobile-footer-top {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mobile-footer-item {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #fff;
}

.mobile-footer-tips {
  font-size: 12px;
  margin-top: 50px;
}

.mobile-share-img {
  display: inline-block;
}

.mobile-share {
  padding: 30px 0 30px 30px;
}

.mobile-share-img {
  margin-right: 20px;
}

.mobile-share-img img {
  width: 35px;
  height: 30px;
}

.mobile-left-line {
  position: relative;
}
.mobile-left-line::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #9dbb44;
}

.company-p p {

}

.mobile-footer-explain {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 0;
  font-size: 12px;
  color: #818181;
  text-align: center;
  background: #ddd;
  line-height: 20px;
}

.mobile-footer-p {
  font-size: 12px;
  color: #818181;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-t-50 {
  margin-top: 50px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 20;
  display: none;
}

.mask .model-box {
  width: 600px;
  height: 400px;
  background: url('../images/index/model-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 18% auto 0 auto;
  text-align: center;
  position: relative;
}

.mask .model-box .model-content {
  position: absolute;
  top: 150px;
  left: 0;
  text-align: center;
  width: 100%;
}

.mask .model-box .model-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 36px;
  cursor: pointer;
  color: #002e92;
}

.mask .model-box .model-content .model-content-text {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  /* border: 2px solid #fff; */
}

.model-content-en {
  background: #fff;
  border-radius: 5px;
  color: #004097;
}

.model-content-en:hover {
  background: #004097;
  color: #fff;
}

.model-content-zh {
  background: #004097;
  border-radius: 5px;
  color: #fff;
}

.model-content-zh:hover {
  background: #fff;
  color: #004097;
}







@media (max-width: 990px) {
    .map-box{
        padding-top: 20px;
    }
    .map-box-item{
        margin-left: 10px;
        margin-right: 10px;
    }
    .talentPolicybody.en_layout .text-justify{
        text-align: inherit;
    }
    .en_layout .text-justify{
        text-align: inherit;
    }
}
