@charset "utf-8";
@font-face {
    font-family: "scscn";
    src: url(../fonts/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: "hwls";
    src: url(../fonts/STLITI.TTF);
}

@font-face {
    font-family: "regular";
    src: url(../fonts/SOURCEHANSERIFCN-REGULAR-1.OTF);
}

@font-face {
    font-family: "fzch";
    src: url(../fonts/fzch.TTF);
}

html {
    /* 关闭字体大小自动调整功能 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

input {
    margin: 0px;
}

ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
    /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0;
    /* overflow: auto; */
}

.w-1280 {
    width: 1280px;
    margin: 0 auto;
}

.w1280 {
    width: 12.8rem;
    margin: 0 auto;
}

.w-1300 {
    width: 1300px;
    margin: 0 auto;
}

.w-1320 {
    width: 1320px;
    margin: 0 auto;
}

.w-1400 {
    width: 14.00rem;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.block {
    display: block;
}

li {
    list-style: none;
}

.links .title .more {
    line-height: 35px;
}

.title .more {
    float: right;
    font-size: 14px;
    line-height: 22px;
}

.lincp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a {
    color: #222;
    /* 设定元素在移动设备（如Adnroid、iOS）上被触发点击事件时，响应的背景框的颜色 */
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.main {
    margin: auto;
    overflow: hidden;
    max-width: 1920px;
}

select {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
}

.warp-top {
    width: 100%;
    position: fixed;
    background: linear-gradient(to bottom, rgba(12, 80, 152, .8), rgba(155, 168, 195, 0));
    z-index: 10;
    border-top: 8px solid #004387;
}

.myanimation_d {
    transition: all 1s;
    opacity: 0;
    transform: translateY(-40px);
}

.my {
    transform: translateY(0px);
    opacity: 1;
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes run {
    0% {
        -webkit-transform: translateX(-100px);
    }
    25% {
        -webkit-transform: translateX(-50px);
    }
    50% {
        -webkit-transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

@keyframes run {
    0% {
        -webkit-transform: translateX(-100px);
    }
    25% {
        -webkit-transform: translateX(-50px);
    }
    50% {
        -webkit-transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

    .navUl_phone {
        background: #0068b7;
        width: 100%;
        padding-top: 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5;
        overflow-y: scroll;
        height: 100%;
        display: none;
    }
    .navUl_phone .navUl {
        display: block;
    }
    .navUl_phone .search-text {
        display: block;
    }
    .navUl_phone .txt {
        line-height: 37px;
        padding: 0 10px;
        width: 65%;
        border-radius: 0;
    }
    .navUl_phone .btn {
        line-height: 37px;
        color: #fff;
        background: #1c8ce0;
        padding: 0 20px;
        border-radius: 0px;
    }
    .navUl_phone .search {
        margin: 20px auto;
        text-align: center;
    }
.navUl_phone {
    display: none;
    width: 100%;
}

.quick_links {
    display: none;
    padding: 20px 40px;
    padding-top: 35px;
    /* background: rgba(255,255,255,0.8); */
    position: relative;
    z-index: 2;
    /* border-top-left-radius: 30px; */
    /* border-top-right-radius: 30px; */
}

.quick_links ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.quick_links ul li{
    margin: 0 .4rem;
    margin-top: .4rem;
}
.quick_links ul a {
    display: block;
    color: #fff;
}

.quick_links ul li:hover img {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

.quick_links ul a p {
    font-size: .6rem;
    margin-top: 5px;
}

.quick_links ul a img {
    display: block;
    margin: 0 auto;
}
