﻿@font-face {
    font-family: impact;
    src: url("../font/impact.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.impact {
    font-family: impact
}

html {
    font-size: 100px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (max-width:1440px) {
    html {
        font-size: 93.75px
    }
}

@media screen and (max-width:1366px) {
    html {
        font-size: 87.5px
    }
}

@media screen and (max-width:1280px) {
    html {
        font-size: 80px
    }
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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: 400
}

ol,
ul {
    list-style: none
}

.logo img {
    height: 76px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

.none,
[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: #015bb1
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

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,
i,
var {
    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,
textarea {
    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
}

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
    }
}

.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
}

.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
}

.eclip,
.texto a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-center {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-v-center {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-v-bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.trans {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    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;
    -moz-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-mask .pic {
    overflow: hidden
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    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: 1400px
}

.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 {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

@media screen and (max-width:980px) {
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }
}

.titline_w {
    position: relative;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-image: -moz- oldlinear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-position: 0 100%;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s;
    -o-transition: -o-background-size .3s;
    -moz-transition: background-size .3s;
    transition: background-size .3s;
    transition: background-size .3s, -o-background-size .3s
}

.titlin_w:hover .titline_w,
.titline_w:hover {
    -o-background-size: 100% 1px;
    background-size: 100% 1px
}

.titline_y {
    position: relative;
    background-image: -webkit-linear-gradient(#eb8e08, #eb8e08);
    background-image: -moz- oldlinear-gradient(#eb8e08, #eb8e08);
    background-image: -o-linear-gradient(#eb8e08, #eb8e08);
    background-image: linear-gradient(#eb8e08, #eb8e08);
    background-position: 0 100%;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s;
    -o-transition: -o-background-size .3s;
    -moz-transition: background-size .3s;
    transition: background-size .3s;
    transition: background-size .3s, -o-background-size .3s
}

.titlin_y:hover .titline_y,
.titline_y:hover {
    -o-background-size: 100% 1px;
    background-size: 100% 1px
}

@-moz-keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

@-o-keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

@-webkit-keyframes go {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-moz-keyframes go {

    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -moz-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-o-keyframes go {

    0%,
    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes go {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes roted {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes roted {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes roted {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes roted {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes roted1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes roted1 {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-o-keyframes roted1 {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes roted1 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        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 10px;
    font-size: 80px;
    line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../image/bro.png) no-repeat
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../image/bro.png) 0 -100px no-repeat
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../image/bro.png) 0 -200px no-repeat
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../image/bro.png) 0 -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: 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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header .wps {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    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: 24px;
    font-size: 14px;
    margin-left: 25px
}

.header-t li i {
    vertical-align: -2px;
    margin-right: 3px;
    opacity: .8;
    font-size: 18px
}

.header-t a {
    color: #fff
}

/*.header .mian-nav ul li:first-child .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:5px;vertical-align:3px;content:"";border-top:5px solid;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent}*/
.header .mian-nav {
    width: 100%
}

.header .mian-nav ul li.topser:after,
.header .mian-nav ul li.topser:before {
    display: none
}

.header .mian-nav ul li.topser a {
    color: #fff;
    background: url(../image/ser.svg) center no-repeat;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
    width: 22px;
    height: 30px;
    display: block
}

.header .mian-nav ul li {
    position: relative;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 30px;
    margin-left: 45px
}

.header .mian-nav ul li:first-child {
    margin-left: 0
}

.header .mian-nav ul li>a {
    position: relative;
    color: #fff
}

.header .mian-nav ul li>a span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 5px
}

.header .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: 13px;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header .sub-nav .sub-nav-h a:hover {
    background: #003262;
    color: #fff
}

.header .sub-nav .sub-nav-h:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-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
}

.scrolling .header {
    background: #003262
}

.menu-btn {
    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%;
    display: block;
    right: 0;
    width: 32px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    -moz-transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    -webkit-transition-property: width, margin, background-color, -webkit-transform;
    transition-property: width, margin, background-color, -webkit-transform;
    -o-transition-property: width, margin, background-color, -o-transform;
    -moz-transition-property: transform, width, margin, background-color, -moz-transform;
    transition-property: transform, width, margin, background-color;
    transition-property: transform, width, margin, background-color, -webkit-transform, -moz-transform, -o-transform
}

.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);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0 !important;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-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: 98;
    padding: 40px 5% 30px;
    display: none
}

.mobNav ul {
    height: 70vh;
    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: #0963ba;
    font-weight: 700
}

.mobNav ul li .navp i {
    display: block;
    width: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    margin-right: 5px;
    height: 16px;
    background: url(../image/more.svg) center no-repeat;
    -o-background-size: 16px 16px;
    background-size: 16px 16px
}

.mobNav ul li.on .navp i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    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:nth-child(1) {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0963ba;
    width: 45%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 14px;
    color: #0963ba
}

.mobNav .toplink a:nth-child(2) {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0963ba;
    background: #0963ba;
    width: 45%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff;
    font-size: 14px
}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #003262;
    height: 60px;
    padding-right: 4%;
    padding-left: 4%
}

.headerm .logo img {
    height: 36px
}

@media screen and (max-width:1280px) {
    .header .mian-nav ul li {
        margin-left: 36px
    }
}

@media screen and (max-width:1200px) {
    body {
        padding-top: 60px
    }

    .header {
        display: none
    }

    .headerm {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.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: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: 0 0;
    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: url(../image/serbtn.svg) center no-repeat;
    -o-background-size: 20px 20px;
    background-size: 20px 20px
}

.topser .close {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    color: #888;
    cursor: pointer
}

.sermob {
    position: fixed;
    width: 100%;
    padding: 10px;
    top: 60px;
    right: 0;
    z-index: 66;
    background: #fff;
    display: none
}

.sermob .inp {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: 0 0;
    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: url(../image/serbtn.svg) center no-repeat;
    -o-background-size: 20px 20px;
    background-size: 20px 20px
}

.sermob .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    line-height: 42px
}

.topser .close:hover {
    color: #015bb1
}

@media screen and (max-width:1200px) {
    .sermob .sub {
        right: 40px;
        top: 10px;
    }
}

@media screen and (max-width:640px) {
    body {
        padding-top: 55px
    }

    .menu-btn {
        margin-left: 15px
    }

    .headerm {
        height: 55px
    }

    .sermob {
        top: 55px
    }
}

.line2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.line5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.line8 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.footer {
    background: url(../image/ftbg.jpg) top center no-repeat;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
    color: #fff;
    padding-top: 5px
}

.footer a {
    color: #fff
}

.footer .fta {
    padding-bottom: 70px
}

.footer .fta dl dt {
    font-size: 16px
}

.footer .fta dl dd {
    font-size: 14px
}

.footer .fta dl dd p {
    padding: 5px 0
}

.footer .fta dl dt:after {
    content: '';
    width: 35px;
    height: 4px;
    background: #2765a1;
    display: block;
    margin: 15px 0
}

.footer .fta .amid .code {
    margin-top: 10px
}

.footer .fta .aleft {
    position: absolute;
    left: 0;
    top: 16%
}

.footer .fta .aright {
    position: absolute;
    right: 0;
    top: 16%
}

.footer .ftb {
    background: #053c71;
    padding: 18px 0;
    text-align: center;
    font-size: 13px
}

.footer .ftb span {
    margin: 0 5px
}

.footer p a.a1 {
    padding-left: 0.24rem;
    background: url(../image/police.png) no-repeat left center;
}

@media screen and (max-width:980px) {
    .footer .fta {
        padding-bottom: 40px
    }

    .footer .fta .amid .ftlogo img {
        height: 194px;
        display: none;
    }

    .footer .fta dl dd p {
        padding: 5px 0
    }

    .footer .fta .aright,
    .footer .fta .aleft {
        position: static;
    }

    .fta {
        padding: 30px;
    }

    .fta .flex-center {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:700px) {
    .footer .ftb span {
        margin: 0;
        display: block;
        padding: 3px 0
    }

    .footer .fta .amid .ftlogo img {
        height: 164px
    }

    .footer .fta .aleft {
        position: static;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 5%
    }

    .footer .fta .aright {
        position: static;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 5%
    }

    .footer .fta .amid {
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px
    }

}

@media screen and (max-width:620px) {
    .footer .fta .aright {
        margin-left: 0;
        width: 100%
    }

    .footer .fta .aleft {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .footer .fta .wp {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .fta dl dt:after {
        margin: 10px 0
    }

    .footer .fta {
        padding-bottom: 20px
    }

    /*.footer .fta .aleft{margin-right:0;width:44%}
.footer .fta .aright{margin-left:0;width:52%}*/
    .footer .ftb {
        padding: 12px 0;
        font-size: 12px
    }

    .footer .fta dl dd {
        font-size: 13px
    }

    .fta {
        padding: 0
    }
}

.none-search {
    padding: 25px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(9 51 102 / 20%);
    margin-bottom: 30px;
}

.footer {
    padding-top: 0;
    background: none;
}

.footer .fta {
    background: url(../image/ftbg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.footer .fta .wp {
    padding: 0.3rem 0;
}

.footer .fta .aleft {
    position: relative;
    top: 0;
    width: calc(50% - 1.2rem);
}

.footer .fta .aright {
    position: relative;
    top: 0;
}

.footer .amid {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ftlogo .imgMargin {
    width: 1.9rem;
}

.fr_link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fr_link dd {
    margin-right: 0.6rem
}

.fr_link dd:last-of-type {
    margin-right: 0;
}

.footer .ftb {
    padding: 0.12rem 0;
}

@media only screen and (max-width:1200px) {
    .footer .amid {
        display: none;
    }

    .fr_link dd {
        margin-right: 1rem;
    }

    .footer .fta .aleft {
        width: auto;
    }
}

@media screen and (max-width:980px) {
    .footer .fta {
        padding: 0;
    }

    .fr_link dd {
        margin-right: 0.5rem;
    }
}

@media screen and (max-width:880px) {

    .footer .fta .aleft,
    .footer .fta .aright {
        width: 100%;
    }

    .footer .fta .aleft {
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width:750px) {
    .footer .fta .wp {
        padding: 0.3rem 0.15rem;
    }
}