* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
fstroke pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  touch-action: manipulation;
}
a,
img {
  -webkit-touch-callout: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: 'enCon', 'DINPRO', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* 字体引用 */
/* D-DIN-PRO */
@font-face {
  font-family: 'DINPRO';
  src: url('../font/D-DIN-PRO-400-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPROBoldPro';
  src: url('../font/D-DIN-PRO-900-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'enCon';
  src: url(../font/encon.ttf);
  font-weight: normal;
  font-style: normal;
}
/* home */
html,
body {
  width: 100%;
}
/* 移动端显示隐藏开关 */
.isMobile {
  display: none;
}
#translate {
  display: none !important;
}
.btn_mzsm {
  display: none;
}
/* topNav */
.topBox {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  width: 100%;
  transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, rgba(31, 108, 218, 0.7), transparent);
  background-size: auto 100%;
}
.topBox .wrap {
  overflow: visible;
}
.topBox .topTitle {
  font-size: 5rem;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.topBox .topTitle span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  letter-spacing: -5px;
}
.topBox .navRight {
  display: flex;
  flex-direction: column;
}
.topBox .topSearch {
  width: 910px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  margin: 80px auto 0;
}
.topBox .topSearch .searchBtn {
  width: 200px;
  height: 100%;
  background-color: #fd8f01;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
}
.topBox .topSearch .searchBtn span {
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
}
.topBox .topSearch .searchBtn::after {
  content: '';
  display: block;
  width: 22px;
  height: 25px;
  background: url(../images/icon_fdj.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.topBox .topSearch .searchTxtBox {
  flex: 1;
  height: 100%;
  border: solid 2px #FFF;
  border-right: none;
  position: relative;
}
.topBox .topSearch .searchTxtBox .searchTxt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0 10px 0 40px;
  font-size: 20px;
}
.topBox .topSearch .searchTxtBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.8;
  z-index: 9;
}
.topBox .search {
  width: 165px;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  position: relative;
  margin-top: 13px;
}
.topBox .search .mask {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.topBox .search .line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.topBox .search .line input {
  display: block;
}
.topBox .search .line .searchTxt {
  width: calc(100% - 35px);
  height: 100%;
  color: #FFF;
}
.topBox .search .line .searchBtn {
  width: 22px;
  height: 100%;
  background: url(../images/icon_fdj.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.topBox .navBox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.topBox .navBox .logo {
  width: 100%;
  height: 55px;
}
.topBox .navBox .logo img {
  width: auto;
  height: 100%;
}
.topBox .navBox .nav {
  display: flex;
  margin-top: 20px;
}
.topBox .navBox .nav .item {
  font-family: 'DINPRO', Arial, sans-serif;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 18px;
}
.topBox .navBox .nav .item:hover {
  color: #fdbf01;
}
.topBox .navBox .nav .item.active {
  color: #fdbf01;
}
.topBox .navBox .dropDownBox {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}
.topBox .navBox .dropDownBox .dropDownTxt {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.topBox .navBox .dropDownBox .dropDownTxt::before {
  content: '';
  background: url(../images/icon_earth.png) no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  margin-top: -3px;
}
.topBox .navBox .dropDownBox .dropDownTxt::after {
  content: '';
  background: url(../images/icon_arrow_down.png) no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  display: block;
  margin-left: 5px;
  margin-top: -3px;
}
.topBox .navBox .dropDownBox .dropDownMenu {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s all;
  position: absolute;
  left: 0;
  top: 30px;
}
.topBox .navBox .dropDownBox .dropDownMenu .item {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #000;
}
.topBox .navBox .dropDownBox .dropDownMenu .item:hover {
  background-color: #fab07e;
}
.topBox .navBox .dropDownBox .dropDownMenu .item:first-child {
  margin-top: 10px;
}
.topBox .navBox .dropDownBox .dropDownMenu .item:nth-last-child(1) {
  margin-bottom: 10px;
}
.topBox .navBox .btn_mzsm {
  width: 24px;
  height: 24px;
  background: url(../images/icon_mzsm1.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 185px;
  z-index: 3;
  cursor: pointer;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* footer */
.footer {
  background: url(../images/bg_footer.jpg) repeat;
}
.footer .wrap {
  padding: 60px 15px 0;
}
.footer .mobileLink {
  display: none;
}
.footer .links {
  padding-bottom: 30px;
  border-bottom: solid 1px #b0b0b6;
}
.footer .links .titleBox h2 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
.footer .links .linkBox {
  margin-top: 20px;
}
.footer .links .linkBox a {
  font-size: 18px;
  color: #b0b0b6;
  margin-right: 20px;
}
.footer .links .linkBox a:hover {
  color: #f09647;
}
.footer .siteMap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #b0b0b6;
}
.footer .siteMap .part:first-child {
  width: 170px;
}
.footer .siteMap .part .btmLogo {
  display: block;
  width: 170px;
  height: 72px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.footer .siteMap .part .address {
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
}
.footer .siteMap .part .address::before {
  content: '';
  display: inline-block;
  background: url(../images/icon_location.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 22px;
  margin: -3px 10px 0 0;
  line-height: 1.2;
  vertical-align: middle;
}
.footer .siteMap .part .hdPhone {
  font-size: 18px;
  color: #FFF;
  margin-top: 10px;
}
.footer .siteMap .part .hdPhone::before {
  content: '';
  display: inline-block;
  background: url(../images/icon_btm_phone.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  line-height: 1.2;
  vertical-align: middle;
}
.footer .siteMap .part .btn_mzsm {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.footer .siteMap .part .btn_mzsm::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(../images/icon_mzsm2.png) center center no-repeat;
  background-size: 100% 100%;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}
.footer .siteMap .part h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.footer .siteMap .part h3::first-letter {
  text-transform: uppercase;
}
.footer .siteMap .part h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.footer .siteMap .part h3 a:hover {
  color: #f09647;
}
.footer .siteMap .part .siteLinkBox {
  margin-top: 20px;
}
.footer .siteMap .part .siteLinkBox a {
  display: block;
  color: #b0b0b6;
}
.footer .siteMap .part .siteLinkBox a:hover {
  color: #f09647;
}
.footer .copyright {
  font-size: 18px;
  text-align: center;
  line-height: 4;
  color: #b0b0b6;
}
/* 公共样式 */
.more {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 9;
}
.more span {
  margin-top: 5px;
}
.more::after {
  content: '';
  background: url(../images/icon_more_arrow_right.png) no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-top: -7px;
  display: block;
  transition: all 0.5s ease-in;
}
.more a {
  color: #999;
  transition: all 0.5s ease-in;
}
.more:hover {
  color: #fdbf01;
}
.more:hover a {
  color: #fdbf01;
}
.more:hover::after {
  background-image: url(../images/on_icon_more_arrow_right.png);
}
.other_header {
  height: 280px;
  background: url(../images/new_list_header_bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.aboutNote {
  font-size: 18px;
  text-align: center !important;
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .aboutNote {
    margin-top: 0.4rem;
    font-size: 0.32rem;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  html[lang="de"] .footer .siteMap .part,
  html[lang="fr"] .footer .siteMap .part,
  html[lang="ru"] .footer .siteMap .part,
  html[lang="es"] .footer .siteMap .part,
  html[lang="pt"] .footer .siteMap .part {
    margin-right: 10px;
  }
  html[lang="de"] .footer .siteMap .part:first-child,
  html[lang="fr"] .footer .siteMap .part:first-child,
  html[lang="ru"] .footer .siteMap .part:first-child,
  html[lang="es"] .footer .siteMap .part:first-child,
  html[lang="pt"] .footer .siteMap .part:first-child {
    width: 180px;
  }
  html[lang="de"] .footer .siteMap .part:last-child,
  html[lang="fr"] .footer .siteMap .part:last-child,
  html[lang="ru"] .footer .siteMap .part:last-child,
  html[lang="es"] .footer .siteMap .part:last-child,
  html[lang="pt"] .footer .siteMap .part:last-child {
    margin-right: 0;
    width: 260px;
  }
  html[lang="de"] .footer .siteMap .part h3,
  html[lang="fr"] .footer .siteMap .part h3,
  html[lang="ru"] .footer .siteMap .part h3,
  html[lang="es"] .footer .siteMap .part h3,
  html[lang="pt"] .footer .siteMap .part h3 {
    font-size: 14px;
  }
  html[lang="de"] .footer .siteMap .part h3 a,
  html[lang="fr"] .footer .siteMap .part h3 a,
  html[lang="ru"] .footer .siteMap .part h3 a,
  html[lang="es"] .footer .siteMap .part h3 a,
  html[lang="pt"] .footer .siteMap .part h3 a {
    font-size: 14px;
  }
  html[lang="de"] .footer .siteMap .part .btmLogo,
  html[lang="fr"] .footer .siteMap .part .btmLogo,
  html[lang="ru"] .footer .siteMap .part .btmLogo,
  html[lang="es"] .footer .siteMap .part .btmLogo,
  html[lang="pt"] .footer .siteMap .part .btmLogo {
    width: 130px;
    height: 55px;
  }
  html[lang="de"] .footer .siteMap .part .address,
  html[lang="fr"] .footer .siteMap .part .address,
  html[lang="ru"] .footer .siteMap .part .address,
  html[lang="es"] .footer .siteMap .part .address,
  html[lang="pt"] .footer .siteMap .part .address {
    font-size: 13px;
  }
  html[lang="pt"] .footer .siteMap .part:last-child {
    width: 350px;
  }
}
/* 1024-1200 */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .more {
    right: 15px;
  }
  .topBox .navBox .dropDownBox {
    right: 15px;
  }
  .footer .wrap {
    padding: 60px 15px 0;
  }
  .footer .links {
    padding-bottom: 20px;
  }
  .footer .links .titleBox h2 {
    font-size: 20px;
  }
  .footer .links .linkBox a {
    font-size: 14px;
  }
  .footer .siteMap {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .footer .siteMap .part h3 {
    font-size: 14px;
  }
  .footer .siteMap .part h3 a {
    font-size: 14px;
  }
  .footer .siteMap .part .siteLinkBox a {
    font-size: 12px;
  }
  .footer .siteMap .part .address {
    font-size: 14px;
  }
  .footer .siteMap .part .btn_mzsm {
    font-size: 14px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  html[lang="de"] .footer .siteMap .part,
  html[lang="fr"] .footer .siteMap .part,
  html[lang="ru"] .footer .siteMap .part,
  html[lang="es"] .footer .siteMap .part,
  html[lang="pt"] .footer .siteMap .part {
    margin-right: 10px;
  }
  html[lang="de"] .footer .siteMap .part:nth-child(2),
  html[lang="fr"] .footer .siteMap .part:nth-child(2),
  html[lang="ru"] .footer .siteMap .part:nth-child(2),
  html[lang="es"] .footer .siteMap .part:nth-child(2),
  html[lang="pt"] .footer .siteMap .part:nth-child(2) {
    width: 180px;
  }
  html[lang="de"] .footer .siteMap .part:last-child,
  html[lang="fr"] .footer .siteMap .part:last-child,
  html[lang="ru"] .footer .siteMap .part:last-child,
  html[lang="es"] .footer .siteMap .part:last-child,
  html[lang="pt"] .footer .siteMap .part:last-child {
    margin-right: 0;
    width: 260px;
  }
  html[lang="de"] .footer .siteMap .part h3,
  html[lang="fr"] .footer .siteMap .part h3,
  html[lang="ru"] .footer .siteMap .part h3,
  html[lang="es"] .footer .siteMap .part h3,
  html[lang="pt"] .footer .siteMap .part h3 {
    font-size: 14px;
  }
  html[lang="de"] .footer .siteMap .part h3 a,
  html[lang="fr"] .footer .siteMap .part h3 a,
  html[lang="ru"] .footer .siteMap .part h3 a,
  html[lang="es"] .footer .siteMap .part h3 a,
  html[lang="pt"] .footer .siteMap .part h3 a {
    font-size: 14px;
  }
  html[lang="de"] .footer .siteMap .part .btmLogo,
  html[lang="fr"] .footer .siteMap .part .btmLogo,
  html[lang="ru"] .footer .siteMap .part .btmLogo,
  html[lang="es"] .footer .siteMap .part .btmLogo,
  html[lang="pt"] .footer .siteMap .part .btmLogo {
    width: 130px;
    height: 55px;
  }
  html[lang="de"] .footer .siteMap .part .address,
  html[lang="fr"] .footer .siteMap .part .address,
  html[lang="ru"] .footer .siteMap .part .address,
  html[lang="es"] .footer .siteMap .part .address,
  html[lang="pt"] .footer .siteMap .part .address {
    font-size: 13px;
  }
  html[lang="pt"] .footer .siteMap .part:last-child {
    width: 350px;
  }
}
/* 1400-1699 */
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .wrap {
    width: 1270px;
  }
  .footer .wrap {
    width: 1270px;
    padding: 60px 15px 0;
  }
  .footer .links {
    padding-bottom: 30px;
  }
  .footer .links .titleBox h2 {
    font-size: 24px;
  }
  .footer .links .linkBox a {
    font-size: 16px;
  }
  .footer .siteMap {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .footer .siteMap .part h3 {
    font-size: 18px;
  }
  .footer .siteMap .part h3 a {
    font-size: 18px;
  }
  .footer .siteMap .part .siteLinkBox a {
    font-size: 14px;
  }
  .footer .siteMap .part:first-child {
    width: 170px;
  }
  .footer .copyright {
    font-size: 14px;
  }
  html[lang="de"] .footer .siteMap .part,
  html[lang="fr"] .footer .siteMap .part,
  html[lang="ru"] .footer .siteMap .part,
  html[lang="es"] .footer .siteMap .part,
  html[lang="pt"] .footer .siteMap .part {
    margin-right: 10px;
  }
  html[lang="de"] .footer .siteMap .part:last-child,
  html[lang="fr"] .footer .siteMap .part:last-child,
  html[lang="ru"] .footer .siteMap .part:last-child,
  html[lang="es"] .footer .siteMap .part:last-child,
  html[lang="pt"] .footer .siteMap .part:last-child {
    margin-right: 0;
    width: 240px;
  }
  html[lang="de"] .footer .siteMap .part h3,
  html[lang="fr"] .footer .siteMap .part h3,
  html[lang="ru"] .footer .siteMap .part h3,
  html[lang="es"] .footer .siteMap .part h3,
  html[lang="pt"] .footer .siteMap .part h3 {
    font-size: 16px;
  }
  html[lang="de"] .footer .siteMap .part h3 a,
  html[lang="fr"] .footer .siteMap .part h3 a,
  html[lang="ru"] .footer .siteMap .part h3 a,
  html[lang="es"] .footer .siteMap .part h3 a,
  html[lang="pt"] .footer .siteMap .part h3 a {
    font-size: 16px;
  }
  html[lang="de"] .footer .siteMap .part .btmLogo,
  html[lang="fr"] .footer .siteMap .part .btmLogo,
  html[lang="ru"] .footer .siteMap .part .btmLogo,
  html[lang="es"] .footer .siteMap .part .btmLogo,
  html[lang="pt"] .footer .siteMap .part .btmLogo {
    width: 130px;
    height: 55px;
  }
  html[lang="de"] .footer .siteMap .part .address,
  html[lang="fr"] .footer .siteMap .part .address,
  html[lang="ru"] .footer .siteMap .part .address,
  html[lang="es"] .footer .siteMap .part .address,
  html[lang="pt"] .footer .siteMap .part .address {
    font-size: 13px;
  }
  html[lang="es"] .footer .siteMap .part:nth-child(2),
  html[lang="pt"] .footer .siteMap .part:nth-child(2) {
    width: 180px;
  }
  html[lang="pt"] .footer .siteMap .part:last-child {
    width: 350px;
  }
}
/* 1700+ */
@media (min-width: 1700px) {
  .wrap {
    width: 1620px;
  }
  .footer .wrap {
    width: 1620px;
    padding: 60px 15px 0;
  }
  .footer .links {
    padding-bottom: 40px;
  }
  .footer .links .titleBox h2 {
    font-size: 24px;
  }
  .footer .links .linkBox a {
    font-size: 16px;
  }
  .footer .siteMap {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .footer .siteMap .part h3 {
    font-size: 26px;
  }
  .footer .siteMap .part h3 a {
    font-size: 26px;
  }
  .footer .copyright {
    font-size: 16px;
  }
  html[lang="de"] .footer .siteMap .part,
  html[lang="fr"] .footer .siteMap .part,
  html[lang="ru"] .footer .siteMap .part,
  html[lang="es"] .footer .siteMap .part,
  html[lang="pt"] .footer .siteMap .part {
    margin-right: 10px;
  }
  html[lang="de"] .footer .siteMap .part:last-child,
  html[lang="fr"] .footer .siteMap .part:last-child,
  html[lang="ru"] .footer .siteMap .part:last-child,
  html[lang="es"] .footer .siteMap .part:last-child,
  html[lang="pt"] .footer .siteMap .part:last-child {
    margin-right: 0;
    width: 320px;
  }
  html[lang="de"] .footer .siteMap .part h3,
  html[lang="fr"] .footer .siteMap .part h3,
  html[lang="ru"] .footer .siteMap .part h3,
  html[lang="es"] .footer .siteMap .part h3,
  html[lang="pt"] .footer .siteMap .part h3 {
    font-size: 20px;
  }
  html[lang="de"] .footer .siteMap .part h3 a,
  html[lang="fr"] .footer .siteMap .part h3 a,
  html[lang="ru"] .footer .siteMap .part h3 a,
  html[lang="es"] .footer .siteMap .part h3 a,
  html[lang="pt"] .footer .siteMap .part h3 a {
    font-size: 20px;
  }
  html[lang="de"] .footer .siteMap .part .btmLogo,
  html[lang="fr"] .footer .siteMap .part .btmLogo,
  html[lang="ru"] .footer .siteMap .part .btmLogo,
  html[lang="es"] .footer .siteMap .part .btmLogo,
  html[lang="pt"] .footer .siteMap .part .btmLogo {
    width: 150px;
    height: 64px;
  }
  html[lang="pt"] .footer .siteMap .part:last-child {
    width: 350px;
  }
  html[lang="ru"] .footer .siteMap .part:last-child {
    width: 260px;
  }
}
/* 移动端 0-1023 */
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  a,
  button,
  input,
  textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-action: manipulation;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  textarea {
    font-size: 0.34666667rem;
  }
  img {
    object-fit: cover;
  }
  .isMobile {
    display: block;
  }
  html {
    font-size: 10vw;
    height: 100%;
  }
  .wrap {
    width: 9.46666667rem;
  }
  .topBox {
    padding-top: 0.74666667rem;
    padding-bottom: 0;
    height: 2.8rem;
    background: url(../images/mobile/bg_top.png) repeat-x;
    background-size: auto 100%;
    z-index: 999;
  }
  .topBox .wrap {
    width: 9.46666667rem;
    overflow: visible;
    position: initial;
  }
  .topBox .menu {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    background-color: #215ace;
    opacity: 0;
    visibility: hidden;
    padding-top: 0.74666667rem;
  }
  .topBox .menu.open {
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .topBox .menu.open .list .item {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    align-items: center;
    height: 1.33333333rem;
    font-size: 0.42666667rem;
    color: #FFF;
    font-weight: 600;
    margin: 0 0.26666667rem;
    padding: 0 0.26666667rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
  }
  .topBox .menu.open .list .item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .topBox .menu.open .list .item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .topBox .menu.open .list .item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .topBox .menu.open .list .item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .topBox .menu.open .list .item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .topBox .menu.open .list .item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .topBox .menu.open .list .item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .topBox .menu.open .list .item:nth-child(8) {
    transition-delay: 0.8s;
  }
  .topBox .menu .list .item {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .topBox .menu .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.4rem 0.26666667rem;
    height: 0.96rem;
  }
  .topBox .menu .line .logo {
    width: 2.26666667rem;
    height: 0.96rem;
  }
  .topBox .menu .line .logo img {
    width: 100%;
  }
  .topBox .menu .line .closeMenuBtn {
    width: 0.61333333rem;
    height: 0.61333333rem;
    position: relative;
  }
  .topBox .menu .line .closeMenuBtn::before,
  .topBox .menu .line .closeMenuBtn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    width: 100%;
    height: 0.08rem;
    background-color: #FFF;
    border-radius: 0.04rem;
    transform: rotate(45deg);
  }
  .topBox .menu .line .closeMenuBtn::after {
    transform: rotate(-45deg);
  }
  .topBox .navBox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .topBox .navBox .logo {
    width: 4.4rem;
    height: 0.96rem;
  }
  .topBox .navBox .logo img {
    width: 2.26666667rem;
  }
  .topBox .navBox .nav {
    display: none;
  }
  .topBox .navBox .btn_mzsm {
    position: relative;
    right: auto;
    top: auto;
    width: 0.61333333rem;
    height: 0.61333333rem;
    background-size: 100% 100%;
    flex: none;
    margin-right: 0.26666667rem;
  }
  .topBox .navBox .dropDownBox {
    position: relative;
    right: auto;
    top: auto;
    z-index: 999;
  }
  .topBox .navBox .dropDownBox .dropDownTxt::before {
    background: url(../images/icon_earth.png) no-repeat;
    background-size: 100% 100%;
    width: 0.61333333rem;
    height: 0.61333333rem;
    margin-right: 0.26666667rem;
    margin-top: 0;
  }
  .topBox .navBox .dropDownBox .dropDownTxt::after {
    display: none;
  }
  .topBox .navBox .dropDownBox .dropDownTxt span {
    display: none;
  }
  .topBox .navBox .dropDownBox .dropDownMenu {
    border-radius: 0;
    overflow: hidden;
    width: 2.26666667rem;
    height: 0;
    transition: 0.5s all;
    position: absolute;
    left: 0;
    top: 0.66666667rem;
    transform: translateX(-50%);
    background: none;
    padding: 0 0.13333333rem;
  }
  .topBox .navBox .dropDownBox .dropDownMenu .item {
    background-color: #FFF;
    font-size: 0.26666667rem;
    display: block;
    height: 0.53333333rem;
    line-height: 0.53333333rem;
    text-align: left;
    padding: 0 0.13333333rem;
    position: relative;
    box-shadow: 0 0 0.13333333rem #DDD;
  }
  .topBox .navBox .dropDownBox .dropDownMenu .item:hover {
    background-color: #fab07e;
  }
  .topBox .navBox .dropDownBox .dropDownMenu .item:first-child {
    margin-top: 0.13333333rem;
  }
  .topBox .navBox .dropDownBox .dropDownMenu .item:first-child::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 0.13333333rem transparent;
    border-bottom: solid 0.13333333rem #FFF;
    position: absolute;
    left: 60%;
    top: -0.24rem;
  }
  .topBox .navBox .dropDownBox .dropDownMenu .item:nth-last-child(1) {
    padding-bottom: 0.26666667rem;
  }
  .topBox .navBox .menuBtn {
    width: 0.62666667rem;
    height: 0.52rem;
    background: url(../images/mobile/icon_menu.png) center center no-repeat;
    background-size: 100% 100%;
    transition: transform 0.3s ease-out;
  }
  .topBox .navBox .menuBtn.open {
    transform: rotate(90deg);
  }
  .topBox .search {
    width: 4rem;
    height: 0.74666667rem;
    border-radius: 0.37333333rem;
    margin-right: 0.33333333rem;
    margin-top: 0;
  }
  .topBox .search .line {
    padding: 0 0.26666667rem;
  }
  .topBox .search .line .searchTxt {
    max-width: 80%;
  }
  .topBox .search .line .searchBtn {
    width: 0.33333333rem;
    background: url(../images/mobile/icon_search.png) no-repeat center center;
    background-size: contain;
  }
  .footer {
    padding-bottom: 1.52rem;
  }
  .footer .wrap {
    width: 9.46666667rem;
    padding-top: 0.6rem;
  }
  .footer .links {
    padding-bottom: 0.48rem;
  }
  .footer .links .titleBox h2 {
    font-size: 0.48rem;
  }
  .footer .links .linkBox {
    display: none;
  }
  .footer .links .mobileLink {
    display: flex;
    justify-content: space-between;
    margin-top: 0.57333333rem;
  }
  .footer .links .mobileLink select {
    display: block;
    width: 8.06666667rem;
    height: 0.8rem;
    background: rgba(173, 177, 178, 0.09);
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0.29333333rem;
    font-size: 0.34666667rem;
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
  }
  .footer .links .mobileLink select option {
    color: #333;
  }
  .footer .links .mobileLink .arrow {
    width: 1.10666667rem;
    height: 0.8rem;
    background: #3059c8 url(../images/mobile/icon_friend_link_arrow.png) center center no-repeat;
    background-size: 0.26666667rem 0.09333333rem;
  }
  .footer .siteMap {
    margin-top: 0.77333333rem;
    padding-bottom: 0.77333333rem;
  }
  .footer .siteMap .part {
    display: none;
  }
  .footer .siteMap .part:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer .siteMap .part:nth-child(1) .btmLogo {
    width: 3.08rem;
    height: 1.32rem;
    background-size: 2.69333333rem auto;
    background-position: 0.13333333rem 0.13333333rem;
    border-right: 2px solid rgba(173, 177, 178, 0.09);
  }
  .footer .siteMap .part:nth-child(1) .btmTxt {
    width: 4.73333333rem;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .address {
    margin-top: 0;
    color: #adb1b2;
    font-size: 0.4rem;
    display: flex;
    line-height: 1.5;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .address::before {
    flex: none;
    width: 0.29333333rem;
    height: 0.34666667rem;
    background-image: url(../images/mobile/icon_bottom_location.png);
    margin: 0.13333333rem 0.18666667rem 0 0;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .hdPhone {
    font-size: 0.4rem;
    color: #adb1b2;
    display: flex;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .hdPhone::before {
    margin-top: 0.08rem;
    flex: none;
    width: 0.32rem;
    height: 0.32rem;
    background-image: url(../images/mobile/icon_bottom_phone.png);
    margin: 0.13333333rem 0.16rem 0 0;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .btn_mzsm {
    font-size: 0.4rem;
    color: #adb1b2;
  }
  .footer .siteMap .part:nth-child(1) .btmTxt .btn_mzsm::before {
    margin-top: 0.08rem;
    width: 0.29333333rem;
    height: 0.33333333rem;
    background-image: url(../images/mobile/icon_bottom_mzsm.png);
    margin: -0.09333333rem 0.16rem 0 0;
  }
  .footer .copyright {
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    margin-top: 0.4rem;
  }
  .other_header {
    height: 2.69333333rem;
    background-size: cover;
  }
  .other_header::before {
    width: 6.18666667rem;
    height: 1.68rem;
    background-size: 100% 100%;
    animation-name: mobileClip;
    left: 2.68rem;
    bottom: 0;
  }
  .more {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .more::after {
    content: '';
    background: url(../images/mobile/icon_find_more.png) no-repeat;
    background-size: 100% 100%;
    width: 0.37333333rem;
    height: 0.37333333rem;
    margin-left: 0.13333333rem;
    margin-top: -0.08rem;
  }
  .pageBackTop {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/mobile/back_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .pageBackTop.active {
    opacity: 1;
  }
}
/* 阿拉伯语样式 */
html[dir="rtl"] .topBox .navBox .btn_mzsm {
  right: auto;
  left: 185px;
}
html[dir="rtl"] .topBox .navBox .dropDownBox {
  right: auto;
  left: 0;
}
html[dir="rtl"] .topBox .navBox .dropDownBox .dropDownTxt::after {
  margin-left: 0;
  margin-right: 5px;
}
html[dir="rtl"] .topBox .navBox .dropDownBox .dropDownTxt::before {
  margin-left: 10px;
  margin-right: 0;
}
html[dir="rtl"] .topBox .navBox .nav .item {
  margin-right: 0;
  margin-left: 18px;
}
html[dir="rtl"] .more {
  right: auto;
  left: 0;
}
html[dir="rtl"] .more::after {
  margin-left: 0;
  margin-right: 5px;
}
html[dir="rtl"] .footer .links .titleBox h2 {
  text-align: center !important;
}
html[dir="rtl"] .footer .copyright {
  text-align: center !important;
}
html[dir="rtl"] .footer .siteMap .part .btn_mzsm::before {
  margin: -3px 0 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  html[dir="rtl"] .topBox .navBox .dropDownBox {
    right: auto;
    left: 0;
  }
  html[dir="rtl"] .topBox .navBox .dropDownBox .dropDownTxt::before {
    margin-left: 0.33333333rem;
    margin-right: 0;
  }
  html[dir="rtl"] .topBox .navBox .dropDownBox .dropDownMenu {
    left: 0.30666667rem;
  }
  html[dir="rtl"] .topBox .navBox .btn_mzsm {
    right: auto;
    left: 0.26666667rem;
    margin-right: 0;
    left: auto;
    margin-left: 0.26666667rem;
  }
  html[dir="rtl"] .topBox .search {
    margin-left: 0.33333333rem;
  }
  html[dir="rtl"] .footer .siteMap .part:nth-child(1) .btmLogo {
    border-right: none;
    border-left: 2px solid rgba(173, 177, 178, 0.09);
  }
}
/* 动画效果 */
@keyframes rainbowGlow {
  0% {
    filter: drop-shadow(0 0 5px #ff0000);
  }
  16.66% {
    filter: drop-shadow(0 0 5px #ffff00);
  }
  33.33% {
    filter: drop-shadow(0 0 5px #00ff00);
  }
  50% {
    filter: drop-shadow(0 0 5px #00ffff);
  }
  66.66% {
    filter: drop-shadow(0 0 5px #0000ff);
  }
  83.33% {
    filter: drop-shadow(0 0 5px #ff00ff);
  }
  100% {
    filter: drop-shadow(0 0 5px #ff0000);
  }
}
@keyframes cityClip {
  from {
    clip: rect(0, 0, 189px, 0);
  }
  to {
    clip: rect(0, 694px, 189px, 0);
  }
}
@keyframes mobileClip {
  from {
    clip: rect(0, 0, 1.68rem, 0);
  }
  to {
    clip: rect(0, 6.18666667rem, 1.68rem, 0);
  }
}
@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: #000000;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 0.2;
  }
  50% {
    fill: rgba(72, 138, 20, 0);
    stroke: #000000;
    stroke-width: 0.5;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: #000000;
    stroke-width: 1;
  }
  90%,
  100% {
    fill: #000000;
    stroke: rgba(0, 0, 0, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes whitestroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: #ffffff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 0.2;
  }
  50% {
    fill: rgba(72, 138, 20, 0);
    stroke: #ffffff;
    stroke-width: 0.5;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: #ffffff;
    stroke-width: 1;
  }
  90%,
  100% {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes wave {
  0% {
    background-position-x: 88%;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(160%);
  }
  to {
    background-position-x: -112%;
    transform: scaleX(100%);
  }
}
@keyframes translateBg {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: 80%;
  }
  100% {
    background-position-y: 0;
  }
}
@keyframes moveFromLeft {
  0% {
    right: 1620px;
    opacity: 0;
  }
  5% {
    right: 460px;
    opacity: 0.5;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
[data-aos="move-from-left"] {
  transition-property: right, opacity;
}
[data-aos="move-from-left"].aos-animate {
  animation: moveFromLeft 10s linear infinite;
}
@keyframes moveFromRight {
  0% {
    right: -1620px;
    opacity: 0;
  }
  5% {
    right: 0;
    opacity: 0.8;
  }
  50% {
    right: 460px;
    opacity: 1;
  }
  100% {
    right: 460px;
    opacity: 1;
  }
}
[data-aos="move-from-right"] {
  transition-property: right, opacity;
}
[data-aos="move-from-right"].aos-animate {
  animation: moveFromRight 10s linear infinite;
}
@keyframes moveSlowRight {
  0% {
    left: 0;
  }
  50% {
    left: -800px;
  }
  100% {
    left: 0;
  }
}
[data-aos="move-slow-right"] {
  transition-property: left;
}
[data-aos="move-slow-right"].aos-animate {
  animation: moveSlowRight 100s linear infinite;
}
@keyframes moveSlowLeft {
  0% {
    right: 0;
  }
  50% {
    right: -800px;
  }
  100% {
    right: 0;
  }
}
[data-aos="move-slow-left"] {
  transition-property: right;
}
[data-aos="move-slow-left"].aos-animate {
  animation: moveSlowLeft 100s linear infinite;
}
@media screen and (min-width: 750px) {
  html.pcmobile {
    font-size: 75px;
    max-width: 750px;
    margin: 0 auto;
  }
}
