@charset "utf-8";
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

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

a:hover {
    color: #202425;
}

p {
    margin: 0;
}

.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;
}
.text_5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    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{
    padding-top: 10px;
    padding-bottom: 10px;
}
.head .tel {
    padding: 20px 0 10px 60px;
    background: url(../img/tel.png)no-repeat left 25px;
}

.head .tel p {
    line-height: 30px;
}

.head .tel p:nth-child(1) {
    font-size: 20px;
}

.head .tel p:nth-child(2) {
    font-family: Impact;
    font-size: 30px;
}

.head .h_nav {
    background: #2196F3;
}

.head .u1 a {
    color: #fff;
    display: block;
}

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

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

.head .u1>li a {
    line-height: 60px;
}

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

.head .u2 {
    display: none;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.head .u2 li a {
    line-height: 45px;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #9CC2E5;
}

/* 底部 */

.foot {
    padding: 30px 0 15px 0;
    background-color: #2196F3;
    color: #fff;
}

.foot .logo {
    margin-top: 10px;
}

.foot .banquan {
    padding-top: 10px;
    border-top: 1px solid rgba(221, 221, 221, .5);
    font-size: 13px;
    text-align: center;
}

.foot .weixin img {
    width: 100px;
}

.foot .weixin p {
    font-size: 14px;
}

.foot a {
    color: #bfbfbf;
}