/* 1160 */


@charset "utf-8";

@font-face {
    font-family: "SourceHanSerifSCBold";
    src: url(../font/SourceHanSerifSCBold.woff) format("woff"),
        url(../font/SourceHanSerifSCBold.woff) format("truetype"),
        url("../font/SourceHanSerifSCBold.woff#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "DinBold";
    src: url(../font/DinBold.otf) format("woff"),
        url(../font/DinBold.otf) format("truetype"),
        url("../font/DinBold.otf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "DINRegular";
    src: url(../font/DINRegular.otf) format("woff"),/*  */
        url(../font/DINRegular.otf) format("truetype"),
        url("../font/DINRegular.otf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*  */
@font-face {
    font-family: "SourceHanSerifSCSemiBold";
    src: url(../font/SourceHanSerifSCBold.woff) format("woff"),
        url(../font/SourceHanSerifSCBold.woff) format("truetype"),
        url("../font/SourceHanSerifSCBold.woff#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}




@media screen and (min-width: 1930px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1940px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 95px !important;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1450px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width: 1150px) {
    html {
        font-size: 70px !important;
        /* font-size: 65px !important; */
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 85px !important;
    }
}

/* 
@media screen and (max-width: 1000px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 75px !important;
    }
} */

/* @media screen and (max-width: 375px) {
    html {
        font-size: 75px !important;
    }
} */

@keyframes float1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-.2rem)
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(.2rem)
    }
}

.tptx .img {
    position: relative;
}

.tptx .img::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}


.tptx:hover .img::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.tptx:hover .img img {
    transform: scale(1.1);
}



@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

html {
    scroll-behavior: smooth;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #23526a;
}


@-webkit-keyframes vibes {

    0%,
    40%,
    100% {
        -webkit-transform: translateY(0)
    }

    20%,
    60% {
        -webkit-transform: translateY(6px)
    }
}

@-webkit-keyframes vibesmore {

    0%,
    100% {
        padding-right: 0;
    }

    50% {
        padding-right: 6px;
    }
}

@keyframes updown {
    0% {
        margin-bottom: 0;
    }

    100% {
        margin-bottom: 10px;
    }
}

.toTop {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 320px;
    z-index: 11;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: 1111;
}

.toTop.show {
    opacity: 1;
}

.toTop button {
    background: #1f1a17;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.toTop button i {
    content: "";
    display: inline-block;
    font-size: 24px;
    color: #fff;
}

.toTop button:hover i {
    -webkit-animation: vibes 1.5s ease infinite;
    animation: vibes 1.5s ease infinite;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px none transparent;
    outline: none;
    font-size: inherit;
    font-family: inherit;
    line-height: 1.1;
}

/* body {
    line-height: 1;
} */
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

html.freeze,
html.freeze body {
    overflow: hidden;
}

body {
    word-break: break-all;
}


.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
}

.clearfix {
    display: block;
}

img,
li,
h2,
p,
h3 {
    transition: all 0.5s ease 0s;
}

.hide {
    display: none;
}

.tran {
    transition: all 0.5s ease 0s;
}

/* div,
.box,
li,
h2,
h3 {
    box-sizing: border-box;
} */

#bsWXBox {
    box-sizing: content-box;
}

.center {
    position: absolute;
    inset: 0px;
    margin: auto;
}

.triangle {
    border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
    border-style: solid;
    border-width: 8px;
    bottom: -8px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0px;
    position: relative;
    transform: rotate(135deg);
    transform-origin: center center;
    width: 0px;
    margin-left: 48px;
}

.gray {
    opacity: 0.5;
    filter: grayscale(1);
}

a,
button {
    /* 	transition: all 0.5s ease 0s; */
    text-decoration: none;
    outline: 0px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.clamp2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.l2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.l1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.l3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clamp3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.web {
    width: 1200px;
    margin: 0px auto;
}

.w1060 {
    width: 1060px;
    margin: auto;
}

.w1200 {
    max-width: 1200px;
    margin: 0px auto;
}

.w1300 {
    max-width: 1300px;
    margin: 0px auto;
}

.w1400 {
    width: 1400px;
    margin: 0px auto;
}

.w1600 {
    width: 1600px;
    margin: 0px auto;
    position: relative;
}

.w1700 {
    width: 1700px;
    margin: 0px auto;
}

.w1440 {
    width: 1440px;
    margin: 0px auto;
}

.w1545 {
    max-width: 1545px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inlineB {
    font-size: 0px;
}

html.firefox fieldset {
    display: table-cell !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    background-color: transparent;
    cursor: pointer;
}

.search-box input::-webkit-input-placeholder {
    color: #848484;
    font-size: 18px;
}

.search-box input::-moz-placeholder {
    color: #848484;
    font-size: 18px;
}

.search-box input:-ms-input-placeholder {
    color: #848484;
    font-size: 18px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
}

button:hover span {
    text-decoration: underline;
}

input {
    padding: 0px;
    border: 0px none transparent;
    outline: 0px;
}

input[type="submit"] {
    /* 	height: 28px;
	line-height: 24px; */
}

input[type="radio"],
input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

input[type="image"] {
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input[disabled="disabled"] {
    background-color: rgb(235, 235, 235);
    color: rgb(149, 149, 149);
}

select {
    height: 28px;
    line-height: 24px;
    padding: 1px 0px 1px 3px;
    border: 1px solid rgb(222, 222, 222);
    background-color: rgb(255, 255, 255);
}

select[disabled="disabled"] {
    background-color: rgb(235, 235, 235);
    color: rgb(149, 149, 149);
}

textarea {
    min-height: 80px;
    padding: 1px 3px;
    border: 1px solid rgb(222, 222, 222);
    line-height: 25px;
}

iframe.pdf {
    width: 100%;
    height: 600px;
    margin-top: 30px;

    margin-bottom: 30px;
}

mark {
    background-color: transparent;
}

[data-style="list"] .target {
    display: none;
    color: rgb(0, 0, 0);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
    display: none;
}

img {
    border: 0px none transparent;
    vertical-align: middle;
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

i,
em,
dfn,
cite,
address {
    font-style: normal;
}

small {
    font-size: 90%;
}

sup,
sub {
    position: relative;
    font-size: 0.9em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

del {
    text-decoration: line-through;
}

label {
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}

legend {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    font-size: 0px;
    line-height: 0;
}

caption {
    height: 1px;
    font-size: 0px;
    line-height: 0;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -30px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -30px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(8%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(8%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-8%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-8%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes z {
    0% {
        transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    100% {
        transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes z {
    0% {
        transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    100% {
        transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

.flipInX {
    animation-name: flipInX;
    visibility: visible !important;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0px, 120px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}


/* html{min-width:1400px} */

.fadeInUp2 {
    animation-name: fadeInUp;
}

#vsb_content table {
    border-width: 1px 0px 0px 1px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    width: 100%;
    margin: 20px auto;
}

#vsb_content table tr td {
    border-width: 0px 1px 1px 0px;
    border-left-style: initial;
    border-left-color: initial;
    border-top-style: initial;
    border-top-color: initial;
    line-height: 23px;
    padding: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
}

#vsb_content table tr td p {
    text-indent: 0em;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: rgb(48, 50, 51);
    position: fixed;
    z-index: 9999999999999999999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(17, 17, 17);
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px;
    font-size: 80px;
    line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url("../image/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url("../image/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url("../image/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url("../image/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0px auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.gay {
    color: #b6b6b6;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}



/* pc caidan */
/* .search_btn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
} */


.header .yc {
    /* width: 2rem; */
    float: right;
}

.header .mldh {
    background: url(../image/top3.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 1.03rem;
    width: 1.14rem;
    float: right;
    cursor: pointer;
}

.header .mldh img {
    position: absolute;
    left: 59%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .24rem;
}

.header .ljss {
    float: left;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .ljss .item {
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.6);
}

.header .ljss .item img {
    width: .12rem;
    cursor: pointer;
}

.header .ljss .xian {
    height: .14rem;
    width: .01rem;
    margin: 0px .15rem;
    background-color: rgba(255, 255, 255, 0.6);
}

.menuOutside {
    /* background-color: #ffffff; */
    position: relative;
    box-sizing: border-box;
    /* border-bottom: 1px solid #ccc; */
    /* padding-top: 15px; */
}



.soucuoicon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.menu {
    width: 100%;
    margin: auto;
    /* transform: translateX(30px); */
    box-sizing: border-box;
    position: relative;
    /* float: left; */
    /* padding-right: 30px; */
    display: flex;
    justify-content: space-between;
}

.menu .item {
    /* float: left; */
    /* width: calc((100%) / 11); */
    /* padding: 0px 10px; */
    text-align: center;
    position: relative;
}


.menu .item:nth-child(6) {
    /* margin-right: 280px; */
}

.menu .menu3 {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 99;
    display: none !important;
    transform: translateX(-50%);
    padding-top: 19px;
}

.menu .menu3 .menu33 {
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 270px;
    min-height: 200px;
}

.menu .menu3 .menu33::before {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    top: -7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.menu .menu3 .menu33left {
    /* float: left; */
    position: absolute;
    left: 30px;
    overflow: hidden;
}

.aimg:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.menu .menu3 .menu33left img {
    float: left;
    width: 210px;
    height: 140px;
    max-width: 1000px;
}

.menu .menu3 .menu33right {
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    padding-top: 10px;
}

.menu .menu3 .menu33rightitem {
    width: 33.333%;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 3px;
    text-align: left;
    line-height: 40px;
    transition: all 0s;
}

.menu .menu3 .menu33rightitem:hover {
    color: #193c8b;
    font-weight: 600;
}



/* .header.fixed-nav .top { 
    background: linear-gradient(#23526a, #23526a00);
} */



/* .menu .item a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
} */

.menu .item .menu2 {
    position: absolute;
    top: .8rem;
    left: 50%;
    width: 180%;
    z-index: 99;
    display: none;
    transform: translateX(-50%);
    /* padding-top: 20px; */
    min-width: 1.4rem;
}

.menu .item .menu22 {
    background-color: #f4f5f6;
    /* background-color: #ffffff; */
}

.menu .item .menu2item {
    display: block;
    /* transition: all 0.4s ease; */
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    color: #333333;
    font-size: .14rem;
    line-height: .24rem;
    position: relative;
    transition: all 0.6s;
}

/* .menu .item .menu2item:nth-child(1){
    
    transition: all 0.5s;
} */



.menu .item::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 0px;
    height: .03rem;
    background: #ffffff;
    content: "";
    transition: all 0.5s ease 0s;
    opacity: 0;
    margin: auto;
}

/* .menu .item.menuStyle::before, */
.menu .item:hover::before {
    width: calc(.45rem);
    opacity: 1;
}

.menu .item .menu2item:hover {
    background-color: #014fa7;
    color: #ffffff;
    transition: all 0.6s;
}

/* .menu .item.menuStyle .text,
.menu .item:hover .text {
    background-image: url(../image/menutb1.png);
} */


.menu .item:hover .menu2 {
    /* display: block; */
}



.menu .block {
    width: 75px;
    margin: auto;
}

.menu .icon {
    width: 25px;
    float: left;
    margin-right: 10px;
    margin-top: 17px;
}

.menu .text {
    color: #ffffff;
    font-size: 0.2rem;
    line-height: .8rem;
    padding: 0px 0;
    height: 100%;
    display: block;
    /* font-weight: 600; */
    /* font-weight: 600; */
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.menu .text.jzg {
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu .text .jzg1 {
    border-radius: .5rem;
    border: 1px solid #ffffff;
    background: url(../image/top2.png) no-repeat right .07rem center;
    padding: .04rem .09rem;
    padding-right: .17rem;
    font-size: .13rem;
    /* line-height: 20px; */
    background-size: .07rem;
    cursor: pointer;
}

.menu .text.nopic {
    padding-right: 0px;
    background-image: none !important;
}

.menu .text::before {
    position: absolute;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    left: -0;
    content: '';
    top: 50%;
    background-color: #c84b66;
    display: none;
}

.menu .item:nth-child(1) .text::before {
    display: none;
}



.menuStyle .text {
    /* font-weight: 600; */
}

.menu .ssan {
    height: 100%;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: no-repeat center center;
}

/* search */
.search_btn {
    display: block;
}

.search {
    opacity: 0;
    position: fixed;
    left: 0;
    display: block;
    top: 0;
    z-index: 99999999;
    /* *z-index: 999;
    _z-index: 999; */
    width: 100%;
    float: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    border-radius: inherit;
    margin-top: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    line-height: initial;
}

.search_box {
    width: 88%;
    position: relative;
    padding: 30px;
    padding-right: 40px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-sizing: border-box;
}

/* .logo {
        width: 43%;
    } */
.search .search_box .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    line-height: 40px;
}

.search .search_box .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../image/fdj1.png) no-repeat center;
    background-size: 20px 20px;
    left: auto;
}

.search .search_box .search_wrap {
    border: 1px solid #3d3d3d;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.search .search_box .close_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    background: url(../image/closebtn.png) no-repeat center;
    background-size: 31px 29px
}

.search .search_box .close_btn:hover {
    color: #530794;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.is-visible .search_box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.op:hover {
    opacity: 0.6;
    transition: all 0.4s;
}

/* header */


.header .mv_scroll1 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 50px;
    z-index: 9;
    text-align: center;
    background: none;
    background-size: 100% 100%;
    width: 153px;
    height: 122px;
}

.header .mv_scroll {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    z-index: 9;
    text-align: center;
    width: 30px;
}

.header .mv_scroll span {
    width: 24px;
    height: 42px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.header .mv_scroll span::before {
    position: absolute;
    top: 3px;
    left: 50%;
    content: '';
    width: 3px;
    height: 12px;
    margin-left: -1px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-animation: scrollAnia 2s infinite;
    animation: scrollAnia 2s infinite;
    box-sizing: border-box;
}

.header .mv_scroll div {
    padding-top: 12px;
    color: #ffffff;
    background: no-repeat top center;
    margin-top: 5px;
    /* transform: translateX(-1px); */
}

.header .mv_scroll div:nth-child(3) {

    margin-top: 0px;
}

.header .qh {
    width: 388px;
    height: 127px;
    background-color: #ed2c34;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 100;
    display: none;
}

.header {
    position: relative;
    z-index: 99;
}

.header .top {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInFromTop 0.7s ease-out;
    height: 1.18rem;
    transition: all 0.6s;
}

.header.fixed-nav .top {
    background: #014fa7;
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-70px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header .top1 {
    background: no-repeat left center;
    background-size: auto 100%;
    position: relative;
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, 0.2); */
    /* padding-left: 4%; */
}

.header .top .block {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: auto;
    /* height: .9rem; */
    /* border-bottom: 1px solid; */
    /* padding-top: 15px; */
}

.header .top .block .topleft {
    float: left;
}

.header .top .block .topleft .item {
    float: left;
    line-height: 36px;
    padding: 0px 13px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: block;
}

.header .top .block .topleft .item:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header .top .block .topleft .item::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #5c949c;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.header .top .block .topleft .item:nth-child(1):before {
    display: none;
}

.header .top .block .topright {
    float: right;
}

.header .top .block .topright .item {
    float: left;
    line-height: 36px;
    padding: 0px 12px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
    display: block;
}

.header .top .block .topright .item:hover .toprightwz {
    opacity: 0.7;
}


.header .top .block .topright .item .toprightwz {
    display: inline-block;
    padding-left: 22px;
    background: url(../image/toptb1.png) no-repeat left center;
}

.header .top .block .topright .item::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #5c949c;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.header .top .block .topright .item:nth-child(1):before {
    display: none;
}

.header .top .back {
    width: 100%;
    height: 2rem;
    position: absolute;
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0));
    /* background: linear-gradient(rgba(1, 79, 167, 0.7), rgba(1, 79, 167, 0)); */
    /* z-index: 1; */
    transition: all .4s;
    left: 0px;
}

.header.fixed-nav .top .back {
    height: 1.39rem;
    opacity: 0;
}


.header .slick-arrow {
    /* display: none !important; */
}

.header .top .logo img {
    width: 85%;
}

.header .top .logo {
    /* position: absolute; */
    width: 4.26rem;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 1;
    left: 0px;
    transition: all 0.4s;
    float: left;
    padding-top: .22rem;
}

.header.fixed-nav .top .logo {
    width: 3.7rem;
    padding-top: .22rem;
}

.header .top .right {
    width: calc(100% - 5.3rem);
    height: 100%;
    position: relative;
}

.header .top .toplinks {
    /* position: absolute; */
    top: 50%;
    right: 0;
    /* transform: translateY(-50%); */
    float: right;
    margin-top: 20px;
}

.header .top .toplinks .item {
    color: #ffffff;
    /* margin-left: 20px; */
    float: left;
    font-size: 18px;
    padding: 0px 8px;
    /* border-right: 1px solid #cdaad6; */
    position: relative;
    line-height: 20px;
    cursor: pointer;
}

.header .top .toplinks .item1 {
    margin-left: 23px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 20px 100%;
    background-position: left center;
}

.header .top .toplinks .item1::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    background: rgba(255, 255, 255, 0.6);
    height: 20px;
    width: 1px;
}

.header .top .jtrq {
    float: left;
    color: #edc6f7;
    font-size: 14px;
    line-height: 18px;
}

.header .top .icons {
    float: right;
}

.header .top .icons .icon {
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.header .top .r_top {
    padding-top: .2rem;
}

.header .top .r_top1 {
    display: flex;
    float: right;
    justify-content: space-between;
    align-items: center;
}

.header .top .r_top1 .item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header .top .r_top1 .a {
    color: #ffffff;
    font-size: .16rem;
    line-height: 1;
    padding: 0 .25rem;
}

.header .top .r_top1 .tb {
    margin-left: .25rem;
    cursor: pointer;
}

.header .top .r_top1 .tb img {
    width: .18rem;
}

.header .top .input .input1 {
    height: 100%;
    width: 100%;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 13px;
    padding-right: 40px;
    border-radius: 7px;
    /* box-shadow: 0px 0px 0px 1px rgb(255, 255, 255, 0.5); */
    /* box-shadow: 0px 0px 0px 1px #a2a4a6; */
    border: 1px solid #b00328;
    /* color: #ffffff; */
    font-size: 14px;
}

.header .top .input .icon {
    background-image: url(../image/indexputicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100%; */
    height: 100%;
    height: 100%;
    width: 44px;
    position: absolute;
    right: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0);
    /* border-radius: 50px; */
}

input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
}








.header .slick-prev,
.header .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.header .slick-next {
    left: auto;
    right: 40px;
    background-image: url(../image/you.png);
}

.header .slick-prev:hover,
.header .slick-next:hover {
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.5);
}

.header .fade-1 .slick-dots {
    display: none !important;
}

.indexbannerlist {
    position: relative;
    z-index: 0;
}

.indexbannerlist .slick-arrow {
    display: none !important;
}



.indexbannerlist image {
    position: relative;
}


.indexbannerlist img {
    object-fit: cover;
    width: 100%;
}

.indexbannerlist .bt {
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;

}

.indexbannerlist .bt .bt1 {
    position: relative;
}

.indexbannerlist .bt img {
    width: auto;
    height: 1.36rem;
    margin: auto;
}

.indexbannerlist .bt .l1 {
    font-size: .12rem;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    transform: translateY(-50%);
    top: 70%;
    font-weight: 600;
    color: #ffffff;
}

.header .menulj {
    float: left;
    margin-left: 20px;
    position: relative;
}

.header .menulj::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.header .menulj1 {
    float: left;
    color: #ffffff;
    line-height: 80px;
    margin-left: 20px;
    font-size: 15px;
}

.header .menulj2 {
    background: no-repeat center center;
    float: left;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #14224c;
    margin-top: 23px;
    margin-left: 20px;
    cursor: pointer;
}

/* footer */

.footer {
    background: url(../image/bj6.png) no-repeat bottom center;
    background-size: 100% 100%;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    z-index: 1;
}



.footer .block {
    max-width: 1600px;
    margin: auto;
    padding-top: 1.5rem;
}

.footer .ljlist {
    position: relative;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding-left: 1.58rem;
    background: url(../image/ljbj.png) no-repeat left top;
    background-size: 1.58rem 0.46rem;
    margin-bottom: 0.4rem;
    min-height: .46rem;
}

.footer .ljlist .ljbt {
    position: absolute;
    top: 0rem;
    box-sizing: border-box;
    padding-left: 0.4rem;
    width: 1.58rem;
    line-height: 0.46rem;
    left: 0;
    font-size: 0.16rem;
}

.footer .ljlist .list {
    padding-top: 0.1rem;
}

.footer .ljlist .list .item {
    font-size: .17rem;
    color: #ffffff;
    display: inline-block;
    line-height: 2;
    padding: 0rem 0.15rem;
}

.footer .bottom .right .dhlb .dhlb2list .item:hover,
.footer .bottom .right .dhlb .dhlb1:hover,
.footer .ljlist .list .item:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer .bottom {
    position: relative;
}

.footer .bottom .right::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer .bottom .left {
    width: 22%;
    padding-bottom: 0.25rem;
    box-sizing: border-box;
}

.footer .bottom .left .logo1 img {
    width: 3rem;
    height: auto;
}

.footer .bottom .left .lxwm .lxwm1 {
    font-size: 0.2rem;
    margin-top: 0.27rem;
    margin-bottom: 0.12rem;
}

.footer .bottom .left .lxwm .item {
    line-height: 0.22rem;
    font-size: 0.15rem;
    padding: 0.06rem 0;
    padding-left: 0.22rem;
    background: url(../image/foot1.png) no-repeat left top 0.1rem;
    background-size: auto 0.16rem;
}

.footer .bottom .left .tymh {
    padding-right: 0.53rem;
    position: relative;
    border-radius: 0.08rem;
    background-color: #349799;
    color: #ffffff;
    display: inline-block;
    margin-top: 0.25rem;
}

.footer .bottom .left .tymh .wz {
    padding: 0.09rem 0.35rem;
    text-align: center;
}

.footer .bottom .left .tymh .wz1 {
    font-size: 0.18rem;
}

.footer .bottom .left .tymh .wz2 {
    font-size: 0.12rem;
    color: #76bec2;
    margin-top: 0.07rem;
}

.footer .bottom .left .tymh .jiant {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url(../image/foot13.png) no-repeat center center;
    background-size: .19rem;
    background-color: #76bec2;
    transition: all 0.4s;
    width: 0.35rem;
    height: 0.35rem;
    right: 0.2rem;
}

.footer .bottom .left .tymh:hover .jiant {
    background-color: #017d7f
}

.footer .bottom .right {
    width: 77%;
    box-sizing: border-box;
    padding-left: 0.2rem;
    padding-bottom: 0.25rem;
    position: relative;
}

.footer .bottom .right .dhlb {}

.footer .bottom .right .dhlb .dhlbitem {
    width: calc(100% / 8);
    padding: 0rem 0.1rem;
    float: left;
    box-sizing: border-box;
}

.footer .bottom .right .dhlb .dhlb1 {
    font-size: 0.17rem;
    padding-bottom: 0.17rem;
    background-size: 0.55rem auto;
    color: #ffffff;
    display: block;
}

.footer .bottom .right .dhlb .dhlb2list {
}

.footer .bottom .right .dhlb .dhlb2list .item {
    font-size: 0.15rem;
    line-height: 1.4;
    padding: 0.08rem 0;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.footer .bq {
    padding: 0.22rem 3%;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .bq p {
    font-size: 0.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.footer .bq a {
    color: rgba(255, 255, 255, 0.7);
    display: inline;
}

.footer .bq .tb {
    padding-left: 0.24rem;
    background: url(../image/foot5.png) no-repeat left center;
    background-size: 0.18rem auto;
}

.footer .bq .tb1 {
    padding-left: 0.24rem;
    background: url(../image/foot6.png) no-repeat left center;
    background-size: 0.17rem auto;
}

.dhdb {
    position: fixed;
    /* top: 50%; */
    transform: translateY(50%);
    right: .6rem;
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.21rem auto;
    background-color: #e6c390;
    border-radius: 50%;
    transition: all 0.4s;
    z-index: 222;
    bottom: 3.38rem;
}

.dhdb:hover {
    background-color: #d29118;
    /* animation: vibes1 1.5s ease infinite; */
}

/* ******* */
.nav_box .menu {
    float: left;
    width: .9rem;
    height: .9rem;
    cursor: pointer;
    background: #284ca7 url(../image/message_left.png) center center no-repeat;
}

.menu_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 0%;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
}

.openMenu .menu_box {
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.openMenu .nav-con {
    opacity: 1;
    transition: all 0.6s ease 0.5s;
}

.nav_box .search:hover .h_search,
.nav_box .search:hover button {
    opacity: 1;
    visibility: visible
}

.nav-con {
    opacity: 0;
}

.nav-con .nav_logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    background: url(../image/message_left.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    user-select: none;
    display: none;
}

.nav-con .menulogo {
    display: inline-block;
}

.nav-con .nav_logo img {
    max-width: 90%;
    margin: auto;
}

.qbdhlogo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
}

/* */
.nav-con .nav_close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: lighter;
    cursor: pointer;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 1;
}

/*.nav-con .nav_close:hover{color:#017d7f; transform:rotate(90deg);}*/
.common-close {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 80px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 14px;
    position: static;
    margin-top: 0;
    position: relative;
}

.common-close:after,
.common-close:before {
    content: "";
    width: 60%;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.common-close:after {
    top: 50%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-close:before {
    bottom: 50%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.common-close i {
    opacity: 0;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    color: #ffffff;
}

.common-close:hover:after {
    top: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.common-close:hover:before {
    bottom: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.common-close:hover i {
    opacity: 1;
    visibility: visible;
}

.nav-con .nav_lan {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.nav-con .nav_lan .lan_wrap {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.nav-con .nav_lan a {
    display: inline-block;
    margin-right: 10px;
}

.nav-con .nav_lan a:hover {
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

.nav-con .nav_company {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 60%;
    overflow: hidden;
}

.nav-con .nav_company .company_wrap {
    color: #555;
    padding-left: 14%;
    font-size: 14px;
}

.nav-con .nav_company a {
    display: inline-block;
    /* *display: inline;
    *zoom: 1; */
}

.nav-con .nav_company em {
    display: inline-block;
    margin: 0 8px;
}

.nav-con .nav_search {
    position: absolute;
    bottom: 5%;
    right: 0;
    border-bottom: 1px solid #017d7f;
}

.nav-con .nav_search button {
    border: none;
    font-size: 20px;
    color: #017d7f;
    font-weight: bold;
    cursor: pointer;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: .8;
}

.nav-con .nav_search button:hover {
    opacity: 1;
}

.nav-con .nav_search input {
    height: 40px;
    line-height: 40px;
    border: none;
    width: 250px;
    font-size: 18px;
    color: #656565;
}

.nav-con .inav_imga {
    display: inline;
}

.nav-con .inav_img {
    width: 3.9rem;
    object-fit: cover;
    /* display: none; */
    margin-bottom: .8rem;
}

.nav-con .inav_con {
    top: 0;
    position: absolute;
    padding: 0 8%;
    padding-top: .4rem;
    left: 0px;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background: url(../image/bj_xygs.png) no-repeat;
    background-size: cover;
}

.nav-con .inav {
    position: relative;
}

.nav-con .inav:after {
    display: none;
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    background: #017d7f;
    /* width: 13%; */
    height: 2px;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav-con .inav[hov=no]:after {
    width: 0;
}

.nav-con .inav[hov=li1]:after {
    width: calc(100%/10);
}

.nav-con .inav[hov=li2]:after {
    width: calc(100%/10*2);
}

.nav-con .inav[hov=li3]:after {
    width: calc(100%/10*3);
}

.nav-con .inav[hov=li4]:after {
    width: calc(100%/10*4);
}

.nav-con .inav[hov=li5]:after {
    width: calc(100%/10*5);
}

.nav-con .inav[hov=li6]:after {
    width: calc(100%/10*6);
}

.nav-con .inav[hov=li7]:after {
    width: calc(100%/10*7);
}

.nav-con .inav[hov=li8]:after {
    width: calc(100%/10*8);
}

.nav-con .inav[hov=li9]:after {
    width: calc(100%/10*9);
}

.nav-con .inav[hov=li10]:after {
    width: calc(100%/10*10);
}

.nav-con .inav[hov=li11]:after {
    width: calc(100%/10*11);
}

.nav-con .inav[hov=li12]:after {
    width: calc(100%/10*12);
}

.nav-con .inav>ul {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: calc(100vh - 2rem);
}

/* é??è—??????¨????????o??�??·??? */
.nav-con .inav>ul {
    /* Firefox (64+) */
    scrollbar-width: none !important;
    /* IE and Edge */
    -ms-overflow-style: none !important;
}

/* WebKit (Chrome, Safari) */
.nav-con .inav>ul::-webkit-scrollbar {
    width: 0 !important;
    /* ?ˉ1?o??????′?????¨??? */
    height: 0 !important;
    /* ?ˉ1?o??°′?13?????¨??? */
}

.nav-con .inav>ul::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.nav-con .inav>ul::-webkit-scrollbar-track {
    background: transparent !important;
}

.nav-con .inav .li {
    /* float: left; */
    width: 25%;
    /* text-align: center; */
    margin-bottom: .4rem;
    box-sizing: border-box;
    padding-right: .5rem;
}

.nav-con .inav .li4 {
    /* width:17%; */
}

.nav-con .inav .li .num {
    font-size: 18px;
    color: #dce2ea;
    display: inline-block;
    /* *display: inline;
    *zoom: 1; */
    margin-right: 5px;
}

.nav-con .inav .li>a {
    color: #ffffff;
    display: block;
    zoom: 1;
    margin-bottom: .3rem;
    font-family: 'bell';
    font-size: .24rem;
    font-weight: bold;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
    position: relative;
}

.nav-con .inav .li>a:after {
    content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
}

.openMenu .nav-con .inav .li>a:after {
    width: 100%;
    transition: width .6s 1s linear;
}

.nav-con .inav .li>a:hover {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

.nav-con .inav .li ul {
    width: 100%;
    /* text-align: center; */
}

.nav-con .inav .li ul li {
    color: #3f3f3f;
    font-size: .18rem;
    line-height: 1.4;
    /* white-space: nowrap; */
    padding: .08rem .05rem;
}

.nav-con .inav .li ul li a {
    color: #ffffff
}

.nav-con .inav .li ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.nav-con .inav .li>a {}


body {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei";
    background-color: #ffffff;
}

input {}

body a {
    display: block;
    color: #333333;
}

body img {
    display: block;
    border: 0;
}


a:hover {
    /* color: #e30004 */
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.adfnas {
    background: linear-gradient(to right #017d7f2e, #017d7f);
}

.minimenu {
    display: none;
}

.search_btn {
    height: 20px;
    display: none;
}

.nav {
    display: none;
}

.search_an {
    display: none;
}

.box {
    max-width: 1600px;
    margin: auto;
    box-sizing: border-box;
}

.search {
    /* display: none; */
}

@media screen\0 {
    .header .top {
        z-index: 99999;
    }

    .menu_box {
        z-index: 919999;
    }

    .header .top .back {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }


    .box4 .item .l3 {
        height: .84rem;
    }

    .box13 .list .item .bt {
        height: .56rem;
    }

    .box13 .list .item .zy {
        height: .5rem;
    }

    .twlist .text .summary {
        height: .6rem;
    }

    .juanzhou {
        width: 1px;
        height: 1px;
    }

    .lmybanner .lmwz {
        display: block;
    }

    .lmybanner .lm {
        float: left;
        margin-right: .3rem;
    }

    .lmybanner .dwwzlist {
        margin-top: 1.2rem;
    }

    .xxgk4 .left .top .item {
        width: calc(50% - .15rem);
    }

    .xxgk4 .left .top .item:nth-child(1) {
        margin-right: .3rem;
    }

    .title1 .neme1 {
        margin: 0 .15rem;
    }

    .box4 .list {
        transform: translateX(12.5%);
    }

    .xxszlb .lm>div {
        padding-left: 10px;
    }
}


@media screen and (min-width:0\0) {}




@media screen and (max-width: 1720px) {
    .footer .block {
        padding-left: 3%;
        padding-right: 3%;
    }

    .header .top1,
    .box {
        box-sizing: border-box;
        padding-left: 3%;
        padding-right: 3%;
    }




}


@media screen and (max-width: 1400px) {
    .header .top .logo {
        width: 4rem;
    }

    .header.fixed-nav .top .logo {
        width: 3.7rem;
    }

    .header .top .right {
        width: calc(100% - 4.6rem);
    }
}


@media screen and (max-width: 1150px) {
    .header .ljss .item {
        font-size: 14px;
        line-height: 14px;
    }

    .header .ljss .item img {
        width: 10px;
    }
}



@media screen and (max-width: 1000px) {

    .footer .bq .tb1,
    .footer .bq .tb {
        background-size: auto 14px;
        padding-left: 16px;
    }

    .footer .bq {
        padding: 13px 3%;
    }

    .footer .bq p {
        font-size: 13px;
    }

    .footer .ljlist {
        background: none;
        border-top: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer .ljlist .list {
        padding-top: 0;
    }

    .footer .block {
        padding-top: 28px;
    }

    .footer {
        background-image: url(../image/bj6_.png);
    }

    .footer .bottom::before {
        display: none;
    }

    .footer .bottom .left {
        width: 100%;
        padding-right: 0;
    }


    .footer .bottom .right {
        width: 100%;
        padding-left: 0;
        padding-top: .1rem;
        padding-bottom: 0;
    }
    .footer .bottom .right::before{display:none}
    .footer .bottom .right .dhlb {
        display: flex;
        flex-wrap: wrap;
    }


    .footer .bottom .right .dhlb .dhlbitem {
        width: 25%;
        margin-bottom: .3rem;
    }

    .footer .logo1 img {
        margin: auto;
        width: 333px;
    }

    .footer .left {
        text-align: center;
    }

    .footer .bottom .left .lxwm .item {
        display: inline-block;
        margin: 0px .07rem;
        background-position-y: center;
    }

    .header.fixed-nav .top {
        background: rgba(1, 79, 167, 0);
    }

    .header.fixed-nav .top .logo {
        width: 230px;
        padding-top: 0rem;
    }

    .header .top .logo {
        width: 230px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .top .logo {
        padding: 0;
    }


    .menu .item::before {
        display: none;
    }

    .menu .item .menu2 {
        top: 0.405rem;
    }

    .menuOutside {
        width: auto;
        position: absolute;
        right: 40px;
        bottom: .16rem;
        height: auto;
    }

    .menu .text.jzg {
        height: auto;
    }

    .header .ljss {
        width: auto;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 32px;
    }

    .header .ljss .item img {
        width: 12px;
    }


    .header .top .right {
        width: auto;
    }

    .search_an {}

    .header .mldh {
        display: none;
    }

    .dhdb {
        display: none !important;
    }

    .header .top1 {
        padding-left: 3%;
        padding-right: 3%;
        border-top: 0rem solid #014fa7;
        background-color: #014fa7;
    }

    .header .top .back,
    .header .top .r_top,
    .menuOutside .menu .item {
        display: none;
    }

    .menuOutside .menu .item.end {
        display: block;
        width: auto;
    }


    .header .top .block,
    .topheight {
        height: 80px;
    }

    .header .top {
        position: fixed;
        /* background-color: #b00328; */
        background-size: cover;
    }


    .search_an {
        display: block;
        position: absolute;
        width: 20px;
        height: auto;
        top: 50%;
        right: calc(40px);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 99;
    }

    .search_an img {
        vertical-align: baseline;
        width: 100%;
    }


    .minimenu {
        width: 24px;
        height: 22px;
        display: block;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
        overflow: hidden;
        z-index: 99;
        cursor: pointer;
        position: absolute;
    }

    .minimenu span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 6px;
        height: 2px;
    }

    .minimenu span:first-child {
        margin-top: 0;
    }

    .minimenu.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 10px;
    }

    .minimenu.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .minimenu.open span:nth-child(3) {
        opacity: 0;
    }

    .nav {
        position: fixed;
        transition: right 0.3s ease;
        right: -100vw;
        display: block;
        top: 80px;
        left: auto;
        width: 420px;
        height: calc(100vh - 80px);
        z-index: -99;
        margin: 0;
        /* background: #e30004; */
        background-color: #014fa7;
    }

    .nav.active {
        right: 0;
        z-index: 99999;
    }

    .nav .ul2 {
        width: 100%;
        overflow: auto;
        height: 100%;
        ;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 0px;
        padding-left: 0px;
    }

    .header.active::before {
        display: none;
    }

    .nav ul>li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 60px;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        text-align: left;
        padding: 0;
        list-style-type: none
    }

    .nav ul>li::before {
        display: none;
    }

    .nav ul>li>a {
        font-size: 18px;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        color: #fff;
    }

    .nav ul li ol {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
        background: #00438f;
        text-align: left;
        padding: 0;
        opacity: 1;
        display: none;
        z-index: 99999;
    }

    .nav ul>li a::after {
        display: none;
    }

    .nav ul li ol>li {
        text-align: left;
        border: 0;
        line-height: 51px;
        position: relative;
        text-indent: 20px;
        border-top: 1px solid rgb(21 84 155);
        height: auto;
    }

    .nav li ol li:hover a {
        color: #fff;
    }

    .nav ul ol li a {
        font-size: 15px;
        color: #fff;
        display: block;
    }

    .nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 60px;
        top: 0;
        background: url(../image/jia.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }

    .nav ul li ol li i {
        height: 50px;
    }

    .nav ul li i.on {
        background: url(../image/jian.png) no-repeat center center;
    }


}

@media screen and (max-width: 800px) {}



@media screen and (max-width: 550px) {
    .footer .ljlist .list .item {
        font-size: 14px;
        padding: 0rem 5px;
    }

    .header .slick-prev,
    .header .slick-next {
        display: none !important;
    }

    .search_box {
        padding: 18px 15px;
        border-radius: 5px;
    }

    .search .search_box .close_btn {
        right: 12px;
    }

    .search .search_box .search_wrap {
        width: calc(100% - 40px);
    }

    .minimenu {
        /* bottom: .1rem; */
    }

    .menuOutside {
        bottom: .13rem;
    }

    .menu .item .menu2 {
        top: 0.375rem;
    }

    .fade-1 .slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {


    .footer .bottom .right .dhlb .dhlbitem {
        padding: 0 4px;
        width: 33.333%;
    }

    .header .top .logo {
        width: 210px;
        max-width: calc(100% - 80px);
    }

    .header.fixed-nav .top .logo {
        width: 210px;
    }


    .header .top .block,
    .topheight {
        height: 70px;
    }

    .nav {
        width: 100%;
    }

    .nav {
        top: 70px;
        height: calc(100vh - 70px);
    }


}


@media only screen and (max-width: 1000px) {

    .wow {
        visibility: visible !important;
        animation: none !important;
    }
}



.pb_sys_common .p_fun_d,  .pb_sys_common .p_no_o, .pb_sys_common .p_fun, .pb_sys_common .p_no{
    padding: 5px 0px;
    margin:0px;
    height:auto;
    line-height:12px;
    display:inline-block;
}