@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
    text-align: right !important;
    direction: rtl !important;
}

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: #222;
    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: "华文细黑"; */
        font-family: Arial, Helvetica, sans-serif;
    }
}

::-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;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.7em;
    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 0.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 0.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 0.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-innerbox {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 4;
}

.lg-innerbox:before,
.lg-innerbox:after {
    content: "";
    display: table;
    clear: both;
}

.lg-inner {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
    content: "";
    display: table;
    clear: both;
}

.lg-inner1 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-inner1:before,
.lg-inner1:after {
    content: "";
    display: table;
    clear: both;
}

.global-inner {
    width: 87.5%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991.98px) {
    .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;
}


/**** 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-size: 0.34rem;
    z-index: 1030;
}


/**** animate ***/

.animated {
    animation-delay: 0.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;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 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;
    }
}

.main-box {
    min-height: 600px;
}


/* 导航 */

.header {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
}

.white .header {
    background: transparent;
}

.p-home .header {
    position: fixed;
}

.white,
.white .nacv-1tab {
    color: #fff !important;
}

.mob-heightTop {
    height: 100px;
}

.p-home .mob-heightTop {
    height: 0px;
}

.header .white-logo {
    display: none;
}

.header .logoimg {
    display: block;
}

.white .white-logo {
    display: block;
}

.white .logoimg {
    display: none;
}

.header .white-search {
    display: none;
}

.header .search {
    display: block;
}

.white .white-search {
    display: block;
}

.white .search {
    display: none;
}

.headbox {
    width: 100%;
    height: 100%;
    /* padding: 0 60px; */
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.headbox .logo {
    width: 137px;
    height: 63px;
    font-size: 18px;
    line-height: 35px;
    flex-shrink: 0;
}

.headbox .logo img {
    width: 100%;
    height: 100%;
}

.modal {
    z-index: 99999999999999;
}

.navbox {
    margin-left: auto;
    margin-right: 5%;
}

.navbox .navul {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.navbox .navul .nav-li {
    position: relative;
    height: auto;
}

.navbox .navul .nav-li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #3669da;
    transition: all 0.3s;
    z-index: 9999;
}

.navbox .navul .nav-li .nav-2tabbox {
    background-color: #fff;
    background-size: 100% 0;
    background-position: left top;
    /* 	display: block!important; */
}

.nav-2tabbox-con a::after {
    display: none !important;
}

.navbox .navul .li-on>a::after {
    width: 96%;
}

.navbox .navul .active>a::after {
    width: 100%;
}

.navbox .navul .active>a {
    color: #0157ac !important;
    font-weight: bold;
}

.nav-2tabbox-con li:hover a {
    color: #0157ac !important;
}

.navbox .navul li .nacv-1tab {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 30px;
    line-height: 100px;
    color: #333333;
    position: relative;
}


/* 2022.04.02 修改 */

.nacv-1tab:hover {
    /* font-weight: bold; */
    transition: all 0.5s;
}

.navbox .navul li .nacv-1tab:hover {
    color: #0157ac !important;
}

.navbox .navul li .nacv-1tab img {
    margin-left: 6px;
}

.nav-rightbox {
    display: none;
}


/* 二级导航 */

.navbox .navul li .nav-2tabbox {
    position: absolute;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    width: 100%;
    padding: 10px 10px;
    height: auto;
    text-align: center;
    height: auto !important;
    width: 160px;
}

.nav-2tabbox .nav-2tabbox-con {
    width: 100%;
    height: 100%;
}

.nav-2tabbox .nav-2tabbox-con ul li {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.nav-2tabbox .nav-2tabbox-con ul li:last-child {
    border-bottom: 0px;
}

.nav-2tabbox .nav-2tabbox-con ul li a {
    display: inline-block;
    line-height: 1em;
    background-repeat: no-repeat;
    background-position: 0px 100%;
    background-size: 100% 0rem;
    transition: all 0.3s;
}

.nav-2tabbox .nav-2tabbox-con ul li:hover a {
    background-size: 100% 4px;
}

@keyframes nav-2tab-kf {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 90px;
    }
}

@-webkit-keyframes nav-2tab-kf {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 90px;
    }
}

.nav-rightbox {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.nav-rightbox .searchbox {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 0 0 23px;
    cursor: pointer;
}

#head {
    height: 100px;
}

.nav-rightbox .searchbox img {
    width: 100%;
    height: 100%;
}

.nav-rightbox .languagebox {
    font-size: 20px;
    position: relative;
}

.nav-rightbox .languagebox {
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.nav-rightbox .languagebox .language-img {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.nav-rightbox .languagebox .language-img .img2 {
    display: block;
    margin-left: .4em;
}

.nav-rightbox .languagebox .language-img .img1 {
    display: none;
}

.white .nav-rightbox .languagebox .language-img .img1 {
    display: block;
}

.white .nav-rightbox .languagebox .language-img .img2 {
    display: none;
}

.nav-rightbox .languagebox .language-img .img4 {
    display: block;
}

.nav-rightbox .languagebox .language-img .img3 {
    display: none;
}

.white .nav-rightbox .languagebox .language-img .img3 {
    display: block;
}

.white .nav-rightbox .languagebox .language-img .img4 {
    display: none;
}

.nav-rightbox .languagebox .language-img img:last-child {
    margin-left: 6px;
}

.nav-rightbox .languagebox .language-img .img3 {
    margin-left: 6px;
}

.nav-rightbox .languagebox .language-nav {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    display: none;
    background: #fff;
    width: 80px;
    color: #333;
    padding: 5px 5px;
    text-align: center;
}

.nav-rightbox .languagebox .language-nav ul li a {
    display: block;
    font-size: 16px;
    padding: 5px;
    border-bottom: 1px solid #edf0f2;
    color: #333;
}

.nav-rightbox .languagebox .language-nav ul li:last-child a {
    border-bottom: none;
}

.nav-rightbox .languagebox .language-nav ul li:hover a {
    color: #0157ac;
}


/* 导航 end */


/* 黑色背景 */

.blackbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.blackbgShow {
    display: block;
}


/* 搜索框 */

.search-box {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 100;
    border-top: 1px solid #e0e0e0;
    padding: 80px 0 45px;
    display: none;
}

.search-box .formbox {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 17px;
    position: relative;
    border-bottom: 2px solid #000;
    display: flex;
}

.search-box .formbox .inputbox {
    width: calc(100% - 60px);
    height: 20px;
    padding-left: 0;
    border: none;
    font-size: 18px;
}

.search-box .formbox .inputbox input {
    width: 100%;
    height: 100%;
    padding-left: 0;
    border: none;
    font-size: 18px;
}

.search-box .formbox a {
    position: absolute;
    bottom: 17px;
    right: 20px;
}

.search-box .recobox {
    text-align: center;
    margin-top: 20px;
}

.search-box .recobox .txt {
    display: inline-block;
    border-radius: 12px;
    padding: 3px 12px 7px;
    background: #8cc63e;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.search-box .recobox .txtbox {
    display: inline-block;
    margin-left: 17px;
}

.search-box .recobox .txtbox a {
    display: inline-block;
    color: #777;
    font-size: 16px;
    position: relative;
}

.search-box .recobox .txtbox a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: #dfdfdf;
    margin: 0 10px;
}


/* 搜索框 end */


/* 导航背景 */

.navbgbox {
    position: fixed;
    top: 89px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 251px;
    background: #fff;
    display: none;
    border-top: 1px solid #666;
}


/* 导航背景 end */


/* 底部 */

.footer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    background: #edf0f2;
}

.footbox {
    width: 100%;
    height: auto;
}

.footbox .lg-inner1 {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
}

.footbox .contactUsBox {
    padding: 50px 0 35px 0;
    border-bottom: 1px solid #d1d1d1;
    align-items: center;
}

.footbox .contactUsBox .footer-logo {
    width: 159px;
    height: 72px;
}

.footbox .contactUsBox .footer-logo img {
    width: 100%;
    height: 100%;
}

.footbox .contactUsBox .contactUs {
    margin-right: auto;
    text-align: right;
}

.footbox .contactUsBox .contactUs span {
    font-size: 14px;
    color: #666666;
    line-height: 1em;
}

@media (max-width:991.98px) {
    .footbox .contactUsBox .contactUs span {
        padding: 0 .2rem;
        line-height: 1.5;
        font-size: .3rem;
    }
}

.footbox .contactUsBox .contactUs h6 {
    font-size: 28px;
    color: #333333;
    line-height: 1em;
    padding: 12px 0 14px 0;
    font-weight: bold;
}

.ft-l {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    padding-top: 50px;
}

.ft-l ul {
    width: auto;
    margin-right: 3em;
}

.ft-l ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}

.ft-l ul li a:hover {
    color: #0157ac;
}

.ft-l ul .h6 a {
    font-size: 20px;
    color: #1a1a1a;
    display: block;
    margin-bottom: 35px;
}

.ft-l ul li:last-child a {
    margin-bottom: 0px;
}

.ft-r {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.add-ft-r {
    width: 23%;
}

.ft-r img {
    cursor: pointer;
}

.openb {
    position: relative;
    z-index: 99;
}

.codeOp {
    position: absolute;
    width: 150px;
    top: -160px;
    left: 50%;
    margin-left: -75px;
    display: none;
    transition: all 0.3s;
}

.codeOp img {
    width: 100%;
}

.is_ac .codeOp {
    opacity: 1;
    display: block;
}


/* 技术支持 */

.fot-jszcbox {
    margin-top: 50px;
    border-top: 1px solid #d1d1d1;
    height: 58px;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.fot-jszcbox .beian {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.beian a+a {
    margin-left: 5px;
}

.fot-jszcbox .beian .shu {
    font-size: 14px;
}

.fot-jszcbox .beian a {
    font-size: 14px;
    line-height: 1em;
    color: #333333;
}

.fot-jszcbox .jszcbox {
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
}

.foot-jszc_swip {
    font-size: 14px;
    color: #333333;
    width: 14em;
    height: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

@media (min-width:991.98px) {
    .foot-jszc_swip .foot-jszc a:hover {
        color: #0157ac;
    }
}

.mob-fot-jszcbox {
    display: none;
}

.ft-l ul .h6 a img {
    display: none;
}

.mob-nav-rightbox {
    display: none;
}

.mob-fot-jszcbox {
    display: none !important;
}

.noHover a:hover {
    font-weight: 400;
}

.nav-rightbox .nacv-1tab {
    margin-right: 5%;
}

@media screen and (max-width: 1800px) {
    .headbox {
        padding: 0 30px;
    }
    .navbox .navul li .nacv-1tab {
        margin: 0 0px;
    }
    .ft-l {
        width: 74%;
    }
}

@media screen and (max-width: 1600px) {
    .ft-l ul {
        width: 8em;
        margin-right: 0;
    }
}

@media screen and (max-width: 1450px) {
    .navbox .navul li .nacv-1tab {
        margin: 0 10px;
        margin: 0 0px;
    }
    .ft-l ul {
        width: 7em;
        margin-right: 0;
    }
    .home1-swiper-container .swiper-slide .home1-sw-txt {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1370px) {
    .navbox .navul li .nacv-1tab {
        font-size: 16px;
        margin: 0px;
    }
    .nav-rightbox .searchbox {
        width: 20px;
        height: 20px;
    }
    .headbox {
        padding: 0 30px;
    }
    .header {
        height: 85px;
    }
    .navbox {
        margin-left: auto;
        width: 80%;
    }
    .ft-l ul {
        width: 7em;
        margin-right: 0px;
    }
    .navbox .navul {
        margin-left: 3%;
    }
    .ft-l {
        width: 79%;
    }
}

@media (max-width: 1350px) {
    .ft-l {
        width: 100%;
    }
    .footbox .lg-inner1 {
        flex-wrap: wrap;
    }
    .add-ft-r {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }
    .ft-r {
        margin-right: 20px;
    }
}

@media (max-width: 1290px) {
    .navbox {
        margin-right: 0;
    }
    .navbox .navul li .nacv-1tab {
        margin: 0;
    }
    .p-home .imgc-modal .modal-body {
        height: 579px;
    }
}

@media (max-width: 1250px) {
    .navbox .navul li .nacv-1tab {
        padding: 0 5px;
    }
}

@media (max-width: 1210px) {
    .navbox .navul li .nacv-1tab {
        font-size: 14px;
    }
    .navbox .navul li .nacv-1tab {
        padding: 0 5px;
    }
}

@media (max-width: 1150px) {
    .navbox .navul li .nacv-1tab {
        font-size: 13px;
    }
}

@media screen and (min-width: 991.98px) {
    .mob-navbox {
        display: none;
    }
    .pc-show {
        display: block;
    }
    .mob-show {
        display: none;
    }
    .ft-r img {
        margin-left: 14px;
        /* margin-bottom: 20px */
    }
}

.heightImg {
    width: 100%;
    opacity: 0;
}

.backTop {
    width: 60px;
    position: fixed;
    right: 6em;
    z-index: 999;
    bottom: 13%;
    cursor: pointer;
}

.topImg {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.backTop:hover .topImg {
    top: 5px;
}


/* 手机端 */

@media screen and (max-width: 991.98px) {
    #head {
        height: auto;
    }
    .pc-show {
        display: none;
    }
    .backTop {
        right: 0.5rem;
        bottom: 4%;
        width: 45px;
    }
    .backTop>img {
        width: 100%;
    }
    .topImg {
        width: auto !important;
        top: 9px !important;
    }
    .mob-show {
        display: block;
    }
    .lg-inner1 {
        width: 100%;
        max-width: none;
        padding: 0 0.3rem;
    }
    /* 导航 */
    .mob-navbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        transition: all 0.3s;
    }
    .mob-heightTop {
        height: 1rem;
    }
    .mob-navbg {
        display: none;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
    }
    .mob-nav-show {
        z-index: 300;
    }
    .mob-nav-show .mob-navbg {
        display: block;
    }
    .mob-navbox .mob-navconbox {
        width: 5.13rem;
        height: 100vh;
        background: #fff;
        position: absolute;
        right: -5.3rem;
        top: 0;
        transition: all 0.3s;
        background: url(/Img/images/bghead.png) bottom no-repeat;
    }
    .mob-nav-show .mob-navconbox {
        right: 0;
    }
    .mob-navbox .mob-navconbox .mob-nav-t {
        padding: 0.3rem 0 0.48rem;
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
    }
    .mob-navbox .mob-navconbox .mob-nav-t a {
        display: inline-block;
        margin-left: auto;
        width: 0.36rem;
        height: 0.36rem;
        margin-right: 0.3rem;
    }
    .mob-navbox .mob-navconbox .mob-nav-t a img {
        width: 100%;
        height: 100%;
    }
    .mob-navbox .mob-navconbox .mob-nav-ul {
        width: 100%;
        height: auto;
    }
    .mob-navconbox .mob-nav-ul li {
        width: 100%;
        position: relative;
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a {
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        justify-content: right;
        flex-direction: row-reverse;
        width: 100%;
        font-size: 0.36rem;
        color: #333;
        padding: 0.25rem 0.3rem 0.25rem 0.5rem;
        align-items: center;
        font-weight: bold;
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a .h6 {
        font-size: 0.36rem;
        color: #333;
        font-weight: bold;
        background-image: linear-gradient(45deg, #b3d9ff, #b3d9ff);
        background-repeat: no-repeat;
        background-position: 0px 100%;
        background-size: 100% 0rem;
        transition: all 0.3s;
        margin: 0;
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a span {
        position: relative;
        width: 0.26rem;
        height: 0.26rem;
        margin-left: 0.4rem;
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a span::before {
        content: "";
        display: block;
        width: 0.26rem;
        height: 0.04rem;
        background: #0157ac;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a span::after {
        content: "";
        display: block;
        width: 0.04rem;
        height: 0.26rem;
        background: #0157ac;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .mob-navconbox .mob-nav-ul li .mob-nav-a img {
        margin-left: auto;
        width: 0.12rem;
        height: 0.19rem;
        transition: all 0.3s;
    }
    .mob-navconbox .mob-nav-ul .mob-nav-active .mob-nav-a {
        color: #1e6ab9;
    }
    .mob-navconbox .mob-nav-ul .mob-nav-active .mob-nav-a img {
        transform: rotate(90deg);
    }
    .mob-2nav-tabbox {
        padding: 0 0 0 0.9rem;
        display: none;
    }
    .mob-navconbox .mob-nav-ul .mob-nav-active .mob-nav-a .h6 {
        background-size: 100% 0.09rem;
    }
    .mob-navconbox .mob-nav-ul .mob-nav-active .mob-nav-a span::after {
        display: none;
    }
    .mob-navconbox .mob-2nav-tabbox li:last-child {
        border-bottom: none;
    }
    .mob-2nav-tabbox .mob-2nav-a {
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        align-items: center;
        justify-content: right;
        margin-right: .5rem;
    }
    .mob-2nav-tabbox .mob-2nav-a a {
        font-size: 0.32rem;
        color: #3c1313;
        margin: 0.28rem 4%;
        display: block;
        max-width: 80%;
        line-height: 1em;
        height: 0.32rem;
        overflow: hidden;
    }
    .mob-2nav-tabbox .mob-2nav-a span {
        display: block;
        margin-right: 0.3rem;
        margin-left: auto;
        width: 0.27rem;
        height: 0.15rem;
        padding: 0.2rem;
        background-image: url(/Img/images/arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.27rem 0.25rem;
        transition: all 0.3s;
        display: none;
    }
    .mob-2nav-tabbox .mob-nav2-active span {
        transform: rotate(180deg);
    }
    .mob-2nav-tabbox .mob-3nav-tabbox {
        background: #f7f7f7;
        padding: 0.6rem 0.3rem 0.1rem 0.4rem;
        width: 100%;
        height: 100%;
        display: none;
    }
    .mob-2nav-tabbox .mob-3nav-tabbox .mob-3nav-ul {
        width: 100%;
        height: 100%;
    }
    .mob-2nav-tabbox .mob-3nav-tabbox .mob-3nav-ul li a {
        display: block;
        font-size: 0.28rem;
        line-height: 1em;
        height: 0.28rem;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0.5rem;
        color: #666666;
    }
    .mob-nav-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0.5rem;
    }
    .mob-nav-bottom a {
        display: inline-block;
        width: 1.6rem;
        height: 0.72rem;
        margin-bottom: 0.35rem;
    }
    .mob-nav-bottom a img {
        width: 100%;
    }
    .mob-nav-bottom h6 {
        border-top: 1px solid #f4faff;
        color: #0157ac;
        height: 0.7rem;
        line-height: 0.7rem;
    }
    /* 导航end */
    .mob-nav-rightbox {
        display: block;
    }
    .mob-fot-jszcbox {
        display: block !important;
    }
    .header {
        height: 1rem;
        box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    }
    .white {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
    .head-height {
        height: 1.19rem !important;
    }
    .headbox {
        padding: 0 0.3rem;
        height: 1rem;
    }
    .navbox {
        display: none;
    }
    .nav-rightbox {
        display: none;
    }
    .headbox .logo {
        width: 1.96rem;
        height: 0.89rem;
    }
    .mob-nav-rightbox {
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        align-items: center;
        margin-right: auto;
        height: 100%;
    }
    .mob-nav-rightbox .languagebox {
        position: relative;
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        margin-left: 0.4rem;
    }
    .mob-nav-rightbox .languagebox .language-txt {
        font-size: 0.28rem;
        color: #0157ac;
        margin-right: 0.05rem;
        font-weight: 400;
        font-family: arial;
    }
    .mob-nav-rightbox .languagebox .language-img {
        width: 0.18rem;
        height: 0.1rem;
    }
    .mob-nav-rightbox .languagebox .language-img img {
        width: 100%;
        margin-right: .2rem;
    }
    .mob-nav-rightbox .languagebox .language-nav {
        position: absolute;
        top: 0.4rem;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        width: 1.5rem;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        padding: 0.2rem 0.2rem;
        display: none;
    }
    .mob-nav-rightbox .languagebox .language-nav a {
        display: block;
        color: #333;
        font-size: 0.28rem;
        padding: 0.2rem 0.2rem;
    }
    .header .mob-car {
        display: none;
    }
    .header .mob-carb {
        display: block;
    }
    .white .mob-car {
        display: block;
    }
    .white .mob-carb {
        display: none;
    }
    .mob-close {
        display: none;
    }
    .mob-close-show .mob-close {
        display: block;
    }
    .mob-close-show .mob-navtab {
        display: none !important;
    }
    .mob-close-show .mob-navtabb {
        display: none !important;
    }
    .mob-navtabbox {
        width: 0.46rem;
        height: 0.43rem;
    }
    .mob-navtabbox img {
        width: 100%;
        height: 100%;
    }
    .header .mob-navtab {
        display: none;
    }
    .header .mob-navtabb {
        display: block;
    }
    .white .mob-navtab {
        display: block;
    }
    .white .mob-navtabb {
        display: none;
    }
    .mob-lau {
        font-size: 0.34rem;
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        align-items: center;
    }
    .mob-lau::after {
        content: "";
        display: block;
        width: 1px;
        height: 0.48rem;
        background: #e0e0e0;
        margin: 0 0.48rem 0 0.42rem;
    }
    .footbox .lg-inner1 {
        flex-direction: column;
    }
    .footbox .contactUsBox .footer-logo {
        display: none;
    }
    .footbox .contactUsBox .contactUs {
        margin-left: 0;
        text-align: center;
    }
    .footbox .contactUsBox {
        padding: 0.5rem 0;
    }
    .footbox .contactUsBox .contactUs span:first-child {
        font-size: 0.28rem;
        color: #666666;
    }
    .footbox .contactUsBox .contactUs span:first-child {
        font-size: 0.32rem;
        color: #333333;
    }
    .footbox .contactUsBox .contactUs h6:nth-child(2) {
        font-size: 0.5rem;
        color: #0157ac;
        font-weight: bold;
    }
    .footbox .contactUsBox .contactUs h6:nth-child(3){
         color: #0157ac;
    }
    .footbox .contactUsBox .contactUs h6 {
        font-size: 0.45rem;
    }
    .ft-l ul li a {
        font-size: 14px;
        color: #333333;
        display: block;
        margin-bottom: 20px;
        display: none;
    }
    .ft-l {
        padding-top: 0;
        flex-wrap: wrap;
        margin-top: 0.2rem;
    }
    .ft-r {
        margin-top: 0;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        padding: 0.8rem 0;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        width: auto;
        /* padding-left: .8rem; */
    }
    .ft-l ul {
        width: 48%!important;
        margin-right: 0!important
    }
    .mob-ft-rbox {
        margin-left: auto;
        text-align: right;
    }
    .ft-r span {
        display: block;
        margin-top: 0;
        font-size: 0.24rem;
    }
    .ft-r h6 {
        font-size: 0.32rem;
        color: #f39e18;
        font-weight: 600;
        padding-top: 0.13rem;
    }
    .ft-l ul {
        width: 33.333%;
        margin-right: 0;
        flex-shrink: 0;
    }
    .ft-l ul li {
        margin: 0;
    }
    .ft-l ul .h6 a {
        width: 100%;
        width: 1.6rem;
        font-size: 0.28rem;
        color: #333333;
        margin-bottom: 0;
        height: 0.32rem;
        line-height: 0.32rem;
        text-align: center;
        position: relative;
        margin-top: 0.3rem;
    }
    .ft-l ul .h6 a::after {
        content: "";
        display: block;
        width: 1px;
        height: 0.32rem;
        position: absolute;
        background: #333333;
        right: -9px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* .ft-l ul:nth-child(3n) .h6 a:after {
        display: none;
    } */
    .ft-l ul .h6 a img {
        display: none;
    }
    .mob-ft-rbox .qr-img,
    .mob-ft-rbox .qr-txt {
        display: none;
    }
    .fot-jszcbox .beian {
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        align-items: flex-start;
        width: 100%;
        order: 1;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .fot-jszcbox .beian a {
        font-size: 0.26rem;
        line-height: 1em;
        color: #999999;
        display: block;
        margin-bottom: 0.14rem;
    }
    .fot-jszcbox .jszcbox {
        font-size: 0.28rem;
        color: #999999;
        order: 2;
        margin-left: 0;
    }
    .ft-l {
        width: 100%;
    }
    .fot-jszcbox {
        order: 2;
        margin-top: 0;
        border-top: none;
        height: auto;
        align-items: flex-start;
        padding-bottom: 0.5rem;
    }
    .mob-fot-jszcbox {
        display: block;
        padding: 0.5rem 0;
    }
    .mob-beian a {
        font-size: 0.26rem;
        color: #999999;
    }
    .mob-beian .mob-beian-con1 {
        padding: 0.2rem 0;
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        justify-content: space-between;
    }
    .mob-beian .mob-beian-con2 {
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
    }
    .jszcbox {
        font-size: 0.26rem;
        color: #999999;
    }
    .jszcbox .foot-jszc_swip {
        font-size: 0.28rem;
        color: #999999;
        width: auto;
    }
}

.whatbg {
    position: fixed;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    left: 0;
    top: 0;
}

.is_ac .whatbg {
    display: block;
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    .ft-l ul {
        width: 103px;
    }
    .ft-r img {
        margin-right: 10px;
    }
    .ft-l ul .h6 a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1285px) and (min-width: 1252px) {
    .navbox .navul li .nacv-1tab {
        padding: 0 5px;
    }
    .ft-l ul {
        width: 7.2em;
    }
}


/* 2022.03.28 修改 */

@media screen and (max-width: 991.98px) {
    /* 10 修改行间距 */
    .footbox .contactUsBox .contactUs .new-num {
        line-height: 0.5rem;
        font-size: 0.28rem;
    }
}


/* 2022.03.29 修改 */

.new-fr1 {
    padding-top: 0.2rem;
}


/* 2022.04.14 修改 */


/* .jszcbox span:hover {
    color: #0157ac;
} */

.ft-l ul {
    width: auto;
    margin-right: 2.5em;
}

.footbox .lg-inner1 {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    justify-content: space-between;
}

.add-ft-r .add-ft-r-one:nth-child(2) a:nth-child(1) img {
    padding: 13px;
    width: 53px;
}
/* 2022.04.15 修改 */

@media screen and (max-width: 991.98px) {
    .add-ft-r .add-ft-r-one:nth-child(2) a:nth-child(1) img {
    padding: 8px;
    width: 53px;
}
    .add-ft-r {
        display: block!important;
    }
    .ft-l ul .h6 a {
        width: 100%;
        /* width: 1.6rem; */
        font-size: 0.28rem;
        color: #333333;
        margin-bottom: 0;
        height: 0.32rem;
        line-height: 0.32rem;
        text-align: center;
        position: relative;
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .ft-l ul {
        width: auto;
        margin-right: 2em;
    }
    .add-ft-r-one {
        padding-bottom: 0;
    }
    .add-ft-r {
        margin-bottom: 0.8rem;
    }
    .fot-jszcbox .beian {
        display: flex;
        -ms-display: flex;
        -webkit-display: flex;
        align-items: center;
        width: 100%;
        order: 1;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .fot-jszcbox .jszcbox {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .lg-inner1 .fot-jszcbox {
        padding-bottom: 0.5rem;
    }
    .new-fr1 {
        justify-content: center;
        padding-left: 2em;
    }
    .new-fr1 a:nth-child(1),
    .new-fr1 a:nth-child(2),
    .new-fr1 a:nth-child(3) {
        padding-right: 20px;
    }
}

@media screen and (min-width: 1000px) {
    .add-ft-r .add-ft-r-one img:hover {
        opacity: 0.5;
    }
    .new-fr1 img:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1600px) {
    .ft-l ul {
        width: 11em;
        margin-right: 10px;
    }
    .footbox .add-ft-r-one a img {
        width: 40px!important;
        height: 40px!important;
    }
}


/* 2022.04.19 修改 */

.footbox .add-ft-r-one a img {
    border: 1px solid #000;
    border-radius: 50%;
}

.footbox .new-fr1 a img {
    border: 1px solid #000;
    border-radius: 50%;
}

.footbox .new-fr1 a:first-child img {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 13px;
    width: 55px;
}

.footbox .new-fr1 a:nth-child(3) img {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 13px;
    width: 55px;
}

.footbox .contactUsBox .contactUs h6:nth-child(2) {
    padding-bottom: 0;
}
.footbox .contactUsBox .contactUs h6:nth-child(2) i{
    font-style: normal;
    display: inline-block;
    direction: ltr;
}



.add-ft-r .add-ft-r-one:nth-child(2) a:nth-child(3) img {
    padding: 5px;
    width: 53px;
}

.cn-ft-r {
    display: none !important;
}

@media (max-width:991.98px) {
    .add-fot {
        padding-right: 1.3rem;
    }
}