@charset "utf-8";
@import url(animate.jpg.css);
@import url(lib.jpg.css);

#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
;}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: 100% 100%;
    z-index: 999;}

@font-face {
    font-family: 'sys';
    font-style: normal;
src: url(../images/sourcehanserifsc-regular.jpg)
}

@font-face {
    font-family: 'din';
    font-style: normal;
src: url(../images/tt0037m_.jpg)
}

.sys {
    font-family: 'sys';}

.din {
    font-family: 'din';}

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%;}

.pagenum {
    width: 35px;
    margin: 0 0.1rem;}

/*body{margin:0;position: relative;overflow-x:hidden;font-size: .16rem;   font-family:-apple-system,PingFang SC,BlinkMacSystemFont,Microsoft YaHei,Helvetica Neue,"Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;color: #333}*/
body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem !important;
    font-family: 微软雅黑 !important;
    color: #333;
    min-width: 320px;}

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: #333;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
;}

a:hover {
    color: #008ed6
;}

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] {
    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
;}

select::-ms-expand {
    display: none;}

.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
;}

.scbox {
    overflow-y: auto
;}

.scbox::-webkit-scrollbar {
    width: 4px
;}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ddd
;}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #7410ab 0%, #3707a1 100%);}

.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
;}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
;}

.clear {
    clear: both;}

.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
;}

.eclips {
    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-between {
    display: flex;
    justify-content: space-between;}

.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;}

@media screen and (min-width: 1025px) {
    .trans-mask:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    ;}

    .bg-mask:hover .pic .a {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}
}

.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;
    transform: scale(1.01)
;}

.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;
    transform: scale(1.01)
;}

.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 {
    margin: 0 auto;
    max-width: 15rem;
    width: 94%
;}

.wpb {
    margin: 0 auto;
    max-width: 15rem;
    width: 94%
;}

.greybg {
    background: #f2f2f2
;}

.co {
    color: #0142ae
;}

.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
    ;}
}

.aline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
;}

.alin_w:hover .aline_w {
    background-size: 100% 1px;
    color: #fff
;}

.aline_w:hover {
    background-size: 100% 1px
;}

.aline_r {
    position: relative;
    background-image: linear-gradient(#0061ae, #0061ae);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .5s
;}

.alin_r:hover .aline_r {
    background-size: 100% 2px;
    color: #0061ae
;}

.aline_r:hover {
    background-size: 100% 2px
;}

.titline_r {
    position: relative;
    background-image: linear-gradient(#0061ae, #0061ae);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
;}

.titlin_r:hover .titline_r {
    background-size: 100% 1px;
    color: #0061ae
;}

.titline_r:hover {
    background-size: 100% 1px
;}

.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
;}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
;}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
;}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
;}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
;}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
;}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
;}

.l8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
;}

@keyframes sca {
    0% {
        transform: scale(1);}

    50% {
        transform: scale(1.1)
    ;}

    100% {
        transform: scale(1)
    ;}
}

@keyframes go {
    0% {
        transform: translateX(0);}

    50% {
        transform: translateX(10px);}

    100% {
        transform: translateX(0);}
}

@keyframes up {
    0% {
        transform: translateY(0);}

    50% {
        transform: translateY(-8px);}

    100% {
        transform: translateY(0);}
}

@keyframes roted {
    0% {
        transform: rotate(0deg);}

    100% {
        transform: rotate(360deg);}
}

.overhide {
    overflow: hidden
;}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    background: #054da2;
    height: .65rem;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .15)
;}

/*.headerm:before{content: "";display: block;position: absolute;left: 0;top:0;right: 0;height:3px;background: linear-gradient(to right,#7410ab 0%,#3707a1 100%);z-index: 1 ;transition: .3s linear}*/
.headerm .logo {}

.headerm .logo img {
    height: .5rem
;}

.headerm .navbtnm {
    width: .86rem;
    height: .65rem;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: .65rem;
    padding-left: .1rem
;}

.headerm .navbtnm i {
    font-size: .38rem;
    transition: .1s
;}

/* Mobile menu icon fallback (avoid missing icon-font squares) */
.headerm .navbtnm i {
    display: none;}

.headerm .navbtnm::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.32rem;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    box-shadow: 0 -0.1rem 0 #fff, 0 0.1rem 0 #fff;
    transition: transform 0.15s ease, box-shadow 0.15s ease;}

body.navShow .headerm .navbtnm::before {
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg);}

body.navShow .headerm .navbtnm::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.32rem;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 2px;}

/* Mobile search icon fallback (avoid missing icon-font squares) */
.big-nav .search form .serbtn i.swi-sousuo {
    display: none !important;}

.big-nav .search form .serbtn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .18rem;
    height: .18rem;
    border: 2px solid #008ed6;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;}

.big-nav .search form .serbtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .12rem;
    height: 0.02rem;
    background: #008ed6;
    border-radius: 2px;
    transform: translate(.06rem, .06rem) rotate(45deg);
    z-index: 1;
    pointer-events: none;}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0 0 .15rem;
    ransition: .3s;}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 2.11rem;
    background: url(../images/topbg.png) center repeat-x;
    background-size: auto 99%;}

body.scrolling .header {
    transition: .3s;
    background: #054da2 url(../images/bg.png) no-repeat center/cover;}

body.scrolling .header::before {
    display: none;}

.header .logo {
    transition: .3s;}

.header .logo img {
    /* height: auto; */
    transition: .3s;}

.header>.wp {
    position: relative;
    z-index: 3;
    padding-top: 0.2rem;}

.hdyb {}

.header .search {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    margin-top: 0.1rem;}

.header .search .inp {
    width: 2rem;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    float: left;
    text-indent: 15px;
    color: #ffffff;}

.header .search .sub {
    width: 40px;
    height: 30px;
    background: url(../images/search.png) no-repeat center;
    outline: none;
    border: none;
    float: right;}

.header .top_link a {
    color: #FFFFFF;
    line-height: 0.3rem;
    padding: 0 0.15rem;}

.header .navwrap {
    margin-top: 0.15rem;}

.header .hd-nav li,
.miso_navs #nav .hd-nav li {
    line-height: .36rem;
    font-size: .18rem;
    position: relative;
    /* width: 25%; */
    display: flex;
    align-items: center;
    justify-content: right;}

.header .hd-nav li>a,
.miso_navs #nav .hd-nav li>a {
    display: block;
    line-height: .36rem;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;}

.header .hd-nav li:hover>a,
.miso_navs #nav .hd-nav li:hover>a {
    color: #fff;
    font-weight: bold;}

.header .hd-nav li .sub-nav,
.miso_navs #nav .hd-nav li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    /* padding-top:.05rem; */
    min-width: 1.6rem;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;}

.header .hd-nav li .sub-nav .sub-nav-h,
.miso_navs #nav .hd-nav li .sub-nav .sub-nav-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    overflow: hidden;}

.header .hd-nav li .sub-nav .sub-nav-h a,
.miso_navs #nav .hd-nav li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .13rem;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .45rem
;}

.header .hd-nav li .sub-nav .sub-nav-h a:hover,
.miso_navs #nav .hd-nav li .sub-nav .sub-nav-h a:hover {
    background: #0061ae;
    color: #fff
;}

.header .hd-nav li:hover .sub-nav,
.miso_navs #nav .hd-nav li:hover .sub-nav {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);}

.header .hd-nav li:hover>a {}

/*导航2*/
.miso_navs {
    position: fixed;
    left: 0;
    width: 100%;
    background: #0061ae;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 100000;
    height: .8rem;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;}

.miso_navs.xg1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;}

.miso_navs #nav {
    height: 100%
;}

.miso_navs #nav .wp {
    height: 100%;
    align-items: center;}

.miso_navs #nav ul {
    width: calc(100% - 3rem);
    padding-left: 1rem;}

.miso_navs #nav .hd-nav li>a {
    line-height: 0.8rem;}

.miso_navs #nav .logos {
    width: 3rem;}

.miso_navs #nav .logos img {
    max-width: 100%;
    max-height: 0.6rem;}

.miso_navs #nav .hd-nav li {
    margin: 0;}

.header .search {
    position: relative;}

/*.header  .search:before{content: '';width: 1px;height: .14rem;background: #bbb;position: absolute;left: .02rem;top:50%;margin-top: -.07rem}*/
.header .search form {
    display: block !important;
    position: relative;}

.header .search form .serinp {
    width: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;}

.header .search form .serbtn {
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: .3rem;
    font-size: .18rem;
    color: #fff;}

.header .search form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: .3rem;
    height: .3rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;}

.header .search form .serinp input {
    width: 100%;
    height: .3rem;
    line-height: .28rem;
    background: transparent;
    border: 0;
    font-size: .14rem;
    border-radius: .3rem;
    color: #fff;
    border: 1px solid #fff
;}

.header .search form .serinp {
    width: 2rem;
    opacity: 1;
    visibility: inherit;}

.header .search form .serinp input {
    padding: 0 .3rem 0 .1rem;
    background: rgba(255, 255, 255, .1);}

.header .search form .serbtn {
    color: #fff
;}

.header .search form .serinp input::-webkit-input-placeholder {
    color: #fff;
    opacity: .6
;}

.header .search form .serinp input:-ms-input-placeholder {
    color: #fff;
    opacity: .6
;}

.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .3s
;}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto
;}

.big-nav .scroll ul {
    max-width: 16.8rem;
    margin: 0 auto
;}

.big-nav .scroll li {
    width: 10%;
    text-align: center;
    padding-top: .45rem
;}

.big-nav .scroll li h2 {
    font-size: .2rem;}

.big-nav .scroll li a {
    color: #fff
;}

.big-nav .scroll li a:hover {
    color: #DB2B17
;}

.big-nav .scroll li .list {
    padding: .2rem 0
;}

.big-nav .scroll li .list h3 {
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.3em;
    padding: .1rem 0
;}

.big-nav .scroll li .list dl {
    padding-bottom: .2rem
;}

.big-nav .scroll li .list dd {
    font-size: .14rem;
    line-height: .3rem;
    opacity: .65
;}

body.navShow {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
;}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;}

body.navShow .header .hd-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute
;}

body.navShow .header .hdr-t {
    padding-top: .2rem
;}

body.navShow .header .navbtn i:before {
    content: "\eca0";}

body.navShow .headerm .navbtnm i:before {
    content: "\eca0";}

body.navShow .header .logo {
    top: -.4rem
;}

body.navShow .header .hd-a {
    transform: translateY(.2rem);}

.big-nav .btn-list1 {
    display: none
;}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    body {
        padding-top: .65rem
    ;}

    .miso_navs.xg1 {
        display: none;}

    .big-nav .btn-list1 {
        display: block;}

    .big-nav {
        background: #0061ae;
        overflow-y: auto;
        padding-bottom: .3rem
    ;}

    .big-nav .scroll {
        position: static;
        padding-top: .8rem;}

    /* Ensure menu items are stacked vertically */
    .big-nav .scroll ul {
        display: block;
        max-width: 100%;}

    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}

    /* Mobile main menu links (make it look like buttons) */
    .big-nav .scroll li > a {
        display: block;
        padding: .18rem .15rem .18rem .18rem;
        line-height: .55rem;
        font-size: .22rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;}

    .big-nav .scroll li > a:hover {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;}

    /* Hide submenu by default on touch devices (avoid messy dropdown layout) */
    .big-nav .scroll li > .sub-nav {
        display: none;
        padding: 0 0 .15rem;
        background: rgba(255, 255, 255, 0.06);
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}

    .big-nav .scroll li:hover > .sub-nav {
        display: block;}

    .big-nav .scroll li > .sub-nav .sub-nav-h > div > a {
        display: block;
        padding: 0 .15rem 0 6%;
        line-height: .5rem;
        font-size: .17rem;
        color: #d7e9ff;
        text-decoration: none;
        background: transparent;}

    .big-nav .scroll li > .sub-nav .sub-nav-h > div > a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.10);}

    .big-nav .scroll li h2 {
        font-size: .2rem;
        line-height: .65rem;
        padding-left: 6%;
        position: relative
    ;}

    .big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 6%;
        font-size: .2rem;
        font-family: "swiper-icons" !important;
        content: "\e600";
        color: #fff;
        transition: .3s
    ;}

    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none
    ;}

    .big-nav .scroll li .list h3 {
        font-size: .17rem;
        border-top: rgba(255, 255, 255, .13) solid 1px;
        padding: .16rem 0;
        line-height: 1.4em
    ;}

    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0
    ;}

    .big-nav .scroll li .list dl {
        margin-left: -6%;
        padding: 0 .2rem .2rem 0;
        margin-top: -.05rem;
        display: flex;
        flex-wrap: wrap;}

    .big-nav .scroll li .list dd {
        font-size: .16rem;
        line-height: .4rem;
        min-width: 33%;
        padding-left: 6%
    ;}

    .big-nav .scroll li .list dd a {
        display: block;
        height: .4rem
    ;}

    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);}

    .big-nav .search {
        position: relative;
        padding: .3rem 6% .4rem;
        width: 100%
    ;}

    .big-nav .search form {
        display: block !important;
        position: relative;}

    .big-nav .search form .serinp {
        position: static;
        top: 0;
        right: 0;
        width: 100%
    ;}

    .big-nav .search form .serbtn {
        width: .55rem;
        height: .55rem;
        position: absolute;
        text-align: center;
        line-height: .55rem;
        font-size: .22rem;
        color: #fff;
        top: 0;
        right: 0
    ;}

    .big-nav .search form .serbtn i {
        font-size: .2rem;
        display: block;
        width: .55rem;
        height: .55rem;
        border: none;
        border-radius: 50%;
        text-align: center;
        line-height: .4rem;
        color: #008ed6;
        font-size: .25rem
    ;}

    .big-nav .search form .serbtn input {
        position: absolute;
        top: 0;
        left: 0;
        width: .55rem;
        height: .55rem;
        z-index: 3;
        background: rgba(255, 255, 255, 0);
        border: 0;
        color: #008ed6;}

    .big-nav .search form .serinp input {
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        background: #fff;
        border: 0;
        font-size: .18rem;
        border-radius: 5px;
        color: #333;
        padding: 0 .55rem 0 .15rem;
        opacity: 1;}

    .big-nav .links {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}

    .big-nav .links a {
        color: #fff;}

    .big-nav .links a i {
        font-size: .26rem;
        margin-right: 3px;
        vertical-align: -2px
    ;}

    .big-nav .links {}

    .big-nav .icolinks {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}

    .big-nav .icolinks a {
        color: #fff;
        margin: 0 .15rem
    ;}

    .big-nav .icolinks a i {
        font-size: .26rem;
        margin-right: 3px;
        vertical-align: -2px
    ;}

    .big-nav .icolinks {
        text-align: center
    ;}
}

@media screen and (max-width: 1680px) {
    /*.header .hd-nav  li{margin-left: .35rem;}*/
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width:1024px) {
    .header {
        display: none
    ;}

    .headerm {
        display: flex;}

    html {
        font-size: 90px !important;}
}

@media screen and (max-width:900px) {
    .wp {
        width: 90%
    ;}

    .wpa {
        width: 90%
    ;}

    html {
        font-size: 85px !important;}
}

@media screen and (max-width:640px) {
    body {
        font-size: .18rem;
        min-width: 320px;}

    .Gsearch {
        width: 100% !important;}

    .Gsearch .Gsearch-nr {
        padding: 0.3rem 0.2rem;}
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important;}

    .eclips {
        display: block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;}

    .Gsearch .Gsearch-nr li h3 {
        width: 20% !important;}

    .Gsearch .Gsearch-nr li input {
        width: 80%;}

    .Gsearch .Gsearch-nr li.Stime input {
        width: 38.5% !important;}
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px !important;}
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px !important;}
}

.footer {
    background: url(../images/footer-bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 60px 0;
    color: #FFFFFF;}

.footer .dilogo img {
    margin: 0 auto;}

.footer .copy {
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.3rem;
    line-height: 2;}

.footer .f-ewm {
    width: 20%;}

.footer .f-ewm li {
    position: relative;}

.footer .f-ewm li a {
    display: block;}

.footer .f-ewm li>img,
.footer .f-ewm li a>img {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 auto 0.14rem;}

.footer .f-ewm li p {
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    text-align: center;}

.f-ewm ul li span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.57rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.05rem;
    width: 1.14rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;}

.footer .f-ewm ul li .code>img {
    display: block !important;
    width: 100% !important;}

.footer .f-ewm ul li .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);}

.f-ewm ul li:hover .code {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);}

@media (max-width: 980px) {

    .footer .links,
    .lxwm,
    .footer .f-ewm {
        width: 100%;
        margin-bottom: 0.2rem;}
}

@media (max-width:760px) {
    .footer .dilogo img {
        display: block;
        width: calc(100% - 0.6rem);
        margin: 0 auto;}
}

@media (max-width:480px) {}

@media (max-width:360px) {}

/*print*/
@media print {}

/* back to top */
.totop {
    position: fixed;
    right: .24rem;
    bottom: .4rem;
    z-index: 200;
    width: .8rem;
    height: .8rem;
    line-height: calc(.8rem - 4px);
    text-align: center;
    background: #0061ae;
    color: #fff;
    border: 2px solid #fff;
    border-radius: .08rem;
    font-size: .18rem;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.2rem);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .2s ease;}

.totop.totop--show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);}

.totop:hover,
.totop:focus {
    background: #004d8c;
    color: #fff;
    text-decoration: none;}

@media (max-width: 760px) {
    .totop {
        display: none !important;}
}

/*ie11*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop {}
}

/*ie10*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}