﻿.container {
    margin: 0 auto;
    width: 1200px;
}

.top {
    margin: 2% auto;
}

.nav {
    background: url(../images/zx_bg.jpg) no-repeat bottom center;
background-size: cover;
    line-height: 60px;
    height: 60px;
    margin-top: 1%;
}

    .nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav ul {
        display: flex;
        font-size: 18px;
        justify-content: space-around;
        width: 80%;
    }

        .nav ul li {
            position: relative;
        }

            .nav ul li .a1 {
                color: #fff;
                padding: 5px 20px;
            }

                .nav ul li .a1:hover, .nav ul li.current .a1 {
                    background: rgba(255,255,255,.8);
                    border-radius: 2px;
                    color: #1B70D2;
                    transition: all 0.5s;
                }

            .nav ul li .sub {
                display: none;
                z-index: 9999;
                position: absolute;
                left: 0;
                top: 60px;
            }

                .nav ul li .sub a {
                    color: #fff;
                    text-align: center;
                    line-height: 45px;
                    width:100px;
padding:0 10px;
                    background: #1B70D2;
                    display: block
;
                    font-size: 15px;
                    border-bottom: 1px solid rgba(255,255,255,.2);
overflow: hidden;
   
   white-space: nowrap;
   
 text-overflow: ellipsis;
                }

            .nav ul li:hover .sub {
                display: block;
            }

            .nav ul li .sub a:hover {
                background: #F5A623;
            }

    .nav .ser {
        width: 18%;
        height: 30px;
        line-height: 30px;
        border: 1px solid rgba(255,255,255,.5);
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .nav .ser input {
            outline: none;
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 12px;
            background: none;
            border: none;
            padding-left: 20px;
        }

        .nav .ser button {
            width: 50px;
            padding: 0;
            border: none;
            margin: 0;
            background: none;
            cursor: pointer;
        }

            .nav .ser button i {
                color: #fff;
                font-size: 20px;
            }

.link {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #f5f5f5;
    border-top: 2px solid #F5A623;
    color: #335D94;
}

    .link a {
        margin: 0 5px;
    }

.footer {
    background: #335D94;
    padding: 1% 0;
}

    .footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer li {
        line-height: 35px;
        color: #fff;
        font-size: 16px;
    }

        .footer li a {
            color: rgba(255,255,255,.5);
        }

            .footer li a:hover {
                color: #fff;
            }

    .footer img {
        width: 180px;
        height: 180px;
    }

.dz {
    margin-bottom: 10px;
    line-height: 46px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #1b70d2;
	
}

    .dz .icon-jr {
        margin: 0 5px;
        font-size: 12px;
        color: #999;
    }

    .dz .icon-wz {
        font-size: 28px;
        color: #1B70D2;
        margin-right: 2px;
    }

.highlight {
    color: red !important;
    font-weight: bold !important;
}
