@charset "utf-8";
html {
    font-family: 'Microsoft Yahei' !important;
}

.color {
    color: #303F9F !important;
}

.bg_color {
    background: #303F9F !important;
}

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

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

a {
    color: #202425;
}

.aline_none {
    text-decoration: none !important;
}

/* 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;
}

/* 字体 大小 */

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f22 {
    font-size: 22px;
}

/* 动画时间 */

.t_3s {
    transition: .3s;
}

.t_05s {
    transition: .5s;
}

.t_10s {
    transition: 1s;
}

/* 翻页 */

.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 {
    font-size: 15px;
    padding: 20px 0;
    background-color: #eee;
}

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

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

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

/* 欢迎语 */

.head .top {
    color: #fff;
    background-color: #00a2e6;
}

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

.head .top a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

/* .head .top p a:hover {
    color: #f64747;
} */

.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: #dd0000;
    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: calc(100% / 7);
    text-align: center;
    background: url(../img/li_bg.jpg)no-repeat right;
}

.head .h_nav .u1>li a {
    display: block;
    line-height: 90px;
    text-decoration: none;
}

.head .h_nav .u1>li span {
    display: inline-block;
    font-family: '宋体';
    font-weight: bold;
    font-size: 16px;
    transform: rotate(90deg);
}

.head .h_nav .u1>li .on, .head .h_nav .u1>li a:hover {
    border-bottom: 2px solid #00a2e6;
}

.head .h_nav .u2 {
    display: none;
    position: absolute;
    left: calc(50% - 90px);
    width: 180px;
    z-index: 9;
    background-color: #f7f7f7;
}

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

.head .h_nav .u2 li a {
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.head .h_nav .u2 li a:hover {
    background-color: #00a2e6;
    color: #fff;
}

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

.foot {
    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: 25px 0;
    color: #ddd;
    font-family: 'MyNewFont600';
}

.foot .f_logo img {
    margin-top: 10px;
    padding-right: 35px;
    border-right: 1px solid #666;
}

.foot a {
    color: #ddd;
}

.foot .f14 p {
    line-height: 27px;
}

/* QQ悬浮 */

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

.sidebar li {
    margin-bottom: 1px;
}

.sidebar li, .sidebar li a {
    color: #fff;
}

.sidebar li .box {
    position: relative;
}

.sidebar li .top {
    width: 60px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    background-color: #00a2e6;
    display: flex;
    flex-wrap: wrap;
}

.toptop {
    cursor: pointer;
}

.sidebar li .top img {
    width: 25px;
    display: block;
    margin: 0 auto;
}

.sidebar li .top p {
    width: 100%;
}

.sidebar li .top:hover+.con {
    left: -250px;
    opacity: 1;
}

.sidebar li .con {
    position: absolute;
    z-index: -1;
    width: 250px;
    left: 0;
    line-height: 60px;
    top: 0;
    background-color: #00a2e6;
    transition: .5s;
    opacity: 0;
}

/*  */

.m_nav {
    display: none;
    margin-left: auto;
}

.m_btn, .m_sidebar {
    display: none;
}

@media(max-width:991px) {
    .h3, h3 {
        font-size: 1.1rem;
    }
    .head .top {
        display: none;
    }
    .foot .f_nav {
        display: none;
    }
    .foot .f_logo {
        padding: 15px 0;
    }
    .foot .text-left {
        font-size: 14px;
    }
    .head .logo {
        padding: 10px 0;
    }
    .head .h_nav {
        padding-top: 50px;
        padding-bottom: 50px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #217dd0;
        overflow: auto;
    }
    .head .logo ul {
        display: block;
    }
    .head .h_nav .u2 {
        position: static;
    }
    .head .h_nav.on {
        left: 0;
    }
    .head .h_nav .u1>li {
        float: none;
        width: 100%;
        border-left: none;
        /* border-top: 1px solid #555; */
    }
    .head .top p a {
        font-size: 12px;
    }
    .m_nav {
        display: block;
        position: relative;
        z-index: 999999;
    }
    .m_nav img {
        width: 27px;
    }
    .head .h_nav .u1>li a {
        color: #fff;
        line-height: 40px;
        font-size: 14px;
    }
    .head .h_nav .u2 {
        /* margin-bottom: 50px; */
        display: block;
        background: #666;
        width: 100%;
    }
    .head .h_nav .u2 li {
        width: 50%;
        float: left;
    }
    .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 a {
        margin-right: -3px;
        display: inline-block;
        width: 50%;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #fff;
        color: #fff;
        background-color: #217dd0;
    }
    .f22 {
        font-size: 15px;
    }
    .foot .text-right {
        text-align: center !important;
    }
    .foot .f_logo img {
        margin-top: 10px;
        border-right: 1px solid #666;
    }
    .foot .row {
        margin-right: 15px;
        margin-left: 15px;
    }
}

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