body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    display: block;
    width: 100%;
    font-size: 14px;
}


/* @font-face {
  font-family: 'FZLTxihei';
  src: url('./font/FZLTxihei.TTF');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'FZLTzhonghei';
  src: url('./font/FZLTzhonghei.TTF');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'FZLTcuhei';
  src: url('./font/FZLTcuhei.TTF');
  font-style: normal;
  font-weight: 900;
} */
.mb_title_serve {
    font-size: 3.73vw;
    font-weight: 400;
    color: #000000;
}

.mb_desc {
    font-size: 3.46vw;
    font-weight: 400;
    color: #000000;
}

.mb_line {
    width: 16.8vw;
    height: 0.53vw;
    background: #3261F5;
    margin: 3.2vw 0 5.3vw 0;
}

/* 头部共同样式 */

.header-nav-ch {
    width: 100%;
    text-align: center;
    height: 2.6vw;
    line-height: 4.6vw;
}

.header-nav-en {
    width: 100%;
    text-align: center;
    font-size: 0.93vw;
    font-weight: lighter;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.4;
    display: inline-block;
    height: 2.6vw;
    line-height: 3.6vw;
}

.fixed-header {
    width: 100%;
    height: 6.4vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    /* background-color: rgba(254, 254, 254, 0.06); */
}

.fixed-header .header-logo {
    display: block;
    width: 13.43vw;
    height: 3.8vw;
    padding: 0 0.6rem;
    box-sizing: content-box;
}

.fixed-header .header-navi {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0.6rem;
    height: 100%;
    color: #fff;
    font-size: 1.19vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.fixed-header .header-navi>div {
    text-decoration: none;
    color: #fff;
    margin-left: 7vw;
    height: 100%;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

.fixed-header .header-navi>div:first-child {
    margin-left: 0;
}

.fixed-header .header-navi>div.curent {
    border-bottom: 2px solid #fff;
}

.mb_en {
    font-size: 3.8vw;
    color: #ffffff;
    font-weight: lighter;
    opacity: 0.8;
}

.mb_en_balck {
    font-size: 3.8vw;
    color: #000;
    font-weight: lighter;
    opacity: 0.8;
}

.section-foot-cont {
    display: flex !important;
}

#pc {
    height: 100%;
}


/* header 开始 */

.index-header {
    width: 100%;
    height: 4.697vw;
    display: flex;
    align-items: center;
    /* padding: 0 3.54vw 0 4.32vw; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.index-header {
    background-color: #23211e;
}

.index-header .index-header-logo {
    width: 11.4vw;
    height: 1.51vw;
    box-sizing: border-box;
    /* margin-top: 0.416vw; */
}

.index-header .menuList {
    list-style-type: none;
    margin-left: 18.95vw;
    height: 100%;
}

.index-header .menuList li {
    float: left;
    margin-right: 1.58vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-header .menuList li a {
    display: block;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 0.52vw 1.5265vw;
    font-weight: lighter;
    font-size: 1vw;
    cursor: pointer;
}

.index-header .menuList .active a {
    color: #000000;
    background: #ffffff;
    border-radius: 1.09vw;
}

.index-header .language {
    height: 100%;
    list-style-type: none;
    margin-left: 1vw;
}

.index-header .language li {
    float: left;
    margin-right: 2vw;
    font-style: italic;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-header .language li a {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 0.52vw 0.5265vw;
    font-weight: bolder;
    font-size: 1vw;
    display: block;
}

.index-header .language .active a {
    color: #f00001;
    display: block;
}


/* header 结束 */


/* footer 开始 */

.five-line {
    width: 100%;
    height: 1.927vw;
}

.footer {
    width: 100%;
    /* height: 21.79vw; */
    background: #23211e;
}

.footer .footer-top {
    width: 100%;
    box-sizing: border-box;
    padding: 2.4vw 25vw 1vw 25vw;
    display: flex;
    justify-content: space-between;
}

.footer .footer-top .footer-list p a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 0.625vw;
    font-weight: 400;
}

.footer .footer-list p {
    line-height: 1.7vw;
}

.footer .footer-list .title {
    color: #fff;
    margin-bottom: 0.5vw;
    font-size: 1vw;
}

.footer .footer-line {
    width: 100%;
    height: 2px;
    background-color: #4c4c4c;
}

.footer .footer-bottom {
    width: 100%;
    height: 2.9vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.52vw;
    font-weight: lighter;
    font-weight: normal;
    color: #ffffff;
}

.footer .footer-mail {
  font-size: 0.625vw;
  color: #ffffff;
  line-height: 0.625vw;
  padding-top: 1vw;
  text-align: center;
}

.footer .footer-bottom a {
    color: #ffffff;
}

.footer .footer-bottom img {
    width: 1.458vw;
    height: 1.25vw;
    margin-left: 1vw;
}


/* footer 结束 */

.title-object {
    font-size: 1.77vw;
    /* font-family: FZLTcuhei; */
    font-weight: 400;
    color: #0f0f0f;
    margin-top: 15px;
    /* margin-right: 15px; */
    -webkit-animation: title-object 1s infinite;
    animation: title-object 1s infinite;
    cursor: pointer;
}

.title-object:last-child {
    margin-right: 0px;
}

.title-object:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.title-object:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.title-object:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

/*noinspection ALL*/
@-webkit-keyframestitle-object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@keyframestitle-object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}


/*  */


/* 二级菜单 */

.li-son {
    display: none;
    width: 100%;
    height: auto;
    background: #383532;
    position: absolute;
    list-style-type: none;
    z-index: 999;
    left: 0;
    top: 4.65vw;
    font-size: 0.98vw;
    padding: 3.5vw 4.32vw;
}

.li-son p:nth-child(1) {
    font-size: 1.2vw;
    color: #ffffff;
}

.headerShow {
    display: block;
}

.headerHide {
    display: none;
}

.li-son p:nth-child(2) {
    width: 4vw;
    height: 2px;
    background-color: #ffffff;
    margin: 1vw 0;
}

.li-son li {
    /* width: 100%; */
    margin-top: 1vw;
    height: 1.5vw;
    line-height: 1.5vw;
    text-align: left;
    box-sizing: border-box;
    padding-right: 2vw;
    border-right: 1px solid #fff;
}

.li-son li:last-child {
    border-right: none;
}

.li-son li:hover {
    /* background: rgba(255, 255, 255, 0.2);
    color: #000; */
    /* width: 100%; */
    /* height: 3vw;
    line-height: 3vw; */
}

.li-son li a {
    width: 100% !important;
    display: inline-block !important;
    height: 1vw !important;
    line-height: 1vw !important;
    background: none !important;
    color: #ffffff !important;
    padding: 0 !important;
    cursor: pointer;
}

#pc {
    height: 100%;
}

#mask-loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 5000;
}

#mask-loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#mask-loading #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    transform: translate(-50%, -50%);
    display: flex;
}

#mask-loading .object {
    font-size: 4.26vw;
    color: red;
    font-style: italic;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite;
    font-weight: bolder;
}

#mask-loading .object:last-child {
    margin-right: 0px;
}

#mask-loading .object:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#mask-loading .object:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#mask-loading .object:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#mask-loading .object:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#mask-loading .object:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#mask-loading .object:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#mask-loading .object:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#mask-loading .object:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#mask-loading .object:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#mask-loading .object:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#mask-loading .object:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

/* mb footer */
.mb_footer {
    width: 100%;
    background: #23211E;
    /* height: 14.13vw; */
    padding: 2.6vw 0;
    text-align: center;
    /* padding: 4.26vw 0; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mb_footer .footer-mail {
  font-size: 2.43vw;
  line-height: 3.73vw;
  color: #ffffff;
}

.mb_footer_text {
    font-size: 2.13vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 3.73vw;
}

.mb_footer_text a {
    color: #ffffff !important;
}
