* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* Safari */
    -moz-box-sizing: border-box;
    /* Firefox */
    -o-box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHIC_0.TTF');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICB_0.TTF');
    font-weight: bold;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICBI_0.TTF');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICI_0.TTF');
    font-style: italic;
}

html {
    font-size: 16px;
    color: #666666;
    /* font-family: 'GOTHIC', Noto Sans CJK SC, Source Han Sans SC, Microsoft YaHei, Source Han Sans CN, sans-serif; */
    font-family: 'GOTHIC', Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: auto;
    font-weight: 200;
}

body,
html {
    margin: 0;
    padding: 0;
    color: #666;
    height: 100%;
    line-height: 1.75;
}


/* Links
   ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #666666;
    cursor: pointer;
}

img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    font-size: 0px;
}

hr {
    margin: 20px 0 !important;
    border-top: 1px solid #eee;
    width: 100%;
}

.clear {
    clear: both;
    _overflow: hidden;
    _height: 0px;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1
}


/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/* Text-level semantics  ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: normal;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content  ========================================================================== */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms  ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
}

input[type="submit"],
input[type="button"] {
    outline: 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 {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

button,
input {
    padding: 0;
    border: 0;
}


/* Tables  ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
dt,
dd,
dl {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}


/* Make HTML 5 elements display block-level for consistent styling */

header,
nav,
article,
footer,
address {
    display: block;
}

.fadeInRight {
    animation: fadeInRight 1.2s;
    -webkit-animation: fadeInRight 1.2s;
}

.fadeInRightFast {
    animation: fadeInRight .8s;
    -webkit-animation: fadeInRight .8s;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInLeft {
    animation: fadeInLeft 1.2s;
    -webkit-animation: fadeInLeft 1.2s;
}

.fadeInLeftFast {
    animation: fadeInLeft .8s;
    -webkit-animation: fadeInLeft .8s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.sdb04 {
    -webkit-animation: sdb04 3.5s infinite ease-in-out;
    -moz-animation: sdb04 3.5s infinite ease-in-out;
    animation: sdb04 3.5s infinite ease-in-out;
}


/* a {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.transform {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.flip {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.verticalCenter {
    display: inline-block;
    vertical-align: middle;
}

.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wrapCenter {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.lightmeng {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    z-index: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.videomeng {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    z-index: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}


/* 通用宽度高度 */

.fullwidth {
    width: 100%;
}

.fullwidthImportant {
    width: 100% !important;
}

.container-width {
    width: 1202px;
    margin: 0 auto;
}

.halfwidth {
    width: 50%;
}

.fullheight {
    height: 100%;
}

.block {
    display: block;
}

.textcenter {
    text-align: center;
}


/* 通用颜色 */

.basetextcolor {
    color: #002554;
}

.basebgcolor {
    background: #002554;
}


/* flex布局 */

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-ar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}


/* 按钮 */

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.sdb04 {
    -webkit-animation: sdb04 3.5s infinite ease-in-out;
    -moz-animation: sdb04 3.5s infinite ease-in-out;
    animation: sdb04 3.5s infinite ease-in-out;
}

.classicbtn {
    border: 1px solid #fff;
    padding: 7px 24px;
    border-radius: 1.25rem;
    line-height: 1.2rem;
    color: #ffffff;
    background: transparent;
    font-size: .8rem;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.classicbtn:hover {
    background: #4486c6;
    color: #fff;
}

.cursorpointer {
    cursor: pointer;
}

.transition6 {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.transition8 {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
}

.transition12 {
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
}

.meng {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    z-index: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

@-webkit-keyframes scaleimg {
    0% {
        /* -webkit-transform: scale(1.2);
        transform: scale(1.2); */
        background-size: 120%;
    }

    100% {
        /* opacity: 1; */
        /* -webkit-transform: scale(1);
        transform: scale(1); */
        background-size: 100%;
    }
}

@keyframes scaleimg {
    0% {
        /* -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); */
        background-size: 120%;
    }

    100% {
        /* opacity: 1; */
        /* -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); */
        background-size: 100%;
    }
}

@keyframes scalemap {
    0% {
        background-size: auto 125%;
        background-position: 50% 52%;
    }

    100% {
        background-size: auto 237%;
        background-position: 50% 52%;
    }
}

.scalemap {
    -webkit-animation-name: scalemap;
    animation-name: scalemap;
}


/* .scalemap {
    -webkit-animation: scalemap;
    animation: scalemap;
} */

.scaleimg {
    -webkit-animation-name: scaleimg;
    animation-name: scaleimg;
}

.scaleimg {
    -webkit-animation: scaleimg 2s linear;
    animation: scaleimg 2s linear;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-detail-main {
    white-space: pre-line;
}

.mobile-pic {
    display: none;
}

#fullpage .swiper-banner .mobile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 960px) {
    #fullpage .swiper-banner .mobile-pic {
        display: block;
    }

    #fullpage .swiper-banner .pc-pic {
        display: none;
    }
}