
.mycolor {
    color: #f64747 !important;
}

.mybgcolor {
    background: #f64747 !important;
}

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

ul:after, .foot .sidebar p::after, .ul::after, ul li::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: 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;
}

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

/* 欢迎语 */

.head .top {
    font-family: 'MyNewFont600';
    background-color: #edeef2;
}

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

.head .top p a {
    color: #888;
}

.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: 20px 0;
}

.head .logo .p1 {
    padding-left: 20px;
    font-size: 22px;
    border-left: 1px solid #eee;
    font-family: 'MyNewFont600';
    color: #747474;
}

.head .logo .p1 b {
    font-size: 30px;
    color: #c5262b;
}

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

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

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

.head .logo .phone span {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #DF424C;
}

.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: 10%;
    text-align: center;
    /* border-left: 1px solid #fff; */
}

/* .head .h_nav .u1>li:last-child {
    border-right: 1px solid #fff;
} */

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

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

.head .h_nav .u2 {
    display: none;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
}

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

.head .h_nav .u2 li a {
    color: #000;
    font-size: 14px;
    line-height: 35px;
    /* border-top: 1px solid #fff; */
}

.head .h_nav .u2 li a:hover {
    background-color: #c5262b;
    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;
}

/* QQ悬浮 */

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

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

.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: #1a2158;
}

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

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

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

.sidebar ul .con span {
    color: #fcff01;
    font-family: 'MyNewFont600';
}

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

.m_btn, .m_sidebar {
    display: none;
}

@media(max-width:991px) {
    .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;
        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;
    }
    .head .top p a {
        font-size: 12px;
    }
    .m_nav {
        display: block;
    }
    .head .h_nav .u1>li a {
        line-height: 40px;
        font-size: 14px;
    }
    .head .h_nav .u2 {
        margin-bottom: 50px;
        display: block;
        background: #666;
    }
    .head .h_nav .u2 li {
        width: 48%;
        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: #E84C3D;
    }
}