@charset "utf-8";
html {
    font-size: 100px
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 100px
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 100px
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 100px
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #2c06a0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    border: none;
    border-top: 2px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.none {
    display: none
}

.check:checked,
.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.check+label:after,
.check+label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 13px;
    border-radius: 3px;
    content: '';
    background: #000
}

.check:checked+label:after {
    background: #ca140d
}

.radio:checked+label,
.radio:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px
}

.radio+label:after,
.radio+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
    border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked+label:before {
    border: 1px solid #d9a65c
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9a65c;
    top: 3px;
    left: 4px
}

::-webkit-input-placeholder {
    color: #999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #999
}


/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left!important
}

.fr {
    float: right!important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.texto a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.imgInline {
    display: inline-block!important;
    vertical-align: middle
}

.imgMargin {
    margin: 0 auto
}

.imgW100 {
    width: 100%
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-up {
    text-transform: uppercase;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.trans {
    transition: all .5s
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1520px
}

.greybg {
    background: #f2f2f2
}

.textup {
    text-transform: uppercase
}

.co {
    color: #E60D12
}

.co-fff {
    color: #fff!important
}

.fixdbody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-show {
    display: none
}

.filter-page {
    filter: blur(5px);
}

@media screen and (max-width:980px) {
    .pc-show {
        display: none
    }
    .m-show {
        display: block
    }
}

.titline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_w:hover .titline_w {
    background-size: 100% 1px
}

.titline_w:hover {
    background-size: 100% 1px
}

.titline_y {
    position: relative;
    background-image: linear-gradient(#eb8e08, #eb8e08);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_y:hover .titline_y {
    background-size: 100% 1px
}

.titline_y:hover {
    background-size: 100% 1px
}

@keyframes go5 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.zi6 {
    position: relative;
    z-index: 6
}

.zi5 {
    position: relative;
    z-index: 5
}

.zi4 {
    position: relative;
    z-index: 4
}

.zi3 {
    position: relative;
    z-index: 3
}

.zi2 {
    position: relative;
    z-index: 2
}

.zi1 {
    position: relative;
    z-index: 1
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@keyframes go {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes roted1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    ;
    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: #fff;
    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: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 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
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100px;
    transition: .3s;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    right: 0;
    height: 138px;
    background: url(../images/head-bg.png) center repeat-x;
    background-size: auto 99%;
}

.header:after {
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5
}

.header .wps {
    width: 94%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 3
}


/* .header .wps{width: 94%;margin: 0 auto;max-width: 1860px;height: 100%;position: relative;z-index: 3} */


/*  */

.header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.header .mian-nav-m {
    display: none;
    float: right;
}

.header .mian-nav-h {
    width: 100%
}

.headerR {
    padding-top: 18px
}

.header-t {
    margin-bottom: 15px
}

.header-t li {
    color: #fff;
    line-height: .24rem;
    font-size: .14rem;
    padding: 0 .15rem;
    position: relative;
}

.header-t li:before {
    content: '';
    width: .01rem;
    height: .16rem;
    top: 50%;
    margin-top: -8px;
    background: rgba(255, 255, 255, .3);
    left: 0;
    position: absolute
}

.header-t li:first-child:before {
    display: none
}

.header-t li:last-child {
    padding-right: 0
}

.header-t li i {
    vertical-align: -2px;
    margin-right: 3px;
    opacity: .8;
    font-size: .18rem
}

.header-t a {
    color: #fff;
}

.header-t li:hover {
    opacity: 1;
}

.header-t li:hover a {
    color: #fff;
}

.dropdown-toggle:after {
    content: "\e600";
    font-family: "swiper-icons" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    display: inline-block;
    transition: transform .3s;
    height: 12px;
    width: 12px;
    line-height: 12px;
    text-shadow: 1px 1px rgba(0, 0, 0, .3);
}

.header .mian-nav ul li:hover .dropdown-toggle:after {
    transform: rotate(180deg);
    vertical-align: 2px
}

.header .mian-nav {
    width: 100%
}

.header .mian-nav ul {}

.header .mian-nav ul li.topser:before {
    display: none
}

.header .mian-nav ul li.topser:after {
    display: none
}

.header .mian-nav ul li.topser a {
    color: #fff;
    background: url(../images/ser.svg) no-repeat center;
    background-size: 22px 22px;
    width: 22px;
    height: 30px;
    display: block;
}

.header .mian-nav ul li {
    position: relative;
    transition: .3s;
    text-align: center;
    line-height: .3rem;
    margin-left: .6rem
}

.header .mian-nav ul li:first-child {
    margin-left: 0
}

.header .mian-nav ul li>a {
    position: relative;
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
}

.header .mian-nav ul li>a span {
    display: block;
    font-size: .14rem;
    text-align: center;
    color: #999999;
    margin-top: 5px
}


/*.header .mian-nav ul li:before{position:absolute;bottom:-12px;left:50%;width:0;height:2px;background:#fff;content:"";transition:width .5s}
.header .mian-nav ul li:after{position:absolute;bottom:-12px;right:50%;width:0;height:2px;background:#fff;content:"";transition:width .5s}
.header .mian-nav ul li:hover:before{width:50%}
.header .mian-nav ul li:hover:after{width:50%}*/

.header .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: 12px;
    min-width: 160px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header .sub-nav .sub-nav-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header .sub-nav .sub-nav-h a {
    display: block;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 1px;
    background: #fff;
    transition: .3s;
}

.header .sub-nav .sub-nav-h a:hover {
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    ;
    color: #fff
}

.header .sub-nav .sub-nav-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    top: -16px;
}

.header .mian-nav ul li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}


/*.header .mian-nav ul li:hover>a,.mian-nav ul li:hover>a span,.mian-nav ul li:hover>.dropdown-toggle:after{color: #5cb531}*/


/*.scrolling .header{background: linear-gradient(92deg,#7e12ac 0%,#2c06a0 100%);}*/


/*.scrolling .header .mian-nav ul li>a{color: #555;}
.scrolling .header .mian-nav ul li>a:hover{color: #0963ba;}
.scrolling .header-t a{color: #555}
.scrolling .header .mian-nav ul li.topser a{background: url(../images/serbtn.svg) no-repeat  center;background-size: 22px 22px;}

.scrolling .header .mian-nav ul li:before{background:  #0963ba}
.scrolling .header .mian-nav ul li:after{background:  #0963ba}
*/

.menu-btn {
    z-index: 999;
    overflow: hidden;
    margin-left: 35px;
    width: 32px;
    height: 36px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    right: 0;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
    margin-top: -10px;
    width: 28px
}

.menu-btn .line-3 {
    margin-top: 10px;
    width: 28px
}

.drawerMenu-open .menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
    margin-top: 0!important;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0!important;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.searchbtn {
    width: 30px;
    text-align: center;
    line-height: 40px
}

.searchbtn i {
    color: #c80d17;
    font-size: 18px
}

.mobNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 980;
    padding-top: 53px;
    padding: 40px 5% 30px;
    display: none;
    overflow-y: auto;
}

.mobNav ul {
    height: calc(100% - 80px);
    overflow: auto
}

.mobNav ul::-webkit-scrollbar {
    display: none;
}

.mobNav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.mobNav ul li:last-child {
    border-bottom: 0
}

.mobNav ul li .navp a {
    font-size: 15px;
    color: #2c06a0;
    font-weight: bold;
}

.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px;
    height: 16px;
    background: url(../images/more.svg) no-repeat center;
    background-size: 16px 16px
}

.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none
}

.mobNav ul li .subNavm a {
    display: block;
    line-height: 30px;
    font-size: 14px
}

/* .mobNav .toplink {
    margin-bottom: 20px
} */

.mobNav .toplink a i {
    vertical-align: -1px;
    margin-right: 3px
}

.mobNav .toplink a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2c06a0;
    width: 23%;
    transition: .3s;
    font-size: 14px;
    color: #2c06a0;
    margin-bottom: 10px;
}

.mobNav .toplink a:nth-child(1) {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2c06a0;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    width: 23%;
    transition: .3s;
    color: #fff;
    font-size: 14px
}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    height: 60px;
    padding-right: 4%;
    padding-left: 4%
}

.headerm .logo img {
    height: 32.5px;
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .header .mian-nav ul li>a {
        font-size: .18rem;
    }
    /* .header-t li {
        font-size: 0.83vw !important;
    } 
     .header .logo img {
        height: 2.56vw !important;
    } */
}
@media screen and (max-width:1700px) {
    .header .mian-nav ul li {
        margin-left: .35rem
    }
    .zoom125 .header .mian-nav ul li {
        margin-left: .4rem
    }
    .zoom150 .header .mian-nav ul li {
        margin-left: .4rem
    }
}

@media screen and (max-width:1540px) {

    .header .mian-nav ul li>a {
        font-size: .18rem
    }
    .header .wps {
        width: 96%
    }
}

@media screen and (max-width:1366px) {
    .header .logo img {
        height: .55rem
    }
    .header .mian-nav ul li>a {
        font-size: .18rem
    }
    .header .wps {
        width: 96%
    }
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {
    body {
        padding-top: 59px
    }
    .header {
        display: none
    }
    .headerm {
        display: flex;
    }
    html {
        font-size: 90px;
    }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:640px) {
    body {
        padding-top: 54px
    }
    .menu-btn {
        margin-left: 15px
    }
    .headerm {
        height: 55px
    }
    html {
        font-size: 80px;
    }
}

@media screen and (max-width:360px) {
    .headerm .logo img {
        height: 28px
    }
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999
}


/*搜索*/

.topser .serpc {
    display: none;
    position: absolute;
    ;
    width: 300px;
    height: 50px;
    padding: 5px;
    top: 31px;
    right: 0;
    z-index: 66;
    background: #fff
}

.topser .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.topser .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 5px;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.topser .close {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;
    ;
    cursor: pointer;
}

.topser .close:hover {
    color: #2c06a0;
}

.sermob {
    position: fixed;
    ;
    width: 100%;
    padding: 10px;
    top: 60px;
    right: 0;
    z-index: 66;
    background: #fff;
    display: none
}

.sermob .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.sermob .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.sermob .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;
    ;
    cursor: pointer;
    line-height: 42px
}

.topser .close:hover {
    color: #2c06a0;
}

@media screen and (max-width: 640px) {
    .sermob {
        top: 55px;
    }
}

.footer {
    /* background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%); */
    background: rgba(0, 0, 0, .2);
    padding: 40px 0;
    height: 1.5rem;
    position: relative;
    color: #fff
}

.footer::before {
    content: '';
    position: absolute;
    left: 0;
    /* top: -3.2rem; */
    bottom: 0;
    background: url('../images/xi/footer.png')no-repeat center bottom;
    background-size: 100% 100%;
    height: 4.7rem;
    width: 100%;
    z-index: -1;
}

.footer .wp {
    height: 100%
}

.footer a {
    color: #fff
}


/*.footer .fright .txt{padding-left: 60px;background: url(../images/ftlogo.png) no-repeat left center;}*/

.footer .fright p {
    padding: 5px 0;
    font-size: 12px;
    opacity: .6
}

.footer .ftmid {
    margin-left: 2rem
}

.footer .ftmid strong {
    opacity: .6;
    color: #fff;
}

.footer .ftmid a {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    opacity: .6
}

.footer .ftmid a:hover {
    opacity: 1
}

.footer .ftmid a:before {
    content: '';
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: rgba(255, 255, 255, .3);
    right: 0;
    position: absolute
}

.footer .ftmid a:last-child:before {
    display: none
}

.footer .ftmid a:last-child {
    padding-right: 0
}

@media screen and (max-width: 1366px) {
    .footer .ftmid {
        margin-left: 1rem
    }
}

@media screen and (max-width:1080px) {
    .footer::before {
        background-size: cover;
        top: auto;
        bottom: 0;
        height: 5.7rem;
    }
}

@media screen and (max-width: 980px) {
    .footer .ftlogo {
        width: 100%;
        margin-bottom: 20px
    }
    .footer .fttlogo {
        width: 100%;
        margin-bottom: 20px
    }
    .footer .ftmid {
        width: 100%;
        margin-left: 0;
        text-align: center
    }
    .footer .ftlogo img {
        margin: 0 auto
    }
    .footer .fright {
        width: 100%;
        flex-direction: inherit;
    }
    .footer {
        height: auto
    }
}

@media screen and (max-width:700px) {
    .footer {
        padding: 30px 0
    }
    .footer::before {
        background-size: cover;
        height: 5.7rem;
    }
}

@media screen and (max-width:480px) {
    .footer .fright p {
        padding: 3px 0;
    }
    .footer .fright {
        width: 90%;
        margin: 0 auto
    }
    .footer .ftmid a {
        padding: 0 8px
    }
}

.in-banner .swiper-slide {
    height: 800px;
    overflow: hidden;
}

.in-banner .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    /*position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;*/
}


/*.in-banner .swiper-slide a:before{content: '';position: absolute;left: 0;top: 0;right: 0;height: 30%;background: url(../images/bamask1.png) no-repeat top center;background-size: 100% 100%;z-index: 3}
*/


/* .in-banner .swiper-slide a:after {
  content: '';
  opacity: .8;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 35%;
  background: url(../images/bamask.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 3
} */

.in-banner .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    max-height: inherit;
    transform: translate(-50%, -50%);
}

.in-banner .swiper-slide h4 {
    position: absolute;
    bottom: 0.9rem;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 5;
    width: 100%;
    left: 0;
    padding: 0 10%;
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .38rem;
    padding-top: .1rem;
    height: auto;
    margin: 0 6px;
    background: transparent;
    opacity: 1;
    transition: .3s;
    color: #fff;
    font-family: "Philosopher";
    position: relative;
    font-size: .18rem
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 0;
    background: rgba(255, 255, 255, .5);
    top: .18rem;
    position: absolute;
    left: -.45rem;
    transition: .3s
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 0;
    background: rgba(255, 255, 255, .5);
    top: .18rem;
    position: absolute;
    right: -.45rem;
    transition: .3s
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    margin: 0 .4rem;
    background: url(../images/morebgw.svg) no-repeat top center;
    background-size: 100% 10px;
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    width: .4rem;
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    width: .4rem;
}

.in-banner .swiper-pagination {
    bottom: .4rem
}

@media screen and (max-width:1200px) {
    .in-banner .swiper-slide {
        height: calc(100vh - 60px);
    }
    .in-banner .swiper-slide a:before {
        display: none
    }
}

@media screen and (max-width:800px) {
    .in-banner .swiper-slide {
        height: 55vw
    }
}

@media screen and (max-width:768px) {
    .in-banner .swiper-pagination {
        bottom: .55rem
    }
    .in-banner .swiper-slide h4 {
        bottom: 1rem
    }
}

@media screen and (max-width:640px) {
    .in-banner .swiper-pagination {
        bottom: .3rem
    }
    .in-banner .swiper-slide h4 {
        bottom: .7rem;
        font-size: .18rem
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet:before {
        left: -.25rem
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet:after {
        right: -.25rem
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
        margin: 0 .25rem
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
        width: .2rem;
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
        width: .2rem;
    }
    .in-banner .swiper-slide img {
        max-width: 120%
    }
    .in-banner .swiper-slide {
        height: 60vw
    }
}