﻿.s_ad {
    background: url(../images/bar2.jpg)no-repeat center bottom;
    height: 360px;
}

    .s_ad p {
        color: #FFF;
        font-size: 42px;
        padding-top: 120px;
        text-align: right;
    }

        .s_ad p i {
            font-size: 30px;
            display: block;
            font-family: "Times New Roman", Times, serif;
        }

        .s_ad p span {
            display: block;
        }

.footer {
    margin-top: 0;
}

.box {
    background: url(../images/bg_03.jpg)no-repeat center bottom;
    padding-bottom: 100px;
    overflow: hidden;
}

.box_title {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

    .box_title .container .site {
        display: flex;
        align-items: center;
    }

    .box_title .icon-dizhi {
        font-size: 24px;
        color: #0FAAE5;
        margin-right: 5px;
    }

    .box_title .icon-jt {
        font-size: 14px;
        color: #999;
        margin: 0 5px;
    }

    .box_title .cate a {
        margin-left: 15px;
        font-size: 15px;
        color: rgba(255, 255, 255, .5);
    }

        .box_title .cate a.current,
        .box_title .cate a:hover {
            color: #fff;
        }

.pro_list li {
    width: 270px;
    height: 270px;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 3px 11px #ccc;
    border-radius: 5px;
    float: left;
    margin: 20px 15px;
}

    .pro_list li p {
        color: #999;
    }

        .pro_list li p:first-child {
            color: #1298E0;
            font-family: Impact;
            font-size: 28px;
            padding-top: 60px;
            line-height: 50px;
        }

        .pro_list li p:last-child {
            color: red;
            font-size: 28px;
            border-top: 1px solid #e9e9e9;
            margin: 0 40px;
            padding-top: 15px;
            margin-top: 20px;
        }

.news_list {
    overflow: hidden;
}

    .news_list li {
        float: left;
        background: url(../images/bg_03.png) no-repeat center top;
        background-size: cover;
        width: 47%;
        padding: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        border-radius: 5px;
        margin: 10px 20px 20px 20px;
    }

        .news_list li:nth-child(2n) {
            margin-right: 0;
        }

        .news_list li .date {
            width: 80px;
            height: 80px;
            background: #999;
            text-align: center;
            color: #fff;
            border-radius: 90px;
            font-size: 14px;
            padding-top: 15px;
        }

            .news_list li .date span {
                font-family: impact;
                font-size: 24px;
            }

            .news_list li .date p {
                border-top: 1px solid #ccc;
                margin: 0 20px;
                padding-top: 2px;
                color: #ccc;
            }

    .news_list .content {
        width: 480px;
    }

        .news_list .content p {
            color: #999;
            line-height: 25px;
            font-size: 12px;
            margin-top: 5px;
        }

        .news_list .content h2 {
            color: #1298E0;
        }

.box_l {
    width: 900px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 35px;
}

.box_r {
    margin-top: 30px;
    box-shadow: 2px 3px 11px #ccc;
    padding: 30px;
    width: 250px;
    border-radius: 5px;
    background: -webkit-linear-gradient(-45deg, #0FAAE5, #00DAF2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(-45deg, #0FAAE5, #00DAF2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(-45deg, #0FAAE5, #00DAF2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(-45deg, #0FAAE5, #00DAF2);
    /* 标准的语法（必须放在最后） */
}

    .box_r dl {
        margin-bottom: 30px;
    }

    .box_r dt {
        /*	border-bottom: 1px solid rgba(255,255,255,.5);*/
        margin-bottom: 10px;
        color: #fff;
    }

        .box_r dt i {
            font-size: 20px;
            margin-right: 5px;
        }

        .box_r dt a {
            font-size: 18px;
            color: #fff;
        }

    .box_r dd {
        border-bottom: 1px dotted rgba(255, 255, 255, .5);
        text-indent: 1em;
        background: url(../images/jian.png)no-repeat left center;
    }

        .box_r dd a {
            color: rgba(255, 255, 255, .8);
            font-size: 15px;
            line-height: 42px;
        }

        .box_r dd:hover {
            border-bottom: 1px dotted rgba(255, 255, 255, 1);
        }

        .box_r dd a:hover {
            color: rgba(255, 255, 255, 1);
        }

.box .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box .box_l {
    width: 70%;
}

    .box .box_l dl dt {
        font-size: 28px;
        font-weight: bold;
        color: #1298E0;
        text-align: center;
        margin-bottom: 30px;
    }

    .box .box_l dl dd {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

.box .box_r {
    width: 26%;
}

.o_nn {
    border-top: 2px dotted #ddd;
    line-height: 40px;
    margin-top: 50px;
    padding-top: 10px;
}

    .o_nn span {
        display: block;
    }

.pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

    .pic ul li {
        flex: 0 0 calc(25% - 17px);
        border: 1px solid #eee;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 5px 10px rgba(49, 174, 255, .1);
    }


        .pic ul li img {
            width: 80%;
            display: block;
            margin: 0 auto;
            transition: all .5s;
        }

        .pic ul li:hover img {
            transform: scale(.95);
            transition: all .5s;
        }

.ser_l {
    width: 70%;
    font-size: 14px;
    margin-top: 20px;
    line-height: 35px;
}

    .ser_l li {
        border-bottom: 2px dotted #ececec;
        padding-bottom: 25px;
        margin-bottom: 25px;
        line-height: 30px;
    }

    .ser_l h1 a {
        font-size: 17px;
        color: blue;
        border-bottom: 1px solid blue;
    }

    .ser_l h2 {
        font-size: 14px;
        color: #666;
        margin: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .ser_l h2 span {
            color: red;
        }

    .ser_l p {
        font-size: 14px;
        color: #999;
    }

        .ser_l p a {
            color: green;
            margin-left: 20px;
            border-bottom: 1px solid green;
        }
