* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}
/*public*/
.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}

.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}

.cf {
    zoom: 1
}

.pb10 {
    padding-bottom: 10px
}

.mt10 {
    margin-top: 10px
}
/*main*/
.lanrenzhijia {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
}


.lanrenzhijia .title {
    height: 24px;
    padding-bottom: 10px;
}

.lanrenzhijia .title h2 {
    font-size: 20px;
    font-family: "microsoft yahei";
}

.lanrenzhijia .title-list01 {
    position: relative;
    top: 6px;
    width: 100%;
}

    .lanrenzhijia .title-list01 li {
        line-height: 26px;
        text-align: center;
        float: left;
        display: inline;
        margin-right: 10px;
        width:30.8%;
    }

        .lanrenzhijia .title-list01 li a {
            display: block;
            color: #807b7b;
            border: 1px solid #dadada;
            padding: 3px 6px;
        }
        
        .lanrenzhijia .title-list01 li.on a {
            background: #2c4f93;
            color: #fff;
            background:#2c4f93;
            border-color:#2c4f93;
        }

    .lanrenzhijia .title-list01 p {
        position: absolute;
        top: 20px;
        left: 0px;
        width: 25%;
        border-top: 3px solid #3274b4;
        overflow: hidden;
        text-align: center;
        height: 10px;
    }

    .lanrenzhijia .title-list01 b {
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid dashed dashed dashed;
        border-width: 9px;
        border-color: #3274b4 #fff #fff #fff;
        overflow: hidden;
        zoom: 1;
        font-size: 0;
    }

.lanrenzhijia .title-list02 {
    position: relative;
    top: 6px;
    width: 100%;
    border-bottom: 3px solid #3274b4;
}

    .lanrenzhijia .title-list02 li {
        width: 25%;
        line-height: 20px;
        text-align: center;
        float: left;
        display: inline;
    }

        .lanrenzhijia .title-list02 li.on {
            color: #3274b4;
            font-weight: bold;
        }

    .lanrenzhijia .title-list02 p {
        position: absolute;
        top: 20px;
        left: 0px;
        width: 25%;
        border-top: 3px solid #3274b4;
        overflow: hidden;
        text-align: center;
        height: 10px;
    }

    .lanrenzhijia .title-list02 b {
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid dashed dashed dashed;
        border-width: 9px;
        border-color: #3274b4 #fff #fff #fff;
        overflow: hidden;
        zoom: 1;
        font-size: 0;
    }

.product {
    height: 358px;
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 20px;
}
/*.product ul{ position: absolute; left: 0px;}*/
.product-wrap .show {
    display: block;
}

.product-wrap .product li {
    display: inline;
    margin-left: 13px;
    background: #f3f3f3;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .product-wrap .product li.ml0 {
        margin-left: 0px;
        display: flex;
        justify-content: space-between;
    }

    .product-wrap .product li a.imgwrap {
        display: block;
        width: 226px;
        height: 200px;
        background: #fff;
        text-align: center;
    }

    .product-wrap .product li p {
        padding-left: 15px;
        color: #666666;
        line-height: 22px;
    }

        .product-wrap .product li p a {
            color: #666666;
            text-decoration: none;
        }

            .product-wrap .product li p a:hover {
                color: #ff6600;
                text-decoration: none;
            }




/*根据具体条件修改*/
.title-list01 li {
    font-size: 16px;
    line-height: 24px;
}

.title-list02 li {
    font-size: 14px;
    line-height: 24px;
}

.product-wrap .product li {
    margin-left: 13px;
    line-height: 36px;
    display: block;
    color: #666 !important;
    background: #fff;
    border-bottom: 1px dashed #979797;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .product-wrap .product li.ml0 {
        margin-left: 0px;
        padding-right: 10px;
    }

    .product-wrap .product li a {
        width: 84%;
        overflow: hidden;
        display: block;
        float: left;
        color: #666 !important;
        display: inline-block;
        white-space: nowrap;
        width: 80%;
        overflow: hidden;
        font-size: 14px;
        text-overflow: ellipsis;
    }

        .product-wrap .product li a:hover {
            color: #3274b4 !important;
            font-weight: 500;
        }

    .product-wrap .product li span {
    }


.title-list02 li {
    font-size: 16px;
}


/*多图轮播*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lunbo .swiper-wrapper {
    width: 100% !important;
}

    .lunbo .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: 150px;
    }

        .lunbo .swiper-wrapper .swiper-slide img {
            width: 100% !important;
            height: 150px;
        }

.swiper-button-next, .swiper-button-prev {
    z-index: 10;
}


/*信息公开*/
.xinxi > h4 {
    margin-bottom: 5px;
}

.xinxi .product-wrap .product li p {
    display: inline-block;
    color: #fff;
    padding: 6px;
    line-height: 16px;
    text-align: center;
    max-width:90px;
    margin: 10px 0;
}

    .xinxi .product-wrap .product li p .year {
        font-size: 16px;
    }

.xinxi .product-wrap .product li a {
    float: right;
    width: 92%;
    font-size: 14px;
    color: #999;
    line-height: 60px;
}

    .xinxi .product-wrap .product li a:hover {
        float: right;
        width: 92%;
        font-size: 14px;
        color: #0F5DA9 !important;
    }

/*网上办事*/
.online ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .online ul a {
        display: inline-block;
        max-width: 174px;
        width: 170px;
        padding: 25px 15px 30px 15px;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
    }

        .online ul a div {
            display: inline-block;
            background: #fff;
            padding: 12px;
            border-radius: 50%;
            max-width: 60px;
            max-height: 60px;
        }

            .online ul a div img {
                width: 32px;
            }

        .online ul a p {
            line-height: 26px;
            margin-bottom: 0;
        }

        .online ul a:nth-child(5) P {
            line-height: 16px;
        }

        .online ul a:nth-child(5) div {
            padding: 14px 12px;
        }

        .online ul a:nth-child(5) {
            padding-bottom: 5px;
        }

        .online ul a:last-child {
            padding-bottom: 5px;
        }

/*友情链接*/
.link div ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.link .xiala {
    display: flex;
    justify-content: space-between;
}

    .link .xiala div {
        width: 24.5%;
        margin-bottom: 15px;
    }

        .link .xiala div select option {
            text-align: center;
        }

.link div ul a {
    display: block;
    background: #fff;
    color: #333;
    padding: 15px 20px 5px 20px;
    text-align: center;
    width: 16%;
}

    .link div ul a:hover {
    }

    .link div ul a p {
        margin: 5px 0;
    }

    .link div ul a img {
        max-width: 88px;
    }

    .link div ul a div:hover {
        /*animation: shaking 0.25s linear infinite;
	-webkit-animation: shaking 0.25s linear infinite;*/
        animation: shaking 0.25s;
        -webkit-animation: shaking 0.25s;
    }

@keyframes shaking {

    25% {
        margin-left: -10px;
    }

    50% {
        margin-right: 20px;
    }
    /*75% {
		margin-top:10px;
	}
	100% {
		margin-top:10px;
	}*/
}
