@charset "utf-8";
.color {
    /* color: #214d98 !important; */
    color: #214d98 !important;
}

.bg_color {
    /* background: #214d98 !important; */
    background: #214d98 !important;
}

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

ul:after, .ul::after, ul li::after, .anli .box:after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #202425;
}

/* a:hover {
    color: #202425;
} */

p {
    margin-bottom: 0;
}

/* 浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 颜色 */

.color_666 {
    color: #666 !important;
}

.color_999 {
    color: #999 !important;
}

.color_eee {
    color: #eee !important;
}

.color_ddd {
    color: #ddd !important;
}

/* 文本溢出隐藏 */

.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;
}

/* 字体 大小 */

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.more {
    display: block;
    width: 90px;
    line-height: 30px;
    background-color: #b6b6b6;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
}

.more:hover {
    color: #fff;
    background-color: #023793;
}

/* 翻页 */

.fanye {
    margin: 15px auto;
    text-align: center;
}

.fanye li {
    display: inline-block;
    font-size: 14px;
}

.fanye .thisclass {
    padding: 6px 13px;
    font-size: 14px;
    background-color: #217dd0;
    color: #fff;
}

.fanye li a {
    display: block;
    padding: 5px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
}

/* 上下篇 */

.page {
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.page li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.page li:hover a {
    color: #c5262b;
    text-decoration: underline !important;
}

/* 面包屑 */

.bread {
    font-size: 14px;
    line-height: 45px;
}

/* 友情链接 */

.friend_links {
    padding: 20px 0;
    background-color: #eee;
}

.friend_links li {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

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

/* *************头部样式一************* */

/* 欢迎语 */

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

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

.head .top p a:hover {
    color: #f64747;
    text-decoration: underline !important;
}

.head .top p a::after {
    content: '';
    margin: 0 10px;
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #888;
}

.head .top p a:last-child:after {
    display: none;
}

/* logo */

.head .logo {
    padding: 10px 0;
}

.head .logo .p1 {
    padding-left: 20px;
    font-size: 22px;
    border-left: 1px solid #eee;
    line-height: 1;
}

.head .logo .p1 b {
    font-size: 26px;
    color: #333;
}

.head .logo .phone {
    margin-left: auto;
    display: flex;
}

.head .logo .phone .text-center {
    margin-right: 10px;
}

.head .logo .phone p {
    font-size: 14px;
    line-height: 25px;
}

.head .logo .phone span {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #FE8800;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.head .logo ul {
    display: flex;
}

/* 导航 */

.head .h_nav.on {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.head .h_nav {
    transition: .5s;
    /* background-color: #333230; */
}

.head .h_nav .u1>li {
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
    background: url(../img/li_bg.jpg)no-repeat right;
}

.head .h_nav .u1>li a {
    display: block;
    color: #fff;
    line-height: 55px;
}

.head .h_nav .u1>li .on, .head .h_nav .u1>li a:hover {
    background-color: #FE8800;
}

.head .h_nav .u2 {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #fff;
}

.head .h_nav .u1>li:hover .u2 {
    display: block;
}

.head .h_nav .u2 li a {
    color: #000;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
}

.head .h_nav .u2 li a:hover {
    background-color: #eee;
    /* color: #fff; */
    text-decoration: none !important;
}

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

.foot {
    color: #fff;
    background-color: #333;
}

.foot .f_nav {
    border-bottom: 1px solid #666;
}

.foot .f_nav li {
    padding: 25px 0;
    float: left;
    width: 7.6%;
    text-align: center;
}

.foot .f_nav li a {
    display: block;
    color: #fff;
    line-height: 15px;
    border-right: 1px solid #fff;
}

.foot .f_logo {
    padding-top: 25px;
    padding-bottom: 25px;
    /* padding: 25px 0; */
}

.foot a {
    color: #ddd;
}

.foot .foot_a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.foot .foot_b .h5 {
    font-size: 20px;
    font-weight: bold;
}

.foot .foot_b p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.foot .foot_a p {
    background: url(../img/foot-contact.png)no-repeat center;
    line-height: 80px;
}

.foot .foot_a span {
    font-weight: 400;
}

.foot .line {
    border-right: 1px solid #444;
}

.foot .banquan {
    border-top: 1px solid #444;
    color: #999;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

.foot .banquan p {
    margin-top: 10px;
}

.foot .banquan span {
    padding-right: 15px;
}

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

/* QQ悬浮 */

.sidebar {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    width: 80px;
    text-align: center;
}

.sidebar li {
    background-color: #023793;
}

.sidebar ul li:first-child {
    border-radius: 50% 50% 0 0;
}

.sidebar ul li:last-child {
    border-radius: 0 0 50% 50%;
}

.sidebar ul li:nth-child(2) a {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: #0067d0;
}

.sidebar ul .con {
    padding-top: 10px;
    font-size: 14px;
}

.sidebar ul .con p {
    position: relative;
    margin: 0 auto;
    width: 90%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sidebar ul .con p span {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    line-height: 41px;
    font-size: 17px;
    color: #fcff01;
    font-family: arial, 'Courier New', Courier, monospace;
    background-color: #0067d0;
    visibility: hidden;
    transition: .5s;
}

.sidebar ul .con p:hover span {
    right: 76px;
    visibility: visible;
}

.sidebar ul .con a {
    line-height: 40px;
    color: #fff;
}

.m_nav {
    position: relative;
    z-index: 9999;
    display: none;
    margin-left: auto;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 6px;
}

.m_nav.on span {
    background-color: #fff;
}

.m_nav.on span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 5px);
}

.m_nav.on span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, 1px);
}

.m_nav.on span:nth-child(2) {
    display: none;
}

.m_nav span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: .5s;
}

.m_btn, .m_sidebar {
    display: none;
}

@media(max-width:991px) {
    .foot .f_nav {
        display: none;
    }
    .foot .f_logo {
        padding-top: 15px;
        padding-bottom: 15px;
        /* padding: 15px 0; */
    }
    .foot .text-left {
        font-size: 14px;
    }
    .head .logo {
        padding: 10px 0;
    }
    .head .logo .h1 {
        font-size: 21px;
        line-height: 35px;
    }
    .head .h_nav {
        padding-top: 50px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: auto;
    }
    .head .h_nav.on {
        left: 0;
    }
    .head .h_nav .u1>li {
        float: none;
        width: 100%;
        border-left: none;
        border-top: 1px solid #555;
        background: none;
    }
    .head .top p a {
        font-size: 12px;
    }
    .m_nav {
        display: flex;
    }
    .head .h_nav .u1>li a {
        line-height: 40px;
        font-size: 14px;
    }
    .head .h_nav .u2 {
        position: static;
        /* margin-bottom: 50px; */
        display: block;
        background: #fe8800;
    }
    .head .h_nav .u2 li {
        width: 100%;
    }
    .head .h_nav .u2 li a{
        width: 25%;
        float: left;
        color: #fff;
        font-size: 12px;
    }
    .m_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
    }
    .sidebar {
        display: none;
    }
    .m_sidebar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
    }
    .m_sidebar p {
        display: flex;
    }
    .m_sidebar img {
        vertical-align: middle;
    }
    .m_sidebar a {
        /* margin-right: -5px; */
        display: inline-block;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #fff;
        color: #fff;
        background-color: #023793;
        flex-grow: 1;
        font-size: 14px;
    }
}

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