﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f0f0f0;
    font-size: 13px;
}

input {
    outline: none !important;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

a {
    color: black;
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }

.top {
    height: 80px;
    background: #fff;
}

    .top img {
        margin-left: 100px;
        margin-top: 16px;
    }

.banner {
    height: 385px;
    background: #000000;
    min-width: 1200px;
     background: rgba(0, 0, 0, 0) url("/img/banner.png") no-repeat scroll 50% 0px;
}

/*.banners {
    background: rgba(0, 0, 0, 0) url("/img/banner.png") no-repeat scroll 50% 0px;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
}*/

    .banners img {
        width: 100%;
        height: 100%;
    }

.main {
    width: 1200px;
    min-width: 1200px;
    background: #ffffff;
    padding-top: 50px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.title {
    padding-top: 20px;
    font-size: 24px;
}

    .title span {
        font-size: 30px;
    }

.candidates {
    overflow: hidden;
    padding-bottom: 60px;
}

    .candidates ul li {
        float: left;
        width: 150px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 22px;
        margin-top: 26px;
        margin-left: 45px;
    }

        .candidates ul li a {
            display: inline-block;
            border: 1px solid #c9c9c9;
            width: 100%;
            height: 100%;
            cursor: pointer;
            font-size: 16px;
            border-radius: 22px;
            transition: all .4s ease 0s;
        }

            .candidates ul li a:hover {
                background: #f19149;
                border: 1px solid #f19149;
                color: #fff;
            }

.h_4 {
    height: 4px;
    background: #f0f0f0;
}

.shengfen_list {
    padding-top: 50px;
    overflow: hidden;
}

.province {
    position: relative;
    /* float: left; */
    padding-left: 36px;
    padding-bottom: 20px;
}

.province_bj {
    background: #f19149;
    width: 40px;
    height: 22px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.province_list {
    letter-spacing: 5px;
    font-size: 18px;
}

.province_en {
    color: #ebebeb;
    letter-spacing: 1px;
    font-size: 18px;
    padding-top: 3px;
    display: block;
}

.hunansheng {
}

    .hunansheng ul {
        overflow: hidden;
    }

        .hunansheng ul li {
            width: 240px;
            height: 43px;
            float: left;
            line-height: 43px;
            text-align: center;
            margin-left: 35px;
            margin-bottom: 24px;
        }

            .hunansheng ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
                border: 1px solid #c9c9c9;
                font-size: 16px;
                transition: all .4s ease 0s;
                cursor: pointer;
            }

                .hunansheng ul li a:hover {
                    background: #f19149;
                    border: 1px solid #f19149;
                    color: #fff;
                }

.footer {
    height: 55px;
    background: #191919;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .footer p {
        line-height: 25px;
        text-align: center;
        color: #ffffff;
    }

        .footer p a {
            color: #ffffff;
            cursor: pointer;
        }
