html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*address,*/
/*caption,*/
/*cite,*/
/*code,*/
/*dfn,*/
/*em,*/
/*strong,*/
/*th,*/
/*var {*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*}*/
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
}
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  border: none;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  font: inherit;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
a:hover img {
  border: none;
}
.clear {
  clear: both;
}
.titLimit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titLimitMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titLimit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jdjz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
@font-face {
  font-family: 'Bold';
  src: url('../font/SourceHanSansCN-Bold.otf') format('truetype');
}
@font-face {
  font-family: 'normal';
  src: url('../font/SourceHanSansCN-Regular.OTF') format('truetype');
}
html {
  font-size: 100px;
}
body {
  font-size: 16px;
  font-family: 'normal', "Heiti SC", tahoma, arial, serif, sans-serif;
  color: #000;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
.flex-bets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.font-size {
  font-size: 0;
}
.container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1.2rem;
}
.container::before,
.container::after {
  display: none;
}
.wainer {
  width: 100%;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.ibgs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer {
  background: #11335F;
  color: #fff;
  padding-top: 0.88rem;
  padding-bottom: 1.1rem;
}
footer .container {
  display: flex;
}
footer .fnav {
  flex-basis: 75%;
}
footer .fnav .flogo {
  margin-bottom: 0.4rem;
}
footer .fnav .flogo img,
footer .fnav .flogo span {
  display: inline-block;
  vertical-align: middle;
}
footer .fnav .flogo span {
  font-family: 'Bold';
  font-size: 0.34rem;
  color: #ED9027;
  padding-left: 0.2rem;
}
footer .fnav > ul {
  font-size: 0;
  display: flex;
}
footer .fnav > ul > li {
  padding-right: 0.8rem;
}
footer .fnav > ul > li:last-child {
  padding-right: 0;
}
footer .fnav > ul > li > a {
  font-size: 0.2rem;
  font-family: 'Bold';
  color: #fff;
  margin-bottom: 0.16rem;
  display: inline-block;
}
footer .fnav > ul > li > img {
  display: none;
}
footer .fnav .subnav-item {
  transition: none;
  -webkit-transition: none;
}
footer .fnav .subnav-item li a {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.28rem;
}
.finfo {
  flex-basis: 25%;
}
.finfo #share {
  font-size: 0;
  margin-bottom: 0.36rem;
  padding-right: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.finfo #share a {
  display: inline-block;
}
.finfo #share a img {
  width: 0.5rem;
}
.finfo .finfo-b ul li {
  font-size: 0.18rem;
  position: relative;
  padding-left: 0.36rem;
  margin-bottom: 0.16rem;
}
.finfo .finfo-b ul li:first-child {
  font-size: 0.14rem;
}
.finfo .finfo-b ul li img {
  width: 0.24rem;
  height: 0.21rem;
  position: absolute;
  left: 0;
  top: 0;
}
header {
  height: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 51, 102, 0.8);
}
header .mlogo {
  display: none;
}
header .mobileUl .close {
  display: none;
}
header .slidemeun {
  display: none;
}
header .logo img,
header .logo span {
  display: inline-block;
  vertical-align: middle;
}
header .logo img {
  height: 0.41rem;
  width: 0.41rem;
}
header .logo span {
  font-size: 0.22rem;
  font-family: 'Bold';
  padding-left: 0.14rem;
}
header .Header-block {
  position: absolute;
  width: 100%;
  left: 0;
  background: #313131;
  height: 0.7rem;
  top: 1rem;
  display: none;
}
header .headtwo {
  display: none;
  padding: 0.3rem 0;
  background-color: #313131;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 3800px;
  text-align: center;
}
header .headtwo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .headtwo .contFlex {
  display: flex;
  gap: 0.2rem;
  position: relative;
  justify-content: center;
}
header .headtwo .contFlex .close {
  position: absolute;
  right: 0;
  top: -0.2rem;
  width: 0.22rem;
  display: none;
}
header .headtwo .smosT .sm1 {
  font-size: 0.16rem;
  color: #fff;
  display: block;
}
header .headtwo .smosT .sm1:hover {
  font-weight: bold;
  color: #ED9027;
}
header .headtwo .smosT .sm2 {
  display: flex;
  gap: 0.2rem;
  min-height: 0.8rem;
}
header .headtwo .smosT .sm2 .sm21 {
  flex: 1;
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0.1rem;
}
header .headtwo .smosT .sm2 .sm21 > a {
  display: block;
  margin-bottom: 0.1rem;
}
header .headtwo .smosT .sm2 .sm21 > a:hover {
  font-weight: bold;
}
.hflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lo1 {
  font-size: 0;
}
.lo1 img {
  width: 1.87rem;
}
.lo2 {
  font-size: 0.16rem;
  color: #595757;
}
.headUl {
  align-items: center;
  visibility: visible;
  transition-duration: 0.5s;
}
@media screen and (min-width: 991px) {
  .headUl {
    display: flex!important;
  }
}
.headUl.hide {
  transform: scale(0);
  visibility: hidden;
}
.headUl > li {
  padding: 0 0.32rem;
  position: relative;
}
.headUl > li .a {
  line-height: 1rem;
  font-size: 0.18rem;
  position: relative;
  z-index: 2;
}
.headUl > li .a a {
  color: #fff;
  font-family: 'Bold';
}
.headUl > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #ED9027;
  transition: height 0.4s ease, opacity 0.2s ease 0.3s;
}
.headUl > li.active .a,
.headUl > li:hover .a {
  color: #ED9027;
  font-weight: bold;
  position: relative;
  height: 1rem;
  display: block;
}
.headUl > li.active .a a,
.headUl > li:hover .a a {
  color: #000;
}
.headUl > li.active:after,
.headUl > li:hover:after {
  height: 100%;
  opacity: 1;
  transition: height 0.4s ease 0.1s, opacity 0.2s ease;
}
.headRight {
  display: flex;
  position: relative;
}
.headRight .searchInput {
  visibility: hidden;
  transform: scale(0);
  transition-duration: 0.5s;
  top: -0.12rem;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.headRight .searchInput.show {
  transform: scale(1);
  visibility: visible;
  background-color: white;
  border-radius: 0.1rem;
}
.headRight .searchInput label {
  border-radius: 0.1rem;
  padding: 0.14rem;
  border: 1px solid #a1a1a2;
  display: flex;
  margin-right: 0.2rem;
  align-items: center;
}
.headRight .searchInput label input {
  font-size: 0.18rem;
}
.headRight .searchInput img {
  max-width: unset;
  width: 0.2rem;
}
.headRight .searchInput img.closeFd {
  position: relative;
  left: -0.06rem;
}
.headRight .qiu {
  width: 0.25rem;
}
.headRight .qiu img {
  width: 100%;
}
.headRight .down {
  width: 0.15rem;
}
.headRight .down img {
  width: 100%;
}
.headRight .language {
  position: relative;
}
.headRight .language > a {
  font-size: 0.2rem;
  display: block;
  width: 0.8rem;
  text-align: center;
  color: #fff;
}
.headRight .language .lans {
  display: none;
  position: absolute;
  left: -50%;
  top: 100%;
  width: 200%;
  background-color: white;
  padding: 0.07rem;
}
.headRight .language .lans > a {
  text-align: center;
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 0.15rem;
  }
  footer .fnav > div.fnc {
    padding-left: 10%;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 0.6rem 0 0.5rem;
  }
  footer .container {
    display: block;
  }
  footer .fnav > ul {
    display: block;
  }
  footer .fnav > ul > li {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  footer .fnav > ul > li > a {
    margin-bottom: 0;
  }
  footer .fnav > ul > li img {
    display: inline-block;
    float: right;
    position: relative;
    top: 0.06rem;
  }
  footer .fnav .subnav-item {
    display: none;
  }
  footer .finfo #share {
    margin-top: 0.4rem;
    padding-right: 0;
    justify-content: flex-start;
  }
  footer .finfo #share a img {
    margin-right: 0.2rem;
  }
  header {
    height: 0.7rem;
    padding: 0.1rem 0;
    position: relative;
  }
  header .slidemeun {
    width: 0.3rem;
    display: inline-block;
  }
  header .mobileUl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
  }
  header .mobileUl .headUl {
    transform: translateX(4.17rem);
    transition-duration: 0.5s;
  }
  header .mobileUl .close {
    position: absolute;
    right: 0.4rem;
    top: 0.3rem;
    width: 0.2rem;
    display: block;
  }
  header .mobileUl.active {
    visibility: visible;
    opacity: 1;
  }
  header .mobileUl.active .headUl {
    transform: translateX(0);
  }
  header .mobileUl .mlogo {
    width: 1.9rem;
    display: block;
    margin: 1.2rem auto 0.5rem;
  }
  header .mobileUl:after {
    content: "";
    position: absolute;
    width: 3200px;
    left: -800px;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .hfdj {
    margin-right: 0.3rem;
  }
  header .downimg {
    display: inline-block;
  }
  header .languageEarth {
    border-left: 0;
  }
  header .slidemeun {
    width: 0.3rem;
    display: inline-block;
  }
  header .headUlli:hover .downimg {
    transform: rotate(180deg);
  }
  header .headUl > li.active,
  header .headUl > li:hover {
    border-bottom: 1px solid #a3a3a4;
  }
  header .headUl {
    transition-duration: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.17rem;
    height: 100%;
    flex-wrap: wrap;
    z-index: 2;
    background-color: white;
  }
  header .headUl > li {
    width: auto;
    border: 0!important;
    padding: 0 0;
    margin: 0 0.4rem;
  }
  header .headUl > li:after {
    background-color: #fff;
  }
  header .headUl > li .a {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.65rem !important;
    height: 0.65rem !important;
    border-bottom: 1px solid #d3d3d3;
  }
  header .headUl > li .a a {
    color: #333;
  }
  header .headUl > li .a:after {
    display: none!important;
  }
  header .headtwo {
    position: unset;
    border-bottom: 1px solid #d3d3d3;
    width: auto;
    transform: unset;
    padding: 0.2rem 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    left: 0;
  }
  header .headtwo:before {
    display: none;
  }
  header .headtwo .contFlex {
    flex-wrap: wrap;
    padding-left: 0.35rem;
  }
  header .headtwo .smosT {
    width: 100%;
    flex: unset;
    text-align: left;
  }
  header .headtwo .smosT .sm1 {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 0.18rem;
    color: #333;
  }
  header .headtwo .smosT .sm2 {
    min-height: unset;
  }
  header .headtwo .smosT .sm2 .sm21 > a {
    font-size: 0.18rem;
    color: #878888;
  }
  .headRight {
    align-items: center;
  }
  .headRight .searchInput {
    top: -0.04rem;
  }
}
/*# sourceMappingURL=common.css.map */