@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1660px) and (min-width: 1441px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1241px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 13.3333333vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "Microsoft YaHei";
    position: relative;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.25rem;
        font-family: "Microsoft YaHei";
    }
}


/*::-webkit-scrollbar {
  width: 5px;
}*/


/*
::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}*/

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
    box-shadow: none;
}

div:focus,
span:focus,
i:focus {
    outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a.btn-white {
    display: block;
    position: relative;
    color: #222;
    background: transparent;
    overflow: hidden;
    border: solid 1px #222;
    text-align: center;
}

a.btn-white:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background: #222;
    transition: left .4s ease-out;
    z-index: 1;
}

a.btn-white span {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    a.btn-white:hover {
        color: #fff !important;
        border-color: #222 !important;
    }
    a.btn-white:hover:before {
        left: 0;
    }
}

a.btn-bwhite {
    display: block;
    position: relative;
    background: transparent;
    overflow: hidden;
    border: solid 1px #fff;
    text-align: center;
}

a.btn-bwhite:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background: #fff;
    transition: left .4s ease-out;
    z-index: 1;
}

a.btn-bwhite span {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    a.btn-bwhite:hover {
        color: #222 !important;
        border-color: #fff !important;
    }
    a.btn-bwhite:hover:before {
        left: 0;
    }
}

a.btn-black {
    display: block;
    position: relative;
    color: #fff;
    background: #222;
    overflow: hidden;
    border: solid 1px #222;
    text-align: center;
}

a.btn-black:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background: #fff;
    transition: left .4s ease-out;
    z-index: 1;
}

a.btn-black span {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    a.btn-black:hover {
        color: #222 !important;
    }
    a.btn-black:hover:before {
        left: 0;
    }
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

table {
    border: solid 1px #ededed;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #ededed;
    word-break: break-all;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

.lg-inner {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.sm-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.md-inner {
    max-width: 1180px;
    width: 78%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 1;
}

@media screen and (max-width: 1500px) {
    .lg-inner,
    .global-inner {
        width: 90%;
    }
    .md-inner,
    .sm-inner {
        width: 80%;
    }
}

@media (max-width: 991.98px) {
    .md-inner,
    .sm-inner,
    .lg-inner,
    .global-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.3rem;
        margin: 0 auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    display: inline-block;
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #adadad;
    opacity: 0;
    background-color: #cd0102;
}

.about3 .right .text:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1;
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal .modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-close {
    width: 1.12rem;
    height: 1rem;
    display: block;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    background: url("/Img/images/close2.png") no-repeat center center;
    background-size: 0.34rem;
    z-index: 1030;
}


/**** animate ***/

.animated {
    animation-delay: .1s;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInUp2 {
    opacity: 0;
    animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
    opacity: 0;
    animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background-color: transparent;
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 60px;
    height: 60px;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    border-radius: 100%;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    background: url("/Img/images/video_play.png") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .video-js .vjs-big-play-button {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.video-play {
    width: 3.7em;
    height: 4.3em;
    display: block;
    background: url("/Img/images/video_play.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2.15em 0 0 -1.85em;
    z-index: 50;
}

.modal-video video {
    object-fit: fill;
}

@media screen and (max-width: 991.98px) {
    .modal-video video {
        object-fit: contain;
    }
}

.pc-head {
    height: 4.5em;
    position: relative;
    z-index: 99;
    padding: 0 2.5em;
}

.p-home .global-inner {
    height: 100%;
}

.pc-head .center {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.headNav li {
    float: left;
    font-size: .8em;
    position: relative;
    line-height: 5.5em;
}

.pc-head .left {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.headNav {
    margin-left: 3.3em;
}

.headNav li+li {
    margin-left: 3.4em;
}

.headSearch {
    width: 14em;
    position: relative;
    border-radius: 35px;
    border: 1px solid #cccccc;
}

.headSearch input {
    margin-left: 20px;
    height: 25px;
    margin: 7px 0 7px 15px;
    font-size: .8em;
    color: #cccccc;
}

.language svg {
    width: 16px;
    height: 16px;
    color: #d62d2e;
}

.language svg:nth-child(1) {
    width: 24px;
    height: 24px;
}

.color6 {
    color: #1a1a1a !important;
}

.language {
    font-size: .8em;
    margin-top: .7em;
    color: #222222;
    margin-left: 4.06em;
}

.logo img {
    width: 144px;
    height: 50px;
}

.pc-head ul .active {
    color: red;
    /* font-weight: 600; */
}

.pc-head ul .active .headtit {
    border-bottom: 2px solid red;
}

.pc-head ul li .headtit:hover {
    color: red;
    /* font-weight: 600; */
    /* border-bottom: 2px solid red; */
}

.pc-head ul li {
    float: left;
    padding: 0 1.25em;
    position: relative;
    line-height: 4.5em;
}

.pc-head .headtit {
    font-size: .8em;
}

.headNav ul li:hover .li_bottom::after {
    width: 100%;
}

.headNav .li_bottom::after {
    display: block;
    width: 0%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0385f3;
    height: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}


/* hover 修改 22.05.04 */

.li_bottom {
    display: none;
    position: absolute;
    top: 4.25em;
    width: 160px;
    padding: .5em 0;
    z-index: 9999;
    background-color: #fff;
    left: -26px;
    text-align: center;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 30%);
}

.pc-head ul li:nth-child(4) .li_bottom {
    left: -40px;
}

.li_bottom a {
    color: #333 !important;
    font-size: .7em !important;
}

.li_bottom .item {
    line-height: 1.8em;
    /* padding: 0 15px 0 23px; */
}

.li_bottom a:hover {
    color: #cd0102 !important;
}

.language {
    margin-top: 2.2em;
}


/* 底部 */

.footlogo img {
    width: 160px;
    margin-bottom: 22px;
}

.pcfooter {
    background-color: #000000;
    color: rgba(255, 255, 255, .7);
}

.pcfooter .overflow {
    display: flex;
    justify-content: space-between;
}

.footleft1 {
    font-size: .75em;
    line-height: 22px;
}

.footleft1:hover {
    opacity: .5;
}

.footlogo {
    max-width: 12em;
}


/* .footleft2 {
    font-size: ;
} */

.main-box {
    min-height: 450px;
}

.overflow {
    overflow: hidden;
}

.foot1 {
    font-size: .8em;
    color: rgba(255, 255, 255, .7);
    line-height: 1.9em;
    white-space: nowrap;
}

.foot1 a:hover {
    opacity: .5;
}

.footcen1 h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 14px;
    margin-top: 1.3em;
}

.footcen1-3 {
    padding-left: 5.2em;
    padding-top: 3.5em;
}

.footcen1-3 h1 {
    display: none;
}

.footcen1-3 .footic {
    display: none;
}

.pcfooter {
    padding: 4.25em 0 3em;
}

.footcen1-1 {
    margin-left: 4.5em;
    max-width: 8.5em;
    margin-right: 3em;
}

.footcen1-2 {
    margin-left: 3.5em;
}

.footic img {
    width: 22px;
}

.footic {
    display: flex;
    margin-bottom: 25px
}

.footic .quan {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footic .quan:hover {
    opacity: .5;
}

.footic .quan+.quan {
    margin-left: 14px;
}

.backtop {
    position: fixed;
    z-index: 9999;
    right: 1.5em;
    width: 2em;
    height: 2em;
    bottom: 1.5em;
    background: #e60000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backtop svg {
    color: #fff;
    width: 14px;
    height: 20px;
}

@media(max-width:1500px) {
    .language {
        margin-left: 1em;
    }
}

@media(max-width:1380px) {
    .pc-head ul li {
        padding: 0 .8em;
    }
}
 .footcen1-3 .foot1{
        margin-bottom: .2rem;
    }
    .add-foot{
        margin-bottom: .3rem;
    }
    .add-foot a:hover{
        opacity: .5
    }
@media(max-width:991.98px) {
     .backTop{
        left: auto!important;
        right: 2em;
        bottom: 20px;
    }

    .beianhao{
      color: #fff;
      margin-top: .25rem;
      font-size: .24rem;
      text-align: center;
      opacity: .6
    }
    .color6 {
        width: .16rem !important;
        height: .13rem !important;
    }
    .header {
        position: fixed;
        left: 50%;
        top: 0;
        display: block;
        width: 100%;
        height: 1.1rem;
        transform: translateX(-50%);
        overflow: hidden;
        background: #FFFFFF;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        z-index: 1200;
    }
    .header .global-inner {
        display: table;
        padding-top: 0.22rem;
        overflow: hidden;
    }
    .header .logo {
        float: left;
    }
    .header .logo a {
        display: block;
        height: 0.66rem;
    }
    .header .logo img {
        display: block;
        height: 0.66rem;
    }
    .hd-sch {
        float: right;
        width: 0.39rem;
        padding-top: 0.12rem;
    }
    .hd-sch a {
        display: block;
    }
    .hd-sch img {
        width: 100%;
        display: block;
    }
    .ph-nav-btn {
        float: right;
        margin-left: 0.48rem;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 0.15rem;
    }
    .ph-nav-pop svg {
        width: .25rem;
        height: .14rem;
        margin-top: .4rem;
        float: right;
        color: #000;
        transition: all .5s;
    }
    .header .nav_btn {
        cursor: pointer;
        height: 0.32rem;
        width: 0.51rem;
        position: relative;
        z-index: 2;
    }
    .header .nav_btn span {
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #000;
        position: absolute;
        top: 0.14rem;
        left: 0px;
        -webkit-transition: background-color 0.1s ease-out 0s;
        -moz-transition: background-color 0.1s ease-out 0s;
        -o-transition: background-color 0.1s ease-out 0s;
        -ms-transition: background-color 0.1s ease-out 0s;
        transition: background-color 0.1s ease-out 0s;
    }
    .waplau {
        color: #fff;
        text-align: center;
        font-size: .32rem;
        margin-top: 1rem;
    }
    .daili-wap {
        width: 100%;
        line-height: .95rem;
        color: #ffffff;
        text-align: center;
        background-color: #fe2c55;
        border-radius: 35px;
        font-size: .32rem;
    }
    .header .nav_btn.open span {
        background-color: transparent;
        z-index: 9;
    }
    .paddingwap {
        padding: 0 .36rem;
        margin-top: .6rem;
    }
    .header .nav_btn span:before {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #000;
        position: absolute;
        top: -0.14rem;
        right: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .nav_btn.open span:before {
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(45deg);
        top: 0px;
        -moz-transform: rotate(45deg);
        top: 0px;
        -o-transform: rotate(45deg);
        top: 0px;
        -ms-transform: rotate(45deg);
        top: 0px;
        transform: rotate(45deg);
        top: 0px;
    }
    .header .nav_btn span:after {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #000;
        position: absolute;
        top: 0.14rem;
        right: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
   
    .header .nav_btn.open span:after {
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(-45deg);
        top: 0px;
        -moz-transform: rotate(-45deg);
        top: 0px;
        -o-transform: rotate(-45deg);
        top: 0px;
        -ms-transform: rotate(-45deg);
        top: 0px;
        transform: rotate(-45deg);
        top: 0px;
    }
    .ph-nav-box {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 1.1rem;
        /*background: rgba(0,0,0,.3);*/
        opacity: 0;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition: all 0.3s ease-in-out;
    }
    .ph-nav-box.on {
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        border-top: 1px solid #FBFBFB;
    }
    .ph-nav-box .ph-nav-pop {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #cd0102;
        z-index: 10;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding-bottom: 1.1rem;
    }
    .nav-main {
        height: 100%;
        overflow: hidden;
    }
    .nav-main ul {
        padding: .5rem 0.3rem 0;
    }
    .nav-main em {
        float: right;
        width: 30%;
        margin-top: 0.06rem;
        position: relative;
    }
    .nav-main em:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        width: 22px;
        height: 2px;
        background-color: #ccc;
        transition: all .3s;
        z-index: 10;
        display: none;
    }
    .bgCode {
        padding: .14rem;
        background-color: #fff;
        display: inline-block;
    }
    .nav-main em:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        width: 2px;
        height: 22px;
        background-color: #ccc;
    }
    .logo img {
        width: auto;
    }
    .open .wap-language {
        display: none;
    }
    .whiteLogo {
        display: none!important;
    }
    .open .whiteLogo {
        display: block!important;
    }
    .open .blackLogo {
        display: none!important;
    }
    .open .header {
        background-color: #cd0102;
    }
    .open .header .nav_btn span:after {
        background-color: #fff;
    }
    .open .header .nav_btn span::before {
        background-color: #fff;
    }
    .header {
        box-shadow: 0px 0px 0px 0px;
    }
    /* wap底部 */
    .wapfooter {
        background-color: #000000;
        padding: 1rem 0 .56rem;
    }
    .waplogo img {
        width: 2.7rem;
        display: block;
        margin: 0 auto .57rem;
    }
    .wapfooter .text1 {
        font-size: .24rem;
        opacity: .7;
        color: #fff;
        text-align: center;
        line-height: .38rem;
        max-width: 3.9rem;
        margin: auto;
    }
    .wapfooter .tel {
        display: flex;
        max-width: 1000px;
        justify-content: center;
    }
    .wapfooter .tel a+a {
        margin-left: .66rem;
    }
    .wap-img img {
        width: .3rem;
    }
    .wapfooter .quan {
        width: .57rem;
        height: .57rem;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wapfooter .quan+.quan {
        margin-left: .5rem;
    }
    .footic {
        margin-bottom: 0
    }
    .wap-img {
        display: flex;
        justify-content: center;
        padding: 1.15rem 0 .55rem;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        margin: 0 -.3rem .55rem;
    }
    .beian {
        text-align: center;
        opacity: .7;
        font-size: .24rem;
        color: #fff;
    }
    .wapus {
        text-align: center;
        opacity: .7;
        font-size: .24rem;
        color: #fff;
        margin-top: .25rem;
    }
}

@media screen and (max-width: 450px) {

    .nav-main em:before {
        width: 14px;
    }
    .nav-main em:after {
        right: 6px;
        margin-top: -7px;
        height: 14px;
        display: none;
    }
}

.nav-main .on em:before {
    background-color: #014da1;
}

.nav-main .on em:after {
    display: none;
}

.nav-main .lv4pop .lv1 em,
.nav-main .lv4pop .lv2 em,
.nav-main .lv4pop .lv3 em,
.nav-main .lv3pop .lv1 em,
.nav-main .lv3pop .lv2 em,
.nav-main .lv2pop .lv1 em {
    display: block;
}

.nav-main .lv2box,
.nav-main .lv3box,
.nav-main .lv4box {
    display: none;
}

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
}

.lv1.on svg {
    transform: rotate(180deg);
}

.nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 1;
    color: #fff;
    min-width: 50%;
    padding: 0.27rem 0 0.27rem;
    transition: all .3s;
}

.lv2box {
    margin-left: .3rem;
}

.nav-main .lv2 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.2rem 0 0.2rem 0;
    transition: all .3s;
}

.lv2.on svg {
    transform: rotate(180deg);
}

.nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.15rem 0 0.15rem 0rem;
    transition: all .3s;
}

.lv3box {
    margin-left: .3rem;
}

.nav-main .lv4 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
    min-width: 50%;
    padding: 0.22rem 0 0.22rem 0rem;
}

.wap-language {
    margin-top: .2rem;
}

.wap-language svg {
    width: .33rem;
    height: .33rem;
    color: #d62d2e;
}

.wap-search svg {
    width: .37rem;
    height: .37rem;
    color: #00468e;
}

.wap-search {
    margin-left: .25rem;
    padding-left: .35rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    margin-top: .1rem;
    border-left: 1px solid #eeeeee;
}


/* @media (max-width: 1300px) {
    .home6 .home6swip .swiper-slide {
        width: 120px !important;
    }
} */

.backTop {
    position: fixed;
    right: 96.1vw;
    right: 1.5em;
    z-index: 9999;
    bottom: 25px;
}


/* 表格 */


/*** 表单提示弹窗 ***/

.modal-tips .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}

.modal-tips .modal-content {
    width: 22.5em;
    max-width: 100%;
    background: #fff;
    border-radius: 0.4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    padding: 2.5em 2em 1.7em;
}

.modal-tips .modal-close {
    width: 2.5em;
    height: 2.3em;
    display: block;
    background: url("/content/img/images/cancel.svg") no-repeat center center;
    background-size: 0.9em;
    margin: 0 auto 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-tips .icon {
    width: 3.2em;
    margin: 0 auto 1em;
}

.modal-tips .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.modal-tips .icon .bi {
    width: 3.2em;
    height: 3.2em;
    color: #2a7288;
}

.modal-tips .tit {
    font-size: 28px;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.modal-tips .word {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
}

.modal-tips .tool {
    margin-top: 1.4em;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.modal-tips .btn-sure {
    width: 8.6em;
    height: 2.57em;
    font-size: 14px;
    font-size: 0.7em;
    line-height: 2.42em;
    display: block;
    margin: 0 auto;
    border: solid 1px #2a7288;
    color: #2a7288;
    padding: 0;
    font-weight: 600;
}

.modal-tips .btn-sure::after {
    background: #2a7288;
}

@media screen and (min-width: 1000px) {
    .modal-tips .btn-sure:hover {
        border-color: #2a7288;
        color: #fff;
    }
}

@media screen and (max-width: 767.98px) {
    .modal-tips .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-tips .word {
        font-size: 1em;
    }
    .modal-tips .btn-sure {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.58rem;
        font-size: 0.24rem;
    }
}

.add-foot {
    font-size: .8em;
}


/* .footer .add-foot:hover{
    opacity: .5;  
} */

.footcen1-3 .add-foot:hover a span {
    opacity: .5;
}
.beianhao{
    font-size: .8em!important
}
.footcen1-1 a{
    font-size: .8em!important;
    display: block;
}