@charset "utf-8";
body {
    /* height: 9999px; */
}

img {
    -webkit-user-drag: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul:after, .head .logo::after, .foot .sidebar p::after, .ul::after, .foot .banquan>div::after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #202425;
    text-decoration: none !important;
}

a:hover {
    color: #202425;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text_p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.f14 {
    font-size: 14px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.color-ddd {
    color: #ddd;
}

.lh40 {
    line-height: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

/*  翻页  */

.fanye {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

.fanye .pagination {
    display: inline-block !important;
    background-color: #fff;
    box-shadow: 0 0 3px 0px #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.fanye a,
.fanye p {
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
    line-height: 40px;
    color: #999;
    vertical-align: middle;
    transition: all .3s ease;
    font-family: 'Roboto Condensed';
}

.fanye a:hover,.fanye .cur {
    color: #fff;
    background-color: #e83c19;
}

/* 按钮 查看更多 */

.more {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 30px;
    padding: 18px 56px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    transition: .5s;
}

.more:hover {
    background-color: transparent;
}

.more::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f6b31b;
    transition: .5s;
}

.more:hover::before {
    width: 0%;
}

.more::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: #ffc107;
    transition: .5s;
}

.more:hover::after {
    width: 100%;
}

/* *************************头部************************* */

.head .logo a {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #235378;
}

.head .logo img {
    vertical-align: -11px;
}

.head .top {
    background-color: #f2f2f2;
}

.head .top p {
    font-size: 14px;
    line-height: 35px;
    color: #666;
}

.head .top p img {
    vertical-align: -5px;
}

.head .h-nav .row>div {
    align-self: center;
}

.head .h-nav .row>div img {
    min-width: 30px;
}

.head .h-nav .nav_btn {
    display: none;
}

.head .h-nav .u1>li {
    position: relative;
    float: left;
    width: 11.11%;
    text-align: center;
}

.head .h-nav .u1>li>a {
    display: block;
    line-height: 60px;
}

.head .h-nav .u1>li>a:hover {
    color: #044ea2;
}

.head .h-nav .u2 {
    display: none;
    position: absolute;
    top: 90%;
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.head .h-nav .u2 a {
    padding: 0 5px;
    display: block;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}

.head .h-nav .u2 a:hover {
    background-color: #0d59a5;
}

.head .m_btn_u2 {
    display: none;
    position: absolute;
    right: 0;
    width: 40px;
    /* color: #fff; */
    font-size: 35px;
    line-height: 40px;
    font-weight: 200;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

/* *************************底部************************* */

/* QQ悬浮 */

.foot .sidebar {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}

.foot .sidebar p {
    /* width: 45px; */
    margin-top: 1px;
    line-height: 45px;
    background-color: #014993;
    text-align: center;
}

.foot .sidebar p span {
    position: absolute;
    right: 100%;
    padding: 0 15px;
    color: #fff;
    width: 250px;
    float: left;
    display: none;
    line-height: 60px;
    background-color: #014993;
    transition: .3s;
}

.foot .sidebar p:hover span {
    display: block;
}

.foot .sidebar p a {
    padding: 9px 0 0 0;
    width: 60px;
    height: 60px;
    float: right;
    text-align: center;
}

.foot .sidebar p a img {
    display: block;
    margin: 0 auto;
    width: 25px;
}

.foot .sidebar small {
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    vertical-align: top;
}

.foot .w80 {
    width: 100px !important;
    padding: 10px !important;
}

.m_block {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: #272727;
}

.m_block p a {
    width: 49%;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.m_block p a:first-child {
    border-right: 1px solid #eee;
}

.m_block p a img {
    vertical-align: sub;
}

/* *************************底部************************* */

.foot {
    padding-top: 30px;
    background: #1e1e1e;
    color: #fff;
}

.foot .f-nav .row>div {
    padding-left: 0;
    padding-right: 0;
}

.foot .f-nav .row>div>div {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    /* text-align: center; */
}

.foot .f-nav p {
    margin-bottom: 15px;
}

.foot .f-nav a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.foot .f-nav a:hover {
    text-decoration: underline !important;
}

.foot .banquan {
    margin-top: 20px;
    background-color: #272727;
    color: #999;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

.foot .banquan a {
    color: #999;
}

.foot .banquan a:hover {
    text-decoration: underline !important;
}

.foot .friendlinks {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    width: 150px;
    height: 40px;
}

.foot .friendlinks p {
    font-weight: 600;
    border: 1px solid #6c757d;
    line-height: 30px;
}

.foot .friendlinks p img {
    width: 15px;
    vertical-align: sub;
}

.foot .friendlinks ul {
    position: absolute;
    left: 0;
    visibility: hidden;
    bottom: 40px;
    width: 100%;
    background-color: #272727;
}

.foot .friendlinks:hover ul {
    visibility: visible;
}

/* *************************友情链接************************* */

.friendlinks li a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.friendlinks li a:hover {
    color: #0d59a5;
}

@media(max-width:992px) {
    .m_block {
        display: block;
    }
    .head .top, .foot .sidebar {
        display: none;
    }
    .head .h-nav .nav_btn {
        display: block;
        position: relative;
        z-index: 101;
    }
    .head .logo img {
        width: 100px;
        vertical-align: -5px;
    }
    .head .logo a {
        font-size: 17px;
    }
    .head .h-nav .u1 {
        position: fixed;
        padding: 0 10px;
        padding-top: 30px;
        top: 0;
        left: -100%;
        z-index: 100;
        /* display: block; */
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto;
        transition: .3s;
    }
    .head .h-nav .u1.on {
        left: 0;
    }
    .head .h-nav .u1>li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .head .h-nav .u1>li>a {
        display: inline;
        font-size: 15px;
        line-height: 50px;
        /* color: #fff; */
    }
    .head .h-nav .u2 {
        display: none;
        position: relative;
        background-color: #005CA9;
    }
    .head .h-nav .u2.on {
        display: block;
    }
    .head .h-nav .u2::after {
        content: '';
        position: absolute;
        top: -10px;
        left: calc(50% - 2.5px);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #005ca9 transparent;
    }
    /* .head .h-nav .u2 li {
        width: 50%;
        float: left;
    } */
    .head .h-nav .u2 a {
        line-height: 40px;
    }
    .head .m_btn_u2 {
        display: inline-block;
        transition: .3s;
        transform-origin: center;
        font-family: 'Micorsoft YaHei';
    }
    .head .m_btn_u2.on {
        transform: rotate(45deg);
    }
    .foot {
        padding-top: 20px;
    }
    .foot .f-nav p {
        margin-bottom: 5px;
    }
    .foot .banquan {
        line-height: 22px;
    }
    .foot .sidebar p a {
        width: 50px;
        height: 50px;
    }
    .foot .sidebar p a img {
        width: 20px;
    }
}

@media(min-width:992px) {
    .head .h-nav .u1>li:hover .u2 {
        display: block;
    }
}