﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font: '微软雅黑',inherit;
    vertical-align: baseline;
}/*html,body{height:100%;}*/
ol, ul
{
    list-style: none;
    text-decoration: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:hover
{
    text-decoration: none;
}
i, em
{
    font-style: normal;
}
video
{
    outline: none;
}
div:focus
{
    outline: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
a
{
    color: #333;
    display: block;
}
h2
{
    font-size: 42px;
}
h3
{
    font-size: 36px;
}
h4
{
    font-size: 24px;
}
h5
{
    font-size: 18px;
}
img
{
    display: block;
}
.cont
{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.img_box
{
    overflow: hidden;
}/*侧边滚动条自定义样式*//*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 6px;
}/*定义滚动条轨道*/
::-webkit-scrollbar-track
{
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    background-color: #194a9b;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0) 100%,transparent 100%,transparent 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,transparent 75%,transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}/*清除浮动*/
.clearFix::before, .clearFix::after
{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
input
{
    outline: none;
}/*文本超行省略显示*/
.overflow_1
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.overflow_2
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.overflow_3
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.overflow_4
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}/*图片盒子*/
.img_box>img
{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
}/*图片鼠标经过效果*/
.img_box:hover>img
{
    transform: scale(1.1);
}
.img_box>img
{
    transition: all .8s;
}/*弹性布局*//*换行*/
.flex_tap
{
    flex-wrap: wrap;
}/*居中*/
.flex_cont
{
    display: flex;
    justify-content: center;
}/*两端*/
.flex_sp
{
    display: flex;
    justify-content: space-between;
}/*垂直*/
.flex_y
{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}/*page 分页器*/
.pagination
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pagination a
{
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span
{
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover
{
    color: #00478b;
    border: 1px solid #00478b;
}
.pagination a.page-num-current
{
    color: #fff;
    background: #00478b;
    border: 1px solid #00478b;
}
.my-4
{
    margin-top: 40px;
}/*背景图片样式自适应*/
.bj_img
{
    background-position: center;
    background-size: cover;
}/*footer*/
.footer
{
    width: 100%;
    padding: 40px 0 10px 0;
    background-image: url(../image/footer_bj.png);
    background-position: content;
    background-size: cover;
}
.footer_top
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.footer_top_l
{
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.footer_top_l>a
{
    color: #fff;
}
.footer_top_l>a>i
{
    width: 20px;
    height: 20px;
    background-image: url(../image/make_top.png);
    background-size: 100% 100%;
    background-position: content;
    display: block;
    float: left;
    margin-right: 10px;
}
.footer_top_r
{
    padding: 20px;
    box-sizing: border-box;
    width: 30%;
}
.footer_top_r>a
{
    color: #fff;
}
.footer_bottom
{
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
}
.footer_nav
{
    width: 70%;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.footer_nav>ul
{
    width: 100%;
}
.footer_nav>ul>li>dl>dt
{
    color: #fff;
    height: 36px;
    position: relative;
}
.footer_nav>ul>li>dl>dt:after
{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.footer_nav>ul>li>dl>dd
{
    margin-top: 15px;
}
.footer_nav>ul>li>dl>dd>a
{
    color: #eee;
    font-size: 14px;
}
.footer_contact
{
    width: 30%;
    padding-left: 60px;
    box-sizing: border-box;
}
.footer_contact>ul
{
    width: 70%;
    color: #fff;
}
.footer_contact>ul>li
{
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_contact>ul>li>.img_box
{
    width: 120px;
    height: 120px;
}
.footer_ewm>.img_box
{
    margin-top: 30px;
}
.footer_info
{
    color: #fff;
    font-size: 14px;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(255,255,255,.3);
}
.m-foot-nav
{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    box-shadow: 0 4px 20px 0 rgb(0 0 0/30%);
    display: none;
    font-size: 14px;
}
.m-foot-nav ul>li>a>img
{
    width: 25px;
    margin: 0 auto;
}
.m-foot-nav ul>li>a>p
{
    text-align: center;
    margin-top: 5px;
}/*内页banner*/
.ny_header_box
{
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.ny_banner
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
}/*面包屑导航*/
.mb_nav
{
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #e7e7ea;
}
.mb_nav>.cont
{
    overflow: inherit;
}
.mb_nav ul>li
{
    float: left;
    margin-right: 40px;
    position: relative;
    line-height: 24px;
    padding-right: 40px;
    border-right: 1px solid #e7e7ea;
}
.mb_nav ul>li:hover:after
{
    width: 60%;
}
.mb_nav ul>li:hover>a
{
    color: #2329a2;
}
.mb_nav ul>li:after
{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #2329a2;
    bottom: -10px;
    left: 0;
    z-index: 99;
    transition: all .6s;
}
.mb_nav a
{
    display: inline-block;
}/*动画样式*//*线条动画*/
@keyframes line
{
    from
    {
        width: 0;
    }
    to
    {
        width: 100%;
    }
}/*背景动画*/
.bj_am
{
    animation: bjimg 30s infinite;
    animation-timing-function: linear;
    -webkit-animation: bjimg 30s infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes bjimg
{
    0%
    {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
    }
    50%
    {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
    }
    100%
    {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
    }
}