/* 1160 */

@charset "utf-8";





@font-face {
    font-family: "SourceHanSerifSCBold";
    src: url(../font/SourceHanSerifSCBold.otf) format("woff"),
        url(../font/SourceHanSerifSCBold.otf) format("truetype"),
        url("../font/SourceHanSerifSCBold.otf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*  */


@font-face {
    font-family: "SourceHanSerifSCSemiBold";
    src: url(../font/SourceHanSerifSCSemiBold.otf) format("woff"),
        url(../font/SourceHanSerifSCSemiBold.otf) format("truetype"),
        url("../font/SourceHanSerifSCSemiBold.otf#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: "AlimamaDongFangDaKaiRegular";
    src: url(../font/AlimamaDongFangDaKaiRegular.ttf) format("woff"),
        url(../font/AlimamaDongFangDaKaiRegular.ttf) format("truetype"),
        url("../font/AlimamaDongFangDaKaiRegular.ttf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PingFangHeavy";
    src: url(../font/PingFangHeavy.otf) format("woff"),
        url(../font/PingFangHeavy.otf) format("truetype"),
        url("../font/PingFangHeavy.otf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}





html {
    scroll-behavior: smooth;
}

@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: 1400px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 70px !important;
    }
}




@media screen and (max-width: 1000px) {
    html {
        font-size: 75px !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 scrollAnia {
    0% {
        transform: translate(0, 5px);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 15px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes vibes {

    0%,
    40%,
    100% {
        -webkit-transform: translateY(0)
    }

    20%,
    60% {
        -webkit-transform: translateY(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 {
    /* color: rgb(51, 51, 51); */
    color: #000000;
    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: 9999;
}

#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;
} */

.menuOutside {
    width: 100%;
    /* background-color: #e30004; */
    /* background: #0187cf; */
    /* padding-top: 10px; */
    position: relative;
    padding-top: .1rem;
    box-sizing: border-box;
}

.soucuoicon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.menu {
    /* max-width: 1642px; */
    margin: auto;
    transform: translateX(.27rem);
    box-sizing: border-box;
    position: relative;
    /* float: left; */
}

.menu .item {
    float: left;
    width: calc((100%) / 8);
    /* padding: 0px 10px; */
    text-align: center;
    position: relative;
    /* margin-right: 23px; */
}

.menu .item:nth-child(6) {
    /* margin-right: 280px; */
}

.menu .menu3 {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 99;
    display: none;
    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 {
    /* position: fixed; */
    /* background-image: url(../image/b_top.png); */
    /* background-size: cover; */
}

/* .menu .item a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
} */

.menu .item .menu2 {
    position: absolute;
    top: .84rem;
    left: 50%;
    width: 1.8rem;
    z-index: 99;
    display: none;
    transform: translateX(-50%);
    /* padding-top: 20px; */
    min-width: 1.4rem;
}

.menu .item .menu22 {
    box-sizing: border-box;
    background-color: #ffffff;
    /* padding: 10px; */
}

.menu .item .menu2item {
    display: block;
    /* transition: all 0.4s ease; */
    text-align: center;
    padding: .1rem;
    box-sizing: border-box;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    color: #333333;
    font-size: .16rem;
    line-height: 26px;
    position: relative;
    transition: all 0.6s;
    line-height: .24rem;
    /* padding: 6px 0px; */
}

/* .menu .item .menu2item:nth-child(1){
    
    transition: all 0.5s;
} */



.menu .item::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 0px;
    height: 4px;
    background: #ffffff;
    content: "";
    transition: all 0.5s ease 0s;
    opacity: 0;
    margin: auto;
}

.menu .item:hover::before {
    width: calc(50px);
    opacity: 1;
}

.menu .item .menu2item:hover {
    background-color: #813295;
    color: #ffffff;
    transition: all 0.6s;
    /* background-image: linear-gradient(90deg, #024cc6 49%, #21d7c8 100%); */
    /* border-radius: 5px; */
}

.menu .item .menu2item:hover::before {
    background-color: #1968c9;
    transition: all 0.6s;
}

.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: .2rem;
    line-height: .84rem;
    padding: 0px 5px;
    height: 100%;
    display: block;
    font-weight: 600;
    font-family: 'SourceHanSerifSCSemiBold';
    position: relative;
    /* border-radius: 10px; */
}



/* .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: url(../image/message_left.png) 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 40px 30px 30px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: 4px 4px 4px 4px;
    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;
    font-family: "Microsoft Yahei";
    line-height: 40px;
    max-width: 2000px;
    min-width: 0;
}

.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: 32%;
    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 */
.box {
    max-width: 1600px;
    margin: auto;
}



.header .mv_scroll {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 40px;
    z-index: 9;
    text-align: center;
    width: 30px;
    cursor: pointer;
}

.custom-pagination .shuxian {
    width: 1px;
    height: 80px;
    background-color: #ffffff;
    margin-top: auto;
    margin-top: 20px;
}

.header .mv_scroll span {
    width: 24px;
    height: 36px;
    margin: 0 auto;
    display: block;
    position: relative;
    /* border: 2px solid #fff; */
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: url(../image/sbxh.png);
    background-size: 100% 100%;
}

.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: url(../image/index61.png) no-repeat top center;
    margin-top: 5px;
    /* transform: translateX(-1px); */
}

.header .mv_scroll div:nth-child(3) {

    margin-top: 0px;
}

.header .mv_scroll .jiantou {
    margin: auto;
    margin-top: 5px;
}

.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 {
    /* border-bottom: 1px solid #ffffff; */
    /* box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3); */
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    /* background: rgba(255, 255, 255, 0.8); */
    /* background: rgba(255, 255, 255, 1); */
    transition: all 0.4s;
    animation: fadeInFromTop 0.7s ease-out;
    /* Ã¦Å’ÂÃ§Â»Â­Ã¦â€”Â¶Ã©â€”Â´ 1sÃ¯Â¼Å’Ã§Â¼â€œÃ¥Å Â¨Ã¦â€¢Ë†Ã¦Å¾Å“ */
    animation-iteration-count: 1;
}

.header .top1 {
    position: relative;
    background-size: cover;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* background-image: url(../image/index10.png); */
}

/* Ã¥Â®Å¡Ã¤Â¹â€°Ã¥Å Â¨Ã§â€Â»Ã¥â€¦Â³Ã©â€Â®Ã¥Â¸Â§ */
@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-70px);
        /* Ã¤Â»Å½Ã¤Â¸Å Ã¦â€“Â¹ 50px Ã¥Â¼â‚¬Ã¥Â§â€¹ */
    }

    to {
        opacity: 1;
        transform: translateY(0);
        /* Ã§Â§Â»Ã¥Å Â¨Ã¥Ë†Â°Ã¥Å½Å¸Ã¥Â§â€¹Ã¤Â½ÂÃ§Â½Â® */
    }
}

.header .top .block {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: auto;
    height: 1.6rem;
    /* border-bottom: 1px solid; */
    /* padding-top: 15px; */
    width: 94%;
}

.header .top .back {
    width: 100%;
    height: 2rem;
    position: absolute;
    background: url(../image/b_top1.png) no-repeat center center;
    background-size: 100% 100%;
    /* z-index: 1; */
    left: 0px;
    /* display: none; */
}

.bannerlist .fade-1 .slick-dots {
    display: none !important;
}

.header .slick-prev,
.header .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    background: url(../image/lbyou.png) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.header .slick-next {
    left: auto;
    right: 40px;
    background-image: url(../image/lbzuo.png);
}

.header .slick-prev:hover,
.header .slick-next:hover {
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.5);
}

.header .top .logo img {
    width: 100%;
    transition: all 0.4s;

}

.header .top .logo1 {
    position: relative;
    display: block;
}

.header .top .logo .wz {
    overflow: hidden;
    height: 0px;
    transition: all 0.4s;
    font-weight: 600;
    font-size: 22px;
    color: #0a70b4;
    position: absolute;
    bottom: -20px;
}

.header .top .logo {
    position: absolute;
    width: 5.45rem;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}


.header .top .sjlogo {
    display: none;
}

.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 .right {
    transition: all 0.4s;
    width: calc(100% - 5.65rem);
}

.header .top .r_top {}

.header .top .r_top .dibulianjie {
    float: left;
}

.header .top .r_top .dibulianjie .item {
    padding: 0px .25rem;
    line-height: .16rem;
    font-size: .16rem;
    color: #ffffff;
    cursor: pointer;
    float: left;
    border-right: 1px solid #ffffff;
}

.header .mv_scroll1 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 13px;
    z-index: 9;
    text-align: center;
    background: url(../image/b_bannericon.png) no-repeat left top;
    /* background-size: 100% 100%; */
    width: 180px;
    height: 195px;
    cursor: pointer;
}

.header .top .r_top .dibulianjie1 {
    float: left;
}

.header .top .r_top .dibulianjie1 .item {
    margin-left: .25rem;
    line-height: .16rem;
    color: #ffffff;
    cursor: pointer;
    float: left;
    /* border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; */
}

.header .top .r_top .dibulianjie1 .item img {
    height: .17rem;
}



.head-rtlink {
    font-family: "syh-n";
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.head-rtlink a {
    display: inline-block;
    color: #6c6c6c;
    margin-left: 36px;
    opacity: 0.8;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    /* font-size: 14px; */
    line-height: 30px;
}

.head-rtlink a img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-right: 5px;
}

.head-rtlink a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(108, 108, 108, 0.8);
    opacity: 0.8;
    transform: scaleX(0);
    transition: all 0.5s;
}

.head-rtlink a:first-child::before {
    content: none;
}

.head-rtlink a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    height: 12px;
    border-left: 1px solid rgba(108, 108, 108, 0.4);
    opacity: 0.4;
}

.head-rtlink a:hover {
    opacity: 1;
}

.head-rtlink a:hover::after {
    transform: none;
}

.head-rtlink a.mailbox .mailbox-tx {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #222;
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    min-width: 200px;
    text-align: center;
    line-height: 28px;
}

.head-rtlink a.mailbox:hover .mailbox-tx {
    opacity: 1;
    visibility: visible;
}

.header .top .r_top1 {
    /* height: 60px; */
    box-sizing: border-box;
    float: right;
    padding-top: .28rem;
    color: #ffffff;
}

.header .top .r_top1 .item1 {
    float: left;
    text-align: center;
}

.header .top .r_top1 .item1 a {
    line-height: 24px;
    padding: 0px 13px;
    border-radius: 30px;
    font-size: 12px;
    color: #ffffff;
    background-color: #3a5dab;
    margin: 0px 6px;
    float: left;
}

.header .top .r_top1 .item2 {
    float: left;
    text-align: center;
}

.header .top .r_top1 .item2 a {
    line-height: 24px;
    padding: 0px 12px;
    font-size: 13px;
    color: #ffffff;
    float: left;
}

.header .top .r_top .text {
    font-size: 14px;
    float: left;
    line-height: 30px;
}

.header .top .r_top .input {
    margin-left: 18px;
    float: left;
    height: 36px;
    border-radius: 50px;
    width: 400px;
    box-sizing: border-box;
    position: relative;
}

.header .top .r_top .text span {
    font-weight: 600;
}

.header .top .input .input1 {
    height: 100%;
    width: 100%;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 50px;
    /* box-shadow: 0px 0px 0px 1px rgb(255, 255, 255, 0.5); */
    /* box-shadow: 0px 0px 0px 1px #a2a4a6; */
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
}

.header .top .input .icon {
    background-image: url(../image/index10.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100%; */
    height: 100%;
    height: 100%;
    width: 50px;
    position: absolute;
    right: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
}

input::placeholder {
    color: #ffffff;
    font-size: 14px;
}








.header .menulj {
    float: left;
    /* margin-left: 20px; */
    position: relative;
}

.header .menulj .menuljfdj {
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    transition: all 0.5s;
    background: url(../image/fdj.png) no-repeat center center;
    background-color: #f9d302;
    float: left;
}



.bannerlist * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bannerlist {
    position: relative;
}

.bannerlist .lj {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.bannerlist .lj a {
    padding: 0px 75px;
    background-image: url(../image/index2.png);
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    margin: 0px 20px;
}

.bannerlist .lj a:hover {
    background-image: url(../image/index3.png);
}

.bannerlist .lj a .item1 {
    line-height: 72px;
    padding-left: 40px;
    background: url(../image/index31.png) no-repeat left center;
}

.bannerlist .lj a:nth-child(2) .item1 {
    background-image: url(../image/index32.png);
}

.bannerlist .lj a:nth-child(3) .item1 {
    background-image: url(../image/index33.png);
}

.bannerlist .banner-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

/* Ã¨Â½Â®Ã¦â€™Â­Ã©Â¡Â¹Ã¦Â Â·Ã¥Â¼Â */
.bannerlist .banner-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerlist .banner-slide .wz {
    position: absolute;
    bottom: .4rem;
    right: 7.5%;
}

.bannerlist .banner-slide .bt1 {
    position: absolute;
    left: 7.5%;
    bottom: .4rem;

}

.bannerlist .banner-slide .bt1 p {
    white-space: nowrap;

    color: #ffffff;
    font-size: .4rem;
    line-height: .5rem;
    font-family: SourceHanSerifSCSemiBold;
}

.bannerlist .banner-slide .bt {
    float: left;
    height: .5rem;
}

.bannerlist .banner-slide .bt img {
    height: 100%;
}

.bannerlist .banner-slide .more {
    line-height: .34rem;
    color: #ffffff;
    font-size: .18rem;
    padding-left: .2rem;
    margin-left: .2rem;
    float: left;
    border-left: 1px solid #ffffff;
    padding-right: .54rem;
    background: url(../image/gengduo.png) no-repeat right center;
    background-size: auto.34rem;
    margin-top: .13rem;
    transition: all 0.4s;
}

.bannerlist .banner-slide .more:hover {
    opacity: 0.7;
}

/* Ã¨â€¡ÂªÃ¥Â®Å¡Ã¤Â¹â€°Ã¥ÂÂ³Ã¤Â¾Â§Ã¥Â¯Â¼Ã¨Ë†Âª */
.bannerlist .custom-pagination {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

/* Ã¨Â½Â®Ã¦â€™Â­Ã§â€šÂ¹Ã¦Â Â·Ã¥Â¼Â */
.bannerlist .custom-dots {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.bannerlist .custom-dots li {
    cursor: pointer;
    width: 50px;
    height: 45px;
    background: url(../image/bannerty.png) no-repeat center center;
}

.bannerlist .custom-dots li.slick-active {
    background-image: url(../image/index7.png);
}

.bannerlist .custom-dots button {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s;
}

.bannerlist .custom-dots .slick-active button {
    background: #fff;
    transform: scale(1.2);
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ§Â´Â¢Ã¥Â¼â€¢ */
.bannerlist .page-index {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    font-family: 'zcoolgdh';
    font-size: 24px;
    width: 120px;
    text-align: center;
}

.bannerlist .page-index .current {
    font-size: 36px;
}

.bannerlist .page-index .xian {
    display: inline-block;
    margin: 0px 5px;
    /* transform: translateY(-3px); */
    font-size: 20px;
}


.menu .text {
    position: relative;
}

.menu .text::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border-bottom: 3px solid #114496;
    width: 0;
    transition: all 0.5s;
    display: none;
}

.menu .item:hover .text::after,
.menu .item.menuStyle .text::after {
    width: 100%;
}

.menu .item:hover .text,
.menu .item.menuStyle .text {
    /* color: #fff; */
    /* background-image: linear-gradient(90deg, #024cc6 0%, #21d7c8 100%); */
    /* border-radius: 8px; */
}

.menu .text::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-left: 2px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.5s;
    display: none;
}

.menu .item:hover .text::before,
.menu .item.menuStyle .text::before {
    border-bottom: 5px solid #114496;
}

.header .top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #024cc6 49%, #21d7c8 100%);
    display: none;
}

.g-navk {
    width: 33px;
    height: 33px;
    margin-left: 28px;
    font-size: 0;
    position: relative;
    z-index: 1;
    float: left;
}

.g-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g-nav img {
    display: block;
    width: 21px;
    height: 22px;
}

.g-nav img.close-menu {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Ã©Å¡ÂÃ¨â€”ÂÃ¥Â¯Â¼Ã¨Ë†Âª*/
.top-yc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    border-top: 2px solid #0674b7;
    z-index: 998;
    display: none;
}

.top-yc .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-nav {
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 50px;
    overflow-y: hidden;
}

.top-nav>ul {
    padding: 0 6%;
    align-items: flex-start;
}

.top-nav>ul>li {
    text-align: center;
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    transform: translateX(10px);
    transition-timing-function: ease;
}

.top-yc.on .top-nav>ul>li {
    opacity: 1;
    transform: none;
}

.top-nav>ul>li>a {
    color: #fff;
    font-size: 24px;
}

.top-nav>ul>li>div {
    padding-top: 10px;
}

.top-nav>ul>li>div>ul>li>a {
    display: block;
    line-height: 30px;
    padding: 10px 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
}

.top-nav>ul>li>div>ul>li:hover>a {
    color: #fff;
}


/* footer */
.footer {
    background: #804bbe;
    color: #ffffff;
    position: relative;
}

.footer .item1 {
    /* width: 30%; */
    padding-top: 1rem;
    padding-bottom: .2rem;
    position: relative;
    z-index: 1;
}


.footer .item1 .xh {
    float: right;
}

.footer .item1 .xh img {
    width: 5.76rem;
}

.footer .item1 .title {
    font-size: 0.22rem;
    float: left;
    line-height: 0.76rem;
}

.footer .item1 .item4 {
    padding-top: .26rem;
    float: left;
    box-sizing: border-box;
}

.footer .item1 .item {
    float: left;
    width: 2.4rem;
    border: 0.01rem solid #357c86;
    position: relative;
    box-sizing: border-box;
    margin-right: .14rem;
}

.footer .item1 .item:nth-child(1) {
    /* margin-bottom: 0.3rem; */
}

.footer .item1 .item2 {
    line-height: 0.42rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    background: url(../image/foot1.png) no-repeat center right 0.15rem;
    background-size: .11rem;
    cursor: pointer;
    /* color: rgba(255, 255, 255, 0.1); */
    font-size: .16rem;
    background-color: #b897e5;
}

.footer .item1 .item2 span {
    /* margin: 0rem 0.1rem; */
    color: #fdfefe;
    font-size: .16rem;
}

.footer .item1 .item3 {
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0.15rem 0.2rem;
    min-width: calc(100% + 0.02rem);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.footer .item1 .text {
    display: block;
    line-height: 0.4rem;
    color: #333333;
    white-space: nowrap;
    font-size: 0.14rem;
    padding: 0rem 0.1rem;
}

.footer .item1 .text:hover {
    background-color: #b897e5;
    color: #ffffff;
    transition: all 0.4s;
}

.footer .item21 {
    border-top: .01rem solid #9062c6;
    border-bottom: .01rem solid #9062c6;
    padding: .3rem 0;
}

.footer .item21 .right {
    padding-top: .35rem;
    overflow: hidden;
}

.footer .item21 .right .img {
    float: left;
    margin-left: .6rem;
}

.footer .item21 .right img {
    height: 1.42rem;
    margin: auto;
}

.footer .item21 .right .wz {
    text-align: center;
    margin-top: .2rem;
    font-size: .22rem;
}

.footer .item21 .left .logo img {
    width: 5.77rem;
}

.footer .item21 .left .wz {
    font-size: .26rem;
}

.footer .item21 .left .wz .wzbt {
    font-size: .2rem;
    margin-top: .25rem;
    margin-bottom: .15rem;
}

.footer .item21 .left .wz .wzitem {}

.footer .item21 .left .wz .wzitem p {
    line-height: .34rem;
    font-size: .14rem;
    padding-left: .25rem;
    background: url(../image/foot3.png) no-repeat left top .08rem;
    background-size: .16rem;
    display: inline-block;
    margin-right: .12rem;
}

.footer .item21 .left .wz .wzitem .wzitem2 {
    background-image: url(../image/foot4.png);
}

.footer .item21 .left .wz .wzitem .wzitem3 {
    background-image: url(../image/foot5.png);
}

.footer .item21 .left .wz .wzitem .wzitem4 {
    background-image: url(../image/foot6.png);
}

.footer .bq {
    position: relative;
    z-index: 1;
    padding: 18px 3%;
    text-align: center;
    /* background-color: #308cc9; */
    letter-spacing: 1px;
}

.footer .bq p {
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
}

.footer .bq p a {
    color: #ffffff;
    display: inline;
}

/* ******* */
.nav_box .menu {
    float: left;
    width: 9px;
    height: 9px;
    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: #aeaeae;
    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;
}

/*.nav-con .nav_close:hover{color:#77188f; 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: #5a5a5a;
    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: #5a5a5a;
}

.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 #77188f;
}

.nav-con .nav_search button {
    border: none;
    font-size: 20px;
    color: #77188f;
    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_con {
    position: absolute;
    top: 200px;
    left: 3%;
    right: 3%;
    bottom: 0
}

.nav-con .inav {
    position: relative;
}

.nav-con .inav:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    background: #77188f;
    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%/12);
}

.nav-con .inav[hov=li2]:after {
    width: calc(100%/12*2);
}

.nav-con .inav[hov=li3]:after {
    width: calc(100%/12*3);
}

.nav-con .inav[hov=li4]:after {
    width: calc(100%/12*4);
}

.nav-con .inav[hov=li5]:after {
    width: calc(100%/12*5);
}

.nav-con .inav[hov=li6]:after {
    width: calc(100%/12*6);
}

.nav-con .inav[hov=li7]:after {
    width: calc(100%/12*7);
}

.nav-con .inav[hov=li8]:after {
    width: calc(100%/12*8);
}

.nav-con .inav[hov=li9]:after {
    width: calc(100%/12*9);
}

.nav-con .inav[hov=li10]:after {
    width: calc(100%/12*10);
}

.nav-con .inav[hov=li11]:after {
    width: calc(100%/12*11);
}

.nav-con .inav[hov=li12]:after {
    width: calc(100%/12*12);
}

.nav-con .inav .li {
    float: left;
    width: calc(100%/12);
    text-align: center;
}

.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: #77188f;
    font-size: 18px;
    display: inline-block;
    zoom: 1;
    margin-bottom: 30px;
}

.nav-con .inav .li>a:hover {
    color: #77188f;
}

.nav-con .inav .li ul {
    width: 100%;
    text-align: center;
}

.nav-con .inav .li ul li {
    color: #3f3f3f;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}

.nav-con .inav .li ul li a:hover {
    color: #77188f;
}

.nav-con .inav .li>a {}


body {
    font-size: .16rem;
    color: #333333;
    font-family: "Microsoft YaHei";
    background-color: #fffbf4;
}

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;
}



.minimenu {
    display: none;
}

.search_btn {
    height: 20px;
    display: none;
}

.nav {
    display: none;
}

.search_an {
    display: none;
}

.search {
    /* display: none; */
}



.cbl {
    position: fixed;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    z-index: 11111111;
}

.cbl .cbltop {
    background: url(../image/index2_0.png) no-repeat;
    background-size: 100% 100%;
    padding: 18px 0;
}

.cbl .cbltop .item {
    text-align: center;
    padding: .1rem .15rem;
    box-sizing: border-box;
}

.cbl .cbltop .cblicon {
    max-width: .3rem;
    margin: auto;
    transition: all 0.7s;
}

.cbl .cbltop .cblbt {
    margin-top: .1rem;
    line-height: .22rem;
    font-size: .15rem;
    color: #ffffff;
}

.cbl .cblbottom {
    background: url(../image/index2_03.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    cursor: pointer;
}

.cbl .cbltop .item:hover .cblicon {
    transform: rotateY(180deg);
}


.cbl .cbltop .item:hover .cblbt {
    text-decoration: underline;
}

.cbl .cblbottom:hover img {

    -webkit-animation: vibes 1.5s ease infinite;
    animation: vibes 1.5s ease infinite;
}

/* Ã¦â€¢Â´Ã¥Â±ÂÃ¦Â»Å¡Ã¥Å Â¨Ã¦â€¢Ë†Ã¦Å¾Å“ Ã¥Â°Â¾ ############################*/
@media screen\0 {
    .header .top {
        z-index: 999999999;
    }


}


@media screen and (min-width:0\0) {}



@media screen and (max-width: 1680px) {
    .menu {
        transform: translateX(0rem);
    }

    .box {
        /* padding: 6vw 0px; */
    }

    .bannerlist .banner-slide .bt1 {
        left: 3%;
    }

    .bannerlist .banner-slide .wz {
        right: 3%;
    }

    .box,
    .footer .block {
        padding-left: 3%;
        padding-right: 3%;
        box-sizing: border-box;
    }

    .header .top .logo {
        /* position: absolute; */
        /* width: 26vw; */
        /* bottom: 1.7vw; */
        /* left: 0; */
        /* z-index: 1; */
    }

    .header .top .right {
        /* width: calc(66vw); */
    }

    .menu .text {
        /* font-size: 1.3vw; */
    }


    /* .header .top .r_top1 {
        padding-top: 1.5vw;
    }

    .menu .text {
        line-height: 4.5vw;
    }

    .menu .item .menu2 {
        top: 4.5vw;
    }
    .header .top .block{
        height: auto;
    } */
    .header .top .logo .wz {
        font-size: 1.5vw;
    }

    .bannerxxhd .top .right {
        width: calc(100% - 16vw);
    }

    .bannerxxhd .top .logo {
        width: 16vw;
    }

    .footer .block .item3 .lj1 .item {
        padding: 0px 0.8vw;
        font-size: 1vw;
        line-height: 0.7vw;
    }

    .footer .block .ljmz {
        font-size: 1.4vw;
    }

    .footer .block .ljmz img {
        width: 13vw;
        margin-top: -0.7vw;
    }

    .footer .block .item1 .wz p {
        font-size: 1vw;
        line-height: 1.7vw;
        background-size: 1vw 1vw;
        background-position: left top 0.35vw;
        padding-left: 1.3vw;
    }

    .footer .block .item3 .ewm .bt {
        margin-top: 10px;
        font-size: 1vw;
    }

    .footer .block .item3 .lj1 {
        margin: 1.3vw 0;
    }

    .footer .block .item2 {
        width: 40%;
    }

    .footer .block .logo1 {
        width: 22vw;
    }

    .footer .block {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
}



@media screen and (max-width: 1350px) {

    .menu .text {
        /* font-size: 1.5vw; */
    }

    .menu .item .menu2 {

        width: 120px;
    }
}


@media screen and (max-width: 1300px) {
    .header .top .r_top .dibulianjie .item {
        /* font-size: 14px; */
    }

    .header .top .r_top .dibulianjie .item:nth-child(2) img {
        height: 12px;
    }
}




@media screen and (max-width: 1200px) {
    .header .top .logo {
        width: 4rem;
    }

    .footer .item1 .xh img {
        width: 5.26rem;
    }

    .header .top .right {
        width: calc(100% - 4.35rem);
    }

}



@media screen and (max-width: 1100px) {
    .footer .block .item2 {
        width: 35%;
    }
}


@media screen and (max-width: 1000px) {
    .footer .item1 .item4 {
        float: none;
        text-align: center;
    }

    .footer .item21 .right {
        padding-top: 0;
    }

    .footer .item21 .right .img {
        float: none;
        margin: 0px 20px;
        margin-top: 22px;
        display: inline-block;
    }

    .footer .left {
        float: none;
    }

    .footer .item21 .left .logo img {
        margin: auto;
        width: 350px;
    }

    .footer .right {
        float: none;
        text-align: center;
    }

    .footer .item21 .left .wz {
        text-align: center;
    }

    .footer .item1 .item {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer .item1 .xh {
        float: none;
    }

    .footer .item1 .item2 {
        text-align: left;
    }

    .footer .item1 {
        /* padding-top: 1rem; */
        padding-bottom: 0rem;
    }

    .footer .item1 .xh img {
        margin: auto;
    }

    .footer .item21 {
        border-top: 0rem solid #9062c6;
    }

    .header .top1 {
        background-color: #804bbe;
    }

    .cbl {
        display: none !important;
    }

    .box {
        /* padding-bottom: 30px; */
        /* padding-top: 30px; */
    }

    .header .top .r_top {
        display: none;
    }

    .bannerlist .banner-container,
    .header .banner,
    .header {
        height: auto;
    }

    .bannerlist .banner-slide .more {
        line-height: 18px;
        font-size: 12px;
        padding-left: 12px;
        margin-left: 12px;
        padding-right: 22px;
    }

    .bannerlist .banner-slide .bt {
        height: 18px;
    }

    .bannerlist .banner-slide .wz {
        bottom: 15px;
    }

    .bannerlist .banner-slide {
        height: 50vw;
    }

    .header .mv_scroll,
    .header .mv_scroll1 {
        display: none;
    }

    .header .top .logo .wz,
    .header .top .logo img {
        /* display: none; */
    }

    .header .top .logo .sjlogo {
        display: block;
    }

    .header .top {
        /* border-bottom: 1px solid #eeecec; */
    }

    .header .top .logo {
        bottom: auto;
        width: 300px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .top {
        background-color: #ffffff;
    }

    .footer .bq {
        padding: 12px 3%;
    }

    .footer .footback {
        top: -5.5vw;
        width: 131vw;
    }

    .footer .block .item1 .wz p {
        font-size: 14px;
        line-height: 22px;
        background-size: 15px 14px;
        background-position: left top 3px;
        padding-left: 20px;
        text-align: left;
    }

    .footer .block .item2 {
        width: 100%;
        margin: 30px 0;
        padding: 0;
    }

    .footer .block .item2 img {
        width: 340px;
        margin: auto;
        max-width: 98%;
    }

    .footer .block .item1 {
        text-align: center;
    }

    .footer .block .item1 .wz {
        display: inline-block;

    }

    .footer .block .item3 {
        text-align: center;
        width: 100%;
    }

    .footer .block .ljmz img {
        width: 163px;
        margin-top: -10px;
    }

    .footer .block .ljmz {
        font-size: 18px;
        text-align: left;
        display: inline-block;
    }

    .footer .block .item1 .ljmz {
        float: none;
        text-align: right;
    }

    .footer .block .item3 .lj1 .item {
        padding: 0px 10px;
        font-size: 14px;
        line-height: 10px;
        display: inline-block;
        margin: 10px 0;
        float: none;
    }

    .footer .block .item3 .ewm .bt {
        font-size: 14px;
    }

    .footer .block .item3 .ewm .item {
        float: none;
        display: inline-block;
        margin: 0 7px;
    }

    .footer .block .item3 .lj1 {
        margin: 15px 0;
        text-align: center;
    }

    .footer .block {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }

    .footer .block .logo1 {
        width: auto;
        margin: auto;
        width: 340px;
        max-width: 98%;
    }

    .header .top .block,
    .topheight {
        height: 90px;
    }

    .header .top .back {
        display: none;
    }

    .search_an {
        display: block;
        position: absolute;
        width: 23px;
        height: auto;
        top: 50%;
        right: calc(40px);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 99;
    }

    .search_an img {
        vertical-align: baseline;
        width: 100%;
    }



    .menu {
        display: none;
    }

    .minimenu {
        width: 28px;
        height: 21px;
        display: block;
        right: 0;
        top: 0px;
        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: 7px;
        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: 90px;
        left: auto;
        width: 420px;
        height: calc(100vh - 90px);
        z-index: -99;
        margin: 0;
        /* background: #e30004; */
        background-color: #804bbe;
    }

    .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 rgba(255, 255, 255, 0.3);
        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: none;
        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: 50px;
        position: relative;
        text-indent: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        height: auto;
    }

    .nav li ol li:hover a {
        color: #fff;
    }

    .nav ul ol li a {
        font-size: 17px;
        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: 700px) {

    /* .footer .item1 .item {
        display: block;
        margin: auto;
        margin-bottom: 20px;
    } */
    .footer .item21 .right .wz {
        text-align: center;
        margin-top: .15rem;
        font-size: .18rem;
    }

    .footer .item21 .right img {
        height: 1.22rem;
    }
}

@media screen and (max-width: 600px) {

    .header .slick-prev,
    .header .slick-next {
        width: 30px;
        height: 30px;
        left: 15px;
    }

    .header .slick-next {
        left: auto;
        right: 15px;
    }
}

@media screen and (max-width: 450px) {

    .header .top .block,
    .topheight {
        height: 70px;
    }

    .nav {
        top: 70px;
        height: calc(100vh - 70px);
    }

    .header .top .logo {
        width: 230px;
    }

    .search_box {
        padding: 20px;
        padding-right: 35px;
    }

    .search .search_box .close_btn {
        right: 10px;
        top: 29%;
    }

    .nav {
        width: 100%;
    }

}