@charset "UTF-8";
header{height: 336px;background: url("../img/headimg02.jpg") no-repeat;border-bottom: 2px solid #0078cd;}
header>div.container{height: 100%;}
header>div>img{position: absolute;top: 90px;}

.search_box{position: absolute;top: 255px;right: 0;}
.search_box input{
    width:250px;
    height: 45px;
    border: none;
    outline: none;
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #333;
    background-color: rgba(255,255,255,0.6);
    transition: all 0.3s;
    float: left;
}
.search_box input:focus{background-color: rgba(255,255,255,1);}
.search_box button{
    width: 80px;
    height: 45px;
    line-height: 45px;
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #df0000;
    font-size: 16px;
    cursor: pointer;
    float: left;
}
header nav{position: absolute;bottom: 0; }
header nav>ul>li{position: relative; display: inline-block;}
header nav>ul>li>a{
    display: block;
    padding: 0 55px 35px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    position: relative;
}
header nav>ul>li:first-child>a{padding: 0 29px 35px 29px; margin-right: 29px;}
header nav>ul>li.active>a{color: #0078cd;}
header nav>ul>li.active>a:after{
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 48.5%;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #0078cd;
}
header nav .item{
    position: absolute;
    left: 10%; top: 67px; width: 80%; padding: 10px 0; background-color: #80bbff; display: none; z-index: 99;
}
header nav>ul>li:nth-child(2) .item{ left: -10%; width: 120%;}
header nav .item li{ display: block;}
header nav .item li a{display: block; font-size: 14px; line-height: 40px; color: #fff !important; text-align: center;}
header nav .item li a:hover{ color: #fff !important; background-color: #69afff;}
header nav>ul>li:hover .item{ display: block;}



.yqlj_box{ position:relative;padding: 18px 0 8px 0;}
.yqlj_box ul li{
    width: 14%;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    margin-right: 3%;
}
.yqlj_box ul li:last-child{margin-right: 0;}
.yqlj_box ul li select{border: none;outline: none;width: 90%;font-size: 14px;padding: 0 10%;}
/*.yqlj_box li{
    box-sizing:border-box;
    position:static;
    float:left; margin:0 5px;
    padding: 0 21px 0 0;
    line-height: 38px;
}
.yqlj_box li a{ display:block; width:100%; height:100%; text-align:left; font-size:16px;color:#333;}
.l_yqzz{ display:none; overflow:hidden;}
.l_yqlj_box{ display:block; width:100%; text-align:center; }
.l_yqlj_box img{ margin-left:5px; transition:all 0.3s;}
.l_yqlj_box span{ font-size:16px;color: #333;}
.l_yqzz2{ position:absolute; width:100%; bottom:46px; left:0; z-index:999; padding:20px; box-sizing:border-box; background:#f5f5f5;}
.yqlj_box .l_yqzz a{ display:block; width:25%; line-height:30px; font-size:16px; color:#333; float:left;}
.yqlj_box li:hover .l_yqzz{ display:block;}
.yqlj_box li:hover .l_yqlj_box img{ transform:rotate(180deg);}*/

.f_bottom{background-color: #f0f0f0;border-top: 2px solid #0078cd;padding: 20px 0 20px 0;}
.f_bottom .container>.fl_l>div{padding: 0 0 15px 0;}
.f_bottom .container>.fl_l>div a{font-size: 16px;font-weight: bold;}
.f_bottom .container>.fl_l>div{font-weight: bold;}
.f_bottom .container>.fl_l>div a:hover{color: #0078cd;}
.f_bottom .container>.fl_l>p{ padding-top: 10px;}
.f_bottom .container>.fl_l>p,
.f_bottom .container>.fl_l>p a{font-size: 14px;line-height: 2;color: #333;}
.f_bottom .container>.fl_l>p>img{display: inline-block;vertical-align: middle;}
.f_bottom .container>.fl_l span{display:block;font-size: 14px;color: #333;margin-top: 15px;}

.f_bottom .container>.fl_r{padding-top: 10px;}
.f_bottom .container>.fl_r>div{display: inline-block;vertical-align: middle;text-align: center;margin-left: 23px;}
.f_bottom .container>.fl_r>div{font-size: 14px;}

/*移动端开始*/
@media (min-width: 320px) and (max-width: 750px) {
    header{
        height: 212px;
        background-size: cover;
        overflow: hidden;
        text-align: center;
        position: relative;
    }
    .pos{position: unset;}
    .menueButton{position: absolute;top:15px;right: 15px;}
    .m_shadows {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
    }
    .menue {
        position: fixed;
        width: 60%;
        height: 100%;
        background-color: #0162b9;
        border-top-right-radius: 5px;
        z-index: 11;
        left: -60%;
        text-align: center;
    }
    .menue ul{margin:60px 0;}
    .menue img{display: block;margin: 20px auto 0 auto;}
    .menue .w{color: #fff}
    .menue .login{
        display: inline-block;
        background-color: #ff4544;
        color: #ffffff;
        padding: 3px 10px;
        border-radius: 5px;
        margin: 10px;
    }
    .menue ul li {
        height: 40px;
        line-height: 40px;
    }
    .menue ul li a {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }
    .menue .menueA {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        color: #ffffff;
        margin: 20px auto 0 auto;
        background-color: #a2cef2;
        border-radius: 30px;
        font-size: 14px;
    }
    .menue .menueA img {
        vertical-align: middle;
    }
    .closeMenue {
        width: 30px;
        height: 30px;
        background: url("../img/tabclose.png");
        transform: rotate(-90deg);
        background-size: cover;
        float: right;
    }
    header>div>img{display:block;position:unset;width: 50%;margin: 30px auto;}
    .search_box{display:inline-block;position:unset;margin: 0 auto;}
    .search_box input{height: 36px;width: 160px;}
    .search_box button{height: 36px;line-height: 36px;width: 60px}

    .f_bottom{padding: 20px}
    .f_bottom .container>.fl_l>div{text-align: center;}


    .leader .partBox{ width: 100%; left: initial; top: initial; transform: scale(1); }
    .leader .partBox .zhuren{ margin-bottom: 20px;}
    .leader .partBox .zhuren img{ width: 140px; margin: 0;}
    .leader .partBox .fuZhuren{ width: 100%; }
    .leader .partBox .fuZhuren li{ width: 23%; margin: 0 1% 20px;}
    .leader .partBox .fuZhuren li img{ display: block; width: 100%; margin: 0;}
    .leader .partBox .mishuzhang img{ width: 100px; margin: 0;}
    .leader .partBox p{ font-size: 10px;}

    /* 组成人员 */
    .zuCheng_box .cwh_zc .zuChengLeft{ float: none; display: block; width: 100%;}
    .zuCheng_box .cwh_zc .zuChengRight{ float: none; width: 100%;}
    .zuCheng_box .cwh_zc .zuChengRight li{ width: 50%;}

    /* 代表名单 */
    .dbmdBuleBg{ height: auto !important; min-height: 500px !important;}
    .dbmdBuleBg .rcName ul dl{ width: 50%;}
    .dbmdBuleBg .rcName ul dl dd{ width: 100%; padding-left: 0;}
    

}

@media (min-width: 768px) and (max-width: 1024px) {
    .search_box{position: absolute;top: 140px;right: 0;}

}